/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
  min-height: auto;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
a,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
}

html {
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

:root {
  --tsuku: fot-tsukubrdgothic-std, sans-serif;
  --cormorant: cormorant-garamond, serif;
  --shippori: shippori-mincho, serif;
  --c-brown: #623e2b;
  --c-gray: #9c8c81;
  --c-gold: #c8a96a;
  --c-mint: #54bcb5;
  --c-mint-line: #4dccc4;
  --c-bg-mint: #f6fffe;
  --c-aqua: #aee6e8;
  --c-fv-bottom: #d9fffc;
  --c-tag: #bfeced;
  --c-off-white: #fafcfb;
  --c-mint-pale: #eefffe;
  --c-mint-light: #e7fffe;
  --c-footer: #e6fffd;
  --c-white: #ffffff;
}

.c-brown {
  color: var(--c-brown) !important;
}

.c-gray {
  color: var(--c-gray) !important;
}

.c-gold {
  color: var(--c-gold) !important;
}

.c-w {
  color: var(--c-white) !important;
}

.bg-gold {
  background-color: var(--c-gold) !important;
}

.bg-w {
  background-color: var(--c-white) !important;
}

.tsuku {
  font-family: var(--tsuku) !important;
}

.shippori {
  font-family: var(--shippori) !important;
}

.cormorant {
  font-family: var(--cormorant) !important;
}

.pc-none {
  display: none;
}
@media (min-width: 1200px) {
  .pc-none {
    display: block;
  }
}

.pc-bk {
  display: block;
}
@media (min-width: 1200px) {
  .pc-bk {
    display: none;
  }
}

.tab-none {
  display: none;
}
@media (min-width: 992px) {
  .tab-none {
    display: block;
  }
}

.tab-bk {
  display: block;
}
@media (min-width: 992px) {
  .tab-bk {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.sp-bk {
  display: block;
}
@media (min-width: 768px) {
  .sp-bk {
    display: none;
  }
}

.sp-br > br {
  display: block;
}
@media (min-width: 768px) {
  .sp-br > br {
    display: none;
  }
}

.tab-br > br {
  display: block;
}
@media (min-width: 992px) {
  .tab-br > br {
    display: none;
  }
}

.xl-br > br {
  display: block;
}
@media (min-width: 1200px) {
  .xl-br > br {
    display: none;
  }
}

.reverse-x {
  transform: scale(-1, 1);
}

.reverse-y {
  transform: scale(1, -1);
}

.reverse-xy {
  transform: scale(-1, -1);
}

html.is-resizing *,
html.is-resizing *::before,
html.is-resizing *::after {
  transition: none !important;
}

a {
  transition: all 0.3s ease;
  display: inline-block;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}

.is-scroll-lock {
  overflow: hidden;
}

.js-stagger > * {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(20px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-stagger.is-show > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-typein {
  opacity: 0;
}
.js-typein > * {
  opacity: 0;
}

.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scroll-mask,
.js-scroll-mask,
.scroll-mask-vertical,
.js-scroll-mask-vertical {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-mask,
.js-scroll-mask {
  aspect-ratio: 4/3;
}

.scroll-mask-vertical,
.js-scroll-mask-vertical {
  aspect-ratio: 3/4;
}

.scroll-mask img,
.js-scroll-mask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-mask-image: url(/system_panel/uploads/images/mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  mask-image: url(/system_panel/uploads/images/mask.svg);
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 0;
}

.scroll-mask-vertical img,
.js-scroll-mask-vertical img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-mask-image: url(/system_panel/uploads/images/mask-vertical.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  mask-image: url(/system_panel/uploads/images/mask-vertical.svg);
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 0;
}

.scroll-mask.is-visible img,
.js-scroll-mask.is-visible img,
.scroll-mask-vertical.is-visible img,
.js-scroll-mask-vertical.is-visible img {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
html:not(.is-page-ready) body:not(.gjs-dashed) {
  opacity: 0;
  visibility: hidden;
}

body {
  font-family: var(--tsuku);
  font-size: clamp(0.875rem, 1.19vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: var(--c-brown);
  background-color: var(--c-bg-mint);
  overflow-x: clip;
  margin-top: var(--header-top) !important;
}
@media (min-width: 768px) {
  body {
    line-height: 2.25;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
@media (min-width: 768px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 2;
  }
}

.gjs-dashed .header__nav {
  visibility: visible !important;
  opacity: 1 !important;
}
.gjs-dashed * {
  -webkit-animation: none !important;
          animation: none !important;
  transition: none !important;
}
.gjs-dashed .scroll-mask img,
.gjs-dashed .js-scroll-mask img,
.gjs-dashed .scroll-mask-vertical img,
.gjs-dashed .js-scroll-mask-vertical img {
  opacity: 1 !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}
.gjs-dashed .p-concept .sec02 .box-txt p {
  color: white !important;
}
.gjs-dashed .js-typein {
  opacity: 1 !important;
}
.gjs-dashed .js-typein > * {
  opacity: 1 !important;
}
.gjs-dashed .page-hr img {
  display: block !important;
}

.header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  background-color: var(--c-white);
  border-bottom: 1px solid var(--c-aqua);
}
.header__inner {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: clamp(64px, 7.28vw, 110px);
  padding-inline: clamp(20px, 2.84vw, 43px);
}
.header__brand {
  pointer-events: all;
  flex: 0 0 auto;
  width: clamp(76px, 6.55vw, 99px);
}
.header__brand:hover {
  opacity: 0.7;
}
.header__nav {
  pointer-events: all;
  position: fixed;
  z-index: 997;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding-block: 100px 50px;
  padding-inline: 20px;
  overflow-y: auto;
  background-color: var(--c-white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header__nav::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.header__nav::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__nav::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(98, 62, 43, 0.3);
}
@media (max-height: 750px) {
  .header__nav {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .header__nav {
    justify-content: flex-start;
  }
}
.header__nav.open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .header__nav {
    position: static;
    flex-direction: row;
    width: auto;
    height: auto;
    padding-block: 0;
    padding-inline: 0;
    overflow: visible;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .header__nav-lists {
    flex-direction: row;
    align-items: center;
    width: auto;
    gap: clamp(24px, 3.37vw, 51px);
  }
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.header__nav-link .en {
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(0.875rem, 1.19vw, 1.125rem);
  color: var(--c-brown);
}
.header__nav-link .jp {
  margin-top: 2px;
  font-family: var(--shippori);
  font-weight: 400;
  font-size: 0.6875rem;
  color: var(--c-gray);
}
.header__nav-link:hover {
  opacity: 0.6;
}
.header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__nav-item {
    position: relative;
    width: auto;
  }
}
.header__nav-item--has-drop {
  padding-block: 20px 40px;
  padding-inline: 40px;
  border: solid 1px var(--c-aqua);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  .header__nav-item--has-drop {
    padding-block: 0px;
    padding-inline: 0px;
    border: none;
  }
  .header__nav-item--has-drop::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
  }
  .header__nav-item--has-drop:hover .header__drop, .header__nav-item--has-drop:focus-within .header__drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__nav-item--has-drop:hover .header__drop-item, .header__nav-item--has-drop:focus-within .header__drop-item {
    opacity: 1;
    translate: 0 0;
  }
}
.header__nav-item--has-drop > .header__nav-link {
  pointer-events: none;
}
.header__drop {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  position: relative;
  margin-top: 17px;
}
@media (min-width: 1200px) {
  .header__drop {
    position: absolute;
    z-index: 50;
    top: calc(100% + 14px);
    left: 50%;
    translate: -50% 0;
    width: 310px;
    margin-top: 0;
    padding: 21px 26px 26px;
    gap: 29px;
    background-color: rgba(246, 255, 254, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__drop::before {
    display: none;
  }
}
.header__drop::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 1px;
  background-color: var(--c-aqua);
}
.header__drop-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding-block: 18px;
  text-align: center;
}
@media (min-width: 1200px) {
  .header__drop-item {
    border-bottom: 1px solid var(--c-aqua);
  }
}
.header__drop-item:first-child {
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .header__drop-item:first-child {
    padding-top: 0;
  }
}
.header__drop-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .header__drop-item {
    justify-content: space-between;
    padding-block: 0;
    border-bottom: none;
    text-align: left;
    opacity: 0;
    translate: 0 6px;
    transition: opacity 0.25s ease, translate 0.25s ease;
  }
  .header__drop-item:nth-child(1) {
    transition-delay: 0s;
  }
  .header__drop-item:nth-child(2) {
    transition-delay: 0.08s;
  }
  .header__drop-item:nth-child(3) {
    transition-delay: 0.16s;
  }
  .header__drop-item:nth-child(4) {
    transition-delay: 0.24s;
  }
}
.header__drop-item:hover {
  opacity: 0.6;
}
.header__drop-item:hover .header__drop-arrow {
  translate: 4px 0;
}
.header__drop-label .en {
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(0.875rem, 1.19vw, 1.125rem);
  color: var(--c-brown);
}
.header__drop-label .jp {
  margin-top: 2px;
  font-family: var(--shippori);
  font-weight: 400;
  font-size: 0.6875rem;
  color: var(--c-gray);
}
.header__drop-arrow {
  display: none;
}
@media (min-width: 1200px) {
  .header__drop-arrow {
    display: block;
    flex: 0 0 auto;
    width: 27px;
    transition: translate 0.3s ease;
  }
}
.header__reserve {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(150px, 12.43vw, 188px);
  min-height: clamp(40px, 3.11vw, 47px);
  padding-inline: 12px;
  border: 1px solid var(--c-gold);
  border-radius: 27.5px;
  background-color: var(--c-gold);
  color: var(--c-white);
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.93vw, 0.875rem);
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .header__reserve {
    margin-top: 0;
    margin-left: clamp(24px, 3.37vw, 51px);
  }
}
.header__reserve:hover {
  background-color: var(--c-white);
  color: var(--c-gold);
  opacity: 1;
}

#hum-btn {
  position: fixed;
  top: calc(clamp(64px, 7.28vw, 110px) / 2);
  right: clamp(20px, 2.84vw, 43px);
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
}
@media (min-width: 1200px) {
  #hum-btn {
    display: none;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 30px;
  height: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-trigger {
    width: 40px;
    height: 30px;
  }
}
.btn-trigger__bar {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: 1.5px;
  transition: all 0.5s ease;
  background-color: var(--c-brown);
  border-radius: 99px;
}
@media (min-width: 768px) {
  .btn-trigger__bar {
    height: 2px;
  }
}
.btn-trigger__bar:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
.btn-trigger__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.btn-trigger__bar:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

.is-nav-open .btn-trigger {
  flex-direction: row;
  transition: all 0.5s ease;
}
.is-nav-open .btn-trigger__bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
.is-nav-open .btn-trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .btn-trigger__bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
          animation: active-menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(7px) rotate(0);
    }
    100% {
      transform: translateY(7px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(7px) rotate(0);
    }
    100% {
      transform: translateY(7px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-7px) rotate(0);
    }
    100% {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-7px) rotate(0);
    }
    100% {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      transform: translateY(7px) rotate(45deg);
    }
    50% {
      transform: translateY(7px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(7px) rotate(45deg);
    }
    50% {
      transform: translateY(7px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
.footer {
  padding-block: clamp(48px, 7.08vw, 107px) clamp(20px, 1.79vw, 27px);
  background-color: var(--c-footer);
}
.footer__inner {
  width: min(100% - 40px, 1236px);
  margin-inline: auto;
}
.footer__main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4vw, 48px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer__main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(24px, 2.98vw, 45px);
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .footer__main {
    max-width: 100%;
  }
}
.footer__logo {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .footer__logo {
    width: clamp(200px, 17.53vw, 265px);
  }
}
.footer__logo img {
  max-width: clamp(200px, 17.53vw, 265px);
  margin-inline: auto;
}
.footer__col {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__col {
    width: auto;
  }
}
@media (min-width: 768px) {
  .footer__col--salon {
    order: 1;
    flex: 0 1 51%;
  }
}
@media (min-width: 992px) {
  .footer__col--salon {
    flex: 0 1 370px;
  }
}
.footer__col--sitemap {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__col--sitemap {
    order: 3;
  }
}
@media (min-width: 992px) {
  .footer__col--sitemap {
    flex: 0 1 249px;
    order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .footer__col--sns {
    order: 2;
    flex: 0 1 45%;
  }
}
@media (min-width: 992px) {
  .footer__col--sns {
    order: 3;
    flex: 0 1 176px;
  }
}
.footer__col-title {
  padding-bottom: clamp(10px, 1.06vw, 16px);
  border-bottom: 1px solid var(--c-aqua);
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  color: var(--c-gold);
}
.footer__col-body {
  margin-top: clamp(8px, 0.73vw, 11px);
  font-family: var(--shippori);
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--c-brown);
}
@media (min-width: 768px) {
  .footer__col-body {
    font-size: 0.9375rem;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
}
.footer__nav-link {
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: var(--c-mint);
  opacity: 1;
}
.footer__sns {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.32vw, 20px);
}
.footer__sns-link {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.footer__sns-link img {
  flex: 0 0 auto;
  width: clamp(14px, 1.12vw, 17px);
}
.footer__sns-link:hover {
  color: var(--c-mint);
  opacity: 1;
}
.footer__copyright {
  margin-top: clamp(32px, 3.37vw, 51px);
  padding-top: clamp(12px, 1.46vw, 22px);
  border-top: 1px solid var(--c-aqua);
  font-family: var(--shippori);
  font-weight: 400;
  font-size: 0.75rem;
  text-align: right;
  color: var(--c-brown);
}

.sec-head {
  text-align: center;
}
.sec-head__label {
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  color: var(--c-gold);
}
.sec-head h2 {
  margin-top: clamp(20px, 3.04vw, 46px);
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.375rem, 2.38vw, 2.25rem);
  color: var(--c-brown);
}
.sec-head__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.66vw, 10px);
  width: min(100%, 404px);
  margin-top: clamp(20px, 2.98vw, 45px);
  margin-inline: auto;
}
.sec-head__divider::before, .sec-head__divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: var(--c-mint-line);
}
.sec-head__divider .diamond {
  flex: 0 0 auto;
  width: clamp(7px, 0.65vw, 9.9px);
  aspect-ratio: 1;
  transform: rotate(45deg);
  background-color: var(--c-mint-line);
}
.sec-head__divider.is-draw-ready::before, .sec-head__divider.is-draw-ready::after {
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sec-head__divider.is-draw-ready::before {
  transform-origin: right center;
}
.sec-head__divider.is-draw-ready::after {
  transform-origin: left center;
}
.sec-head__divider.is-drawn::before, .sec-head__divider.is-drawn::after {
  transform: scaleX(1);
}

.sec-head-left__label {
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  color: var(--c-gold);
}
.sec-head-left h2 {
  margin-top: clamp(10px, 1.12vw, 17px);
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.375rem, 2.25vw, 2.125rem);
  color: var(--c-brown);
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: clamp(180px, 14.35vw, 217px);
  min-height: clamp(40px, 3.11vw, 47px);
  margin-inline: auto;
  padding-inline: 20px;
  border: 1px solid var(--c-aqua);
  border-radius: 999px;
  background-color: var(--c-white);
  font-family: var(--tsuku);
  font-size: clamp(0.75rem, 0.93vw, 0.875rem);
  color: var(--c-brown);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-more .arrow {
  width: clamp(20px, 1.85vw, 28px);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.btn-more:hover {
  background-color: var(--c-aqua);
  color: var(--c-white);
  opacity: 1;
}
.btn-more:hover .arrow {
  transform: translateX(4px);
  filter: brightness(0) invert(1);
}
.btn-more.anchor {
  width: 100%;
}
.btn-more.anchor .arrow {
  width: 4.5px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.btn-more.anchor:hover {
  background-color: var(--c-aqua);
  color: var(--c-white);
  opacity: 1;
}
.btn-more.anchor:hover .arrow {
  transform: translateY(4px);
  filter: brightness(0) invert(1);
}

.bg-follow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.bg-follow__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100lvh;
}
.bg-follow__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html.is-opening {
  overflow: hidden;
}

.opening {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
}
.opening__panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.2%;
}
.opening__panel--top {
  top: 0;
  background: linear-gradient(180deg, var(--c-white) 0%, var(--c-fv-bottom) 100%);
}
.opening__panel--bottom {
  bottom: 0;
  background: linear-gradient(180deg, var(--c-fv-bottom) 0%, var(--c-white) 100%);
}
.opening__deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.opening__lily {
  position: absolute;
  top: 50%;
  width: clamp(150px, 20vw, 300px);
}
.opening__lily--l {
  aspect-ratio: 704/794;
  right: 50%;
  margin-right: clamp(20px, 4vw, 40px);
  translate: 0 -50%;
}
.opening__lily--r {
  aspect-ratio: 872/753;
  left: 50%;
  margin-left: clamp(36px, 6vw, 72px);
  translate: 0 -34%;
}
.opening__bubble {
  position: absolute;
  bottom: -12%;
  width: clamp(40px, 6vw, 90px);
}
.opening__logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opening__logo img {
  position: relative;
  z-index: 1;
  width: clamp(140px, 14.55vw, 220px);
}
.opening.is-done {
  display: none;
}

.list-dl {
  display: flex;
}

.p-top-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 560px;
  max-height: 1100px;
  height: calc(100vh - var(--header-top));
  padding: 40px 20px 32px;
  background: linear-gradient(180deg, var(--c-white) 0%, var(--c-fv-bottom) 100%);
}
@media (min-width: 768px) {
  .p-top-fv {
    padding: 0px 20px clamp(20px, 3vw, 40px);
    min-height: 560px;
  }
}
.p-top-fv__stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-fv__stage {
    display: block;
    width: min(100%, 153.9714867617vh);
    height: 100%;
    aspect-ratio: 1512/1100;
    margin-inline: auto;
    container-type: inline-size;
  }
}
@media (min-width: 992px) {
  .p-top-fv__stage {
    aspect-ratio: 1512/982;
  }
}
.p-top-fv__visual {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: min(100%, 430px);
  min-height: 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-top-fv__visual {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -48%);
    height: auto;
    margin-inline: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top-fv__visual {
    max-width: 60%;
    width: 46%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .p-top-fv__visual {
    max-width: 100%;
    min-width: 730px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .p-top-fv__visual {
    width: 68.03%;
    max-width: 915px;
  }
}
@media (min-width: 768px) {
  .p-top-fv__visual img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.p-top-fv__copy {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: min(100%, 480px);
  margin-inline: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-top-fv__copy {
    position: absolute;
    left: 4.76%;
    top: auto;
    bottom: 0px;
    width: 100%;
    margin: 0;
  }
}
.p-top-fv__copy h1 {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.5rem, 6.4vw, 2rem);
  color: var(--c-brown);
}
@media (min-width: 768px) {
  .p-top-fv__copy h1 {
    font-size: 3.44cqw;
  }
}
.p-top-fv__copy p {
  margin-top: 2px;
  color: var(--c-mint);
  font-size: 2.5cqw;
}
@media (min-width: 576px) {
  .p-top-fv__copy p {
    font-size: 2cqw;
  }
}
@media (min-width: 768px) {
  .p-top-fv__copy p {
    font-size: 1.19cqw;
  }
}
.p-top-fv .deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-top-fv .deco--lily01 {
  left: -6%;
  top: 2%;
  width: 42%;
}
@media (min-width: 768px) {
  .p-top-fv .deco--lily01 {
    left: 5.51%;
    top: 12.95%;
    width: 31.04%;
  }
}
.p-top-fv .deco--lily02 {
  right: -8%;
  bottom: 14%;
  width: 50%;
}
@media (min-width: 768px) {
  .p-top-fv .deco--lily02 {
    right: auto;
    bottom: auto;
    right: 2.5%;
    bottom: 11.57%;
    width: 38.43%;
  }
}
.p-top-fv .deco--bubble01 {
  left: -18%;
  top: 0%;
  width: 40%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-top-fv .deco--bubble01 {
    left: -5.29%;
    top: 19.26%;
    width: 25.79%;
  }
}
.p-top-fv .deco--bubble02 {
  right: -16%;
  bottom: 4%;
  width: 40%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-top-fv .deco--bubble02 {
    right: auto;
    bottom: auto;
    right: -8%;
    bottom: 5%;
    width: 25.79%;
  }
}

.p-top-concept {
  position: relative;
  padding-block: clamp(56px, 7.61vw, 115px) clamp(56px, 7.74vw, 117px);
  background-color: var(--c-bg-mint);
  text-align: center;
}
.p-top-concept__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.p-top-concept__inner .container {
  width: min(100% - 40px, 640px);
}
.p-top-concept .sec-head__divider {
  width: min(100%, 329px);
}
.p-top-concept__body {
  margin-top: clamp(20px, 3.04vw, 46px);
  font-size: clamp(0.8125rem, 1.19vw, 1.125rem);
  color: var(--c-brown);
  line-height: 2.8;
}
.p-top-concept .btn-more {
  position: relative;
  z-index: 3;
  margin-top: clamp(16px, 2.18vw, 33px);
}
.p-top-concept__photo-wrap {
  height: 170vh;
  margin-top: clamp(40px, 6.55vw, 99px);
  margin-bottom: calc(-1 * clamp(56px, 7.74vw, 117px));
}
.p-top-concept__photo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.p-top-concept__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-concept .deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-top-concept .deco-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.p-top-concept .deco-wrap__inner {
  position: relative;
  width: inherit;
  height: inherit;
}
.p-top-concept .deco--flower01 {
  left: -4%;
  width: 26%;
  top: auto;
  bottom: -8%;
}
@media (min-width: 576px) {
  .p-top-concept .deco--flower01 {
    left: 2%;
    top: 52vw;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .p-top-concept .deco--flower01 {
    left: 8.86%;
    top: 39.4vw;
    width: 16.34%;
  }
}
@media (min-width: 992px) {
  .p-top-concept .deco--flower01 {
    top: 24.4vw;
  }
}
.p-top-concept .deco--flower02 {
  right: -4%;
  width: 26%;
  top: auto;
  bottom: -8%;
}
@media (min-width: 576px) {
  .p-top-concept .deco--flower02 {
    right: 2%;
    top: 52vw;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .p-top-concept .deco--flower02 {
    right: auto;
    left: 74.93%;
    top: 39.4vw;
    width: 16.34%;
  }
}
@media (min-width: 992px) {
  .p-top-concept .deco--flower02 {
    top: 24.4vw;
  }
}
.p-top-concept .deco--bubble01 {
  left: 10%;
  top: 13vw;
  width: 10%;
}
@media (min-width: 768px) {
  .p-top-concept .deco--bubble01 {
    left: 26.39%;
    top: 10.52vw;
    width: 5.71%;
  }
}
.p-top-concept .deco--bubble02 {
  right: 10%;
  top: 13vw;
  width: 10%;
}
@media (min-width: 768px) {
  .p-top-concept .deco--bubble02 {
    right: auto;
    left: 68.02%;
    top: 10.52vw;
    width: 5.71%;
  }
}

.p-top-menu {
  position: relative;
  padding-block: clamp(56px, 7.61vw, 115px) clamp(64px, 10.65vw, 161px);
  background-color: #f2f1f1;
}
.p-top-menu__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}
.p-top-menu .sec-head__divider {
  width: min(100%, 404px);
}
.p-top-menu__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 8.73vw, 132px);
  margin-top: clamp(40px, 8.73vw, 132px);
}
.p-top-menu__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 5.16vw, 78px);
  width: 100%;
}
@media (min-width: 992px) {
  .p-top-menu__row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-top-menu__card {
  width: min(100%, 576px);
  padding: clamp(28px, 2.91vw, 44px) clamp(20px, 4.1vw, 62px) clamp(28px, 2.98vw, 45px);
  background-color: var(--c-white);
  text-align: center;
}
.p-top-menu__num {
  font-family: var(--cormorant);
  font-weight: 300;
  font-size: clamp(1rem, 1.46vw, 1.375rem);
  color: var(--c-gold);
}
.p-top-menu h3 {
  margin-top: 6px;
  font-family: var(--shippori);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  color: var(--c-brown);
}
.p-top-menu__photo {
  margin-top: clamp(16px, 2.05vw, 31px);
}
.p-top-menu__photo img {
  width: 100%;
  aspect-ratio: 453/302;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-menu__lead {
  margin-top: clamp(14px, 1.79vw, 27px);
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(0.875rem, 1.19vw, 1.125rem);
  color: var(--c-mint);
}
.p-top-menu__body {
  margin-top: 12px;
  font-size: clamp(0.8125rem, 1.06vw, 1rem);
  text-align: left;
}
.p-top-menu .btn-more {
  margin-top: clamp(20px, 2.45vw, 37px);
}

.p-top-trouble {
  padding-block: clamp(56px, 7.61vw, 115px) clamp(64px, 9.39vw, 142px);
  background: linear-gradient(180deg, var(--c-off-white) 0%, var(--c-mint-pale) 100%);
}
.p-top-trouble__inner {
  width: min(100% - 40px, 1050px);
  margin-inline: auto;
}
.p-top-trouble__lead {
  margin-top: clamp(24px, 3.04vw, 46px);
  text-align: center;
}
.p-top-trouble__cards {
  --card-gap-x: clamp(16px, 2.98vw, 45px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.24vw, 49px) var(--card-gap-x);
  margin-top: clamp(40px, 7.67vw, 116px);
}
@media (min-width: 576px) {
  .p-top-trouble__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .p-top-trouble__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-trouble__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 2.65vw, 40px) clamp(16px, 2.65vw, 40px) clamp(32px, 4.63vw, 70px);
  border: 1px solid var(--c-aqua);
  background-color: var(--c-white);
  text-align: center;
}
@media (max-width: 991px) {
  .p-top-trouble__card:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - var(--card-gap-x)) / 2);
  }
}
.p-top-trouble__icon {
  width: clamp(120px, 11.77vw, 178px);
  aspect-ratio: 1;
}
.p-top-trouble__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-trouble h3 {
  margin-top: clamp(12px, 1.26vw, 19px);
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.0625rem, 1.32vw, 1.25rem);
  color: var(--c-brown);
}
.p-top-trouble__to {
  margin-top: clamp(20px, 3.04vw, 46px);
  font-size: clamp(0.75rem, 0.86vw, 0.8125rem);
  color: var(--c-mint);
}
.p-top-trouble__tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: clamp(40px, 3.11vw, 47px);
  margin-top: 3px;
  padding-inline: clamp(16px, 1.46vw, 22px);
  border: 1px solid var(--c-white);
  border-radius: 999px;
  background-color: var(--c-tag);
  font-size: clamp(0.8125rem, 0.99vw, 0.9375rem);
  color: var(--c-brown);
  transition: background-color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}
