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

:root {
    --color-bk:#3f3f3f;
    --accentColor:#e6364b;
    /* --accentColor-bl:#3b579e;
    --accentColor-lbl:#56c1b9;
    --accentColor-red:#ed6680;
    --accentBgColor:rgba(247, 203, 107, 0.4);
    --bgColor:rgba(247, 203, 107, 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);
}

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

.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);
color:#fff;
font-weight: bold;
text-align: center;
font-size:13px;
border-radius: 40px;
} */

.page__ttl{
width:90%;
max-width: 320px;
margin:0 auto;
}

.page__copy{
    font-size:16px;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom:8px;
}
.page__copy.red{
    color:var(--accentColor);
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}


.page__copy.red span {
	display: inline-block;
	width: 2px;
	height: 30px;
	background-color: var(--accentColor);
}

.page__copy.red span:first-child {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.page__copy.red span:last-child {
	margin-left: 20px;
	transform: rotate(35deg)
}

.page__copy.line{
    border-bottom:1px solid var(--color-bk);
}

.price__ttl{
    max-width:640px;
    margin:30px auto;
}

.page__desc{
    font-size:14px;
    line-height: 1.8;
}
.example{
    margin-top:24px;
}
.nov{
    margin:20px auto 30px;
    max-width:700px;
}

.event__date{
    width:100%;
    margin-top:24px;
    background:rgb(239, 137, 137,0.2);
    padding:20px 10px 0;
    margin-bottom:30px;
}

.event__date__ttl{
    text-align: center;
    font-size:14px;
    font-weight: bold;
    /* padding:8px 0; */
    /* padding-bottom:8px; */
    /* border-bottom:1px solid rgb(239, 137, 137,0.4); */
}

.event__day{
    font-family: minion-pro, serif;
    font-weight: 600;
    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(--color-bk);
    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:20px;
}

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

} 

.event__nav{
    display: flex;
    justify-content: center;
    gap:12px;
    margin-top:10px;
}




.event__nav li a{
    display: block;
    width:100%;
    min-width: 150px;
    padding:10px 30px 20px;
    font-family: minion-pro, serif;
    font-weight: 500;
    color:#fff;
    font-size:20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
}

.event__nav li:first-child a{
    background:#ef8989;
}

.event__nav li:last-child a{
    background:#d1af6b;
}

.event__nav li a::after{
    content:"";
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom:5px;
    right:0;
    left:0;
    margin:auto;
}

.style-a{
    background:rgb(239, 137, 137,0.1);
}

.style-b{
    background:rgb(209, 175, 107,0.2);
}

.reco-ttl{
    font-family: minion-pro, serif;
    font-weight: 600;
    text-align: center;
    font-size:24px;
    margin-bottom:24px;
}


/* .marker{
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ef8989 60%);
} */


.coupon__desc{
    background:#efefef;
    display: grid;
    grid-template-columns: auto 1fr;
    gap:8px;
    padding:16px;
    width:90%;
    margin:32px auto 0;
}

.coupon__desc dt{
    font-size:12px;
    line-height: 1.4;
    margin-bottom:8px;
}

.coupon__desc dd{
    font-size:12px;
    line-height: 1.4;
    margin-bottom:8px;
}

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

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


.item__link li a p:last-child{
    font-weight: bold;
    margin-top:8px;
    font-size:12px;
    line-height: 1.5;
}

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

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

@media (min-width: 768px) {
    
    .page__ttl{
        width:100%;
        max-width: 400px;
    }


    .price__ttl{
        max-width:550px;
        margin:40px auto 20px;
    }

    .page__copy{
        font-size:20px;
        margin-bottom:16px;
    }

    .page__copy.red{
        margin-bottom:10px;
    }

    .page__copy.red::before,
    .page__copy.red::after {
        width: 3px;
        height: 40px;
    }

    .page__copy.red::before {
        margin-right: 40px;
    }
    .page__copy.red::after {
        margin-left: 40px;
    }

    .page__ttl{
        font-size:38px;
    }

    .page__desc{
    font-size:16px;
    text-align: center;
}

.example{
    margin-top:40px;
}

.nov{
    margin:30px auto 40px;
}


.event__date{
    max-width:550px;
    margin-top:40px;
    padding:30px 20px 0;
    margin-bottom:40px;
}

.event__date__ttl{
    font-size:16px;
}

/* .event__day{
    padding:20px;
} */

.event__day p{
    font-size:24px;
}

.event__day p span{
    font-size:18px;

} 

.event__nav{
    gap:30px;
}


.event__nav li a{
    padding:15px 30px 25px;
    min-width:340px;
    font-size:28px;
}


.reco-ttl{
    font-size:35px;
}

    .coupon__desc{
        max-width:800px;
        width:100%;
        padding:32px 32px 20px;
        margin-top:40px;
    }

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


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


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

    .reco-btn{

        padding:20px 80px;
        font-size: 16px;
        
    }

    .item__link li a p:last-child{
        margin-top:12px;
        font-size:15px;
    }


}

#switchArea .before,
#switchArea .after {
  display:none;
}




