body{
    font-size: 1.4375rem;
}

.c-nav-plan{
    height: auto;
}

.l-content .l-inner{
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #333;
    max-width: 1000px;
    width: 100%;
    position: relative;
}
.inner{
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.sp{display: block;}
.pc{display: none;}
@media only screen and (min-width:768px){
    .sp{display: none;}
    .pc{display: block !important;}
}


/* フェードイン */
.js-fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeIn.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}
/* フェードライト */
.js-fadeRight {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity .8s, transform .8s;
}
/* フェードレフト */
.js-fadeLeft {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeRight.is-inview,
.js-fadeLeft.is-inview {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .5s;
}

/*アニメーション*/
.anime_wrap{
    position: relative;
    overflow: hidden;
    opacity: 0; 
    transition: opacity 0.8s; 
}
.anime_wrap.show{
    opacity: 1; 
}
.anime_wrap::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: .8s;
    order: 1;
}
.anime_wrap.show::before{
    transform: translateX(100%);
}
.anime_wrap img{
    opacity: 0;
    transition: .8s;
}
.anime_wrap.show img{
    opacity: 1;
}
.anime_wrap h2{
    opacity: 0;
    transform: translateX(-40px);
    transition: .5s;
    transition-delay: .5s;
    z-index: 1;
    overflow: hidden;
}
.anime_wrap.show h2{
    opacity: 1;
    transform: translateX(0);
}
.anime_wrap h2::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    transition: .8s;
    transition-delay: 1s;
    z-index: 1;
}
.anime_wrap.show h2::before{
    transform: translateX(100%);
}



h1{
    font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Noto Serif JP',serif;
    font-size: 2.375rem;
}
h2{
    font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Noto Serif JP',serif;
    font-size: 2rem;
}
h3{
    font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Noto Serif JP',serif;
    font-size: 1.6875rem;
}
span.hl{
    font-size: 2.5625rem;
}
span.note{
    font-size: 1.2rem;
    line-height: 1.8;
}
span.yen-size{
    font-size: 1.2rem;
}
span.tax-size{
    font-size: 1.125rem;
}

/*ご予約はこちら*/
a.reserve {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	margin: 0em auto 0px;
	padding: 0.8rem 4rem;
	background: #f08800;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
    color: #fff;
}
a.reserve::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #fff;
    transition: 0.5s;
}
a.reserve:hover::after {
    right: -1em;
}
p.not-reserve{
    display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	margin: 0em auto 0px;
	padding: 0.8rem 4rem;
	background: #c3bdb6;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
    color: #fff;
}

/*マイページ*/
a.mypage,
a.shop,
a.password {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	margin: 0em auto 0em;
	padding: 0.8rem 4rem;
	background: #fff3a0;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
}
a.mypage::after,
a.shop::after,
a.password::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #beb1a0;
    transition: 0.5s;
}
a.mypage:hover::after,
a.shop:hover::after,
a.password:hover::after  {
    right: -1em;
}

.btn a:not(:last-child){
    margin-bottom: 1em;
}


.h-title{
    margin-top: -10%;
    padding: 10px 15px;
    display: inline-block;
    background-image: linear-gradient(90deg, rgba(243, 222, 213, 0.9), rgba(255, 255, 225, 0.9));
}
.h-title h1{
    letter-spacing: 1px;
    line-height: 1.3;
}
.h-title h1 span{
    font-size: 2rem;
}

.what-day__area .left{
    width: 90%;
    margin: 0 auto;
}
.what-day__area .left h2{
    font-size: 3.25rem;
    line-height: 1.2;
    margin: 1em auto 0;
    position: relative;
    font-family: 'Mrs Eaves XL Serif OT','Cambria','Iowan Old Style','Lora',serif;
}
.what-day__area .left h2::before{
    content: '';
    position: absolute;
    top: -90%;
    left: 68%;
    width: 32%;
    height: 140%;
    background: url(../images/mag/lp2404_coffretday/coffret-day_logo.png) no-repeat top center / contain;
}

