@charset "UTF-8";
/* 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;
  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 {
  --zen: "Zen Kaku Gothic New", sans-serif;
  --tsuku: "fot-tsukubrdgothic-std", sans-serif;
  --ep: "Ephesis", cursive;
  --pk: #f5e6ec;
  --pp: #e6d1d2;
  --pp02: #eccfdb;
  --pp03: #c55c88;
  --br: #6b5540;
  --be: #f8f4ee;
  --be02: #f2e9dc;
  --be03: #d9d2c7;
  --be04: #dccbba;
}

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

.ep {
  font-family: var(--ep);
}

.zen {
  font-family: var(--zen);
}

.pp {
  color: var(--pp);
}

.pp02 {
  color: var(--pp02);
}

.pp03 {
  color: var(--pp03);
}

.fw-sm {
  font-weight: 300;
}

.fw-md {
  font-weight: 400;
}

.fw-lg {
  font-weight: 500;
}

.fw-xl {
  font-weight: 600;
}

.fw-b {
  font-weight: bold;
}

.word-none {
  word-break: normal !important;
}

.mhv-100 {
  min-height: 100vh;
}

.sm-none {
  display: none !important;
}
@media (min-width: 576px) {
  .sm-none {
    display: block !important;
  }
}

.sm-block {
  display: block !important;
}
@media (min-width: 576px) {
  .sm-block {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

.lg-br > br {
  display: block;
}
@media (min-width: 992px) {
  .lg-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);
}

.gjs-dashed {
  background: transparent;
}
.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,
.gjs-dashed .scroll-mask-vertical {
  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;
}
.gjs-dashed .js-stagger > * {
  opacity: 1 !important;
  transform: none !important;
  filter: blur(0px) !important;
}

/* ==========================================
Text / Image reveal animation hooks
(common.js: .blur / .scroll-mask + .is-visible)
========================================== */
.scroll-mask,
.scroll-mask-vertical {
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.scroll-mask img,
.scroll-mask-vertical img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-mask.is-visible,
.scroll-mask-vertical.is-visible {
  opacity: 1;
}

.scroll-mask.is-visible img,
.scroll-mask-vertical.is-visible img {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-mask,
.scroll-mask-vertical {
    transition: none;
    opacity: 1;
  }
  .scroll-mask img,
.scroll-mask-vertical img {
    transition: none;
    transform: none;
  }
}
html.is-resizing *,
html.is-resizing *::before,
html.is-resizing *::after {
  transition: none !important;
}

a {
  transition: all 0.2s ease;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: var(--pp03);
}

.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);
}

html:not(.is-page-ready) body:not(.gjs-dashed) {
  opacity: 0;
  visibility: hidden;
}

body {
  letter-spacing: normal;
  transition: all 0.6s ease;
  font-family: var(--zen);
  font-size: clamp(0.813rem, 0.671rem + 0.61vw, 1.25rem);
  line-height: 1.8;
  color: var(--br);
}
@media (min-width: 768px) {
  body {
    line-height: 2.15;
  }
}

.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;
  height: auto !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 .c-opening {
  display: none !important;
}
.gjs-dashed .js-opening-header {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.gjs-dashed .page-hr img {
  display: block !important;
}
.gjs-dashed .js-content-image-motion,
.gjs-dashed .js-content-text-motion,
.gjs-dashed .js-content-text-motion-char {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  text-shadow: none !important;
}
.gjs-dashed .page-fv__img {
  display: flex;
}

.js-content-image-motion {
  will-change: transform, opacity, filter;
}

.js-content-text-motion-char {
  display: inline-block;
  transform-origin: 50% 60%;
  will-change: transform, opacity, filter, text-shadow;
}

.wave-tp-be,
.wave-tp-be02,
.wave-tp-pk,
.wave-tp-pp,
.wave-tp-pp02,
.wave-bt-be,
.wave-bt-be02,
.wave-bt-pk,
.wave-bt-pp {
  display: block;
  width: 100%;
  height: 90px;
  background-size: auto 90px;
  background-repeat: repeat-x;
  background-position: 0 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .wave-tp-be,
.wave-tp-be02,
.wave-tp-pk,
.wave-tp-pp,
.wave-tp-pp02,
.wave-bt-be,
.wave-bt-be02,
.wave-bt-pk,
.wave-bt-pp {
    height: 138px;
    background-size: auto 138px;
  }
}

.wave-tp-be,
.wave-tp-be02,
.wave-tp-pk,
.wave-tp-pp,
.wave-tp-pp02 {
  margin-bottom: -1px;
  -webkit-animation: wave-move 30s linear infinite;
          animation: wave-move 30s linear infinite;
}

.wave-tp-be {
  background-image: url("../images/wave-tp-be.png");
}

.wave-tp-be02 {
  background-image: url("../images/wave-tp-be02.png");
}

.wave-tp-pk {
  background-image: url("../images/wave-tp-pk.png");
}

.wave-tp-pp {
  background-image: url("../images/wave-tp-pp.png");
}

.wave-tp-pp02 {
  background-image: url("../images/wave-tp-pp02.png");
}

.wave-bt-be,
.wave-bt-be02,
.wave-bt-pk,
.wave-bt-pp {
  margin-top: -1px;
  -webkit-animation: wave-move-reverse 30s linear infinite;
          animation: wave-move-reverse 30s linear infinite;
}

.wave-bt-be {
  background-image: url("../images/wave-bt-be.png");
}

.wave-bt-be02 {
  background-image: url("../images/wave-bt-be02.png");
}

.wave-bt-pk {
  background-image: url("../images/wave-bt-pk.png");
}

.wave-bt-pp {
  background-image: url("../images/wave-bt-pp.png");
}

@-webkit-keyframes wave-move {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2048px;
  }
}

@keyframes wave-move {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2048px;
  }
}
@-webkit-keyframes wave-move-reverse {
  from {
    background-position-x: -2048px;
  }
  to {
    background-position-x: 0;
  }
}
@keyframes wave-move-reverse {
  from {
    background-position-x: -2048px;
  }
  to {
    background-position-x: 0;
  }
}
.page-fv {
  --fv-band: clamp(90px, 9.85vw, 149px);
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}
@media (min-width: 768px) {
  .page-fv {
    min-height: 680px;
  }
}
.page-fv__img {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.page-fv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-fv__foot {
  position: absolute;
  z-index: 2;
  bottom: 0;
  inset-inline: 0;
  pointer-events: none;
}
.page-fv__band {
  height: var(--fv-band);
  background-color: var(--pk);
}
.page-fv__title {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 8.8vw, 133px);
  bottom: clamp(20px, 4.89vw, 74px);
  text-align: right;
}
.page-fv__en {
  font-family: var(--ep);
  font-size: clamp(1.5rem, 2.38vw, 2.25rem);
  line-height: 1.3;
  color: var(--pp03);
}
.page-fv__jp {
  margin-top: clamp(8px, 0.99vw, 15px);
  font-family: var(--tsuku);
  font-weight: bold;
  font-size: clamp(1.75rem, 3.17vw, 3rem);
  line-height: 1.4;
  color: var(--br);
}