@media (min-width: 768px) {
  .p-top-trouble__tag {
    min-width: 240px;
  }
}
.p-top-trouble__tag img {
  flex: 0 0 auto;
  width: clamp(10px, 0.79vw, 12px);
  transition: transform 0.3s ease;
}
.p-top-trouble__tag:hover {
  background-color: var(--c-mint);
  color: var(--c-white);
  opacity: 1;
}
.p-top-trouble__tag:hover img {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .p-top-trouble__cards {
    gap: 24px 12px;
  }
  .p-top-trouble__card {
    padding: 16px 10px 20px;
  }
  .p-top-trouble__icon {
    width: 88px;
  }
  .p-top-trouble h3 {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-top-trouble__to {
    margin-top: 10px;
    font-size: 0.6875rem;
  }
  .p-top-trouble__tag {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 32px;
    margin-top: 6px;
    padding: 8px 4px;
    font-size: 0.6rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-top-trouble__tag img {
    display: none;
  }
}

.p-top-firstvisit {
  background-color: var(--c-white);
}
@media (min-width: 992px) {
  .p-top-firstvisit {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .p-top-firstvisit__photo {
    width: 50%;
  }
}
.p-top-firstvisit__photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 756/582;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .p-top-firstvisit__photo img {
    aspect-ratio: auto;
  }
}
.p-top-firstvisit__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 80px) 20px;
}
@media (min-width: 992px) {
  .p-top-firstvisit__body {
    width: 50%;
    padding: clamp(40px, 8.07vw, 122px) clamp(24px, 2.65vw, 40px) clamp(40px, 8.07vw, 122px) clamp(24px, 5.69vw, 86px);
  }
}
.p-top-firstvisit__lead {
  max-width: 513px;
  margin-top: clamp(20px, 3.24vw, 49px);
}
.p-top-firstvisit .btn-more {
  margin-top: clamp(20px, 2.58vw, 39px);
  margin-inline: 0;
}

