@charset "utf-8";

/*------------------
共通部分
--------------------*/

*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

body{
    font-family: "Sawarabi Mincho", serif;
    font-size: 3.7vw;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.5;
    color: #998661;
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
}

li{
    list-style-type: none;
}

span{
    display: block;
}

/*----------共通 / PC----------*/

@media screen and (min-width: 769px){
    body{
        font-size: 1vw;
    }
}

/*------------------
HEADER
--------------------*/

/*----------NAV MENU----------*/


.nav-menu{
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 25vw;
    display: none;
    max-width: 100%;
    position: relative;
    z-index: 100;
    position: fixed;
}


.nav-list{
    background-color: rgba(255, 232, 227, 0.56);
    max-width: 80%;
    padding: 9vw 39vw 14vw 13vw;
}



.nav-menu-ul{
    width: 60vw;
}

.nav-item{
    color: #AD9463;
    font-size: 4.27vw;
    margin-bottom: 3vw;
}

.nav-title{
    color: #AD9463;
    font-size: 6.4vw;
    margin-bottom: 9vw;
}

.nav-item-list{
    margin-bottom: 8vw;
    
}

.nav-logo-pc{
    display: none;
}

.nav-logo-sp{
    max-width: 40%;
    padding-top: 60px;
}

.nav-logo{
    margin-top: 0px;
    text-align: center;

}

.cross-button{
    color: #8E7B57;
    font-size: 30px;
    margin:21px 4% 0 0;
}

.nav-menu-inner{
    display: flex;
    justify-content: space-between;
    background-color: rgba(ff, ff, ff, 1);
    
}

.nav-menu{
    display: none !important;
}
.nav-menu.open{
    display: block !important;
}

.hamburger-btn.open .hamburger-line:nth-of-type(1) {
    transform: translateY(0.86rem) rotate(-45deg);
}
.hamburger-btn.open .hamburger-line:nth-of-type(2) {
    transform: translateY(-0.65rem) rotate(45deg);
}  

/*----------NAV MENU / PC----------*/