.p-news .news-wrap {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-news .webgene-blog {
  max-width: 910px;
  padding-inline: 20px;
  margin-inline: auto;
}
.p-news .webgene-blog > article a {
  padding-block: 20px;
  border-bottom: solid 1px var(--blue-main);
  display: flex;
  flex-direction: column;
  gap: 15px 50px;
}
@media (min-width: 768px) {
  .p-news .webgene-blog > article a {
    padding-block: clamp(20px, 3.5vw, 40px);
    flex-direction: row;
    align-items: center;
  }
}
.p-news .webgene-blog > article:first-of-type a {
  padding-top: 0px;
}
.p-news .webgene-blog > article:last-child {
  border-bottom: none;
}
.p-news .webgene-blog > article .date,
.p-news .webgene-blog > article .title {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  color: var(--blue-main);
}
.p-news .webgene-blog > article .title {
  flex: 1;
}
.p-news .webgene-pagination {
  margin-top: clamp(60px, 8vw, 120px);
}
.p-news .blog-item__img {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-inline: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-news .blog-item__img {
    width: 150px;
  }
}
.p-news .blog-item__img img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.p-news .blog-item__img > .noImage {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-news .blog-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px 15px;
  flex: 1;
}

.p-newsdetail__sec {
  padding-block: clamp(150px, 18vw, 240px) clamp(80px, 12vw, 140px);
}
@media (min-width: 1400px) {
  .p-newsdetail__sec {
    padding-block: clamp(80px, 12vw, 140px);
  }
}
.p-newsdetail .btn-back {
  margin-top: clamp(20px, 3vw, 45px);
}

.newsdetail-contents {
  margin-inline: auto;
  max-width: 820px;
  margin-bottom: clamp(60px, 9vw, 130px);
}
.newsdetail-contents__date {
  margin-bottom: 15px;
  font-size: clamp(0.938rem, 0.755rem + 0.79vw, 1.5rem);
}
.newsdetail-contents__title {
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  margin-bottom: 35px;
}
.newsdetail-contents__meta {
  margin-top: 35px;
}

.p-news .webgene-pagination,
.p-newsdetail .webgene-pagination {
  margin-top: clamp(60px, 6vw, 80px);
}
.p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
  max-width: clamp(320px, 30vw, 450px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 20px;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-news .webgene-pagination li,
.p-newsdetail .webgene-pagination li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back > a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back > a {
  position: relative;
  display: block;
  align-items: center;
  border-radius: 100px;
  gap: 24px;
  font-family: var(--cormorant);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  line-height: normal;
  transition: all 0.3s ease;
  color: white;
  padding-block: 6px;
  background-color: var(--gold);
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back > a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back > a {
    padding-block: 9px;
  }
}
.p-news .webgene-pagination .prev > a:hover,
.p-news .webgene-pagination .next > a:hover,
.p-news .webgene-pagination .btn-back > a:hover,
.p-newsdetail .webgene-pagination .prev > a:hover,
.p-newsdetail .webgene-pagination .next > a:hover,
.p-newsdetail .webgene-pagination .btn-back > a:hover {
  opacity: 1;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back a {
  min-width: 120px;
  width: 100%;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .next > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
  width: 24px;
  height: 8px;
  transition: all 0.3s ease;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .btn-back a {
  padding-inline: clamp(90px, 8.5vw, 110px) 30px;
  justify-content: flex-end;
}
.p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
  left: clamp(15px, 2.5vw, 30px);
  transform: translateY(-50%) scale(-1, 1);
}
.p-news .webgene-pagination .prev > a:hover::after,
.p-news .webgene-pagination .btn-back a:hover::after,
.p-newsdetail .webgene-pagination .prev > a:hover::after,
.p-newsdetail .webgene-pagination .btn-back a:hover::after {
  transform: translateY(-50%) translateX(-5px) scale(-1, 1);
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .next,
.p-newsdetail .webgene-pagination .next {
    margin-left: auto;
  }
}
.p-news .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .next > a {
  padding-inline: 30px clamp(90px, 8.5vw, 110px);
  justify-content: flex-start;
}
.p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
  right: clamp(15px, 2.5vw, 30px);
  transform: translateY(-50%);
}
.p-news .webgene-pagination .next > a:hover::after,
.p-newsdetail .webgene-pagination .next > a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.p-news .webgene-pagination .btn-back,
.p-newsdetail .webgene-pagination .btn-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .btn-back,
.p-newsdetail .webgene-pagination .btn-back {
    margin-top: 30px;
  }
}

.scroll-mask {
  overflow: hidden;
  border-radius: 20px;
}

.sec-ttl .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ep);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  line-height: normal;
  color: var(--pp03);
}
@media (min-width: 768px) {
  .sec-ttl .en {
    gap: 15px;
  }
}
.sec-ttl .en::before, .sec-ttl .en::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--pp03);
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .sec-ttl .en::before, .sec-ttl .en::after {
    width: 95px;
  }
}
.sec-ttl .jp {
  font-family: var(--tsuku);
  font-weight: bold;
  font-size: clamp(1.375rem, 1.173rem + 0.88vw, 2rem);
}

.c-map {
  display: block;
  width: 100%;
  height: 100%;
}
.c-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

.c-more {
  color: var(--pp03);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: solid 1px var(--pp03);
  border-radius: 100px;
  font-family: var(--tsuku);
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0 50px;
  padding-block: 3px;
  padding-inline: clamp(15px, 2vw, 30px);
}
.c-more .arrow {
  width: 11px;
  transition: transform 0.3s ease;
}
.c-more:hover {
  background-color: var(--pp03);
  color: white;
}
.c-more:hover .arrow {
  transform: translateX(5px);
  filter: brightness(5);
}

