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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

iframe {
  display: block;
  max-width: 100%;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  color: inherit;
}

@font-face {
  font-family: "Noto Sans JP VF";
  src: url("../../fonts/NotoSansJP-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../../fonts/Cinzel-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../../fonts/ShipporiMinchoB1-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../../fonts/ShipporiMinchoB1-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../../fonts/ShipporiMinchoB1-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--wp-admin-bar-height)) !important;
  min-height: calc(100dvh - var(--wp-admin-bar-height)) !important;
  text-rendering: optimizeSpeed;
  color: var(--black);
  background-color: var(--background);
  font-family: var(--base-font-family);
  line-height: 1.5;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

main {
  flex: 1;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  a:hover {
    opacity: var(--hover-opacity);
  }
}
a:focus-visible {
  opacity: var(--hover-opacity);
}

:root {
  --wp-admin-bar-height: 0px;
  --base-font-family: "Noto Sans JP VF", sans-serif;
  --en-font-family: "Cinzel", serif;
  --font-shippori: "ShipporiMinchoB1", serif;
  --font-jost: "Jost", "Noto Sans JP VF", sans-serif;
  --black: #111;
  --white: #fff;
  --brown: #8c7159;
  --gold: #bea791;
  --border-driver: #bababa;
  --text-caption: #787878;
  --text-black: #3f3f3f;
  --text-dark-brown: #6b5644;
  --background: #f2efeb;
  --background-dark-brown: #382617;
  --background-cream: #f2efeb;
  --hover-opacity: 0.55;
  /* メニュー周りのアイコン関連 */
  --arrow-image: url(../images/common/arrow_right_black.svg);
  --arrow-width: 0.875rem;
  --arrow-aspect-ratio: 14/18;
  --arrow-position: 0.625rem;
  /* タームイラスト */
}
:root [data-concern=eyelids-eyes]::before {
  background: url(../images/common/icon_eyelids-eyes.svg) no-repeat center/contain;
}
:root [data-concern=dark-circles]::before {
  background: url(../images/common/icon_dark-circles.svg) no-repeat center/contain;
}
:root [data-concern=lift-up]::before {
  background: url(../images/common/icon_lift-up.svg) no-repeat center/contain;
}
:root [data-concern=anti-aging]::before {
  background: url(../images/common/icon_anti-aging.svg) no-repeat center/contain;
}
:root [data-concern=small-face]::before {
  background: url(../images/common/icon_small-face.svg) no-repeat center/contain;
}
:root [data-concern=mouth]::before {
  background: url(../images/common/icon_mouth.svg) no-repeat center/contain;
}
:root [data-concern=body]::before {
  background: url(../images/common/icon_body.svg) no-repeat center/contain;
}
:root [data-concern=nose]::before {
  background: url(../images/common/icon_nose.svg) no-repeat center/contain;
}
:root [data-concern=wrinkles-sagging]::before {
  background: url(../images/common/icon_wrinkles-sagging.svg) no-repeat center/contain;
}
:root [data-concern=skin-concerns]::before {
  background: url(../images/common/icon_skin-concerns.svg) no-repeat center/contain;
}
:root {
  --header-height: 6.875rem;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 4rem;
  }
}

:root:has(.admin-bar) {
  --wp-admin-bar-height: 32px;
}

@media (max-width: 782px) {
  :root:has(.admin-bar) {
    --wp-admin-bar-height: 46px;
  }
}
/* 小さい画面では #wpadminbar を固定 */
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.l-about-career {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-about-career {
    margin-top: 5rem;
  }
}

.l-about-gallery {
  margin-top: 11.75rem;
}
@media screen and (max-width: 767px) {
  .l-about-gallery {
    margin-top: 5rem;
  }
}

.l-about-information {
  margin-block: 10.9375rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-about-information {
    margin-block: 5rem 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-about-results {
    margin-top: -1.25rem;
  }
}

.l-about {
  margin-top: 3rem;
}

.l-archive-case {
  margin-block: 7.5rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-archive-case {
    margin-block: 3.125rem 6.25rem;
  }
}

.p-archive-case-group {
  margin-bottom: 1.875rem;
}

.l-archive-menu {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-archive-menu {
    margin-top: 4.5rem;
  }
}

.l-sub-head + .l-breadcrumb {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .l-sub-head + .l-breadcrumb {
    margin-top: 2.625rem;
  }
}

.l-header + .l-breadcrumb {
  padding-block-start: calc(1.3125rem + var(--header-height) + var(--wp-admin-bar-height));
}
@media screen and (max-width: 767px) {
  .l-header + .l-breadcrumb {
    padding-block-start: calc(0.75rem + var(--header-height) + var(--wp-admin-bar-height));
  }
}

.l-column {
  margin-block: 3.9375rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-column {
    margin-block: 3.125rem 6.25rem;
  }
}

.l-faq {
  margin-block: 7.5rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    margin-block: 3.125rem 6.25rem;
  }
}

.l-features {
  margin-top: 10.875rem;
}
@media screen and (max-width: 767px) {
  .l-features {
    margin-top: 5rem;
  }
}

.l-footer {
  position: relative;
}

.l-header {
  position: fixed;
  inset: var(--wp-admin-bar-height) 0 auto 0;
  z-index: 1001;
  height: var(--header-height);
}

.l-inner {
  margin-inline: auto;
  width: 100%;
  padding-inline: 3.125rem;
  max-width: 75rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 36.25rem;
    padding-inline: 1.25rem;
  }
}

.l-news {
  margin-block: 4.0625rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    margin-block: 3.125rem 6.25rem;
  }
}

.l-page-top {
  position: fixed;
  z-index: 500;
  right: 1.25rem;
  bottom: 1.25rem;
}

.l-page {
  margin-block: 7.5rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    margin-block: 3.125rem 6.25rem;
  }
}

.l-payment {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .l-payment {
    margin-top: 6.25rem;
  }
}

.l-section-wrap {
  position: relative;
  z-index: 1;
  background-color: var(--background);
}

.l-single-menu {
  margin-top: 4.125rem;
}

.l-single {
  margin-block: 5.125rem 10rem;
}
@media screen and (max-width: 767px) {
  .l-single {
    margin-block: 3.125rem 6.25rem;
  }
}

.l-top-about {
  margin-top: 15rem;
  padding-bottom: 5.875rem;
}
@media screen and (max-width: 767px) {
  .l-top-about {
    margin-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

.l-top-access {
  margin-top: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .l-top-access {
    margin-top: 5rem;
  }
}

.l-top-case {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-top-case {
    margin-top: 5rem;
  }
}

.l-top-clinic-days {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-top-clinic-days {
    margin-top: 5rem;
  }
}

.l-top-column {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .l-top-column {
    margin-top: 5rem;
  }
}

.l-top-doctor {
  margin-top: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .l-top-doctor {
    margin-top: 5rem;
  }
}

.l-top-faq {
  margin-top: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .l-top-faq {
    margin-top: 5rem;
  }
}

.l-top-features {
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-top-features {
    margin-top: 5rem;
  }
}

.l-top-instagram {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .l-top-instagram {
    margin-top: 5rem;
  }
}

.l-top-menu {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-menu {
    margin-top: 5rem;
  }
}

.l-top-mv_height {
  height: 100vh;
  background: none;
}

.l-top-news {
  margin-top: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .l-top-news {
    margin-top: 5rem;
  }
}

.l-top-results {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-top-results {
    margin-top: 5rem;
  }
}

.c-button-gradation {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 23.6875rem;
  min-height: 5rem;
  padding: 1.25rem;
  color: var(--white);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(to right, #AF9177, #A9886B);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-button-gradation {
    min-width: initial;
    width: 19.4375rem;
    max-width: 100%;
  }
}

.c-button-gradation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #C1AA96;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}

.c-button-gradation::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  aspect-ratio: 5/8;
  background-color: var(--white);
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: 1;
}

.c-button-gradation:hover,
.c-button-gradation:hover::before {
  opacity: 1;
}

.c-button-gradation span {
  display: block;
  margin-top: 0.625rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* ホバーの指定 */
@media (any-hover: hover) {
  .c-button-gradation:hover,
  .c-button-gradation:hover::before {
    opacity: 1;
  }
}
/* :focus-visible */
.c-button-gradation:focus-visible,
.c-button-gradation:focus-visible::before {
  opacity: 1;
}

.c-button-white {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.3125rem;
  max-width: 32.875rem;
  width: 100%;
  padding-block: 1.625rem;
  padding-inline: 1rem;
  background-color: var(--white);
  color: var(--brown);
  font-family: var(--font-shippori);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .c-button-white {
    gap: 1rem;
    padding-block: 1.375rem;
    padding-inline: 0.875rem;
    font-size: max(1.125rem, 10px);
  }
}

.c-button-white::before,
.c-button-white::after {
  flex-shrink: 0;
  content: "";
}

.c-button-white::after {
  aspect-ratio: 1;
  width: 2.3125rem;
  -webkit-mask-image: url(../images/common/arrow-next.svg);
          mask-image: url(../images/common/arrow-next.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .c-button-white::after {
    width: 1.5rem;
  }
}

:is(.c-button, .wp-block-button__link) {
  --color: var(--text-dark-brown);
  --color-hover: var(--white);
  --background: linear-gradient(
      45deg,
      var(--text-dark-brown) 0%,
      var(--text-dark-brown) 50%,
      var(--white) 50%,
      var(--white) 100%
  );
  --background-color-hover: var(--color-hover);
  position: relative;
  display: inline-block;
  min-width: 12.5rem;
  padding-inline: 1.25rem 2.5rem;
  padding-inline: 3.875rem 3.75rem;
  padding-block: 1rem;
  color: var(--color);
  background: var(--background);
  background-size: 300% 300%;
  background-position: right bottom;
  border-radius: 100vh;
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  transition: background-position 0.6s ease-in-out, color 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  :is(.c-button, .wp-block-button__link) {
    font-size: max(0.875rem, 10px);
    padding-inline: 3.75rem;
  }
}

.c-button.c-button--brown {
  --color: var(--white);
  --color-hover: var(--text-dark-brown);
  --background: linear-gradient(
      45deg,
      var(--white) 0%,
      var(--white) 50%,
      var(--text-dark-brown) 50%,
      var(--text-dark-brown) 100%
  );
}

:is(.c-button, .wp-block-button__link)::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  aspect-ratio: 5/8;
  background-color: currentColor;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color 0.5s ease-in-out;
}

/* ホバーの指定 */
@media (any-hover: hover) {
  :is(.c-button, .wp-block-button__link):hover {
    color: var(--color-hover);
    background-position: left center;
    opacity: 1;
  }
  :is(.c-button, .wp-block-button__link):hover::after {
    background-color: var(--background-color-hover);
  }
}
/* :focus-visible */
@media (any-hover: hover) {
  :is(.c-button, .wp-block-button__link):focus-visible {
    color: var(--color-hover);
    background-position: left center;
    opacity: 1;
  }
  :is(.c-button, .wp-block-button__link):focus-visible::after {
    background-color: var(--background-color-hover);
  }
}
.c-heading-sub {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--text-dark-brown);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-heading-sub::before {
  content: "";
  background-color: var(--text-dark-brown);
  width: 1rem;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 0 1.5rem 1.5rem 0;
}

.c-heading {
  --heading-deco-size: 0.5rem;
  --heading-deco-radius: calc(var(--heading-deco-size) / 2);
  font-family: var(--font-shippori);
  font-size: max(2rem, 10px);
  font-weight: 400;
  letter-spacing: 0.12em;
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: flex-start;
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .c-heading {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
    font-size: max(1.625rem, 10px);
  }
}

.c-heading::before {
  margin-block: calc((1lh - var(--heading-deco-size)) / 2);
  block-size: var(--heading-deco-size);
  aspect-ratio: 16/8;
  background-color: var(--brown);
  border-radius: 0 var(--heading-deco-radius) var(--heading-deco-radius) 0;
  content: "";
}

.c-menu-button {
  position: relative;
  height: var(--header-height);
  aspect-ratio: 1;
  --line-color: var(--black);
  --line-width: 1px;
}

.c-menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.25rem;
  height: var(--line-width);
  background-color: var(--line-color);
  transition: background-color 0.3s ease-in-out;
}

.c-menu-button span:before,
.c-menu-button span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: var(--line-width);
  background-color: var(--line-color);
  border-radius: 100vw;
  content: "";
  transition: transform 0.3s ease-in-out;
}

.c-menu-button span::before {
  transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  transform: translateY(0.5rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  transform: translateY(0) rotate(30deg);
}

.c-menu-button[aria-expanded=true] span::after {
  transform: translateY(0) rotate(-30deg);
}

.c-page-top {
  padding: 1.875rem 0.9375rem 0.9375rem;
  font-size: max(0.9375rem, 10px);
  font-family: var(--en-font-family);
  line-height: 1;
  color: var(--text-dark-brown);
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    padding: 1.25rem 0.625rem 0.625rem;
    font-size: max(0.75rem, 10px);
  }
}

.c-page-top::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  transform: translateX(-50%) rotate(-45deg);
}

.c-pagenavi {
  text-align: center;
}

.c-pagenavi ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagenavi ul.page-numbers {
    gap: 0.3125rem;
  }
}

.c-pagenavi li a.page-numbers,
.c-pagenavi .page-numbers.current {
  width: 2.3125rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-pagenavi li a.page-numbers,
  .c-pagenavi .page-numbers.current {
    width: 1.875rem;
    font-size: max(0.875rem, 10px);
  }
}

.c-pagenavi .page-numbers.current {
  background-color: var(--text-dark-brown);
  color: var(--white);
}

.c-pagenavi li:has(.page-numbers.next),
.c-pagenavi li:has(.page-numbers.prev) {
  position: absolute;
  top: 0;
}

