@charset "utf-8";
@import url("root.css");

/* ===========================================
    機能についてページ
=========================================== */

/*モーダル固定用*/
body.no-scroll {
    overflow: hidden;
}


.feature {

    .sub_title {
        background: url(../img/common/feature.png) no-repeat;
        background-position: right center;
        background-size: contain;

        @media screen and (max-width:1200px) {
            background: none;
        }
    }

    h2 {
        span::before {
            content: "feature" !important;
        }
    }

    .box {
        padding: 10rem 0 0;

        @media screen and (max-width: 480px) {
            padding: 6.5rem 0 0;
        }

        >h3 {
            font-size: 2.8rem;
            margin-bottom: 3rem;
            font-feature-settings: "palt";

            @media screen and (max-width: 480px) {
                margin: 0 0 3rem;
                padding: 0;
                font-size: 2.3rem;
            }
        }

        >p {
            margin-bottom: 4rem;
            line-height: 3.2rem;

            @media screen and (max-width: 480px) {
                font-size: 1.4rem;
                line-height: 2.8rem;
            }

            small {
                color: #6E6D6D;

                @media screen and (max-width: 480px) {
                    font-size: 1.4rem;
                }

            }
        }
    }

    .bg {
        background: #FFF7F2;
    }

    .feature_menu {
        display: flex;
        justify-content: center;
        margin: 10rem 0 0;

        @media screen and (max-width: 480px) {
            margin: 0;
        }

        ul {
            gap: 1.6rem;

            @media screen and (max-width: 480px) {
                gap: 1.5rem 0rem;
                justify-content: space-between;
            }

            li {

                @media screen and (max-width: 480px) {

                    width: 48%;
                    margin: 0 3px;
                }

                a {
                    color: #000;
                    background: #FFF7F2;
                    padding: 1.5rem 2.5rem;
                    display: inline-block;
                    border-radius: 10rem;
                    font-size: 1.4rem;
                    border: 1px solid #FFE6D6;
                    box-shadow: 0 0.5rem 0 #FFE6D6;
                    font-weight: 500;

                    @media screen and (max-width: 480px) {
                        width: 100%;
                        text-align: center;
                        font-weight: bold;
                    }

                    &:hover,
                    &:active,
                    &:focus {
                        color: #fff;
                        background: var(--red-orange);
                        border: 1px solid var(--red-orange);
                        text-decoration: none;
                        font-weight: 700;
                        box-shadow: 0 0.5rem 0 #DD2A0A;
                    }

                    @media screen and (max-width: 480px) {
                        font-size: 1.2rem;
                        padding: 1.1rem 1.3rem;
                        letter-spacing: -0.02rem;
                    }
                }
            }
        }
    }

    /*クーポン種類*/
    .box_type {
        >h3 {
            margin-bottom: 1.5rem;
        }

        >p {
            line-height: normal;
            margin-bottom: 6.7rem;
        }

        >ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 3.5rem;

            @media screen and (max-width: 1200px) {
                justify-content: space-between;
                margin: 0 auto;
            }

            .button {
                margin: 0 auto;
                display: block;
            }

            >li {
                box-shadow: 0 0.3rem 1.6rem rgba(0, 0, 0, 0.07);
                border-radius: 2rem;
                width: calc(100%/2 - 2rem);
                padding: 6rem 4rem;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: flex-start;
                align-content: flex-start;
                justify-content: space-between;
                gap: 0;

                @media screen and (max-width: 1200px) {
                    display: flex;
                    justify-content: space-between;
                    position: relative;
                    margin-bottom: 20px;
                    gap: 0;

                    & :nth-child(1) {
                        order: 1;
                    }

                    & :nth-child(2) {
                        order: 2;
                    }

                    & :nth-child(3) {
                        order: 3;
                    }

                    & :nth-child(4) {
                        order: 4;
                    }
                }




                @media screen and (max-width: 820px) {
                    width: calc(100%);
                    display: flex;
                    justify-content: center;
                }

                @media screen and (max-width: 480px) {
                    padding: 4rem 3rem;
                    justify-content: space-between;
                    font-size: 1.2rem;

                }

                h4 {
                    font-size: 2.5rem;
                    color: var(--red-orange);
                    line-height: 2.8rem;
                    margin-bottom: 7.7rem;
                    width: 30rem;

                    @media screen and (max-width: 1200px) {
                        width: 100%;
                        margin-bottom: 1rem;
                        font-size: 2.4rem;
                    }

                    @media screen and (max-width: 480px) {
                        margin-bottom: 3rem;
                        font-size: 1.7rem;
                        text-align: center;
                    }

                    small {
                        font-size: 1.5rem;
                    }
                }

                &:first-child {
                    h4 {
                        margin-bottom: 4.5rem;

                        @media screen and (max-width: 1200px) {
                            width: 100%;
                            margin-bottom: 1rem;
                            font-size: 2.4rem;
                        }


                        @media screen and (max-width: 480px) {
                            margin-bottom: 3rem;
                            font-size: 1.8rem;
                            text-align: center;
                            font-weight: bold;
                        }

                    }

                    >ul {
                        @media screen and (max-width: 1200px) {

                            width: 100%;
                            font-size: 1.4rem;
                            margin-top: 20px !important;
                            max-width: calc(100% - 150px);
                        }

                        @media screen and (max-width: 480px) {
                            width: calc(100% - 80px);
                            max-width: 100%;
                        }

                    }

                }

                >ul {
                    width: 30rem;

                    @media screen and (max-width: 1200px) {
                        width: 100%;
                        font-size: 1.4rem;
                        margin-top: 50px;
                        max-width: calc(100% - 150px);
                    }


                    @media screen and (max-width: 480px) {
                        width: calc(100% - 10rem);
                        max-width: 100%;
                        margin-top: 0;
                    }

                    >li {
                        display: flex;
                        gap: 1rem;
                        position: relative;
                        line-height: 2.8rem;
                        margin-left: 2rem;
                        flex-wrap: wrap;
                        align-content: flex-start;
                        font-size: 1.5rem;

                        @media screen and (max-width: 1200px) {
                            font-size: 1.3rem;
                            line-height: 2.4rem;
                            margin-bottom: 10px;

                            br {
                                display: none;
                            }
                        }


                        @media screen and (max-width: 480px) {
                            font-size: 1.3rem;
                            line-height: 2.4rem;
                            font-feature-settings: "palt";
                            margin-bottom: 20px;
                        }

                        &:not(:last-child) {
                            margin-bottom: 2rem;

                            @media screen and (max-width: 1200px) {
                                font-size: 1.3rem;
                                line-height: 2.4rem;
                                margin-bottom: 5px;
                            }

                            @media screen and (max-width: 480px) {
                                font-size: 1.3rem;
                                line-height: 2.4rem;
                                font-feature-settings: "palt";
                                margin-bottom: 20px;
                            }

                        }

                        &:before {
                            content: "";
                            background: url("../img/feature/check.svg") center center / contain no-repeat;
                            display: inline-block;
                            width: 1.8rem;
                            height: 1.8rem;
                            position: absolute;
                            top: 0.5rem;
                            left: -2.2rem;
                        }

                        @media screen and (max-width: 480px) {
                            &:before {
                                top: 0.5rem;
                                width: 1.4rem;
                                height: 1.4rem;
                            }
                        }
                    }
                }

                picture {
                    width: 12rem;
                    margin-top: -9rem;

                    @media screen and (max-width: 1200px) {
                        max-width: 240px;
                        margin: 40px 0 0;
                    }

                    @media screen and (max-width: 480px) {
                        width: 7.5rem;
                        margin-top: 0;
                    }
                }

                &:nth-of-type(1) {
                    picture {
                        margin-top: -9rem;

                        @media screen and (max-width: 1200px) {
                            max-width: 240px;
                            margin: 10px 0 0;
                        }

                        @media screen and (max-width: 480px) {
                            margin-top: 0;
                        }
                    }
                }

                .button {
                    margin-top: 5rem;

                    @media screen and (max-width: 1200px) {
                        display: block;
                        margin-top: 3rem;
                        max-width: 300px;
                    }

                    @media screen and (max-width: 480px) {
                        margin-top: 2.3rem;
                        position: static;
                        padding: 15px 0;
                        max-width: 100%;
                    }
                }



                /* 企画例を見るポップアップ */
                .modal {
                    display: none;
                    position: fixed;
                    z-index: 9999;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    overflow: auto;
                    background-color: rgba(0, 0, 0, 0.4);
                    opacity: 0;

                    /*モーダル用*/
                    &.show {
                        /*モーダル用*/
                        display: block;
                        opacity: 1;
                        animation: fadeIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;

                        .modal-content {
                            animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
                        }
                    }

                    .modal-content {
                        background-color: #fefefe;
                        margin: 6% auto;
                        /* 画面中央に配置 */
                        padding: 20px;
                        border: 1px solid #888;
                        width: 80%;
                        max-width: 1000px;
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
                        border-radius: 10px;
                    }

                    .close {
                        color: #aaa;
                        float: right;
                        font-size: 28px;
                        font-weight: bold;

                        &:hover,
                        &:focus {
                            color: black;
                            text-decoration: none;
                            cursor: pointer;
                        }
                    }
                }
            }
        }

        .can {
            display: block;
            margin: 17rem 10rem 15rem;

            @media screen and (max-width: 480px) {
                margin: 10rem 0;
            }
        }
    }

    /*識別方式・消込（もぎり）方式*/
    .box_identify {
        padding: 11.8rem 0 13.2rem;

        @media screen and (max-width: 480px) {
            padding: 7rem 0 8rem;
        }

        h3 {
            margin-bottom: 3.2rem;
        }

        >p {
            font-size: 1.6rem;
            line-height: 3.2rem;
            margin-bottom: 8.8rem;

            @media screen and (max-width: 480px) {
                margin-bottom: 4rem;
                font-size: 1.4rem;
                line-height: 2.6rem;
            }
        }

        >ul {
            gap: 5.6rem;
            justify-content: space-between;

            @media screen and (max-width: 820px) {
                max-width: calc(80%);
                flex-direction: column;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
                margin: 0 auto;
            }

            @media screen and (max-width: 480px) {
                max-width: calc(100%);
            }

            &.col3,
            &.col1 {
                display: flex;
            }

            &.col3 {
                justify-content: space-between;
                align-items: flex-start;
                gap: 2rem;

                @media screen and (max-width: 820px) {
                    flex-direction: column;
                    flex-wrap: nowrap;
                    gap: 5rem;
                }

                li {
                    text-align: center;
                    width: calc(100%/3 - 2rem);

                    @media screen and (max-width: 820px) {
                        width: calc(100%);
                        display: flex;
                        flex-direction: column;
                    }

                    .text {
                        padding: 4rem 0;

                        @media screen and (max-width: 480px) {
                            padding: 4rem 2.5rem;
                        }

                        p {
                            display: flex;
                            justify-content: center;
                        }
                    }

                    picture {
                        padding: 3rem 2rem 4.4rem;
                        border-radius: 0 0 2rem 2rem;
                    }
                }
            }

            &.col1 {
                flex-direction: column;
                flex-wrap: nowrap;
                width: calc(100%);
                gap: 5.6rem;

                @media screen and (max-width: 820px) {
                    gap: 5rem;
                }

                @media screen and (max-width: 480px) {
                    gap: 5rem;
                }

                li {
                    width: calc(100%);
                    display: flex;

                    @media screen and (max-width: 820px) {
                        flex-direction: column;
                    }

                    &:not(:last-child) {
                        @media screen and (max-width: 820px) {
                            margin-bottom: 0;
                        }
                    }

                    &:nth-of-type(2n+1) {
                        flex-direction: row-reverse;

                        @media screen and (max-width: 820px) {
                            flex-direction: column;
                        }

                        picture {
                            border-radius: 2rem 0 0 2rem;

                            @media screen and (max-width: 820px) {
                                border-radius: 0 0 2rem 2rem;
                            }
                        }
                    }

                    &:nth-of-type(2n) {
                        picture {
                            border-radius: 0 2rem 2rem 0;

                            @media screen and (max-width: 820px) {
                                border-radius: 0 0 2rem 2rem;
                            }
                        }
                    }

                    .text {
                        padding: 7rem 6.4rem;
                        width: calc(100% - 30%);

                        @media screen and (max-width: 820px) {
                            padding: 5rem 3rem;
                            width: calc(100%);
                        }

                        @media screen and (max-width: 820px) {
                            padding: 4rem 3rem 3rem;
                        }

                        h4 {
                            margin-bottom: 3.1rem;
                        }

                        p {
                            line-height: 2.8rem;

                            @media screen and (max-width: 480px) {
                                line-height: 2.6rem;
                                font-size: 1.4rem;
                            }
                        }
                    }

                    picture {
                        width: calc(35%);
                        padding: 2rem;

                        @media screen and (max-width: 820px) {
                            width: auto;
                        }
                    }
                }
            }

            li {
                background: #fff;
                border-radius: 2rem;

                @media screen and (max-width: 820px) {
                    width: 80%;
                }

                h4 {
                    color: var(--red-orange);
                    font-size: 2.0rem;
                    margin-bottom: 2.7rem;

                    @media screen and (max-width: 480px) {
                        font-size: 1.8rem;
                        text-align: center;
                    }
                }

                .text {
                    line-height: 2.7rem;
                    letter-spacing: 0.04rem;

                    p {
                        font-size: 1.5rem;
                        text-align: left;

                        @media screen and (max-width: 480px) {
                            font-size: 1.4rem;
                            line-height: 2.6rem;
                        }

                        &:not(:last-child) {
                            margin-bottom: 2rem;
                        }
                    }
                }

                picture {
                    background: #FFEADB;
                    display: inline-block;
                }
            }

            &:not(:last-child) {
                margin-bottom: 6rem;

                @media screen and (max-width: 480px) {
                    margin-bottom: 5rem;
                }
            }
        }
    }

    /*クーポン取得方式*/
    #get {
        padding-top: 14rem;

        @media screen and (max-width: 1200px) {
            padding-top: 0;
        }

        @media screen and (max-width: 480px) {
            padding-top: 8rem;
        }
    }

    .box_get {
        background: #FFF7F2;
        padding: 0;
        margin: 0 -7.6rem;
        padding: 9.8rem 7.6rem 12.7rem;

        @media screen and (max-width: 820px) {
            margin: 0 0 7.6rem;
            padding: 5rem 2.3rem;
        }

        @media screen and (max-width: 480px) {
            padding: 5rem 2.3rem 7.6rem;
        }

        >p {
            font-size: 1.6rem;
            margin: 0 0 8rem;

            @media screen and (max-width: 480px) {
                margin: 0 0 3rem;
                font-size: 1.4rem;
            }
        }

        >ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            /* 3列のグリッド */
            gap: 3rem;

            @media screen and (max-width: 820px) {
                display: flex;
                justify-content: space-between;
                gap: 3rem 0;
            }

            >li {
                background: #fff;
                padding: 6rem 3rem;
                border-radius: 2rem;

                @media screen and (max-width: 820px) {
                    width: calc(100%/2 - 1rem);
                }

                @media screen and (max-width: 480px) {
                    width: calc(100%);
                    padding: 3.5rem 2.2rem 4.6rem;
                    border-radius: 1.2rem;
                }

                h4 {
                    margin-bottom: 4rem;

                    @media screen and (max-width: 480px) {
                        margin-bottom: 3rem;
                    }

                    picture {
                        display: block;
                        text-align: center;

                        img {
                            width: 250px;
                        }
                    }
                }

                >picture {
                    width: 100%;
                    display: block;
                    text-align: center;
                    margin-bottom: 3rem;
                }

                p {
                    line-height: 2.8rem;
                    letter-spacing: 0.02rem;

                    @media screen and (max-width: 480px) {
                        font-size: 1.4rem;
                        line-height: 2.6rem;
                    }

                    &:not(:last-child) {
                        margin-bottom: 1rem;
                    }

                    @media screen and (max-width: 480px) {
                        &:not(:last-child) {
                            margin-bottom: 1.8rem;
                        }
                    }
                }

                /*CocodePitのみ*/
                &.full-width {
                    grid-column: 2 / -1;
                    display: flex;
                    padding: 7rem 5rem;
                    /* gap:2rem; */
                    gap: 0rem 2rem;
                    flex-wrap: wrap;
                    align-items: flex-start;

                    @media screen and (max-width: 820px) {
                        width: calc(100%);
                        align-items: center;
                    }

                    @media screen and (max-width: 480px) {
                        flex-direction: column;
                        padding: 4rem 2.2rem 5rem;
                    }

                    h4 {
                        text-align: left;
                        width: calc(60% - 2rem);
                        margin: 0 0 5rem;

                        @media screen and (max-width: 480px) {
                            width: calc(100%);
                            order: 2;
                            text-align: center;
                            margin: 0 0 2rem;
                        }

                        picture {
                            text-align: left;

                            img {
                                width: 90%;

                                @media screen and (max-width: 480px) {
                                    width: 100%;
                                }
                            }
                        }
                    }

                    .text {
                        text-align: center;
                        width: calc(60% - 2rem);

                        @media screen and (max-width: 480px) {
                            width: calc(100%);
                            order: 3;
                            margin: 0 0 2rem;
                        }

                        p {
                            text-align: left;

                            @media screen and (max-width: 480px) {
                                font-size: 1.4rem;
                                line-height: 2.6rem;
                            }

                        }
                    }

                    .button {
                        margin: 3rem auto 0;

                        @media screen and (max-width: 820px) {
                            order: 4;
                        }
                    }

                    .image {
                        width: 37%;
                        margin: -28rem 0 0;

                        @media screen and (max-width: 1200px) {
                            width: 35%;
                        }

                        @media screen and (max-width: 480px) {
                            order: 3;
                            width: 100%;
                            margin: 0 0 0;
                        }

                        img {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }

    /*デジタル認証*/
    .box_digital {
        padding: 14.4rem 0 0;

        @media screen and (max-width: 480px) {
            margin-top: 2.6rem;
            padding: 0;
        }

        h3 {
            margin-bottom: 3.6rem !important;

            @media screen and (max-width: 480px) {
                margin-bottom: 3.5rem;
            }
        }

        >ul {
            display: flex;
            gap: 3rem;
            flex-direction: row;
            justify-content: space-between;

            @media screen and (max-width: 820px) {
                gap: 3rem 1rem;
            }

            @media screen and (max-width: 480px) {
                gap: 2rem 1rem;
            }

            >li {
                /* width: calc(100%/2 - 2rem); */
                width: 31%;
                box-shadow: 0 0.3rem 2.3rem rgba(0, 0, 0, 0.10);
                border-radius: 2rem;
                padding: 1em 0 2em;

                @media screen and (max-width: 820px) {
                    width: calc(100%/2 - 1rem);
                    padding: 4rem 3rem 5rem;
                }

                @media screen and (max-width: 480px) {
                    width: calc(100%);
                    border-radius: 1.2rem;
                }

                h4 {
                    color: var(--red-orange);
                    text-align: center;
                    font-size: 2.0rem;

                    @media screen and (max-width: 820px) {
                        margin: 0 -3rem;
                    }

                    @media screen and (max-width: 480px) {
                        margin: 0 0 2rem;
                    }

                    picture {
                        display: block;
                        margin-bottom: 2rem;

                        img {
                            width: 100%;

                            @media screen and (max-width: 480px) {
                                width: 100%;
                            }
                        }
                    }
                }

                p {
                    font-size: 1.4rem;
                    line-height: 2.8rem;
                    letter-spacing: 0.04rem;
                    padding: 0 3.5rem 0;

                    @media screen and (max-width: 480px) {
                        font-size: 1.4rem;
                        line-height: 2.6rem;

                        &:not(:last-child) {
                            margin-bottom: 2rem;
                        }
                    }
                }
            }
        }
    }

    /*カスタマイズ機能*/
    .box_custom {
        padding: 13.6rem 0 0;

        @media screen and (max-width: 480px) {
            padding: 8rem 0 0;
        }

        h3 {
            margin-bottom: 4rem !important;
        }

        h4 {
            color: var(--red-orange);
            font-size: 2.4rem;
            margin-bottom: 4rem !important;
        }

        >picture {
            margin-bottom: 5rem;
            display: block;

            @media screen and (max-width: 820px) {
                margin-bottom: 4rem;
            }

            img {
                width: 70%;

                @media screen and (max-width: 820px) {
                    width: calc(100%);
                }
            }
        }

        >ul {
            display: flex;
            gap: 2rem;
            justify-content: center;

            li {
                width: calc(100%/3 - 2rem);
                background: #FFF7F2;
                padding: 4rem;
                border-radius: 2rem;

                @media screen and (max-width: 820px) {
                    width: 40rem;
                }

                @media screen and (max-width: 480px) {
                    width: calc(100%);
                    padding: 2.6rem 2.3rem 5rem;
                    border-radius: 1.5rem;
                    line-height: 2rem;
                }

                @media screen and (max-width: 480px) {
                    &:first-child {
                        padding-top: 4rem;
                    }
                }

                h4 {
                    font-size: 2.0rem;
                    text-align: center;
                    margin-bottom: 3rem;

                    @media screen and (max-width: 480px) {
                        margin-bottom: 2rem;
                        line-height: 2.7rem;
                    }
                }

                p {
                    line-height: 2.8rem;

                    @media screen and (max-width: 480px) {
                        font-size: 1.4rem;
                        line-height: 2.6rem;
                    }
                }

                picture {
                    display: block;
                    margin-bottom: 3rem;

                    @media screen and (max-width: 480px) {
                        margin-bottom: 1.5rem;
                    }
                }

                &:first-child {
                    picture {
                        margin-bottom: 4rem;

                        @media screen and (max-width: 480px) {
                            margin-bottom: 1.5rem;
                        }
                    }

                    h4 {
                        margin-bottom: 4.5rem;

                        @media screen and (max-width: 480px) {
                            margin-bottom: 1.5rem;
                        }
                    }
                }
            }

            &.col2 {
                gap: 2rem;
                justify-content: space-between;

                li {
                    width: calc(100%/2 - 2rem);
                    display: flex;
                    gap: 4rem;
                    align-items: center;

                    @media screen and (max-width: 820px) {
                        gap: 2rem;
                        width: 40rem;
                        margin: 0 auto;
                    }

                    @media screen and (max-width: 480px) {
                        width: calc(100%);
                    }

                    picture {
                        width: calc(30%);
                        margin-bottom: 0;

                        @media screen and (max-width: 480px) {
                            width: calc(40%);
                        }
                    }

                    .text {
                        width: calc(70% - 4rem);

                        @media screen and (max-width: 480px) {
                            width: calc(70% - 2rem);
                        }

                        h4 {
                            font-size: 2.0rem;
                            text-align: left;
                            margin-bottom: 2rem;

                            @media screen and (max-width: 480px) {
                                font-size: 1.8rem;
                            }
                        }

                        p {
                            font-size: 1.5rem;
                            line-height: 2.8rem;

                            @media screen and (max-width: 480px) {
                                font-size: 1.2rem;
                                line-height: 2.0rem;
                            }
                        }
                    }
                }
            }
        }
    }

    /*多言語対応*/
    #translate {
        padding-top: 15.2rem;
        margin-bottom: 13.6rem;

        @media screen and (max-width: 480px) {
            padding-top: 8rem;
            margin-bottom: 8rem;
        }
    }

    .box_translate {
        background: #FFF7F2;
        padding: 0;
        margin: 0 -7.6rem;
        padding: 10rem 7.6rem 13rem;

        @media screen and (max-width: 820px) {
            margin: 0rem;
            padding: 3rem;
        }

        @media screen and (max-width: 480px) {
            margin: 0rem;
            padding: 5rem 2.3rem 7.6rem;
        }

        p {
            margin-bottom: 6.7rem;
            font-size: 1.6rem;

            @media screen and (max-width: 480px) {
                font-size: 1.4rem;
                margin-bottom: 3rem;
            }
        }

        >ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);

            /* 3列のグリッド */
            @media screen and (max-width: 820px) {
                display: block;
                width: 40rem;
                margin: 0 auto;
            }

            @media screen and (max-width: 480px) {
                width: calc(100%);
            }

            >li {
                background: #fff;
                padding-bottom: 3rem;

                @media screen and (max-width: 820px) {
                    &:not(:last-child) {
                        margin-bottom: 3rem;
                    }
                }

                @media screen and (max-width: 480px) {

                    &:nth-of-type(1),
                    &:nth-of-type(2),
                    &:nth-of-type(3) {
                        border-radius: 1.2rem;
                    }
                }

                &:nth-of-type(1) {
                    border-right: 4px #FFDD7B solid;
                    border-radius: 2rem 2rem 0 2rem;

                    @media screen and (max-width: 820px) {
                        border-right: none;
                    }

                    h4 {
                        background: #FFDD7B;
                    }
                }

                &:nth-of-type(2) {
                    border-right: 4px #FCAC7B solid;
                    border-radius: 2rem 2rem 0 0;

                    @media screen and (max-width: 820px) {
                        border-right: none;
                    }

                    h4 {
                        background: #FCAC7B;
                    }
                }

                &:nth-of-type(3) {
                    border-radius: 2rem 2rem 2rem 0;

                    h4 {
                        background: #FF8152;
                    }
                }

                h4 {
                    letter-spacing: 0.08rem;
                    padding: 2rem;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 2.7rem;
                    font-size: 2rem;
                    border-radius: 1.7rem 1.7rem 0 0;

                    @media screen and (max-width: 480px) {
                        font-size: 1.8rem;
                        padding: 1.3rem;
                        margin-bottom: 0;
                    }
                }

                p {
                    font-size: 1.8rem;
                    line-height: 3.2rem;
                    text-align: center;
                    letter-spacing: 0.08rem;
                    /* padding:1rem; */
                    height: 12rem;

                    &:not(:last-child) {
                        margin-bottom: 1rem;
                    }

                    @media screen and (max-width: 480px) {
                        text-align: left;
                        padding: 2rem;
                        height: auto;
                        font-size: 1.4rem;
                        line-height: 2.5rem;

                        br {
                            display: none;
                        }
                    }
                }

                picture {
                    width: 100%;
                    display: block;
                    text-align: center;
                    margin-bottom: 3rem;

                    @media screen and (max-width: 480px) {
                        margin-bottom: 1rem;
                    }

                    img {
                        width: 50%;
                    }
                }

                .costs {
                    display: flex;
                    align-content: center;
                    align-items: center;
                    gap: 2rem;
                    padding: 0 4rem;
                    font-size: 1.5rem;
                    line-height: 2.8rem;
                    letter-spacing: 0.05rem;

                    @media screen and (max-width: 820px) {
                        font-size: 1.2rem;
                        padding: 0 2rem;
                        line-height: 1.8rem;
                    }

                    li {
                        &:first-child {
                            width: 25%;
                        }

                        @media screen and (max-width: 480px) {
                            &:first-child {
                                width: 28%;
                            }
                        }

                        &:last-child {
                            width: auto;
                        }
                    }
                }
            }
        }
    }

    /*スクラッチ抽選、クイズ機能*/
    .custom_sub {
        padding: 0;
        margin-bottom: 15.6rem;

        @media screen and (max-width: 480px) {
            margin-bottom: 8.5rem;
        }

        >ul {
            &.col2 {
                li {
                    padding: 3rem 6rem 3rem;

                    @media screen and (max-width: 480px) {
                        padding: 3rem 2rem;
                        border-radius: 1.2rem;
                    }

                    &.scratch {}

                    &.quiz {}

                    h4 {
                        @media screen and (max-width: 480px) {
                            margin-bottom: 1.8rem;
                        }
                    }

                    picture {
                        @media screen and (max-width: 480px) {
                            width: calc(30%);
                        }
                    }
                }
            }
        }
    }

    /*その他カスタマイズ機能*/
    .box_etc {
        padding: 13.1rem 0;

        @media screen and (max-width: 480px) {
            padding: 7rem 0 10rem;
        }

        p {
            font-size: 1.6rem;
            line-height: 2.8rem;
            margin-bottom: 6.7rem;

            @media screen and (max-width: 480px) {
                margin: 0 0 3rem;

                br {
                    display: none;
                }
            }
        }

        >ul {
            display: flex;
            gap: 3rem 1rem;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;

            li {
                width: calc(100%/4 - 1rem);
                background: #fff;
                padding: 5rem 3rem;
                border-radius: 2rem;

                @media screen and (max-width: 820px) {
                    width: calc(100%/3 - 1rem);
                }

                @media screen and (max-width: 480px) {
                    width: calc(100%);
                    padding: 3rem 3rem;
                    border-radius: 1.2rem;
                }

                h4 {
                    font-size: 1.9rem;
                    color: var(--red-orange);
                    letter-spacing: 0.01rem;
                    text-align: center;
                    margin-bottom: 3rem;
                    height: 3em;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    flex-direction: column;

                    @media screen and (max-width: 480px) {
                        height: auto;
                        font-size: 1.9rem;
                        line-height: 2.8rem;
                        margin: 0;
                    }

                    small {
                        /* color:#000; */
                        font-size: inherit;
                    }
                }

                picture {
                    text-align: center;
                    display: block;
                    margin-bottom: 2rem;

                    @media screen and (max-width: 480px) {
                        margin: 1rem 0;
                    }

                    img {
                        width: 80%;

                        @media screen and (max-width: 480px) {
                            width: 60%;
                        }
                    }
                }

                p {
                    font-size: 1.5rem;
                    line-height: 2.8rem;

                    @media screen and (max-width: 480px) {
                        font-size: 1.4rem;
                        line-height: 2.2rem;
                    }
                }

                &:nth-child(-n+4) {
                    padding: 4rem 2.5rem;

                    h4 {
                        font-size: 2rem;
                        margin: 0 0 3rem;
                    }
                }
            }
        }
    }

    /*販促物・プロモーション*/
    .box_promotion {
        padding: 14.4rem 0 13.3rem;

        @media screen and (max-width: 480px) {
            padding: 7rem 0 9rem;
        }

        h3 {
            @media screen and (max-width: 480px) {
                margin-bottom: 2.2rem;
            }
        }

        >p {
            font-size: 1.6rem;
            margin: 0 0 6.7rem;

            @media screen and (max-width: 480px) {
                margin: 0 0 3rem;
                font-size: 1.4rem;
            }

            strong {
                font-size: 2.6rem;
                color: var(--red-orange);
                display: inline-block;
                margin: 2rem 0 3rem;
                font-weight: 900;

                @media screen and (max-width: 480px) {
                    font-size: 2.0rem;
                    margin: 0 0 2rem;
                }
            }
        }

        >ul {
            gap: 4.6rem 2rem;

            @media screen and (max-width: 480px) {
                gap: 2rem;
            }

            li {
                background: #FFF7F2;
                width: calc(100%/3 - 2rem);
                padding: 5rem 3rem;
                border-radius: 2rem;

                @media screen and (max-width: 820px) {
                    width: calc(100%/2 - 2rem);
                }

                @media screen and (max-width: 480px) {
                    width: calc(100%);
                    padding: 3rem 2rem 6rem;
                    border-radius: 1.2rem;
                }

                picture {
                    display: block;
                    text-align: center;
                    margin-bottom: 1rem;

                    @media screen and (max-width: 480px) {
                        /* margin-bottom:1rem; */
                    }

                    img {
                        width: 60%;
                    }
                }

                h4 {
                    color: var(--red-orange);
                    text-align: center;
                    font-size: 2.0rem;
                    margin-bottom: 2rem;

                    @media screen and (max-width: 480px) {
                        font-size: 1.8rem;
                        margin-bottom: 1rem;
                    }
                }

                p {
                    font-size: 1.5rem;
                    line-height: 2.8rem;

                    @media screen and (max-width: 480px) {
                        font-size: 1.3rem;
                        line-height: 2.2rem;
                    }
                }
            }
        }
    }
}


/*アニメーション*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.9);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1.0);
    }

    80%,
    100% {
        opacity: 1;
    }
}