@charset "UTF-8";

/* SIMフリーページ用 */
body[data-category="simfree"] .mv-bg {
    background-image: url(/lineup/simfree/images/mv_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
body[data-category="simfree"] .mv-ttl {
    padding: 2em 1em;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    background-image: radial-gradient(closest-side, #fff 90%, transparent);
}
body[data-category="simfree"] .mv-ttl-logo {
    width: 70%;
    max-width: 400px;
}

body[data-category="simfree"] .ttl-row {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
body[data-category="simfree"] .mv-bg-band {
    padding: 10px 0;
    background-color: #ffff00;
}

body[data-category="simfree"] .text-link-note::before {
    margin-right: 0.5em;
    content: "！";
    display: inline-block;
    width: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    border-radius: 50%;
    background-color: #f03;
}

@media (max-width: 768px) {
    body[data-category="simfree"] .mv-ttl {
        padding: 3em 1em;
        font-size: 20px;
    }
}
/* /SIMフリーページ用 */

/* SIMフリー端末一覧用 */
.model-colorful {
    margin-bottom: 50px;
    padding: 5px;
    border-radius: 20px;
}
.model-colorful:nth-of-type(4n+1) {
    background:  conic-gradient(
                    at 30% 50%,
                    #60AEE1 20%,
                    #ff0033 20% 22%,
                    #60AEE1 22% 32%,
                    #7CC89A 32% 46%,
                    #ff0033 46% 60%,
                    #7CC89A 60% 80%,
                    #ff0033 80% 98%,
                    #60AEE1 98% 100%);
}
.model-colorful:nth-of-type(4n+2){
    background:  conic-gradient(
                    at 30% 50%,
                    #D05FD6 20%,
                    #ff0033 20% 22%,
                    #D05FD6 22% 32%,
                    #F8A767 32% 46%,
                    #ff0033 46% 60%,
                    #F8A767 60% 80%,
                    #ff0033 80% 98%,
                    #D05FD6 98% 100%);
}
.model-colorful:nth-of-type(4n+3){
    background:  conic-gradient(
                    at 30% 50%,
                    #D05FD6 20%,
                    #ff0033 20% 22%,
                    #D05FD6 22% 32%,
                    #6ABCCD 32% 46%,
                    #ff0033 46% 60%,
                    #6ABCCD 60% 80%,
                    #ff0033 80% 98%,
                    #D05FD6 98% 100%);
}
.model-colorful:nth-of-type(4n){
    background:  conic-gradient(
                    at 30% 50%,
                    #3B97D0 20%,
                    #ff0033 20% 22%,
                    #3B97D0 22% 32%,
                    #F2C954 32% 46%,
                    #ff0033 46% 60%,
                    #F2C954 60% 80%,
                    #ff0033 80% 98%,
                    #3B97D0 98% 100%);
}
.model-colorful-inner {
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}
.model-colorful-ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 34px;
}
.model-colorful-cap {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
.model-colorful-note {
    font-size: 12px;
}
.model-colorful-row {
    display: grid;
    gap: 20px 5px;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto auto;
    align-items: center;
}
.model-colorful-row-img {
    grid-column: 1/2;
    grid-row: 1/3;
}
.model-colorful-row-appeal {
    grid-column: 2/3;
    grid-row: 1/2;
}
.model-colorful-appeal > li {
    margin-bottom: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.model-colorful-appeal > li:last-of-type {
    margin-bottom: 0;
}
.model-colorful-appeal-ttl {
    font-weight: bold;
    font-size: 20px;
}
.model-colorful-appeal-icon {
    margin-right: 20px;
    width: 15%;
    max-width: 100px;
}
.model-colorful-row-price {
    grid-column: 2/3;
    grid-row: 2/3;
}
.model-colorful-price-box {
    position: relative;
    padding: 10px 15px 10px;
    border-radius: 10px;
    background-color: #FFF777;
}
.model-colorful-price-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    display: block;
    border: solid 15px transparent;
    border-bottom-color: #fff777;
    transform: translateY(-90%);
}
.model-colorful-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    font-size: 20px;
}
.model-colorful-price-main {
    line-height: 1;
    font-size: 2em;
}
.model-colorful-price-pppoint {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.model-colorful-price-pppoint-main {
    font-size: 22px;
}
.model-colorful-price-pppoint::before,
.model-colorful-price-pppoint::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 3.5em;
}
.model-colorful-price-pppoint::before {
    background: linear-gradient(
                    to right top,
                    transparent calc(50% - 1px),
                    #ff0033 calc(50% - 1px) calc(50% + 1px),
                    transparent calc(50% + 1px));
}
.model-colorful-price-pppoint::after {
    background: linear-gradient(
                    to left top,
                    transparent calc(50% - 1px),
                    #ff0033 calc(50% - 1px) calc(50% + 1px),
                    transparent calc(50% + 1px));
}
.model-colorful-price-pppoint-logo {
    width: 3.5em;
    min-width: 35px;
    max-width: 97px;
}
@media (max-width: 768px) {
    .model-colorful {
        margin-bottom: 30px;
    }
    .model-colorful-inner {
        padding: 10px;
    }
    .model-colorful-ttl {
        font-size: 24px;
    }
    .model-colorful-cap {
        font-size: 12px;
    }
    .model-colorful-note {
        font-size: 10px;
    }
    .model-colorful-row {
        grid-template-columns: 30% 1fr;
    }
    .model-colorful-row-img {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .model-colorful-row-appeal {
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .model-colorful-appeal > li {
        padding: 10px;
    }
    .model-colorful-appeal-icon {
        margin-right: 10px;
        width: 20%;
    }
    .model-colorful-appeal-ttl {
        font-size: 12px;
    }
    .model-colorful-row-price {
        grid-column: 1/3;
        grid-row: 2/3;
    }
    .model-colorful-price {
        font-size: 15px;
    }
    .model-colorful-price-pppoint {
        font-size: 12px;
    }
    .model-colorful-price-pppoint-main {
        font-size: 14px;
    }
}
/* /SIMフリー端末一覧用 */