.c-pagenavi li:has(.page-numbers.next) {
  right: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-pagenavi li:has(.page-numbers.next) {
    right: -2.1875rem;
  }
}

.c-pagenavi li:has(.page-numbers.prev) {
  left: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-pagenavi li:has(.page-numbers.prev) {
    left: -2.1875rem;
  }
}

.c-section-title {
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .c-section-title {
    text-align: center;
  }
}

.c-section-title--en {
  font-size: max(3rem, 10px);
  font-weight: 400;
  font-family: var(--en-font-family);
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title--en {
    font-size: max(2.1875rem, 10px);
  }
}

/* 英字のスタイルちがい（先頭のみ大文字） */
.c-section-title--en.c-section-title--en-capitalize {
  text-transform: capitalize;
}

.c-section-title--ja {
  display: block;
  margin-top: 0.875rem;
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title--ja {
    margin-top: 0.75rem;
    font-size: max(1.125rem, 10px);
  }
}

.c-section-title--en-sub {
  display: block;
  margin-top: 0.625rem;
  font-size: max(1.5rem, 10px);
  font-weight: 400;
  font-family: var(--en-font-family);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title--en-sub {
    font-size: max(1.25rem, 10px);
  }
}

/* テキスト白var */
.c-section-title.c-section-title--white {
  color: var(--white);
}

/* 下層ページvar（フォントサイズlarge） */
.c-section-title.c-section-title--sub .c-section-title--en {
  font-size: max(3.75rem, 10px);
}
@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--sub .c-section-title--en {
    font-size: max(3rem, 10px);
  }
}

/* スプライド矢印 */
.splide__arrow {
  width: 2.375rem;
  height: 2.375rem;
  position: relative;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--next::after,
.splide__arrow--prev::after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.375rem;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--text-dark-brown);
  transition: transform 0.3s ease-in-out;
}

.splide__arrow--next::after {
  -webkit-mask-image: url(../images/common/arrow-next.svg);
          mask-image: url(../images/common/arrow-next.svg);
}

.splide__arrow--prev::after {
  -webkit-mask-image: url(../images/common/arrow-prev.svg);
          mask-image: url(../images/common/arrow-prev.svg);
}

/* ホバーの指定 */
@media (any-hover: hover) {
  .splide__arrow:hover.splide__arrow--next::after,
  .splide__arrow:hover.splide__arrow--prev::after {
    transform: scale(1.1);
  }
}
/* :focus-visible */
.splide__arrow:focus-visible.splide__arrow--next::after,
.splide__arrow:focus-visible.splide__arrow--prev::after {
  transform: scale(1.1);
}

.c-tag {
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1;
  color: var(--text-dark-brown);
  padding: 0.25rem 0.6875rem;
  border: 1px solid var(--text-dark-brown);
  border-radius: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: max(0.625rem, 10px);
    padding: 0.25rem 0.625rem;
  }
}

.c-title-en {
  font-size: max(3rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
  color: var(--text-dark-brown);
  letter-spacing: 0.12em;
}

.c-title-ja {
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-dark-brown);
}

.p-404 {
  margin-block: 18.75rem 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    margin-block: 9.375rem 6.25rem;
  }
}

.p-404__button {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    margin-top: 1.875rem;
  }
}

.p-404__title {
  font-family: var(--font-shippori);
  font-size: max(1.5rem, 10px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: max(1.3125rem, 10px);
  }
}

