@charset "UTF-8";
/*border:1px solid #36C;*/
/**/

/*全体*/
#info_contents {
    margin-bottom: 0 !important;
}

/*左右上下中央ぞろえ*/
.center-center {
    display: grid;
    place-content: center;
    /*要素の中央揃え*/
    place-items: center;
    /*要素同士の中央揃え*/
}

.section {
    margin: 0 0 25%;
}

.section#movie {
    margin: 0 0 10%;
}

.section:last-of-type {
    margin: 0 0 0%;
}


/*===============================
FV
===============================*/
.fv-item {
    margin: -5% auto 10%;
    margin: -5% auto 0%;
    max-width: 93%;

}

.fv-item-child {
    margin: 0 auto;
    margin: 0 0 13%;
}

.fv {
    margin: 0 0 20%;
    margin: 0 0 5%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.absolute.fv-txt {
    left: 45px;
    bottom: 90px;
}

.fv-txt {
    display: flex;
    flex-direction: column;
}

.fv-txt-movie {
    margin: 0 0 10%;
}



/*===============================
wrapper（横幅調整）
===============================*/
.wrapper-big,
.wrapper-small {
    margin-inline: auto;
}

.wrapper-big {
    width: 662px;
}

/*.wrapper-small{
    width: 540px;
}*/


/*===============================
section
===============================*/
.item {
    margin: 0 0 15%;
}

#renew .copy {
    margin: 4% 0 8%;
}

#balm .copy {
    margin: 6% 0 8%;
}

.price {
    margin: 0 auto 3%;
    max-width: 65%;
}

.right {
    text-align: right;
    margin: -60% 0 20%;
}

.right img {
    max-width: 90%;
}


/*===============================
8晩出口
===============================*/
#section3 {
    background-color: #F5EB32;
    padding-top: 15%;
    margin-top: 5%;
    margin-bottom: 10%;
}

.movie-text.title-8 {
    margin: 0 0 7%;
}

/*===============================
youtube
===============================*/


.youtube {
    width: 662px;
    height: 372.5px;
    margin: 0 0 10%;
}

.youtube:last-child {
    margin: 0 0 0;
}


/*===============================
レスポンシブ
===============================*/

@media screen and (max-width: 768px) {
    .absolute.fv-txt {
        left: 5%;
        bottom: 10%;
    }

    .fv-txt-movie {
        margin: 0 0 4%;
        width: 55%;
    }

    .fv-txt-txt {
        width: 65%;
    }


    .wrapper-big {
        width: 92vw;
    }

    .movie-title {
        max-width: 60%;
        margin: 0 auto 15%;
    }

    .youtube {
        width: 345px;
        height: 194px;
    }
}

/*===============================
表示方法（スクロールと連動）
===============================*/
/*フェードイン*/
.fade-in {
    opacity: 1;
    /* 0 から 1 に変更 */
    /* transform: translateY(-1.5%); */
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.fade-in-appear {
    opacity: 1;
    transform: translateY(0);
}

/*===============================
動画
===============================*/

.movie-title {
    margin: 0 auto 12%;
}

.movie-wrapper {
    margin: 0 0 5%;
}

.movie-margin {
    margin: 0 0 5%;
}

.movie {
    width: 662px;
    height: auto;
    position: relative;
}

.movie-inner {
    display: block;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.thumb {
    width: 100%;
    max-width: 100%;
}

.js-player {
    width: 100%;
    height: 450px;
}

/*横並びに*/
.flex {
    display: flex;
    gap: 3%;
    justify-content: space-between;
    width: 662px;

}

#movie .flex .movie {
    width: 320px;
}

.movie-box {
    margin: 0 0 10%;
    text-align: center;

}

.movie-text {
    margin: 0 0 3.5%;
}

/* モーダル============================ */
#modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
}

#modal-close {
    position: absolute;
    top: 0px;
    right: -60px;
    width: 50px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
}

/*クローズ*/
#modal-close::before,
#modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
    transform-origin: center;
}

#modal-close::before {
    transform: rotate(45deg);
}

#modal-close::after {
    transform: rotate(-45deg);
}


/* 店舗情報============================ */