.p-top-fv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}
@media (min-width: 768px) {
  .p-top-fv {
    min-height: 680px;
  }
}
.p-top-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-fv__img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top-fv__img .swiper-wrapper,
.p-top-fv__img .swiper-slide {
  height: 100%;
}
.p-top-fv__img .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-fv__wave {
  position: absolute;
  z-index: 3;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-top-fv__wave canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-fv__text {
  position: absolute;
  z-index: 4;
  left: 20px;
  bottom: 140px;
  max-width: calc(100% - 40px);
  color: #6b5540;
  text-shadow: 0 1px 20px rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .p-top-fv__text {
    left: clamp(24px, 5.4vw, 82px);
    max-width: min(680px, 100% - 48px);
  }
}
@media (min-width: 992px) {
  .p-top-fv__text {
    top: auto;
    transform: none;
    bottom: 150px;
  }
}
.p-top-fv__text .en {
  margin: 0;
  font-size: 1.4375rem;
  font-family: var(--tsuku);
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.07em;
  color: white;
}
@media (min-width: 576px) {
  .p-top-fv__text .en {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .p-top-fv__text .en {
    font-size: clamp(1.75rem, 3.05vw, 2.9rem);
    line-height: 1.52;
  }
}
.p-top-fv__text .jp {
  color: var(--pp03);
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 20px rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .p-top-fv__text .jp {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .p-top-fv__text .jp {
    font-size: clamp(0.78rem, 1.18vw, 1rem);
  }
}
.p-top-fv__text .fv-char {
  display: inline-block;
  transform-origin: 50% 70%;
  text-shadow: white 0rem 0rem 0.1rem !important;
  will-change: transform, opacity, filter, text-shadow;
}
.p-top-fv__text .wave-tp {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
}
.p-top-fv.is-fv-intro-pending .p-top-fv__text h1,
.p-top-fv.is-fv-intro-pending .p-top-fv__text p {
  visibility: hidden;
  opacity: 0;
}
.p-top-fv .wave-tp {
  position: absolute;
  z-index: 2;
  bottom: 0;
  inset-inline: auto;
}
.p-top-trouble {
  background-color: var(--pk);
  padding-block: 40px 124px;
}
@media (min-width: 768px) {
  .p-top-trouble {
    padding-block: 70px 124px;
  }
}
@media (min-width: 1200px) {
  .p-top-trouble .container {
    max-width: 1220px;
  }
}
.p-top-trouble__box .row {
  row-gap: 16px;
}
@media (min-width: 768px) {
  .p-top-trouble__box .row {
    row-gap: 32px;
  }
}
.p-top-trouble__box .row .inner {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px 15px;
  letter-spacing: 0.36px;
  padding: 40px 15px;
}
.p-top-trouble__box .row .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: var(--pp03);
  text-align: center;
  line-height: 1.5;
  margin-block: 10px;
}
@media (min-width: 768px) {
  .p-top-trouble__box .row .inner .title {
    font-size: 1.125rem;
  }
}
.p-top-trouble__box .row .inner img {
  max-width: 136px;
}
.p-top-trouble__box img {
  aspect-ratio: 1;
}
.p-top-trouble__box .list-ul {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  max-width: 250px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .p-top-trouble__box .list-ul {
    max-width: 100%;
  }
}
.p-top-femcare {
  z-index: 2;
}
.p-top-femcare .wave-tp-be {
  background-color: var(--pk);
}
.p-top-femcare .contents-wrap {
  background-color: var(--be);
  padding-block: 55px;
}
@media (min-width: 768px) {
  .p-top-femcare .contents-wrap {
    padding-block: 75px;
  }
}
.p-top-femcare .scroll-mask {
  border-radius: 20px;
  overflow: hidden;
}
.p-top-femcare__txt h3 {
  font-size: clamp(1.063rem, 0.84rem + 0.96vw, 1.75rem);
  font-weight: 500;
}
.p-top-parallax {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-top-parallax .wave-tp,
.p-top-parallax .wave-bt {
  position: absolute;
  z-index: 2;
}
.p-top-parallax .wave-bt {
  top: 0;
}
.p-top-parallax .wave-tp {
  bottom: 0;
}
.p-top-parallax .wave-tp .bland-logo {
  position: relative;
}
.p-top-parallax .wave-tp .bland-logo > img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -35%);
  max-width: 120px;
}
@media (min-width: 768px) {
  .p-top-parallax .wave-tp .bland-logo > img {
    max-width: 193px;
    width: 13%;
    transform: translate(-50%, -50%);
  }
}
.p-top-parallax::before {
  content: "";
  display: block;
  padding-top: 370px;
}
@media (min-width: 576px) {
  .p-top-parallax::before {
    padding-top: 70%;
  }
}
@media (min-width: 768px) {
  .p-top-parallax::before {
    padding-top: 53%;
  }
}
.p-top-parallax > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122%;
}
.p-top-concept {
  background-color: var(--pp02);
}
.p-top-concept h3 {
  font-size: clamp(1.063rem, 0.84rem + 0.96vw, 1.75rem);
}
.p-top-concept__important {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0px;
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .p-top-concept__important {
    max-width: 100%;
  }
}
.p-top-concept__important .box .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 365px;
  margin-inline: auto;
  padding-inline: clamp(12px, 1.32vw, 20px);
  border: solid 1px var(--be03);
  border-radius: 50%;
  background-color: white;
  text-align: center;
}
.p-top-concept__important .box__ttl {
  margin-bottom: clamp(6px, 0.6vw, 9px);
  font-weight: 400;
  line-height: normal;
  color: var(--pp03);
  font-size: 0.9375rem;
}
@media (min-width: 576px) {
  .p-top-concept__important .box__ttl {
    font-size: clamp(0.9375rem, 1.59vw, 1.5rem);
  }
}
.p-top-concept__important .box__txt {
  font-size: clamp(0.6875rem, 1.06vw, 1rem);
}
.p-top-service {
  background-color: var(--be02);
}
.p-top-service .wave-tp-be02 {
  background-color: var(--pp02);
}
.p-top-service__body {
  margin-top: clamp(32px, 4.63vw, 70px);
}
.p-top-service__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5.29vw, 80px);
}
@media (min-width: 992px) {
  .p-top-service__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    -moz-column-gap: 7.24%;
         column-gap: 7.24%;
  }
  .p-top-service__list > * {
    margin-bottom: 37.89%;
  }
  .p-top-service__list > *:nth-child(even) {
    margin-top: 55.61%;
    margin-bottom: -17.72%;
  }
  .p-top-service__list > *:last-child {
    margin-bottom: 0;
  }
}
.p-top-service__item {
  position: relative;
  padding-top: clamp(30px, 3.17vw, 48px);
}
@media (min-width: 992px) {
  .p-top-service__item {
    padding-left: clamp(14px, 1.46vw, 22px);
  }
}
.p-top-service__num {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -3%;
  font-size: clamp(1.75rem, 2.98vw, 2.813rem);
  line-height: 2.27;
  color: var(--pp03);
}
@media (min-width: 992px) {
  .p-top-service__num {
    left: 0;
  }
}
.p-top-service__photo {
  aspect-ratio: 548/365;
}
.p-top-service__ttl {
  margin-top: clamp(8px, 0.73vw, 11px);
  font-size: clamp(1.25rem, 1.85vw, 1.75rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-top-service__text {
  margin-top: clamp(4px, 0.46vw, 7px);
  line-height: 1.9;
}
.p-top-service__more {
  margin-top: clamp(12px, 1.12vw, 17px);
}
.p-top-service__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 70px;
  padding: 28px 20px;
  background-color: var(--pk);
}
@media (min-width: 992px) {
  .p-top-service__banner {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: 59.72%;
    min-height: clamp(90px, 8.53vw, 129px);
    margin-inline: auto;
    padding: 0 4.8%;
  }
}
.p-top-service__banner-ttl {
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-top-blog {
  background-color: var(--be);
}
@media (min-width: 1200px) {
  .p-top-blog .container {
    max-width: 83%;
  }
}
.p-top-blog__list {
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .p-top-blog__list {
    max-width: 1100px;
  }
}
.p-top-blog__body .webgene-item:first-child .list-dl {
  padding-top: 0;
}
.p-top-blog__body .list-dl {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 8px 20px;
  padding-block: 20px;
  border-bottom: solid 1px var(--be04);
}
@media (min-width: 768px) {
  .p-top-blog__body .list-dl {
    flex-direction: row;
  }
}
.p-top-blog__body .list-dl:hover {
  opacity: 0.7;
}
.p-top-blog__body .list-dt {
  width: 100px;
  color: var(--pp03);
}
.p-top-blog__body .list-dd {
  flex: 1;
}
.p-top-blog .wave-tp-be {
  background-color: var(--be02);
}
.p-top-blog .sec-ttl {
  text-align: center;
}
@media (min-width: 992px) {
  .p-top-blog .sec-ttl {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .p-top-blog .sec-ttl .en {
    justify-content: flex-start;
  }
}
.p-top-blog .sec-ttl .en::before {
  display: block;
}
@media (min-width: 992px) {
  .p-top-blog .sec-ttl .en::before {
    display: none;
  }
}
.p-top-other__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  color: white;
  text-align: center;
  padding-block: 85px;
  padding-inline: 20px;
}
.p-top-other__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 85, 64, 0.8);
  transition: all 0.3s ease;
}
.p-top-other__item img {
  transition: all 0.5s ease;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-top-other__item:hover {
  text-shadow: 0 0 4px whitesmoke, 0 0 4px whitesmoke;
}
.p-top-other__item:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.p-top-other__item:hover::after {
  background-color: rgba(138, 111, 82, 0);
}
.p-top-other__item-body .en {
  font-family: var(--ep);
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top-other__item-body .en {
    font-size: 1.5rem;
  }
}
.p-top-other__item-body .jp {
  font-size: 1.375rem;
  font-family: var(--tsuku);
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-top-other__item-body .jp {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-top-other__item-body .jp {
    font-size: 1.75rem;
  }
}
.p-top-info .wrapper {
  background-color: var(--pk);
}
.p-top-info .wave-tp {
  background-color: var(--be);
}
.p-top-info .sec-ttl {
  text-align: center;
}
@media (min-width: 992px) {
  .p-top-info .sec-ttl {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .p-top-info .sec-ttl .en {
    justify-content: flex-start;
  }
}
.p-top-info .sec-ttl .en::before {
  display: block;
}
@media (min-width: 992px) {
  .p-top-info .sec-ttl .en::before {
    display: none;
  }
}
.p-top-info__list .list-dl {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 25px;
  padding-block: 20px;
  border-bottom: solid 1px var(--be04);
}
.p-top-info__list .list-dl:first-child {
  padding-top: 0;
}
.p-top-info__list .list-dt {
  width: 100px;
}
@media (min-width: 768px) {
  .p-top-info__list .list-dt {
    width: 150px;
  }
}
.p-top-info__list .list-dd {
  flex: 1;
}
.p-top-info iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.list-ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--br);
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  gap: 6px;
}
.list-li {
  display: list-item;
  list-style: "・" outside;
  margin-left: 1em;
}
@media (min-width: 1200px) {
  .list-li {
    width: calc(100% - 1rem);
  }
}
.list-li::marker {
  color: var(--pp03);
}
.list-li > p {
  display: inline-block;
}

.reservation-area {
  margin-top: -90px;
}
@media (min-width: 992px) {
  .reservation-area {
    margin-top: -138px;
  }
}
.reservation-area .wrapper {
  padding-inline: 20px;
  padding-block: 170px 80px;
}
@media (min-width: 992px) {
  .reservation-area .wrapper {
    padding-block: 273px 135px;
  }
}
.reservation-area > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122%;
  z-index: -1;
}
.reservation-area .container {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 45px;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .reservation-area .container {
    max-width: 870px;
    padding-block: 85px;
    padding-inline: 40px;
  }
}
.reservation-area__btn {
  border: solid 1px var(--pp03);
  border-radius: 10px;
  background-color: var(--pk);
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--pp03);
  padding-block: 15px;
  padding-inline: 33px;
}
.reservation-area__btn img {
  width: 15px;
  transition: all 0.4s ease;
}
.reservation-area__btn:hover {
  background-color: var(--pp03);
  color: white;
}
.reservation-area__btn:hover img {
  transform: translateX(5px);
  filter: brightness(2);
}