.p-about-career__profile {
  display: flex;
  gap: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-career__profile {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-about-career__img-wrap {
  flex-shrink: 0;
  width: 25.4545454545%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-career__img-wrap {
    width: 80%;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-about-career__img {
  width: 100%;
  height: auto;
}

.p-about-career__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-about-career__name {
  font-size: max(1.375rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.03em;
  color: var(--text-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-career__name {
    font-size: max(1.25rem, 10px);
    line-height: 1.8;
  }
}

.p-about-career__section-wrap {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-career__section-wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-about-career__section-wrap + .p-about-career__section {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-career__section-wrap + .p-about-career__section {
    margin-top: 2.5rem;
  }
}

.p-about-career__heading {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--text-dark-brown);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-about-career__heading::before {
  content: "";
  background-color: var(--text-dark-brown);
  width: 1rem;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 0 1.5rem 1.5rem 0;
}

.p-about-career__list {
  margin-top: 0.9375rem;
}

.p-about-career__item {
  display: flex;
  gap: 1.375rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-about-career__item {
    flex-direction: column;
    gap: 0;
    font-size: max(0.875rem, 10px);
  }
}

.p-about-career__item a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: var(--text-caption);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1875rem;
  white-space: normal;
  word-break: break-word;
}

.p-about-career__item + .p-about-career__item {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-career__item + .p-about-career__item {
    margin-top: 1.25rem;
  }
}

.p-about-career__year {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about-career__desc-text + .p-about-career__desc-text {
  margin-top: 0.5rem;
}

.p-about-career__message {
  margin-top: 4.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--brown);
  padding-inline: 0.625rem;
  display: flex;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-career__message {
    flex-direction: column;
    margin-top: 3.125rem;
    padding-top: 1.875rem;
    gap: 1.25rem;
    padding-inline: 0;
  }
}

.p-about-career__message-title.c-section-title--en {
  width: 29.537037037%;
  flex-shrink: 1;
  font-size: max(2rem, 10px);
  color: var(--text-dark-brown);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-about-career__message-title.c-section-title--en {
    width: 100%;
    font-size: max(1.625rem, 10px);
  }
}

.p-about-career__message-text {
  width: 67.5925925926%;
  font-size: max(0.9375rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-about-career__message-text {
    width: 100%;
    font-size: max(0.875rem, 10px);
  }
}

.p-about-gallery__main {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__main {
    margin-top: 1.25rem;
  }
}

.p-about-gallery__img {
  width: 100%;
  height: auto;
}

.p-about-gallery__img img {
  aspect-ratio: 1100/560;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-about-gallery__thumb {
  margin-top: 2.0625rem;
  width: 89.5454545455%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__thumb {
    margin-top: 1.25rem;
    width: 83.5820895522%;
  }
}

.p-about-gallery__thumb .splide__slide {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.p-about-gallery__thumb .splide__slide::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.56);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.p-about-gallery__thumb .splide__slide img {
  aspect-ratio: 229/116;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-about-gallery__thumb .splide__slide.is-active {
  position: relative;
  cursor: default;
}

.p-about-gallery__thumb .splide__slide.is-active::after {
  opacity: 1;
}

.p-about-gallery__thumb .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about-gallery__thumb .splide__arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-about-gallery__thumb .splide__arrow--next {
  right: -3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__thumb .splide__arrow--next {
    right: -2.1875rem;
  }
}

.p-about-gallery__thumb .splide__arrow--prev {
  left: -3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__thumb .splide__arrow--prev {
    left: -2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-gallery__thumb .splide__arrow--next::after,
  .p-about-gallery__thumb .splide__arrow--prev::after {
    width: 1.875rem;
  }
}

.p-about-information__title .c-section-title--en {
  text-transform: lowercase;
}

.p-about-information__list {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__list {
    margin-top: 3.125rem;
  }
}

.p-about-information__row {
  padding-block: 3.0625rem;
  padding-inline: 0.625rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--brown);
}
@media screen and (max-width: 767px) {
  .p-about-information__row {
    flex-direction: column;
    padding-block: 1.875rem;
    padding-inline: 0.3125rem;
  }
}

.p-about-information__term {
  flex-shrink: 0;
  width: 27.7777777778%;
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--text-dark-brown);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__term {
    width: 100%;
    font-size: max(1.125rem, 10px);
  }
}

.p-about-information__term::before {
  content: "";
  background-color: var(--text-dark-brown);
  width: 1rem;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 0 1.5rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-information__term::before {
    width: 0.875rem;
  }
}

.p-about-information__desc {
  min-width: 25.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__desc {
    min-width: initial;
    margin-top: 0.625rem;
  }
}

.p-about-information__clinic-name {
  font-size: max(1.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-about-information__clinic-name {
    font-size: max(1.125rem, 10px);
  }
}

.p-about-information__clinic-name span {
  font-size: max(1rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-about-information__clinic-name span {
    font-size: max(0.9375rem, 10px);
  }
}

.p-about-information__row[data-info=address] .p-about-information__desc-description,
.p-about-information__row[data-info=access] .p-about-information__desc-description,
.p-about-information__map {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__row[data-info=address] .p-about-information__desc-description,
  .p-about-information__row[data-info=access] .p-about-information__desc-description,
  .p-about-information__map {
    margin-top: 0.9375rem;
  }
}

.p-about-information__map iframe {
  aspect-ratio: 400/166;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  border: 0;
}

.p-about-information__desc-heading {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-about-information__desc-heading {
    font-size: max(1.125rem, 10px);
  }
}

.p-about-information__desc-description {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-about-information__desc-description {
    font-size: max(0.9375rem, 10px);
  }
}

.p-about-information__row[data-info=schedule] {
  display: block;
}

.p-about-information__row-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about-information__row-wrap {
    flex-direction: column;
  }
}

.p-about-information__row[data-info=reservation] .p-about-information__desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__row[data-info=reservation] .p-about-information__desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.p-about-information__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__desc-wrap {
    gap: 0.9375rem;
  }
}

.p-about-information__desc--num {
  font-size: max(1.5rem, 10px);
  font-family: var(--font-jost);
  font-weight: 300;
  line-height: 1;
  color: var(--text-black);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-information__desc--num {
    font-size: max(1.375rem, 10px);
  }
}

.p-about-information__desc--num span {
  font-size: max(1rem, 10px);
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__desc--num span {
    font-size: max(0.9375rem, 10px);
  }
}

.p-about-information__desc--button {
  padding-left: 3rem;
  border-left: 1px solid var(--brown);
}
@media screen and (max-width: 767px) {
  .p-about-information__desc--button {
    padding-left: 0;
    border-left: none;
    margin-inline: auto;
  }
}

.p-about-information__row[data-info=payment] .p-payment {
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-information__row[data-info=payment] .p-payment {
    gap: 1.25rem;
  }
}

.p-about-information__row[data-info=payment] .p-about-information__desc {
  gap: 1.875rem;
  width: 100%;
}
.p-about-information__row[data-info=minor] .p-about-information__desc-description {
  font-size: max(0.9375rem, 10px);
  line-height: 2.2;
  letter-spacing: 0;
}
.p-about-results {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-block: 7.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-results {
    padding-block: 6.25rem 6.25rem;
  }
}

.p-about-results::before {
  content: "";
  position: absolute;
  top: -5rem;
  bottom: -5rem;
  left: 0;
  right: 0;
  background-image: url(../images/about/about-results-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center var(--bgY, 0rem);
  z-index: -2;
  will-change: background-position;
}

.p-about-results__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-about-results__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-about-results__contents {
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-results__contents {
    width: 100%;
    padding-bottom: 0;
  }
}

.p-about-results__title .c-section-title--en span {
  font-size: max(2.0625rem, 10px);
  letter-spacing: 0.12em;
  display: block;
  margin-top: 2rem;
}

.p-about-results__date-wrap {
  margin-top: 2.8125rem;
  padding-left: 1.375rem;
}

.p-about-results__date {
  font-size: max(1rem, 10px);
  font-family: var(--font-jost);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: var(--border-driver);
}
@media screen and (max-width: 767px) {
  .p-about-results__date {
    margin-top: 2.5rem;
    padding-left: 0;
    font-size: max(0.9375rem, 10px);
  }
}

.p-about-results__number-wrap {
  margin-top: 0.5625rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-results__number-wrap {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 0.4375rem;
    padding-left: 0;
  }
}

.p-about-results__count {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about-results__count {
    font-size: max(0.9375rem, 10px);
    padding-bottom: 0.5rem;
  }
}

.p-about-results__number {
  font-size: max(4.5rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-results__number {
    font-size: max(3.125rem, 10px);
  }
}

.p-about-results__unit {
  display: inline-block;
  font-size: max(1rem, 10px);
  font-family: var(--base-font-family);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-about-results__unit {
    font-size: max(0.875rem, 10px);
  }
}

.p-about-results__body {
  margin-top: 3.9375rem;
  width: 60.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-about-results__body {
    margin-top: 0;
    width: 100%;
  }
}

.p-about-results__list {
  display: grid;
  gap: 0 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-about-results__list {
    gap: 0 0.9375rem;
  }
}

.p-about-results__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.625rem 0.6875rem;
  padding-inline: 0.625rem;
  border-bottom: 1px solid var(--background-cream);
}
@media screen and (max-width: 767px) {
  .p-about-results__item {
    padding-block: 0.5rem;
    padding-inline: 0.3125rem;
  }
}

.p-about-results__label {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about-results__label {
    font-size: max(0.875rem, 10px);
  }
}

.p-about-results__value {
  font-size: max(1.75rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-about-results__value {
    font-size: max(1.375rem, 10px);
  }
}

.p-about-results__img {
  flex-shrink: 0;
  margin-top: 1.25rem;
  margin-right: calc(50% - 50vw);
  width: 37.9861111111vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-results__img {
    margin-top: 0;
    margin-inline: auto;
    width: 80%;
  }
}

.p-about-results__img::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-about-results__img img {
  aspect-ratio: 547/560;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 34.1875rem;
}

.p-about {
  overflow-x: clip;
}

.p-about__inner.l-inner {
  display: flex;
  align-items: flex-start;
  gap: 19.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-about__inner.l-inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-about__body {
  width: 40.9090909091%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    width: 100%;
  }
}

.p-about__contents {
  margin-top: min(4.5138888889vw, 65px);
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    margin-top: 0rem;
  }
}

.p-about__text {
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: max(0.875rem, 10px);
    letter-spacing: -0.02em;
  }
}

.p-about__text + .p-about__text {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about__text + .p-about__text {
    margin-top: 1.125rem;
  }
}

.p-about__text.p-about__text-large {
  margin-top: 3.125rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about__text.p-about__text-large {
    margin-top: 1.875rem;
    font-size: max(1rem, 10px);
  }
}

.p-about__text.p-about__text-large + .p-about__text.p-about__text-large {
  margin-top: 0.625rem;
}

.p-about__text.p-about__text-large span {
  display: inline-block;
}

.p-about__image-wrap {
  margin-right: calc(50% - 50vw);
  width: 42.2916666667vw;
  max-width: 38.0625rem;
  min-height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-about__image-wrap {
    margin-top: 0;
    margin-inline: auto;
    width: 100%;
    min-height: initial;
  }
}

.p-about__image-over {
  width: 100%;
  height: auto;
}

.p-about__image-over img {
  aspect-ratio: 609/363;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 38.125rem;
}

.p-about__image-under {
  margin-top: 3.375rem;
  padding-left: 2.1875rem;
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__image-under {
    gap: 1.25rem;
    padding-left: 0;
  }
}

.p-about__image:nth-child(1) {
  margin-top: 11.625rem;
  width: 40.243902439%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__image:nth-child(1) {
    margin-top: 4.375rem;
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-about__image:nth-child(2) {
  flex-shrink: 1;
  width: 36.5853658537%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__image:nth-child(2) {
    width: 100%;
    max-width: 12.5rem;
  }
}

.p-about__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

[data-content=menu-others] .p-anchor-items {
  --border-color: currentColor;
}

.p-anchor-items__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.4375rem, 1fr));
  gap: 1.3125rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-anchor-items__list {
    gap: 0.75rem 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  }
}

.p-anchor-items__heading + .p-anchor-items__list {
  margin-top: 2.25rem;
}

.p-anchor-items__list + .p-anchor-items__heading {
  margin-top: 3.375rem;
}

.p-anchor-items__link {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  height: 100%;
  background-color: var(--white);
  border: 1px solid var(--border-color, transparent);
  color: var(--brown);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-anchor-items__link {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.375rem;
    font-size: max(0.9375rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-anchor-items__link::before {
    content: "";
  }
}

.p-anchor-items__link::after {
  width: 0.75rem;
  aspect-ratio: 12/9;
  background: url(../images/common/arrow_anchor.svg) no-repeat center/cover;
  content: "";
}

.p-archive-case__contents {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive-case__contents {
    margin-top: 5rem;
  }
}

.p-archive-case__pagination {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-archive-case__pagination {
    margin-top: 4.375rem;
  }
}

.p-archive-menu {
  color: var(--text-dark-brown);
}

.p-archive-menu__sections {
  margin-top: 8.75rem;
  display: grid;
  gap: 5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__sections {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}

.p-archive-menu__items {
  margin-top: 3.375rem;
  display: grid;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__items {
    margin-top: 2.25rem;
    gap: 3rem;
  }
}

.p-archive-menu__item {
  display: grid;
  grid-template-columns: 26.6875rem 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__item {
    grid-template-columns: 1fr;
  }
}

.p-archive-menu__title {
  position: sticky;
  top: calc(var(--header-height) + var(--wp-admin-bar-height));
  padding-top: 1.6875rem;
  padding-inline: 1.25rem;
  font-family: var(--font-shippori);
  font-size: max(2rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__title {
    position: static;
    padding-top: 0;
    padding-inline: 0;
    font-size: max(1.5rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-archive-menu__articles {
    margin-top: 1rem;
  }
}

.p-archive-menu__article {
  padding: 2rem 2rem 1.75rem;
  border-bottom: 1px solid var(--border-driver);
}
@media screen and (max-width: 767px) {
  .p-archive-menu__article {
    padding: 1.25rem 0;
  }
}

.p-archive-menu__article-title {
  font-family: var(--font-shippori);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__article-title {
    font-size: max(1.125rem, 10px);
  }
}

.p-archive-menu__article-excerpt {
  margin-top: 0.625rem;
  color: var(--text-caption);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__article-excerpt {
    margin-top: 0.5rem;
    font-size: max(0.8125rem, 10px);
  }
}

.p-archive-menu__article-link {
  margin-right: -0.5rem;
  margin-top: 0.625rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-archive-menu__article-link {
    margin-right: 0;
  }
}

.p-archive-menu__article-link::after {
  display: inline-block;
  width: 0.5625rem;
  aspect-ratio: 9/6;
  background: url(../images/common/arrow.svg) no-repeat center/contain;
  content: "";
  transform: translateY(0.125rem);
}

.p-archive-menu__cosme-items {
  margin-top: 1.75rem;
}

.p-breadcrumb {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    font-size: max(0.8125rem, 10px);
  }
}

.p-breadcrumb a {
  color: var(--brown);
  text-decoration: underline;
}

.aioseo-breadcrumb-separator {
  margin-inline: 0.375rem;
  display: inline-block;
  width: auto;
  height: 0.375rem;
  aspect-ratio: 6/9;
  background: url(../images/common/arrow_right_gray.svg) no-repeat center/contain;
  content: "";
  transform: translateY(-2px);
}

.p-case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: var(--card-bg, var(--white));
  transition: opacity 0.3s ease-in-out;
}

.p-case-card__label {
  display: flex;
  justify-content: space-between;
  padding-inline: 1.125rem;
  font-family: var(--font-shippori);
  font-size: max(1rem, 10px);
  font-weight: 400;
  color: var(--background-dark-brown);
  letter-spacing: 0.12em;
}

.p-case-card__thumbnail {
  width: 100%;
}

.p-case-card__label + .p-case-card__thumbnail {
  margin-top: 1.125rem;
}

.p-case-card__thumbnail img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--img-bg, var(--background));
}

.p-case-card__title {
  margin-top: 1.125rem;
}

.p-case-card__title-text {
  display: -webkit-box;
  display: var(--title-display, -webkit-box);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--heading-row, 1);
  overflow: hidden;
  color: var(--text-black);
  font-size: max(1rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-case-card__title-text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-case-card__meta {
  flex: 1;
  margin-top: 0.1875rem;
  padding-top: 1.0625rem;
  border-top: 0.5px solid var(--border-driver);
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-case-card__meta {
    padding-top: 0.625rem;
  }
}

.p-case-card__meta.p-case-card__meta--grid {
  margin-top: 5.1875rem;
}

.p-case-card__wrap {
  display: flex;
  gap: 0.5rem;
}

.p-case-card__attribute {
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-case-card__attribute {
    font-size: max(0.625rem, 10px);
  }
}

.p-case-card__date {
  padding-left: 0.5rem;
  border-left: 1px solid var(--border-driver);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-case-card__date {
    font-size: max(0.625rem, 10px);
  }
}

.p-case-card__button {
  position: absolute;
  inset: 0;
}

@media (any-hover: hover) {
  .p-case-card:has(.p-case-card__button:hover) {
    opacity: var(--hover-opacity);
  }
}
/* :focus-visible */
.p-case-card:has(.p-case-card__button:focus-visible) {
  opacity: var(--hover-opacity);
}

/* twentytwentyのスタイル上書き */
.twenty20 {
  margin-bottom: 0;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background-color: #ff0000;
  width: 1px;
}

.twentytwenty-handle {
  border-width: 1px;
  background-color: var(--brown);
  transform: translateX(1px); /* 線の位置ズレ修正 */
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-left: 0px;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 1.25rem;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 1.25rem;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  box-shadow: none;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  -webkit-mask-image: url(../images/common/arrow_right.svg);
          mask-image: url(../images/common/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
  border-color: transparent;
}

.twentytwenty-left-arrow {
  transform: scale(-1);
}

.p-case-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap, 3.5rem 2.375rem);
}
@media screen and (max-width: 767px) {
  .p-case-cards {
    grid-template-columns: 1fr;
    gap: var(--gap, 2rem 1rem);
  }
}

/* 施術方法詳細ページ・症例紹介 */
[data-content=menu-case] {
  --card-bg: var(--background);
  --card-width: 212px;
  --gap: 1.25rem 0.625rem;
  --img-bg: var(--white);
}

.p-case-card:is([data-content=menu-case] *, [data-content=archive-case] *) {
  --heading-row: 2;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

/* トップページ・症例写真 */
.p-case-cards__item.splide__slide {
  width: 21.3125rem;
}
@media screen and (max-width: 767px) {
  .p-case-cards__item.splide__slide {
    width: 100%;
  }
}

.p-case {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-bottom: 2.5rem;
  }
}

.p-case__slider .splide__arrow {
  position: absolute;
  bottom: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__slider .splide__arrow {
    bottom: -4.375rem;
  }
}

.p-case__slider .splide__arrow--next {
  left: 46%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-case__slider .splide__arrow--next {
    left: calc(50% + 1.875rem);
  }
}

.p-case__slider .splide__arrow--prev {
  left: 40.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-case__slider .splide__arrow--prev {
    left: calc(50% - 1.875rem);
  }
}

.p-column-list {
  display: grid;
  gap: var(--gap, 4.375rem);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-column-list {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap, 3.125rem);
  }
}

[data-content=menu-post] {
  --gap: 2rem;
}

.p-top-column__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-top-column__thumb {
  position: relative;
  overflow: hidden;
}

.p-top-column__thumb img {
  aspect-ratio: 320/427;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.p-top-column__tag-wrap {
  position: absolute;
  bottom: 0.625rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.p-top-column__tag {
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  background-color: var(--text-dark-brown);
  padding: 0.25rem 0.8125rem;
  border-radius: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-column__tag {
    padding: 0.25rem 0.625rem;
  }
}

.p-top-column__body {
  margin-top: 1.4375rem;
  flex: 1;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid var(--brown);
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-column__body {
    margin-top: 0.9375rem;
  }
}

.p-top-column__date {
  display: block;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  font-family: var(--font-jost);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .p-top-column__date {
    font-size: max(0.6875rem, 10px);
  }
}

.p-top-column__heading {
  margin-top: 0.3125rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--brown);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-column__heading {
    font-size: max(0.9375rem, 10px);
  }
}

.p-column__pagination {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-column__pagination {
    margin-top: 4.375rem;
  }
}

/* ホバーの指定 */
@media (any-hover: hover) {
  .p-top-column__link:hover {
    opacity: 1;
  }
  .p-top-column__link:hover .p-top-column__thumb img {
    transform: scale(1.1);
  }
  .p-top-column__link:hover .p-top-column__body {
    opacity: var(--hover-opacity);
  }
}
/* :focus-visible */
.p-top-column__link:focus-visible {
  opacity: 1;
}

.p-top-column__link:focus-visible .p-top-column__thumb img {
  transform: scale(1.1);
}

.p-top-column__link:focus-visible .p-top-column__body {
  opacity: var(--hover-opacity);
}

.p-column__contents {
  margin-top: 5.5rem;
  --no-image-bg: var(--white);
}
@media screen and (max-width: 767px) {
  .p-column__contents {
    margin-top: 5rem;
  }
}

.p-column-group__list {
  margin-top: 1.875rem;
}

.p-contact-info {
  --info-gap: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--info-gap);
}
@media screen and (max-width: 767px) {
  .p-contact-info {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-info[data-layout=p-drawer] {
    --info-gap: 2.25rem;
    --button-width: auto;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-info__web {
    width: var(--button-width, 100%);
    text-align: center;
  }
}

.p-contact-info__tel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-jost);
}
@media screen and (max-width: 767px) {
  .p-contact-info__tel {
    flex-direction: column;
    gap: 0.625rem;
  }
}

.p-contact-info__tel-number {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: max(2rem, 10px);
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-info__tel-number {
    align-items: center;
  }
}

.p-contact-info__tel-number::before {
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/common/icon_tel.svg);
          mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}

.p-contact-info__tel-time {
  border-left: 1px solid var(--white);
  padding-left: 1.25rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-contact-info__tel-time {
    border-left: none;
    padding-left: 0;
  }
}

/* 要素間の余白 */
.p-content h2 {
  margin-block: 5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-content h2 {
    margin-block: 3rem 1.25rem;
  }
}

.p-content :is(h3, p) {
  margin-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-content :is(h3, p) {
    margin-block: 1.25rem;
  }
}

.p-content h4 {
  margin-block: 2.125rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-content h4 {
    margin-block: 1.375rem 0.375rem;
  }
}

.p-content ul:not([data-content=menu-recommend] *) {
  margin-block: 2.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-content ul:not([data-content=menu-recommend] *) {
    margin-block: 1.375rem 1rem;
  }
}

.p-content ul:is([data-content=menu-recommend] *) {
  margin-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-content ul:is([data-content=menu-recommend] *) {
    margin-block: 1.25rem;
  }
}

.p-content .wp-block-button {
  margin-block: 1.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-content .wp-block-button {
    margin-block: 1.25rem 2rem;
  }
}

/* font-family */
.p-content :is(h2, h3),
.p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  font-family: var(--font-shippori);
}

/* font-size */
.p-content h2 {
  font-size: max(1.5rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-content h2 {
    font-size: max(1.3125rem, 10px);
  }
}

.p-content h3 {
  font-size: max(1.25rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-content h3 {
    font-size: max(1.125rem, 10px);
  }
}

.p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  font-size: max(1.125rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
    font-size: max(1rem, 10px);
  }
}

.p-content h4:is([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *),
.p-content :is(ul, ol, p) {
  font-size: max(0.9375rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-content h4:is([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *),
  .p-content :is(ul, ol, p) {
    font-size: max(0.875rem, 10px);
  }
}

/* font-weight */
.p-content :is(h2, h3),
.p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  font-weight: 600;
}

.p-content h4:is([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  font-weight: 500;
}

.p-content :is(ul, ol, p) {
  font-weight: 400;
}

/* letter-spacing */
.p-content :is(h2, h3),
.p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  letter-spacing: 0.12em;
}

/* line-height */
.p-content :is(h2, h3),
.p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  line-height: 1.8;
}

.p-content h4:is([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *),
.p-content :is(ul, ol, p) {
  line-height: 2.2;
}

/* その他スタイル
* ・h, ul, ol, p, a
*/
.p-content h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8125rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid;
  color: var(--text-dark-brown);
}

.p-content h2::before {
  position: relative;
  inset: 0.25rem auto 1.0625rem 0;
  width: 0.375rem;
  height: calc(100% - 0.5625rem);
  background-color: currentColor;
  content: "";
}

.p-content h3:not([data-content=menu-detail] *) {
  --heading-deco-size: 0.5rem;
  --heading-deco-radius: calc(var(--heading-deco-size) / 2);
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: flex-start;
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .p-content h3:not([data-content=menu-detail] *) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
}

.p-content h3:not([data-content=menu-detail] *)::before {
  margin-block: calc((1lh - var(--heading-deco-size)) / 2);
  block-size: var(--heading-deco-size);
  aspect-ratio: 16/8;
  background-color: var(--brown);
  border-radius: 0 var(--heading-deco-radius) var(--heading-deco-radius) 0;
  content: "";
}

[data-content=menu-detail] .p-content h3 {
  padding-inline: 0.625rem;
  background-color: var(--brown);
  color: var(--white);
}

.p-content h4:not([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  color: var(--text-dark-brown);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-driver);
}

.p-content h4:is([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *) {
  --heading-deco-color: var(--brown);
  --heading-deco-size: 1rem;
  --heading-deco-radius: calc(var(--heading-deco-size) / 2);
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  align-items: flex-start;
}

.p-content h4:is([data-content=menu-detail] *, [data-content=menu-modal] *, [data-content=menu-risks] *)::before {
  margin-block: calc((1lh - var(--heading-deco-size)) / 2);
  block-size: var(--heading-deco-size);
  aspect-ratio: 1;
  background-color: var(--brown);
  content: "";
}

.p-content ul:not([data-content=menu-recommend] *) {
  display: grid;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-content ul:not([data-content=menu-recommend] *) {
    row-gap: 0.375rem;
  }
}

.p-content ul li:not([data-content=menu-recommend] *) {
  --icon-size: 0.375rem;
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-content ul li:not([data-content=menu-recommend] *) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

.p-content ul li:not([data-content=menu-recommend] *)::before {
  margin-block: calc((1lh - var(--icon-size)) / 2);
  block-size: var(--icon-size);
  aspect-ratio: 1;
  background-color: var(--brown);
  border-radius: 50%;
  content: "";
}

.p-content ul:is([data-content=menu-recommend] *) {
  display: grid;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-content ul:is([data-content=menu-recommend] *) {
    row-gap: 0.375rem;
  }
}

.p-content ul li:is([data-content=menu-recommend] *) {
  --icon-size: 2.0625rem;
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: flex-start;
}

.p-content ul li:is([data-content=menu-recommend] *)::before {
  margin-block: calc((1lh - var(--icon-size)) / 2);
  block-size: var(--icon-size);
  aspect-ratio: 24/33;
  background: url(../images/common/icon_check-box.svg) no-repeat center/cover;
  content: "";
}

.p-content a:not(.wp-block-button *) {
  color: var(--text-dark-brown);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-content a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-content a[href^="tel:"] {
    text-decoration: underline;
  }
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content .wp-block-button {
  margin-inline: auto;
}

.p-cosme-list__item {
  display: grid;
  grid-template-areas: "heading . image" "desc . image";
  grid-template-columns: 621fr 68fr 356fr;
  align-items: center;
  padding-block: 3.75rem;
  padding-inline: 1.6875rem;
  border-top: 1px solid var(--border-driver);
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cosme-list__item {
    grid-template-areas: "heading" "image" "desc";
    grid-template-columns: 1fr;
    padding-inline: 0;
    padding-block: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cosme-list__item:first-child {
    border-top: none;
  }
}

.p-cosme-list__item-heading {
  grid-area: heading;
  align-self: flex-end;
  font-size: max(1.25rem, 10px);
  font-weight: 500;
}

.p-cosme-list__item-desc {
  grid-area: desc;
  align-self: flex-start;
  color: var(--black);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-cosme-list__item-desc {
    font-size: max(0.8125rem, 10px);
  }
}

.p-cosme-list__item-image {
  grid-area: image;
}
@media screen and (max-width: 767px) {
  .p-cosme-list__item-image {
    width: 70%;
  }
}

.p-drawer {
  --drawer-bg-color: #fcfaf7;
  background-color: var(--drawer-bg-color);
  padding-block: 3.625rem;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.p-drawer[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}

.p-drawer__inner {
  padding-inline: 2rem;
}

.p-drawer__nav-item-wrap {
  position: relative;
}

:is(.p-drawer__nav-link, .p-drawer__nav-button) {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-block: 0.875rem;
  padding-inline: 0.625rem var(--arrow-position);
  border-bottom: 1px solid #bcbcbc;
  font-family: var(--font-shippori);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-sub-menu__category--top .p-drawer__nav-link {
  border-bottom: none;
}

:is(.p-drawer__nav-link, .p-drawer__nav-button)::after {
  margin-left: auto;
  width: var(--arrow-width);
  aspect-ratio: var(--arrow-aspect-ratio);
  content: "";
  background: var(--arrow-image) no-repeat center/contain;
}

.p-drawer__nav-button {
  width: 100%;
}

.p-drawer__nav-button::after {
  transform: rotate(90deg);
}

/* is-open */
.p-drawer__nav-item.is-open .p-drawer__nav-button::after {
  transform: rotate(270deg);
}

.p-drawer__contact {
  margin-top: 2.1875rem;
}

.p-faq-list__item {
  --q-padding: 1.46875rem 3.125rem 1.46875rem 0.9375rem;
  --a-padding: 0 3.125rem 1.375rem 0.9375rem;
  position: relative;
  border-bottom: 1px solid var(--border-driver);
}
@media screen and (max-width: 767px) {
  .p-faq-list__item {
    --q-padding: 0.9375rem 2.25rem 0.9375rem 0;
    --a-padding: 0 2.25rem 1.375rem 0;
  }
}

.p-faq-list__header {
  position: relative;
  display: flex;
  gap: 1.25rem;
  width: 100%;
  padding: var(--q-padding);
  text-align: left;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-faq-list__header {
    gap: 0.9375rem;
  }
}

.p-faq-list__header::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 5/8;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-faq-list__header::after {
    right: 0.3125rem;
  }
}

.p-faq-list__item.is-open .p-faq-list__header::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq-list__icon {
  font-size: max(1.375rem, 10px);
  font-family: var(--font-jost);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .p-faq-list__icon {
    font-size: max(1.25rem, 10px);
    transform: translateY(-0.125rem);
  }
}

.p-faq-list__title {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.03em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-faq-list__title {
    font-size: max(0.9375rem, 10px);
    line-height: 1.8;
  }
}

.p-faq-list__content {
  margin-top: -0.125rem;
  display: flex;
  gap: 1.4375rem;
  padding: var(--a-padding);
}
@media screen and (max-width: 767px) {
  .p-faq-list__content {
    gap: 1.125rem;
  }
}

.p-faq-list__answer-text {
  padding-top: 0.375rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-faq-list__answer-text {
    font-size: max(0.8125rem, 10px);
    line-height: 1.6;
  }
}

.p-faq-list__answer-text a {
  color: var(--text-dark-brown);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

@media (any-hover: hover) {
  .p-faq-list__header:hover {
    opacity: var(--hover-opacity);
  }
}
/* :focus-visible */
.p-faq-list__header:focus-visible {
  opacity: var(--hover-opacity);
}

.p-faq__contents {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__contents {
    margin-top: 5rem;
  }
}

.p-faq-group {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-group {
    margin-top: 3.75rem;
  }
}

.p-faq-group + .p-faq-group {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq-group + .p-faq-group {
    margin-top: 6.25rem;
  }
}

.p-faq-group__title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8125rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid;
  color: var(--text-dark-brown);
  font-family: var(--font-shippori);
  font-size: max(1.5rem, 10px);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq-group__title {
    font-size: max(1.3125rem, 10px);
  }
}

.p-faq-group__title::before {
  position: relative;
  inset: 0.25rem auto 1.0625rem 0;
  width: 0.375rem;
  height: calc(100% - 0.5625rem);
  background-color: var(--brown);
  content: "";
}

.p-faq-category {
  margin-top: 3.125rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-faq-category {
    margin-top: 1.875rem;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-faq-category + .p-faq-category {
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-faq-category + .p-faq-category {
    margin-top: 3.125rem;
  }
}

.p-faq-category__title {
  width: 20rem;
  flex-shrink: 0;
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--brown);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq-category__title {
    width: 100%;
    margin-top: 0;
  }
}

.p-faq-category__title::before {
  content: "";
  background-color: var(--text-dark-brown);
  width: 1rem;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 0 1.5rem 1.5rem 0;
}

.p-features {
  overflow-x: clip;
}

.p-features__items {
  margin-top: -1rem;
  counter-reset: features;
}
@media screen and (max-width: 1023px) {
  .p-features__items {
    margin-top: 3.125rem;
  }
}

.p-features__item {
  display: flex;
  align-items: center;
  counter-increment: features;
}
@media screen and (max-width: 767px) {
  .p-features__item {
    flex-direction: column-reverse;
    gap: 0.9375rem;
  }
}

.p-features__item + .p-features__item {
  margin-top: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-features__item + .p-features__item {
    margin-top: 2.5rem;
  }
}

.p-features__body {
  width: 54.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-features__body {
    width: 100%;
  }
}

.p-features__heading {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--brown);
  border-bottom: 1px solid var(--brown);
}
@media screen and (max-width: 767px) {
  .p-features__heading {
    font-size: max(1.125rem, 10px);
    letter-spacing: 0.05em;
  }
}

.p-features__heading::before {
  margin-right: 0.875rem;
  content: counter(features, decimal-leading-zero);
  display: inline-block;
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .p-features__heading::before {
    font-size: max(1.375rem, 10px);
  }
}

.p-features__text-wrap {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-features__text-wrap {
    margin-top: 0.5rem;
  }
}

.p-features__text {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-features__text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-features__text + .p-features__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-features__text + .p-features__text {
    margin-top: 1.25rem;
  }
}

.p-features__img {
  margin-right: calc(50% - 50vw);
  width: 46.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-features__img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-features__img img {
  aspect-ratio: 673/497;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 42.0625rem;
}
@media screen and (max-width: 767px) {
  .p-features__img img {
    max-height: 21.875rem;
  }
}

.p-features__item:nth-child(even) {
  flex-direction: row-reverse;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(even) {
    flex-direction: column-reverse;
    gap: 0.9375rem;
  }
}

.p-features__item:nth-child(even) .p-features__body {
  width: 47.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(even) .p-features__body {
    width: 100%;
  }
}

.p-features__item:nth-child(even) .p-features__img {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(even) .p-features__img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-features__item:nth-child(even) .p-features__img img {
  margin-left: auto;
}

.p-footer {
  background-color: var(--background-dark-brown);
  color: var(--white);
  padding-block: 5rem 1.75rem;
}

.p-footer__inner {
  max-width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    max-width: 36.25rem;
  }
}

.p-footer__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 53.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-footer__logo {
  width: 11.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__logo-link {
  display: block;
}

.p-footer__address {
  margin-top: 2.5rem;
}

.p-footer__address-text1 {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-footer__address-text2 {
  margin-top: 0.3125rem;
  font-family: var(--font-jost);
  font-size: max(1rem, 10px);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2.25;
}

.p-footer__sns {
  margin-top: 1.625rem;
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2.5rem;
  }
}

.p-footer__nav-link {
  display: block;
  padding-block: 0.3125rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    padding-inline-end: 1em;
  }
}

.p-footer__copyright {
  margin-top: 5.3125rem;
  text-align: center;
}

.p-footer__copyright small {
  font-family: var(--font-shippori);
  font-size: max(0.75rem, 10px);
}

.p-header {
  --header-bg-color: rgba(242, 239, 235, 0.5);
  --header-text-color: #3f3f3f;
  --header-filter: blur(13px);
  --nav-padding-inline: 0.75rem;
  color: var(--header-text-color);
  transition: backdrop-filter 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header {
    --header-text-color: var(--black);
    --header-filter: none;
  }
}

/* backdrop-filterの指定がドロワーのレイアウトに影響するため、擬似要素に指定 */
.p-header::before {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--header-bg-color);
  backdrop-filter: var(--header-filter);
  transition: background-color 0.3s, backdrop-filter 0.3s;
  content: "";
}

/* トップ初期状態 */
body:has(.js-fv_bg) .p-header {
  --header-bg-color: transparent;
  --header-text-color: var(--white);
  --header-filter: none;
}
@media screen and (max-width: 767px) {
  body:has(.js-fv_bg) .p-header {
    --header-text-color: var(--black);
  }
}

/* トップMV過ぎたら */
body:has(.js-fv_bg) .p-header.is-scrolled {
  --header-filter: blur(13px);
  --header-text-color: #3f3f3f;
  --header-bg-color: rgba(242, 239, 235, 0.5);
}

.p-header__inner {
  display: flex;
  height: 100%;
  padding-inline: 2.5rem calc(2.5rem - var(--nav-padding-inline));
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.25rem;
  }
}

.p-header__logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  width: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link img {
    width: 3.75rem;
  }
}

.p-header__menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__menu-button {
    margin-left: auto;
    display: block;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
  }
}

.p-header__pc-nav {
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-header__pc-nav {
    display: none;
  }
}

.p-header__pc-nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9375rem;
  padding-inline-end: var(--nav-padding-inline);
  padding-top: 1rem;
}

.p-header__pc-nav-tel {
  display: flex;
  gap: 0.125rem;
  font-family: var(--font-jost);
  font-size: max(1.5rem, 10px);
  font-weight: 300;
}

.p-header__pc-nav-tel::before {
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: var(--header-text-color);
  -webkit-mask-image: url(../images/common/icon_tel.svg);
          mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  transition: background-color 0.3s ease-in-out;
}

.p-header__pc-nav-items {
  flex: 1;
  display: flex;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-link {
  --nav-link-padding-inline: 0.75rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  padding-inline: var(--nav-link-padding-inline);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
}

.p-header__pc-nav-link::before {
  position: absolute;
  inset: auto var(--nav-link-padding-inline) 0.75rem;
  display: block;
  height: 1px;
  background-color: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.p-header__pc-nav-item:has(.p-header__pc-nav-submenu) .p-header__pc-nav-link::after {
  right: var(--arrow-position);
  transform: rotate(90deg);
  width: var(--arrow-width);
  aspect-ratio: var(--arrow-aspect-ratio);
  content: "";
  -webkit-mask-image: var(--arrow-image);
          mask-image: var(--arrow-image);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transition: transform 0.3s ease-out;
}

.p-header__pc-nav-submenu {
  position: fixed;
  inset: calc(var(--wp-admin-bar-height) + var(--header-height)) 0 auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-header__pc-nav-submenu {
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}

.p-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    display: block;
    position: fixed;
    inset: var(--wp-admin-bar-height) 0 0;
    z-index: 1;
  }
}

/* ドロップダウンメニュー展開 */
.p-header__pc-nav-item:focus-visible a + .p-header__pc-nav-submenu,
.p-header__pc-nav-item:hover a + .p-header__pc-nav-submenu,
.p-header__pc-nav-submenu.focused {
  opacity: 1;
  pointer-events: auto;
}

@media (any-hover: hover) {
  .p-header__pc-nav-link:hover {
    opacity: 1;
  }
  .p-header__pc-nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* :focus-visible */
.p-header__pc-nav-link:focus-visible {
  opacity: 1;
}

.p-header__pc-nav-link:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--background);
  pointer-events: all;
}

.p-loading__img {
  width: 17.75rem;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__img {
    width: 9.375rem;
  }
}

.p-loading__text01 {
  margin-top: 5.75rem;
  width: 34.1875rem;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__text01 {
    margin-top: 3.125rem;
    width: 18.75rem;
  }
}

.p-loading__text02 {
  margin-top: 2.9375rem;
  width: 14.1875rem;
  height: auto;
  margin-inline: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__text02 {
    margin-top: 1.25rem;
    width: 7.5rem;
  }
}

.p-loading__text01,
.p-loading__text02 {
  overflow: hidden;
  will-change: clip-path, opacity;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: none;
}

.p-loading__img img,
.p-loading__text01 img,
.p-loading__text02 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease-out;
}

.p-menu-flow__list {
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-menu-flow__list {
    gap: 0.75rem;
  }
}

.p-menu-flow__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.875rem;
  border-bottom: 1px solid var(--brown);
}
@media screen and (max-width: 767px) {
  .p-menu-flow__item {
    gap: 1.125rem;
  }
}

.p-menu-flow__item-number {
  display: grid;
  place-content: center;
  width: 5.0625rem;
  padding-inline: 0.5rem;
  background-color: var(--brown);
  color: var(--white);
  font-family: var(--en-font-family);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-menu-flow__item-number {
    font-size: max(0.9375rem, 10px);
  }
}

.p-menu-flow__item-content {
  padding-block: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-menu-flow__item-content {
    padding-block: 0.375rem 0.75rem;
  }
}

.p-menu-flow__item-heading {
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 2.2;
}

.p-menu-flow__item-desc p {
  color: var(--text-caption);
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 2.2;
}

.p-menu-flow__item-desc a:not(.wp-block-button *) {
  color: var(--text-dark-brown);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-menu__list {
  align-items: start;
  display: grid;
  gap: 1.125rem 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625rem;
  }
}

.p-menu__item {
  border: 1px solid var(--text-caption);
  width: 100%;
  position: relative;
}

.p-menu__item::before,
.p-menu__item::after {
  content: "";
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  width: 0.8125rem;
  height: 1px;
  background: var(--brown);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-menu__item::before,
  .p-menu__item::after {
    width: 0.625rem;
  }
}

.p-menu__item::after {
  transform: rotate(90deg);
}

.p-menu__item.is-open::after {
  transform: rotate(0deg);
}

.p-menu__header {
  position: relative;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}

.p-menu__header::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.25rem;
  top: 1.25rem;
  right: 3rem;
  background-color: var(--brown);
}
@media screen and (max-width: 767px) {
  .p-menu__header::after {
    right: 2.5rem;
  }
}

.p-menu__icon {
  width: 2.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-menu__icon {
    width: 2.5rem;
  }
}

.p-menu__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-menu__ttl {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 600;
  line-height: 1.6;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .p-menu__ttl {
    font-size: max(1.125rem, 10px);
  }
}

/* アコーディオン開いた時のスタイル */
.p-menu__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.p-menu__item.is-open .p-menu__content {
  max-height: 300px;
  transition: max-height 0.3s ease-in-out;
}

.p-menu__sub-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 2.25rem 1.5rem;
  row-gap: 1px;
}
@media screen and (max-width: 767px) {
  .p-menu__sub-list {
    padding: 0.5rem 1.875rem 1.25rem;
  }
}

.p-menu__sub-item {
  min-width: 50%;
}

.p-menu__sub-item a {
  padding-block: 1px;
  padding-right: 1em;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-black);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-menu__sub-item a {
    font-size: max(0.9375rem, 10px);
  }
}

.p-menu__sub-item a:before {
  content: "";
  background-color: #B1B1B1;
  width: 0.25rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

/* ホバーの指定 */
@media (any-hover: hover) {
  .p-menu__header:hover {
    opacity: var(--hover-opacity);
  }
}
/* :focus-visible */
.p-menu__header:focus-visible {
  opacity: var(--hover-opacity);
}

.p-modal {
  --body-max-width: 78.75rem;
  --body-width: calc(100% - 6.25rem);
  --title-display: block;
  position: fixed;
  inset: 0;
  z-index: 8887;
  background-color: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-modal {
    --body-max-width: 36.25rem;
    --body-width: calc(100% - 2.5rem);
  }
}

.p-modal.is-show {
  visibility: visible;
  opacity: 1;
}

.p-modal__close-wrap {
  margin-inline: auto;
  position: fixed;
  z-index: 1;
  max-width: var(--body-max-width);
  width: var(--body-width);
  padding-top: 1.75rem;
  padding-right: 1.75rem;
  text-align: right;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-modal__close-wrap {
    padding-top: 1rem;
    padding-right: 1rem;
  }
}

.p-modal__close {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: all;
  background-color: var(--white);
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    background-color: transparent;
  }
}

.p-modal__close::before,
.p-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 1px;
  background-color: #000;
  content: "";
}

.p-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__body-wrap {
  margin: auto;
  position: fixed;
  inset: 0;
  max-width: var(--body-max-width);
  width: var(--body-width);
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80%;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-modal__body-wrap {
    max-height: calc(100% - 2.5rem);
  }
}

.p-modal__body {
  padding: 5rem;
  background: var(--background);
  border-radius: 0.625rem;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 341fr 60fr 740fr;
  grid-template-areas: "comparison . content";
}
@media screen and (max-width: 767px) {
  .p-modal__body {
    padding: 3.75rem 1.25rem 1.25rem;
    grid-template-columns: 1fr;
    grid-template-areas: "comparison" "content";
    row-gap: 2.5rem;
  }
}

.p-modal__comparison {
  grid-area: comparison;
}

.p-modal__content {
  grid-area: content;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-modal__content {
    padding: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-modal__close:hover {
    opacity: var(--hover-opacity);
  }
}
/* :focus-visible */
.p-modal__close:focus-visible {
  opacity: var(--hover-opacity);
}

.p-news-list {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    width: 100%;
  }
}

.p-news-list__item + .p-news-list__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__item + .p-news-list__item {
    margin-top: 0.9375rem;
  }
}

.p-news-list__item {
  border-bottom: 1px solid var(--border-driver);
}

.p-news-list__link {
  display: block;
  padding-block: 1.6875rem;
  padding-inline: 1.0625rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-list__link {
    padding-block: 0.9375rem;
    padding-inline: 0.625rem 1.875rem;
  }
}

.p-news-list__link::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 5/8;
}
@media screen and (max-width: 767px) {
  .p-news-list__link::after {
    right: 0.3125rem;
  }
}

.p-news-list__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem 0.4375rem;
  flex-wrap: wrap;
}