.shoplist {
    background-image: linear-gradient(135deg, #ecf7d2 50%, #fcf5e9);
    /*        border-radius: 41px;*/
    border-radius: 35px;
    padding: 30px;
    padding: 40px 30px;
    box-sizing: border-box;

    width: 720px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.shoplist h2 {
    text-align: center;
    font-size: 30px;
    color: #3c4e1b;
    margin: 0 auto 1em;
    /*        font-weight: 700;*/
    font-weight: 300;
    box-sizing: border-box;
}

.shoplist .ac__item+.ac__item {
    margin-top: 20px;
}

.shoplist .ac__head {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #72aa05;
    outline: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    /*        padding: 8px 40px;*/
    padding: 12px 40px;
    border-radius: 5rem;
}

.shoplist .ac__head:after {
    content: "";
    border-top: none;
    border-left: none;
    /*        border-bottom: 1px solid #3c4e1b;
        border-right: 1px solid #3c4e1b;*/
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    /*        right: 20px;*/
    right: 25px;
    top: calc(50% - 8px);
    transform-origin: center;
    transition: all .4s;
}

.shoplist .is-open .ac__head::after {
    /*        border-top: 1px solid #3c4e1b;
        border-left: 1px solid #3c4e1b;*/
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    top: calc(50% - 2px);
}

.shoplist .ac__body {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    padding: 0;
    line-height: 0;
    opacity: 0;
    transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

.shoplist .is-open .ac__body {
    height: auto;
    line-height: 1.5;
    opacity: 1;
}

.shoplist .ac__body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}

.shoplist .ac__body ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0.5em 1em;
    color: #36372b;
    background-color: #fff;
    width: calc((100% - 20px)/3);
}

.shoplist .ac__body ul.imglist li {
    width: calc((100% - 10px)/2);
}

.shoplist .ac__body ul img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}



@media print,
screen and (max-width: 768px) {
    .renewblight {
        width: 100%;
    }

    .contents_main {
        margin: 0;
    }

    .movie-text {
        margin: 0 0 4.5%;
    }

    .movie-box {
        margin: 0 0 10%;
    }

    .movie-text.width-change {
        margin: 0 0 3.5%;
        width: 66%;
    }

    .movie {
        width: 92vw;

    }

    /*    #section3 .flex .movie{
        height: 100px;
    }*/

    #modal-content {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .js-player {
        width: 100%;
        height: 275px;
    }

    #modal-close {
        top: -45px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .flex {
        width: 92vw;
    }

    #movie .flex .movie {
        width: 50vw;
    }


    /* 店舗情報============================ */
    .shoplist {
        background-image: linear-gradient(135deg, #ecf7d2 50%, #fcf5e9);
        /*        border-radius: 20px;*/
        border-radius: 0px;
        padding: 15px;
        padding: 30px 15px 30px;
        box-sizing: border-box;
    }

    .shoplist h2 {
        text-align: center;
        font-size: 24px;
        color: #3c4e1b;
        margin: 0 auto 0.7em;
        /*        font-weight: 700;*/
        font-weight: 300;
        box-sizing: border-box;
    }

    .shoplist .ac__item+.ac__item {
        /*        margin-top: 15px;*/
        margin-top: 17px;
    }

    .shoplist .ac__head {
        display: block;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        background-color: #72aa05;
        outline: none;
        border: none;
        color: #ffffff;
        font-size: 16px;
        /*        padding: 8px 40px;*/
        padding: 10px 40px;
        border-radius: 5rem;
        font-weight: 300;
    }

    .shoplist .ac__head:after {
        content: "";
        border-top: none;
        border-left: none;
        /*        border-bottom: 1px solid #3c4e1b;
        border-right: 1px solid #3c4e1b;*/
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: calc(50% - 8px);
        transform-origin: center;
        transition: all .4s;
    }

    .shoplist .is-open .ac__head::after {
        /*        border-top: 1px solid #3c4e1b;
        border-left: 1px solid #3c4e1b;*/
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;

        border-bottom: none;
        border-right: none;
        top: calc(50% - 2px);
    }

    .shoplist .ac__body {
        height: 0;
        overflow: hidden;
        transition: all 0.5s;
        position: relative;
        padding: 0;
        line-height: 0;
        opacity: 0;
        transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
    }

    .shoplist .is-open .ac__body {
        height: auto;
        line-height: 1.5;
        opacity: 1;
    }

    .shoplist .ac__body ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 15px 0 0;
        list-style: none;
    }

    .shoplist .ac__body ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        box-sizing: border-box;
        padding: 0.4em 0.2em;
        color: #36372b;
        background-color: #fff;
        width: calc((100% - 10px)/2);
    }

    .shoplist .ac__body ul.imglist li {
        width: 100%;
    }

    .shoplist .ac__body ul img {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

}

/*===============================
二宮さん動きをつける場合
===============================*/


/*#section1 .photo{
    height: 30em;
    width: 100%;
    background-image: url(/category/skin/info/renewblight/image/renew_human2.png);
    background-attachment: fixed;
    background-size: 45%;
    background-position: 60%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
#section1 .photo{
    background-size: 65%;
    background-position: 72%;
}

@media screen and (max-width: 1100px) {
#section1 .photo{
    height: 18em;
    background-size: 80%;
    background-position: 95%;
}
}

@media screen and (max-width: 768px) {
#section1 .photo{
    background-size: 123%;
    background-position: center;
}*/

@media print,
screen and (min-width: 768px) {
    .renewblight {
        width: 720px;
        margin: 0 auto;
    }
}

/* force-hide desc */
html body p.c-panel__desc {
  display: none !important;
}