.header {
  position: fixed;
  z-index: 997;
  inset: 0 0 auto;
  width: 100%;
  pointer-events: none;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: clamp(64px, 6.61vw, 100px);
  padding-inline: clamp(20px, 3.51vw, 53px);
  pointer-events: none;
}
.header__brand {
  flex: 0 0 auto;
  width: clamp(60px, 5.5vw, 83px);
  pointer-events: all;
}
.header__brand img {
  display: block;
  width: 100%;
  height: auto;
}
.header__brand:hover {
  opacity: 0.7;
}
.header__utils {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.32vw, 20px);
  pointer-events: all;
}
.header__utils .other-link {
  min-width: 0;
  min-height: 40px;
  gap: 6px;
  padding-inline: 14px;
  font-size: 0.8125rem;
}
.header__utils .other-link img {
  width: 16px;
}
@media (min-width: 768px) {
  .header__utils .other-link {
    min-width: clamp(190px, 14.62vw, 221px);
    min-height: clamp(42px, 3.17vw, 48px);
    gap: 8px;
    padding-inline: clamp(18px, 1.85vw, 28px);
    font-size: inherit;
  }
  .header__utils .other-link img {
    width: 20px;
  }
}
.header__nav {
  position: fixed;
  z-index: 997;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  width: 100%;
  height: 100dvh;
  padding-block: clamp(90px, 11.38vw, 172px) clamp(48px, 5.89vw, 89px);
  padding-inline: 20px;
  overflow-y: auto;
  visibility: hidden;
  background-color: var(--pp02);
  opacity: 0;
  pointer-events: all;
  scrollbar-width: thin;
  scrollbar-color: var(--pp03) transparent;
  transition: all 0.4s ease;
}
@media (max-height: 900px) {
  .header__nav {
    justify-content: flex-start;
    gap: 70px;
    padding-block: clamp(72px, 9vh, 172px) clamp(32px, 5vh, 89px);
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .header__nav {
    justify-content: flex-start;
  }
}
.header__nav.open {
  visibility: visible;
  opacity: 1;
}
.header__nav-logo {
  flex: 0 0 auto;
  width: clamp(140px, 12.76vw, 193px);
}
@media (max-height: 900px) {
  .header__nav-logo {
    width: clamp(120px, 18vh, 193px);
  }
}
.header__nav-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav-logo:hover {
  opacity: 0.7;
}
.header__nav-lists {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 440px);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .header__nav-lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 833px);
    -moz-column-gap: clamp(40px, 5.89vw, 89px);
         column-gap: clamp(40px, 5.89vw, 89px);
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
}
.header__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: clamp(48px, 3.97vw, 60px);
  border-bottom: 1px solid white;
  color: var(--br);
  font-size: clamp(1rem, 1.32vw, 1.25rem);
}
.header__nav-link .arrow {
  flex: 0 0 auto;
  width: clamp(9px, 0.73vw, 11px);
  height: auto;
  transition: transform 0.3s ease;
}
.header__nav-link:hover {
  color: var(--pp03);
  opacity: 1;
}
.header__nav-link:hover .arrow {
  transform: translateX(4px);
}
.header__nav .other-link {
  min-width: clamp(190px, 14.62vw, 221px);
  min-height: clamp(42px, 3.17vw, 48px);
  padding-inline: clamp(18px, 1.85vw, 28px);
}

#hum-btn {
  position: relative;
  z-index: 9999;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.17vw, 48px);
  height: clamp(40px, 3.17vw, 48px);
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  pointer-events: all;
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 20px;
  height: 13px;
  transition: all 0.3s ease;
}
.btn-trigger__bar {
  position: absolute;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  border-radius: 99px;
  background-color: var(--br);
  transition: all 0.5s ease;
}
.btn-trigger__bar:nth-of-type(1) {
  top: 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%);
}
.btn-trigger__bar:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

