@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Noto+Serif+JP:wght@600;700&display=swap');


.content-asset .description-content {
    content: "";
    display: block;
    clear: both;
}

.description-content p {
    margin: 0;
}

.rsv-campaign {
    margin-bottom: 120px;
}

.rsv-campaign .milktea-ttl {
    margin-bottom: 40px;
}

.rsv-campaign .rsv-campaign-detail {
    text-align: center;
    margin: 0 auto;
}

.rsv-campaign .rsv-campaign-coupon-box {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}

.rsv-campaign-coupon-number {
    background: #E42B33;
    color: #fff;
    text-align: center;
    font-size: 30px !important;
    border: 1px solid #ccc;
    margin-top: 40px !important;
    height: 54px;
    display: flex;
    align-items:center;
    justify-content: center;
}

.rsv-campaign-coupon-data {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 24px!important;
    border: 1px solid #ccc;
    margin-bottom: 20px !important;
    height: 54px;
    display: flex;
    align-items:center;
    justify-content: center;
}

.rsv-campaign-coupon-cation {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    text-indent: -1em;
    padding-left: 1em;
}

.rsv-campaign-coupon-cation span{
    display: inline-block;
    background: #FCF6B2;
    text-indent:0;
    padding-left:0;
}

.rsv-campaign-coupon-box > img {
    display: block;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 50px !important;
}

.rsv-campaign-btn {
    margin-bottom: 60px !important;
}

.rsv-campaign-border {
    height: 12px;
    background: #C3002B;
}


@media screen and (max-width:768px) {
    .rsv-campaign {
        margin-bottom: 60px;
    }

    .rsv-campaign-coupon-number {
        font-size: calc(30*100vw/750)!important;
        line-height: 1.8 !important;
        height: calc(54*100vw/750)!important;
    }

    .rsv-campaign-coupon-data {
        font-size: calc(24*100vw/750)!important;
        line-height: 2 !important;
        height: calc(54*100vw/750)!important;
    }

    .rsv-campaign-coupon-cation {
        font-size: 12px !important;
    }

    .rsv-campaign-border {
        height: 5px;
    }

    .rsv-campaign-btn {
        max-width: 80%;
    }

    .rsv-campaign-subttl {
        max-width: 60%;
    }
}

.description-content .notice-frame {
    margin-bottom: 50px;
}


.description-content .notice-frame .notice-frame-ttl{
    font-size: 34px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.description-content .notice-frame .notice-frame-ttl img{
    width: 40px;
    margin-right: 10px;
}

.description-content .notice-frame li{
    font-size: 20px!important;
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
    text-align: left;
    list-style: none;
}

.description-content .notice-frame li .fs-s{
    font-size: 17px!important;
}

.description-content .notice-frame li .red-under{
    text-decoration: underline;
}

.description-content .notice-cation {
    background: #FFFFE3;
    border: none;
}

.description-content .notice-cation img {
    vertical-align: text-top;
    max-width: 22px;
    margin-right: 5px;
}

.description-content .notice-frame .notice-yellow {
    font-size: 100% !important;
    background: yellow
}

.description-content .notice-frame .notice-small {
    font-size: 80% !important;

}


@media screen and (max-width:768px) {
    .description-content .notice-frame .notice-frame-ttl{
        font-size: calc(34*100vw/750)!important;
        margin-bottom: 2vw;
    }
    
    .description-content .notice-frame .notice-frame-ttl img{
        width: calc(40*100vw/750);
        margin-right: 2%;
    }

    
    .description-content .notice-frame li{
        font-size: calc(20*100vw/750)!important;
    }
    .description-content .notice-frame li .fs-s{
        font-size:calc(17*100vw/750)!important;
    }
    
}

.description-content .obagi-x-skin{
    padding-bottom: 50px;
}

.description-content .obagi-x-skin img{
    display: block;
    margin: 0 auto;
}

.description-content .obagi-x-skin .obagi-x-skin-refill{
    margin-bottom: 100px;
}

.description-content .obagi-x-skin-point{
    padding-bottom: 100px;
}


.description-content .obagi-x-skin-product{
    padding-bottom: 120px;
}


.description-content .obagi-x-skin-howto{
    padding-bottom: 80px;
}


.description-content .obagi-x-skin .mov img{
    margin-bottom: 70px;
}

.description-content .obagi-x-skin .mov iframe {
    display: block;
    max-width: 100%;
    width: 560px;
    height: 315px;
    margin: 0 auto;
    
}


@media screen and (max-width:768px) {
    .description-content .obagi-x-skin .obagi-x-skin-refill{
        margin-bottom:calc(100*100vw/750);
    }

    .description-content .obagi-x-skin-point{
        padding-bottom:calc(100*100vw/750);
    }


    .description-content .obagi-x-skin-product{
        padding-bottom:calc(120*100vw/750);
    }


    .description-content .obagi-x-skin-howto{
        padding-bottom:calc(80*100vw/750);
    }


    .description-content .obagi-x-skin .mov img{
        margin-bottom:calc(70*100vw/750);    }

    .description-content .obagi-x-skin .mov iframe {
        width: 100%!important;
        height: 100%!important;
        aspect-ratio:16 / 9;
    }


}