.p-top-news {
  padding-block: clamp(56px, 9.86vw, 149px);
  background-color: var(--c-bg-mint);
}
.p-top-news__inner {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: 50px clamp(40px, 7vw, 100px);
}
@media (min-width: 992px) {
  .p-top-news__inner {
    align-items: stretch;
    flex-direction: row;
  }
}
.p-top-news .sec-head-left {
  display: contents;
  width: 100%;
}
@media (min-width: 992px) {
  .p-top-news .sec-head-left {
    display: flex;
    flex-direction: column;
    width: 250px;
  }
}
.p-top-news .webgene-blog {
  flex: 1;
  order: 2;
}
.p-top-news__list {
  margin-top: clamp(24px, 4vw, 48px);
}
@media (min-width: 992px) {
  .p-top-news__list {
    margin-top: 0;
    padding-top: clamp(0px, 1.45vw, 22px);
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
.p-top-news__item {
  display: block;
  padding-block: clamp(14px, 1.59vw, 24px);
  border-bottom: 1px solid var(--c-aqua);
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.19vw, 1.125rem);
  color: var(--c-brown);
  transition: color 0.3s ease;
}
.p-top-news__item:hover {
  color: var(--c-mint);
  opacity: 1;
}
.p-top-news article:first-child .p-top-news__item {
  padding-top: 0;
}
.p-top-news .sec-head {
  order: 1;
}
.p-top-news .btn-more {
  order: 3;
}
@media (min-width: 992px) {
  .p-top-news .btn-more {
    order: 2;
  }
}

.p-top-info {
  padding-block: clamp(56px, 9.13vw, 138px);
  background: linear-gradient(180deg, var(--c-mint-light) 0%, var(--c-off-white) 100%);
}
.p-top-info__inner {
  width: min(100% - 40px, 1097px);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-top-info__inner {
    display: grid;
    grid-template-columns: 584fr 445fr;
    -moz-column-gap: clamp(32px, 4.5vw, 68px);
         column-gap: clamp(32px, 4.5vw, 68px);
    align-items: start;
  }
}
.p-top-info__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 584/496;
  border: 0;
  height: 350px;
}
@media (min-width: 768px) {
  .p-top-info__map iframe {
    height: 500px;
  }
}
.p-top-info__body {
  margin-top: clamp(24px, 4vw, 48px);
}
@media (min-width: 992px) {
  .p-top-info__body {
    margin-top: 0;
  }
}
.p-top-info__list {
  margin-top: clamp(24px, 3.51vw, 53px);
}
.p-top-info .list-dl {
  display: flex;
  flex-direction: column;
  padding-block: 16px;
  border-bottom: 1px solid var(--c-aqua);
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(0.875rem, 1.06vw, 1rem);
  color: var(--c-brown);
  gap: 8px 20px;
}
@media (min-width: 992px) {
  .p-top-info .list-dl {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-top-info .list-dl:first-child {
  padding-top: 0px;
}
.p-top-info .list-dt {
  position: relative;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .p-top-info .list-dt {
    width: 95px;
    padding-left: 0px;
  }
}
.p-top-info .list-dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  display: block;
  background-color: var(--c-mint);
}
@media (min-width: 992px) {
  .p-top-info .list-dt::before::before {
    content: none;
  }
}
.p-top-info .list-dd {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .p-top-info .list-dd {
    flex: 1;
    width: auto;
    padding-left: 0px;
  }
}
.p-top-info .btn-more {
  margin-top: clamp(20px, 2.31vw, 35px);
  margin-inline: 0;
}

.ft-reservation {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 6.15vw, 93px);
  text-align: center;
}
.ft-reservation__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.ft-reservation__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.ft-reservation__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 837px);
  margin-inline: auto;
}
.ft-reservation .sec-head__divider {
  width: min(100%, 330px);
}
.ft-reservation__lead {
  margin-top: clamp(16px, 2.05vw, 31px);
}
.ft-reservation__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4.03vw, 61px);
  margin-top: clamp(24px, 2.91vw, 44px);
}
@media (min-width: 768px) {
  .ft-reservation__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ft-reservation__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(150px, 13.89vw, 210px);
  padding: clamp(24px, 3.37vw, 51px) 20px;
  border: 2px solid var(--c-aqua);
  border-radius: 30px;
  background-color: var(--c-white);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.ft-reservation__card:hover {
  border-color: var(--c-mint);
  opacity: 1;
}
.ft-reservation__card-label {
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  color: var(--c-mint);
}
.ft-reservation__card-text {
  margin-top: 12px;
  font-size: clamp(1rem, 1.59vw, 1.5rem);
  color: var(--c-brown);
}

.page-fv {
  background-color: var(--c-bg-mint);
  height: 100vh;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-fv {
    max-height: 850px;
  }
}
.page-fv__head {
  padding-top: clamp(40px, 7.87vw, 119px);
  padding-bottom: clamp(24px, 2.65vw, 40px);
  text-align: center;
}
.page-fv__head .en {
  font-family: var(--cormorant);
  font-weight: 600;
  font-size: clamp(1.875rem, 1.511rem + 1.58vw, 3rem);
  color: var(--c-gold);
}
.page-fv__head .jp {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  color: var(--c-brown);
}
.page-fv__photo {
  flex: 1;
}
.page-fv__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__inner {
  width: min(100% - 40px, 812px);
  margin-inline: auto;
}
.p-concept__lead {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 7.61vw, 115px) clamp(100px, 15vw, 230px);
  background-color: var(--c-bg-mint);
  text-align: center;
}
.p-concept__lead .sec-head__divider {
  width: min(100%, 330px);
}
.p-concept__lead-photos {
  position: relative;
  width: min(100%, 1512px);
  margin-top: 100px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.51vw, 53px);
}
@media (min-width: 768px) {
  .p-concept__lead-photos {
    margin-top: 130px;
  }
}
.p-concept__lead-photo--01 {
  width: 25.4%;
  margin-left: 23.74%;
  aspect-ratio: 384/256;
}
@media (max-width: 767px) {
  .p-concept__lead-photo--01 {
    width: 52%;
    margin-left: 3%;
  }
}
.p-concept__lead-photo--02 {
  width: 37.96%;
  margin-left: 43.85%;
  aspect-ratio: 574/382;
}
@media (max-width: 767px) {
  .p-concept__lead-photo--02 {
    width: 57%;
    margin-left: 40%;
  }
}
.p-concept__lead .deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-concept__lead .deco--flower01 {
  top: 22.14%;
  left: 12.23%;
  width: 50.5%;
  rotate: -13.07deg;
}
@media (max-width: 767px) {
  .p-concept__lead .deco--flower01 {
    top: 42.86%;
    left: -5%;
    width: 60%;
  }
}
.p-concept__lead .deco--flower02 {
  top: -4.92%;
  left: 51.46%;
  width: 34.63%;
  rotate: 3.22deg;
}
@media (max-width: 767px) {
  .p-concept__lead .deco--flower02 {
    left: 48%;
    width: 52%;
  }
}
.p-concept__origin {
  padding-block: clamp(56px, 7.61vw, 115px) clamp(56px, 7.61vw, 115px);
  background: linear-gradient(180deg, #ffffff 0%, var(--c-mint-light) 100%);
  text-align: center;
}
.p-concept__origin .sec-head__divider {
  width: min(100%, 330px);
}
.p-concept__origin-photo {
  width: min(100%, 283px);
  margin-inline: auto;
  aspect-ratio: 283/417;
  border-radius: 50%;
}
.p-concept__origin-photo img {
  border-radius: 50%;
}
.p-concept__origin-name {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-concept__origin-name {
    font-size: 1.25rem;
  }
}
.p-concept__origin-name-en {
  font-family: var(--cormorant);
  font-weight: 300;
  font-size: clamp(0.75rem, 0.93vw, 0.875rem);
  color: var(--c-gold);
  line-height: 1;
}
.p-concept__origin-title {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  color: var(--c-brown);
}
.p-concept__commitment {
  padding-block: clamp(56px, 7.61vw, 115px);
  background-color: var(--c-white);
  text-align: center;
}
.p-concept__commitment .sec-head__divider {
  width: min(100%, 330px);
}
.p-concept__commitment-list {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5.82vw, 88px);
  text-align: left;
}
.p-concept__commitment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.12vw, 32px);
}
@media (min-width: 768px) {
  .p-concept__commitment-item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-concept__commitment-icon {
  flex: 0 0 auto;
  width: clamp(72px, 7.87vw, 119px);
  aspect-ratio: 1;
}
.p-concept__commitment-body {
  flex: 1;
  min-width: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-concept__commitment-body {
    text-align: left;
  }
}
.p-concept__commitment-body h3 {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.25rem, 1.98vw, 1.875rem);
  color: var(--c-brown);
}
.p-concept__commitment-body p {
  font-size: clamp(0.875rem, 1.06vw, 1rem);
}
.p-concept__treatment {
  padding-block: clamp(56px, 8.01vw, 121px) clamp(56px, 7.41vw, 112px);
  background-color: var(--c-bg-mint);
  text-align: center;
}
.p-concept__treatment .sec-head__divider {
  width: min(100%, 330px);
}
.p-concept__treatment-cards {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.11vw, 47px);
}
.p-concept__treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.65vw, 40px);
  padding: clamp(24px, 2.91vw, 44px) clamp(20px, 4.89vw, 74px);
  border: 1px solid var(--c-aqua);
  background-color: var(--c-white);
}
@media (min-width: 768px) {
  .p-concept__treatment-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}