.what-day__area .left h2 img{
    image-rendering: -webkit-optimize-contrast;
}
.what-day__area .left h3{
    display: inline-block;
    margin: 1em 0;
    line-height: 1.3;
    background:linear-gradient(transparent 60%, #f5e4d7 60%);
}
.what-day__area .right{
    position: relative;
    margin-top: 2em;
}
.what-day__area .right .what-01{
    width: 53%;
    position: absolute;
    right: 7%;
}
.what-day__area .right .what-01 img{
    position: relative;
}
.what-day__area .right .what-01::before{
    content: '';
    position: absolute;
    top: 8%;
    left: 8%;
    width: 100%;
    height: 100%;
    background: url(../images/mag/lp2404_coffretday/what-01dot.png) no-repeat top center / contain;
    z-index: -1;
}
.what-day__area .right .what-02{
    width: 43%;
    position: absolute;
    top: 7em;
    left: 7%;
}
.what-day__area .right .what-02 img{
    position: relative;
}
.what-day__area .right .what-02::before{
    content: '';
    position: absolute;
    top: -1em;
    left: -1em;
    width: 100%;
    height: 100%;
    background: url(../images/mag/lp2404_coffretday/what-02dot.png) no-repeat top center / contain;
    z-index: -1;
}

.concept__area{
    margin-top: 80%;
}
.concept__area .t-concept{
    margin: 0 1em 0 auto;
    width: 130px;
}
.concept__txt{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.concept__txt h2{
    line-height: 1.5;
}
.concept__txt h2 span.ttl{
    position: relative;
    font-size: 2.625rem;
}
.concept__txt h2 span.ttl::before{
    position: absolute;
    content: "";
    display: block;
    width: calc(420 / 768* 100vw);
    height: calc(1 / 768* 100vw);
    top: 50%;
    left: 4.5em;
    transform: translateY(-50%);
    background-color: #333;
}
.concept__txt h2 span{
    font-size: 3.375rem;
    font-family: 'Mrs Eaves XL Serif OT','Cambria','Iowan Old Style','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Noto Serif JP','Lora',serif;
}
.concept__area h3{
    margin: 0.2em 0 1em;
    font-size: 2.125rem;
    line-height: 1.5;
}
.concept__visual{
    width: 94%;
    margin: 2em 0 0 auto;
    position: relative;
}
.concept__visual::before{
    content: " ";
    position: absolute;
    left: -3em;
    top: -4em;
    width: 120%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 249, 247, 0.8), rgba(247, 233, 223, 0.8));
    z-index: -1;
}

.event__area{
    margin-top: 3em;
}
.event__area h2{
    text-align: center;
    margin-bottom: 1em;
}
.event__area h2 span{
    color: #f08800;
    font-size: 2.375rem;
    line-height: 1.2;
}
.event__menu{
    width: 90%;
    margin: 0 auto;
}
.event__list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
    row-gap: 2.5em;
    column-gap: 1em;
}
.event__list ul li{
    width: calc((100% / 2) - 1em);
    text-align: center;
    line-height: 1.3;
}
.event__list ul li p{
    position: relative;
    margin-top: 0.5em;
    font-weight: 600;
}
.event__list ul li p::before{
    content: '';
    position: absolute;
    top: -1.67em;
    left: 85.5%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #7e7873;
    border-bottom: 1px solid #7e7873;
    transform: rotate(45deg) translateX(-50%);
    z-index: 1;
}
.event__list ul li p::after{
    content: '';
    position: absolute;
    top: -2.5em;
    left: 77%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.event__main{
    margin-top: 5em;
    padding: 2em 0;
    background-image: linear-gradient(90deg, rgba(255, 227, 213, 0.9), rgba(255, 255, 225, 0.9));
    position: relative;
    z-index: 1;
}
.event__main:nth-child(2n){
    background-image: linear-gradient(90deg, rgba(255, 255, 225, 0.9), rgba(255, 227, 213, 0.9));
}
.event__main:nth-child(2n+1)::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 500px;
    background-color: #fff;
    z-index: -1;
}
.event__main:nth-child(2n)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 500px;
    background-color: #fff;
    z-index: -1;
}
.event__main .event__wrap{
    width: 90%;
    margin: 0 auto;
}
.event__main .event__wrap img.event-num{
    width: 50px;
    margin: 0 10px 0 auto;
}
.event__main:nth-child(2n) .event__wrap img.event-num{
    width: 50px;
    margin: 0;
}
.event__main .event-img{
    width: 90%;
}
.event__main:nth-child(2n+1) .event-img{
    margin: 0 0 0 auto;
}
.event__main .slick-slide{
    height: auto;
}

.event__main .event__wrap h2{
    font-size: 2.375rem;
    text-align: left;
    line-height: 1.5;
    margin: 1em 0 0.5em;
}
.event__main .event__wrap p{
    margin-bottom: 1.5em;
}

.detail{
    width: 90%;
    font-size: 1.3rem;
    margin: 2em auto 2em;
    background-color: #fff;
}
.detail .table {
    display: grid;
    border-collapse: collapse;
    margin: 0;
    padding: 10px 5px;
}
.detail .table .tr {
    display: inline-block;
}
.detail .table .th,
.detail .table .td {
    display: table-cell;
    border: none;
    padding: 5px 10px 5px 10px;
    line-height: 1.8;
}
.detail .table .th{
    width: 26%;

}
.detail .table .td{
    width: 540px;
}

.ShopBtn{
    border-bottom: 1px dashed #c3bdb6;
}

