/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
@layer theme {
  :root, :host {
    --color-theme: #08a2b9;
    --color-theme-dark: #004c4c;
    --color-accent: #ffe925;
  }
}
@layer utilities {
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .bg-theme {
    background-color: var(--color-theme);
  }
  .bg-theme-dark {
    background-color: var(--color-theme-dark);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-theme-dark\/85 {
    background-color: color-mix(in srgb, var(--color-theme-dark) 85%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-theme-dark\/85 {
      background-color: color-mix(in oklab, var(--color-theme-dark) 85%, transparent);
    }
  }
  .bg-theme-dark\/60 {
    background-color: color-mix(in srgb, var(--color-theme-dark) 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-theme-dark\/60 {
      background-color: color-mix(in oklab, var(--color-theme-dark) 60%, transparent);
    }
  }
  .h-\[4\.4rem\] {
    height: 4.4rem;
  }
  .w-\[16\.5rem\] {
    width: 16.5rem;
  }
  .mb-\[4rem\] {
    margin-bottom: 4rem;
  }
  @media (width >= 48rem) {
    .md\:w-\[48\%\] {
      width: 48%;
    }
  }
  @media (width >= 48rem) {
    .md\:w-\[52\%\] {
      width: 52%;
    }
  }
  @media (width >= 48rem) {
    .md\:z-30 {
      z-index: 30;
    }
  }
  .mt-\[2\.1rem\] {
    margin-top: 2.1rem;
  }
  .text-title {
    color: var(--color-accent);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .after\:bg-accent::after {
    content: var(--tw-content);
    background-color: var(--color-accent);
  }
  .before\:bg-accent::after {
    content: var(--tw-content);
    background-color: var(--color-accent);
  }
  @media (width >= 48rem) {
    .md\:gap-x-\[6rem\] {
      column-gap: 6rem;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-y-\[6rem\] {
      row-gap: 6rem;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-x-\[8rem\] {
      column-gap: 8rem;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-y-\[8rem\] {
      row-gap: 8rem;
    }
  }
  @media (width >= 48rem) {
    .md\:w-\[12\%\] {
      width: 12%;
    }
  }
  @media (width < 48rem) {
    .max-md\:px-\[5rem\] {
      padding-inline: 5rem;
    }
  }
  @media (width >= 48rem) {
    .md\:bottom-\[1\.4rem\] {
      bottom: 1.4rem;
    }
  }
  @media (width >= 48rem) {
    .md\:bottom-\[3rem\] {
      bottom: 3rem;
    }
  }
  @media (width >= 48rem) {
    .md\:bottom-\[2\.8rem\] {
      bottom: 2.8rem;
    }
  }
  .w-\[28\.3rem\] {
    width: 28.3rem;
  }
  .text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  @media (width >= 48rem) {
    .md\:w-\[60\%\] {
      width: 60%;
    }
  }
  @media (width >= 48rem) {
    .md\:w-\[40\%\] {
      width: 40%;
    }
  }
  @media (width >= 48rem) {
    .md\:px-\[10rem\] {
      padding-inline: 10rem;
    }
  }
  @media (width >= 48rem) {
    .md\:px-\[8rem\] {
      padding-inline: 8rem;
    }
  }
  @media (width >= 48rem) {
    .md\:mx-\[10rem\] {
      margin-inline: 10rem;
    }
  }
  @media (width >= 48rem) {
    .md\:mx-\[8rem\] {
      margin-inline: 8rem;
    }
  }
  .right-\[6\.8rem\] {
    right: 6.8rem;
  }
  .right-\[10\.8rem\] {
    right: 10.8rem;
  }
  @media (width >= 48rem) {
    .md\:right-\[12rem\] {
      right: 12rem;
    }
  }
  @media (width >= 48rem) {
    .md\:right-\[18rem\] {
      right: 18rem;
    }
  }
  .top-\[4rem\] {
    top: 4rem;
  }
  @media (width >= 48rem) {
    .md\:top-\[6\.4rem\] {
      top: 6.4rem;
    }
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .mb-\[10rem\] {
    margin-bottom: 10rem;
  }
  @media (width >= 48rem) {
    .md\:mb-\[6rem\] {
      margin-bottom: 6rem;
    }
  }
  @media (width >= 48rem) {
    .md\:mb-\[8rem\] {
      margin-bottom: 8rem;
    }
  }
  @media (width >= 48rem) {
    .md\:px-\[8rem\] {
      padding-inline: 8rem;
    }
  }
  .pb-\[18rem\] {
    padding-bottom: 18rem;
  }
  .pb-\[12rem\] {
    padding-bottom: 12rem;
  }
  @media (width >= 48rem) {
    .md\:pb-\[6rem\] {
      padding-bottom: 6rem;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-\[9rem\] {
      padding-bottom: 9rem;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-\[28rem\] {
      padding-bottom: 28rem;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-\[32rem\] {
      padding-bottom: 32rem;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-\[48rem\] {
      padding-bottom: 48rem;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-\[56rem\] {
      padding-bottom: 56rem;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-\[64rem\] {
      padding-bottom: 64rem;
    }
  }
  .object-cb {
    object-position: center bottom;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  @media (width >= 48rem) {
    .md\:leading-\[2\.92\] {
      --tw-leading: 2.92;
      line-height: 2.92;
    }
  }
  @media (width < 48rem) {
    .max-md\:left-\[2rem\] {
      left: 2rem;
    }
  }
  .w-\[17rem\] {
    width: 17rem;
  }
  @media (width >= 48rem) {
    .md\:h-\[8rem\] {
      height: 8rem;
    }
  }
  @media (width >= 48rem) {
    .md\:w-\[24rem\] {
      width: 24rem;
    }
  }
}
#fv-video {
  transition: all 1s ease;
  transform: rotate(180deg);
  object-fit: cover;
  /*top: 0;*/
  /*position: absolute;*/
  /*height: 132.692307692vw;*/
  /*width: 100vw;*/
  /*left: 50%;*/
  object-position: center 80%;
  max-width: none;
  width: 120%;
  height: 100%;
}
@media (width < 48rem) {
  #fv-video {
    width: 300%;
  }
}

#fv-video.--slided {
  object-position: center top;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  letter-spacing: 0.2em;
  border: solid 1px var(--color-accent);
  background: var(--color-accent);
  color: var(--color-black);
  transition: all 0.5s ease;
  height: 5.4rem;
  width: 100%;
}
.c-btn:hover {
  background: var(--color-white);
}
@media (width >= 48rem) {
  .c-btn {
    height: 6.6rem;
    width: 48.6rem;
  }
}
.c-btn .en {
  font-family: var(--font-big-caslon-fb);
  line-height: 1;
  font-size: 1.3rem;
}
@media (width >= 48rem) {
  .c-btn .en {
    font-size: 1.6rem;
  }
}
.c-btn .ja {
  font-family: var(--font-shippori-mincho);
  line-height: 1;
  font-size: 1.1rem;
}
@media (width >= 48rem) {
  .c-btn .ja {
    font-size: 1.2rem;
  }
}
.c-section {
  position: relative;
  margin-bottom: 8rem;
}
@media (width >= 48rem) {
  .c-section {
    margin-bottom: 12rem;
  }
}
.c-section__inner {
  padding: 4rem 1.2rem 6rem;
  position: relative;
}
@media (width < 48rem) {
  .c-section__inner {
    margin: 0 1.2rem 0;
  }
}
@media (width >= 48rem) {
  .c-section__inner {
    padding: 8rem 8rem 10rem;
  }
}
.c-section__inner::before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  background: var(--color-theme-dark);
  opacity: 0.6;
  mix-blend-mode: multiply;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: calc(100% - 5.4rem);
}
@media (width >= 48rem) {
  .c-section__inner::before {
    height: calc(100% - 12rem);
  }
}
.c-section__header {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
@media (width >= 48rem) {
  .c-section__header {
    margin-bottom: 8rem;
  }
}
.c-section__body {
  position: relative;
  z-index: 1;
}
.c-section__title {
  color: var(--color-accent);
  letter-spacing: 0.25em;
  position: relative;
  text-align: center;
}
.c-section__title span {
  display: block;
}
.c-section__title .main {
  margin-bottom: 2.4rem;
}
@media (width >= 48rem) {
  .c-section__title .main {
    margin-bottom: 2.4rem;
  }
}
.c-section__title .main img {
  display: block;
  width: 100%;
  height: 3rem;
}
@media (width >= 48rem) {
  .c-section__title .main img {
    height: 7.8rem;
  }
}
.c-section__title .sub {
  font-family: var(--font-shippori-mincho);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 0.8rem;
}
@media (width >= 48rem) {
  .c-section__title .sub {
    font-size: 2rem;
  }
}

.l-body {
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  z-index: 90;
}
.l-footer__logo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 28.8rem;
  height: 4.8rem;
  bottom: 4.2rem;
}
@media (width >= 48rem) {
  .l-footer__logo {
    width: 34.2rem;
    height: 5.6rem;
    bottom: 7.2rem;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__copyright {
  font-family: var(--font-big-caslon-fb);
  text-align: center;
  color: var(--color-white);
  line-height: 2.1;
  font-size: 1rem;
  padding: 2.4rem 0;
  letter-spacing: 0.12em;
}
@media (width >= 48rem) {
  .l-footer__copyright {
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: 0.3em;
  }
}
@media (width < 48rem) {
  .l-aside__reserve {
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .l-aside__reserve a {
    width: 15rem;
    height: 5.4rem;
  }
  .l-aside__reserve a span {
    font-size: 1.1rem;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
.l-lower__overlay {
  position: absolute;
  display: block;
  z-index: 10;
  width: calc(100% - 1.5rem);
  left: 0;
}
@media (width >= 48rem) {
  .l-lower__overlay {
    width: 70.4rem;
    left: -5rem;
  }
}
.l-lower__overlay--top {
  bottom: 0;
  height: 28rem;
  border-radius: 0 14.6rem 0 0;
}
@media (width >= 48rem) {
  .l-lower__overlay--top {
    border-radius: 0 29.2rem 0 0;
    height: 28rem;
  }
}
.l-lower__overlay--bottom {
  top: 0;
  height: 100%;
}
@media (width >= 48rem) {
  .l-lower__desc {
    width: 44rem;
  }
}
.l-lower__gallery {
  padding: 0.1rem;
  position: relative;
}
.l-lower__gallery .swiper-slide {
  padding: 0.1rem;
}
@media (width >= 48rem) {
  .l-lower__gallery .swiper-slide {
    padding: 0.2rem;
  }
}
@media (width >= 48rem) {
  .l-lower__gallery {
    position: absolute;
    top: -12rem;
    left: 48.8rem;
    width: 68.8rem;
  }
}
.l-lower__gallery--thumb .swiper-wrapper {
  display: grid;
  grid-template: 50% 50%/50% 50%;
  gap: 0.1rem;
  margin-top: 0.1rem;
}
@media (width >= 48rem) {
  .l-lower__gallery--thumb .swiper-wrapper {
    gap: 0.2rem;
    margin-top: 0.2rem;
  }
}

.p-concept:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(#f3e8f0, #f3e8f0 35%, transparent);
  height: 14rem;
}
@media (width >= 48rem) {
  .p-concept:before {
    height: 28rem;
  }
}
.p-concept__bg {
  background: var(--color-white);
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: -2.4rem;
  width: 28.1rem;
  height: 40.6rem;
  border-radius: 14.05rem;
  z-index: 0;
}
@media (width >= 48rem) {
  .p-concept__bg {
    width: 35rem;
    height: 50.6rem;
    left: 76rem;
    margin-top: -10rem;
    border-radius: 17.5rem;
  }
}
.p-concept__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (width < 48rem) {
  .p-concept__bg img {
    opacity: 0.4;
  }
}
.p-concept__img {
  position: absolute;
  display: block;
  z-index: 9;
  height: 36.7rem;
  width: 30rem;
  left: 9.8rem;
  margin-top: 24.5rem;
}
@media (width >= 48rem) {
  .p-concept__img {
    width: 88.8rem;
    height: 51.8rem;
    left: 52.8rem;
    margin-top: 30rem;
  }
}
.p-concept__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.p-concept__title {
  position: absolute;
  display: block;
  z-index: 10;
  height: 36.7rem;
  width: 4.6rem;
  right: 1.8rem;
  margin-top: -8rem;
}
@media (width >= 48rem) {
  .p-concept__title {
    height: 81.8rem;
    width: 12.6rem;
    right: auto;
    left: 2.8rem;
    margin-top: 1.4rem;
    max-height: calc(100vh - 20rem);
  }
}
.p-concept__title img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.p-concept__text {
  position: absolute;
  color: var(--color-black);
  z-index: 10;
  left: 3.2rem;
  margin-top: -12.5rem;
}
@media (width >= 48rem) {
  .p-concept__text {
    left: 24.4rem;
    margin-top: -8rem;
  }
}
.p-mv {
  position: relative;
  background: var(--color-white);
}
@media (width < 48rem) {
  .p-mv {
    padding: 2rem;
  }
}
.p-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  background: var(--color-theme);
  height: 14rem;
}
@media (width >= 48rem) {
  .p-mv::before {
    height: 28rem;
  }
}
.p-mv__title {
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  top: 7.2rem;
  right: -0.8rem;
  height: 29.3rem;
  width: 20.4rem;
}
@media (width >= 48rem) {
  .p-mv__title {
    height: 70.2rem;
    width: 48.8rem;
    top: 10.2rem;
    right: -2.4rem;
    max-height: calc(100% - 20rem);
  }
}
.p-mv__title img {
  display: block;
  width: auto;
  height: 100%;
}
.p-mv__photo {
  position: absolute;
  width: 100%;
  top: 10rem;
  height: calc(100vh - 17.4rem);
}
@media (width >= 48rem) {
  .p-mv__photo {
    top: 16rem;
    height: calc(100vh - 18rem);
  }
}
.p-mv__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 12.4rem;
  background: url(../img/top/bg_wave@sp.png) no-repeat center bottom/100% 100%;
}
@media (width >= 48rem) {
  .p-mv__nav {
    height: 20.8rem;
    background: url(../img/top/bg_wave@pc.png) no-repeat center bottom/100% 100%;
  }
}
.p-mv__nav nav {
  z-index: 100;
  display: none;
}
@media (width >= 48rem) {
  .p-mv__nav nav {
    display: flex;
    position: absolute;
    flex-direction: row !important;
    bottom: 3.2rem;
    left: 12rem;
    gap: 2.8rem;
    opacity: 1 !important;
    top: auto !important;
    pointer-events: auto !important;
  }
  .p-mv__nav nav a {
    font-family: var(--font-big-caslon-fb);
    color: var(--color-theme);
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    opacity: 1 !important;
    transition: all ease 0.5s;
  }
  .p-mv__nav nav a:hover {
    opacity: 0.6;
  }
}
.p-mv__nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 90;
  background-position: left center, right center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32.5rem;
  bottom: -8rem;
  background-image: url(../img/top/img_mv_l@sp.png), url(../img/top/img_mv_r@sp.png);
}
@media (width >= 48rem) {
  .p-mv__nav::after {
    height: 70rem;
    bottom: -16rem;
    background-image: url(../img/top/img_mv_l@pc.png), url(../img/top/img_mv_r@pc.png);
  }
}
.p-slide {
  height: 120lvh;
}
@media (width >= 48rem) {
  .p-slide {
    min-height: 88.4rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-slide__gallery {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 50% 50%;
  transform: translateY(-50%);
  height: 37.2rem;
  width: 29.8rem;
  left: 0;
}
@media (width >= 48rem) {
  .p-slide__gallery {
    transform: translateY(-55%);
    height: 80.4rem;
    width: 62.2rem;
    left: auto;
    right: 58.2rem;
    margin-top: 6.4rem;
    max-height: none;
  }
}
.p-slide__gallery.--rev {
  left: auto;
  right: 0;
}
@media (width >= 48rem) {
  .p-slide__gallery.--rev {
    right: auto;
    left: 58.2rem;
  }
}
.p-slide__gallery__view, .p-slide__gallery__ctl {
  width: 100%;
}
.p-slide__gallery__view img, .p-slide__gallery__ctl img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-slide__gallery__ctl {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}
.p-slide__gallery__ctl .--double {
  grid-row: 1/3;
}
.p-slide__overlay {
  position: relative;
  display: block;
  z-index: 0;
  mix-blend-mode: multiply;
  width: calc(100% - 4rem);
  max-height: calc(100vh - 3rem);
  height: 60rem;
  border-radius: 0 14.6rem 0 0;
  margin: 0 2rem;
}
@media (width >= 48rem) {
  .p-slide__overlay {
    width: 62.4rem;
    height: 80.4rem;
    max-height: none;
    border-radius: 0 29.2rem 0 0;
    right: 4rem;
    top: 0;
    margin: 0;
    float: right;
  }
}
.p-slide__overlay.--rev {
  border-radius: 14.6rem 0 0 0;
}
@media (width >= 48rem) {
  .p-slide__overlay.--rev {
    right: auto;
    left: 4rem;
    float: left;
    border-radius: 29.2rem 0 0 0;
  }
}
.p-slide__text {
  position: relative;
  color: var(--color-white);
}
@media (width >= 48rem) {
  .p-slide__text {
    width: 62.4rem;
    padding: 8rem 12rem;
    float: right;
  }
}
@media (width < 48rem) {
  .p-slide__text {
    width: auto;
    margin: 4rem;
  }
}
@media (width < 48rem) {
  .p-slide__text.--rev {
    padding-left: 3.2rem;
  }
}
@media (width >= 48rem) {
  .p-slide__text.--rev {
    float: left;
    margin-left: 4rem;
  }
}
.p-slide__title {
  position: absolute;
  display: block;
  z-index: 0;
  width: 5.6rem;
  padding: 0 0.7rem;
  max-height: calc(100vh - 1.4rem);
  height: 57.2rem;
  border-left: solid 2px var(--color-accent);
  right: 0;
  top: 0
}
@media (width >= 48rem) {
  .p-slide__title {
    width: 8.8rem;
    padding: 0 1.4rem;
    height: 77.6rem;
    max-height: calc(100vh - 6rem);
    /*top: -2rem;*/
  }
}
.p-slide__title.--rev {
  left: 0;
  border-left: none;
  border-right: solid 2px var(--color-accent);
}
@media (width < 48rem) {
  .p-slide__title.--rev {
    margin-left: 0.4rem;
  }
}
.p-plan {
  margin-bottom: 7.2rem;
}
@media (width >= 48rem) {
  .p-plan {
    margin-bottom: 22.6rem;
  }
}
.p-salon {
  color: var(--color-white);
}
.p-salon__read {
  font-family: var(--font-shippori-mincho);
  text-align: center;
  line-height: 1.8;
  font-size: 1.3rem;
  margin-bottom: 3.6rem;
  letter-spacing: 0.3125em;
}
@media (width >= 48rem) {
  .p-salon__read {
    font-size: 1.4rem;
    margin-bottom: 6.4rem;
  }
}
.p-salon__desc {
  font-family: var(--font-shippori-mincho);
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
@media (width >= 48rem) {
  .p-salon__desc {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
}
.p-salon__nav {
  font-family: var(--font-shippori-mincho);
  margin-bottom: 5.4rem;
}
@media (width >= 48rem) {
  .p-salon__nav {
    margin-bottom: 6.4rem;
  }
}
.p-salon__navParent {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.6rem 0.2rem;
}
@media (width >= 48rem) {
  .p-salon__navParent {
    gap: 1.6rem 0.4rem;
  }
}
.p-salon__navParent > li {
  text-align: center;
  overflow: hidden;
  transition: all ease 0.5s;
  background: var(--color-accent);
  height: 4.8rem;
}
@media (width >= 48rem) {
  .p-salon__navParent > li {
    position: relative;
    height: 5.2rem;
  }
}
.p-salon__navParent > li a {
  transition: all ease 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.05em;
}
@media (width >= 48rem) {
  .p-salon__navParent > li a {
    letter-spacing: 0.31255em;
  }
}
.p-salon__navParent > li:hover {
  background: var(--color-white);
}
.p-salon__navParent > li.active {
  overflow: visible;
}
.p-salon__navParent > li.active .p-salon__navArea {
  background: var(--color-white);
}
.p-salon__navParent > li.active .p-salon__navChild {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.p-salon__navChild {
  position: absolute;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
}
.p-salon__navArea {
  display: block;
  width: 100%;
  letter-spacing: 0.4em;
  font-weight: 500;
  color: var(--color-black);
  text-decoration: none;
  font-size: 1.1rem;
}
@media (width >= 48rem) {
  .p-salon__navArea {
    font-size: 1.4rem;
  }
}
.p-salon__navPoint {
  display: block;
  width: 100%;
  letter-spacing: 0.4em;
  font-weight: 500;
  border-bottom: solid 1px var(--color-accent);
  padding: 0.75rem 1rem;
  background-color: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  font-size: 1.0rem;
}
@media (width >= 48rem) {
  .p-salon__navPoint {
    font-size: 1.2rem;
  }
}
.p-salon__navPoint:hover {
  border-bottom: solid 1px var(--color-white);
  background-color:  var(--color-accent);
  color: var(--color-black);
}
.p-salon__consult__listItem {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media (width >= 48rem) {
  .p-salon__consult__listItem {
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    gap: 4rem;
  }
}
.p-salon__consult__content {
  font-family: var(--font-shippori-mincho);
  width: 100%;
}
@media (width >= 48rem) {
  .p-salon__consult__content {
    width: 48.6rem;
  }
}
.p-salon__consult__img {
  width: 100%;
  height: 21.4rem;
}
@media (width >= 48rem) {
  .p-salon__consult__img {
    width: 47rem;
    height: 32rem;
  }
}
.p-salon__consult__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-salon__consult__title {
  line-height: 1.8;
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
}
@media (width >= 48rem) {
  .p-salon__consult__title {
    font-size: 2rem;
  }
}
@media (width >= 48rem) {
  .p-salon__consult__title {
    margin-bottom: 1rem;
  }
}
.p-salon__consult__text {
  line-height: 2;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
@media (width >= 48rem) {
  .p-salon__consult__text {
    font-size: 1.4rem;
  }
}
.p-salon__consult__link {
  margin-top: 2rem;
}
@media (width >= 48rem) {
  .p-salon__consult__link {
    margin-top: 2rem;
  }
}
.p-access {
  color: var(--color-white);
  text-align: center;
  padding: 6.2rem 0;
}
@media (width >= 48rem) {
  .p-access {
    padding: 14.4rem 0;
  }
}
.p-access__idx {
  margin-bottom: 2rem;
}
@media (width >= 48rem) {
  .p-access__idx {
    margin-bottom: 2.4rem;
  }
}
.p-access__idx .main {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-size: 1.1rem;
}
@media (width >= 48rem) {
  .p-access__idx .main {
    font-size: 1.4rem;
  }
}
.p-access__info {
  line-height: 2.4;
  letter-spacing: 0.2em;
  font-size: 1rem;
}
.p-access__info:not(:last-child) {
  margin-bottom: 3rem;
}
@media (width >= 48rem) {
  .p-access__info:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (width >= 48rem) {
  .p-access__info {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 920px) {
  .u-sm--hidden {
    display: none;
  }
}
@media only screen and (min-width: 921px) {
  .u-lg--hidden {
    display: none;
  }
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(0, 1);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 100% 0%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 100% 0%;
    transform: scale(0, 1);
  }
}
@keyframes sk-bounce {
  5%, 95% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
}