.p-concept__treatment-photo {
  flex: 0 0 auto;
  width: min(100%, 329px);
  aspect-ratio: 329/219;
}
.p-concept__treatment-body {
  flex: 1;
  min-width: 0;
}
.p-concept__treatment-num {
  font-family: var(--cormorant);
  font-weight: 300;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  color: var(--c-gold);
}
.p-concept__treatment h3 {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.044rem + 0.35vw, 1.375rem);
  color: var(--c-brown);
}
.p-concept__treatment-lead {
  font-size: clamp(0.813rem, 0.772rem + 0.18vw, 0.938rem);
}
.p-concept__treatment .btn-more {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-concept__treatment .btn-more {
    margin-inline: 0;
  }
}

.p-mouton-whip-spa .sec-head__divider,
.p-crystal-head-spa .sec-head__divider,
.p-crystal-drainage .sec-head__divider {
  width: min(100%, 330px);
}
.p-mouton-whip-spa .container,
.p-crystal-head-spa .container,
.p-crystal-drainage .container {
  max-width: 1019px;
}
.p-mouton-whip-spa__about,
.p-crystal-head-spa__about,
.p-crystal-drainage__about {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 7.61vw, 115px);
  background-color: var(--c-bg-mint);
  text-align: center;
}
.p-mouton-whip-spa__about-photo,
.p-crystal-head-spa__about-photo,
.p-crystal-drainage__about-photo {
  position: relative;
  width: 85%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-mouton-whip-spa__about-photo,
.p-crystal-head-spa__about-photo,
.p-crystal-drainage__about-photo {
    width: min(100%, 616px);
  }
}
.p-mouton-whip-spa__about-photo .scroll-mask,
.p-crystal-head-spa__about-photo .scroll-mask,
.p-crystal-drainage__about-photo .scroll-mask {
  aspect-ratio: 616/411;
}
.p-mouton-whip-spa__about .deco,
.p-crystal-head-spa__about .deco,
.p-crystal-drainage__about .deco {
  position: absolute;
  top: 29.93%;
  z-index: 2;
  width: 11%;
  aspect-ratio: 86.33/165.07;
}
@media (min-width: 992px) {
  .p-mouton-whip-spa__about .deco,
.p-crystal-head-spa__about .deco,
.p-crystal-drainage__about .deco {
    width: 14.01%;
  }
}
.p-mouton-whip-spa__about .deco--bubble01,
.p-crystal-head-spa__about .deco--bubble01,
.p-crystal-drainage__about .deco--bubble01 {
  left: -10vw;
}
@media (min-width: 992px) {
  .p-mouton-whip-spa__about .deco--bubble01,
.p-crystal-head-spa__about .deco--bubble01,
.p-crystal-drainage__about .deco--bubble01 {
    left: -13vw;
  }
}
.p-mouton-whip-spa__about .deco--bubble02,
.p-crystal-head-spa__about .deco--bubble02,
.p-crystal-drainage__about .deco--bubble02 {
  right: -10vw;
}
@media (min-width: 992px) {
  .p-mouton-whip-spa__about .deco--bubble02,
.p-crystal-head-spa__about .deco--bubble02,
.p-crystal-drainage__about .deco--bubble02 {
    right: -13vw;
  }
}
.p-mouton-whip-spa__feature,
.p-crystal-head-spa__feature,
.p-crystal-drainage__feature {
  position: relative;
  padding-block: clamp(56px, 7.61vw, 115px);
  background-color: var(--c-white);
  text-align: center;
}
.p-mouton-whip-spa__feature .bg-follow,
.p-crystal-head-spa__feature .bg-follow,
.p-crystal-drainage__feature .bg-follow {
  opacity: 0.5;
}
.p-mouton-whip-spa__feature .container,
.p-crystal-head-spa__feature .container,
.p-crystal-drainage__feature .container {
  position: relative;
  z-index: 1;
}
.p-mouton-whip-spa__feature-list,
.p-crystal-head-spa__feature-list,
.p-crystal-drainage__feature-list {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 12vw, 160px);
}
.p-mouton-whip-spa__feature-item,
.p-crystal-head-spa__feature-item,
.p-crystal-drainage__feature-item {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3.04vw, 46px);
  text-align: left;
}
@media (min-width: 768px) {
  .p-mouton-whip-spa__feature-item,
.p-crystal-head-spa__feature-item,
.p-crystal-drainage__feature-item {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-mouton-whip-spa__feature-item--reverse,
.p-crystal-head-spa__feature-item--reverse,
.p-crystal-drainage__feature-item--reverse {
    flex-direction: row-reverse;
  }
}
.p-mouton-whip-spa__feature-photo,
.p-crystal-head-spa__feature-photo,
.p-crystal-drainage__feature-photo {
  flex: 0 0 auto;
  width: min(100%, 462px);
  aspect-ratio: 462/308;
}
.p-mouton-whip-spa__feature-body,
.p-crystal-head-spa__feature-body,
.p-crystal-drainage__feature-body {
  flex: 1;
  min-width: 0;
}
.p-mouton-whip-spa__feature-body h3,
.p-crystal-head-spa__feature-body h3,
.p-crystal-drainage__feature-body h3 {
  font-family: var(--shippori);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
}
.p-mouton-whip-spa__feature-body > p,
.p-crystal-head-spa__feature-body > p,
.p-crystal-drainage__feature-body > p {
  font-size: clamp(0.875rem, 1.06vw, 1rem);
}
.p-mouton-whip-spa__feature-title,
.p-crystal-head-spa__feature-title,
.p-crystal-drainage__feature-title {
  display: flex;
  align-items: baseline;
  gap: clamp(8px, 1.06vw, 16px);
}
.p-mouton-whip-spa__feature-num,
.p-crystal-head-spa__feature-num,
.p-crystal-drainage__feature-num {
  flex: 0 0 auto;
  font-family: var(--cormorant);
  font-weight: 300;
  font-size: clamp(1.375rem, 2.12vw, 2rem);
  color: var(--c-gold);
}
.p-mouton-whip-spa__foryou,
.p-crystal-head-spa__foryou,
.p-crystal-drainage__foryou {
  padding-block: clamp(56px, 7.61vw, 115px);
  background: linear-gradient(180deg, #ffffff 0%, var(--c-mint-light) 100%);
  text-align: center;
}
.p-mouton-whip-spa__foryou .container,
.p-crystal-head-spa__foryou .container,
.p-crystal-drainage__foryou .container {
  max-width: 1148px;
}
.p-mouton-whip-spa__foryou-cards,
.p-crystal-head-spa__foryou-cards,
.p-crystal-drainage__foryou-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 3.11vw, 47px);
}
@media (min-width: 992px) {
  .p-mouton-whip-spa__foryou-cards,
.p-crystal-head-spa__foryou-cards,
.p-crystal-drainage__foryou-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-mouton-whip-spa__foryou-card,
.p-crystal-head-spa__foryou-card,
.p-crystal-drainage__foryou-card {
  padding: clamp(16px, 1.59vw, 24px) clamp(8px, 1.06vw, 16px);
  background-color: var(--c-white);
}
.p-mouton-whip-spa__foryou-card img,
.p-crystal-head-spa__foryou-card img,
.p-crystal-drainage__foryou-card img {
  width: min(100%, 120px);
  margin-inline: auto;
}
.p-mouton-whip-spa__foryou-card p,
.p-crystal-head-spa__foryou-card p,
.p-crystal-drainage__foryou-card p {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(0.875rem, 1.19vw, 1.125rem);
}
.p-mouton-whip-spa__ba,
.p-crystal-head-spa__ba,
.p-crystal-drainage__ba {
  padding-block: clamp(56px, 7.61vw, 115px);
  background-color: var(--c-bg-mint);
  text-align: center;
}
.p-mouton-whip-spa__ba-photos,
.p-crystal-head-spa__ba-photos,
.p-crystal-drainage__ba-photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4.56vw, 69px);
}
@media (min-width: 768px) {
  .p-mouton-whip-spa__ba-photos,
.p-crystal-head-spa__ba-photos,
.p-crystal-drainage__ba-photos {
    flex-direction: row;
    justify-content: center;
  }
}
.p-mouton-whip-spa__ba-photo,
.p-crystal-head-spa__ba-photo,
.p-crystal-drainage__ba-photo {
  width: min(100%, 419px);
  aspect-ratio: 1;
}
.p-mouton-whip-spa__price,
.p-crystal-head-spa__price,
.p-crystal-drainage__price {
  padding-block: clamp(56px, 7.61vw, 115px);
  background-color: var(--c-white);
  text-align: center;
}
.p-mouton-whip-spa__price .container,
.p-crystal-head-spa__price .container,
.p-crystal-drainage__price .container {
  max-width: 859px;
}
.p-mouton-whip-spa__price-list,
.p-crystal-head-spa__price-list,
.p-crystal-drainage__price-list {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.12vw, 32px);
  text-align: left;
}
.p-mouton-whip-spa__price-row,
.p-crystal-head-spa__price-row,
.p-crystal-drainage__price-row {
  padding: clamp(20px, 2.45vw, 37px) clamp(20px, 4.63vw, 70px);
  background-color: var(--c-mint-light);
}
.p-mouton-whip-spa__price .list-dl,
.p-crystal-head-spa__price .list-dl,
.p-crystal-drainage__price .list-dl {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
  font-family: var(--shippori);
  font-weight: 500;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
}
@media (min-width: 768px) {
  .p-mouton-whip-spa__price .list-dl,
.p-crystal-head-spa__price .list-dl,
.p-crystal-drainage__price .list-dl {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-mouton-whip-spa__price .list-dt,
.p-crystal-head-spa__price .list-dt,
.p-crystal-drainage__price .list-dt {
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-mouton-whip-spa__price .list-dt,
.p-crystal-head-spa__price .list-dt,
.p-crystal-drainage__price .list-dt {
    flex: 1;
    min-width: 0;
  }
}
.p-mouton-whip-spa__price .list-dd,
.p-crystal-head-spa__price .list-dd,
.p-crystal-drainage__price .list-dd {
  width: 100%;
  white-space: nowrap;
  text-align: right;
}
@media (min-width: 768px) {
  .p-mouton-whip-spa__price .list-dd,
.p-crystal-head-spa__price .list-dd,
.p-crystal-drainage__price .list-dd {
    flex: 0 0 auto;
    width: 100px;
  }
}
.p-mouton-whip-spa__price-bonus,
.p-crystal-head-spa__price-bonus,
.p-crystal-drainage__price-bonus {
  padding: clamp(16px, 2.12vw, 32px) clamp(16px, 2.38vw, 36px);
  background-color: var(--c-white);
  border: solid 1px #aee6e8;
}
.p-mouton-whip-spa__price-bonus > p,
.p-crystal-head-spa__price-bonus > p,
.p-crystal-drainage__price-bonus > p {
  max-width: 500px;
  margin-inline: auto;
}
.p-mouton-whip-spa__price-bonus-title,
.p-crystal-head-spa__price-bonus-title,
.p-crystal-drainage__price-bonus-title {
  font-family: var(--shippori);
  font-weight: 500;
  color: var(--c-mint);
  text-align: center;
}
.p-mouton-whip-spa__price-bonus-item,
.p-crystal-head-spa__price-bonus-item,
.p-crystal-drainage__price-bonus-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-mouton-whip-spa__price-bonus-note,
.p-crystal-head-spa__price-bonus-note,
.p-crystal-drainage__price-bonus-note {
  padding-left: 1em;
  font-size: clamp(0.875rem, 1.06vw, 1rem);
  color: var(--c-gray);
}
.p-mouton-whip-spa__price .btn-more,
.p-crystal-head-spa__price .btn-more,
.p-crystal-drainage__price .btn-more {
  width: clamp(220px, 18.06vw, 273px);
}

.p-crystal-head-spa__foryou .container,
.p-crystal-drainage__foryou .container {
  max-width: 856px;
}
.p-crystal-head-spa__foryou-cards,
.p-crystal-drainage__foryou-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2.91vw, 44px);
}
.p-crystal-head-spa__foryou-card,
.p-crystal-drainage__foryou-card {
  width: calc((100% - clamp(16px, 2.91vw, 44px)) / 2);
}
@media (min-width: 992px) {
  .p-crystal-head-spa__foryou-card,
.p-crystal-drainage__foryou-card {
    width: calc((100% - clamp(16px, 2.91vw, 44px) * 2) / 3);
  }
}