.p-news-list__date {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  font-family: var(--font-jost);
  color: var(--text-dark-brown);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: max(0.8125rem, 10px);
  }
}

.p-news-list__label {
  font-size: max(0.75rem, 10px);
  color: var(--text-dark-brown);
  font-weight: 400;
  line-height: 1;
  border: 0.8px solid var(--text-dark-brown);
  padding: 0.25rem 0.75rem;
  border-radius: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__label {
    font-size: max(0.625rem, 10px);
    padding: 0.25rem 0.625rem;
  }
}

.p-news-list__heading {
  margin-top: 0.625rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 2.5;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-news-list__heading {
    font-size: max(0.875rem, 10px);
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}

.p-news__pagination {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin-top: 4.375rem;
  }
}

.p-news__contents {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    margin-top: 5rem;
  }
}

.p-news-group__list {
  margin-top: 3.125rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news-group__list {
    margin-top: 1.875rem;
  }
}

.p-page-price__anchor-items {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-page-price__anchor-items {
    margin-top: 2.625rem;
  }
}

.p-page-price__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-page-price__list {
    margin-top: 4.5rem;
  }
}

.p-page-price__inner {
  max-width: 82.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-price__inner {
    max-width: 36.25rem;
  }
}

.p-page-price__items {
  display: grid;
  gap: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-price__items {
    gap: 3.5rem;
  }
}

