*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-size:100%;vertical-align:baseline}header,footer,nav,section,article,main,aside,figure,figcaption{display:block}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration:none}button{margin:0;padding:0;border:none;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,0);cursor:pointer;font:inherit}input,select,textarea{font:inherit;color:inherit;vertical-align:top}figure,figcaption{margin:0;padding:0;border:0}body{color:#000;font-family:"M PLUS 2",sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none;cursor:pointer;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}a:hover{text-decoration:none}img{max-width:100%;height:auto;vertical-align:middle}button{color:inherit;background-color:rgba(0,0,0,0);border:none;cursor:pointer}[x-apple-data-detectors],[data-address]{-webkit-text-decoration:none !important;text-decoration:none !important;pointer-events:none !important}.l-header{position:fixed;top:0px;right:0px;width:50px;height:100vh;z-index:200;background-color:rgba(0,0,0,0)}@media(min-width: 960px){.l-header{width:60px}}.l-header__inner{padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;height:100%}@media(min-width: 960px){.l-header__inner{padding-right:12px}}.l-header__drawer{margin-top:-5px}.l-header__cta{margin-top:auto;padding-bottom:200px}.l-cta__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.l-cta__link{position:relative}.l-cta__link img{width:32px;height:32px}.l-cta__link::before{position:absolute;content:"";top:60%;left:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(../img/cta_icon-hover--reserve.png) no-repeat center center/contain;width:150px;height:32px;z-index:1;-webkit-transition:left .3s ease 0s;transition:left .3s ease 0s}.l-cta__link:hover::before{left:-90px}.l-cta__link.--barber::before{background:url(../img/cta_icon-hover--barber.png) no-repeat center center/contain}.l-cta__link.--salon::before{background:url(../img/cta_icon-hover--salon.png) no-repeat center center/contain}.l-footer{padding-top:10px}.l-footer__wrapper{text-align:center}.l-footer__logo{display:inline-block;text-align:center}.l-footer__copyright{padding-top:20px;padding-bottom:20px;display:block;color:#fff;font-size:10px;text-align:center;background-color:#7ab780}.c-inner{padding-left:30px;padding-right:30px}@media(min-width: 768px){.c-inner{padding-left:50px;padding-right:50px;margin-left:auto;margin-right:auto;max-width:600px}}@media(min-width: 960px){.c-inner{padding-left:60px;padding-right:60px;margin-left:auto;margin-right:auto;max-width:1025px}}.c-section__title{display:inline-block;font-size:20px;padding:7px 50px;border:3px solid rgba(200,160,49,.3);border-radius:30px}.c-button{display:inline-block;padding:15px 70px;min-width:315px;font-size:20px;text-align:center;text-decoration:none;line-height:1.5;cursor:pointer;-webkit-transition-duration:.4s;transition-duration:.4s;overflow:hidden;position:relative;z-index:2}.c-button::after{border-radius:50%;content:"";display:block;margin:auto;opacity:0;pointer-events:none;position:absolute;top:50%;left:0;right:0;width:100%;padding-top:100%;height:0px;z-index:-1;-webkit-transform:translateY(-50%) scale(0.1);transform:translateY(-50%) scale(0.1);-webkit-transition:opacity .8s,-webkit-transform .8s;transition:opacity .8s,-webkit-transform .8s;transition:opacity .8s,transform .8s;transition:opacity .8s,transform .8s,-webkit-transform .8s;-webkit-transition-delay:0s,.4s;transition-delay:0s,.4s}.c-button:hover::after{opacity:1;-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1);-webkit-transition:opacity .8s,-webkit-transform .6s ease-out;transition:opacity .8s,-webkit-transform .6s ease-out;transition:opacity .8s,transform .6s ease-out;transition:opacity .8s,transform .6s ease-out,-webkit-transform .6s ease-out;-webkit-transition-delay:0s;transition-delay:0s}.c-button--square{color:#7ab780;border:2px solid #7ab780;background-color:#fff}.c-button--square::after{background:#7ab780}.c-button--square:hover{color:#fff}.c-button--rounded{color:#fff;border:2px solid #7ab780;background-color:#7ab780;border-radius:50px}.c-button--rounded::after{background:#fff}.c-button--rounded:hover{color:#7ab780}.c-drawer-icon{margin-top:20px;width:30px;height:30px;border:none;position:relative;z-index:100;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.c-drawer-icon:hover{opacity:.7}.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1){top:5px;-webkit-transform:rotate(15deg);transform:rotate(15deg)}.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2){top:5px;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.c-drawer-icon.is-checked .c-drawer-icon__text:nth-of-type(1){display:none}.c-drawer-icon.is-checked .c-drawer-icon__text:nth-of-type(2){display:block}.c-drawer-icon__bar{position:absolute;top:0px;left:0px;width:30px;height:2px;border-radius:5px;background:#c8a031;-webkit-transition:top .3s ease 0s,-webkit-transform .3s ease 0s;transition:top .3s ease 0s,-webkit-transform .3s ease 0s;transition:transform .3s ease 0s,top .3s ease 0s;transition:transform .3s ease 0s,top .3s ease 0s,-webkit-transform .3s ease 0s}.c-drawer-icon__bar:nth-of-type(1){top:0px}.c-drawer-icon__bar:nth-of-type(2){top:9px}.c-drawer-icon__text{position:absolute;top:9px;left:0px;width:30px;height:10px;color:#c8a031;font-size:12px}.c-drawer-icon__text:nth-of-type(1){display:block}.c-drawer-icon__text:nth-of-type(2){display:none}.c-drawer-content{padding-top:100px;padding-bottom:80px;padding-left:30px;padding-right:30px;position:fixed;width:100%;height:100%;overflow:auto;top:0;right:0;background:#fff;text-align:center;z-index:99;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .7s ease 0s;transition:-webkit-transform .7s ease 0s;transition:transform .7s ease 0s;transition:transform .7s ease 0s, -webkit-transform .7s ease 0s}@media(min-width: 960px){.c-drawer-content{padding-top:60px;width:570px}}.c-drawer-content.is-checked{-webkit-transform:translateX(0%);transform:translateX(0%)}@media(min-width: 768px){.c-drawer-content__wrapper{margin-left:auto;margin-right:auto;max-width:600px}}.c-drawer-content__list{margin-top:80px;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 1fr);grid-column-gap:0px;grid-row-gap:30px}.c-drawer-content__link{display:block;font-size:20px;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.c-drawer-content__link:hover{opacity:.7}.c-drawer-background{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:98}.c-drawer-background.is-checked{display:block}.c-drawer-content__logo{position:relative}.c-drawer-content__logo::before{position:absolute;content:"";top:-60px;left:-35px;background:url(../img/drawer_deco01.png) no-repeat center center/contain;width:180px;height:180px;z-index:-1}@media(min-width: 768px){.c-drawer-content__logo::before{top:-60px;left:70px}}@media(min-width: 960px){.c-drawer-content__logo::before{top:-60px;left:30px}}.c-drawer-content__logo::after{position:absolute;content:"";top:70px;right:-20px;background:url(../img/drawer_deco02.png) no-repeat center center/contain;width:130px;height:130px;z-index:-1}@media(min-width: 768px){.c-drawer-content__logo::after{top:70px;right:70px}}@media(min-width: 960px){.c-drawer-content__logo::after{top:70px;right:60px}}.c-drawer-content__logo img{width:120px;height:131px}.c-drawer__description{margin-top:30px;font-size:16px}.c-drawer__sns-list{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-drawer__sns-item{margin-bottom:15px;padding-bottom:2px;border-bottom:1px dashed #7ab780}.c-drawer__sns-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:210px;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.c-drawer__sns-link:hover{opacity:.7}.c-drawer__sns-icon img{width:25px;height:25px}.c-drawer__sns-account{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#7ab780}.c-drawer__button{margin-top:30px}.fade-fast{-webkit-animation-name:fade-in-fast;animation-name:fade-in-fast;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes fade-in-fast{from{opacity:0}to{opacity:1}}@keyframes fade-in-fast{from{opacity:0}to{opacity:1}}.fade-middle{-webkit-animation-name:fade-in-middle;animation-name:fade-in-middle;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes fade-in-middle{from{opacity:0}to{opacity:1}}@keyframes fade-in-middle{from{opacity:0}to{opacity:1}}.fade-slow{-webkit-animation-name:fade-in-slow;animation-name:fade-in-slow;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes fade-in-slow{from{opacity:0}to{opacity:1}}@keyframes fade-in-slow{from{opacity:0}to{opacity:1}}.fade-up{-webkit-animation-name:fade-in-up;animation-name:fade-in-up;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes fade-in-up{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-up{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.p-fv{margin-bottom:100px}@media(min-width: 960px){.p-fv{margin-bottom:-25px}}.p-fv__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:88px}@media(min-width: 960px){.p-fv__wrapper{gap:0px;margin-left:auto;margin-right:auto;max-width:905px}}.p-fv__head-desktop{display:none}@media(min-width: 960px){.p-fv__head-desktop{display:block}}.p-fv__cta-block{padding-top:15px;padding-bottom:20px;padding-right:49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:50px}.p-fv__cta{padding-left:35px;color:#c8a031;font-size:16px;cursor:pointer;position:relative;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-fv__cta:hover{opacity:.7}.p-fv__cta::before{position:absolute;content:"";top:50%;left:0px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px;height:25px;z-index:1}.p-fv__cta.--reserve::before{background:url(../img/fv_icon-reserve.png) no-repeat center center/contain}.p-fv__cta.--phone::before{background:url(../img/fv_icon-phone.png) no-repeat center center/contain}@media(min-width: 960px){.p-fv__image{display:none}}.p-fv__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.p-fv__body{padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 960px){.p-fv__body{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0px}}.p-fv__slider{display:none}@media(min-width: 960px){.p-fv__slider{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:block;height:600px;overflow:hidden;position:relative;border-radius:300px 0 0 300px}}.p-fv__slide{position:absolute;content:"";top:0px;right:0px;display:block;width:600px;height:600px;opacity:0;-webkit-animation:fv-slider 30s linear infinite;animation:fv-slider 30s linear infinite}.p-fv__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.p-fv__slide:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.p-fv__slide:nth-child(2){-webkit-animation-delay:5s;animation-delay:5s}.p-fv__slide:nth-child(3){-webkit-animation-delay:10s;animation-delay:10s}.p-fv__slide:nth-child(4){-webkit-animation-delay:15s;animation-delay:15s}.p-fv__slide:nth-child(5){-webkit-animation-delay:20s;animation-delay:20s}.p-fv__slide:nth-child(6){-webkit-animation-delay:25s;animation-delay:25s}@-webkit-keyframes fv-slider{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}3.33%{opacity:1}16.66%{opacity:1}19.99%{opacity:0;-webkit-transform:scale(1.05);transform:scale(1.05)}100%{opacity:0}}@keyframes fv-slider{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}3.33%{opacity:1}16.66%{opacity:1}19.99%{opacity:0;-webkit-transform:scale(1.05);transform:scale(1.05)}100%{opacity:0}}.p-fv__fade-in{text-align:center;position:relative}@media(min-width: 960px){.p-fv__fade-in{padding-left:40px;width:305px}}.p-fv__logo{opacity:0;position:absolute;content:"";top:-30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:auto;z-index:1}@media(min-width: 960px){.p-fv__logo{top:-103px}}.p-fv__logo img{width:100px;height:109.6px}@media(min-width: 960px){.p-fv__logo img{width:125px;height:137px}}.p-fv__heading{margin-top:23px;font-size:16px;opacity:0;position:absolute;content:"";top:80px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:auto;z-index:1}@media(min-width: 960px){.p-fv__heading{top:30px}}.p-fv__heading p{margin-bottom:1px}.p-fv__decoration--01{margin-left:auto;margin-right:auto;width:1px;background-color:#fff;position:relative;opacity:0}.p-fv__decoration--01::before{position:absolute;content:"";top:-142px;left:-120px;background:url(../img/fv_deco01.png) no-repeat center center/contain;width:111px;height:112px;z-index:1}@media(min-width: 960px){.p-fv__decoration--01::before{top:-271px;left:-172px;width:155px;height:155px;z-index:-1}}.p-fv__decoration--01::after{position:absolute;content:"";top:100px;left:-270px;background:url(../img/fv_deco02.png) no-repeat center center/contain;width:235px;height:233px;z-index:-1}@media(min-width: 960px){.p-fv__decoration--01::after{top:26px;left:-330px;width:300px;height:300px}}.p-fv__decoration--02{margin-left:auto;margin-right:auto;width:1px;background-color:#fff;position:relative;opacity:0}.p-fv__decoration--02::before{position:absolute;content:"";top:120px;left:84px;background:url(../img/fv_deco03.png) no-repeat center center/contain;width:82px;height:84px;z-index:-1}@media(min-width: 960px){.p-fv__decoration--02::before{top:94px;left:108px;width:115px;height:115px;z-index:1}}.p-fv__scroll-down{position:absolute;content:"";top:160px;z-index:1;display:inline-block;margin-top:50px;margin-left:auto;margin-right:auto;width:50px;height:50px;border:1px solid #000;border-radius:50%;position:relative}@media(min-width: 960px){.p-fv__scroll-down{top:30px}}.p-fv__scroll-down span{position:absolute;top:33%;left:0;right:0;width:10px;height:10px;margin:auto;border-bottom:1px solid #000;border-left:1px solid #000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.p-fv__scroll-down::before{position:absolute;content:"";top:-1px;left:-1px;right:0;width:50px;height:50px;border-radius:50%;-webkit-box-shadow:0 0 0 0 rgba(122,183,128,.5);box-shadow:0 0 0 0 rgba(122,183,128,.5);opacity:0;-webkit-animation:scroll-down 2s infinite;animation:scroll-down 2s infinite}@-webkit-keyframes scroll-down{0%{opacity:0}30%{opacity:1}60%{opacity:0;-webkit-box-shadow:0 0 0 20px rgba(122,183,128,.5);box-shadow:0 0 0 20px rgba(122,183,128,.5)}100%{opacity:0}}@keyframes scroll-down{0%{opacity:0}30%{opacity:1}60%{opacity:0;-webkit-box-shadow:0 0 0 20px rgba(122,183,128,.5);box-shadow:0 0 0 20px rgba(122,183,128,.5)}100%{opacity:0}}.p-qa{padding-top:50px;padding-bottom:50px}.p-qa__title{font-size:28px;text-align:center}@media(min-width: 960px){.p-qa__title{font-size:32px}}.p-qa__wrapper{opacity:0}@media(min-width: 960px){.p-qa__wrapper{margin-left:auto;margin-right:auto;max-width:600px}}summary{display:block}summary::-webkit-details-marker{display:none}.p-accordion__list{margin-top:34px;border-top:1px solid #000}.p-accordion__item{border-bottom:1px solid #000}.p-accordion__head{padding-top:24px;padding-bottom:28px;padding-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;position:relative}.p-accordion__question-text{font-size:16px;line-height:1.5}.p-accordion__icon{position:absolute;width:25px;height:25px;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-accordion__icon-bar1{position:absolute;width:25px;height:2px;top:48%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#000;border-radius:5px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.p-accordion__icon-bar2{position:absolute;width:2px;height:25px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;background:#000;border-radius:5px}.p-accordion__body{overflow:hidden}.p-accordion__body-wrapper{margin-bottom:24px;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:#c9d9a8}.p-accordion__answer-text{color:#000}details.is-opened .p-accordion__icon-bar1{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:1px}details.is-opened .p-accordion__icon-bar2{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:12px}.p-cta{padding-top:50px}.p-cta__wrapper{width:100%;position:relative}.p-cta__background img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width: 960px){.p-cta__background img{height:360px}}.p-cta__list{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 960px){.p-cta__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.p-cta__item{padding-top:20px;padding-bottom:25px;margin-left:auto;margin-right:auto;min-width:315px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-cta__item:hover{opacity:.7}@media(min-width: 960px){.p-cta__item{padding-top:40px;padding-bottom:40px;min-width:412px}}.p-cta__item.--phone{background:rgba(255,255,255,.7)}.p-cta__item.--sns{background:rgba(255,237,187,.7)}.p-cta__icon img{width:30px;height:30px}@media(min-width: 960px){.p-cta__icon img{width:50px;height:50px}}.p-cta__text{color:#73612e;font-size:22px}@media(min-width: 960px){.p-cta__text{font-size:24px}}.p-news{-webkit-appearance:none;margin-top:250px;text-align:center}@media(min-width: 960px){.p-news{margin-top:150px}}.p-news__inner{margin-inline:auto;max-width:600px !important}.p-news__title{font-size:28px}@media(min-width: 960px){.p-news__title{font-size:32px}}.p-news__text{margin-top:24px;font-size:16px;line-height:2;text-align:left}@media(min-width: 768px){.p-news__text{text-align:center}}.p-about{padding-top:156px;padding-bottom:80px}.p-about__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:82px;opacity:0}@media(min-width: 960px){.p-about__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:27px}}.p-about__body{position:relative}.p-about__body::before{position:absolute;content:"";bottom:-50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:200px;height:200px;background:url(../img/about_deco02.png) no-repeat center center/contain;z-index:-1}.p-about__title{margin-bottom:121px;font-size:28px;position:relative}@media(min-width: 960px){.p-about__title{font-size:32px}}.p-about__title::before{position:absolute;content:"";top:50%;left:150px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px;height:20px;background:url(../img/about_deco01.png) no-repeat center center/contain}@media(min-width: 960px){.p-about__title::before{left:180px}}.p-about__concept{margin-bottom:24px;font-size:16px;line-height:2}@media(min-width: 960px){.p-about__concept{padding-right:90px}}.p-about__image{width:100vw;margin:0 calc(50% - 50vw);text-align:center}@media(min-width: 960px){.p-about__image{width:450px;margin:0}}.p-about__image img{width:100%;max-width:375px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.p-about__image img{max-width:500px;height:400px}}@media(min-width: 960px){.p-about__image img{max-width:450px;height:auto}}.p-commit{padding-top:32px;overflow:hidden}.p-commit__title{display:block;font-size:28px;text-align:center;position:relative}@media(min-width: 960px){.p-commit__title{font-size:32px}}.p-commit__title::before{position:absolute;content:"";top:-3px;right:calc(50% + 110px);width:25px;height:25px;background:url(../img/commit_deco01.png) no-repeat center center/contain}@media(min-width: 768px){.p-commit__title::before{right:calc(50% + 110px)}}@media(min-width: 960px){.p-commit__title::before{right:calc(50% + 140px)}}.p-commit__title::after{position:absolute;content:"";top:22px;left:calc(50% + 110px);width:25px;height:25px;background:url(../img/commit_deco01.png) no-repeat center center/contain}@media(min-width: 768px){.p-commit__title::after{left:calc(50% + 110px)}}@media(min-width: 960px){.p-commit__title::after{left:calc(50% + 140px)}}.p-commit__wrapper{margin-top:62px;opacity:0}.p-commit__block{margin-bottom:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 960px){.p-commit__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:30px}}@media(min-width: 960px){.p-commit__block.--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.p-commit__image{width:100vw;margin:0 calc(50% - 50vw);text-align:center}@media(min-width: 960px){.p-commit__image{width:470px;margin:0}}.p-commit__image img{width:100%;max-width:375px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.p-commit__image img{max-width:500px;height:400px}}@media(min-width: 960px){.p-commit__image img{max-width:470px}}.p-commit__body{margin-top:50px}@media(min-width: 960px){.p-commit__body{margin-top:0px}}.p-commit__heading{font-size:22px;line-height:2}@media(min-width: 960px){.p-commit__heading{font-size:24px}}.p-commit__heading:last-of-type{margin-bottom:30px}.--botanical{position:relative}.--botanical::before{position:absolute;content:"";top:-50px;left:170px;width:300px;height:300px;background:url(../img/commit_deco02.png) no-repeat center center/contain;z-index:-1}@media(min-width: 768px){.--botanical::before{left:300px}}.--kids{position:relative}.--kids::before{position:absolute;content:"";top:-60px;left:180px;width:300px;height:300px;background:url(../img/commit_deco03.png) no-repeat center center/contain;z-index:-1}@media(min-width: 768px){.--kids::before{left:350px}}@media(min-width: 960px){.--kids::before{left:210px}}.p-commit__description{margin-bottom:10px;font-size:16px;line-height:1.5}.p-access{padding-top:112px;padding-bottom:50px;overflow:hidden}.p-access__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;opacity:0}@media(min-width: 960px){.p-access__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:50px}}@media(min-width: 960px){.p-access__head{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.p-access__logo{position:relative}@media(min-width: 768px){.p-access__logo{text-align:center}}@media(min-width: 960px){.p-access__logo{text-align:left}}.p-access__logo::before{position:absolute;content:"";top:0px;left:150px;width:276px;height:276px;background:url(../img/access_deco01.png) no-repeat center center/contain;z-index:-1}@media(min-width: 768px){.p-access__logo::before{top:0px;left:340px}}@media(min-width: 960px){.p-access__logo::before{top:0px;left:200px}}.p-access__logo::after{position:absolute;content:"";top:200px;left:280px;width:127px;height:127px;background:url(../img/access_deco02.png) no-repeat center center/contain;z-index:-1}@media(min-width: 768px){.p-access__logo::after{top:200px;left:520px}}@media(min-width: 960px){.p-access__logo::after{top:200px;left:360px}}.p-access__logo img{width:125px;height:137px}.p-access__address{margin-top:47px;font-style:normal}.p-access__address span{font-size:14px}.p-access__info{margin-top:10px}.p-access__info-block{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.p-access__info-head{width:80px;-ms-flex-negative:0;flex-shrink:0}.p-access__info-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}.p-access__info-date{width:60px}.p-access__info-note{font-size:12px}.p-access__info-body{text-decoration:none;-webkit-text-decoration:none;-webkit-touch-callout:none}.p-access__body{width:100vw;margin:0 calc(50% - 50vw);text-align:center}@media(min-width: 960px){.p-access__body{width:412px;margin:0}}@media(min-width: 960px){.iframe-wrap{text-align:left}}.iframe-wrap iframe{width:100%;max-width:375px;height:auto;aspect-ratio:375/375;vertical-align:bottom}@media(min-width: 960px){.iframe-wrap iframe{max-width:412px;aspect-ratio:412/412}}.p-service{position:relative}.p-service__title{text-align:center}@media(min-width: 960px){.p-service__title--mobile{display:none}}.p-service__title--desktop{display:none}@media(min-width: 960px){.p-service__title--desktop{display:block;position:absolute;content:"";top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;z-index:2}}.p-service__wrapper{margin-top:35px;opacity:0}@media(min-width: 960px){.p-service__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.p-service__select{position:sticky;top:0;z-index:10;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 960px){.p-service__select{display:none}}.p-service__tab{padding-top:20px;padding-bottom:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.p-service__tab span{padding-top:16px;display:block;width:100%;height:90%;border-bottom:3px solid rgba(0,0,0,0);-webkit-transition:border-color .5s ease 0s;transition:border-color .5s ease 0s}.p-service__tab.--barber{text-align:right}.p-service__tab.is-active .p-service__tab-head{color:#000}.p-service__tab.is-active .p-service__tab-head::before{opacity:1}.p-service__tab.is-active span{border-color:#c8a031}.p-service__tab-head{display:inline-block;color:#979797;width:95px;position:relative}.p-service__tab-head::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:url(../img/service_icon-tab.png) no-repeat center center/contain;width:60px;height:60px;z-index:-1;opacity:0;-webkit-transition:opacity .5s ease 0s;transition:opacity .5s ease 0s}.p-service__tab-head:hover::before{opacity:1}.p-service__tab-head.--barber{padding-right:30px}.p-service__tab-head.--salon{padding-left:17px}.p-service__item{padding-top:80px;padding-bottom:80px;padding-left:30px;padding-right:30px;display:none}@media(min-width: 960px){.p-service__item{padding-top:180px;padding-left:50px;padding-right:50px;display:block;-ms-flex-preferred-size:50%;flex-basis:50%}}.p-service__item.--barber{background:rgba(200,160,49,.3)}.p-service__item.is-active{display:block;-webkit-animation:fade 2s ease;animation:fade 2s ease}@-webkit-keyframes fade{from{opacity:0}to{opacity:1}}@keyframes fade{from{opacity:0}to{opacity:1}}@media(min-width: 768px){.p-service__item-wrapper{margin-left:auto;margin-right:auto;max-width:500px}}@media(min-width: 960px){.p-service__item-wrapper{max-width:400px}.p-service__item-wrapper.--barber{margin-right:0px}.p-service__item-wrapper.--salon{margin-left:0px}}.p-service__heading--sub{font-size:14px}.p-service__heading--main{font-size:22px}@media(min-width: 960px){.p-service__heading--main{font-size:24px}}.p-service__image{margin-top:38px}@media(min-width: 960px){.p-service__image{max-width:400px}}.p-service__description{margin-top:30px;font-size:16px}@media(min-width: 960px){.p-service__description{max-width:400px}}.p-service__button{margin-top:50px;text-align:center}@media(min-width: 960px){.p-service__button{max-width:400px;text-align:right}}.p-menu-modal{position:fixed;inset:0;margin:auto;width:100%;max-width:calc(100% - 14px);max-height:calc(100% - 40px);overflow:auto;overscroll-behavior-y:none;z-index:10;padding-top:25px;padding-bottom:25px;padding-left:13px;padding-right:13px;border-radius:30px;background:#fff;border:none;outline:2px dashed #7ab780}@media(min-width: 768px){.p-menu-modal{max-width:600px}}@media(min-width: 960px){.p-menu-modal{max-width:980px;padding-top:35px;padding-bottom:50px;padding-left:70px;padding-right:30px}}.p-menu-modal::-ms-backdrop{opacity:.2;background:#000}.p-menu-modal::backdrop{opacity:.2;background:#000}.p-menu-modal__head{position:sticky;top:0px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:10px}@media(min-width: 960px){.p-menu-modal__head{padding-bottom:0px}}.p-menu-modal__icon{margin-left:auto;padding-right:10px;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-menu-modal__icon:hover{opacity:.7}.p-menu-modal__icon img{width:30px;height:29px}.p-menu-modal__body{height:500px;overflow-y:auto !important;padding-left:10px;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%}@media(min-width: 960px){.p-menu-modal__body{padding-right:50px}}::-webkit-scrollbar{width:6px;height:6px;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#7ab780;border-radius:10px}.p-menu__title{font-size:24px;line-height:1.5;text-align:center}.p-menu__wrapper{margin-top:30px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;overflow-x:hidden}@media(min-width: 960px){.p-menu__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:60px}}.p-menu__desktop-block{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.p-menu__category{margin-bottom:30px}.p-menu__category-name{font-size:14px}.p-menu__category-note{font-size:12px}.p-menu__list{margin-top:5px;border-top:1px dashed #7ab780}.p-menu__item{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.p-menu__head.--message{margin-left:auto;margin-right:auto}.p-menu__name{font-size:14px;text-align:left}.p-menu__note{font-size:12px;text-align:left}.p-menu__body{margin-left:auto}.p-menu__price{font-size:14px}.p-menu__price span{margin-left:5px;display:inline-block;width:24px;font-size:12px;text-align:left}.p-staff{padding-top:150px}@media(min-width: 960px){.p-staff__inner{position:relative}}.p-staff__title--desktop{display:none}@media(min-width: 960px){.p-staff__title--desktop{display:block;position:absolute;content:"";top:-120px;left:450px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;z-index:2}}.p-staff__item{text-align:center;cursor:pointer}.p-staff__mobile-heading{padding:7px 50px;display:inline-block;font-size:22px;border-radius:100px;border:3px solid rgba(200,160,49,.3);background:#fff}@media(min-width: 960px){.p-staff__mobile-heading{display:none}}.p-staff__image{margin-top:80px;text-align:center}.p-staff__image img{width:250px;height:250px}.p-staff__text{margin-top:50px;display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:end;border-bottom:1px dashed #000}.p-staff__name--en{grid-area:1/1/2/2;width:180px;font-size:22px;text-align:left}@media(min-width: 960px){.p-staff__name--en{font-size:24px}}.p-staff__name--jp{grid-area:2/1/3/2;font-size:14px;text-align:left}.p-staff__button{grid-area:2/2/3/3;font-size:14px;text-align:right}.p-staff__button a{position:relative}.p-staff__button a::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:url(../img/staff_icon-button.png) no-repeat center center/contain;width:100px;height:100px;z-index:-1;-webkit-transition:opacity .7s ease 0s;transition:opacity .7s ease 0s;opacity:0}.p-staff__button a:hover::before{opacity:1}.p-profile-modal{position:fixed;inset:0;margin:auto;width:100%;max-width:calc(100% - 14px);max-height:calc(100% - 40px);overflow:auto;overscroll-behavior-y:none;z-index:10;padding-top:25px;padding-bottom:25px;padding-left:13px;padding-right:13px;border-radius:30px;background:#fff;border:none;outline:2px dashed #7ab780}@media(min-width: 768px){.p-profile-modal{max-width:600px;padding-left:30px;padding-right:25px}}@media(min-width: 960px){.p-profile-modal{max-width:880px;padding-top:35px;padding-bottom:65px;padding-left:65px;padding-right:35px}}.p-profile-modal::-ms-backdrop{opacity:.2;background:#000}.p-profile-modal::backdrop{opacity:.2;background:#000}.p-profile-modal__head{position:sticky;top:0px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:10px}.p-profile-modal__icon{margin-left:auto;padding-right:10px;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-profile-modal__icon:hover{opacity:.7}.p-profile-modal__icon img{width:30px;height:29px}.p-profile-modal__body{height:500px;overflow-y:auto;padding-left:10px;padding-right:15px}@media(min-width: 960px){.p-profile-modal__body{height:300px;padding-right:45px}}::-webkit-scrollbar{width:6px;height:0;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#7ab780;border-radius:10px}@media(min-width: 960px){.p-profile__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:60px}}@media(min-width: 960px){.p-profile__head{position:fixed}}.p-profile__image{margin-left:auto;margin-right:auto;width:250px;height:250px;position:relative}.p-profile__image::before{position:absolute;content:"";top:10px;left:10px;background-color:#7ab780;width:250px;height:250px;z-index:-1}.p-profile__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 960px){.p-profile__body{padding-left:320px}}.p-profile__personal{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:end}@media(min-width: 960px){.p-profile__personal{margin-top:20px}}.p-profile__name--jp{font-size:20px}@media(min-width: 960px){.p-profile__name--jp{font-size:22px}}.p-profile__name--en{padding-left:10px;font-size:14px}.p-profile__sns{margin-left:auto;padding-right:20px;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-profile__sns:hover{opacity:.7}@media(min-width: 960px){.p-profile__sns{padding-right:0px}}.p-profile__sns img{width:30px;height:30px}.p-profile__message{margin-top:15px;padding-top:15px;font-size:14px;border-top:1px dashed #000}.p-profile__heading{margin-top:30px;padding-left:12px;font-size:14px;position:relative}.p-profile__heading::before{position:absolute;content:"";top:7px;left:0px;background-color:#7ab780;border-radius:50%;width:7px;height:7px;z-index:1}.p-profile__carrer{margin-top:5px;padding-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:25px;border-top:1px dashed #000}.p-profile__year{-ms-flex-negative:0;flex-shrink:0;padding-left:20px;font-size:14px}.p-profile__event{font-size:14px}.swiper .swiper-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear}.swiper-slide{width:300px}@media(min-width: 960px){.swiper-slide{width:500px}}.p-gallery__swiper{max-width:100%}.p-gallery-card{background:#fff;overflow:hidden}.p-gallery-card__image{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.p-reserve-modal{position:fixed;inset:0;margin:auto;width:100%;max-width:calc(100% - 14px);max-height:calc(100% - 40px);overflow:auto;overscroll-behavior-y:none;z-index:10;padding-top:25px;padding-bottom:25px;padding-left:13px;padding-right:13px;border-radius:30px;background:#fff;border:none;outline:2px dashed #7ab780}@media(min-width: 768px){.p-reserve-modal{max-width:530px}}.p-reserve-modal::-ms-backdrop{opacity:.2;background:#000}.p-reserve-modal::backdrop{opacity:.2;background:#000}.p-reserve-modal__head{position:sticky;top:0px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:10px}.p-reserve-modal__icon{margin-left:auto;padding-right:10px;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-reserve-modal__icon:hover{opacity:.7}.p-reserve-modal__icon img{width:30px;height:29px}.p-reserve-modal__body{padding-bottom:30px;padding-left:10px;padding-right:15px}::-webkit-scrollbar{width:6px;height:6px;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#7ab780;border-radius:10px}.p-reserve__wrapper{text-align:center}.p-reserve__heading{color:#c8a031;font-size:22px}@media(min-width: 960px){.p-reserve__heading{font-size:24px}}.p-reserve__description{margin-top:10px;font-size:14px}.p-reserve__sns-list{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.p-reserve__sns-item{padding-bottom:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-bottom:1px dashed #7ab780;width:210px;margin-left:auto;margin-right:auto;cursor:pointer;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.p-reserve__sns-item:hover{opacity:.7}.p-reserve__sns-icon img{width:25px;height:25px}.p-reserve__sns-account{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#7ab780;font-size:16px}.u-hidden-sp{display:none}@media(min-width: 1025px){.u-hidden-sp{display:block}}.u-hidden__pc{display:none}@media(min-width: 768px){.u-hidden__pc{display:block}}