@charset "UTF-8";

#CUSTOMIZE {
    font-family: 'Cormorant Garamond', serif;
    background: url("../../common/img/customize/bg.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    color: #707070;
    font-size: 1.5rem;
    padding: 6rem 0;
    @media screen and (max-width: 767px) {
        font-size: 2.8rem;
    }

    .pc {
        display: block;
        @include media(sp) {
            display: none;
        }
    }
    .sp {
        display: none;
        @include media(sp) {
            display: block;
        }
    }

    .customize__head {
        margin-bottom: 4.5rem;
    }
    .head__img {
        width: 16.7rem;
        margin: 0 auto 1.9rem;
        @media screen and (max-width: 767px) {
            width: 33.4rem;
        }
    }
    .head__txt {
        font-size: 3.65rem;
        color: #707070;
        text-align: center;
        line-height: 1;
        @media screen and (max-width: 767px) {
            font-size: 4rem;
        }
    }

    .customize__ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        text-align: center;
        color: #CE976E;
        font-size: 3.5rem;
        margin-bottom: 2.5rem;
        @media screen and (max-width: 767px) {
            font-size: 3.8rem;
        }
    }
    .customize__ttl__deco {
        width: 6.85rem;
        @media screen and (max-width: 767px) {
            width: 7.5rem;
        }
    }
    .customize__ttl__deco--reverse {
        transform: scaleX(-1);
    }

    .inner {
        width: 65rem;
        margin: auto;
        @media screen and (max-width: 767px) {
            width: 89.2vw;
        }
    }
    .sec+.sec {
        margin-top: 4rem;
        @media screen and (max-width: 767px) {
            margin-top: 8rem;
        }
    }

    .sec__about .about__box {
        @media screen and (max-width: 767px) {
            display: grid;
            grid-auto-columns: 1fr;
        }
    }
    .sec__about .box__img {
        width: 20.6rem;
        float: right;
        margin-left: 1.1rem;
        @media screen and (max-width: 767px) {
            float: none;
            width: 80%;
            margin: 0;
            display: block;
            order: 2;
            margin: 2rem auto 0;
        }
    }

    .sec__recommend {}
    .sec__recommend .recommend__box {
        background: url("../../common/img/customize/recommend.jpg") no-repeat;
        background-size: cover;
        @media screen and (max-width: 767px) {
            background-position: right 30% center;
        }
    }
    .sec__recommend .recommend__box__inner {
        width: 75rem;
        padding: 8.3vw 3.4rem;
        margin: auto;
        @media screen and (max-width: 767px) {
            width: 100%;
        }
    }
    .sec__recommend .recommend__list li {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: baseline;
        gap: 1.1rem;
        font-size: 1.8rem;
        @media screen and (max-width: 767px) {
            font-size: 2.8rem;
        }
    }
    .sec__recommend .recommend__list li+li {
        margin-top: 1rem;
    }
    .sec__recommend .icon__dia {
        width: 1.6rem;
        @media screen and (max-width: 767px) {
            width: 2.4rem;
        }
    }

    .customize__line {
        width: 100%;
        height: 1px;
        display: block;
        background-image: repeating-linear-gradient(90deg, #707070, #707070 6px, transparent 6px, transparent 12px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 100% 2px;
        margin: 4rem 0;
    }
    .halfBox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 7rem;
        padding: 0 1rem;
        @media screen and (max-width: 767px) {
            gap: 2rem;
            grid-template-columns: 1fr;
            padding: 0;
        }
    }
    .halfBox__auto {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        @media screen and (max-width: 767px) {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }
    }
    .ttl__number {
        font-size: 2.3rem;
        margin-bottom: 1rem;
        @media screen and (max-width: 767px) {
            font-size: 3.8rem;
        }
    }
    .ttl__customize1 {
        color: #CE976E;
        font-size: 2.5rem;
        @media screen and (max-width: 767px) {
            font-size: 3.8rem;
        }
    }
    .txt__big1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        @media screen and (max-width: 767px) {
            font-size: 3rem;
        }
    }
    .txt__big2 {
        font-size: 3.5rem;
    }
    .txt__big3 {
        font-size: 3rem;
        font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        @media screen and (max-width: 767px) {
            font-size: 4rem;
        }
    }
    .txt__big4 {
        font-size: 4.5rem;
        color: #CE976E;
        margin-bottom: 1rem;
        line-height: 1;
    }
    .txt__center {
        text-align: center;
    }
    .txt__nowrap {
        white-space: nowrap;
        @media screen and (max-width: 767px) {
            white-space: wrap;
        }
    }
    .txt__small {
        font-size: 1.25rem;
        @media screen and (max-width: 767px) {
            font-size: 2.6rem;
        }
    }
    .priceBtn {
        background-color: #CE976E;
        color: #FFF;
        text-align: center;
        border-radius: 25px;
        padding: .3rem 2rem;
        line-height: 1;
        @media screen and (max-width: 767px) {
            padding: 1.2rem 2rem;
        }
    }
    .priceBtn__size1 {
        font-size: 2.9rem;
        font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        @media screen and (max-width: 767px) {
            font-size: 4.2rem;
        }
    }
    .priceBtn__size2 {
        font-size: 1.45rem;
        @media screen and (max-width: 767px) {
            font-size: 2.8rem;
        }
    }
    .priceBtn__size3 {
        font-size: 2.35rem;
        @media screen and (max-width: 767px) {
            font-size: 3.4rem;
        }
    }
    .whiteBox {
        border: 1px solid #707070;
        background-color: #FFF;
        padding: 2rem 2.8rem;
    }
    .list__decimal {
        list-style-type: decimal;
        padding-left: 20px;
        font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    }
    .list__disc {
        list-style-type: disc;
        padding-left: 15px;
        font-size: 1.5rem;
    }

    .sec__flow .whiteBox {
        margin: 2rem 0 1rem;
    }
    .customize__plan+.customize__plan {
        margin-top: 4.8rem;
    }
    .list__risc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem 2rem;
        font-size: 2rem;
        @media screen and (max-width: 767px) {
            grid-template-columns: 1fr;
        }
    }
    .sec__price .halfBox {
        gap: 3rem 4rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 2rem;
        }
    }
    .sec__price .priceBtn__size1 {
        font-size: 2.6rem;
        @media screen and (max-width: 767px) {
            font-size: 4.2rem;
        }
    }
    .sec__price .priceBtn__size2 {
        font-size: 1.5rem;
        @media screen and (max-width: 767px) {
            font-size: 2.8rem;
        }
    }
    .sec__price .priceBtn__size3 {
        font-size: 2.1rem;
        font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        @media screen and (max-width: 767px) {
            font-size: 4.2rem;
        }
    }
    .sec__price .whiteBox {
        margin-top: 5rem;
    }

}