.p-page-price__item {
  position: relative;
  padding-block: 1.875rem;
  padding-inline: 5rem;
  background-color: rgba(255, 255, 255, 0.47);
  color: var(--text-dark-brown);
  display: grid;
  grid-template-columns: 14.875rem 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-page-price__item {
    gap: 1.25rem;
    padding-block: 1.875rem;
    padding-inline: 1.25rem;
    grid-template-columns: 1fr;
  }
}

.p-page-price__item::before {
  position: absolute;
  inset: 4.875rem 3.6875rem auto;
  height: 1px;
  background-color: var(--border-driver);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-page-price__item::before {
    content: none;
  }
}

.p-page-price__title {
  position: sticky;
  top: calc(var(--header-height) + var(--wp-admin-bar-height));
  padding-top: 3.75rem;
  font-family: var(--font-shippori);
  font-size: max(2rem, 10px);
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-page-price__title {
    position: static;
    padding-top: 0;
    font-size: max(1.75rem, 10px);
  }
}

.p-page-price__payment-section {
  padding-bottom: 5.5rem;
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-page-price__payment-section {
    margin-top: 6.25rem;
    padding-bottom: 3.25rem;
  }
}

.p-page-price__content {
  margin-top: 3.125rem;
}

.p-page-price__payment-desc {
  font-family: var(--font-shippori);
  font-size: max(1rem, 10px);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-price__payment-desc {
    font-size: max(0.875rem, 10px);
  }
}

.p-page-price__payment {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-price__payment {
    margin-top: 3.25rem;
  }
}

.p-page-sitemap__inner {
  display: grid;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap__inner {
    gap: 3.125rem;
  }
}

.p-page-sitemap__nav-items {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.p-page-sitemap__nav-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-block: 0.875rem;
  padding-inline: 0.625rem var(--arrow-position);
  border-bottom: 1px solid #bcbcbc;
}

.p-page-sitemap__nav-link::after {
  margin-left: auto;
  width: var(--arrow-width);
  aspect-ratio: var(--arrow-aspect-ratio);
  content: "";
  background: var(--arrow-image) no-repeat center/contain;
}

.p-page-sitemap__list {
  margin-top: 1rem;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 1.375rem;
  }
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  order: -1;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .previouspostslink {
    margin-right: 0.75rem;
  }
}

.p-pagenavi .nextpostslink {
  margin-left: 0.625rem;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .nextpostslink {
    margin-left: 0.75rem;
  }
}

.p-pavinavi__prev,
.p-pavinavi__next {
  display: block;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 1.5rem;
  }
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  transform: scale(-1, 1);
}

[data-layout=page-price] {
  --icons-gap: 3.6875rem;
  --icon-gap: 0.8125rem;
  --icon-wrap-width: 306;
  --icon-padding: 1.875rem;
  --content-gap: 5rem;
}
@media screen and (max-width: 767px) {
  [data-layout=page-price] {
    --icons-gap: 1rem;
    --icon-gap: 0;
    --icon-wrap-width: 300;
    --icon-padding: 1.25rem;
    --content-gap: 2.5rem;
  }
}

.p-payment {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap, 1.25rem);
}

.p-payment__icons {
  display: grid;
  gap: 1.125rem;
  gap: var(--icons-gap, 1.125rem);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-payment__icons {
    grid-template-columns: 1fr;
    gap: var(--icons-gap, 0.5rem);
  }
}

.p-payment__icon {
  background-color: var(--white);
  padding: var(--icon-padding, 0.625rem 1.875rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--icon-gap, 0);
}

.p-payment__icon-text {
  font-size: max(1.125rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-dark-brown);
}

.p-payment__icon-img {
  width: calc(113 / var(--icon-wrap-width, 189) * 100%);
  height: auto;
}

.p-payment__icon-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-payment__icon-note {
  font-size: max(0.625rem, 10px);
}

.p-payment__detail:nth-child(2) {
  margin-top: 0.9375rem;
}

.p-payment__detail:nth-child(3) {
  margin-top: 1.875rem;
}

