@charset "utf-8";

.cocoris__yoru2626{
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.cocoris__yoru2626 .font__ten{
    font-family: ten-mincho, serif;
    font-weight: 400;
}
.cocoris__yoru2626 .font__cormorant{
    font-family: "Cormorant", serif;
    font-weight: 40;
}
.cocoris__yoru2626 .font__fut{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
}
.cocoris__yoru2626 .font__canto{
    font-family: canto, serif;
    font-weight: 400;
}
.cocoris__yoru2626 .font__yugo{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
}

/****************************
    contents
****************************/
.cocoris__yoru2626{
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    position: relative;
    overflow: hidden;
}
.yoru26__wrapper{
    width: 100%;
    height: 100vh;
    background: url(/cms/img/usr/feature/cocoris_yoru/yoru26_bg_pc.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.yoru26__page{
    background: url(/cms/img/usr/feature/cocoris_yoru/yoru26_bg_pc.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position:center;
    background-attachment: fixed;
}
.yoru26__contents{
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    color: #FFF;
}

.yoru26__contents section{
    position: relative;
    z-index: 5;
}

.yoru26__event,
.yoru26__page{
    background-color: #08132b;
}
@media (max-width: 750px) {
    .cocoris__yoru2626{
        font-size:4.39vw;
    }
    .yoru26__wrapper{
        background-image: url(/cms/img/usr/feature/cocoris_yoru/yoru26_bg_sp.jpg);
    }
    .yoru26__page{
        background-image: url(/cms/img/usr/feature/cocoris_yoru/yoru26_bg_sp.jpg);
    }
}

/****************************
    common
****************************/
.glow{
    box-shadow: 0px 0px 15px 7px rgba(255, 250, 228, 0.15);
}
.color__gold{
    color:#ffe6a3;
}
@media (min-width: 751px) {
    .pchidden{ display: none!important;}
}
@media (max-width: 750px) {
    .sphidden{ display: none!important;}
}

/**** title ****/
.title__star{
    background-image: url(/cms/img/usr/feature/cocoris_yoru/star_yellow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 34px auto;
    padding-top: 50px;
}
.title__bar{
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.title__bar::after{
    content: "";
    display: block;
    width:320px;
    height: 2px;
    background-color:#dec68d;
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub__title{
    text-align: center;
    line-height: 1;
    font-size: 28px;
}
.sub__title b{
    font-size: 80px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

@media (max-width: 750px) {
    .title__star{
        background-size: 17px auto;
        padding-top: 25px;
    }
    .title__bar{
        padding-bottom: 15px;
    }
    .title__bar::after{
        width:160px;
        height: 1px;
    }

    .sub__title{
        font-size: 4vw;
        line-height: 1.3;
    }
    .sub__title b{
        font-size: 10.666vw;
        margin-bottom: 0;
    }
}


/**** btn ****/
.yoru26__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 35px;
    position: relative;
    color: #121828;
    background: linear-gradient(0deg, #ffe7b4 0%, #fff9bc 50%, #ffe7b4 100%);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.yoru26__btn a::after{
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background-image: url(/cms/img/usr/feature/cocoris_yoru/arrow_small.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right:5%;
    transform: translateY(-50%);
}

.yoru26__btn a span{
    display: block;
}
@media (max-width: 750px) {
    .yoru26__btn a{
        height: 30px;
        font-size:3.1vw;
    }
    .yoru26__btn a::after{
        width: 4px;
        height: 6px;
    }
}

/****************************
    header
****************************/
.yoru26__header{
    width: 100%;
    height: 85px;
    position: relative;
    z-index: 5;
}
.yoru26__header .inner{
    width: 100%;
    height: 85px;
    background-color:#fff1b8;
}
.yoru26__header__menu{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.yoru26__header__menu .yoru26__btn{
    margin: 0 5px;
}
.yoru26__header__menu .yoru26__btn a{
    height: 58px;
    padding: 0 60px 0 70px;
    background: #FFF;
}
.yoru26__header__menu .yoru26__btn a::after{
    width: 12px;
    height: 7px;
    background-image: url(/cms/img/usr/feature/cocoris_yoru/arrow_down.png);
    right:5%;
}
.yoru26__header__menu .yoru26__btn a::before{
    content: "";
    display: block;
    width: 25px;
    height: 26px;
    background-image: url(/cms/img/usr/feature/cocoris_yoru/star_black.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left:30px;
    transform: translateY(-50%);
}

@media (max-width: 750px) {
    .yoru26__header,
    .yoru26__header .inner{
        height: 54px;
    }
    .yoru26__event .yoru26__header .inner{
        position: fixed;
        top: 0;
        left: 0;
    }
    .yoru26__header__menu .yoru26__btn{
        margin: 0 0.36vw;
    }
    .yoru26__header__menu .yoru26__btn a{
        font-size:3.63vw;
        letter-spacing: -0.05em;
        height: 38px;
        padding:0 4.13vw 0 5.83vw;
        border-radius: 0;
        text-align: center;
    }
    .yoru26__header__menu .yoru26__btn a::after{
        width: 6px;
        height: 3.5px;
    }
    .yoru26__header__menu .yoru26__btn a::before{
        width: 12px;
        height: 13px;
        left:2vw;
    }

    .yoru26__event .yoru26__header .inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 2% 0 4%;
    }
    .yoru26__header .head__logo{
        width: 121px;
    }
    .yoru26__header .head__logo img{
        vertical-align: text-bottom;
    }
    .yoru26__event .yoru26__header__menu .yoru26__btn a{
        font-size: 4vw;
        background:#fff1b8;
        padding: 0 5.13vw 0 7.83vw;
    }
    .yoru26__event .yoru26__header__menu .yoru26__btn a::before{
        width: 18px;
        height: 18px;
        margin-top: 1px;
    }
    .yoru26__event .yoru26__header__menu .yoru26__btn a::after{
        background-image: url(/cms/img/usr/feature/cocoris_yoru/arrow_small.png);
        width: 5px;
        height: 8px;
    }
}


/****************************
    fv__area
****************************/
.fv__area{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 100vh;
    padding: 120px 0 70px;
}
.fv__text{
    margin-top: 80px;
    width: 100%;
    text-align: center;
}
.fv__text .large{
    font-size: 40px;
}
.fv__text .large b{
    font-size: 56px;
    font-weight: normal;
}
.fv__text .middle{
    font-size: 36px;
    margin-bottom: 5px;
}
@media (max-width: 750px) {
    .fv__area{
        display: block;
        padding: 18.666vw 0 5.333vw;
        min-height: auto;
    }
    .fv__logo{
        padding: 0 23.333vw;
    }
    .fv__text{
        font-size: 4.533vw;
        margin-top: 12vw;
    }
    .fv__text .large{
        font-size: 5.6vw;
    }
    .fv__text .large b{
        font-size: 8vw;
    }
    .fv__text .middle{
        font-size: 5.066vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
}

/****************************
    headline__area
****************************/
.headline__area{
    font-size: 34px;
    text-align: center;
    padding: 50px 0 0;
}
.yoru26__event .headline__text{
    font-size: 30px;
}
.headline__title,
.headline__image{
    margin-bottom: 30px;
}
.headline__title b{
    font-size: 45px;
    font-weight: normal;
}
@media (max-width: 750px) {
    .headline__area{
        font-size: 5.06vw;
        padding: 5.333vw 0 0;
    }
    .headline__text{
        font-size: 4.399vw;
    }
    .yoru26__event .headline__text{
        font-size: 4.399vw;
    }
    .headline__title,
    .headline__image{
        margin-bottom:4.666vw;
    }
    .headline__image{
        padding: 0 6.666vw;
    }
    .headline__title b{
        font-size: 6.666vw;
    }
}

/****************************
    timer__area
****************************/
.timer__area{
    padding-top: 100px;
    font-size: 34px;
    text-align: center;
}
.title__time{
    font-size: 38px;
}
.timer__wrap{
    display: flex;
    justify-content: center;
    margin: 30px 0 55px;
}
.timer__box{
    width: 185px;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border: 1px #dec68d solid;
    border-radius: 20px;
    background-color: rgba(25,44,83,0.75);
    margin: 0 17px;
}
.timer__box span{
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 25px;
    font-weight: 200;
}
.timer__box span.cout__number{
    font-size:120px;
}
@media (max-width: 750px) {
    .timer__area{
        padding-top:8.666vw;
    }
    .title__time{
        font-size: 5.066vw;
    }
    .timer__wrap{
        margin: 5.333vw 0 6.666vw;
    }
    .timer__box{
        width: 19.333vw;
        height: 21.066vw;
        border-radius: 2.666vw;
        margin: 0 1.866vw;
    }
    .timer__box span{
        font-size: 2.166vw;
    }
    .timer__box span.cout__number{
        font-size:12.8vw;
    }
}

/****************************
    btn__area
****************************/
.btn__area{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.btn__area .yoru26__btn{
    width: 49%;
}
.btn__area .yoru26__btn span{
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
}
.btn__area .yoru26__btn span b{
    font-size: 36px;
}
@media (max-width: 750px) {
    .btn__area{
        display: block;
        padding: 0 12.666vw;
    }
    .btn__area .yoru26__btn{
        width: 100%;
        margin-bottom:4vw;
    }
    .btn__area .yoru26__btn:last-child{
        margin-bottom:0;
    }
    .btn__area .yoru26__btn a{
        height:40px;
    }
    .btn__area .yoru26__btn span{
        font-size: 2.933vw;
        padding-bottom: 5px;
    }
    .btn__area .yoru26__btn span b{
        font-size: 5.066vw;
    }
}

/****************************
    renew__area
****************************/
.renew__area{
    padding-top: 50px;
}
.renew__title{
    text-align: center;
    padding-bottom: 40px;
}
.renew__item__box{
    padding: 0 30px 40px;
    text-align: center;
}
.renew__item dl dt{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}
.renew__item dl dt::after{
    content: "";
    display: block;
    width: 150%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.renew__item dl dd{
    font-size: 18px;
    letter-spacing: -0.05em;
}
.renew__text{
    text-align: center;
    margin-top: 50px;
    font-size: 28px;
    letter-spacing: 0;
}

.yoru26__event .renew__item__box {
    padding: 0 60px 40px;
    text-align: center;
}
.yoru26__event .renew__item dl dd{
    font-size: 20px;
}

@media (min-width: 751px) {
    .renew__item{
        display: flex;
        justify-content: space-between;
    }
    .renew__item:nth-child(2n){
        flex-direction: row-reverse;
        margin-top: -15px;
    }
    .renew__item dl{
        width: 49%;
        margin-top: 15px;
    }
    .renew__item:nth-child(2n) dl{
        margin-top: 30px;
    }
    .renew__item dl dt{
        font-size: 50px;
        line-height: 1.3;
    }
    .renew__item:nth-child(2n) dl dt::after{
        left:auto;
        right: 0;
    }
    .renew__item dl dt small{
        font-size: 34px;
    }
    .renew__item dl dt span{
        display: block;
    }
    .renew__item .re__image{
        width: 48.3697%;
        position: relative;
        z-index: 1;
    }

    .yoru26__event .renew__item:nth-child(2n){
        margin-top: -120px;
    } 
    .yoru26__event .renew__item dl{
        margin-top: 50px;
        padding: 0 8%;
    }
    .yoru26__event .renew__item:nth-child(2n) dl{
        margin-top: 120px;
    } 
    .yoru26__event .renew__item dl dt::after{
        width: 180%;
    }
    .yoru26__event .renew__item .re__image{
        width: 45%;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 750px) {
    .renew__area{
        padding-top: 10.66vw;
    }
    .renew__title{
        padding-bottom: 4vw;
    }
    .renew__01 img{
        width: auto;
        height: 32px;
    }
    .renew__02 img{
        width: auto;
        height: 32px;
    }
    .renew__item__box{
        padding: 0 0 8vw;
    }
    .renew__item{
        position: relative;
        padding-bottom: 2vw;
    }
    .renew__item dl{
        padding-top: 17vw;
        padding-bottom: 10vw;
    }
    .renew__item:nth-child(2n) dl{
        padding-top: 13vw;
    }
    .renew__item dl dt{
        width: 50%;
        padding-top: 30px;
        margin-left:4.666vw;
        margin-right:4.666vw;
        padding-bottom: 15px;
        margin-bottom: 26vw;
        font-size: 4.666vw;
        line-height: 1.2;
    }
    .yoru26__event .renew__item dl dt{
        margin-left:0;
        margin-right:0;
    }
    .renew__item:nth-child(2n) dl dt{
        margin-left: 50%;
    }
    .renew__item:nth-child(2n) dl dt::after{
        left:auto;
        right: 0;
    }
    .renew__item dl dt small{
        display: block;
    }
    .renew__item dl dt span{
        font-size: 6.666vw;
    }
    .renew__item dl dd{
        font-size: 3.633vw;
        line-height: 2;
    }
    .renew__item .re__image{
        position: absolute;
        top: 0;
        right: -5vw;
        width: 60%;
    }
    .renew__item:nth-child(2n) .re__image{
        left: -5vw;
        right:auto;
    }
    .renew__bottom{
        padding: 0 6.666vw;
    }
    .renew__text{
        margin-top: 5.333vw;
        font-size: 4.299vw;
    }



    .yoru26__event .renew__item{
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 5vw;
    }
    .yoru26__event .renew__item__box {
        padding: 0 6.6666vw 4vw;
    }
    .yoru26__event .renew__item:nth-child(2n){
        flex-direction: row-reverse;
    }
    .yoru26__event .renew__item dl{
        width: 57%;
        margin-top: 0;
        padding-top: 0;
    }
    .yoru26__event .renew__item dl dt{
        width: 100%;
        padding-top: 10px;
        margin-bottom: 4vw;
    }
    .yoru26__event .renew__item:nth-child(2n) dl dt{
        margin-left: 0;
    }
    .yoru26__event .renew__item:nth-child(2n) dl dt::after{
        left:auto;
        right: 0;
    }
    .yoru26__event .renew__item dl dt span{
        display: block;
    }
    .yoru26__event .renew__item .re__image{
        width: 43%;
        position: relative;
        z-index: 1;
        right: 0;
    }
    .yoru26__event .renew__item .re__image img{
        transform: scale(1.1);
    }

    .yoru26__event .renew__item:nth-child(2n) .re__image{
        left: 0;
    }
    .yoru26__event .renew__item dl dd{
        font-size: 4.1666vw;
    }
}


/****************************
    movie__area
****************************/
.movie__area{
    padding-top: 120px;
}
.movie__box{
    margin-top: 40px;
}
.movie__box video{
    width: 100%;
    height: auto;
}

@media (max-width: 750px) {
    .movie__area{
        padding-top: 12vw;
    }
    .movie__box{
        margin-top: 6.666vw;
    }
}


/****************************
    award__area
****************************/
.award__area{
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.award__title{
    font-size: 90px;
    line-height: 1;
    background: linear-gradient(0deg, #f8f1d7 0%, #e3c58c 50%, #f9fae0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.award__title b{
    font-size: 140px;
    font-weight: 400;
}
.award__title__bottm{
    font-size: 32px;
    margin-bottom: 50px;
}
.award__title__bottm .font__yugo{
    font-size: 24px;
    margin: 10px 0 5px;
}
.award__title__bottm .font__yugo small{
    font-size: 24px;
}
.award__title__bottm .color__gold small{
    display: inline-block;
    font-size: 16px;
    transform: translateY(-1em);
}
.award__area .caution{
    font-size: 16px;
    text-align: left;
    padding: 50px 0 0 110px;
}
@media (max-width: 750px) {
    .award__area{
        padding-top: 12vw;
        padding-bottom: 0;
    }
    .yoru26__page .award__area{
        padding-bottom: 12vw;
    }
    .award__title{
        font-size:12.133vw;
    }
    .award__title b{
        font-size: 19.333vw;
    }
    .award__title__bottm{
        font-size: 4.533vw;
        margin-bottom: 8vw;
    }
    .award__title__bottm .font__yugo{
        font-size: 3.333vw;
        margin: 4vw 0 1.333vw;
    }
    .award__title__bottm .font__yugo small{
        font-size: 3.333vw;
    }
    .award__title__bottm .color__gold small{
        font-size: 2.133vw;
    }
    .award__emb{
        padding: 0 20.66vw;
    }
    .award__area .caution{
        font-size: 2.4vw;
        letter-spacing: -0.05em;
        padding: 4vw 0 0 2.666vw;
    } 
}

/****************************
    schedule__area
****************************/
.schedule__area{
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.schedule__title{
    font-size: 36px;
}
.schedule__title .title__star{
    padding-top: 40px;
}
.schedule__day{
    font-size: 70px;
    font-family: canto, serif;
    line-height: 1;
    margin: 40px 0;
}
.schedule__area .caution{
    font-size: 22px;
}
@media (max-width: 750px) {
    .schedule__area{
        padding-top: 16vw;
        padding-bottom: 4vw;
    }
    .yoru26__page .schedule__area{
        padding-top: 4vw;
        padding-bottom: 15vw;
    }
    .schedule__title{
        font-size: 5.066vw;
    }
    .schedule__title .title__star{
        padding-top: 25px;
    }
    .schedule__day{
        font-size: 8.333vw;
        margin: 6.666vw 0 2.66vw;
    }
    .schedule__cal{
        padding: 0 5.333vw;
    }
    .schedule__area .caution{
        font-size: 3.333vw;
        letter-spacing: 0;
    }
}

/****************************
    gift__area
****************************/
.gift__area{
    padding-top: 100px;
    padding-bottom: 120px;
}
.gift__title{
    margin-bottom: 70px;
}
.gift__item dl dd p{
    padding-top: 30px;
    font-size: 16px;
}
.gift__item dl dd p b{
    display: block;
    font-weight: 400;
    font-size: 22px;
}
@media (min-width: 751px) {
    .gift__item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .gift__item:nth-child(2n){
        flex-direction: row-reverse;
    }
    .gift__item dl{
        width: 50%;
        font-size: 20px;
        line-height: 2;
        letter-spacing: 0.05em;
    }
    .gift__item:nth-child(2n) dl{
        padding-left: 3%;
    }
    .gift__item dl dt{
        font-size: 26px;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .gift__item dl dt::after{
        content: "";
        display: block;
        width: 90%;
        height: 1px;
        background: #dec68d;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .gift__item .gift__image{
        width: 50%;
    }
}
@media (max-width: 750px) {
    .gift__area{
        padding-top: 13.333vw;
        padding-bottom: 12.666vw;
    }
    .yoru26__page .gift__area{
        padding-top: 2.333vw;
    }
    .gift__title{
        margin-bottom: 2.666vw;
    }
    .gift__item{
        text-align: center;
        margin-top: 10.666vw;
    }
    .gift__item dl{
        font-size: 3.466vw;
        line-height: 2;
        letter-spacing: 0.05em;
    }
    .gift__item dl dt{
        padding-bottom: 3.333vw;
        font-size: 4.933vw;
    }
    .gift__item dl dd.pchidden{
        padding: 0 6.666vw 3vw;
    }
    .gift__item dl dd p{
        padding-top: 5.33vw;
        font-size: 3.333vw;
    }
    .gift__item dl dd p:first-child{
        padding-top: 0;
    }
    .gift__item dl dd p b{
        font-size: 4.666vw;
    }
}


/****************************
    review__area
****************************/
.review__area{
    padding-top: 50px;
}

.review__area .swiper-container{
    margin-top: 60px;
    position: relative;
}
.review__box{
    width: 100%;
    background: rgba(25,44,83, 0.57);
    padding: 70px 90px;
    color: #FFF;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    opacity: 0;
    transition: all 0.6s ease-out;
}
.review__box p:not(:last-child){
    margin-bottom: 40px;
}
.review__box.swiper-slide-active{
    opacity: 1;
}
.review__area .swiper-button-prev,
.review__area .swiper-button-next{
    width:100px;
    height:100px;
    top: 50%;
    left:-50px;
    background: url(/cms/img/usr/feature/cocoris_yoru/arrow_gold.png) no-repeat center;
    background-color: #000612;
    background-size: 18px auto;
    border: 1px #fff1b8 solid;
    border-radius: 100%;
    transform: translateY(-50%);
}
.review__area .swiper-button-prev{
    transform: translateY(-50%) scale(-1,1);
}
.review__area .swiper-button-next{
    left: auto;
    right:-50px;
}
@media (max-width: 750px) {
    .review__area{
        padding-top: 13.333vw;
    }
    .review__area .swiper-container{
        margin-top: 8vw;
        padding: 0 6.333vw;
    }
    .review__box{
        padding:6.533vw;
        font-size: 4.1vw;
        line-height: 1.7;
    }
    .review__box p:not(:last-child){
        margin-bottom: 5.333vw;
    }
    .review__area .swiper-button-prev,
    .review__area .swiper-button-next{
        width:10.333vw;
        height:10.333vw;
        left:0.666vw;
        background-size: 2.666vw auto;
    }
    .review__area .swiper-button-next{
        left: auto;
        right:0.666vw;
    }

    .review__area .swiper-button-next:after,
    .review__area .swiper-rtl .swiper-button-prev:after,
    .review__area .swiper-button-prev:after,
    .review__area .swiper-rtl .swiper-button-next:after{
        display: none;
    }
}

/****************************
    image__area
****************************/
.image__area{
    padding-top: 100px;
}
.image__title{
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}
@media (max-width: 750px) {
    .image__area{
        padding-top: 9.333vw;
    }
    .image__title{
        font-size: 5.066vw;
        margin-bottom: 3.666vw;
    }
    .image__box{
        padding: 0 6.666vw;
    }
}


/****************************
    lineup__area
****************************/
.lineup__area{
    padding-top: 120px;
}
.lineup__title.sub__title{
    font-size: 30px;
    margin-bottom: 40px;
}
.lineup__title.sub__title b{
    font-size: 38px;
}

.lineup__box{
    display: flex;
    justify-content: space-between;
}
.lineup__box dl{
    width: 47%;
    text-align: center;
    position: relative;
}
.lineup__box dl dt{
    overflow: hidden;
}
.lineup__box .item__name{
    font-size: 28px;
    margin-top: 25px;
}
.lineup__box .item__price{
    font-size: 22px;
}
.lineup__box .item__price b{
    font-size: 46px;
}
.lineup__box .item__caution{
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.lineup__box dl dd.link,
.lineup__box dl dd.link a{
    display: block;
    opacity: 0;
    font-size: 0;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lineup__bottom{
    margin-top: 70px;
}

@media (max-width: 750px) {
    .lineup__area{
        padding-top: 6.666vw;
    }
    .lineup__title.sub__title{
        font-size: 4vw;
        margin-bottom: 5.333vw;
    }
    .lineup__title.sub__title b{
        font-size: 5.066vw;
    }

    .lineup__box{
        padding: 0 6.666vw;
    }
    .lineup__box dl{
        width: 48%;
    }
    .lineup__box .item__name{
        font-size: 3.066vw;
        margin-top: 3.333vw;
    }
    .lineup__box .item__price{
        font-size: 2.833vw;
    }
    .lineup__box .item__price b{
        font-size: 5.2vw;
    }
    .lineup__box .item__caution{
        font-size: 3.0vw;
        margin-top: 3vw;
        margin-bottom: 2.4vw;
    }

    .lineup__bottom{
        margin-top:8vw;
        padding: 0 6.666vw;
    }
}


/****************************
    story__area
****************************/
.story__area{
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
}
.story__logo{
    margin: 70px 0 90px;
}
.story__text p{
    font-size: 24px;
    line-height: 2.4;
    margin-bottom: 60px;
}
@media (max-width: 750px) {
    .story__area{
        padding-top: 12vw;
        padding-bottom: 8vw;
    }
    .story__logo{
        margin: 10vw 0;
        padding: 0 6.666vw;
    }
    .story__text p{
        font-size: 3.333vw;
        margin-bottom: 7.333vw;
    }
}

/****************************
    foot__about__area
****************************/
.foot__about__area{
    padding-bottom: 120px;
}
.foot__about__area .item__image{
    padding: var(--num-50) 11% 0;
}
.foot__about__area .item__image .title__box{
    width: 100%;
    margin: 25px 0 45px;
    padding: 23px 0;
    background: #102447;
}
.foot__about__area .item__image .item__exp{
    color: #102447;
    letter-spacing: 0.025em;
    line-height:1.52;
    padding-bottom: var(--num-40);
}
.foot__about__area .item__image .item__exp .headline{
    font-size: 35px;
    letter-spacing: 0.2em;
    line-height:1;
    margin-bottom: 25px;
}
.foot__about__area .yoru__btn a{
    border: none;
}
@media (max-width: 750px) {
    .foot__about__area{
        padding-bottom: 16vw;
    }
    .foot__about__area .item__image .title__box{
        margin: 3.33vw 0 6vw;
        padding: 3.06vw 0;
    }
    .foot__about__area .item__image .item__exp .headline{
        font-size: 4.66vw;
        margin-bottom: 3.33vw;
    }
    
    div.wrapper_{
        position: relative;
        z-index: 99;
    }
}

/****************************
    fixed__menu
****************************/
.fixed__menu{
    position: fixed;
    top: 50%;
    right:0;
    z-index: 99;
}
.fixed__menu a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    background-image: url(/cms/img/usr/feature/cocoris_yoru/yoru26_menu_back.png);
    background-size: cover;
    width: 180px;
    height: 184px;
}
.fixed__menu .title__star{
    background-image: url(/cms/img/usr/feature/cocoris_yoru/star_black.png);
    background-size: 24px auto;
    padding-top: 30px;
}
@media (max-width: 750px) {
    .fixed__menu{
        display: none;
    }
}

/****************************
    shop common parts
****************************/
body.yoru #header{
    transform: translateY(-130px);
    transition: transform 0.6s 0.2s ease-in-out;
    position: absolute;
}
body.yoru #header.fixed{
    transform: translateY(0);
    position: fixed;
}

body.yoru .mainframe_ > .forcms_block:last-child{
    padding-bottom: 0;
}
body.yoru .block-brand-footer,
body.yoru footer#footer{
    position: relative;
    z-index: 99;
    margin-top: 0;
}
@media (max-width: 750px) {
    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
        font-size: inherit;
    }
    .review__area .swiper-button-next:after,
    .review__area .swiper-button-prev:after{
        display: none;
    }
}

/****************************
    tab
****************************/
.yoru26__header__menu.tab__nav .yoru26__btn{
    cursor: pointer;
}
.yoru26__header__menu.tab__nav .yoru26__btn.active a{
    color: #FFF;
    background: #08132b;
}
.yoru26__header__menu.tab__nav .yoru26__btn.active a::after{
    background-image: url(/cms/img/usr/feature/cocoris_yoru/arrow_down_white.png);
}
.yoru26__header__menu.tab__nav .yoru26__btn.active a::before{
    background-image: url(/cms/img/usr/feature/cocoris_yoru/star_white.png);
}

.tab__content{
    display: none;
}
.tab__content.active{
    display: block;
}


@media (min-width: 751px) {
    .yoru26__header__menu.tab__nav .yoru26__btn a{
        transition: all 0.6s ease;
    }
    .yoru26__header__menu.tab__nav .yoru26__btn:hover a{
        color: #FFF;
        background: #08132b;
    }
    .yoru26__header__menu.tab__nav .yoru26__btn:hover a::after{
        background-image: url(/cms/img/usr/feature/cocoris_yoru/arrow_down_white.png);
    }
    .yoru26__header__menu.tab__nav .yoru26__btn:hover a::before{
        background-image: url(/cms/img/usr/feature/cocoris_yoru/star_white.png);
    }
}