@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 2.5641025641vw;
  background-color: #FFFBF4;
  color: #464646;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html .text-ja {
  font-family: "Noto Sans JP", sans-serif;
}
html .text-en {
  font-family: "Jost", sans-serif;
}
html .text-bold {
  font-weight: bold;
}
html .text-center {
  text-align: center;
}
html p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-feature-settings: "palt" 2;
  letter-spacing: 1px;
  font-weight: 400;
}
html a {
  text-decoration: none;
  color: #464646;
}
html img {
  width: 100%;
  height: auto;
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  min-height: 100vh;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollFadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.scroll-fade-up,
.scroll-fade-up-item {
  opacity: 0;
}

.scroll-fade-up.on {
  animation: scrollFadeup 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.scroll-fade-up.on .scroll-fade-up-item {
  animation-name: scrollFadeup;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-direction: 1;
  animation-fill-mode: forwards;
}

.scroll-fade-up-item.delay1 {
  animation-delay: 0.2s;
}

.scroll-fade-up-item.delay2 {
  animation-delay: 0.3s;
}

.scroll-fade-up-item.delay3 {
  animation-delay: 0.4s;
}

.scroll-fade-up-item.delay4 {
  animation-delay: 0.5s;
}

.scroll-fade-up-item.delay5 {
  animation-delay: 0.6s;
}

/*


header


*/
.header {
  position: fixed;
  bottom: 0;
  height: 9rem;
  z-index: 101;
  /*ハンバーガーアイコン*/
  /*nav open */
}
.header__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 768px;
    margin: 0 auto;
  }
}
.header__logo {
  margin: 0 auto;
  width: 12rem;
  height: auto;
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100dvh;
  background: #D6E6CA;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
}
.header__nav__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100dvh;
}
@media (orientation: landscape) {
  .header__nav__container {
    transform: scale(60%);
  }
}
@media screen and (min-width: 768px) {
  .header__nav__container {
    transform: scale(60%);
  }
}
.header__nav__lists {
  padding: 4rem 0 0 0;
}
.header__nav__lists__item {
  display: block;
  opacity: 0;
  padding: 0.7rem 0;
}
@media screen and (max-width: 375px) {
  .header__nav__lists__item {
    padding: 0.4rem 0;
  }
}
.header__nav__lists__item a {
  color: #464646;
  display: block;
  padding: 1rem 15%;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.header__nav__lists__item a img {
  width: auto;
  height: 2.2rem;
}
.header__nav__lists__item p {
  margin: 0;
  padding: 0 15%;
  line-height: 2.1rem;
}
.header__nav__lists__item p a {
  padding: 1rem 0;
}
.header__nav__lists__item.instagram {
  padding: 0;
}
.header__nav__lists__item.instagram i {
  font-size: 2.2rem;
}
.header__nav__lists__item.home a {
  display: relative;
}
.header__nav__lists__item.home a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 0 0 0 15%;
  padding: 0 0 0 15%;
  border-top: 1px solid #464646;
}
.header__nav__lists__item.home a span {
  position: absolute;
  left: 50%;
}
.header__nav__sub__lists__wrapper {
  padding: 1rem 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.header__nav__sub__lists__item a {
  font-size: 1.5rem;
  padding: 1rem 2rem 1.5rem 0;
  line-height: 1;
}
.header .menu-button {
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  left: calc(85% - 1.75rem);
  bottom: 60px;
  cursor: pointer;
  z-index: 999;
}
.header .menu-button i {
  display: block;
  position: relative;
  width: 100%;
  transition: background-color 0.5s;
  left: 0;
  top: 1.725rem;
}
.header .menu-button i:before,
.header .menu-button i:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.15rem;
  background: #E67E50;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}
.header .menu-button i:before {
  transform: translateY(0.5rem);
}
.header .menu-button i:after {
  transform: translateY(-0.5rem);
}
.header.is-close .header__nav {
  pointer-events: none;
  animation: fadeOut 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.header.is-open .header__nav {
  display: block;
  pointer-events: auto;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.header.is-open .header__nav__lists__item {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.header.is-open .header__nav__lists__item.fadeIn-delay1 {
  animation-delay: 0.2s;
}
.header.is-open .header__nav__lists__item.fadeIn-delay2 {
  animation-delay: 0.5s;
}
.header.is-open .header__nav__lists__item.fadeIn-delay3 {
  animation-delay: 0.6s;
}
.header.is-open .header__nav__lists__item.fadeIn-delay4 {
  animation-delay: 0.7s;
}
.header.is-open .header__nav__lists__item.fadeIn-delay5 {
  animation-delay: 0.8s;
}
.header.is-open .header__nav__lists__item.fadeIn-delay6 {
  animation-delay: 1s;
}
.header.is-open .menu-button i {
  background: transparent;
}
.header.is-open .menu-button i:after {
  transform: translateY(0px) rotate(-22.5deg);
}
.header.is-open .menu-button i:before {
  transform: translateY(0px) rotate(22.5deg);
}
.header.is-open .menu-button.menu-close {
  width: 24px;
  height: 30px;
  display: block;
  position: relative;
  left: auto;
  top: 20px;
  margin: 0 auto;
}
.header.is-open .menu-button.menu-close i {
  width: 30px;
  height: 1px;
  top: 14px;
}
.header.is-open .menu-button.menu-close i:before,
.header.is-open .menu-button.menu-close i:after {
  width: 30px;
}

/*


main


*/
.main {
  width: 100%;
  z-index: 0;
  max-width: 834px;
  margin: 0 auto;
  /* 

    contents

    */
}
.main__inner {
  clear: both;
  margin: 0 auto;
}
.main__contents {
  overflow: hidden;
}
.main__contents p {
  margin: 2rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents p.text-ja {
  font-size: 1.1rem;
}
.main__contents p.text-ja:nth-child(n+2) {
  margin: 1.5rem 0;
}
.main__contents ul {
  list-style: none;
}
.main__contents ul li {
  margin: 2rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  animation: scaleIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media (orientation: landscape) {
  .main__contents .top {
    transform: scale(50%);
  }
}
@media screen and (min-width: 768px) {
  .main__contents .top {
    transform: scale(50%);
  }
}
.main__contents .top__logo {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 10% 0 0;
}
@media (orientation: landscape) {
  .main__contents .top__logo {
    width: auto;
    height: 20%;
  }
}
.main__contents .top__copy {
  width: 82%;
  margin: 0 auto;
  padding: 10% 0 0;
  text-align: center;
}
.main__contents .top__copy p {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media (orientation: landscape) {
  .main__contents .top__copy {
    padding: 5% 0 0;
  }
}
.main__contents .flexslider {
  width: 82%;
  margin: 2rem auto;
}
.main__contents .flexslider .flex-control-nav {
  position: relative;
  bottom: 0;
  z-index: 100;
}
.main__contents .flexslider .flex-control-nav li {
  margin: 0 0.5rem;
}
.main__contents .flexslider .flex-control-nav li a {
  width: 1rem;
  height: 1rem;
  background: #69855E;
  opacity: 0.2;
}
.main__contents .flexslider .flex-control-nav li a.flex-active {
  opacity: 1;
}
.main__contents .flexslider__copy {
  width: 82%;
  margin: 0 auto 7rem auto;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}
.main__contents__inner {
  position: relative;
  z-index: 100;
  width: 82%;
  margin: 0 auto;
}
.main__contents .contents {
  position: relative;
  z-index: 100;
}
.main__contents .contents .section__inner {
  padding: 7rem 0;
}
.main__contents .contents .section__header__head {
  width: auto;
  height: 5.3rem;
}
.main__contents .contents .section__header__head img {
  width: auto;
  height: 100%;
}
.main__contents .contents .section__header__subhead {
  margin: 4rem 0 0 40%;
}
.main__contents .contents .section__header__subhead-en {
  border-bottom: 1px solid #464646;
  letter-spacing: 0;
  width: 100%;
  line-height: 3rem;
  font-weight: normal;
  text-align: right;
}
.main__contents .contents .section__header__subhead-ja {
  margin: 2rem 0 0 0;
  line-height: 1;
  font-weight: bold;
}
.main__contents .contents .section__header__subhead-ja span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #000;
  opacity: 0.5;
}
.main__contents .contents.concept .concept__content__text {
  margin: 6rem 0 0 0;
}
.main__contents .contents.concept .concept__content__text p {
  letter-spacing: 1.5px;
}
.main__contents .contents.stylist .stylist__box {
  padding: 7rem 7.5%;
}
.main__contents .contents.stylist .stylist__name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main__contents .contents.stylist .stylist__name h3 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
}
.main__contents .contents.stylist .stylist__name h3 span {
  display: block;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
.main__contents .contents.stylist .stylist__name__instagram {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
}
.main__contents .contents.stylist .stylist__menu {
  margin: 3rem 0 0 0;
}
.main__contents .contents.stylist .stylist__menu__tit {
  margin: 1.5rem 0 0 0;
  color: #69855E;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
}
.main__contents .contents.stylist .stylist__menu__text {
  padding: 0 0 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #464646;
}
.main__contents .contents.stylist .stylist__menu__menu {
  width: 72%;
  letter-spacing: 1px;
}
.main__contents .contents.stylist .stylist__menu__price {
  width: 28%;
  text-align: right;
}
.main__contents .contents.stylist .stylist__menu__price span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: 0 0 0.5rem 0;
}
.main__contents .contents.stylist .stylist__menu__price.text-small {
  font-size: 1rem;
}
.main__contents .contents.stylist .stylist__menu__menu, .main__contents .contents.stylist .stylist__menu__price {
  font-size: 1.3rem;
  line-height: 2.2;
  border-top: 1px dotted #464646;
}
.main__contents .contents.stylist .stylist__menu__menu:nth-child(-n+2), .main__contents .contents.stylist .stylist__menu__price:nth-child(-n+2) {
  border: none;
}
.main__contents .contents.stylist .stylist__menu__more {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1;
}
.main__contents .contents.stylist .stylist__reserve__button {
  margin: 2rem 0 0 0;
  position: relative;
  color: #464646;
  vertical-align: middle;
  text-decoration: none;
}
.main__contents .contents.stylist .stylist__reserve__button p::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 2.6rem);
  margin: 0 auto;
  width: 5.2rem;
}
.main__contents .contents.stylist .stylist__reserve__button::after {
  content: "";
  position: absolute;
  top: -1.6rem;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 9rem;
  height: 1.2rem;
  background-position: 0;
  background-repeat: no-repeat;
  background-image: url(./../images/cursor1.svg);
}
.main__contents .contents.stylist .stylist__reserve__button::before {
  width: 1.4rem;
  height: 1px;
  background: #464646;
  transform: rotate(135deg);
}
.main__contents .contents.stylist .stylist__reserve__button a {
  display: block;
  text-align: center;
}
.main__contents .contents.stylist .stylist__reserve__button a p {
  display: inline-block;
  margin: 1rem 0;
  font-size: 1.1rem;
  line-height: 2.5rem;
}
.main__contents .contents.stylist .stylist__reserve__button a span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.main__contents .contents.stylist .stylist__reserve__attention {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: center;
  margin-bottom: 0;
}
.main__contents .contents.stylist #stylist1 .stylist__name__instagram i {
  color: #C637A5;
}
.main__contents .contents.stylist #stylist1 .stylist__reserve__button p::after {
  border-bottom: 2px solid #C637A5;
}
.main__contents .contents.stylist #stylist2 .stylist__name__instagram i {
  color: #BEBE3A;
}
.main__contents .contents.stylist #stylist2 .stylist__reserve__button p::after {
  border-bottom: 2px solid #BEBE3A;
}
.main__contents .contents.stylist #stylist3 .stylist__name__instagram i {
  color: #B95656;
}
.main__contents .contents.stylist #stylist3 .stylist__reserve__button p::after {
  border-bottom: 2px solid #B95656;
}
.main__contents .contents.stylist #stylist3 .stylist__menu__menu {
  width: 60%;
}
.main__contents .contents.stylist #stylist3 .stylist__menu__price {
  width: 40%;
}
.main__contents .contents.stylist #stylist4 .stylist__name__instagram i {
  color: #46867C;
}
.main__contents .contents.stylist #stylist4 .stylist__reserve__button p::after {
  border-bottom: 2px solid #46867C;
}
.main__contents .contents.stylist #stylist4 .stylist__menu__menu {
  width: 60%;
}
.main__contents .contents.stylist #stylist4 .stylist__menu__price {
  width: 40%;
}
.main__contents .contents.stylist #stylist5 .stylist__name__instagram i {
  color: #C637A5;
}
.main__contents .contents.stylist #stylist5 .stylist__reserve__button p::after {
  border-bottom: 2px solid #C637A5;
}
.main__contents .contents.stylist #stylist6 .stylist__name__instagram i {
  color: #2B6DBA;
}
.main__contents .contents.stylist #stylist6 .stylist__reserve__button p::after {
  border-bottom: 2px solid #2B6DBA;
}
.main__contents .contents.cancellation .section__inner {
  padding: 0 0 7rem 0;
}
.main__contents .contents.cancellation .cancellation__content {
  margin: 5rem 0 0;
}
.main__contents .contents.access .section__inner {
  padding: 7rem 0 0;
}
.main__contents .contents.access .access__content {
  margin: 6rem 0;
}
.main__contents .contents.access .access__address {
  margin: 1rem 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: center;
}
.main__contents .contents.access .access__buss {
  margin: 6rem 0 0;
}
.main__contents .contents.access .access__buss__tit {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
}
.main__contents .contents.access .access__buss p {
  margin: 0.6rem 0;
  text-align: center;
}
.main__contents .contents.access .access__buss__end {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 0;
}
.main__contents .contents.access .access__buss__end::before {
  position: absolute;
  top: -2.8rem;
  bottom: 0;
  left: calc(50% - 0.6rem);
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.2rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-image: url(./../images/cursor2.svg);
}
.main__contents .contents.access .access__buss__end__point {
  display: inline-block;
  text-align: center;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.3rem 0 0;
  line-height: 2.2rem;
}
.main__contents .contents.access .access__buss__end__text {
  display: inline-block;
  line-height: 2.4rem;
  vertical-align: middle;
}
.main__contents .contents.access .access__map {
  margin: 5rem 7.5% 0 7.5%;
}
.main__contents .contents.access .access__map__tit {
  font-size: 1.3rem;
  padding: 1.6rem 0;
  color: #E67E50;
  font-weight: 500;
  text-align: center;
}
.main__contents .contents.privacy .section__inner {
  margin: 0 auto;
}
.main__contents .contents.privacy .section__header__head {
  margin: 0 auto;
  width: 12.3rem;
  height: auto;
}
.main__contents .contents.privacy .section__header__head img {
  width: 100%;
  height: auto;
}
.main__contents .contents.privacy .privacy__content {
  margin: 5rem 0 0;
}
.main__contents .contents.privacy .privacy__content h4 {
  margin: 6rem 0 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .contents.privacy .privacy__content p {
  margin: 2rem 0 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .contents.privacy .privacy__content ul li {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .contents.recruit .section__inner {
  margin: 0 auto;
}
.main__contents .contents.recruit .section__header__head {
  margin: 0 auto;
  width: 12.3rem;
  height: auto;
}
.main__contents .contents.recruit .section__header__head img {
  width: 100%;
  height: auto;
}
.main__contents .contents.recruit .recruit__content {
  margin: 5rem 0 0;
}
.main__contents .contents.recruit .recruit__content h4 {
  margin: 6rem 0 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .contents.recruit .recruit__content h5 {
  margin: 3rem 0 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .contents.recruit .recruit__content h5 + p {
  margin: 0;
}
.main__contents .contents.recruit .recruit__content p {
  margin: 2rem 0 0;
  font-size: 1.2rem;
  line-height: 2rem;
}
.main__contents .contents.recruit .recruit__content a {
  color: #E67E50;
  text-decoration: underline;
}
.main__contents .contents.recruit .recruit__content ul {
  margin: 2rem 0 0;
}
.main__contents .contents.recruit .recruit__content ul li {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem;
}

.footer {
  position: relative;
  padding: 5vh 0 10vh 0;
}
.footer__instagram {
  margin: 2rem 0 0 0;
  font-size: 2.3rem;
  text-align: center;
}
.footer__privacy {
  text-align: center;
  margin: 1rem 0;
  width: 100%;
  font-size: 1.2rem;
}
.footer__company {
  text-align: center;
  margin: 1rem 0;
  width: 100%;
  font-size: 1rem;
}
.footer__copyright {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.2rem;
  line-height: 1;
}
.footer__copyright a {
  padding: 1rem;
}

.link__top {
  position: absolute;
  bottom: 5rem;
  left: calc(15% - 2rem);
  width: 4rem;
  height: 3rem;
  z-index: 100;
  text-align: center;
}
.link__top a {
  display: block;
  width: 4rem;
  height: 2.5rem;
}
.link__top a::before, .link__top a::after {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.link__top a::after {
  width: 2.5rem;
  height: 2.5rem;
  border-top: 0.2rem solid #E67E50;
  border-right: 0.2rem solid #E67E50;
  transform: rotate(-45deg);
}/*# sourceMappingURL=index.css.map */