.is-nav-open .btn-trigger {
  flex-direction: row;
  transform: scale(1.13);
  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(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.c-opening {
  position: fixed;
  z-index: 9999999;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  background: var(--pp02);
}
.c-opening__logo {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: clamp(110px, 11vw, 168px);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.c-opening__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-opening__skip {
  position: absolute;
  z-index: 6;
  right: clamp(20px, 3vw, 44px);
  bottom: clamp(20px, 3vw, 44px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: "Julius Sans One", sans-serif;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.18em;
  cursor: pointer;
  opacity: 0.82;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.c-opening__skip:hover, .c-opening__skip:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  opacity: 1;
  transform: translateY(-2px);
}
.c-opening__skip:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.c-opening__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #c4b3a8;
}
.c-opening__visual > img,
.c-opening__visual > canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.c-opening__visual > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 62% center;
     object-position: 62% center;
  opacity: 0;
}
@media (min-width: 768px) {
  .c-opening__visual > img {
    -o-object-position: center;
       object-position: center;
  }
}
.c-opening__visual > canvas {
  z-index: 2;
  pointer-events: none;
}
.c-opening__copy {
  position: absolute;
  z-index: 3;
  bottom: clamp(34px, 7vh, 64px);
  left: 20px;
  max-width: calc(100% - 40px);
  text-shadow: 0 1px 20px rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .c-opening__copy {
    bottom: clamp(50px, 9vh, 110px);
    left: clamp(24px, 5.4vw, 82px);
    max-width: min(680px, 100% - 48px);
  }
}
.c-opening__copy h1 .c-opening__line,
.c-opening__copy p {
  visibility: hidden;
  opacity: 0;
}
.c-opening__copy h1 {
  margin: 0;
  font-size: clamp(1.35rem, 6.2vw, 2rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
  font-family: var(--tsuku);
}
@media (min-width: 768px) {
  .c-opening__copy h1 {
    font-size: clamp(1.75rem, 3.05vw, 2.9rem);
    line-height: 1.52;
  }
}
.c-opening__copy h1 .c-opening__line {
  display: block;
}
.c-opening__copy h1 .c-opening__char {
  display: inline-block;
  transform-origin: 50% 70%;
  will-change: transform, opacity, filter;
}
.c-opening__copy p {
  margin: clamp(14px, 1.6vw, 24px) 0 0;
  color: #b995cd;
  font-size: clamp(0.7rem, 3.2vw, 0.85rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-opening__copy p {
    font-size: clamp(0.78rem, 1.18vw, 1rem);
  }
}

html.is-opening,
body.is-opening {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

body.is-opening {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: var(--pp02);
  padding-inline: 20px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 0;
}
@media (min-width: 1200px) {
  .footer-inner {
    flex-direction: row;
    max-width: 83%;
  }
}
.footer-left {
  width: 300px;
  margin-inline: auto;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-left {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .footer-left {
    margin-inline: 0;
    align-items: flex-start;
    text-align: left;
  }
}
.footer-logo {
  max-width: 150px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer-logo {
    max-width: 193px;
  }
}
@media (min-width: 992px) {
  .footer-logo {
    margin-inline: 0;
  }
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(30px, 5vw, 75px);
}
@media (min-width: 576px) {
  .footer-right {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer-right {
    justify-content: center;
  }
}
.footer-nav {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 576px) {
  .footer-nav {
    justify-content: flex-start;
    gap: clamp(30px, 5vw, 75px);
  }
}
.footer-nav .nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer-links {
    align-items: flex-start;
  }
}

.other-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: solid 1px var(--pp03);
  font-family: var(--tsuku);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  padding-inline: 25px;
  padding-block: 5px;
  color: var(--pp03);
}
@media (min-width: 768px) {
  .other-link {
    min-width: 230px;
  }
}
.other-link img {
  width: 20px;
  transition: all 0.3s ease;
}
.other-link:hover {
  color: white;
  background-color: var(--pp03);
}
.other-link:hover img {
  filter: brightness(5);
}
.other-link.hd-reservation {
  background-color: var(--pp02);
  border: solid 1px var(--pp02);
  color: var(--br);
}
.other-link.hd-reservation:hover {
  background-color: white;
  color: var(--br);
}
.other-link.hd-reservation:hover img {
  filter: brightness(1);
}
.other-link.reservation {
  background-color: var(--pp03);
  color: white;
}
.other-link.reservation img {
  filter: brightness(5);
}
.other-link.reservation:hover {
  background-color: var(--pp02);
  color: var(--br);
}
.other-link.reservation:hover img {
  filter: brightness(1);
}

.p-femcare .scroll-mask {
  border-radius: 20px;
  overflow: hidden;
}
.p-femcare h3 {
  font-size: clamp(1.25rem, 1.037rem + 0.93vw, 1.75rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-femcare-about {
  background-color: var(--pk);
}
.p-femcare-concerns .wave-tp {
  background-color: var(--pk);
}
.p-femcare-concerns .contents-wrap {
  background-color: var(--be);
}
.p-femcare-concerns .box {
  height: 100%;
}
.p-femcare-concerns .box .inner {
  height: 100%;
  padding: clamp(24px, 2.65vw, 40px) clamp(15px, 2vw, 29px) clamp(20px, 2.31vw, 35px);
  border-radius: 20px;
  background-color: white;
}
.p-femcare-concerns .box h4 {
  font-family: var(--tsuku);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-femcare-care .wave-tp {
  background-color: var(--be);
}
.p-femcare-care .contents-wrap {
  background-color: var(--pp);
}
.p-femcare-care__list {
  display: grid;
  gap: clamp(48px, 10.58vw, 160px);
}
@media (min-width: 992px) {
  .p-femcare-care__item.flex-lg-row-reverse .p-femcare-care__num {
    left: auto;
    right: -0.2em;
  }
}
.p-femcare-care__num {
  position: absolute;
  z-index: 2;
  top: -0.61em;
  left: 0;
  width: auto;
  font-size: clamp(2.25rem, 4.23vw, 4rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
@media (min-width: 992px) {
  .p-femcare-care__num {
    left: -0.2em;
  }
}
.p-femcare-care__ttl {
  font-size: clamp(1.375rem, 1.11rem + 1.16vw, 2rem);
}
.p-femcare-care__trouble {
  padding: clamp(12px, 1.06vw, 16px) clamp(20px, 2.18vw, 33px) clamp(14px, 1.3vw, 20px);
  border-radius: 20px;
  background-color: var(--pk);
}
.p-femcare .point-box .inner {
  border-radius: 20px;
  background-color: white;
  padding: 40px clamp(15px, 2.5vw, 40px);
}

.p-blog-list .contents-wrap,
.p-blogdetail-article .contents-wrap {
  background-color: var(--pk);
}

@media (min-width: 1200px) {
  .p-blog-list .container {
    max-width: min(78%, 984px);
  }
}

.p-blog__item {
  gap: 4px clamp(12px, 1.32vw, 20px);
  padding-block: clamp(14px, 1.59vw, 24px);
  border-bottom: solid 1px var(--be04);
  color: var(--br);
}
.p-blog__item p {
  transition: transform 0.3s ease;
}
.p-blog__item p:first-child {
  flex: 0 0 auto;
  color: var(--pp03);
}
.p-blog__item:hover {
  color: var(--br);
  opacity: 0.7;
}
.p-blog__item:hover p {
  transform: translateX(4px);
}

.p-blogdetail-article .container {
  padding-top: clamp(120px, 13.43vw, 203px);
}
@media (min-width: 1200px) {
  .p-blogdetail-article .container {
    max-width: min(78%, 927px);
  }
}

.p-blogdetail__date {
  color: var(--pp03);
}
.p-blogdetail__title {
  font-size: clamp(1.25rem, 1.85vw, 1.75rem);
  font-weight: normal;
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: var(--br);
}
.p-blogdetail__img {
  aspect-ratio: 903/602;
  overflow: hidden;
  border-radius: 20px;
}
.p-blogdetail__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.webgene-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px clamp(24px, 4.96vw, 75px);
  max-width: 550px;
  margin-top: clamp(40px, 5.56vw, 84px);
  margin-inline: auto;
}
.webgene-pagination:not(:has(a)) {
  display: none;
}
.webgene-pagination .prev:not(:has(a)),
.webgene-pagination .next:not(:has(a)) {
  display: none;
}
.webgene-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px clamp(24px, 4.96vw, 75px);
}
.webgene-pagination li,
.webgene-pagination .prev,
.webgene-pagination .next,
.webgene-pagination .back {
  margin: 0;
  line-height: 1;
}
.webgene-pagination .back {
  display: flex;
  justify-content: center;
  width: 100%;
}
.webgene-pagination a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  width: clamp(160px, 14.62vw, 221px);
  min-height: clamp(42px, 3.17vw, 48px);
  padding-inline: clamp(18px, 1.92vw, 29px);
  border: solid 1px var(--pp03);
  border-radius: 100px;
  font-family: var(--tsuku);
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: normal;
  color: var(--pp03);
  transition: all 0.3s ease;
}
.webgene-pagination a::before, .webgene-pagination a::after {
  content: "";
  flex: 0 0 11px;
  width: 11px;
  height: 9px;
  background: url("../images/btn-arrow.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.webgene-pagination a::before {
  display: none;
}
.webgene-pagination a:hover {
  background-color: var(--pp03);
  color: white;
}
.webgene-pagination a:hover::before, .webgene-pagination a:hover::after {
  filter: brightness(5);
}
.webgene-pagination a:hover::after {
  transform: translateX(4px);
}
.webgene-pagination .prev a::before,
.webgene-pagination .back a::before {
  display: block;
  transform: scale(-1, 1);
}
.webgene-pagination .prev a::after,
.webgene-pagination .back a::after {
  display: none;
}
.webgene-pagination .prev a:hover::before,
.webgene-pagination .back a:hover::before {
  transform: translateX(-4px) scale(-1, 1);
}

.p-contact .contents-wrap {
  background-color: var(--pk);
}
.p-contact-body {
  position: relative;
  z-index: 2;
}
.p-contact-body > .container {
  padding-top: clamp(24px, 2.84vw, 43px);
  padding-bottom: clamp(90px, 11.9vw, 180px);
}
.p-contact .form {
  margin-top: clamp(30px, 4.36vw, 66px);
}
.p-contact .form > .container {
  max-width: min(100%, 741px);
}
.p-contact .formRow + .formRow {
  margin-top: clamp(28px, 3.9vw, 59px);
}
.p-contact .formRow:has(.fileArea) {
  margin-top: clamp(30px, 4.23vw, 64px);
}
.p-contact .formRow:has(.privacyLabel) {
  margin-top: clamp(14px, 1.52vw, 23px);
}
.p-contact .formRow:has(.formBtn) {
  margin-top: clamp(40px, 5.42vw, 82px);
}
.p-contact .formTh {
  margin-bottom: 6px;
  line-height: 1.55;
}
.p-contact .formRow:has(.radioArea) .formTh {
  margin-bottom: 10px;
}
.p-contact .formRow:has(.fileArea) .formTh {
  padding-left: 14px;
}
.p-contact .labelText01 {
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: var(--br);
}
.p-contact .formRow:has(.fileArea) .labelText01 {
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
}
.p-contact .requiredText {
  margin: 0 0 0 0.75em;
  font-size: clamp(0.75rem, 0.86vw, 0.813rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: var(--br);
}
.p-contact .formInput,
.p-contact .formTextArea {
  display: block;
  width: 100%;
  padding: clamp(10px, 1.06vw, 16px) clamp(16px, 1.65vw, 25px);
  border: solid 1px rgba(107, 85, 64, 0.5);
  border-radius: 20px;
  background-color: white;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--br);
  transition: border-color 0.3s ease;
}
.p-contact .formInput::-moz-placeholder, .p-contact .formTextArea::-moz-placeholder {
  color: rgba(107, 85, 64, 0.4);
}
.p-contact .formInput::placeholder,
.p-contact .formTextArea::placeholder {
  color: rgba(107, 85, 64, 0.4);
}
.p-contact .formInput:focus,
.p-contact .formTextArea:focus {
  outline: none;
  border-color: var(--pp03);
}
.p-contact .formInput {
  height: clamp(48px, 4.23vw, 64px);
}
.p-contact .formTextArea {
  height: clamp(180px, 19.58vw, 296px);
  resize: vertical;
}
.p-contact .radioArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px clamp(24px, 2.65vw, 40px);
  line-height: 1.55;
}
.p-contact .radioArea > div {
  display: flex !important;
  align-items: center;
}
.p-contact .formRadio {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: clamp(18px, 1.39vw, 21px);
  height: clamp(18px, 1.39vw, 21px);
  margin: 0 7px 0 0;
  vertical-align: middle;
  border: solid 2px var(--br);
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.p-contact .formRadio:checked {
  background-color: var(--pp03);
  box-shadow: inset 0 0 0 4px white;
}
.p-contact .labelText02 {
  margin: 0;
  vertical-align: middle;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: var(--br);
  cursor: pointer;
}
.p-contact .fileArea {
  width: calc(100% - 27px);
  height: clamp(200px, 15.34vw, 232px);
  margin-inline: auto;
  padding: 16px 21px 16px 14px;
  overflow-y: auto;
  border-radius: 20px;
  background-color: #c4b59e;
  scrollbar-width: thin;
  scrollbar-color: white transparent;
}
.p-contact .fileArea::-webkit-scrollbar {
  width: 3px;
}
.p-contact .fileArea::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-contact .fileArea::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: white;
}
.p-contact .fileCaution {
  margin: 0;
  font-size: clamp(0.75rem, 0.86vw, 0.813rem);
  line-height: 1.62;
  letter-spacing: 0.02em;
  color: white;
}
.p-contact .formCheck {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  border: solid 1px rgba(107, 85, 64, 0.5);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.p-contact .formCheck:checked {
  border-color: var(--pp03);
  background-color: var(--pp03);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4.2L4.4 7.6L11 1' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.p-contact .formRow:has(.privacyLabel) .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.72;
}
.p-contact .privacyLabel {
  margin: 0;
  vertical-align: middle;
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
  line-height: 1.72;
  letter-spacing: 0.02em;
  color: var(--br);
  cursor: pointer;
}
.p-contact .formBtn {
  position: relative;
  width: clamp(200px, 17.13vw, 259px);
  padding: 3px clamp(34px, 3.44vw, 52px) 3px clamp(20px, 1.92vw, 29px);
  border: solid 1px var(--pp03);
  border-radius: 100px;
  background-color: transparent;
  font-family: var(--tsuku);
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: clamp(36px, 2.65vw, 40px);
  text-align: left;
  color: var(--pp03);
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-contact .formBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(20px, 2.12vw, 32px);
  width: 11px;
  height: 9px;
  background: url("../images/btn-arrow.svg") center/contain no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.p-contact .formBtn:hover {
  background-color: var(--pp03);
  color: white;
}
.p-contact .formBtn:hover::after {
  transform: translate(4px, -50%);
  filter: brightness(5);
}

.p-faq {
  --faq-icon: clamp(34px, 3.11vw, 47px);
  --faq-pr: clamp(40px, 9.58%, 92px);
}
.p-faq-list .contents-wrap {
  background-color: var(--pk);
}
@media (min-width: 1200px) {
  .p-faq-list .container {
    max-width: min(78%, 990px);
  }
}
.p-faq__icon {
  flex: 0 0 auto;
  width: var(--faq-icon);
  height: auto;
}
.p-faq .list-dl {
  padding-bottom: clamp(24px, 3.64vw, 55px);
  border-bottom: solid 1px var(--be04);
}
.p-faq .list-dl + .list-dl {
  padding-top: clamp(24px, 3.64vw, 55px);
}
.p-faq .list-dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-faq .list-dt {
  position: relative;
  align-items: flex-start;
  gap: 0 clamp(12px, 1.32vw, 20px);
  padding-right: var(--faq-pr);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-faq .list-dt::before, .p-faq .list-dt::after {
  content: "";
  position: absolute;
  top: calc(var(--faq-icon) / 2);
  right: 0;
  width: clamp(18px, 1.65vw, 25px);
  height: 1px;
  background-color: var(--pp03);
  transition: transform 0.4s ease;
}
.p-faq .list-dt::before {
  transform: translateY(-50%);
}
.p-faq .list-dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-faq .is-open .list-dt::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-faq .list-dd .inner {
  align-items: flex-start;
  gap: 0 clamp(12px, 1.32vw, 20px);
  padding-top: clamp(12px, 1.32vw, 20px);
  padding-right: var(--faq-pr);
}
.p-faq .list-dt > p, .p-faq__txt > p:first-child {
  margin-top: calc((var(--faq-icon) - 2.15em) / 2);
}
.p-faq .list-dt > p, .p-faq__txt > p {
  margin-bottom: 0;
}
.p-faq__foot {
  margin-top: clamp(56px, 10.25vw, 155px);
}
.p-faq__foot p {
  margin-bottom: 0;
}

.p-salon-info .contents-wrap {
  background-color: var(--pk);
}
@media (min-width: 1200px) {
  .p-salon-info .container {
    max-width: min(78%, 990px);
  }
}
.p-salon__list .list-dl {
  display: flex;
  flex-direction: column;
  gap: 6px clamp(15px, 1.65vw, 25px);
  padding-block: clamp(14px, 1.42vw, 21.5px);
  border-bottom: solid 1px var(--be04);
}
@media (min-width: 768px) {
  .p-salon__list .list-dl {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-salon__list .list-dl:first-child {
  padding-top: 0;
}
.p-salon__list .list-dt {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .p-salon__list .list-dt {
    width: 190px;
  }
}
.p-salon__list .list-dt p {
  color: var(--pp03);
}
.p-salon__list .list-dd {
  flex: 1;
  min-width: 0;
}
.p-salon__map {
  margin-top: clamp(28px, 4.03vw, 61px);
}
.p-salon__map .c-map {
  height: auto;
  aspect-ratio: 960/561;
  min-height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
.p-salon__map .c-map iframe {
  min-height: 0;
}

.p-business ~ .reservation-area {
  display: none;
}
.p-business h3 {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-business__ttl {
  font-size: clamp(1.25rem, 1.085rem + 0.7vw, 1.75rem);
}
.p-business__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, 325px);
  padding: 15px clamp(20px, 2.51vw, 38px) 15px clamp(16px, 1.92vw, 29px);
  border: solid 1px var(--pp03);
  border-radius: 10px;
  background-color: white;
  font-family: var(--tsuku);
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  line-height: 2;
  color: var(--pp03);
}
.p-business__btn img {
  width: 15px;
  transition: all 0.4s ease;
}
.p-business__btn:hover {
  background-color: var(--pp03);
  color: white;
}
.p-business__btn:hover img {
  transform: translateX(5px);
  filter: brightness(2);
}
.p-business-intro {
  background-color: var(--pk);
}
.p-business-intro__img {
  max-width: 580px;
}
.p-business-intro__img .scroll-mask {
  aspect-ratio: 580/387;
}
.p-business-service .wave-tp {
  background-color: var(--pk);
}
.p-business-service .contents-wrap {
  background-color: var(--be);
}
.p-business-service > .contents-wrap > .container {
  padding-inline: 15px;
}
@media (min-width: 992px) {
  .p-business-service > .contents-wrap > .container {
    max-width: min(82%, 1218px);
  }
}
.p-business-service__cards {
  display: grid;
  gap: clamp(40px, 5.29vw, 80px);
}
.p-business-service__check {
  display: grid;
  gap: clamp(16px, 1.98vw, 30px) clamp(16px, 3.37vw, 51px);
  justify-content: center;
  max-width: 1046px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-business-service__check {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .p-business-service__check {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    max-width: none;
  }
  .p-business-service__check p {
    white-space: nowrap;
  }
}
.p-business-service__check-item {
  display: flex;
  align-items: center;
  gap: 0 clamp(10px, 0.99vw, 15px);
  margin-bottom: 0;
  font-size: clamp(1rem, 1.59vw, 1.5rem);
  font-weight: 500;
}
.p-business-service__check-icon {
  flex: 0 0 auto;
  width: clamp(40px, 3.97vw, 60px);
  height: auto;
}
.p-business-card {
  padding: clamp(24px, 3.37vw, 51px) clamp(20px, 5.75vw, 87px) clamp(28px, 3.64vw, 55px);
  border-radius: 20px;
  background-color: white;
}
.p-business-card__num {
  margin-bottom: clamp(14px, 1.85vw, 28px);
  font-size: clamp(2rem, 3.17vw, 3rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-business-card__body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.51vw, 38px);
}
@media (min-width: 992px) {
  .p-business-card__body {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .p-business-card__img {
    flex: 0 0 42.21%;
  }
}
@media (min-width: 992px) {
  .p-business-card__txt {
    flex: 1;
    min-width: 0;
  }
}
.p-business-card__ttl {
  font-size: clamp(1.375rem, 1.11rem + 1.16vw, 2rem);
}
.p-business-card__ex {
  display: flex;
  flex-wrap: wrap;
  gap: 4px clamp(16px, 5.49vw, 83px);
  max-width: 656px;
  margin-top: clamp(24px, 3.51vw, 53px);
  margin-inline: auto;
  padding: 19px clamp(16px, 2.18vw, 33px) 22px;
  border-radius: 20px;
  background-color: var(--pk);
}
.p-business-card__ex-ttl {
  flex: 0 0 auto;
  margin-bottom: 0;
  font-family: var(--tsuku);
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-business-contact .wave-tp {
  background-color: var(--be);
}
.p-business-contact .contents-wrap {
  background-color: var(--pp);
}
.p-business-contact .wave-tp-pp02 {
  background-color: var(--pp);
}

.p-products-list .contents-wrap {
  background-color: var(--pk);
}
@media (min-width: 1200px) {
  .p-products-list .container {
    max-width: min(78%, 990px);
  }
}
.p-products__list {
  display: grid;
  gap: clamp(40px, 6.42vw, 97px);
  padding-block: clamp(32px, 4.63vw, 70px);
  border-top: solid 1px #c4b59e;
  border-bottom: solid 1px #c4b59e;
}
@media (min-width: 768px) {
  .p-products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-products__img {
  aspect-ratio: 430/286;
}
.p-products__ttl {
  margin-top: clamp(8px, 0.86vw, 13px);
  margin-bottom: 0;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.p-products__price {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.p-products__txt {
  margin-top: clamp(8px, 0.79vw, 12px);
  margin-bottom: 0;
  font-size: clamp(0.875rem, 1.06vw, 1rem);
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.p-menu .contents-wrap {
  background-color: var(--pk);
}
.p-menu h3 {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-menu .anchor-list {
  display: grid;
  grid-template-columns: minmax(0, 221px);
  gap: clamp(16px, 2.51vw, 38px) clamp(12px, 2.84vw, 43px);
  justify-content: center;
}
@media (min-width: 576px) {
  .p-menu .anchor-list {
    grid-template-columns: repeat(2, minmax(0, 221px));
  }
}
.p-menu .anchor-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: clamp(8px, 0.66vw, 10px) clamp(16px, 1.79vw, 27px) clamp(8px, 0.66vw, 10px) clamp(16px, 1.72vw, 26px);
  border: solid 1px var(--pp03);
  border-radius: 999px;
  font-family: var(--tsuku);
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: 1.4;
  color: var(--pp03);
  transition: background-color 0.4s ease, color 0.4s ease;
}
.p-menu .anchor-btn p {
  white-space: nowrap;
}
.p-menu .anchor-btn img {
  flex: 0 0 auto;
  width: clamp(8px, 0.66vw, 10px);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.p-menu .anchor-btn:hover {
  background-color: var(--pp03);
  color: white;
}
.p-menu .anchor-btn:hover img {
  transform: translateY(5px);
  filter: brightness(2);
}
.p-menu .menu-head {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(180px, 20.37vw, 308px);
}
.p-menu .menu-head > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-menu .menu-head::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(248, 244, 238, 0.8);
}
.p-menu .menu-head .sec-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .p-menu .menu-section__body {
    max-width: min(80%, 1156px);
  }
}
.p-menu .menu-section__body .menu-title {
  margin-bottom: clamp(16px, 1.98vw, 30px);
}
.p-menu .menu-section__body .menu-title:not(:first-child) {
  margin-top: clamp(48px, 8.07vw, 122px);
}
@media (min-width: 992px) {
  .p-menu .menu-section__body {
    display: grid;
    grid-template-columns: 29.31% 70.69%;
    align-items: start;
  }
  .p-menu .menu-section__body .menu-title {
    grid-column: 1;
    margin-bottom: 0;
  }
  .p-menu .menu-section__body .menu-table,
.p-menu .menu-section__body .menu-note {
    grid-column: 2;
  }
  .p-menu .menu-section__body .menu-home,
.p-menu .menu-section__body .menu-tax {
    grid-column: 1/-1;
  }
  .p-menu .menu-section__body .menu-title:not(:first-child) + .menu-table {
    margin-top: clamp(48px, 8.07vw, 122px);
  }
}
@media (min-width: 992px) {
  .p-menu .menu-section__body.center {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-menu .menu-section__body.center .menu-table {
    grid-column: 1;
    width: 70.69%;
    margin-inline: auto;
  }
}
.p-menu .menu-title h3 {
  margin-bottom: 0;
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  color: var(--pp03);
}
.p-menu .menu-table-tr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 7px;
}
.p-menu .menu-table-tr:first-child {
  margin-bottom: clamp(6px, 0.6vw, 9px);
}
.p-menu .menu-table-tr + .menu-table-tr {
  border-bottom: solid 1px #cfb69c;
}
.p-menu .menu-table-th {
  padding: clamp(6px, 0.53vw, 8px) 8px;
  border-radius: 999px;
  background-color: white;
  font-size: clamp(0.875rem, 1.19vw, 1.125rem);
  text-align: center;
}
.p-menu .menu-table-td {
  padding-block: clamp(10px, 0.99vw, 15px);
  white-space: nowrap;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .p-menu .menu-table-td {
    font-size: clamp(0.75rem, 1.32vw, 1.25rem);
  }
}
.p-menu .menu-table-td p.cap {
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .p-menu .menu-table-td p.cap {
    font-size: clamp(0.75rem, 0.93vw, 0.875rem);
  }
}
.p-menu .menu-table-td + .menu-table-td {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.p-menu .menu__ttl, .p-menu .menu__time {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-menu .menu-note {
  margin-top: clamp(8px, 0.79vw, 12px);
  margin-bottom: 0;
  font-size: clamp(0.75rem, 0.93vw, 0.875rem);
  line-height: 2.15;
  letter-spacing: 0.02em;
  text-align: right;
}
.p-menu .menu-home {
  width: 100%;
  max-width: 849px;
  margin-top: clamp(48px, 6.94vw, 105px);
  margin-inline: auto;
  padding: clamp(28px, 2.98vw, 45px) clamp(20px, 3.31vw, 50px) clamp(32px, 5.36vw, 81px);
  border-radius: 20px;
  background-color: white;
  text-align: center;
}
.p-menu .menu-home__ttl {
  margin-bottom: clamp(10px, 1.12vw, 17px);
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  color: var(--pp03);
}
.p-menu .menu-home__txt {
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
  line-height: 1.8;
}
.p-menu .menu-home__list {
  max-width: 541px;
  margin-top: clamp(24px, 3.31vw, 50px);
  margin-inline: auto;
}
.p-menu .menu-home__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: clamp(10px, 1.19vw, 18px);
  border-bottom: solid 1px #cfb69c;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
}
.p-menu .menu-home__row + .menu-home__row {
  margin-top: clamp(8px, 0.73vw, 11px);
}
.p-menu .menu-tax {
  margin-top: clamp(24px, 3.9vw, 59px);
  margin-bottom: 0;
  font-size: clamp(0.75rem, 0.93vw, 0.875rem);
  line-height: 2.15;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-firstvisitor .scroll-mask {
  overflow: hidden;
  border-radius: 20px;
}
.p-firstvisitor .c-more {
  line-height: clamp(28px, 2.65vw, 40px);
}
.p-firstvisitor-intro .contents-wrap {
  background-color: var(--pk);
}
@media (min-width: 1200px) {
  .p-firstvisitor-intro .container {
    max-width: min(78%, 1167px);
  }
}
.p-firstvisitor-intro__body {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.31vw, 50px);
}
@media (min-width: 992px) {
  .p-firstvisitor-intro__body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .p-firstvisitor-intro__img {
    flex: 0 0 43.09%;
  }
}
.p-firstvisitor-intro__img .scroll-mask {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .p-firstvisitor-intro__txt {
    flex: 0 0 51.54%;
  }
}
.p-firstvisitor-intro__ttl {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.85vw, 1.75rem);
  color: var(--pp03);
}
.p-firstvisitor-counseling .wave-tp {
  background-color: var(--pk);
}
.p-firstvisitor-counseling .contents-wrap {
  background-color: var(--be);
}
@media (min-width: 1200px) {
  .p-firstvisitor-counseling .container {
    max-width: min(70%, 1047px);
  }
}
.p-firstvisitor-counseling__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .p-firstvisitor-counseling__list {
    max-width: 100%;
  }
}
.p-firstvisitor-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 365px;
  margin-inline: auto;
  padding-inline: clamp(12px, 1.32vw, 20px);
  border: solid 1px var(--be03);
  border-radius: 50%;
  background-color: white;
  text-align: center;
}
.p-firstvisitor-circle__ttl {
  margin-bottom: clamp(6px, 0.6vw, 9px);
  font-weight: 400;
  line-height: normal;
  color: var(--pp03);
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .p-firstvisitor-circle__ttl {
    font-size: clamp(0.9375rem, 1.59vw, 1.5rem);
  }
}
.p-firstvisitor-circle__txt {
  font-size: clamp(11px, 1.06vw, 1rem);
}
.p-firstvisitor-flow .wave-tp {
  background-color: var(--be);
}
.p-firstvisitor-flow .contents-wrap {
  background-color: var(--pp);
}
@media (min-width: 1200px) {
  .p-firstvisitor-flow .container {
    max-width: min(68%, 1011px);
  }
}
.p-firstvisitor-flow__list {
  display: grid;
  gap: 25px;
}
.p-firstvisitor-step {
  position: relative;
  padding-bottom: 60px;
  align-items: center;
}
.p-firstvisitor-step::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 24px;
  height: 36px;
  background: url(../images/step-arrow.svg) center/contain no-repeat;
}
@media (min-width: 992px) {
  .p-firstvisitor-step::before {
    left: 12%;
    transform: none;
  }
}
.p-firstvisitor-step:last-child::before {
  display: none;
}
.p-firstvisitor-step__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: min(213px, 55%);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-firstvisitor-step__img {
    flex: 0 0 21.71%;
    width: auto;
    margin-inline: 0;
  }
}
.p-firstvisitor-step__img > img:first-child {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.p-firstvisitor-step__arrow {
  width: clamp(16px, 1.46vw, 22px);
  height: auto;
}
@media (min-width: 992px) {
  .p-firstvisitor-step__body {
    flex: 1;
    min-width: 0;
  }
}
.p-firstvisitor-step__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-firstvisitor-step__head {
    gap: 25px;
  }
}
@media (min-width: 992px) {
  .p-firstvisitor-step__head {
    justify-content: flex-start;
  }
}
.p-firstvisitor-step__num {
  flex: 0 0 clamp(48px, 4.9vw, 74px);
  margin-bottom: 0;
  font-size: clamp(2rem, 3.17vw, 3rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-firstvisitor-step__ttl {
  margin-bottom: 0;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.85vw, 1.75rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-firstvisitor-step__txt {
  margin-top: clamp(8px, 0.99vw, 15px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-firstvisitor-step__txt {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .p-firstvisitor-step__txt {
    max-width: 100%;
  }
}
.p-firstvisitor-menu .wave-tp {
  background-color: var(--pp);
}
.p-firstvisitor-menu .contents-wrap {
  background-color: var(--be02);
}
@media (min-width: 1200px) {
  .p-firstvisitor-menu .container {
    max-width: min(82%, 1218px);
  }
}
.p-firstvisitor-menu__list {
  display: grid;
  gap: clamp(32px, 5.29vw, 80px);
}
.p-firstvisitor-menu__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 1.98vw, 30px);
  width: 100%;
  max-width: 734px;
  margin-inline: auto;
  padding: clamp(20px, 2.65vw, 40px) clamp(20px, 3.9vw, 59px);
  background-color: var(--pk);
}
@media (min-width: 768px) {
  .p-firstvisitor-menu__cta {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-firstvisitor-menu__cta > p {
  font-family: var(--tsuku);
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  color: var(--pp03);
}
.p-firstvisitor-card {
  padding: clamp(24px, 3.64vw, 55px) clamp(20px, 5.75vw, 87px) clamp(28px, 3.84vw, 58px);
  border-radius: 20px;
  background-color: var(--be);
}
.p-firstvisitor-card__ttl {
  margin-bottom: clamp(20px, 4.17vw, 63px);
  font-weight: 500;
  font-size: clamp(1.375rem, 2.12vw, 2rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-firstvisitor-card__body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.51vw, 38px);
}
@media (min-width: 992px) {
  .p-firstvisitor-card__body {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 3.75%;
  }
}
@media (min-width: 992px) {
  .p-firstvisitor-card__img {
    flex: 0 0 42.21%;
  }
}
.p-firstvisitor-card__img .scroll-mask {
  aspect-ratio: 428/285;
}
@media (min-width: 992px) {
  .p-firstvisitor-card__txt {
    flex: 1;
    min-width: 0;
  }
}
.p-firstvisitor-card__catch {
  margin-bottom: 0;
  font-family: var(--tsuku);
  font-size: clamp(0.875rem, 1.06vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #8a6f52;
}
.p-firstvisitor-card__name {
  margin-bottom: 0;
  font-weight: 500;
  font-size: clamp(1.375rem, 2.12vw, 2rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-firstvisitor-card__desc {
  margin-top: clamp(8px, 0.79vw, 12px);
  margin-bottom: 0;
  line-height: 1.9;
}
.p-firstvisitor-card__trouble {
  margin-top: clamp(16px, 1.59vw, 24px);
  padding: clamp(12px, 1.06vw, 16px) clamp(16px, 2.18vw, 33px) clamp(14px, 1.19vw, 18px);
  border-radius: 20px;
  background-color: white;
  font-size: clamp(0.875rem, 1.06vw, 1rem);
}
.p-firstvisitor-card__trouble p.p-firstvisitor-card__trouble-ttl {
  font-family: var(--tsuku);
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
  color: var(--pp03);
}
.p-firstvisitor-info .wave-tp {
  background-color: var(--be02);
}
.p-firstvisitor-info .contents-wrap {
  background-color: var(--be);
}
@media (min-width: 1200px) {
  .p-firstvisitor-info .container {
    max-width: min(72%, 1071px);
  }
}
.p-firstvisitor-info .list-dl {
  padding: clamp(20px, 2.45vw, 37px) clamp(20px, 4.9vw, 74px);
  border-radius: 20px;
  background-color: white;
}
.p-firstvisitor-info .list-dl + .list-dl {
  margin-top: clamp(20px, 2.98vw, 45px);
}
.p-firstvisitor-info .list-dt {
  position: relative;
  padding-right: clamp(30px, 3.31vw, 50px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.p-firstvisitor-info .list-dt h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(1.063rem, 1.32vw, 1.25rem);
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-firstvisitor-info .list-dt::before, .p-firstvisitor-info .list-dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(18px, 1.65vw, 25px);
  height: 1px;
  background-color: var(--pp03);
  transition: transform 0.4s ease;
}
.p-firstvisitor-info .list-dt::before {
  transform: translateY(-50%);
}
.p-firstvisitor-info .list-dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-firstvisitor-info .is-open .list-dt::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-firstvisitor-info .list-dd .inner {
  padding-top: clamp(8px, 1.06vw, 16px);
}
.p-firstvisitor-info .c-more {
  gap: 0 clamp(12px, 1.52vw, 23px);
}

.p-message .scroll-mask {
  overflow: hidden;
  border-radius: 20px;
}
.p-message__ttl {
  margin-bottom: 0;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.59vw, 1.5rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-message__body {
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
}
.p-message__body > div + div {
  margin-top: clamp(20px, 2.56vw, 39px);
}
.p-message-profile .contents-wrap {
  background-color: var(--pk);
}
@media (min-width: 1200px) {
  .p-message-profile .container {
    max-width: min(78%, 1167px);
  }
}
.p-message-profile__img {
  width: min(313px, 60%);
  margin-inline: auto;
}
.p-message-profile__img .scroll-mask {
  aspect-ratio: 313/470;
}
.p-message-profile__role {
  margin-bottom: 0;
  font-size: clamp(0.938rem, 1.19vw, 1.125rem);
  line-height: 2.15;
  letter-spacing: 0.02em;
}
.p-message-profile__jp {
  margin-bottom: 0;
  font-weight: 500;
  font-size: clamp(1.75rem, 2.65vw, 2.5rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-message-profile__en {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.32vw, 1.25rem);
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: var(--pp03);
}
.p-message-story .wave-tp {
  background-color: var(--pk);
}
.p-message-story .contents-wrap {
  background-color: var(--be);
}
@media (min-width: 1200px) {
  .p-message-story .container {
    max-width: min(78%, 1161px);
  }
}
@media (min-width: 992px) {
  .p-message-story__item {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .p-message-story__img {
    position: -webkit-sticky;
    position: sticky;
    top: clamp(100px, 12.43vw, 188px);
  }
}
.p-message-story__img .scroll-mask {
  aspect-ratio: 532/354;
}
.p-message-femcare .wave-tp {
  background-color: var(--be);
}
.p-message-femcare .contents-wrap {
  background-color: var(--pp);
}
@media (min-width: 1200px) {
  .p-message-femcare .container {
    max-width: min(66%, 1003px);
  }
}
@media (min-width: 992px) {
  .p-message-femcare__row {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .p-message-femcare__img {
    flex: 0 0 41.32%;
  }
}
.p-message-femcare__img .scroll-mask {
  aspect-ratio: 402/604;
}
@media (min-width: 992px) {
  .p-message-femcare__txt {
    flex: 0 0 51.59%;
  }
}

.complete-content .contents-wrap {
  background-color: var(--pp);
}