.p-menu__anchor-inner {
  --anchor-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--anchor-gap);
}
@media (min-width: 768px) {
  .p-menu__anchor-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .p-menu__anchor-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-menu .menu-box {
  padding-inline: 20px;
  padding-block: 55px;
  background-color: var(--c-white);
  border: solid 1px var(--c-aqua);
}
@media (min-width: 768px) {
  .p-menu .menu-box {
    padding-block: 72px;
  }
}
.p-menu .menu-box:not(:last-child) {
  margin-bottom: clamp(60px, 7vw, 100px);
}
.p-menu .menu-list {
  max-width: 900px;
  margin-inline: auto;
}
.p-menu .menu-list:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px var(--c-aqua);
}
.p-menu .menu-list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 10px;
}
.p-menu .menu-list .tags .tag {
  color: var(--c-mint);
  background-color: var(--c-bg-mint);
  padding: 0 20px;
  border: solid 1px var(--c-aqua);
  border-radius: 100px;
}
.p-menu .menu-list h3 {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  font-family: var(--shippori);
  margin-bottom: 12px;
}
.p-menu .menu-list p {
  font-size: 0.75rem;
  font-family: var(--tsuku);
}
@media (min-width: 768px) {
  .p-menu .menu-list p {
    font-size: 0.9375rem;
  }
}
.p-menu .menu-list .list-dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-menu .menu-list .list-dl {
    flex-direction: row;
  }
}
.p-menu .menu-list .list-dt {
  flex: 1;
}
.p-menu .menu-list .list-dd {
  width: 100%;
  text-align: right;
}
@media (min-width: 992px) {
  .p-menu .menu-list .list-dd {
    width: 140px;
  }
}
.p-menu .menu-list .list-dd p {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  font-family: var(--shippori);
}

