@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  color: #260711;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  background-color: #f4f3f1;
  overflow-x: hidden;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.l-header {
  position: fixed;
  z-index: 9;
  width: calc(100% - 200px);
  height: calc(100vh - 140px);
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1299px) {
  .l-header {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1079px) {
  .l-header {
    width: 280px;
    left: auto;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s;
    padding: 40px 20px;
    overflow-y: scroll;
    height: 100dvh;
    background-color: #f4f3f1;
    z-index: 99;
  }
  .l-header.is-active {
    transform: translateX(0);
  }
  .l-header__overlay {
    width: 100%;
    height: 100dvh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .l-header__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__ham {
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    background-color: #260711;
    right: 5px;
    top: 5px;
    z-index: 999;
  }
  .l-header__ham__item {
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 12px);
    top: 50%;
    transition: all 0.5s;
  }
  .l-header__ham__item:first-child {
    margin-top: -5px;
  }
  .l-header__ham__item:last-child {
    margin-top: 5px;
  }
  .l-header__ham.is-active .l-header__ham__item:first-child {
    margin-top: 0;
    transform: rotate(45deg);
  }
  .l-header__ham.is-active .l-header__ham__item:nth-child(2) {
    opacity: 0;
  }
  .l-header__ham.is-active .l-header__ham__item:last-child {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}
.l-header__logo {
  max-width: 200px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1079px) {
  .l-header__logo {
    max-width: 136px;
    margin-bottom: 40px;
  }
}
.l-header .list-contact {
  margin-top: 40px;
  width: 300px;
}
@media screen and (max-width: 800px) {
  .l-header .list-contact {
    width: auto;
  }
}
.l-header .list-nav {
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
}

.l-footer {
  text-align: center;
  padding-bottom: 20px;
}
.l-footer .pagetop {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  font-weight: bold;
}
.l-footer .pagetop__icn {
  display: block;
  margin-bottom: 10px;
}
.l-footer__logo {
  border-top: 1px solid #e3e2e0;
  padding-top: 40px;
  margin-bottom: 40px;
}
.l-footer__logo img {
  max-width: 150px;
}

.l-main-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: right;
}
.l-main-bg img {
  width: auto;
  height: 100vh;
}

.l-main-wrap {
  position: relative;
  z-index: 10;
  background-color: #fff;
  max-width: 375px;
  margin: 0 auto;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .l-main-wrap {
    max-width: 500px;
  }
}

.hdg01 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.hdg01__min {
  display: block;
  font-size: 1.2rem;
  margin: 0 auto 5px;
  width: fit-content;
  padding: 0 25px;
  position: relative;
}
.hdg01__min span {
  font-size: 1.4rem;
  margin-right: 0.2em;
}
.hdg01__min::before, .hdg01__min::after {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
}
.hdg01__min::before {
  border-bottom-right-radius: 4px;
  border-right: 2px solid #e3e2e0;
  border-bottom: 2px solid #e3e2e0;
  left: 0;
  top: 4px;
}
.hdg01__min::after {
  border-top-left-radius: 4px;
  border-left: 2px solid #e3e2e0;
  border-top: 2px solid #e3e2e0;
  right: 0;
  bottom: 4px;
}
.hdg01__underline {
  background: linear-gradient(transparent 60%, #fcff7b 0%);
}

.u-bg-yellow .hdg01__underline {
  background: linear-gradient(transparent 60%, #fff 0%);
}

.hdg02 {
  font-weight: bold;
}
.hdg02--num {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.btn {
  display: block;
  max-width: 300px;
  text-align: center;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #260711;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.btn::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn--white {
  background-color: #fff;
}
.btn--yellow {
  background-color: #fcff7b;
}
.btn--gray {
  background-color: #f4f3f1;
}

.list-dot {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.5;
}
.list-dot__item {
  padding-left: 1em;
  position: relative;
}
.list-dot__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.feature-list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  counter-reset: number 0;
}
.feature-list__item {
  counter-increment: number 1;
}
.feature-list__item .img {
  position: relative;
}
.feature-list__item .img::before {
  content: counter(number, decimal-leading-zero);
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #f4f3f1;
  width: 45px;
  height: 40px;
  text-align: center;
  padding-right: 5px;
  line-height: 40px;
  border-top-right-radius: 20px;
  position: absolute;
  z-index: 1;
  left: -4px;
  bottom: -4px;
}

.other-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.other-list__item {
  border: 1px solid #260711;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.other-list__item .img {
  width: 80px;
  flex-shrink: 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.service-list__item {
  width: calc((100% - 15px) / 2);
  border-radius: 5px;
  border: 1px solid #e3e2e0;
  padding: 15px 15px 20px;
}

.people-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.people-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #260711;
  padding: 10px 20px;
}
.people-list__item .img {
  width: 80px;
  flex-shrink: 0;
}

.flow-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.flow-list::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #260711;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.flow-list__item {
  padding: 20px;
  border-radius: 5px;
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice-list__item {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e3e2e0;
}
.voice-list__item .img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.voice-list__item .img + p {
  font-weight: 500;
  line-height: 1;
}
.voice-list__item .box {
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.voice-list__item dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  line-height: 1;
}
.voice-list__item dl dt {
  font-weight: 500;
}
.voice-list__item dl dd {
  text-align: right;
}
.voice-list__item dl dd .u-fz13 {
  margin-left: 0.2em;
}

.inner {
  max-width: 355px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-mv {
  position: relative;
  margin: 0 auto;
}
.p-top-mv .main-slider img {
  aspect-ratio: 15/22;
  object-fit: cover;
}
.p-top-mv__logo {
  position: absolute;
  width: 200px;
  top: 20px;
  left: 15px;
  z-index: 5;
}
.p-top-mv__catch {
  position: absolute;
  left: 25px;
  bottom: 72px;
  z-index: 5;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.p-top-mv__txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-top-mv__num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #260711;
  background-color: #fcff7b;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  right: 25px;
  bottom: 67px;
  z-index: 2;
}
.p-top-mv__num span {
  font-size: 3rem;
  margin-right: 0.2em;
}
.p-top-mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 1rem;
  z-index: 5;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  padding: 0 3px;
}
.p-top-mv__scroll::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #260711;
  position: absolute;
  left: 0;
  top: 0;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

.p-top-about {
  padding: 60px 0 50px;
}
.p-top-about h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.p-top-about h2 .fukidashi {
  display: block;
  width: fit-content;
  padding: 0 1em;
  margin: 0 auto 1em;
  position: relative;
}
.p-top-about h2 .fukidashi::before, .p-top-about h2 .fukidashi::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #260711;
  position: absolute;
  bottom: 0;
}
.p-top-about h2 .fukidashi::before {
  left: 0;
  transform: rotate(-20deg);
}
.p-top-about h2 .fukidashi::after {
  right: 0;
  transform: rotate(20deg);
}
.p-top-about h2 .underline {
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #fcff7b 0%);
}
.p-top-about h2 .underline .min {
  font-size: 1.4rem;
}
.p-top-about p {
  line-height: 2;
}
@media screen and (max-width: 349px) {
  .p-top-about p {
    font-size: 1.3rem;
  }
}
.p-top-about h2 + p {
  margin-bottom: 2em;
}

.p-top-feature,
.p-top-people {
  padding: 40px 0;
  background-color: #f4f3f1;
  border-radius: 60px 0 60px 0;
}

.p-top-service {
  padding: 40px 0 20px;
}

.p-top-price {
  padding: 40px 0;
}
.p-top-price .box {
  border-radius: 5px;
  border: 1px solid #260711;
  padding: 15px 15px 20px;
}
.p-top-price .box .label {
  background-color: #260711;
  color: #fff;
  border-radius: 2px;
  width: 78px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto 10px;
}
.p-top-price .price .num {
  font-size: 2.5rem;
  margin: 0 0.2em;
}
.p-top-price .u-bg-yellow {
  padding: 20px 15px;
}

.p-top-flow,
.p-top-voice {
  padding: 40px 0 20px;
}

.p-top-faq {
  padding: 40px 0;
}
.p-top-faq .faq {
  border-top: 1px solid #e3e2e0;
  position: relative;
}
.p-top-faq .faq::before, .p-top-faq .faq::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #260711;
  transition: transform 0.5s;
  position: absolute;
  right: 0;
  top: 25px;
}
.p-top-faq .faq::before {
  transform: rotate(-90deg);
}
.p-top-faq .faq::after {
  transform: rotate(-180deg);
}
.p-top-faq .faq.is-active::before, .p-top-faq .faq.is-active::after {
  transform: rotate(0deg);
}
.p-top-faq .faq:last-child {
  border-bottom: 1px solid #e3e2e0;
}
.p-top-faq .faq__q {
  padding: 15px 26px 15px 1.2em;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.p-top-faq .faq__q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 15px;
}
.p-top-faq .faq__a {
  transition: height 0.5s;
  height: 0;
  overflow: hidden;
}
.p-top-faq .faq__a__inner {
  padding: 0 26px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}

.p-top-people h2 {
  width: fit-content;
  padding: 0 1em;
  margin: 0 auto 20px;
  position: relative;
}
.p-top-people h2::before, .p-top-people h2::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #260711;
  position: absolute;
  bottom: 0;
}
.p-top-people h2::before {
  left: 0;
  transform: rotate(-20deg);
}
.p-top-people h2::after {
  right: 0;
  transform: rotate(20deg);
}

.p-top-cv {
  padding: 40px 0;
}

.p-top-salon {
  padding: 40px 0 60px;
}
.p-top-salon .img {
  overflow: hidden;
  margin-bottom: 20px;
}
.p-top-salon .map {
  margin-bottom: 10px;
}
.p-top-salon .add {
  line-height: 1.8;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.p-top-salon .add a {
  text-decoration: underline;
}
.p-top-salon .open {
  display: flex;
}
.p-top-salon .open dt {
  font-weight: normal;
}
.p-top-salon .open dd span {
  display: inline-block;
  width: 6.5em;
}
.p-top-salon .notes {
  padding-left: 1em;
  text-indent: -1em;
}
.p-top-salon .notes::before {
  content: "※";
}

.u-bg-yellow {
  background-color: #faf7de;
}

.u-bg-gray {
  background-color: #f4f3f1;
}

.u-bg-white {
  background-color: #fff;
}

.u-bold {
  font-weight: bold;
}

.u-tac {
  text-align: center;
}

.u-underline {
  background: linear-gradient(transparent 60%, #fcff7b 0%);
}

.u-fz12 {
  font-size: 1.2rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz16 {
  font-size: 1.6rem;
}

.u-fz18 {
  font-size: 1.8rem;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */