/*reset*/
*{
    box-sizing: border-box;
}
img{max-width:100%;}
a{text-decoration: none;}

:root {
    --color-bk:#3f3f3f;
    --accentColor-bgy:#897b6e;
    --accentColor-lbg:#e5d9cf;
    --accentColor-red:#dd474f;
    --accentBgColor:#e5d9cf;
    --bgColor:rgb(229, 217, 207, 0.3);
    /* --color-cpnTxt:#ed265b;
    --color-red:#fb2323; */
    }

body{
    line-height: 1;
    font-family: YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


.br-pc{
    display:none;
}

.txtRed{
    color:var(--color-red);
}

.font-en{
    font-family: minion-pro, serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
}

.contentWrapper {
    overflow: hidden;
    font-weight: 400;
    color: var(--color-bk);
    letter-spacing: .05em;
}

.mainVisual__wrapper{
    text-align: center;
    max-width:1200px;
    margin:0 auto;
}

section{
    padding:60px 0;
}

section.bgColor{
    background:var(--bgColor);
}

.contentInner{
    padding:0 4%;
    margin: 0 auto;
    position: relative;
    z-index:2;
}

@media (min-width: 768px) {

    .br-pc{
        display:block;
    }

    .br-sp{
        display:none;
    }

    section{
        padding:80px 0;
    }

    .contentInner{
        max-width: 1200px;
    }
}

.intro__wrapper{
    position: relative;
}



/*contents*/
.intro__wrapper .contentInner{
    display: flex;
    flex-direction:column;
    align-items: center;
    position: relative;
    z-index:100;
}


.page__subttl{
display: inline-block;
padding: 8px 16px;
background:var(--accentColor-red);
color:#fff;
font-weight: bold;
text-align: center;
font-size:13px;
border-radius: 40px;
}

.page__ttl{
text-align: center;
line-height: 1.2;
font-size:28px;
/* margin:16px 0 12px; */
color:var(--accentColor-red);;
}

.page__desc{
    font-size:14px;
    padding:0 4%;
    /* max-width:400px; */
    text-align: center;
    /* margin:15px auto 25px; */
    line-height: 1.8;
}

.cpn__how__ttl{
    font-weight: bold;
    display: block;
    border:1px solid var(--color-bk);
    width:fit-content;
    margin:16px auto 8px;
    padding:2px 8px;
}


.page__desc__acc{
    font-weight: bold;
    /* border-bottom:1px solid var(--color-cpnTxt); */
    font-size: 18px;
    margin:8px 0 16px;
}

.page__desc__acc span{
    display: inline-block;
    font-size: 20px;
    margin-right:2px;    
}
.page__desc__acc mark{
    background: linear-gradient(transparent 20%, var(--accentBgColor) 20%);
    color:var(--color-bk);
    font-style: normal;
}

.page__desc__acc span span{
    font-size: 20px; 
}


.event__date{
    width:100%;
    border: 1px solid var(--accentColor-bgy);
    margin-top:24px;
}

.event__date__ttl{
    text-align: center;
    font-size:14px;
    font-weight: bold;
    background:var(--accentBgColor);
    color:var(--accentColor);
    padding:8px 0;
}

.event__day{
    font-family: garamond-premier-pro, serif;
    font-weight: 600;
    font-style: normal;
    color:var(--accentColor);
    display: flex;
    justify-content: space-between;
    padding:20px;
    position: relative;
}

.event__day::before,.event__day::after{
    display: block;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent var(--accentColor-bgy);
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}

.event__day::before{
    left:-8px;
}

.event__day::after{
    left:8px;
}

.event__day p{
    width:45%;
    text-align: center;
    font-size:24px;
}

.event__day p span{
    display: block;
    font-size:14px;
    letter-spacing: 0.1em;
    margin-top:4px;

} 

.marker{
    font-weight: bold;
    background: linear-gradient(transparent 50%, var(--bgColor) 60%);
}

.reco-ttl{
    width:90%;
    max-width:340px;
    margin:0 auto 24px;
}

.member__ttl{
align-items: center;
display: flex;
justify-content: center;
font-weight: bold;
line-height: 1.6;
margin:24px 0 16px;
}

.member__ttl::before,
.member__ttl::after {
background:var(--color-bk);
border-radius: 2px;
content: "";
height: 1px;
width: 50px;
}
.member__ttl::before {
margin-right: 10px;
transform: rotate(60deg);
}
.member__ttl::after {
margin-left: 10px;
transform: rotate(-60deg);
}

.member__link{
    display: flex;
    flex-direction: column;
    gap:16px;
}

.member__link li{
    width:100%;
    max-width:360px;
    margin:0 auto;
    border-radius: 50px;
    background:#544f4f;
    font-weight: bold;
    text-align: center;
    padding:16px 0;
}

.member__link li:first-child{
    background:var(--bgColor);
}

.member__link li a{
    font-weight: 15px;
    color:#fff;
    letter-spacing: 0.15em;
}

.coupon__desc{
    background:rgb(255, 255, 255,0.8);/*#efefef*/
    display: flex;
    flex-wrap: wrap;
    padding:16px;
    max-width:640px;
    margin:32px auto 0;
}

.coupon__desc dt{
    width:1.5em;
    font-size:12px;
    line-height: 1.4;
}

.coupon__desc dd{
    width:calc(100% - 1.5em);
    font-size:12px;
    line-height: 1.4;
    margin-bottom:4px;
}

.coupon__desc dd:last-child{
    margin-bottom:0;
}



.code_box{
    border:2px solid var(--accentColor);
    width:100%;
    background:var(--bgColor);
    padding:20px;
    text-align: center;
    margin:0 auto 16px;
    max-width: 400px;
}


.code_box.bottom{
    background:#fff;
    margin:40px auto 0;
}

.code_box p{
    font-weight: bold;
}

.code_box .code-ttl,.code_box .code-hosoku{
font-size: 12px;
margin-bottom:16px;
}

.code_box .code-hosoku{
    width:fit-content;
    margin:16px auto 0;
}


.code_box .code-ttl span{
    display: inline-block;
    transform: scale(0.6);
}

.code_box .code{
    font-size: 34px;
    /* color:var(--accentColor); */
    color:var(--accentColor-red);
    
}

.reco-btn{
    display: block;
    background:var(--accentColor-bgy);
    color:#fff !important;
    width:fit-content;
    padding:20px 40px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    margin-top:40px;
    text-decoration: none;
    margin:40px auto 0;
    transition: 0.2s;
}

.reco-btn:hover{
opacity: 0.8;
}

@media (min-width: 768px) {
    
    .page__subttl{
        font-size:14px;
    }

    .page__ttl{
        font-size:48px;
    }

    .page__desc{
        font-size: 16px;
    }

    .event__date{
        max-width:400px;
    }

    .page__desc__acc span span{
        font-size:24px;
    }

    .member__ttl{
        margin:32px 0 16px;
    }

    .member__ttl::before,
    .member__ttl::after {
        width: 30px;
    }

    .member__link{
        flex-direction: row;
        gap:16px;
    }

    .member__link li{
        width:280px;
        padding:16px 0;
    }


    .coupon__desc{
        max-width:640px;
        padding:24px;
        margin-top:40px;
    }

    .coupon__desc dt,.coupon__desc dd{
        font-size:15px;
    }

    .reco-ttl{
        /* max-width:450px; */
        margin:0 auto 40px;
    }    

    .reco-btn{
        padding:20px 80px;
        font-size: 16px;
        
    }

}


/*イベント*/
.event-ttl{
    text-align: center;

}

.event-ttl p:first-child{
    font-size:15px;
    margin-bottom:5px;
}

.event-ttl p span{
    font-size:150%;
    display: inline-block;
    margin:0 0 0 4px;
}

.event-ttl p:last-child{
    font-size:20px;
    letter-spacing: 0.05em;
}

.cpn-img{
    max-width:480px;
    margin:0 auto 12px;
}

.event-txt{
    text-align: center;
    font-size:14px;
    font-weight: 600;
    margin:24px 0 16px;
}

.event-txt span{
    font-size:130%;
    display: inline-block;
    color:var(--accentColor-red);
    margin:0 0 0 4px;
}

.event-txt-sub{
    padding:0 2%;
    font-size:13px;
    line-height: 1.7;
    max-width: 640px;
    margin:0 auto 8px;
    text-align: center;
}

.event-txt-sub span{
    font-weight: 600;
    font-size:13px;
}

.event-txt-sub .line{
    text-decoration: underline;
}

@media (min-width: 768px) {


.event-ttl{
    text-align: center;

}

.event-ttl p:first-child{
    font-size:20px;
    margin-bottom:10px;
}


.event-ttl p:last-child{
    font-size:30px;
}

.cpn-img{
    margin:0 auto 24px;
}

.event-txt{
    font-size:18px;
    margin:40px 0 24px;
}

.event-txt-sub{
    padding:0;
    font-size:16px;
    margin:0 auto 12px;
    line-height: 1.9;
    text-align: center;
}

.event-txt-sub span{
    font-size:16px;
}

}

/*item-link*/
.item__link{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:32px 12px;
}

.item__link a{
    position: relative;
    transition: 0.5s;
}

.item__link a:hover{
    opacity: 0.8;
}

.item__link a .item__off{
    display: inline-block;
    background:var(--accentColor-red);
    color: #fff;
    padding:4px 8px;
    font-size:12px;
    position: absolute;
    top:0;
    left:0;
}

.item__name{
    font-size:13px;
    line-height: 1.5;
    font-weight: 600;
    margin:8px 0;
}

.item__price{
    display: flex;
    align-items: center;
}

.item__price span{
    font-size:12px;
    display: inline-block;
    font-weight: 600;
}

.item__price span:first-child{
    margin:0 4px 0 0;
    text-decoration: line-through;
}

.item__price span:last-child{
    color: var(--accentColor-red);
    font-size:120%;
    margin:0 0 0 4px;
}


@media (min-width: 768px) {

    .item__link{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap:32px 24px;
    }

    .item__name{
    font-size:15px;
    line-height: 1.6;
    margin:10px 0;
}

    .item__price span{
    font-size:15px;
    }


}