@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    display: flex;
    justify-content: center;
	color: #555;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: sans-serif;
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: 0.09em;
	-webkit-font-smoothing: antialiaced;
	-moz-osx-font-smoothing: grayscale;
    background: #fafafa;
}
img{
	max-width: 100%;
	height: auto;
}
html.fixed{
    overflow: hidden;
}
a{
    transition: all 0.2s ease-in-out;
}
a:hover{
    filter: brightness(110%);
}
.pc-logo,
.pc-code{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: calc((100vw - 500px) / 2 );
    height: 100vh;
}
.pc-code{
    left: auto;
    right: 0;
}
.pc-logo img{
    display: block;
    margin: auto;
    width: 220px;
}
.pc-code img{
    display: block;
    margin: auto;
    width: 170px;
}
.pc-code p{
    margin-top: 2rem;
    font-size: 1.3rem;
    font-family: san-serif;
    text-align: center;
}
/* btn */
.menu-btn{
    width: 11.33%;
    padding-top: 11.33%;
}
.menu-tel{
    width: 11.88%;
    padding-bottom: 0.7em;
}
.menu-line{
    width: 32%;
    padding-bottom: 0.7em;
}
.menu-reserve{
    width: 42.7%;
}
.menu-tel,
.menu-line,
.menu-reserve{
    transition: 0.2s all ease-in-out;
}

.btn-trigger_inner{
    position: fixed;
    bottom: 17px;
    left: 0.7rem;
    z-index: 20;
    width: 40px;
    height: 50px;
    transition: all 0.5s ease-in-out;
}
.btn-trigger_inner.active{
    border: none;
    box-shadow: none;
}
.btn-trigger{
    position: fixed;
	bottom: 24%;
    left: 1.5%;
    z-index: 20;
	width: 40px;
	height: 36px;
    line-height: 1;
}
.btn-trigger_span{
    position: absolute;
    left: 8px;
    width: 28px;
	height: 1.5px;
	background: #000;
	transition: all 0.2s ease-in-out;
}
.btn-trigger_span:first-of-type{
	top: 6px;
}
.btn-trigger_span:nth-of-type(2){
	top: 17px;
}
.btn-trigger_span:nth-of-type(3){
	top: 28px;
}

.btn-trigger.active .btn-trigger_span:first-of-type{
    top: 18px;
    width: 32px;
	transform: rotateZ(45deg);
}
.btn-trigger.active .btn-trigger_span:nth-of-type(2){
    display: none;
}
.btn-trigger.active .btn-trigger_span:nth-of-type(3){
	transform: rotateZ(-45deg);
    width: 32px;
	top: 18px;
}


.container{
    position: relative;
    text-align: center;
}

.lpimg{
    position: relative;
    margin: auto;
    max-width: 500px;
    width: 100%;
    background: #fff;
}
.lpimg img{
    display: block;
}
.nav{
    position: fixed;
    top: -4000px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    padding: 0 0 11rem;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    transition: all 0.7s ease-in-out;
    overflow: scroll;
}
.nav.open{
    top: 0;
}
.nav ul{
    padding: 0 3.2rem;
}
.nav-logo{
    margin-bottom: 0;
}
.nav-title{
    margin-bottom: 0.8rem;
}

.menu{
    display: flex;
    gap: 0.2rem;
    justify-content: space-between;
    align-items: baseline;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 0.3rem 0.7rem 0;
    background: #fff;
    box-shadow: 0px -8px 8px -2px rgba(0, 0, 0, 0.1);
}


.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.header picture{
    display: block;
}
.header img{
    width: 100%;
}
.header ul{
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
}

.cpJuvereju,
.cp01,
.cp02,
.point,
.price_cp,
#topic01,
#topic02,
#topic06,
#topic17,
#topic18,
#campaign,
#monitor,
.access{
    position: relative;
}

.cpJuvereju-date{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-35%);
    color: #da756d;
    font-size: clamp(1.2rem, 3.8vw, 1.9rem);
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3em;
    white-space: nowrap;
    background: linear-gradient(180deg, #f4c7c1 0%, #da756d 80%, #da756d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cpJuvereju-date>.number{
    font-size: 114%;
    letter-spacing: 0.38em;
    background: linear-gradient(180deg, #f4c7c1 0%, #da756d 80%, #da756d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cp01-date{
    position: absolute;
    top: 41.6%;
    left: 50%;
    transform: translateX(-35%);
    color: #fff;
    font-size: clamp(1.2rem, 3.8vw, 1.9rem);
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3em;
    white-space: nowrap;
}
.cp01-date>.number{
    font-size: 114%;
    letter-spacing: 0.38em;
}
.cp5000-date{
    position: absolute;
    bottom: 11%;
    right: 9%;
    color: #555;
    font-size: clamp(1.0rem, 3.8vw, 1.2rem);
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3em;
    white-space: nowrap;
    text-align: right;
}
.cp5000-date::before{
    content: '※';
}
.cp5000-date>.number{
    font-size: 114%;
}
.price_cp .cp5000-date{
    bottom: 18%;
    right: 12%;
}
@media (max-width: 455px){
    .cp5000-date{
        transform: scale(0.8);
        transform-origin: right bottom;
    }
}

#monitor .btn-reserve{
    display: block;
    position: absolute;
    bottom: 4.2%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.mv .header-reserve{
    display: block;
    position: absolute;
    top: 1%;
    right: 5%;
    left: auto;
    bottom: auto;
    width: 50%;
    transform: none;
}
.mv.-under .header-reserve{
    top: 0.68%;
}

.mv-time{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
    2px 2px 15px rgba(234,198,208,.9),
    -2px -2px 15px rgba(234,198,208,.9)
    ;
    color: #d57789;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    top: 122px; right: 15px;
}
.mv-time p{
    font-size: 2.7rem;
    letter-spacing: .16em;
    line-height: 1.1;
    position: relative;
    left: 2px;
}
.mv-time p span{
    font-size: 1.7em;
    letter-spacing: 0.25em;
    font-family: Arial, sans-serif;
}
@media (max-width: 767px){
    .mv-time{
    width: 100px;
    height: 100px;
    top: 12%; right: 10px;
    }
    .mv-time p{
    font-size: 2.4rem;
    }
}

.cpJuvereju a,
.cp01 a, 
.cp02 a,
.point a,
#topic02 a,
#topic06 a,
#topic17 a,
#topic18 a,
.mv.-under .btn-reserve{
    display: block;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 80%
}
.cpJuvereju a{
    bottom: 1.4em;
}
.cp01 a{
    bottom: 1.4em;
}
.cp02 a{
    bottom: 2.6em;
}
.point a{
    bottom: 1.6em;
}
#topic06 a{
    bottom: 1.5em;
}
#topic17 a{
    bottom: 1.65em;
}
#topic18 a{
    bottom: 1.3em;
}
.mv.-under .btn-reserve{
    bottom: 3.9%;
    left: 50%;
    transform: translateX(-50%);
    width: 52%
}

.menu-item a{
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}
.menu-set a{
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

.access .tel{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.map {
    margin: 0 auto;
    width: 90%;
    position: absolute;
    padding-top: 83%;
    bottom: 10.8%;
    left: 50%;
    transform: translateX(-50%);
}

.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.footer{
    padding-bottom: 20%;
}
@media(max-width: 1100px){
    .pc-logo,
    .pc-code{
        display: none;
    }
}