.p-first-visit__inner {
  width: min(100% - 40px, 1088px);
  margin-inline: auto;
}
.p-first-visit__first {
  position: relative;
  padding-block: clamp(56px, 7.61vw, 115px);
  overflow: clip;
}
.p-first-visit__first-body {
  position: relative;
}
.p-first-visit__first-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 644px);
}
@media (max-width: 991px) {
  .p-first-visit__first-photo {
    width: 60%;
    margin-left: 10vw;
  }
}
@media (max-width: 575px) {
  .p-first-visit__first-photo {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-first-visit__first-photo img {
  width: 100%;
}
.p-first-visit__first-text {
  position: relative;
  z-index: 3;
  width: min(100%, 640px);
  margin-left: auto;
  margin-top: 55px;
}
.p-first-visit__first .deco {
  position: absolute;
  z-index: 2;
}
.p-first-visit__first .deco--flower01 {
  top: 46%;
  left: -6%;
  width: 40%;
  rotate: -13.07deg;
}
@media (max-width: 991px) {
  .p-first-visit__first .deco--flower01 {
    top: 26%;
  }
}
@media (max-width: 767px) {
  .p-first-visit__first .deco--flower01 {
    left: -7%;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .p-first-visit__first .deco--flower01 {
    left: 2%;
    top: 20%;
  }
}
.p-first-visit__first .deco--flower02 {
  top: 17%;
  left: 64%;
  width: 23%;
  rotate: 3.22deg;
}
@media (max-width: 991px) {
  .p-first-visit__first .deco--flower02 {
    top: -6%;
    left: 65%;
  }
}
@media (max-width: 767px) {
  .p-first-visit__first .deco--flower02 {
    top: -4%;
    width: 25%;
  }
}
@media (max-width: 575px) {
  .p-first-visit__first .deco--flower02 {
    left: 75%;
  }
}
.p-first-visit__care {
  padding-block: clamp(56px, 7.61vw, 115px);
  background: linear-gradient(180deg, var(--c-off-white) 0%, var(--c-mint-pale) 100%);
}
.p-first-visit__care-lead {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-first-visit__care-lead {
    margin-top: 45px;
  }
}
.p-first-visit__care-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .p-first-visit__care-list {
    gap: 47px;
    margin-top: 56px;
  }
}
.p-first-visit__care-item {
  padding: 20px;
  background-color: var(--c-white);
}
@media (min-width: 992px) {
  .p-first-visit__care-item {
    display: flex;
    align-items: flex-start;
    gap: 49px;
    padding: 50px;
  }
}
.p-first-visit__care-photo {
  flex: 0 0 auto;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-first-visit__care-photo {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .p-first-visit__care-photo {
    width: 43.85%;
    margin-inline: 0;
  }
}
.p-first-visit__care-photo img {
  width: 100%;
}
.p-first-visit__care-body {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-first-visit__care-body {
    width: 65%;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .p-first-visit__care-body {
    flex: 1;
    margin-top: 0;
  }
}
.p-first-visit__care-head {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
@media (min-width: 992px) {
  .p-first-visit__care-head {
    justify-content: flex-start;
    gap: 15px;
  }
}
.p-first-visit__care-num {
  flex: 0 0 auto;
  font-family: var(--cormorant);
  font-weight: 300;
  font-size: 1.125rem;
  color: var(--c-gold);
}
@media (min-width: 992px) {
  .p-first-visit__care-num {
    font-size: 1.5rem;
  }
}
.p-first-visit__care-title {
  font-family: var(--shippori);
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .p-first-visit__care-title {
    font-size: 1.5rem;
  }
}
.p-first-visit__care-desc {
  margin-top: 12px;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  .p-first-visit__care-desc {
    margin-top: 26px;
    font-size: 1rem;
    text-align: left;
  }
}
.p-first-visit__care-tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  padding: 4px 16px;
  border-radius: 999px;
  background-color: var(--c-bg-mint);
  font-size: 0.875rem;
  color: var(--c-mint);
}
@media (min-width: 992px) {
  .p-first-visit__care-tag {
    margin-top: 31px;
    margin-inline: 0px;
    padding: 8px 25px;
    font-size: 1rem;
  }
}
.p-first-visit__care-problems {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 4px 16px;
  margin-top: 10px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .p-first-visit__care-problems {
    grid-template-columns: repeat(3, auto);
    gap: 4px 35px;
    margin-top: 18px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-first-visit__care-problems {
    justify-content: flex-start;
  }
}
.p-first-visit__care .btn-more {
  margin-top: 16px;
  margin-inline: 0;
}
@media (min-width: 992px) {
  .p-first-visit__care .btn-more {
    margin-top: 31px;
  }
}
.p-first-visit__comfort {
  padding-block: clamp(56px, 7.61vw, 115px);
  background-color: var(--c-white);
}
.p-first-visit__comfort-lead {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-first-visit__comfort-lead {
    margin-top: 45px;
  }
}
.p-first-visit__comfort-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-first-visit__comfort-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 51px;
    margin-top: 62px;
  }
}
.p-first-visit__comfort-item {
  padding: 24px 20px 28px;
  border: 1px solid var(--c-aqua);
  text-align: center;
}
@media (min-width: 768px) {
  .p-first-visit__comfort-item {
    padding: 31px 25px 38px;
  }
}
.p-first-visit__comfort-icon {
  width: 84px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-first-visit__comfort-icon {
    width: 119px;
  }
}
.p-first-visit__comfort-icon img {
  width: 100%;
}
.p-first-visit__comfort-title {
  margin-top: 14px;
  font-family: var(--shippori);
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-first-visit__comfort-title {
    margin-top: 23px;
    font-size: 1.25rem;
  }
}
.p-first-visit__comfort-text {
  margin-top: 10px;
  text-align: left;
  word-break: normal;
}
@media (min-width: 768px) {
  .p-first-visit__comfort-text {
    margin-top: 20px;
  }
}
.p-first-visit__voice {
  padding-block: clamp(56px, 7.61vw, 115px);
  background: linear-gradient(180deg, var(--c-mint-pale) 0%, var(--c-off-white) 100%);
}
.p-first-visit__voice-lead {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-first-visit__voice-lead {
    margin-top: 45px;
  }
}
.p-first-visit__voice-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 808px);
  margin-inline: auto;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-first-visit__voice-list {
    gap: 70px;
    margin-top: 62px;
  }
}
.p-first-visit__voice-item {
  padding: 24px 20px;
  border: 1px solid var(--c-aqua);
  background-color: var(--c-white);
}
@media (min-width: 768px) {
  .p-first-visit__voice-item {
    padding: 40px 53px;
  }
}
.p-first-visit__voice-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (min-width: 768px) {
  .p-first-visit__voice-head {
    gap: 28px;
  }
}
.p-first-visit__voice-avatar {
  flex: 0 0 auto;
  width: 64px;
}
@media (min-width: 768px) {
  .p-first-visit__voice-avatar {
    width: 119px;
  }
}
.p-first-visit__voice-avatar img {
  width: 100%;
}
.p-first-visit__voice-person {
  flex: 1;
}
.p-first-visit__voice-age {
  font-family: var(--shippori);
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-first-visit__voice-age {
    font-size: 1.25rem;
  }
}
.p-first-visit__voice-menu {
  margin-top: 6px;
  font-family: var(--shippori);
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--c-mint);
}
@media (min-width: 768px) {
  .p-first-visit__voice-menu {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.p-first-visit__voice-text {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-first-visit__voice-text {
    margin-top: 37px;
  }
}
.p-first-visit__flow {
  padding-block: clamp(56px, 7.61vw, 115px) clamp(64px, 8.6vw, 130px);
}
.p-first-visit__flow-lead {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-first-visit__flow-lead {
    margin-top: 45px;
  }
}
.p-first-visit__flow-list {
  width: min(100%, 836px);
  margin-inline: auto;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-first-visit__flow-list {
    margin-top: 62px;
  }
}
.p-first-visit__flow-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media (min-width: 768px) {
  .p-first-visit__flow-item {
    gap: 22px;
  }
}
.p-first-visit__flow-num {
  flex: 0 0 auto;
  width: 64px;
}
@media (min-width: 768px) {
  .p-first-visit__flow-num {
    width: 112px;
  }
}
.p-first-visit__flow-num img {
  width: 100%;
}
.p-first-visit__flow-body {
  flex: 1;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .p-first-visit__flow-body {
    padding-top: 12px;
  }
}
.p-first-visit__flow-title {
  font-family: var(--shippori);
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-first-visit__flow-title {
    font-size: 1.5rem;
  }
}
.p-first-visit__flow-text {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-first-visit__flow-text {
    margin-top: 26px;
  }
}
.p-first-visit__flow-arrow {
  width: 15px;
  margin-block: 20px;
  margin-left: 27px;
}
@media (min-width: 768px) {
  .p-first-visit__flow-arrow {
    width: 18px;
    margin-block: 37px;
    margin-left: 50px;
  }
}
.p-first-visit__flow-arrow img {
  width: 100%;
}

.p-salon__body {
  padding-block: clamp(56px, 7.61vw, 115px) 0;
}
.p-salon__inner {
  width: min(100% - 40px, 855px);
  margin-inline: auto;
}
.p-salon__photo {
  width: min(100%, 532px);
  margin-inline: auto;
}
.p-salon__photo img {
  width: 100%;
}
.p-salon__list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-salon__list {
    margin-top: 62px;
  }
}
.p-salon .list-dl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-block: 14px;
  border-bottom: 1px solid var(--c-aqua);
  font-family: var(--shippori);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-salon .list-dl {
    flex-direction: row;
    align-items: flex-start;
    gap: 9px;
    padding-block: 16px;
    font-size: 1.25rem;
  }
}
.p-salon .list-dt {
  width: 100%;
}
@media (min-width: 768px) {
  .p-salon .list-dt {
    flex: 0 0 auto;
    width: 190px;
  }
}
.p-salon .list-dd {
  flex: 1;
}
.p-salon__map {
  margin-top: clamp(56px, 7.61vw, 115px);
}
.p-salon__map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}
@media (min-width: 768px) {
  .p-salon__map iframe {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .p-salon__map iframe {
    height: 750px;
  }
}

.p-news__body {
  padding-block: clamp(56px, 7.61vw, 115px);
}
.p-news__inner {
  width: min(100% - 40px, 868px);
  margin-inline: auto;
}
.p-news .webgene-item {
  display: block;
}
.p-news .list-dl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-block: 16px;
  border-bottom: 1px solid var(--c-aqua);
  color: var(--c-brown);
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-news .list-dl {
    flex-direction: row;
    align-items: baseline;
    gap: 28px;
    padding-block: 24px;
  }
}
.p-news .list-dl:hover {
  opacity: 0.7;
}
.p-news .list-dt {
  flex: 0 0 auto;
  font-family: var(--cormorant);
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-news .list-dt {
    width: 110px;
    font-size: 1.125rem;
  }
}
.p-news .list-dd {
  flex: 1;
}
.p-news .list-dd h2 {
  font-family: var(--tsuku);
  font-weight: 400;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-news .list-dd h2 {
    font-size: 1.125rem;
  }
}