@media screen and (min-width: 769px){

    .nav-logo-pc{
        display: inline-block;
        width: 14.4vw;
        position: absolute;
        left: 57.2vw;
        top: 23vw;
    }

    .nav-logo{
        display: inline-block;
        
    }

    .nav-logo-sp{
        display: none;
    }

    .nav-list{
        width: 28.3vw;
        max-width: 100%;
    }

    .nav-menu-nav{
        padding-right: 12.1vw;
        padding-left: 5.6vw;
        width: 28.3vw;
    }

    .nav-menu-inner{
        text-align: center;
        background-color: rgba(255, 232, 227, 0.56);
        
    }

    .nav-list{
        background-color: rgba(255, 232, 227, 0.56);
        width: 28.3vw;
        padding: 4.5vw 0 12vw 0;
        
    }

    .nav-menu-nav{
        margin: 0 auto;  
    }

    .nav-menu-ul{
        width: fit-content;
        display:table;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-item-list{
        width: 10vw;
        margin-top: 0;
        margin-bottom: 2.8vw;
        height: 1.1vw;
    }

    .nav-item{
        font-size: 1.1vw;
    }

    .nav-title{
        color: #AD9463;
        font-size: 2.2vw;
        margin-bottom: 0;
        width: fit-content;
        padding-left: 5.6vw;
        margin-bottom: 3vw;
        }

    .nav-menu{
        display: flex;
        position: relative;
        position: fixed;
        padding-bottom: 0;
        height: 100vh;
        width: 100%;
        z-index: 100;
        height: 58vw;
    }

    .nav-menu{
        display: none !important;
    }
    .nav-menu.open{
        display: flex !important;
    }

}

/*------------------
MAIN
--------------------*/


/*----------MAIN-HEADER----------*/

.main-header-tiket-container{
    background-image: url(../images/background10-sp.jpg);
    background-position: left -240px top -20px;
    background-size: 250vw;
}

.main-header{
    position: relative;
    height: 25vw;
}

.main-header-logo-pc{
    display: none;
}

.main-header-logo{
    margin-top: 0px;
    margin-bottom: 28px;
    text-align: center;
}

.main-header-logo-sp{
    width: 39vw;
    padding-top: 5%;
    margin-bottom: 5px;
}

.hamburger-btn{
    width: 7vw;
    height: 20px;
    position: fixed;
    right: 5vw;
    top: 6.6vw;
    z-index: 100;
}

.hamburger-line{
    background-color: #AD9463;
    max-width: 40px;
    height: 2px;
    margin-top: 12px;
    transition: all 0.5s;
}

/*----------MAIN-HEADER / PC----------*/

@media screen and (min-width: 769px){

    .main-header-tiket-container{
        background-image: url(../images/background7-pc2-2.jpg);
        background-position: left -362px top 0;
        background-size:160vw;
    }

    .main-header-logo-sp{
        display: none;
    } 

    .main-header-logo-pc{
        width: 13vw;
        display: block;
        margin: 0 auto;
        
    }

    .main-header-logo{
        margin: 0 auto;
    }

    .main-header{
        padding-top: 4vw;
        
    }

    .hamburger-btn{
        right: 4vw;
        top: 4vw;
    }
}

/*----------SERVICE1----------*/

.service-heading{
    font-size: 14vw;
    font-family: "Literata", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #FFE0DA;
    
}

.service-title-wrpper{
    position: relative;
}

.service-title{
    color: #998661;
    font-size: 5.8vw;
    width: fit-content;
    margin-left: 18vw;
    position: relative;
    bottom: 7.6vw;
}

.service-section1-logo-pc{
    display: none;
}

.service-section1-img-pc{
    display: none;
}

.service-section-title{
    width: fit-content;
    color: #998661;
    font-size: 5.4vw;
    margin-left: 9vw;
    margin-bottom: 24px;
    
}

.service-section1-logo-sp{
    width: 30vw;
    position: absolute;
    left: 60vw;
    top: 1vw;
    animation: slideinRight;
    animation-duration: 2s;
}

@keyframes slideinRight {
    0% {
      transform: translateX(80px);
    }
    100% {
      transform: translateX(0);
    }
  
}

.service-section1-img-sp{
    border-top-right-radius: 41vw;
    width: 56vw;
    height: 76vw;
    margin-left: 9.5vw;
    display: block;
    z-index: 10;
    position: relative;
    animation-name: fadein;
    animation-duration: 5s;
}
@keyframes fadein{
    from{
        opacity: 0;
        transform: translateY(0);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.service-img-wrapper{
    position: relative;
    margin-top: 18vw;
}

.service-section1-wave-pc{
    display: none;
}

.service-section1-arch-sp{
    position: relative;
    bottom: 155vw;
    z-index: 1;
    width: 100vw;
    height: 65.7vw;
}

.service-section1-subtitle{
    font-size: 6.3vw;
    margin-top: 25vw;
}

.service-section1-txt{
    font-size: 5.2vw;
    margin-top: 6vw;
    
}

.service-img-inner{
    margin-top: -8vw;
}

.service-section1-info{
    text-align: center;
    
}

.service-section1-txt2{
    display: inline-block;
    text-align: left;
    margin-top: 5vw;
    width: 91.2vw;
}

.service-section1{
    height: 218vw;
}



/*----------SERVICE1 / PC----------*/

@media screen and (min-width: 769px){
    
    .service-heading{
        font-size: 5.6vw;
        margin-top: 0vw;
        margin-left: 18.75vw;
        width: fit-content;
        position: relative;
        bottom: 13.2vw;
    }

    .service-title{
        font-size: 2.2vw;
        margin-left: 26.8vw;
        margin-top: -8.8vw;
    }

    .service-section-title{
        font-size: 2.08vw;
        margin-left: 22.7vw;
        margin-top: 6.1vw;
    }

    .service-section1-logo-sp{
        display: none;
    }

    .service-section1-logo-pc{
        display: block;
        width: 13vw;
        position: relative;
        top: 1vw;
        left: 62.2vw;
        z-index: 3;
        animation: slideinRight ;
        animation-timeline: view();
        animation-range: entry 25% cover 30%;
    }

    @keyframes slideinRight {
        0% {
          transform: translateX(90px);
        }
        100% {
          transform: translateX(0);
        }
      
    }

    .service-img-wrapper{
        margin-top: 0;
    }

    .service-section1-img-sp{
        display: none;
    }

    .service-section1-img-pc{
        display: block;
        width: 25.3vw;
        position: relative;
        top: 0.5vw;
        z-index: 3;
        border-top-right-radius: 17vw;
        margin-left: 22.8vw;
        animation-name: fadein;
        animation-duration: 5s;
    }
    @keyframes fadein{
        from{
            opacity: 0;
            transform: translateY(0);
        }
        to{
            opacity: 1;
            transform: translateY(0);
        }

        }


    .service-section1-info{
        display: block;
        position: relative;
        text-align: right;
        z-index: 3;
        color: #998661;
        font-weight: normal;
        margin: 0 0 0 auto;
        margin-top: -62.4vw;
        padding-right: 21.94vw;
        width: fit-content;
        text-align: center;
        
    }

    .service-section1-subtitle{
        font-size: 1.94vw;
       position: relative;
       right: 1vw;
    }

    .service-section1-txt{
        font-size: 1.53vw;
        margin-top: 4.1vw;
        
    }

    .service-section1-txt2{
        width: 24vw;
        margin-top: 2.2vw;
    }

    .service-section1-arch-sp{
        display: none;
    }

    .service-section1-wave-pc{
        display: block;
        position: relative;
        bottom: 14vw;
        width: 100vw;
    }

    .service-section1{
        height: 80vw;
    }

    
}

/*----------オススメ----------*/

.osusume-title-wrpper{
    margin-top: 10vw;
}

.osusume-heading{
    font-size: 14vw;
    font-family: "Literata", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #FFE0DA;
    padding-left: 1vw;
}

.osusume-title{
    font-size: 5.8vw;
    text-align: center; 
    position: relative;
    bottom: 30vw;
}

.osusume1-title, .osusume2-title, .osusume3-title{
    font-size: 13.2vw;
    font-family: "Adamina", serif;
    color: rgba(190, 163, 110, 0.20);
    animation: scroll-anim linear;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
}
@keyframes scroll-anim{
    from{
        opacity: 0;
        scale: 0.9;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.osusume1-title{
    margin-top: 8vw;
}

.osusume1-img, .osusume2-img, .osusume3-img{
    width: 50.67vw;
    border-radius: 12%;
    margin-top: 3.8vw;
}

.osusume1-img, .osusume3-img{
    margin-right: 7vw;

}

.osusume2-img{
    margin-left: 7vw;
}

.osusume1-img-wrapper, .osusume3-img-wrapper{
    text-align: right;
}

.osusume2-title, .osusume2-title, .osusume3-title{
    margin-top: 16vw;
}

.osusume1-title, .osusume2-title, .osusume3-title{
    text-align: center;
    
}


.price1, .price3{
    width: 40.67vw;
    margin: 2.8vw 0 0 34vw;
    overflow: hidden;
}

.price2{
    width: 50.67vw;
    text-align: center;
    margin-top: 2.8vw;
}

.osusume1-subtitle, .osusume2-subtitle, .osusume3-subtitle{
    font-size: 5.3vw;
    text-align: center;
    margin-top: 3.8vw;
}

.osusume1-number, .osusume2-number, .osusume3-number{
    font-family: "Shippori Mincho", serif;
    font-size: 16vw;
    color: #fff;
    line-height: 1;
    padding-bottom: 3.5vw;
}

.osusume2-number{
   margin: 0 0 0 auto;
}


.number-wrapper1, .number-wrapper2, .number-wrapper3{
    width: 95.2vw;
    height: 36.8vw;
    background-color: #FFE8E3;
    display: flex;
    align-items: center;
    
}

.number-wrapper1, .number-wrapper3{
    margin: 0 0 0 auto;
    border-top-left-radius: 25vw;
    border-bottom-left-radius: 25vw;
    padding-left: 8.8vw;
    box-shadow: 0 1vw 1vw rgba(48, 48, 46, 0.303);
    margin-top: -33.5vw;
}

.number-wrapper2{
    border-top-right-radius: 25vw;
    border-bottom-right-radius: 25vw;
    padding-right: 8.8vw;
    box-shadow: 0 1vw 1vw rgba(48, 48, 46, 0.303);
    margin-top: -33.5vw;
}

.osusume1-txt, .osusume2-txt, .osusume3-txt{
    width: 90vw;
    margin: 0 auto;
    margin-top: 2.7vw;
}

.osusume3-subtxt{
    margin-top: 4vw;
}

.osusume1-info, .osusume2-info, .osusume3-info{
    width: 100vw;
}

/*----------OSUSUME / PC----------*/

@media screen and (min-width: 769px){

    .osusume-heading{
        font-size: 5.6vw;
        width: fit-content;
        padding-left: 1.9vw;
        position: relative;
        bottom: 27vw;
    }

    .sp-br{
        display: none;
    }

    .osusume-title-wrpper{
        margin-top: 21vw;
    }

    .osusume-title{
        font-size: 2.2vw;
        text-align: left;
        padding-left: 39.9vw;
    }

    .osusume1-section{
        margin-top: -30vw;
    }

    .osusume1-title, .osusume2-title, .osusume3-title{
        font-size: 5.7vw;
        position: relative;
        z-index: 3;
    }

    .osusume3-title{
        bottom: 0.4vw;
    }

    

    .osusume1-img, .osusume2-img, .osusume3-img{
        width: 19.8vw;
        position: relative;
        bottom: 15vw;
        z-index: 3;
        animation: scroll-anim linear;
        animation-timeline: view();
        animation-range: entry 0% entry 100%;
    }
    @keyframes scroll-anim{
        from{
            opacity: 0;
            scale: 0.9;
        }
        to{
            opacity: 1;
            scale: 1;
        }
    }
    

    .osusume1-img, .osusume3-img{
        margin-right: 4.8vw;
        
    }

    .osusume2-img{
        margin-left: 4.8vw;
    }

    .osusume1-number, .osusume3-number{
        font-size: 5.8vw;
        transform: translateY(10%);
        height: 12vw;
        padding: 2vw 2.8vw 4vw 0;
        position: relative;
        bottom: 1vw;
        border-right: solid 1px #998661;
    }

    .osusume2-number{
        font-size: 5.8vw;
        transform: translateY(10%);
        height: 12vw;
        padding: 2vw 0 4vw 2.8vw;
        position: relative;
        bottom: 1vw;
        border-left: solid 1px #998661;
    }

    .number-wrapper1, .number-wrapper2, .number-wrapper3{
        width: 63.2vw;
        height: 16.7vw;
        background-color: #FFE8E3;
        display: flex;
        align-items: center;
        position: relative;
        top: 1.8vw;
    }

    .number-wrapper1, .number-wrapper3{
        box-shadow: 0vw 0.3vw 0.2vw rgba(48, 48, 46, 0.303);
        padding-left: 3.8vw;
    }

    .number-wrapper2{
        box-shadow: 0 0.3vw 0.2vw rgba(48, 48, 46, 0.303);
        padding-right: 3.8vw;
    }

    .osusume1-subtitle, .osusume2-subtitle, .osusume3-subtitle{
        font-size: 1.53vw;
    }

    .osusume1-txt, .osusume2-txt, .osusume3-txt{
        width: 20vw;
        margin-top: 0.9vw;
    }

    .osusume-txt1-wrapper{
        margin-top: -16.4vw;
        position: relative;
        left: 49.8vw;
        z-index: 3;
        width: 25.5vw;
    }

    .osusume-txt2-wrapper{
        margin-top: -16.2vw;
        position: relative;
        right: 12.5vw;
        z-index: 3;
    }

    .osusume-txt3-wrapper{
        margin-top: -17.2vw;
        position: relative;
        left: 50vw;
        width: 25.5vw;
    }

    .osusume3-subtxt{
        margin-top: 0;
    }

    .price1, .price3{
        position: relative;
        bottom: 16.4vw;
        left: 47vw;
        z-index: 3;
        margin-left: 0;
    }

    .price2{
        position: relative;
        bottom: 16.4vw;
        right: 11vw;
        z-index: 3;
    }
}

/*----------SERVICE2----------*/

.service-section2-img-pc,
.service-section2-logo-pc{
    display: none;
}

.service-section2-img-sp{
    width: 53.6vw;
    height: 81.6vw;
    border-top-left-radius: 39vw;
    margin-left: 36.5vw;
    margin-top: -32vw;
    position: relative;
    z-index: 3;
    animation: fadeIn linear both;
        animation-timeline: view();
        animation-range: entry 25% cover 25%;
    }

    @keyframes fadeIn {
        from {
          opacity: 0;
          clip-path: inset(45% 20% 45% 20%);
        }
      
        to {
          opacity: 1;
          clip-path: inset(0% 0% 0% 0%);
        }
}

.service-section2-wave-pc{
    display: none;
}

.service-section2-logo-sp{
    width: 48vw;
    position: relative;
    bottom: -42vw;
    left: 15vw;
    z-index: 6;
    animation: slideinleft 2s ;
    animation-timeline: view();
    animation-range: entry 25% cover 35%;
}

@keyframes slideinleft {
    0% {
      transform: translateX(-80px);
    }
    100% {
      transform: translateX(0);
    }
  
}

.service-section-title2{
    width: fit-content;
    color: #998661;
    font-size: 5.4vw;
    margin-top: 30vw;
    margin-left: 45.5vw;
    position: relative;
    z-index: 10;
    bottom: 38vw;
}

.service-section2-subtitle{
    font-size: 6.3vw;
    margin-top: 20vw;
}

.service-section2-txt{
    font-size: 5.2vw;
    margin-top: 6vw;
    text-align: left;
    padding-left: 16vw;
}

.service-section2-info{
    text-align: center;
}

.service-section2-arch-sp{
    position: relative;
    bottom: 143vw;
    z-index: 1;
    width: 100vw;
    height: 60vw;
}

.service-section2-txt2{
    margin: 0 auto;
    margin-top: 5vw;
    width: 91.2vw;
    text-align: left;
}

.service-section2{
    height: 240vw;
}

/*----------SERVICE2 / PC----------*/

@media screen and (min-width: 769px){
    .service-section2-logo-sp{
        display: none;
    }

    .service-section2-logo-pc{
        display: block;
        position: relative;
        z-index: 4;
        width: 18.4vw;
        animation: slideinleft 2s ;
        animation-timeline: view();
        animation-range: entry 25% cover 38%;
    }

    @keyframes slideinleft {
        0% {
          transform: translateX(-80px);
        }
        100% {
          transform: translateX(0);
        }
      
    }

    .service-section2-img-sp{
        display: none;
    }

    .service-section2-img-pc{
        display: block;
        position: relative;
        z-index: 3;
        width: 21.2vw;
        height: 32vw;
        border-top-left-radius: 16vw;
        margin-top: -0.2vw;
        animation: fadeIn linear both;
        animation-timeline: view();
        animation-range: entry 25% cover 25%;
    }

    @keyframes fadeIn {
        from {
          opacity: 0;
          clip-path: inset(45% 20% 45% 20%);
        }
      
        to {
          opacity: 1;
          clip-path: inset(0% 0% 0% 0%);
        }
    }

    .service-section2-arch-sp{
        display: none;

    }

    .service-section2-wave-pc{
        width: 100vw;
        display: block;
        margin-top: -17.5vw;
    }

    .service-section-title2{
        margin-left: 3.6vw;
        margin-top: 38vw;
        font-size: 2.2vw;
    }

    .service-section2-subtitle{
        font-size: 1.94vw;
    }

    .service-section2-txt{
        font-size: 1.53vw;
        margin-top: 3.6vw;
        padding-left: 3.2vw;
    }

    .service-section2-info{
        display: block;
        position: relative;
        bottom: 9.3vw;
        z-index: 3;
        color: #998661;
        font-weight: normal;
    }

    .service-section2-info, .service-section2-subtitle, .service-section2-txt{
        display: block;
    }

    .service-section2{
        margin-top: -2vw;
        height: 62vw;
        padding-top: 5vw;
    }

    .service-section1{
        margin-top: -3vw;
        height:60vw;
    }

    .service-section-inner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 22vw;
        padding-right: 8vw;
        width: 100vw;
    }

    .service-section2-img-pc{
        margin-top: -35.4vw;
    }

    .service-section2-logo-pc{
        position: relative;
        top: 21vw;
        right: 8.8vw;
    }

    .service-section2-info{
        position: relative;
        left: 10vw;
    }

    .service-section2-txt2{
        width: 23.3vw;
        margin-top: 1.8vw;
    }

    .service-section2-wave-pc{
        position: relative;
        bottom: 1.5vw;
    }
}

/*----------TRAIAL tiket----------*/

.tiket-title-pc{
    display: none;
}

.tiket-title-wrapper{
    text-align: center;
    
}

.tiket-title-sp{
    width: 48vw;
    margin-top: 6vw;
}

.first-time{
    font-size: 5.2vw;
    color: #998661;
    width: 45vw;
    height: 45vw;
    position: relative;
    top: 16.4vw;
    left: 10.2vw;
}

.first-time-wrapper{
    /*background-image: url(../images/circletxt2-sp.png);
    background-repeat: no-repeat;
    background-size: 42vw;*/
    margin-left: 4vw;
    margin-top: 4vw;
    width: fit-content;
}

.tiket-txt{
    font-size: 3.5vw;
    color: #998661;
    position: relative;
    top: 6.5vw;
}

.tiket-circle1{
    width: 25vw;
    height: 25vw;
    background-color: #FFFFFF;
    border: solid 2px #AD9463;
    border-radius: 50%;
    text-align: center;
    position: relative;
    bottom: 19vw;
    left: 60vw;
    z-index: 3;
}

.tiket-txt2-1, .traial-txt, .tiket-txt4{
    font-size: 3.5vw;
    color: #998661;
}

.tiket-txt2-2{
    font-size: 4.5vw;
    font-weight: 500;
    color: #998661;
    margin-top: 2.4vw;
}

.tiket-circle2-inner{
    position: relative;
    top: 6vw;
}

.tiket-circle2{
    width: 41vw;
    height: 41vw;
    background-color: #FFFFFF;
    border: solid 2px #AD9463;
    border-radius: 50%;
    text-align: center;
    position: relative;
    bottom: 30vw;
    left: 31vw;
}

.tiket-circle3{
    width: 39vw;
    height: 39vw;
    background-color: #FFFFFF;
    border: solid 2px #AD9463;
    border-radius: 50%;
    text-align: center;  
    margin-left: 2vw;
    position: relative;
    bottom: 2vw;
}

.traial-txt{
    position: relative;
    top: 8.2vw;
}

.tiket-circle4{
    width: 27vw;
    height: 27vw;
    background-color: #FFFFFF;
    border: solid 2px #AD9463;
    border-radius: 50%;
    text-align: center;
}

.tiket-txt4{
    position: relative;
    top: 8vw;
}

.arrow{
    width: 9vw;
    position: relative;
    top: 14vw;
}

.arrow-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 7vw;
    margin-top: -36vw;
    width: 99vw;
}

.time{
    font-size: 5vw;
    color: #998661;
    border-bottom: solid 2px  #AD9463;
    width: 15vw;
    margin-left: 14vw;
}

.price{
    font-family: "Adamina", serif;
    font-size: 8.5vw;
    font-weight: 400;
    color: #998661;
    margin-top: 2vw;
    margin-left: 2vw;
}

.unit1{
    display: inline;
    font-size: 3.7vw;
    
}

.unit2{
    display: inline;
    font-size: 6.4vw;
}

.tiket-txt3{
    color: #998661;
}

.tiket-circle5{
    width: 45vw;
    height: 45vw;
    background: linear-gradient(180deg, #EDDD96 6.3%, #F3E8B9 21.4%, #ffffff 50.2%, #EDDD96 80.5%);
    border: solid 3px #AD9463;
    border-radius: 50%;
    text-align: center;
    margin-left: 29vw;
    margin-top: -4vw;
    animation: scroll-anim linear;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
}
@keyframes scroll-anim{
    from{
        opacity: 0;
        scale: 0.9;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.tiket-circle5-inner{
    position: relative;
    top: 6vw;
}

.traial-btn-wrapper{
    margin-top: 14vw;
}


.traial-btn{
    display: block;
    background-color: #FFE8E3;
    width: 64vw;
    height: 11vw;
    line-height: 9vw;
    color: #998661;
    font-size: 3.7vw;
    text-align: center;
    border-radius: 6.2vw;
    box-shadow: 1vw 1vw 0.6vw rgba(188, 162, 111, 0.18);
    position: relative;
    right: -0.5vw;
    top: 0.5vw;
    margin: 5.6vw 0 0 18vw;
    position: relative;
}

.traial-border{
    width: 61vw;
    margin: 0 auto 0 24%
}

.traial-btn-line{
    height: 1.5px;
    border: none;
    background-color: #AD9463;
    position: relative;
    bottom:2.5vw;
}

.traial-container{
    padding-bottom: 16vw;
}

.circletxt-img-pc{
    width: 42vw;
    margin-top: -40vw;
    position: relative;
    bottom:8vw;
}

.tiket-circle-container{
    margin-top: -6vw;
}

.circletxt-img-pc{
animation: rotate 14s infinite linear;
    }

    @keyframes rotate{
        from{
            transform: rotate(0deg);
        }
        to{
            transform: rotate(360deg);
        }
    }

/*----------TIKET / PC----------*/

@media screen and (min-width: 769px){


    .tiket-title-sp{
        display: none;
    }


    .tiket-title-pc{
        display: block;
        width: 23vw;
        margin: 0 auto;
        padding-left: 2vw;
    }

    .tiket-circle-container{
        margin-top: 28vw;
        position: relative;
        bottom: 0.8vw;
    }

    .first-time{
        width: fit-content;
        height: 24vw;
        font-size: 2.2vw;
        margin-top: -8vw;
        position: relative;
        top: 10vw;
        left: 7.6vw;
    }

    .first-time-wrapper{
        /*background-image: url(../images/circletxt2-sp.png);
        background-repeat: no-repeat;
        background-size: 24.3vw;*/
        margin-left: 4vw;
        margin-top: 16vw;
        width: 60vw;
        position: relative;
        bottom: 14vw;
        left: 8.8vw;
    }

    .tiket-txt, .tiket-txt2-1, .traial-txt, .tiket-txt4{
        font-size: 1.38vw;
    }

    .tiket-txt{
        position: relative;
        top: 3.2vw;
    }

    .tiket-txt2-2{
        font-size: 1.67vw;
        margin-top: 1.2vw;
    }

    .tiket-circle2-inner{
        position: relative;
        top: 3vw;
    }

    .traial-txt{
        line-height: 1.6;
        position: relative;
        top: 5.3vw;
        left: 3.2vw;
        text-align: left;
    }

    .tiket-txt4{
        position: relative;
        top: 4.4vw;
        
    }

    .time{
        font-size: 2.08vw;
        margin-left: 6vw;
        width: 8.8vw;
        position: relative;
        top: -3vw;
    }

    .unit1{
        font-size: 1.67vw;
    }

    .price{
        font-size: 3.61vw;
        position: relative;
        bottom: 4vw;
    }

    .unit2{
        font-size: 2.08vw;
        
    }

    .tiket-txt3{
        font-size: 1.67vw;
        position: relative;
        bottom: 3.6vw;
        left: 0.2vw;
    }

    .traial-btn{
        font-size: 1.2vw;
        width: 22vw;
        height: 3.8vw;
        position: relative;
        line-height: 2.6vw;
        box-shadow: 0.4vw 0.4vw 0.2vw rgba(188, 162, 111, 0.18);
        padding-top: 0.4vw;
        text-align: center;
        position: relative;
        left: 24vw;
    }

    .traial-border{
        width: 21.4vw;
        margin: 0.2vw auto 0 44%;
    }

    .traial-btn-line{
        height: 1.5px;
        border: none;
        background-color: #AD9463;
        position: relative;
        bottom: 0.7vw;
    }

    .arrow{
        width: 3vw;
        margin: 0 auto;
        position: relative;
        right: 2.5vw;
        margin-top: -6.4vw;
    }

    .tiket-circle1{
        width: 11.2vw;
        height: 11.2vw;
        margin-left: -5vw;
        position: relative;
        bottom: 26vw;
    }

    .tiket-circle2{
        width: 16.4vw;
        height: 16.4vw;
        text-align: center;
        position: relative;
        left: 43.2vw;
        margin-top: -1.5vw;
        z-index: 3;
    }

    .tiket-circle3{
        width: 19.8vw;
        height: 19.8vw;
        position: relative;
        left: 19.2vw;
        top: 0vw;
    }

    .tiket-circle4{
        width: 13.3vw;
        height: 13.3vw;
        position: relative;
        right: 22.8vw;
        top: 2vw;
    }

    .tiket-circle5{
        width: 20.2vw;
        height: 20.5vw;
        margin: 0 auto;
        position: relative;
        bottom: 6vw;
        left: 1.2vw;
    }

    .traial-container{
        padding-top: 10vw;
        padding-bottom: 0;
        height: 93vw;
        background-image: none;
    }

    .traial-btn-wrapper{
        text-align: center;
        position: relative;
        bottom: 14vw;
        right: 3vw;
    }

    .tiket-circle-container{
        margin-top: -2vw;
        
    }

    .tiket-circle5-inner{
        padding-right: 0.8vw;
    }

    .circletxt-img-pc{
        width: 24.3vw;
        margin-top: -28vw;
        position: relative;
        bottom: 1.2vw;
        animation: rotate 14s infinite linear;
    }

    @keyframes rotate{
        from{
            transform: rotate(0deg);
        }
        to{
            transform: rotate(360deg);
        }
    }
    
}

/*----------FACIAL MENU----------*/

.facialmenu-title-wrapper{
    text-align: center;
}

.facialmenu-title{
    font-size: 4.3vw;
    text-align: center;
    margin-top: 16vw;
}

.facialmenu-frame1-pc{
    display: none;
}

.facialmenu-frame1-sp{
    width: 44vw;
    margin: 1vw auto;
}

.facialmenu-subtitle1{
    font-size: 4.3vw;
    text-align: center;
    margin-top: 3vw;
}

.facialmenu-list-1-wrapper{
    display: flex;
    justify-content: center;
    gap: 2vw;
    font-size: 3.2vw;
    font-weight: 300;
    margin-top: 6vw;
}

.facialmenu-list-1{
    text-align: center;
}

.facialmenu-item{
    font-weight: 400;
}

.facialmenu-price{
    display: inline-block;
    text-align: center;
    padding-left: 2.2vw;
    margin-top: 3vw;
}

.facialmenu-frame2-pc{
    display: none;
}

.facialmenu-frame2-sp{
    width: 90.7vw;
    margin-top: 3vw;
}

.facialmenu-frame2-wrapper{
    text-align: center;
}

.facialmenu-subtitle2-wrapper{
    text-align: center;
    margin-top: 10vw;
    font-size: 4.3vw;
}

.facialmenu-txt1-inner{
    margin-top: 2.4vw;
}

.facialmenu-txt1{
    margin-top: 10vw;
}

.pulass{
    font-size: 10.1vw;
    margin: 2vw;
}

.facialmenu-frame2-2-pc{
    display: none;
}

.facial-dl-container{
    display: flex;
    justify-content: center;
    gap: 3vw;
    text-align: center;
    padding-right: 2vw;
}

.facial-menu-list-2{
    text-align: center;
}

.facial-menu-item2{
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2vw;
}

.item2-inner{
    font-size: 2.9vw;
    text-align: left;
    padding-left: 4vw;
    margin-top: 9.9vw;
}

.item2-inner2{
    font-size: 2.9vw;
    text-align: left;
    padding-left: 4vw;
    margin-top: 6.9vw;
}

.item2-price{
    margin-top: 10.6vw;
    font-size: 3.2vw;
}

.item2-price1{
    margin-top: 31vw;
    font-size: 3.2vw;
}


.facialmenu-frame2-3-pc{
    display: none;
}

.facialmenu-frame2-2-sp{
    width: 90.7vw;
    position: relative;
    top: 11vw;
}

.facialmenu-frame2-2-wrapper{
    text-align: center;
}

.facialmenu-frame2-3-sp{
    width: 90.7vw;
    position: relative;
    bottom: 20vw;
}

.facialmenu-frame2-3-wrapper{
    text-align: center;
}

.facialmenu{
    padding-bottom: 16vw;
}

/*----------FACIALMENU / PC----------*/

@media screen and (min-width: 769px){

    .facialmenu-title{
        font-size: 1.53vw;
        margin-top: 9vw;
    }

    .facialmenu-frame1-sp, .facialmenu-frame2-sp, .facialmenu-frame2-2-sp, .facialmenu-frame2-3-sp{
        display: none;
    }

    .facialmenu-frame1-pc, .facialmenu-frame2-pc, .facialmenu-frame2-2-pc, .facialmenu-frame2-3-pc{
        display: block;
    }

    .facialmenu-frame2-2-pc{
        width: 60vw;
        margin: 0 auto;
        padding-right: 1vw;
        position: relative;
        top: 7.8vw;
    }

    .facialmenu-frame2-3-pc{
        width: 60vw;
        margin: 0 auto;
        padding-right: 1vw;
        position: relative;
        bottom: 6vw;
    }

    .facialmenu-frame1-pc{
        width: 17.7vw;
       margin: 0.8vw auto; 
    }

    .facialmenu-subtitle1{
        font-size: 1.67vw;
        margin-top: 3.5vw;
    }

    .facialmenu-item{
        font-size: 1.53vw;
    }

    .facialmenu-price{
        font-size: 1.25vw;
        margin-top: 0.6vw;
        padding-left: 1.1vw;
    }

    .facialmenu-frame2-pc{
        width: 52.8vw;
        margin: 1.6vw auto;
    }

    .facialmenu-list-1-wrapper{
        margin-top: 3.67vw;
    }

    .facialmenu-subtitle2{
        font-size: 1.67vw
    }

    .facialmenu-txt1{
        font-size: 1.67vw;
        margin-top: 4.2vw;
    }

    .facialmenu-txt1-inner{
        font-size: 1.53vw;
        margin-top: 1.25vw;
        padding-left: 1vw;
        
    }

    .pulass{
        font-size: 3.6vw;
        margin-top: 1.5vw;
    }

    .facialmenu-subtitle2-wrapper{
        box-sizing: border-box;
    }

    .facialmenu-txt2{
        font-size: 1.53vw;
        margin-top: 1.5vw;
    }

    .facial-menu-item2{
        font-size: 1.53vw;
    }

    .item2-inner, .item2-inner2{
        font-size: 1.25vw;
    }

    .item2-price1{
        font-size: 1.25vw;
        margin-top: 15.8vw;
        padding-left: 2vw; 
    }

    .item2-price{
        font-size: 1.25vw;
        margin-top: 7.2vw;
        padding-left: 2vw;
    }

    .facial-dl-container{
        margin-top: 2.8vw;
    }

    .item2-inner{
        margin-top: 3.7vw;
        padding-right: 2vw;
    }

    .item2-inner2{
        margin-top: 2.9vw;
        padding-right: 1.8vw;
    }

    .facialmenu{
        padding-bottom: 10vw;
    }
    
}
/*----------ATHER----------*/

.ather{
    padding-top: 14vw;
    padding-bottom: 5vw;
    background-image: url(../images/background5-sp.jpg);
    background-position: left -240px top 0;
    background-size: 250vw;
    box-sizing: border-box;
}

.ather-title{
    font-size: 6.4vw;
    text-align: center;
    
}

.ather-subtitle1, .ather-subtitle2, .ather-subtitle3, .ather-subtitle4{
    font-size: 4.3vw;
}

.ather-info1, .ather-info3{
    text-align: right;
}

.ather-info1, .ather-info3{
    margin-top: 23.8vw;
}

.ather-info1, .ather-info2, .ather-info3, .ather-info4{
    position: relative;
    z-index: 3;
}

.ather1-wrapper{
    margin-top: 6vw;
}

.ather-subtitle1{
    padding-right: 17vw;
}

.ather-txt1{
    display: inline-block;
    text-align: left;
    padding-right: 21.27vw;
    margin-top: 1.8vw;
}

.ather-img1{
    width: 52vw;
    position: relative;
    left: 37vw;
    bottom: 34vw;
    animation: scroll-anim linear;
    animation-timeline: view();
    animation-range: entry 10% entry 100%;
}
@keyframes scroll-anim{
    from{
        opacity: 0;
        scale: 0.7;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.ather2-wrapper{
    margin-top: -28vw;
}

.ather-subtitle2{
    padding-left: 16.2vw;
}

.ather-txt2{
    padding-left: 16.2vw;
    margin-top: 1.8vw;
}

.ather-img2{
    width: 50vw;
    position: relative;
    left: 7vw;
    bottom: 30vw;
    animation: scroll-anim linear;
    animation-timeline: view();
    animation-range: entry 10% entry 100%;
}
@keyframes scroll-anim{
    from{
        opacity: 0;
        scale: 0.7;
    }
    to{
        opacity: 1;
        scale: 1;
    }

}

.ather3-wrapper{
    margin-top: -50vw;
}

.ather-subtitle3{
    padding-right: 19.4vw;
}

.ather-txt3{
    padding-right: 17.27vw;
    margin-top: 1.8vw;
}

.ather-img3{
    width: 52vw;
    position: relative;
    left: 42vw;
    bottom: 36vw;
    animation: scroll-anim linear;
    animation-timeline: view();
    animation-range: entry 10% entry 100%;
}
@keyframes scroll-anim{
    from{
        opacity: 0;
        scale: 0.7;
    }
    to{
        opacity: 1;
        scale: 1;
    }

}

.ather-subtitle4{
    padding-left: 25.4vw;
}

.ather-txt4{
    padding-left: 19.51vw;
    margin-top: 1.8vw;
}

.ather-img4{
    width: 59vw;
    position: relative;
    left: 7vw;
    bottom: 39vw;
    animation: scroll-anim linear;
    animation-timeline: view();
    animation-range: entry 0 entry 100%;
}
@keyframes scroll-anim{
    from{
        opacity: 0;
        scale: 0.7;
    }
    to{
        opacity: 1;
        scale: 1;
    }

}

.ather4-wrapper{
    margin-top: -35vw;
}

.etc{
    font-size: 5.7vw;
    text-align: center;
    margin-top: -26vw;
}

.ather-endtxt{
    font-size: 4.2vw;
    margin-top: 10vw;
    text-align: center;
}

.home-wrapper{
    text-align: right;
    margin-top: 14.4vw;
    padding-right: 4vw;
}

.home{
    border-bottom: solid 1px;
}

/*----------ATHER / PC----------*/

@media screen and (min-width: 769px){

    .ather{
        background-image: url(../images/background7-pc2-2.jpg);
        background-position: left -362px top 0;
        background-size:160vw;
        padding-top: 7vw;
        padding-bottom: 9.8vw;
    }

    .ather-title{
        font-size: 2.2vw;
        position: relative;
        z-index: 3;
    }

    .ather-subtitle1, .ather-subtitle2, .ather-subtitle3, .ather-subtitle4{
        font-size: 1.54vw;
    }

    .ather-txt1, .ather-txt2, .ather-txt3, .ather-txt4{
        font-size:1.24vw;
        margin-top: 1.5vw;
    }

    .ather-img1{
        width: 22vw;
        position: relative;
        bottom: 14vw;
        left: 26vw;
        
    }

    .ather-img2{
        width: 22vw;
        position: relative;
        top: -13vw;
        left: 21vw;
    }

    .ather-img3{
        width: 22vw;
        position: relative;
        top: -14.5vw;
        left: 25.4vw;
    }

    .ather-img4{
        width: 22vw;
        position: relative;
        left: 32.2vw;
        top: -15.2vw;
    }

    .ather-info-wrapper1{
        display: flex;
    }

    .ather-info-wrapper2{
        display: flex;
    }

    .ather-info1{
        margin-top: 7vw;
        position: relative;
        left: 30.5vw;
    }

    .ather-info2{
        margin-top: 40vw;
        position: relative;
        left: 10.4vw;
    }

    .ather-info3{
        margin-top: 43vw;
        position: relative;
        left: 30vw;
    }

    .ather-info4{
        margin-top: 27vw;
        left: 14vw
    }

    .ather-subtitle1{
        padding-right: 19vw;
    }

    .ather-txt1{
        padding-left: 2vw;
        margin-top: 1vw;
    }

    .ather-txt2{
        padding-left: 16.5vw;
        margin-top: 1vw;
    }

    .ather-subtitle3{
        padding-right: 10.9vw;
    }

    .ather-txt3{
        padding-right: 10.6vw;
        margin-top: 1vw;
    }

    .ather-subtitle4{
        padding-left: 26vw;
    }

    .ather-txt4{
        padding-left: 24.51vw;
        margin-top: 1vw;
    }

    .etc{
        font-size: 2.2vw;
        margin-top:-9.2vw;
        padding-left: 2.5vw;
    }

    .ather-endtxt{
        font-size: 1.67vw;
        margin-top: 6.5vw;
    }

    .home, .home-wrapper{
        display: none;
    }
}

/*----------FOOTER----------*/

.footer-nav, .footer-fream1-pc, .footer-fream2-pc{
    display: none;
}

.icon{
    width: 6vw;
    position: relative;
    bottom: 7vw;
    right: 2vw;
    margin-right: 2vw;
}

.footer-logo{
    width: 27vw;
    margin: 0 auto;
}

.footer-fream1-sp{
    margin-top: 1vw;
    width: 48vw;
}

.footer-txt-container{
    text-align: center;
}

.address-title, .tel-title, .open-title, .horiday-title{
    color: #998661;
    font-size: 3.2vw;
    font-weight: 400;
}

.address-txt, .tel-txt, .open-txt, .horiday-txt{
    color: #998661;
    font-size: 3.2vw;
}

.address-container{
    display: flex;
    gap: 5vw;
    justify-content: center;
    margin-top: 3vw;
}

.address-ul, .address-text-ul{
    text-align: left;
}
.address-title, .address-txt{
    margin-bottom: 3.2vw;
}

.footer-txt{
    color: #998661;
    font-size: 3.2vw;
    margin-top: 3vw;
}

.contact-btn{
    color: #998661;
    font-size: 3.7vw;
    font-weight: 400;
    border-bottom: solid 2px #AD9463;
}

.contact-btn-txt{
    margin-top: 2.5vw;
}

.footer-fream2-sp{
    margin-top: 3.5vw;
    width: 76vw;
}

.copyright{
    color: #998661;
    font-size: 2.9vw;
    margin-top: 3.2vw;
}

.footer-inner{
    padding-bottom: 4vw;
    background-color: #FFFFFF;
    width: 86vw;
    border-top-right-radius: 42vw;
    border-top-left-radius: 42vw;
    margin: 0 auto;

}

.footer{
    background-image: url(../images/footer-back-ground-img-sp3.png);
    padding: 11vw 0 8.5vw 0;
    width: 100vw;
}

.footer-logo-pc{
    display: none;
}

.footer-logo-sp{
    width: 39vw;
    padding-top: 5%;
    margin-bottom: 5px; 
}

/*----------FOOTER / PC----------*/

@media screen and (min-width: 769px){
    
    .icon{
        width: 2.3vw;
        margin-right: 1.8vw;
        position: relative;
        bottom: 2vw;
    }

    .footer-logo{
        margin-top: 1.2vw;
    }


    .footer-logo-sp, .footer-fream1-sp, .footer-fream2-sp{
        display: none;
    }

    .footer-logo-pc, .footer-fream1-pc, .footer-fream2-pc{
        display: inline-block;.footer-fream1-pc;
    }

    .footer-fream1{
        height: 0;
        margin-top: -2.5vw;
    }

    .address-container{
        margin-top: 7.8vw;
        gap: 4vw;
    }

    .footer-fream1-pc{
        width: 27vw;
        position: relative;
        top: 3.5vw;
    }

    .footer-fream2-pc{
        width: 38vw;
        margin-top: 3vw;
    }

    .address-title{
        font-size: 1vw;
        margin-bottom: 1.8vw;
    }

    .address-txt{
        font-size: 1vw;
        margin-bottom: 1.8vw;
    }

    .footer-txt{
        font-size: 1vw;
        margin-top: 0.8vw;
    }

    .contact-btn{
        font-size: 1.25vw;
        
    }

    .contact-btn-txt{
        height: 2vw;
        margin-top: 2vw;
    }

    .copyright{
        font-size: 0.83vw;
        margin-top: 1.2vw;
    }

    .footer-inner{
        width: 45vw;
        border-top-right-radius: 36vw;
        border-top-left-radius: 36vw;
        padding-bottom: 2.4vw;
        margin: 0 0 0 auto;
        margin-right: 18.8vw;
        margin-top: -30.8vw;

    }

    .footer-logo-pc{
        width: 10.8vw;
        margin-top: 1vw;
        position: relative;
       
    }

    .icon-wrapper{
        height: 0;
        position: relative;
    }

    .footer{
        padding-bottom: 2vw;
        padding-top: 6vw;
        background-image: url(../images/footer-back-ground-img-pc2.png);
        background-position: left -110px top -170px;
        background-size: 130vw;
        height: 48.5vw;
    }

    .icon-wrapper{
        position: relative;
        top: 2vw;
        right: 13vw;
    }

    .footer-nav{
        display: inline-block;
        position: relative;
        top: 8vw;
        margin-left: 21.8vw;
    }

    .footer-nav-item{
        font-size: 1vw;
        height: 1.2vw;
        color: #000;
    }

    .footer-li{
        height: 1.2vw;
        margin-top: 2.4vw;

    }

}




