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

:root {
    --color-bk:#605a52;
    --color-red:#d7354b;
    --accentColor:#d5a5a5;
    --accentBgColor:rgba(213, 165, 165, 0.342);
    --bgColor:rgba(213, 165, 165, 0.342);
    }

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


.br-pc{
    display:none;
}

.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: 1000px;
    }
}




/*contents*/
.intro__wrapper .contentInner{
    display: flex;
    flex-direction:column;
    align-items: center;
}


.page__subttl{
display: inline-block;
padding:4px 8px;
border: 1px solid var(--color-bk);
text-align: center;
font-size:13px;
}

.page__ttl,.reco-ttl{
text-align: center;
font-family: minion-pro, serif;
font-weight: 500;
font-style: normal;
}

.page__ttl{
font-size:18px;
color:var(--color-bk);
margin:16px 0 12px;
}

.page__desc__acc{
    color:var(--color-red);
    font-weight: bold;
    border-bottom:1px solid var(--accentColor);
    font-size: 18px;
    margin:0 0 24px;
}

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




.page__desc__acc span{
    display: inline-block;
    font-size: 24px;
    margin-right:2px;
}


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

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

.event__day{
    font-family: garamond-premier-pro, serif;
    font-weight: 600;
    font-style: normal;
    color:var(--color-bk);
    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);
    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%);
    color:var(--color-red);
    font-size: 120%;
}


.coupon__desc, .hosoku__desc{
    width:100%;
    background:#efefef;
    padding:16px;
    margin-top:32px;
}

.hosoku__desc{
    width:100%;
    text-align: center;
}

.coupon__desc{
    display: flex;
    flex-wrap: wrap;
}


.coupon__desc dt,.hosoku__desc p{
    font-size:11px;
    line-height: 1.4;
}

.coupon__desc dt{
    width:1.5em;
}

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

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


.tokuten{
    margin:50px 0;
}

.tokuten .link-txt{
    margin-top:24px;
}

.member{
}

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

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

.link-btn{
    width:100%;
    display: block;
    width: clamp(280px, 71.79vw ,300px);
    margin:24px auto 0;
    background:var(--color-bk) ;
    font-weight: 600;
    text-align: center;
    padding:15px;
    color:#fff !important;
}

.link-txt{
    font-weight: 600;
    display: block;
    width:fit-content;
    position: relative;
    padding:0 15px 4px 0;
    border-bottom:2px dotted #918678;
    margin:0 auto ;
}

.link-txt::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-right: 2px solid var(--color-bk);
    border-top: 2px solid var(--color-bk);
    position: absolute;
    top: calc((100% - 5px) / 2);
    right:0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
}



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

    .page__ttl{
        font-size:20px;
    }

    .page__desc__acc{
    font-size: 28px;
    margin:12px 0 32px;
}

    .event__date{
        max-width:400px;
    }

  .member__ttl{
    font-size:18px;
    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, .hosoku__desc{
        max-width:580px;
        padding:24px;
        margin-top:40px;
    }
    
    .coupon__desc,.hosoku__desc{
        padding:24px;
        margin-top:40px;
    }



.link-btn{
    width: clamp(300px, 29.28vw ,400px);
    margin:24px auto 0;
    font-size:16px;
    padding:20px;
    margin:32px auto 0;
}


}


/*おすすめアイテム
-----------------------------------------*/

.reco-ttl{
    font-size:18px;
    color:var(--color-bk);
    margin:0 0 16px;
}


.item__link{
    display: flex;
    flex-direction: column;
    gap:12px;
}


.item__link li{
    width:100%;
    background:#fff;
    box-shadow: 0 0 6px rgb(204, 204, 204,0.8);
    padding:10px;
    position: relative;
}

.item__link li::after{
    content:"";
    display: block;
    width:30px;
    height:30px;
    background:url(/img/usr/freepage/20251001_newmembers_point/arrow-pk.png) no-repeat center center/contain;
    top:0;
    bottom:0;
    right:10px;
    margin:auto;
    position: absolute;
}

.item__link li a{
    display: flex;
    align-items: center;
}

.item__link li a p:first-child{
    width:40%;
}

.item__link li a p:last-child{
    width:60%;
    padding:0 40px 0 24px;
    font-weight: bold;
    font-size:14px;
    line-height: 1.5;
}

.code_box{
    width:100%;
    background:var(--bgColor);
    padding:12px;
    text-align: center;
    margin:0 auto 8px;
    max-width: 400px;

}

.code_box p{
    font-weight: bold;
}

.code_box .code-ttl{
font-size: 12px;
margin-bottom:4px;
}

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

.code_box .code{
    font-size: 24px;
    color:var(--accentColor);
}

@media (min-width: 768px) {


.reco-ttl{
    font-size:32px;
    margin:0 0 32px;
}


    .item__link{
    margin:0 auto;
    flex-direction: row;
    flex-wrap:wrap;
    gap:12px;
    }


    .item__link li{
    padding:15px;
    width:calc((100% - 12px) / 2);
    }

    .item__link li::after{
    right:15px;
    }

}