.webgene-pagination {
  margin-top: clamp(40px, 4.1vw, 62px);
}
.webgene-pagination ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px clamp(20px, 3.04vw, 46px);
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .webgene-pagination ul {
    flex-direction: row;
  }
}
.webgene-pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 217px);
  text-align: center;
}
.webgene-pagination li:empty {
  display: none;
}

.btn-back {
  width: min(100%, 217px);
  margin-top: 10px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .btn-back {
    margin-top: 30px;
  }
}

.webgene-pagination .prev > a,
.webgene-pagination .next > a,
.webgene-pagination .back > a,
.btn-back > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 47px;
  padding-inline: 20px;
  border: 1px solid var(--c-aqua);
  border-radius: 999px;
  background-color: var(--c-white);
  font-family: var(--tsuku);
  font-size: 1rem;
  color: var(--c-brown);
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.webgene-pagination .prev > a::after,
.webgene-pagination .next > a::after,
.webgene-pagination .back > a::after,
.btn-back > a::after {
  content: "";
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 4.5px;
  background: url(/system_panel/uploads/images/arrow.svg) center/contain no-repeat;
  transition: transform 0.3s ease, filter 0.3s ease;
}
@media (min-width: 768px) {
  .webgene-pagination .prev > a::after,
.webgene-pagination .next > a::after,
.webgene-pagination .back > a::after,
.btn-back > a::after {
    flex-basis: 28px;
    width: 28px;
  }
}
.webgene-pagination .prev > a:hover,
.webgene-pagination .next > a:hover,
.webgene-pagination .back > a:hover,
.btn-back > a:hover {
  opacity: 1;
  background-color: var(--c-aqua);
  color: var(--c-white);
}
.webgene-pagination .prev > a:hover::after,
.webgene-pagination .next > a:hover::after,
.webgene-pagination .back > a:hover::after,
.btn-back > a:hover::after {
  filter: brightness(0) invert(1);
}