.p-payment__heading {
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 2.2;
  color: var(--text-black);
  display: flex;
  align-items: center;
  gap: 1.375rem;
}

.p-payment__heading::before {
  content: "";
  background-color: var(--brown);
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-payment__text {
  margin-top: 0.5rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 2.2;
  color: var(--text-black);
}

.p-payment__subheading {
  margin-top: 0.625rem;
  padding-bottom: 0.3125rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 2.2;
  color: var(--text-black);
  border-bottom: 1px solid var(--brown);
}

.p-payment__requirements {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-payment__requirements {
    padding-bottom: 0;
  }
}

.p-payment__requirement {
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 2.2;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-payment__requirement {
    font-size: max(0.875rem, 10px);
  }
}

.p-payment__requirement + .p-payment__requirement {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-payment__requirement + .p-payment__requirement {
    margin-top: 1.5625rem;
  }
}

.p-price-table-single {
  --cell-padding-block: 1.125rem;
  --cell-padding-inline: 2rem;
  width: 100%;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-price-table-single {
    --cell-padding-block: 0;
    --cell-padding-inline: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-price-table-single__thead {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-price-table-single__tr {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    padding-block: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price-table-single__tr + .p-price-table-single__tr {
    border-top: 1px solid var(--border-driver);
  }
}

.p-price-table-single__th {
  padding-block: var(--cell-padding-block);
  padding-inline: var(--cell-padding-inline);
  color: var(--brown);
  font-family: var(--font-shippori);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-price-table-single__tbody {
    display: block;
  }
}

.p-price-table-single__td {
  --fee-width: 20%;
  padding-block: var(--cell-padding-block);
  padding-inline: var(--cell-padding-inline);
  width: calc((100% - var(--fee-width)) / 2);
  border-bottom: 1px solid var(--border-driver);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-price-table-single__td {
    display: block;
    border-bottom: none;
  }
}

.p-price-table-single__td--name {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-table-single__td--name {
    color: var(--text-dark-brown);
    width: auto;
    font-weight: 700;
  }
}

.p-price-table-single__td--option {
  color: var(--text-caption);
  font-size: max(1rem, 10px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price-table-single__td--option {
    width: auto;
  }
}

.p-price-table-single__td--fee {
  width: var(--fee-width);
  color: var(--text-caption);
  font-size: max(1rem, 10px);
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-price-table-single__td--fee {
    width: auto;
    color: var(--text-caption);
  }
}

.p-price-table {
  --border-color: var(--border-driver);
  --font-size: 1.25rem;
  --font-weight: 500;
  width: 100%;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-price-table {
    --font-size: 1.125rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-price-table__thead {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-price-table__tr {
    display: grid;
    gap: 0.25rem;
    width: 100%;
    padding-block: 0.9375rem;
    border-top: 1px solid var(--border-driver);
  }
}

.p-price-table__th {
  padding-block-end: 1.25rem;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-price-table__tbody {
    display: block;
  }
}

.p-price-table__td {
  --fee-width: 15%;
  width: calc((100% - var(--fee-width)) / 2);
  padding-block: 1rem;
  font-family: var(--font-shippori);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-price-table__td {
    display: block;
    padding-block: 0;
  }
}

.p-price-table__tr:last-child .p-price-table__td {
  padding-block-end: 0;
}

@media screen and (max-width: 767px) {
  .p-price-table__td--name {
    width: auto;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .p-price-table__td--option {
    width: auto;
    color: var(--text-caption);
  }
}

.p-price-table__td--fee {
  padding-inline: 2.5rem;
  width: var(--fee-width);
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-price-table__td--fee {
    width: auto;
    padding-inline: 0;
    color: var(--text-caption);
  }
}

.p-recruit {
  background-image: url(../images/common/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-block: 8.5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 3.125rem;
  }
}

.p-recruit__inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-recruit__body {
  position: absolute;
  z-index: 10;
  left: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit__body {
    position: static;
    transform: translateY(0%);
  }
}

.p-recruit__text {
  margin-top: 1.875rem;
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    margin-top: 1.25rem;
    text-align: center;
    font-size: max(1.125rem, 10px);
    line-height: 1.6;
  }
}

.p-recruit__text span {
  display: block;
  margin-top: 2rem;
  font-size: max(1rem, 10px);
  font-family: var(--base-font-family);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-recruit__text span {
    margin-top: 1.25rem;
    text-align: center;
    font-size: max(0.9375rem, 10px);
  }
}

.p-recruit__img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 65.2777777778vw;
}
@media screen and (max-width: 767px) {
  .p-recruit__img {
    width: 100vw;
  }
}

.p-recruit__img img {
  aspect-ratio: 933/374;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-reservation {
  position: relative;
  width: 100%;
  padding-block: 14.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    padding-block: 6.25rem 3.125rem;
  }
}

.p-reservation__bg {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
}

.p-reservation__bg img {
  aspect-ratio: 1440/750;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-reservation__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(54, 45, 36, 0.9), rgba(40, 26, 14, 0));
}

.p-reservation__body {
  position: relative;
  z-index: 10;
}

.p-reservation__content {
  margin-top: 9.0625rem;
  background-color: rgba(56, 38, 23, 0.8);
  color: var(--white);
  padding-inline: 7.5rem 6.375rem;
  padding-block: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__content {
    margin-top: 1.875rem;
    padding-inline: 2.625rem;
    padding-block: 1.875rem;
  }
}

.p-side-menu {
  position: relative;
  margin-top: -0.875rem;
}
@media screen and (max-width: 767px) {
  .p-side-menu {
    margin-top: 0;
  }
}

.p-side-menu__nav {
  position: sticky;
  top: calc(var(--header-height) + var(--wp-admin-bar-height));
}
@media screen and (max-width: 767px) {
  .p-side-menu__nav {
    position: static;
    max-height: 8.75rem;
    padding-bottom: 3.125rem;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: max(0.875rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-side-menu__nav.is-open {
    max-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .p-side-menu__nav::after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(transparent calc((1lh + 1rem) * 2), var(--background) calc((1lh + 1rem) * 3 - 0.5rem));
    content: "";
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
}

.p-side-menu__nav.is-open::after {
  opacity: 0;
}

.p-side-menu__list {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}

.p-side-menu__item {
  width: -moz-fit-content;
  width: fit-content;
}

.p-side-menu__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.625rem;
  padding-block: 0.875rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-side-menu__link {
    padding-block: 0.5rem;
    font-size: max(0.9375rem, 10px);
    width: 100%;
  }
}

.p-side-menu__link::before {
  width: 0.4375rem;
  aspect-ratio: 7/10;
  background: url(../images/common/arrow_right_gray2.svg) no-repeat center/contain;
  content: "";
}

.p-side-menu__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-side-menu__toggle {
    position: absolute;
    inset: auto 0 -1.25rem;
    display: block;
    height: 3.125rem;
    font-size: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-side-menu__toggle::after {
    position: absolute;
    inset: 0;
    display: block;
    margin: auto;
    width: 1.875rem;
    aspect-ratio: 17/14;
    background: url(../images/common/arrow_down_black.svg) no-repeat center/contain;
    content: "";
    transition: transform 0.3s ease-out;
  }
}

.p-side-menu__toggle.is-open::after {
  transform: rotate(180deg);
}

.p-side-menu__link.is-current {
  color: #bababa;
}
@media screen and (max-width: 767px) {
  .p-side-menu__link.is-current {
    color: var(--black);
  }
}

@media (any-hover: hover) {
  .p-side-menu__link:hover {
    opacity: 1;
    color: #8c7159;
  }
}
/* :focus-visible */
.p-side-menu__link.is-current {
  color: #bababa;
}
@media screen and (max-width: 767px) {
  .p-side-menu__link.is-current {
    color: var(--black);
  }
}

.p-single-menu__inner {
  display: grid;
  grid-template-columns: 158fr 50fr 892fr;
  grid-template-areas: "nav . content";
}
@media screen and (max-width: 767px) {
  .p-single-menu__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "content";
    gap: 2rem;
  }
}

.p-single-menu__nav {
  grid-area: nav;
}

.p-single-menu__content {
  grid-area: content;
  display: grid;
  gap: 3.4375rem;
  padding: 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-menu__content {
    padding: 1.5rem;
  }
}

.p-single-menu__section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8125rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid;
  color: var(--text-dark-brown);
  font-family: var(--font-shippori);
  font-size: max(1.5rem, 10px);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-single-menu__section-heading {
    gap: 0.5rem;
    padding-bottom: 0.375rem;
    font-size: max(1.3125rem, 10px);
  }
}

.p-single-menu__section-heading::before {
  position: relative;
  inset: 0.25rem auto 1.0625rem 0;
  width: 0.375rem;
  height: calc(100% - 0.5625rem);
  background-color: var(--brown);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-single-menu__section-heading::before {
    inset: 0.25rem auto 1.0625rem 0;
    width: 0.25rem;
    height: calc(100% - 0.5625rem);
  }
}

.p-single-menu__section-content {
  margin-top: 2rem;
}

.p-single-menu__buttons {
  margin-top: 7.5rem;
  padding-block: 7.5rem;
  background-color: var(--background-dark-brown);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-single-menu__buttons {
    margin-top: 5rem;
    padding-block: 5rem;
  }
}

.p-single-menu__buttons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single-menu__buttons-list {
    gap: 1.5rem;
  }
}

.p-single-menu__buttons-item {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-single-menu__buttons-item {
    width: 100%;
  }
}

.p-single__container-inner {
  max-width: 48.75rem;
  margin-inline: auto;
}

.p-single__head {
  padding-inline: 0.625rem;
  border-bottom: 1px solid var(--brown);
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    padding-inline: 0;
    padding-bottom: 1.25rem;
  }
}

.p-single__title {
  font-size: max(1.625rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: max(1.25rem, 10px);
  }
}

.p-single__meta {
  margin-top: 3rem;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__meta {
    margin-top: 1.875rem;
  }
}

.p-single__date {
  flex-shrink: 0;
  display: block;
  padding-top: 0.1875rem;
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: max(0.8125rem, 10px);
  }
}

.p-single__taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-single__taxonomy-label {
  font-size: max(0.75rem, 10px);
  color: var(--text-dark-brown);
  font-weight: 400;
  line-height: 1;
  border: 0.8px solid var(--text-dark-brown);
  padding: 0.1875rem 0.75rem;
  border-radius: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__taxonomy-label {
    font-size: max(0.625rem, 10px);
    padding: 0.25rem 0.625rem;
  }
}

.p-single__content {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 1.875rem;
  }
}

.p-single__nav {
  margin-top: 4rem;
  color: var(--text-dark-brown);
  border-top: 1px solid var(--border-driver);
  border-bottom: 1px solid var(--border-driver);
  padding-block: 3.375rem;
  padding-inline: 0.625rem;
  display: flex;
  justify-content: center;
  font-size: max(0.9375rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__nav {
    margin-top: 2.5rem;
    padding-inline: 0;
    padding-block: 1.875rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-single__nav-prev,
.p-single__nav-next {
  position: absolute;
}

.p-single__nav-prev {
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__nav-prev {
    left: 0.3125rem;
  }
}

.p-single__nav-next {
  right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__nav-next {
    right: 0.3125rem;
  }
}

.p-single__nav-prev a,
.p-single__nav-next a {
  display: flex;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__nav-prev a,
  .p-single__nav-next a {
    gap: 0.3125rem;
  }
}

.p-single__nav-prev a::before,
.p-single__nav-next a::after {
  content: "";
  width: auto;
  height: 0.9375rem;
  aspect-ratio: 5/8;
  background-color: currentColor;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  pointer-events: none;
}

.p-single__nav-prev a::before {
  transform: rotate(180deg) translateY(-10%);
}

.p-single__nav-center a {
  border-bottom: 1px solid currentColor;
}

.p-sns-items {
  display: flex;
  gap: var(--gap, 2rem);
}

.p-sns-items--header {
  --gap: 0.875rem;
  --icon-width: 2.5rem;
  --icon-bg: linear-gradient(145deg, #ad8e72, #89684a);
  --icon-bg-hover: #c1aa96;
  --icon-width-line: 1.5rem;
  --icon-width-instagram: 1.5rem;
  --icon-width-tiktok: 1.4375rem;
  --icon-width-youtube: 1.6875rem;
  --icon-aspect-ratio: 1;
  --icon-radius: 0.3125rem;
}

.p-sns-items__link {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width, 3rem);
  height: 100%;
  aspect-ratio: var(--icon-aspect-ratio, auto);
  background-color: var(--icon-bg-hover, transparent);
  border-radius: var(--icon-radius, 0);
  overflow: hidden;
}

.p-sns-items--header .p-sns-items__link::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: var(--icon-bg, none);
  transition: opacity 0.3s ease-in-out;
}

.p-sns-items__link[href*=line] img {
  width: var(--icon-width-line, 80%);
}

.p-sns-items__link[href*=youtube] img {
  width: var(--icon-width-youtube, 100%);
}

.p-sns-items__link[href*=tiktok] img {
  width: var(--icon-width-tiktok, 100%);
}

.p-sns-items__link[href*=instagram] img {
  width: var(--icon-width-instagram, 100%);
}

@media (any-hover: hover) {
  .p-sns-items--header .p-sns-items__link:hover {
    opacity: 1;
  }
  .p-sns-items--header .p-sns-items__link:hover::before {
    opacity: 0;
  }
}
/* :focus-visible */
.p-sns-items--header .p-sns-items__link:focus-visible {
  opacity: 1;
}

.p-sns-items--header .p-sns-items__link:focus-visible::before {
  opacity: 0;
}

.p-sub-head {
  padding-block-start: calc(5.1875rem + var(--header-height) + var(--wp-admin-bar-height));
  color: var(--text-dark-brown);
}
@media screen and (max-width: 767px) {
  .p-sub-head {
    padding-block-start: calc(3.125rem + var(--header-height) + var(--wp-admin-bar-height));
  }
}

.p-sub-head__hgroup-en {
  font-family: var(--en-font-family);
  font-size: max(4.5rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-sub-head__hgroup-en {
    font-size: max(3rem, 10px);
  }
}

.p-sub-head__hgroup-en--capitalize {
  text-transform: capitalize;
}

.p-sub-head__hgroup-ja {
  margin-top: 0.5625rem;
  font-family: var(--font-shippori);
  font-size: max(1.5rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sub-head__hgroup-ja {
    font-size: max(1.3125rem, 10px);
  }
}

.p-sub-head__hgroup-name {
  margin-top: 0.3125rem;
  font-family: var(--en-font-family);
  font-size: max(1.5rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-sub-head__hgroup-name {
    font-size: max(1.3125rem, 10px);
  }
}

.p-sub-head__heading {
  font-family: var(--font-shippori);
  font-size: max(3rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sub-head__heading {
    font-size: max(1.3125rem, 10px);
  }
}

.p-sub-head__desc {
  margin-top: 2.125rem;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .p-sub-head__desc {
    margin-top: 1.25rem;
    font-size: max(0.6875rem, 10px);
  }
}

/* 開閉のスタイルはp-header.scssへ */
.p-sub-menu {
  --gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(18.0555555556cqi, 260px), 1fr));
  gap: min(1.25vw, 18px);
  gap: min(1.25cqi, 18px);
  padding: 2rem;
  background-color: #fcfaf7;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .p-sub-menu {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}

.p-sub-menu[data-layout=p-header] {
  margin-inline: auto var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(min(18.0555555556vw, 260px), min(21.5277777778vw, 310px)));
  grid-template-columns: repeat(auto-fit, minmax(min(18.0555555556cqi, 260px), min(21.5277777778cqi, 310px)));
  width: calc(100% - var(--gutter) * 2);
  max-width: calc(90rem - var(--gutter) * 2);
  padding: min(3.8888888889vw, 56px) min(2.2222222222vw, 32px);
  padding: min(3.8888888889cqi, 56px) min(2.2222222222cqi, 32px);
}
@media screen and (max-width: 767px) {
  .p-sub-menu[data-layout=p-header] {
    padding: 0;
    margin-inline: 0;
    width: 100%;
  }
}

.p-sub-menu__category-title {
  display: flex;
  gap: 0.625rem;
  width: 100%;
  padding: 0.75rem 0.625rem;
  background-color: #f3efea;
  font-family: var(--font-shippori);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  outline: revert;
  transition: opacity 0.3s ease-in-out;
}

.p-sub-menu__category-title::before {
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1;
  background: no-repeat center/contain;
  content: "";
}

.p-sub-menu__category-title::before {
  background: var(--term-illust);
}

.p-sub-menu__category-title::after {
  margin-left: auto;
  width: var(--arrow-width);
  aspect-ratio: var(--arrow-aspect-ratio);
  content: "";
  background: var(--arrow-image) no-repeat center/contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}

.p-sub-menu__posts {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.875rem;
}

.p-sub-menu__post {
  min-width: 50%;
}

.p-sub-menu__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  --padding-inline: 0.625rem;
  padding-block: 0.75rem;
  padding-inline: var(--padding-inline);
  font-size: max(0.8125rem, 10px);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.p-sub-menu__link::before {
  position: absolute;
  inset: auto var(--padding-inline) 0.75rem;
  display: block;
  height: 1px;
  background-color: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

/* is-open */
.p-sub-menu__category.is-open .p-sub-menu__category-title::after {
  transform: rotate(270deg);
}

@media (any-hover: hover) {
  button.p-sub-menu__category-title:hover {
    opacity: var(--hover-opacity);
  }
  .p-sub-menu__link:hover {
    opacity: 1;
  }
  .p-sub-menu__link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* :focus-visible */
button.p-sub-menu__category-title:focus-visible {
  opacity: var(--hover-opacity);
}

.p-sub-menu__link:focus-visible {
  opacity: 1;
}

.p-sub-menu__link:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}

.p-tab-list__block {
  display: flex;
  align-items: flex-start;
  gap: 1.0625rem;
  border-top: 1px solid var(--border-driver);
  padding-block: 2rem 2.5rem;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-tab-list__block {
    flex-direction: column;
    padding-block: 1.25rem;
    padding-inline: 0.3125rem;
  }
}

.p-tab-list__title {
  width: 15.625rem;
  flex-shrink: 0;
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .p-tab-list__title {
    width: 100%;
    font-size: max(1rem, 10px);
  }
}

.p-tab-list__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-tab-list__items {
    gap: 0.5rem;
  }
}

.p-tab-list__item span {
  display: block;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--brown);
  width: 100%;
  min-width: 5rem;
  padding: 0.5rem 1.125rem;
  border-radius: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tab-list__item span {
    font-size: max(0.875rem, 10px);
    padding: 0.3125rem 0.9375rem;
    min-width: 4.375rem;
  }
}

.p-tab-list__item.is-active span {
  color: var(--white);
  background-color: var(--brown);
}

.p-tab-list__item {
  transition: opacity 0.3s ease-in-out;
}

.p-tab-list__item:hover {
  opacity: 0.55;
}

@media (any-hover: hover) {
  .p-tab-list__item:hover {
    opacity: 0.55;
  }
}
.p-tab-list__item:focus-visible {
  opacity: 0.55;
}

.p-tab-list__reset-wrap {
  margin-top: 1.25rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-tab-list__reset-wrap {
    margin-top: 1.25rem;
  }
}

.p-top-about {
  position: relative;
  z-index: 0;
  overflow-x: clip;
}

.p-top-about::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 40rem;
  width: 44.4444444444%;
  height: auto;
  aspect-ratio: 640/458;
  background-image: url(../images/top/top-mv-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-about::after {
    right: 0;
    bottom: 0;
    max-width: 25rem;
    width: 74.6666666667%;
  }
}

.p-top-about__inner.l-inner {
  display: flex;
  align-items: flex-start;
  gap: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner.l-inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-top-about__body {
  width: 44.5454545455%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    width: 100%;
  }
}

.p-top-about__title.c-section-title span {
  font-size: max(1.5rem, 10px);
  font-family: var(--en-font-family);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-about__title.c-section-title span {
    font-size: max(1.25rem, 10px);
  }
}

.p-top-about__contents {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__contents {
    margin-top: 2.5rem;
  }
}

.p-top-about__text {
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: max(0.875rem, 10px);
    letter-spacing: -0.02em;
  }
}

.p-top-about__text + .p-top-about__text {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text + .p-top-about__text {
    margin-top: 1.125rem;
  }
}

.p-top-about__text:last-child {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text:last-child {
    margin-top: 2.25rem;
  }
}

.p-top-about__text.p-top-about__text-large {
  margin-top: 3.125rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-about__text.p-top-about__text-large {
    margin-top: 1.875rem;
    font-size: max(1rem, 10px);
  }
}

.p-top-about__text.p-top-about__text-large span {
  display: inline-block;
}

.p-top-about__text.p-top-about__text-large + .p-top-about__text.p-top-about__text-large {
  margin-top: 0.625rem;
}

.p-top-about__button {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__button {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-top-about__image-wrap {
  margin-right: calc(50% - 50vw);
  width: 41.4583333333vw;
  max-width: 37.5rem;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 51.256281407% 48.5762144054%;
  grid-template-rows: auto auto;
  grid-template-areas: ". img02" "img01 .";
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__image-wrap {
    margin-top: 0;
    margin-inline: auto;
    width: 100%;
  }
}

.p-top-about__image:nth-child(1) {
  grid-area: img01;
  height: auto;
}

.p-top-about__image:nth-child(2) {
  grid-area: img02;
  height: auto;
}

.p-top-about__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  border-radius: 6.25rem 0 0 0;
  box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}

.p-top-access {
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-access {
    padding-bottom: 6.25rem;
  }
}

.p-top-access__contents {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  gap: 8.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-top-access__contents {
    flex-direction: column;
    margin-top: 1.875rem;
    gap: 1.875rem;
    text-align: center;
  }
}

.p-top-access__map {
  width: 45.4545454545%;
}
@media screen and (max-width: 767px) {
  .p-top-access__map {
    width: 100%;
  }
}

.p-top-access__map iframe {
  aspect-ratio: 500/435;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  border: 0;
}

.p-top-access__info {
  flex-grow: 1;
}

.p-top-access__clinic-name {
  font-size: max(1.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-caption);
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__clinic-name {
    font-size: max(1.125rem, 10px);
    flex-direction: column;
  }
}

.p-top-access__clinic-sub {
  display: inline-block;
  font-size: max(1rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-top-access__clinic-sub {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-access__address {
  margin-top: 0.875rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-access__address {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-access__contact {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__contact {
    margin-top: 1.25rem;
    justify-content: center;
  }
}

.p-top-access__contact + .p-top-access__contact {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__contact + .p-top-access__contact {
    margin-top: 0.75rem;
  }
}

.p-top-access__label {
  font-size: max(1rem, 10px);
  font-family: var(--font-jost);
  font-weight: 300;
  line-height: 1;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-access__label {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-access__detail {
  font-size: max(1.5rem, 10px);
  font-family: var(--font-jost);
  font-weight: 300;
  line-height: 1;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-access__detail {
    font-size: max(1.375rem, 10px);
  }
}

.p-top-access__transport {
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__transport {
    margin-top: 1.875rem;
  }
}

.p-top-access__transport-title {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-access__transport-title {
    font-size: max(1.125rem, 10px);
  }
}

.p-top-access__transport-list {
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__transport-list {
    margin-top: 0.625rem;
  }
}

.p-top-access__transport-item {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-access__transport-item {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-access__button {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__button {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.p-top-case {
  overflow-x: clip;
}

.p-top-case__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-case__head {
    display: contents;
    gap: 1.875rem;
  }
}

.p-top-case__button {
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__button {
    margin-bottom: 0;
    margin-top: 3.75rem;
    text-align: center;
    order: 3;
  }
}

.p-top-case__contents {
  margin-top: 4.5625rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top-case__contents {
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}

.p-top-clinic-days__intro {
  margin-top: 3.5rem;
  font-size: max(0.9375rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  color: var(--text-black);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__intro {
    margin-top: 2.5rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-top-clinic-days__contents {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__contents {
    margin-top: 1.875rem;
  }
}

.p-top-clinic-days__date-wrap {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__date-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-top-clinic-days__date-open {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.p-top-clinic-days__date {
  font-size: max(1rem, 10px);
  font-weight: 400;
  color: var(--text-black);
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__date {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-clinic-days__date::before {
  content: "";
  background-color: var(--white);
  border: 1px solid var(--text-caption);
  width: 1.25rem;
  height: 1.25rem;
}

.p-top-clinic-days__date-open .p-top-clinic-days__date::before {
  background-color: var(--gold);
}

.p-top-clinic-days__time {
  padding-top: 0.25rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  font-family: var(--font-jost);
  color: var(--text-black);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__time {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-clinic-days__note {
  margin-top: 2.6875rem;
  max-width: 48.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__note {
    margin-top: 1.25rem;
  }
}

.p-top-clinic-days__note + .p-top-clinic-days__note {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__note + .p-top-clinic-days__note {
    margin-top: 1.875rem;
  }
}

.p-top-clinic-days__note-heading {
  font-size: max(1.25rem, 10px);
  font-family: var(--font-shippori);
  font-weight: 400;
  color: var(--text-dark-brown);
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__note-heading {
    font-size: max(1.125rem, 10px);
  }
}

.p-top-clinic-days__note-text {
  margin-top: 1.125rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  color: var(--text-black);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-clinic-days__note-text {
    margin-top: 0.3125rem;
    font-size: max(0.8125rem, 10px);
  }
}

/***********

XO Event Calendar

***********/
.xo-event-calendar table.xo-month .month-header {
  margin-block: 0.375rem 0.4375rem;
}

.xo-event-calendar table.xo-month button span.nav-next {
  border-right: 2px solid var(--text-dark-brown);
  border-top: 2px solid var(--text-dark-brown);
  width: 0.625rem;
  height: 0.625rem;
}

.xo-event-calendar table.xo-month button span.nav-prev {
  border-left: 2px solid var(--text-dark-brown);
  border-bottom: 2px solid var(--text-dark-brown);
  width: 0.625rem;
  height: 0.625rem;
}

.xo-event-calendar table.xo-month > thead th {
  padding-block: 0.625rem !important;
  font-size: max(1rem, 10px);
  font-family: var(--base-font-family);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

.xo-event-calendar table.xo-month .month-header > span {
  font-size: max(1rem, 10px);
  font-weight: 400;
  font-family: var(--base-font-family);
  color: var(--text-black);
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.xo-event-calendar table.xo-month .month-dayname td div.holiday-closed,
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: var(--text-black);
  font-size: max(1rem, 10px);
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: 0.12em;
}

.xo-event-calendar table.xo-month .month-dayname td:has(.today) {
  background-color: var(--gold);
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: var(--white);
}

.xo-event-calendar table.xo-month .month-dayname td:has(.today.holiday-closed) {
  background-color: var(--white);
}

.xo-event-calendar table.xo-month .month-dayname td div.today.holiday-closed {
  color: var(--text-black);
}

.xo-event-calendar table.xo-month:not(:has(thead)) td th {
  color: var(--text-black);
}

.xo-event-calendar table.xo-month .month-dayname td div {
  background-color: #BEA791;
  color: var(--white);
}

.holiday-titles {
  display: none;
}

.xo-event-calendar table caption,
.xo-event-calendar table tbody,
.xo-event-calendar table td,
.xo-event-calendar table tfoot,
.xo-event-calendar table th,
.xo-event-calendar table thead,
.xo-event-calendar table tr {
  vertical-align: initial;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  padding: 0.5rem;
}

.xo-event-calendar table.xo-month .month-event-space {
  height: 1.71875rem;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  background-color: var(--white);
  opacity: 1;
}

.p-top-column {
  --no-image-bg: var(--white);
}

.p-top-column__contents {
  margin-top: 3.75rem;
}

.p-top-column__button {
  margin-top: 3.125rem;
  text-align: center;
}

.p-top-doctor {
  overflow-x: clip;
}

.p-top-doctor__inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.625rem, -11.552rem + 25.335vw, 11.25rem);
  max-width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-doctor__inner {
    max-width: 36.25rem;
    flex-direction: column-reverse;
    gap: 3.125rem;
  }
}

.p-top-doctor__img {
  margin-left: calc(50% - 50vw);
  width: 40.9722222222vw;
  height: auto;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-doctor__img {
    margin-inline: auto;
    width: 80%;
  }
}

.p-top-doctor__img img {
  aspect-ratio: 591/560;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 36.875rem;
  margin-left: auto;
}

.p-top-doctor__name-en {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 130%;
  writing-mode: vertical-lr;
  font-size: max(4rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09em;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-doctor__name-en {
    font-size: max(2.5rem, 10px);
    right: -1.25rem;
  }
}

.p-top-doctor__body {
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-doctor__body {
    margin-top: 0;
  }
}

.p-top-doctor__text-wrap {
  margin-top: 3.0625rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-doctor__text-wrap {
    margin-top: 2.5rem;
    padding-left: 0;
  }
}

.p-top-doctor__text + .p-top-doctor__text {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-doctor__text + .p-top-doctor__text {
    margin-top: 0.9375rem;
  }
}

.p-top-doctor__text {
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-doctor__text {
    font-size: max(0.875rem, 10px);
  }
}

.p-top-doctor__name-ja {
  margin-top: 1.5rem;
  text-align: right;
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 2.5;
  letter-spacing: 0.03em;
  color: var(--text-black);
}
@media screen and (max-width: 767px) {
  .p-top-doctor__name-ja {
    margin-top: 0.625rem;
    font-size: max(1rem, 10px);
    line-height: 1;
  }
}

.p-top-faq__inner {
  display: flex;
  gap: 7.4545454545%;
}
@media screen and (max-width: 767px) {
  .p-top-faq__inner {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
  }
}

.p-top-faq__head {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-faq__head {
    width: 100%;
    display: contents;
  }
}

.p-top-faq__button {
  margin-top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__button {
    margin-top: 0;
    order: 3;
  }
}

.p-top-faq__list {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-faq__list {
    width: 100%;
  }
}

.p-top-features__list {
  margin-top: 5.4375rem;
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: feature-num;
}
@media screen and (max-width: 767px) {
  .p-top-features__list {
    margin-top: 3.125rem;
    gap: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-features__item {
  counter-increment: feature-num;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.p-top-features__img {
  width: 100%;
  height: auto;
}

.p-top-features__img img {
  aspect-ratio: 350/242;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-top-features__body {
  margin-top: 1.5rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .p-top-features__body {
    margin-top: 0.9375rem;
  }
}

.p-top-features__title {
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  color: var(--brown);
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-top-features__title {
    font-size: max(1rem, 10px);
    letter-spacing: 0.1em;
  }
}

.p-top-features__title::before {
  content: counter(feature-num, decimal-leading-zero);
  display: block;
  font-size: max(2.25rem, 10px);
  font-weight: 400;
  font-family: var(--en-font-family);
  color: var(--brown);
  line-height: 1;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-features__title::before {
    margin-bottom: 0.3125rem;
    font-size: max(1.875rem, 10px);
  }
}

.p-top-features__text {
  border-top: 0.5px solid var(--brown);
  padding-top: 0.625rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-caption);
}
@media screen and (max-width: 767px) {
  .p-top-features__text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-top-instagram {
  background-image: url(../images/top/top-instagram-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 6.25rem;
  position: relative;
}

.p-top-instagram::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(56, 38, 23, 0.63);
}

.p-top-instagram__title {
  width: 14.25rem;
  height: auto;
  margin-inline: auto;
}

.p-top-instagram__title img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-top-instagram__contents {
  margin-top: 2.375rem;
  max-width: 53.75rem;
  margin-inline: auto;
}

.p-top-instagram-nav__button {
  margin-top: 0.9375rem;
  text-align: center;
}

#sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
  gap: 1.875rem 1.25rem !important;
}

#sb_instagram {
  padding-bottom: 1.375rem !important;
}

.p-top-menu {
  overflow-x: clip;
}

.p-top-menu__body {
  position: relative;
  z-index: 0;
  padding-block: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__body {
    padding-block: 3.125rem;
    display: flex;
    flex-direction: column;
  }
}

.p-top-menu__body::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -3.75rem;
  background-color: var(--white);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}

.p-top-menu__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-menu__head {
    gap: 1.875rem;
    display: contents;
  }
}

.p-top-menu__button {
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__button {
    margin-bottom: 0;
    margin-top: 1.875rem;
    text-align: center;
    order: 3;
  }
}

.p-top-menu__contents {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__contents {
    margin-top: 2.5rem;
  }
}

.p-top-mv {
  position: relative;
  position: fixed;
  inset: 0;
  height: 100vh;
  min-height: 50rem;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    min-height: 37.5rem;
  }
}

.p-top-mv::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 1.875rem);
  transform: translateY(-50%);
  left: 0;
  max-width: 40rem;
  width: 44.4444444444%;
  height: auto;
  aspect-ratio: 640/480;
  background-image: url(../images/top/top-mv-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-mv::before {
    top: 4.6875rem;
    left: 1rem;
    transform: initial;
    max-width: 25rem;
    width: 40%;
  }
}

.p-top-mv__img {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  height: inherit;
}

.p-top-mv__img picture {
  height: inherit;
  display: block;
}

.p-top-mv__img img {
  aspect-ratio: 1440/800;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img img {
    aspect-ratio: 375/800;
  }
}

.p-top-mv__inner.l-inner {
  max-width: 85.625rem;
  height: inherit;
  min-height: inherit;
  position: relative;
  z-index: 10;
  padding-block: calc(var(--header-height) + 5%) var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner.l-inner {
    padding-inline: 1.25rem;
    padding-block: calc(var(--header-height) + 5%);
  }
}

.p-top-mv__catch-wrap {
  writing-mode: vertical-rl;
  color: var(--white);
  margin-left: auto;
  padding-right: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-wrap {
    padding-right: revert;
    writing-mode: horizontal-tb;
  }
}

.p-top-mv__catch {
  padding-right: 0.9375rem;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
  font-family: var(--font-shippori);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch {
    font-size: max(1.5625rem, 10px);
  }
}

.p-top-mv__catch-line {
  display: inline-block;
  width: 1px;
  height: 3.3125rem;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-line {
    width: 1.25rem;
    height: 1px;
  }
}

.p-top-mv__title-wrap {
  color: var(--white);
  padding-left: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title-wrap {
    padding-left: revert;
  }
}

.p-top-mv__title-sub {
  padding-left: 0.375rem;
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  line-height: 2.35;
  letter-spacing: 0.07em;
  font-family: var(--font-shippori);
}
@media screen and (max-width: 767px) {
  .p-top-mv__title-sub {
    padding-left: 0;
    font-size: max(1rem, 10px);
  }
}

.p-top-mv__title {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: max(6rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: var(--en-font-family);
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    font-size: max(2.8125rem, 10px);
    line-height: 1.2;
  }
}

/* ---- 初期非表示設定 ---- */
.p-top-mv__title-wrap,
.p-top-mv__catch-wrap {
  opacity: 0;
}

.p-top-news__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
  }
}

.p-top-news__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.875rem;
  width: 27.2727272727%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__head {
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__button {
    order: 3;
  }
}

.p-top-results {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-block: 7.5rem 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-results {
    padding-block: 6.25rem 6.25rem;
  }
}

.p-top-results::before {
  content: "";
  position: absolute;
  top: -5rem;
  bottom: -5rem;
  left: 0;
  right: 0;
  background-image: url(../images/top/top-results-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center var(--bgY, 0rem);
  z-index: -2;
  will-change: background-position;
}

.p-top-results__inner {
  display: flex;
  gap: 3.625rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-results__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-top-results__contents {
  width: 60.3636363636vw;
  max-width: 41.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__contents {
    width: 100%;
  }
}

.p-top-results__date {
  margin-top: 3.75rem;
  padding-left: 0.3125rem;
  font-size: max(1rem, 10px);
  font-family: var(--font-jost);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: var(--border-driver);
}
@media screen and (max-width: 767px) {
  .p-top-results__date {
    margin-top: 2.5rem;
    padding-left: 0;
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-results__number-wrap {
  margin-top: 0.625rem;
  padding-left: 0.3125rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__number-wrap {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 0.4375rem;
    padding-left: 0;
  }
}

.p-top-results__count {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-results__count {
    font-size: max(0.9375rem, 10px);
    padding-bottom: 0.5rem;
  }
}

.p-top-results__number {
  font-size: max(4.5rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-results__number {
    font-size: max(3.125rem, 10px);
  }
}

.p-top-results__unit {
  display: inline-block;
  font-size: max(1rem, 10px);
  font-family: var(--base-font-family);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-top-results__unit {
    font-size: max(0.875rem, 10px);
  }
}

.p-top-results__body {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-results__body {
    margin-top: 2.5rem;
  }
}

.p-top-results__list {
  display: grid;
  gap: 0 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-top-results__list {
    gap: 0 0.9375rem;
  }
}

.p-top-results__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.625rem 0.6875rem;
  padding-inline: 0.625rem;
  border-bottom: 1px solid var(--background-cream);
}
@media screen and (max-width: 767px) {
  .p-top-results__item {
    padding-block: 0.5rem;
    padding-inline: 0.3125rem;
  }
}

.p-top-results__label {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-results__label {
    font-size: max(0.875rem, 10px);
  }
}

.p-top-results__value {
  font-size: max(1.75rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 400;
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-top-results__value {
    font-size: max(1.375rem, 10px);
  }
}

.p-top-results__value .p-top-results__unit {
  padding-left: 0.125rem;
}

.p-top-results__img {
  flex-shrink: 0;
  margin-top: 1.25rem;
  margin-right: calc(50% - 50vw);
  width: 37.9861111111vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-results__img {
    margin-top: 0;
    margin-inline: auto;
    width: 80%;
  }
}

.p-top-results__img::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-top-results__img img {
  aspect-ratio: 547/560;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 34.1875rem;
}

.p-top-topics {
  padding-block: 10.0625rem;
  background-image: url(../images/top/top-topics-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-topics {
    padding-block: 6.25rem 8.125rem;
  }
}

.p-top-topics__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-topics__inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-top-topics__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25.4545454545%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-topics__contents {
    width: 100%;
  }
}

.p-top-topics__arrows {
  max-width: 12.5rem;
  display: flex;
  justify-content: center;
  gap: 5.375rem;
}

.p-top-topics__slider {
  width: 74.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-top-topics__slider {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-top-topics__thumb {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-top-topics__thumb img {
  aspect-ratio: 1440/1800;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.p-top-topics__body {
  margin-top: 0.5rem;
  padding-inline: 0.5625rem;
  padding-bottom: 0.625rem;
  transition: opacity 0.3s ease-in-out;
}

.p-top-topics__heading {
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--text-black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-topics__heading {
    font-size: max(1rem, 10px);
  }
}

.p-top-topics__text {
  margin-top: 0.4375rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  color: var(--text-black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-topics__text {
    font-size: max(0.875rem, 10px);
  }
}

.p-top-topics__meta {
  margin-top: 0.4375rem;
  display: flex;
  align-items: center;
  gap: 0.625rem 1.4375rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-topics__meta {
    gap: 0.625rem;
  }
}

.p-top-topics__date {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  font-family: var(--font-jost);
  color: var(--text-dark-brown);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-topics__date {
    font-size: max(0.8125rem, 10px);
  }
}

.p-top-topics__label {
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  background-color: var(--text-dark-brown);
  padding: 0.25rem 0.9375rem;
  border-radius: 0.625rem 0 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-topics__label {
    font-size: max(0.625rem, 10px);
    padding: 0.25rem 0.625rem;
  }
}

.p-top-topics__slider .splide__arrow {
  position: absolute;
  bottom: -4.375rem;
}

.p-top-topics__slider .splide__arrow--next {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-topics__slider .splide__arrow--next {
    left: calc(50% + 1.875rem);
  }
}

.p-top-topics__slider .splide__arrow--prev {
  left: 35%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-topics__slider .splide__arrow--prev {
    left: calc(50% - 1.875rem);
  }
}

/* ホバーの指定 */
@media (any-hover: hover) {
  .p-top-topics__item a:hover {
    opacity: 1;
  }
  .p-top-topics__item a:hover .p-top-topics__thumb img {
    text-decoration: none;
    transform: scale(1.1);
  }
  .p-top-topics__item a:hover .p-top-topics__body {
    opacity: var(--hover-opacity);
  }
}
/* :focus-visible */
.p-top-topics__item a:focus-visible {
  opacity: 1;
}

.p-top-topics__item a:focus-visible .p-top-topics__thumb img {
  transform: scale(1.1);
}

.p-top-topics__item a:focus-visible .p-top-topics__body {
  opacity: var(--hover-opacity);
}

.js-fadein {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 3s cubic-bezier(0.2, 0.6, 0.2, 1), transform 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.js-fadein.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.u-font {
  font-size: 0;
}

:where(div, figure):has(> .u-no-image) {
  background-color: var(--no-image-bg, var(--background));
}

:is(div, figure) .u-no-image {
  padding: 30% 20%;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-no-post {
  margin-top: 2.5rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  font-family: var(--font-shippori);
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: var(--brown);
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
    display: revert;
  }
}
/*# sourceMappingURL=style.css.map */