.event__main h2.plan-title{
    font-size: 2.375rem;
    margin: 1em 0 0.5em;
}
.event__main .plan{
    width: 95%;
    margin: 0 auto;
}
.plan ul li .plan-wrap{
    border-radius: 2px;
    margin-bottom: 10px;
}
.plan ul li .plan-wrap .title-box{
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 0% 50px 0% 3%;
    transition: all .5s ease;
    background-color: #f3d845;
}
.plan ul li:nth-child(2) .plan-wrap .title-box{
    background-color: #f19c2d;
}
.plan ul li:nth-child(3) .plan-wrap .title-box{
    background-color: #f35e45;
}


.plan ul li .plan-wrap .title-box h3{
    font-family: 'Candara','TsukuARdGothic-Regular','Avenir',sans-serif;
    font-size: 2.375rem;
}
.plan ul li .plan-wrap .title-box h3 span.num{
    color: #fff;
    font-size: 1.8rem;
    margin-right: 10px;
}
.plan ul li .plan-wrap .title-box h3 span.yen{
    font-size: 1.8rem;
}

/*.plan ul li .plan-wrap .title-box::before,
.plan ul li .plan-wrap .title-box::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #333;
    transition: .5s;
}
.plan ul li .plan-wrap .title-box::before{
    top: 50%;
    right: 15px;
    transform: rotate(0deg);
}
.plan ul li .plan-wrap .title-box::after{
    top: 50%;
    right: 15px;
    transform: rotate(90deg);
}
.plan ul li .plan-wrap .title-box.close::before,
.plan ul li .plan-wrap .title-box.close::after{
    transform: rotate(0deg);
}*/
.plan ul li .plan-wrap .content-box{
    /*display: none;*/
    padding: 1em;
    background-color: #fff;
}
.plan ul li .plan-wrap .content-box p{
    margin-bottom: 0.5em;
}
@media only screen and (min-width:390px){
    .event__list ul li p::before {
        left: 84.9%;
    }
}
@media only screen and (min-width:414px){
    .what-day__area .left h2{
        font-size: 3.5rem;
    }
    .concept__txt h2 span{
        font-size: 3.75rem;
    }
    .event__list ul li p::before {
        left: 84.5%;
    }
}
@media only screen and (min-width:430px){
    .what-day__area{
        margin-top: 12%;
    }
    .event__list ul li p::before {
        left: 84.8%;
    }
}
@media only screen and (min-width:500px){
    .h-title h1{
        font-size: 3.375rem;
    }
    .h-title h1 span{
        font-size: 3rem;
    }
    .what-day__area .left h2{
        font-size: 4.25rem;
    }
    .what-day__area .right .what-01{
        width: 48%;
        right: 9%;
    }
    .what-day__area .right .what-02{
        width: 38%;
        left: 9%;
    }
    .concept__txt{
        width: 90%;
    }
    .concept__txt h3{
        font-size: 2.575rem;
    }
    .event__list ul li{
        width: 140px;
    }
    .event__list ul li p::before {
        left: 87.2%;
    }
}
@media only screen and (min-width:768px){
    .h-title h1{
        font-size: 4.475rem;
    }
    .h-title h1 span{
        font-size: 4rem;
    }
    h2{
        font-size: 2.875rem;
    }
    h3{
        font-size: 2.375rem;
    }
    span.hl{
        font-size: 3.3125rem;
    }
    a.shop,
    a.reserve{
        width: 100%;
    }
    p.not-reserve{
        width: 100%;
    }
    
    .what-day__area{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 5em 2em;
    }
    .what-day__area .left{
        width: 50%;
    }
    .what-day__area .left h2{
        font-size: 5rem;
        margin: 0 auto;
    }
    .what-day__area .left h2::before{
        top: -3%;
        left: 3.9em;
        width: 130px;
        height: 130px;
    }
    .what-day__area .left h3 {
        margin: 0.5em 0 2em;
    }
    .what-day__area .right{
        width: 50%;
    }
    .what-day__area .right .what-01{
        width: 70%;
        top: -20%;
        right: 0%;
    }
    .what-day__area .right .what-02{
        width: 55%;
        top: 45%;
        left: 5%;
    }

    .concept__area{
        margin-top: 0%;
    }
    .concept__area .t-concept {
        margin: 0 2em -53px auto;
        width: 150px;
        position: relative;
        z-index: 1;
    }
    .concept__area .concept__box{
        position: relative;
    }
    .concept__txt{
        position: absolute;
        z-index: 1;
        width: 43%;
        top: 10%;
        right: 5%;
    }
    .concept__txt h2 span {
        font-size: 4.75rem;
        line-height: 1.1;
        display: inline-block;
        margin-top: 0.3em;
    }
    .concept__txt h2 span.ttl::before {
        width: calc(200 / 768* 100vw);
        height: calc(1 / 768* 100vw);
    }
    .concept__visual{
        width: 98%;
    }
    .concept__visual::before{
        top: 5em;
        width: 100%;
        height: 90%;
    }

    .event__area{
        margin-top: 6em;
    }
    .event__menu {
        width: 100%;
    }
    .event__menu p.txt{
        text-align: center;
    }
    .event__list ul li{
        width: 165px;
    }
    .event__list ul li p::before {
        left: 86.9%;
    }

    .event__main:nth-child(2n+1)::before,
    .event__main:nth-child(2n)::before{
        width: 95%;
        height: 445px;
    }
    .event__area h2 span{
        font-size: 3.375rem;
    }
    .event__list ul {
        margin: 2em auto 0;
        width: 80%;
    }
    .event__main .event__wrap img.event-num{
        margin: 0 20px 0 auto;
    }
    .event__main:nth-child(2n) .event__wrap img.event-num{
        margin: 0 auto 0 20px;
    }
    .event__main .event__wrap{
        width: 100%;
    }
    .event__box{
        display: flex;
        column-gap: 10px;
    }
    .event__main:nth-child(2n) .event__box{
        flex-direction: row-reverse;
    }
    .event__box .left{
        width: 48%;
    }
    .event__main .event-img{
        width: 100%;
    }
    .event__box .right{
        width: 48%;
    }
    .detail{
        width: 100%;
        background-color: #fdfae5;
    }

    .detail .table{
        padding: 10px;
    }
    .detail .table .th{
        padding: 5px 10px 5px 10px;
    }

    .accordion{
        display: flex;
        flex-direction: row;
        column-gap: 10px;
    }
    .accordion li{
        flex: 1; /* Flexboxで等しい幅にする */
    }
    .plan-wrap{
        display: flex;
        flex-direction: column;
    }
    .title-box,
    .content-box {
        padding: 10px;
    }
    .plan ul li .plan-wrap .title-box{
        padding: 5px 0;
    }
    .plan ul li .plan-wrap .title-box::before,
    .plan ul li .plan-wrap .title-box::after{
        display: none;
    }
    .plan ul li .plan-wrap .title-box h3{
        line-height: 1.3;
    }

}
@media only screen and (min-width:600px){
    .event__list ul li p::before {
        left: 85.6%;
    }
}
@media only screen and (min-width:734px){
    .event__list ul li {
        width: 170px;
    }
}
@media only screen and (min-width:820px){
    .concept__visual::before{
        height: 93%;
    }
    .event__list ul{
        width: 70%;
    }
    .event__main:nth-child(2n+1)::before,
    .event__main:nth-child(2n)::before{
        height: 470px;
    }
}
@media only screen and (min-width:868px){
    .concept__txt {
        width: 40%;
        top: 13%;
    }
}
@media only screen and (min-width:1000px){
    .l-content{
        width: 1000px;
        margin: 7em auto 0;
    }
    .inner {
        max-width: calc(100% - 60px);
    }
    .h-title{
        margin-top: -8%;
        padding: 15px 30px;
    }

    .what-day__area{
        margin: 8em 2em 10em;
    }
    .what-day__area .right {
        width: 70%;
    }
    .what-day__area .right .what-02::before {
        top: -8%;
        left: -12%;
    }
    .concept__txt {
        width: 42%;
        top: 21%;
        right: 4%;
    }
    .concept__txt h2 span.ttl::before {
        width: 270px;
    }
    .concept__txt h2 span {
        font-size: 5.625rem;
    }
    .concept__visual::before {
        height: 98%;
    }

    .event__area {
        margin-top: 9em;
    }

    .event__list ul {
        width: 95%;
    }
    .event__list ul li {
        width: 14%;
    }
    .event__list ul li p::before {
        left: 87.6%;
    }

    .event__main:nth-child(2){
        padding: 2em 0 4em 2em;
    }
    .event__main:nth-child(3){
        padding: 2em 0 3em 2em;
    }

    .event__main:nth-child(2n+1){
        padding: 2em 0 2em 2em;
    }
    .event__main:nth-child(2n){
        padding-top: 2em;
        padding-right: 2em;
    }
    .event__main:nth-child(5) {
        padding: 2em 0 9em 2em;
    }
    .event__main:nth-child(2n+1)::before, 
    .event__main:nth-child(2n)::before {
        height: 550px;
    }
    .event__main .event__wrap img.event-num{
        margin: 0 0 0 auto;
    }
    .event__main:nth-child(2n) .event__wrap img.event-num{
        margin: 0 auto 0 0;
    }
    .event__main h2.plan-title{
        margin: 2.5em 0 0.5em;
    }

    .event__box {
        column-gap: 20px;
    }
    .event__box .left{
        width: 50%;
        height: 100%;
    }
    .event__box .right{
        width: 50%;
    }
    
}