@charset "utf-8";
/* MV（ページごとに変更）
========================== */
.c-submv::after{
    background-image: url(../img/membership/mv.jpg);
}

.sec {
    padding-top: 10rem;
}
.point_txt_bg {
    height: 642px;
}
.point_txt_bg .inner {
    height: 100%;
}
.point_txt {
    width: 45%;
    max-width: 1100px;
}
.point_txt h2 {
    font-size: 22px;
    margin-bottom: 4rem;
}
.point_txt p {
    text-align: justify;
}

.point_txt_bg:first-child {
    background: url(../img/membership/sec_bg01.jpg) no-repeat center / cover;
}
.point_txt_bg:first-child > .inner {
    position: relative;
}
.point_txt_bg:first-child .point_txt {
    position: absolute;
    left: 2%;
    bottom: 6rem;
}

.point_txt_bg:nth-child(2) {
    background: url(../img/membership/sec_bg02.jpg) no-repeat left top / cover;
}
.point_txt_bg:nth-child(2) > .inner {
    position: relative;
}
.point_txt_bg:nth-child(2) .point_txt {
    position: absolute;
    right: 2%;
    bottom: 6rem;
}

.sec02 .inner {
    padding: 10rem 0;
}
.sec02 .c-ttl {
    margin-bottom: 5rem;
}
.sec02 ol {
    display: flex;
}
.sec02 ol li {
    padding: 30px 30px 60px;
    border-bottom: 1px solid #5d696d;
}
.sec02 ol li:not(:last-child) {
    border-right: 1px solid #5d696d;
}

.rewards-deco {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.rewards-en-lr {
    color: #a0b2c7;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    writing-mode: vertical-lr;
}
.reward-number {
    color: #a0b2c7;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
}
.rewards-txt h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
}
.rewards-txt {
    text-align: justify;
}

.sec02 ol:first-of-type li {
    border-top: 1px solid #5d696d;
}
.sec02 ol:first-of-type li {
    width: 50%;
}
.sec02 ol:nth-of-type(2) li {
    width: 33.3%;
}
.sec02 ol:first-of-type li:first-child {
    background: url(../img/membership/icon01.png) no-repeat right bottom / 168px;
}
.sec02 ol:first-of-type li:last-child {
    background: url(../img/membership/icon02.png) no-repeat right bottom / 168px;
}
.sec02 ol:nth-of-type(2) li:first-child {
    background: url(../img/membership/icon03.png) no-repeat right bottom / 150px;
}
.sec02 ol:nth-of-type(2) li:nth-child(2) {
    background: url(../img/membership/icon04.png) no-repeat right bottom / 150px;
}
.sec02 ol:nth-of-type(2) li:last-child {
    background: url(../img/membership/icon05.png) no-repeat right bottom / 150px;
}




@media only screen and (max-width: 1024px) {
    .sec {
        padding-top: 8rem;
    }
    .point_txt_bg {
        height: 534px;
    }
    .point_txt {
        width: 100%;
    }
    .point_txt h2 {
        font-size: 18px;
        margin-bottom: 2rem;
        color: #000;
    }
    .point_txt p {
        font-size: 15px;
        color: #000;
    }

    .point_txt_bg:first-child {
        background: linear-gradient(#ffffff00 0%, #ffffffaa 100%),
        url(../img/membership/sec_bg01.jpg) no-repeat 60% 100% / cover;
    }
    .point_txt_bg:first-child .point_txt {
        left: 0;
        bottom: 4rem;
    }

    .point_txt_bg:nth-child(2) {
        background: linear-gradient(#ffffff00 0%, #ffffff99 100%),
        url(../img/membership/sec_bg02.jpg) no-repeat 30% 100% / cover;
    }
    .point_txt_bg:nth-child(2) .point_txt {
        right: 0;
        bottom: 4rem;
    }


    .sec02 .inner {
        padding: 8rem 0;
    }

    .sec02 ol {
        flex-direction: column;
    }
    .sec02 ol li:not(:last-child) {
        border-right: none;
    }
    .sec02 ol:first-of-type li:not(:first-child) {
        border-top: none;
    }

    .sec02 ol:first-of-type li {
        width: 100%;
    }
    .sec02 ol:nth-of-type(2) li {
        width: 100%;
    }

    .rewards-en-lr {
        font-size: 14px;
    }
    .reward-number {
        font-size: 20px;
    }
    .rewards-txt {
        font-size: 15px;
    }


    .membership-switch img {
        min-height: 120px;
        object-fit: cover;
    }

}