@charset "UTF-8";
/* =========================================
article header
============================================ */
.article__header{
    position: relative;
}

.article__header::after{
    content: '';
    background-image: url(..//images/main-shape.png);
    display: block;

    width: 100%;
    height: 100%;
    /* height: 35.2vw; */

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
 
    position: absolute;
    left: 0;
    top: 1px;
    
    /* left: 0;
    bottom: -1vw;
    z-index: 1; */
}

.mainVisual{
    position: relative;
}

.mainTopic{
    display: flex;
    overflow: hidden;

    position: absolute;
    z-index: 1;
    /* left: 20px; */
    left: 6%;
    /* top: 70%; */
    bottom: 21%;
}

.mainTopic__txt{
    color: var(--primary--white, #FFF);
    font-family: "Zen Old Mincho";
    font-size: 3.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.03em;

    margin: 0;

    opacity: 0;
    animation: textanimation 1s forwards;
}

.mainTopic__txt:nth-child(1){
    animation-delay: 0.2s;
}

.mainTopic__txt:nth-child(2){
    animation-delay: 0.4s;
}

.mainTopic__txt:nth-child(3){
    animation-delay: 0.6s;
}

.mainTopic__txt:nth-child(4){
    animation-delay: 0.8s;
}

.mainTopic__txt:nth-child(5){
    animation-delay: 1s;
}

.mainTopic__txt:nth-child(6){
    animation-delay: 1.2s;
}

.mainTopic__txt:nth-child(7){
    animation-delay: 1.4s;
}

@keyframes textanimation{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.mainVisual__decoration{
    position: absolute;
    right: 15.2%;
    top: 20.64%;

    animation:7s linear infinite rotation1;
    width: 36%;
}

@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
  }

.mainVisual__img{
    object-fit: cover;
    /* height: 100vh; */
    width: 100%;
}

/* article header pc */
@media screen and (min-width: 1025px) {
    .mainTopic{
        /* left: 35px; */
        left: 7%;
    }

    .mainTopic__txt{
        font-size: 3.8rem;
    }
}/* pc 1025px */

/* =========================================
Concept
============================================ */
.section--concept{
    padding: 25px var(--contentPadding, 5.3%) ;

    background-color: var(--primary-lightbrown, #E9E6E1);
}

.concept__topic{
    color: #311303;
    font-family: "Zen Old Mincho";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3em;
}

.concept__txt{
    font-size: 1.4rem;
    line-height: 2;
    display: block;
    margin-top: 20px;
}

.btn-concept{
    width: 300px;
    height: 48px;
    padding: 17px 0;
    display: block;
    border-radius: 30px;
    border: 1px solid #A9A092;
    color: var(--primary-black, #311303);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin: 40px auto;
}

/* Concept pc */
@media screen and (min-width: 1025px) {   
    .concept__txt{
        font-size: 1.6rem;
    }

    .btn-concept{
        font-size: 1.4rem;
        width: 302px;
        height: 50px;

        transition: 0.2s;
    }

    .btn-concept:hover{
        opacity: 0.6;
    }
}/* pc 1025px */

/* =========================================
Menu
============================================ */
.section--menu{
    padding: 0 var(--contentPadding, 5.3%);
}

.section--menu{
    background-image: url(..//images/menu-img1.jpg);
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* padding-top: 150px; */
    padding-top: 140px;
    /* padding-bottom: 200px; */
    padding-bottom: 160px;
}

.section--menu::before{
    content: '';
    background-image: url(..//images/menu-shape1.png);
    display: block;

    width: 100%;
    /* height: 100%; */
    height: 23.2vw;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;

    position: absolute;
    left: 0;
    /* top: 0; */
    top: -1px;

    /* z-index: 1; */
}

.section--menu::after{
    content: '';
    background-image: url(..//images/menu-shape2.png);
    display: block;

    width: 100%;
    /* height: 100%; */
    height: 23.2vw;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;

    position: absolute;
    left: 0;
    bottom: -1px;

    /* z-index: 1; */
}

.menu__topic{
    font-family: "Zen Old Mincho";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}

/* .menu__group{
    margin-top: 12px;
} */

.menu__list{
    padding-bottom: 25px;
    margin: 0 auto;
    border-bottom: 1px solid var(--primary-brown, #A9A092);
}

.menu__list.set{
    margin-top: 120px;
    margin-bottom: 50px;
}

.menu__ttl{
    color: var(--primary-brown, #A9A092);
    font-family: "Cormorant Garamond";
    font-size: 2.8rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15em;
    margin: 0 auto;
    border-bottom: 1px solid var(--primary-brown, #A9A092);
    padding-bottom: 8px;
}

.menu.single,
.menu.set{
    margin: 0 auto;
}

.menu__item{
    margin-top: 70px;
}

.menu__item:first-of-type{
    margin-top: 25px;
}

.menu__img{
    display: block;
    width: 100%;
    border-radius: 28vw;
}

.menu__contents{
    margin-top: 12px;
}

.menu__name{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.menu__genre{
    color: var(--primary--white,#FFF);
    font-family: "Cormorant Garamond";
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: center;
}

.menu__txt{
    font-size: 1.4rem;
    line-height: 1.7;
    display: block;
    margin-top: 20px;
}

.menu__price{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 15px;
}

.menu__separate{
    display: flex;
    gap: 20px;
}

.menu__separate-txt{
    display: flex;
}

.menu__gender{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 5px;
    align-content: flex-end;
}

.btn-menu{
    width: 335px;
    height: 62px;
    display: block;
    border-radius: 30px;
    border: 1px solid var(--primary-brown, #A9A092);
    padding: 24px 0;
    background-color: var(--primary--white, #fff);
    color: var(--primary-black, #311303);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;

    margin: 0 auto;

    position: relative;
    z-index: 1;
}

.btn__txt{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
    
.btn__subtxt{
    color: #5A5650;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

/* Menu pc */
@media screen and (min-width: 1025px) {
    .menu__topic{
        font-size: 1.7rem;
    }

    .menu__ttl{
        font-size: 3rem;
    }

    .menu__name{
        font-size: 2rem;
    }

    .menu__genre{
        font-size: 1.6rem;
    }

    .menu__txt{
        font-size: 1.6rem;
    }

    .menu__price{
        font-size: 2rem;
    }

    .menu__gender{
        font-size: 1.6rem;
    }

    .btn-menu{
        font-size: 1.6rem; 

        transition: 0.2s;
    }

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

    .btn__subtxt{
        font-size: 1.4rem;
    }
}/* pc 1025px */
 
/* =========================================
Staff
============================================ */
.section--staff{
    position: relative;
    padding: 80px 0 150px;
    background-color: var(--primary-lightbrown, #E9E6E1);
}

.section__topic.staff{
    padding-left: 20px;
}

.staff__img{
    width: 100%;
}

.staff__item{
    padding-right: 30px;
    width: 46vw;
}

.staff__list{
    padding-top: 20px;
}

.staff__name{
    color: var(--primary--white,#fff);
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1em;
}

.staff__txt{
    margin-top: 10px;
}

.staff__ttl{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.staff__menu{
    font-size: 1.4rem;
    line-height: normal;
    display: block;
    margin-top: 3px;
}

.staff__instructor{
    color: var(--primary--darkbrown, #696050);
    font-family: "Zen Old Mincho";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    padding-left: 8px;
}

/* staff slider */
.slick-prev:before, .slick-next:before{
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-prev:before{
    content: url(..//images/staff-arrow_left-white.svg);
}
.slick-next:before{
    content: url(..//images/staff-arrow_right-white.svg);
}

.slick-prev, .slick-next {
    z-index: 1;
    width: 40px;
    height: 71px;
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

/* Staff pc */
@media screen and (min-width: 1025px) {
    .staff__name{
        font-size: 2.6rem;
    }
    .staff__ttl{
        font-size: 1.6rem;
    }
    
    .staff__menu{
        font-size: 1.6rem;
    }
}/* pc 1025px */

/* =========================================
Products
============================================ */
.section--products{
    padding: 80px 0 110px;
    /* padding: 75px 38px 0; */
    background-color: var(--primary-brown, #A9A092);

    position: relative;
}

.section__topic.white.products{
    margin-left: 20px;
}

.products__group{
    padding: 0 15.2%;
    margin-top: 50px;
}

.products__name{
    color: var(--primary--white, #fff);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;

    position: absolute;
    
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;

    text-wrap: nowrap;

    text-shadow: 0px 4px 4px #000;
}

.products__txt{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    text-align: center;

    margin-top: 15px;
}

.products__txt:first-of-type{
    margin-bottom: 50px;
}

.btn-products{
    width: 300px;
    height: 48px;
    padding: 17px 0;
    display: block;
    border-radius: 30px;
    border: 1px solid #E9E6E1;
    color: var(--primary-black, #311303);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin: 50px auto;

    position: relative;
    z-index: 1;
}

.section--products::after{
    content: '';
    background-image: url(..//images/products-shape.png);
    display: block;

    width: 100%;
    /* height: 100%; */
    height: 23.2vw;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;

    position: absolute;
    left: 0;
    bottom: -1px;

    /* z-index: 1; */
}


/* products slider-3 */
.slider-3{
    position:relative;
    /* 表示するスライダーの高さを設定 */
    height: 87.2vw;
    margin:0 auto;
    padding:0 auto;
    text-align: center;
}

.slider-3__list{
    margin:0;
    padding:0;
    list-style:none;
}

.products__img{
    /* スライドさせる画像の幅を設定 */
    /* width:80%; */
    margin:0 auto;
    padding:0 auto;

    display: block;
    width: 100%;
    border-radius: 80px;
}

.slider-3__item{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    animation-iteration-count:infinite;
    /* アニメーションの周期は21秒 */
    animation-duration:21s;
}


.slider-3__item:nth-child(1){
    animation-name:slider-3;
    /* 1秒前からスタート */
    animation-delay:-1s;
}

.slider-3__item:nth-child(2){
    animation-name:slider-3;
    /* 6秒後（7秒-1秒）からスタート */
    animation-delay:6s;
    opacity:0;
}

.slider-3__item:nth-child(3){
    animation-name:slider-3;
    /* 13秒後（14秒-1秒）からスタート */
    animation-delay:13s;
    opacity:0;
}


@keyframes slider-3{
    /* 非表示（不透明度0%）状態からフェードインを始める  */
    0%{
        opacity:0;
    }
    /* ここまでにフェードインを完了し、完全表示（不透明度100%）にする */
    4.76%{
        opacity:1;
    }
    /* ここまで完全表示（不透明度100%）の状態を維持したらフェードアウトを始める */
    33.33%{
        opacity:1;
    }
    /* ここまでにフェードアウトを完了し、非表示（不透明度0%）にする */
    42.85%{
        opacity:0;
    }
    /* 非表示（不透明度0%）状態を維持したまま終わる */
      100%{
        opacity:0;
    } 
}


/* products slider-4 */
.slider-4{
    position:relative;
    /* 表示するスライダーの高さを設定 */
    height: 87.2vw;
    margin:0 auto;
    padding:0 auto;
    text-align: center;
}

.slider-4__list{
    margin:0;
    padding:0;
    list-style:none;
}

.products__img{
    /* スライドさせる画像の幅を設定 */
    /* width:80%; */
    margin:0 auto;
    padding:0 auto;

    display: block;
    width: 100%;
    border-radius: 80px;
}

.slider-4__item{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    animation-iteration-count:infinite;
    /* アニメーションの周期は21秒 */
    animation-duration:28s;
}


.slider-4__item:nth-child(1){
    animation-name:slider-4;
    /* 1秒前からスタート */
    animation-delay:-1s;
}

.slider-4__item:nth-child(2){
    animation-name:slider-4;
    /* 6秒後（7秒-1秒）からスタート */
    animation-delay:6s;
    opacity:0;
}

.slider-4__item:nth-child(3){
    animation-name:slider-4;
    /* 13秒後（14秒-1秒）からスタート */
    animation-delay:13s;
    opacity:0;
}

.slider-4__item:nth-child(4){
    animation-name:slider-4;
    /* 20秒後（21秒-1秒）からスタート */
    animation-delay:20s;
    opacity:0;
}


@keyframes slider-4{
    /* 非表示（不透明度0%）状態からフェードインを始める  */
    0%{
        opacity:0;
    }
    /* ここまでにフェードインを完了し、完全表示（不透明度100%）にする */
    3.57%{
        opacity:1;
    }
    /* ここまで完全表示（不透明度100%）の状態を維持したらフェードアウトを始める */
    25%{
        opacity:1;
    }

    32.14%{
        opacity: 1;
    }

    /* ここまでにフェードアウトを完了し、非表示（不透明度0%）にする */
    39.28%{
        opacity:0;
    }
    /* 非表示（不透明度0%）状態を維持したまま終わる */
      100%{
        opacity:0;
    } 
}

/* Products pc */
@media screen and (min-width: 544px) {
    .slider-3{
        height: 480px;
    }
}/* pc 544px */

@media screen and (min-width: 544px) {
    .slider-4{
        height: 480px;
    }
}/* pc 544px */

@media screen and (min-width: 1025px) {
    .products__name{
        font-size: 2rem;
    }

    .btn-products{
        font-size: 1.4rem;
        width: 302px;
        height: 50px;

        transition: 0.2s;
    }

    .btn-products:hover{
        opacity: 0.6;
    }
}/* pc 1025px */

/* =========================================
Salon
============================================ */
.section--salon{
    padding: 80px var(--contentPadding, 5.3%);

    background-color: var(--primary-lightbrown, #E9E6E1);
}

.salon__img{
    display: block;
    width: 100%;
    border-radius: 50px;
}

.salon__data{
    margin-top: 12px;
}

.salon__name{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1em;
}

.salon__txt{
    font-size: 1.4rem;
    display: block;
    margin-top: 20px;
}

.salon__access{
    margin-top: 28px;
}

.address{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.salon__link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    gap: 25px;
    padding-bottom: 15px;

    /* border-bottom: 1px solid var(--primary-brown, #A9A092); */
}

.link__group{
    display: flex;
}

.link__txt{
    color: var(--primary-brown, #A9A092);
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;

    text-decoration-line: underline;
}

/* slon slider */
.slider{
    position: relative;
    /* height: 66.6vw; */
    /* height: 500px; */

    width: 100%;
    aspect-ratio: 335 / 250;

    /* margin: 0 auto; */
    margin-top: 70px;
    text-align: center;
}

.slider:first-of-type{
    margin-top: 50px;
}

.slider__list{
    margin: 0;
    padding: 0;
    list-style: none;

    /* width: 100%; */
    /* aspect-ratio: 335 / 250; */
}

.slider__item{
    /* width: 100%;
    height: 100%; */
    /* display: inline-block; */
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 14s;
}

.slider__item:nth-child(1){
    animation-name: slider;
    animation-delay: -2s;
}

.slider__item:nth-child(2){
    animation-name: slider;
    animation-delay: 5s;
    opacity: 0;
}

@keyframes slider{
    0%{
        opacity: 0;
    }
    14.28%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    64.28%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

/* Salon pc */
@media screen and (min-width: 544px) {
    .slider{
        /* height: 33.6vw; */
        /* height: 375px; */
        height: 360px;
    }
}

@media screen and (min-width: 1025px) {
    .salon__name{
        font-size: 1.8rem;
    } 
    
    .salon__txt{
        font-size: 1.6rem;
    }

    .address{
        font-size: 1.4rem;
    }

    .link__txt{
        font-size: 1.6rem;
    }
}/* pc 1025px */