.webgene-pagination .prev > a,
.webgene-pagination .back > a,
.btn-back > a {
  flex-direction: row-reverse;
}
.webgene-pagination .prev > a::after,
.webgene-pagination .back > a::after,
.btn-back > a::after {
  transform: scale(-1, 1);
}
.webgene-pagination .prev > a:hover::after,
.webgene-pagination .back > a:hover::after,
.btn-back > a:hover::after {
  transform: translateX(-4px) scale(-1, 1);
}

.webgene-pagination .next > a:hover::after {
  transform: translateX(4px);
}

.p-newsdetail {
  padding-block: clamp(40px, 5.42vw, 82px) clamp(56px, 7.61vw, 115px);
}
.p-newsdetail__inner {
  width: min(100% - 40px, 902px);
  margin-inline: auto;
}
.p-newsdetail .newsdetail-date {
  font-family: var(--shippori);
  font-weight: 500;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-newsdetail .newsdetail-date {
    font-size: 1.125rem;
  }
}
.p-newsdetail .newsdetail-title {
  margin-top: 18px;
  font-family: var(--shippori);
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-newsdetail .newsdetail-title {
    margin-top: 28px;
    font-size: 1.75rem;
  }
}
.p-newsdetail .newsdetail-img {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-newsdetail .newsdetail-img {
    margin-top: 53px;
  }
}
.p-newsdetail .newsdetail-img:empty {
  display: none;
}
.p-newsdetail .newsdetail-img img {
  width: 100%;
}
.p-newsdetail .newsdetail-content {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-newsdetail .newsdetail-content {
    margin-top: 38px;
  }
}
.p-newsdetail .newsdetail-content img {
  max-width: 100%;
  height: auto;
}