:root {
  --rose: #d99aa8;
  --rose-deep: #a9717d;
  --button: #d7a2aa;
  --blush: #f8eeee;
  --ice: #edf7fa;
  --ink: #333333;
  --muted: #756b6d;
  --line: #d9cfd1;
  --serif: "Cormorant Garamond", "Times New Roman", "Yu Mincho", serif;
  --serif-jp: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --header-height: clamp(60px, 4.4vw, 90px);
  --shadow: 0 12px 35px rgb(85 55 61 / 10%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.has-open-menu { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
.c-responsive-picture { display: block; }
a { color: inherit; text-decoration: none; transition: color .25s, opacity .25s, background-color .25s; }
a:hover { color: var(--rose-deep); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.u-sp-only, .u-sp-break { display: none; }
/* Keep inherited heading faces when their surrounding copy uses Japanese serif. */
.c-contact-band__lead,
.p-home-greeting__profile-heading,
.p-privacy-policy__content :where(h1, h2, h3, h4, h5, h6, [role="heading"]),
.c-legal-table :where(h1, h2, h3, h4, h5, h6, [role="heading"]) {
  font-family: var(--serif);
}
/* WordPress's serif preset can also be selected on paragraphs or groups. */
.has-serif-font-family:not(:is(h1, h2, h3, h4, h5, h6, [role="heading"], .c-section-heading__en, .c-page-hero__title)):not(:is(h1, h2, h3, h4, h5, h6, [role="heading"]) *) {
  font-family: var(--serif-jp) !important;
}
.has-serif-font-family :where(h1, h2, h3, h4, h5, h6, [role="heading"]) {
  font-family: var(--serif);
}
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.c-skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 8px 16px; background: #fff; transform: translateY(-150%); }
.c-skip-link:focus { transform: translateY(0); }
.l-container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.l-container--narrow { width: min(820px, calc(100% - 48px)); }
.l-container--legal { width: min(840px, calc(100% - 48px)); }
.l-section { padding-block: clamp(72px, 9vw, 128px); }
.c-blush-section { background: linear-gradient(135deg, #fff 0%, var(--blush) 55%, #fff 100%); }
.c-ice-section { background: var(--ice); }
.c-dark-section { color: #fff; background: radial-gradient(circle at 15% 20%, #3a3839, #161516 60%); }

.l-header { position: relative; z-index: 100; height: var(--header-height); background: #fff; }
.l-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.l-header .c-site-logo { flex: none; display: block; width: calc(var(--header-height) - 16px); }
.c-site-logo__image { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 1; object-fit: contain; }
.l-header__actions { display: flex; align-items: center; gap: clamp(18px, 1.5vw, 30px); height: 100%; }
.c-global-nav__list { display: flex; align-items: center; gap: clamp(24px, 2.75vw, 56px); }
.c-global-nav__list, .l-footer__nav { margin: 0; padding: 0; list-style: none; }
.c-global-nav a { display: block; font-family: var(--serif-jp); font-size: clamp(14px, 1vw, 20px); letter-spacing: .05em; white-space: nowrap; }
.c-site-logo__mark, .c-script-logo { margin: 0; color: var(--rose-deep); font-family: var(--serif-jp); font-size: 30px; font-style: italic; line-height: 1; }
.c-header-cart { display: grid; flex: none; width: 44px; height: 44px; place-items: center; color: #555; }
.c-header-cart svg { width: clamp(24px, 1.65vw, 34px); height: auto; }
.c-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 30px; color: #fff; background: var(--button); border: 1px solid var(--button); letter-spacing: .08em; }
.c-button:hover { color: var(--button); background: #fff; }
.c-button--header { flex: none; gap: 12px; height: 100%; min-height: var(--header-height); min-width: clamp(164px, 12vw, 246px); padding: 0 clamp(20px, 1.7vw, 36px); border: 0; background: #d7a2aa; font-family: var(--serif-jp); font-size: clamp(14px, 1vw, 20px); letter-spacing: .02em; white-space: nowrap; }
.c-button--header svg { flex: none; width: clamp(22px, 1.56vw, 32px); height: auto; }
.c-button--header:hover { color: #fff; background: #c88e9a; }
.c-button--light { min-width: 260px; color: #fff; background: rgb(180 117 132 / 90%); border-color: #e2bcc5; flex-direction: column; }
.c-button--light small { font-size: 9px; }
.c-button--line { color: #fff; background: #20b95a; border-color: #20b95a; }
.c-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.c-global-nav__mobile-actions { display: none; }
.l-header a:focus-visible, .c-menu-toggle:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }

@media (max-width: 1100px) {
  .l-header { --header-height: clamp(72px, 18.8vw, 94px); }
  .l-header .l-header__inner { width: 100%; padding-left: clamp(12px, 3vw, 15px); }
  .l-header .c-site-logo { width: var(--header-height); }
  .l-header__actions { gap: 0; }
  .l-header__actions > .c-header-cart, .l-header__actions > .c-button--header { display: none; }
  .c-menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: none; width: clamp(72px, 18vw, 90px); height: 100%; padding: 0; border-radius: 0; color: #fff; background: var(--button); cursor: pointer; }
  .c-menu-toggle__bars { display: flex; flex-direction: column; justify-content: space-between; width: 54%; height: 40%; }
  .c-menu-toggle__bars > span { display: block; width: 100%; height: 1px; background: #fff; }
  .c-menu-toggle__label { margin-top: 8px; font-family: var(--serif-jp); font-size: 12px; font-weight: 400; line-height: 1; }
  .c-menu-toggle:focus-visible { outline-offset: -4px; }
  .l-header { --mobile-menu-top: 0px; }
  .admin-bar .l-header { --mobile-menu-top: 32px; }
  .c-global-nav { position: fixed; z-index: 1; inset: var(--mobile-menu-top) 0 0; display: none; padding: clamp(120px, 31vw, 220px) max(7.7%, calc((100% - 700px) / 2)) clamp(45px, 15vw, 105px); background: #fafafa url("https://test.myrank.link/wp-content/themes/fair-lady/assets/images/top/review-background.jpg") center / cover no-repeat; overflow-y: auto; overscroll-behavior: contain; }
  .c-global-nav.is-open { display: block; }
  .c-global-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .c-global-nav__mobile-actions { display: block; }
  .c-global-nav__list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: clamp(62px, 17.15vw, 120px); padding: 12px 0; border-bottom: 1px solid #aaa; color: #111; font-size: clamp(20px, 5.7vw, 40px); letter-spacing: .03em; white-space: normal; line-height: 1.5; }
  .c-global-nav__list li:last-child a { border-bottom: 0; }
  .c-global-nav__list a::after { flex: none; width: .35em; height: .35em; margin-right: 8%; border-top: 1px solid #333; border-right: 1px solid #333; transform: rotate(45deg); content: ""; }
  .c-mobile-menu__banners { display: grid; gap: clamp(20px, 5.4vw, 38px); margin-top: clamp(34px, 11.4vw, 80px); }
  .c-mobile-menu__banners a, .c-mobile-menu__banners img { display: block; width: 100%; height: auto; }
  .c-mobile-menu__social { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 7.8vw, 55px); margin-top: clamp(40px, 14vw, 98px); color: #926e74; }
  .c-mobile-menu__social a { display: grid; width: clamp(34px, 9vw, 64px); height: clamp(34px, 9vw, 64px); place-items: center; color: inherit; }
  .c-mobile-menu__social img, .c-mobile-menu__social svg { width: 100%; height: 100%; object-fit: contain; }
  .c-mobile-menu__social a:first-child img { width: 75%; height: 75%; }
  .has-open-menu .c-menu-toggle { position: fixed; z-index: 2; top: var(--mobile-menu-top); right: 0; width: clamp(72px, 20vw, 140px); height: clamp(72px, 20vw, 140px); }
  .has-open-menu .c-menu-toggle__bars { position: relative; }
  .has-open-menu .c-menu-toggle__bars > span { position: absolute; top: 50%; }
  .has-open-menu .c-menu-toggle__bars > span:first-child { transform: rotate(45deg); }
  .has-open-menu .c-menu-toggle__bars > span:nth-child(2) { opacity: 0; }
  .has-open-menu .c-menu-toggle__bars > span:last-child { transform: rotate(-45deg); }
  .has-open-menu .c-menu-toggle__label { font-size: clamp(12px, 2.6vw, 18px); }
}
@media (max-width: 782px) { .admin-bar .l-header { --mobile-menu-top: 46px; } }

.c-media-placeholder { display: grid; min-height: 220px; place-items: center; overflow: hidden; color: #906f76; background: linear-gradient(135deg, #f7e5e9, #edf7fa); border: 1px dashed #c9909c; font-size: 12px; text-align: center; }
.c-media-placeholder span { padding: 12px; background: rgb(255 255 255 / 75%); }
.c-section-heading { margin-bottom: 50px; text-align: center; }
.c-section-heading__en, .c-page-hero__title { margin-bottom: 8px; color: var(--rose); font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 400; letter-spacing: .06em; line-height: 1; }
.c-section-heading__ja, .c-page-hero__subtitle { margin: 0; font-size: 13px; font-weight: 400; letter-spacing: .18em; }
.c-section-heading__en--initials { font-variant-caps: small-caps; text-transform: lowercase; letter-spacing: 0; }
.c-section-heading__initial { text-transform: uppercase; }
.c-page-hero { display: grid; position: relative; width: 100%; min-height: 0; aspect-ratio: 4098 / 450; color: #fff; background: #cba9a8 url("https://test.myrank.link/wp-content/themes/fair-lady/assets/lossless/71ceb11010dbbf990b3c70233db3015993f70e846d88cfd8056f66c5cc8cd9d1.webp") center / cover no-repeat; place-items: center; z-index: 1; }
.c-page-hero__inner { text-align: center; }
.c-page-hero__title { color: #fff; font-size: clamp(34px, 4vw, 48px); }
.c-page-hero__title--initials { font-size: clamp(24px, 2.5vw, 36px); letter-spacing: .04em; text-transform: uppercase; }
.c-page-hero__initial { font-size: 1.4em; line-height: .75; }
.c-page-hero__subtitle { color: #fff; }

.p-home-hero { position: relative; height: 740px; overflow: hidden; background: #dfacb4; }
.p-home-hero > .c-responsive-picture { width: 100%; height: 100%; }
.p-home-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.p-home-hero__copy { position: absolute; z-index: 2; top: 42%; left: max(7vw, calc((100% - 1120px) / 2)); color: #fff; transform: translateY(-50%); text-shadow: 0 2px 20px rgb(80 35 46 / 20%); }
.p-home-hero__copy p { font-family: var(--serif); font-size: 20px; letter-spacing: .12em; }
.p-home-hero__copy h1 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(64px, 8vw, 110px); font-style: italic; font-weight: 400; line-height: .75; }
.p-home-strengths { min-height: 0; padding: 0; background: #18191a; }
.p-home-strengths > .c-responsive-picture { width: 100%; }
.p-home-strengths__image { display: block; width: 100%; height: auto; }
.p-home-strengths > .c-media-placeholder { width: 100%; min-height: 0; aspect-ratio: 2732 / 1102; border: 0; background: #18191a; }

.p-home-intro__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 50px 80px; }
.p-home-intro { background: url("https://test.myrank.link/wp-content/themes/fair-lady/assets/images/top/top-messege-school-haikei.jpg") center / cover no-repeat; }
.p-home-intro__media { min-width: 0; }
.p-home-intro__media > * { width: 100%; }
.p-home-intro__media img { width: 100%; height: auto; min-height: 0; object-fit: contain; }
.p-home-intro__copy { position: relative; padding: 30px; }
.p-home-intro__text, .p-home-intro__emphasis { margin-bottom: 24px; }
.p-home-intro__text { font-size: 16px; font-weight: 500; line-height: 1.8; letter-spacing: normal; }
.p-home-intro__emphasis { color: #d7a2aa; font-family: var(--serif-jp); font-size: 20px; font-weight: 700; line-height: 1.8; }
.p-home-intro__copy > :last-child { margin-bottom: 0; }
.p-home-intro__school-values { display: flex; gap: 10px; margin: 8px 0 22px; padding: 0; list-style: none; }
.p-home-intro__school-values li { padding: 7px 10px; color: #fff; background: #d7a2aa; font-size: 14px; font-weight: 500; line-height: 1.5; text-align: center; }

@media (min-width: 769px) {
  .p-home-intro__grid { align-items: start; }
  .p-home-intro__copy { padding-top: 0; }
  .p-home-intro__text { font-size: 14px; }
}

.p-home-worries { background: #878784; }
.p-home-worries > .c-responsive-picture { width: 100%; }
.p-home-worries__image { display: block; width: 100%; height: auto; }
.p-home-worries > .c-media-placeholder { width: 100%; min-height: 0; aspect-ratio: 2732 / 2490; border: 0; }

.p-home-reasons { padding-block: 96px 140px; background: #fff url("https://test.myrank.link/wp-content/themes/fair-lady/assets/lossless/2a614f39041966191b164980d6db9621b6e4ab71b1c7480b0328e934e14604de.webp") top center / 100% auto no-repeat; }
.p-home-reasons > .l-container { width: min(1080px, calc(100% - 48px)); }
.p-home-reasons .c-section-heading { margin-bottom: 64px; }
.p-home-reasons .c-section-heading__en { margin-bottom: 12px; font-size: 60px; font-variant-caps: small-caps; text-transform: lowercase; letter-spacing: 0; }
.p-home-reasons .c-section-heading__en::first-letter { text-transform: uppercase; }
:is(.p-home-reasons, .p-home-menu, .p-home-reviews, .p-home-greeting, .p-menu-list) .c-section-heading__ja { font-family: var(--serif); font-size: 24px; letter-spacing: 0; }
.p-home-reasons__lead { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; max-width: 980px; margin: 0 auto 92px; color: var(--rose-deep); font-family: var(--serif); font-size: 30px; font-weight: 800; line-height: 1.7; text-align: center; }
.p-home-reasons__rule { position: relative; height: 1px; background: var(--rose-deep); }
.p-home-reasons__rule::before { position: absolute; top: 50%; left: -7px; width: 14px; height: 28px; background: var(--rose-deep); clip-path: polygon(50% 0, 62% 39%, 100% 50%, 62% 61%, 50% 100%, 38% 61%, 0 50%, 38% 39%); content: ""; transform: translateY(-50%); }
.p-home-reasons__rule:last-child::before { right: -7px; left: auto; }
.p-home-reasons__list { display: grid; gap: 104px; }
.c-reason { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "copy visual"; align-items: start; gap: 48px; min-height: 380px; }
.c-reason--reverse { grid-template-areas: "visual copy"; }
.c-reason__visual { grid-area: visual; min-width: 0; }
.c-reason__copy { grid-area: copy; min-width: 0; }
.c-reason__media { width: 100%; height: auto; min-height: 0; aspect-ratio: 5 / 3; object-fit: cover; }
.c-reason__heading { display: flex; align-items: baseline; gap: 12px; margin: 0 0 32px; color: var(--rose); font-family: var(--serif-jp); font-size: clamp(23px, 2.1vw, 32px); font-weight: 400; line-height: 1.45; letter-spacing: .025em; }
.c-reason__number { flex: none; padding-right: 12px; border-right: 1px solid currentColor; line-height: 1; letter-spacing: 0; }
.c-reason__title { flex: 1; min-width: 0; text-align: center; overflow-wrap: anywhere; }
.c-reason__title > span:not(.u-sp-only) { display: block; }
.c-reason__title > span > span { display: block; }
.c-reason__text { margin: 0; font-size: 16px; line-height: 2; overflow-wrap: anywhere; }

/* Reasons 01–05: align the headings and detailed copy with the references. */
:is(.c-reason--first, .c-reason--second, .c-reason--third, .c-reason--fourth, .c-reason--fifth) .c-reason__heading { gap: 10px; margin-bottom: 40px; color: #d7a2aa; font-weight: 700; letter-spacing: 0; }
:is(.c-reason--first, .c-reason--second, .c-reason--third, .c-reason--fourth, .c-reason--fifth) .c-reason__number { padding-right: 10px; font-weight: 400; }
:is(.c-reason--first, .c-reason--second, .c-reason--third, .c-reason--fourth, .c-reason--fifth) .c-reason__title { text-align: left; }
.c-reason--third .c-reason__heading { font-size: clamp(22px, 2vw, 30px); }
.c-reason--first .c-reason__media { object-fit: contain; }
.c-reason__description { font-size: 16px; font-weight: 500; line-height: 2; overflow-wrap: anywhere; }
.c-reason__description p { margin: 0; }
.c-reason__description strong { color: #a88088; font-weight: inherit; }
.c-reason__concerns { margin: 0; padding: 0; list-style: none; }
.c-reason__concerns li { position: relative; padding-left: 1em; }
.c-reason__concerns li::before { position: absolute; left: 0; content: "・"; }
.c-reason__description .c-reason__closing { margin-top: 32px; }
:is(.c-reason--fourth, .c-reason--fifth) .c-reason__description p + p { margin-top: 32px; }

@media (max-width: 768px) {
  .u-pc-only { display: none !important; }
  .u-sp-only { display: inline; }
  .u-sp-break { display: block; }
  .p-home-intro__text { font-size: 15px; }
  .p-home-intro__school-values { flex-wrap: nowrap; gap: 8px; }
  .p-home-intro__school-values li { flex: 1 1 0; min-width: 0; padding: 5px 4px; font-size: 11px; white-space: nowrap; }
  .p-home-reasons.l-section { padding-block: 80px 88px; }
  .p-home-reasons > .l-container { width: min(520px, calc(100% - 36px)); }
  .p-home-reasons .c-section-heading { margin-bottom: 48px; }
  .p-home-reasons .c-section-heading__en { margin-bottom: 8px; font-size: 48px; }
  :is(.p-home-reasons, .p-home-menu, .p-home-reviews, .p-home-greeting, .p-menu-list) .c-section-heading__ja { font-size: 20px; }
  .p-home-reasons .p-home-reasons__lead { gap: 14px; margin-bottom: 56px; padding-inline: 6px; font-size: clamp(18px, 5vw, 24px); }
  .p-home-reasons__rule::before { left: -4px; width: 8px; height: 16px; }
  .p-home-reasons__rule:last-child::before { right: -4px; left: auto; }
  .p-home-reasons__list { gap: 48px; }
  .p-home-reasons .c-reason { grid-template-columns: minmax(0, 1fr); grid-template-areas: "visual" "copy"; gap: 28px; min-height: 0; }
  .c-reason__heading { gap: 8px; margin-bottom: 24px; font-size: clamp(18px, 4.8vw, 25px); line-height: 1.5; letter-spacing: 0; }
  .c-reason__title { font-size: 24px; }
  .c-reason__number { padding-right: 8px; font-size: 22px; }
  :is(.c-reason--first, .c-reason--second, .c-reason--third, .c-reason--fourth, .c-reason--fifth) .c-reason__heading { gap: 8px; margin-bottom: 28px; }
  :is(.c-reason--first, .c-reason--second, .c-reason--third, .c-reason--fourth, .c-reason--fifth) .c-reason__number { padding-right: 8px; }
  .c-reason--third .c-reason__heading { font-size: inherit; }
  .c-reason__description .c-reason__closing { margin-top: 24px; }
  :is(.c-reason--fourth, .c-reason--fifth) .c-reason__description p + p { margin-top: 24px; }
}

.c-contact-band { position: relative; isolation: isolate; display: grid; min-height: 320px; padding-block: 40px; overflow: hidden; color: #fff; place-items: center; text-align: center; }
.c-contact-band__background { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.c-contact-band__background > .c-responsive-picture { width: 100%; height: 100%; }
.c-contact-band__image { width: 100%; height: 100%; object-fit: cover; }
.c-contact-band__shade { position: absolute; z-index: 1; inset: 0; background: rgb(29 22 24 / 60%); pointer-events: none; }
.c-contact-band__body { position: relative; z-index: 2; width: min(760px, calc(100% - 48px)); font-family: var(--serif-jp); }
.c-contact-band__lead { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 24px; margin: 0 0 40px; font-size: clamp(16px, 1.8vw, 22px); line-height: 1.5; }
.c-contact-band__rule { position: relative; height: 1px; margin-inline: 6px 0; background: currentColor; }
.c-contact-band__rule::before { position: absolute; top: 50%; left: -6px; width: 12px; height: 24px; background: currentColor; clip-path: polygon(50% 0, 62% 39%, 100% 50%, 62% 61%, 50% 100%, 38% 61%, 0 50%, 38% 39%); content: ""; transform: translateY(-50%); }
.c-contact-band__rule:last-child { margin-inline: 0 6px; }
.c-contact-band__rule:last-child::before { right: -6px; left: auto; }
.c-contact-band__body h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1.2; }
.c-contact-band__button { flex-direction: column; width: min(300px, 100%); min-height: 72px; padding: 12px 20px; color: #fff; background: #916f74; border: 1px solid #fff; border-radius: 3px; font-size: 20px; line-height: 1.4; letter-spacing: 0; }
.c-contact-band__button small { font-size: 12px; }
.c-contact-band__button:hover, .c-contact-band__button:focus-visible { color: #916f74; background: #fff; }

@media (max-width: 768px) {
  .c-contact-band { padding-block: 32px; }
  .c-contact-band__body { width: min(480px, calc(100% - 36px)); }
  .c-contact-band__lead { grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr); gap: 12px; margin-bottom: 28px; font-size: 22px; }
  .c-contact-band__rule { margin-left: 5px; }
  .c-contact-band__rule::before { left: -5px; width: 10px; height: 22px; }
  .c-contact-band__rule:last-child { margin-right: 5px; }
  .c-contact-band__rule:last-child::before { right: -5px; }
  .c-contact-band__body h2 { margin-bottom: 16px; font-size: 32px; }
  .c-contact-band__button { width: min(260px, 100%); min-height: 64px; font-size: 18px; }
}

.p-home-menu.c-ice-section { background: linear-gradient(135deg, #fff 0%, var(--ice) 50%, #fff 100%); }
.p-home-menu__grid, .p-home-reviews__grid, .p-school-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.c-menu-tile { container-type: inline-size; display: grid; grid-template-rows: auto 1fr; min-width: 0; background: #fff; box-shadow: 0 0 20px rgb(80 65 70 / 12%); font-family: var(--serif-jp); text-align: center; }
.c-menu-tile__visual { aspect-ratio: 1; overflow: hidden; }
.c-menu-tile__visual > .c-responsive-picture { width: 100%; height: 100%; }
.c-menu-tile__image { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.c-menu-tile__body { display: grid; grid-template-rows: 1fr auto; padding: 0 12.5% clamp(24px, 6.8cqi, 32px); }
.c-menu-tile__heading { display: flex; flex-direction: column; justify-content: center; min-height: 39cqi; padding-block: 14px; }
.c-menu-tile__title { margin: 0; color: var(--ink); font-size: clamp(24px, 8.8cqi, 40px); font-weight: 400; line-height: 1.4; overflow-wrap: anywhere; }
.c-menu-tile__title > span { display: block; }
.c-menu-tile__heading { font-family: var(--serif); }
.c-menu-tile__title .c-menu-tile__prefix { margin-bottom: 4px; font-size: .62em; }
.c-menu-tile__subtitle { margin: 6px -8% 0; font-size: clamp(12px, 4.3cqi, 18px); line-height: 1.6; }
.c-menu-tile__link { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 3px; height: 80px; min-height: 80px; padding: 10px 8px; overflow: hidden; color: #fff; background: #151515 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.12' filter='url(%23grain)'/%3E%3C/svg%3E"); border-radius: 4px; }
.c-menu-tile__link::before { position: absolute; inset: 4px; border: 1px solid #fff; border-radius: 3px; pointer-events: none; content: ""; }
.c-menu-tile__link-en { font-size: clamp(22px, 6.6cqi, 30px); line-height: 1.2; }
.c-menu-tile__link-ja { font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.c-menu-tile__link:hover { color: #fff; opacity: .8; }
.c-menu-tile__link:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }

.c-review-card { padding: 14px; background: #fff; box-shadow: var(--shadow); }
.c-review-card > *:first-child { width: 100%; aspect-ratio: 1; min-height: auto; object-fit: cover; }
.c-review-card h3 { margin: 20px 0 12px; color: var(--rose-deep); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.c-review-card { border: 1px solid #d9aab4; }
.c-review-card p { font-size: 12px; }

.p-home-greeting .c-section-heading { margin-bottom: 64px; }
.p-home-greeting .c-section-heading__en { margin-bottom: 16px; font-size: 64px; font-variant-caps: small-caps; text-transform: lowercase; letter-spacing: 0; }
.p-home-greeting .c-section-heading__en::first-letter { text-transform: uppercase; }
.p-home-greeting__grid { display: grid; grid-template-columns: repeat(16, minmax(0, 1fr)); align-items: start; row-gap: 48px; }
.p-home-greeting__portrait { grid-column: 1 / 12; }
.p-home-greeting__portrait-image { width: 100%; min-height: 0; aspect-ratio: 19 / 11; object-fit: contain; }
.p-home-greeting__profile { grid-column: 12 / -1; align-self: center; width: 100%; max-width: 324px; margin: 0; padding-left: 18px; color: #222; font-family: var(--serif-jp); text-align: left; }
.p-home-greeting__profile-heading { margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #555; }
.p-home-greeting__brand { margin: 0; font-size: 18px; line-height: 1.3; }
.p-home-greeting__role { margin: 0; font-size: 16px; line-height: 1.4; }
.p-home-greeting__name { display: flex; align-items: baseline; gap: 6px; margin: 0; font-size: 20px; font-weight: 400; line-height: 1.4; }
.p-home-greeting__representative { flex: none; font-size: 12px; }
.p-home-greeting__name-en { margin: 0; padding-left: 30px; color: #d7a2aa; font-size: 12px; font-weight: 400; line-height: 1.4; }
.p-home-greeting__past, .p-home-greeting__future { grid-column: 1 / 10; }
.p-home-greeting__origin, .p-home-greeting__graduates { grid-column: 11 / -1; }
.p-home-greeting__copy { min-width: 0; }
.p-home-greeting__copy h3 { margin: 0 0 28px; padding-bottom: 8px; color: #a88088; border-bottom: 1px solid #555; font-family: var(--serif); font-size: clamp(20px, 2vw, 24px); font-weight: 400; line-height: 1.6; }
.p-home-greeting__copy p { margin: 0; font-size: 15px; line-height: 2; overflow-wrap: anywhere; }
.p-home-greeting__future, .p-home-greeting__graduates { margin-top: 48px; }
.p-home-greeting__group { width: 100%; min-height: 0; aspect-ratio: 3 / 4; object-fit: contain; }

.p-home-reviews .c-section-heading__en { margin-bottom: 12px; font-size: 60px; font-variant-caps: small-caps; letter-spacing: 0; text-transform: lowercase; }
.p-home-reviews .c-section-heading__en::first-letter { text-transform: uppercase; }

.p-home-link-panel { display: grid; width: 100%; min-height: clamp(150px, 15.88vw, 651px); padding: 24px; background-color: #8a796d; background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url("https://test.myrank.link/wp-content/themes/fair-lady/assets/lossless/c111a08256c3c622838d8d6e1019da82b2e05fa17af994cb165ddb583b95d19c.webp"); background-position: center; background-size: cover; background-repeat: no-repeat; place-items: center; }
.p-home-link-panel__links { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.8vw, 74px); width: 100%; }
.p-home-link-panel__link { display: block; width: clamp(208px, 14.04vw, 575px); transition: opacity .25s, transform .25s; }
.p-home-link-panel__link img { display: block; width: 100%; height: auto; }
.p-home-link-panel__link:hover { opacity: .85; transform: translateY(-2px); }
.p-home-link-panel__link:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

@media (max-width: 768px) {
  .p-home-greeting .c-section-heading { margin-bottom: 40px; }
  .p-home-greeting .c-section-heading { text-align: left; }
  .p-home-greeting .c-section-heading__en { font-size: 48px; text-align: left; }
  .p-home-greeting .c-section-heading__ja { padding-left: 16px; text-align: left; }
  .p-home-reviews .c-section-heading__en { margin-bottom: 8px; font-size: 48px; }
  .p-home-menu .c-section-heading__en > span { display: block; }
  .p-home-menu .c-section-heading__en .p-home-menu__heading-space { display: none; }
  .p-home-greeting__grid { grid-template-columns: minmax(0, 1fr); row-gap: 36px; }
  .p-home-greeting__grid > * { grid-column: 1; }
  .p-home-greeting__profile { margin-top: -12px; padding-left: 0; justify-self: center; }
  .p-home-greeting__copy h3 { margin-bottom: 20px; font-size: 21px; }
  .p-home-greeting__copy p { font-size: 15px; line-height: 1.9; }
  .p-home-greeting__future, .p-home-greeting__graduates { margin-top: 0; }
  .p-home-greeting__graduates { width: min(100%, 440px); justify-self: center; }
  .p-home-link-panel { min-height: 0; padding-block: 42px; }
  .p-home-link-panel__links { flex-direction: column; gap: 16px; }
  .p-home-link-panel__link { width: min(299px, 90vw); }
}

.c-salon-info { display: grid; grid-template-columns: 1.2fr 1fr; }
.c-salon-info__gallery > *, .c-salon-info__details { min-height: 570px; }
.c-salon-info__photo { width: 100%; height: 100%; object-fit: cover; }
.c-salon-info__details { min-width: 0; padding: 64px clamp(24px, 4vw, 64px); background: #fff; }
.c-salon-info__details-inner { width: 100%; max-width: 480px; margin-inline: auto; }
.c-salon-info__logo { width: 108px; margin: 0 auto 24px; }
.c-salon-info__logo-image { width: 100%; height: auto; min-height: 0; aspect-ratio: 1; object-fit: contain; }
.c-salon-info__table { margin: 0; }
.c-salon-info__table > div { display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: start; gap: 16px; padding: 12px 0; border-bottom: 1px solid #c6c6c6; }
.c-salon-info__table dt { display: grid; min-height: 32px; padding: 6px 4px; place-items: center; color: #fff; background: #d7a2aa; font-size: 12px; font-weight: 400; line-height: 1.6; text-align: center; }
.c-salon-info__table dd { align-self: center; min-width: 0; margin: 0; color: #333; font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
.c-salon-info__table > .c-salon-info__holiday { margin-top: 8px; border-top: 1px solid #c6c6c6; }
.c-salon-info__table > .c-salon-info__booking-row { border-bottom: 0; }
.c-salon-info__booking-row dt { min-height: 56px; }
.c-salon-info__booking { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: min(200px, 100%); min-height: 56px; padding: 10px 14px; color: #fff; background: #18b438; font-size: 12px; line-height: 1.5; }
.c-salon-info__booking svg { flex: none; }
.c-salon-info__booking:hover { color: #fff; background: #11982e; }
.c-salon-info__booking:focus-visible { outline: 2px solid #11982e; outline-offset: 3px; }
.c-salon-info__map { grid-column: 1 / -1; min-width: 0; height: 457px; }
.c-salon-info__map iframe { display: block; width: 100%; height: 457px; border: 0; }
/* Keep the map in the viewport while it initializes, without covering the page. */
.c-salon-info__map.is-prewarming iframe { position: fixed; top: 0; left: 0; opacity: 0; pointer-events: none; }

.p-menu-concept.c-blush-section {
	position: relative;
	padding-top: 0;
	margin-top: -2px;
	background: url("https://test.myrank.link/wp-content/themes/fair-lady/assets/images/menu/comcept-haikei.jpg") center / cover no-repeat;
	z-index: 0;
}

.c-breadcrumb__list {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-inline: 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.5;
}

.c-breadcrumb__list li + li::before {
	margin-right: 10px;
	color: var(--rose-deep);
	content: ">";
}

.c-breadcrumb__list a {
	color: inherit;
	text-decoration: none;
}

.c-breadcrumb--faq {
	margin-top: -2px;
}

.p-menu-concept__inner {
	max-width: 780px;
	padding-top: clamp(48px, 6vw, 82px);
	text-align: center;
}

.p-menu-concept .c-section-heading__en {
	color: #9d9d9d;
}

.p-menu-concept .c-section-heading__ja {
	background: linear-gradient(90deg, #b97f8a 0%, #c9959e 34%, #d8b5bc 50%, #c9959e 66%, #b97f8a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: var(--serif-jp);
	font-size: clamp(22px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.7;
}

.p-menu-concept .c-section-heading__ja span {
	display: block;
}
.p-menu-concept__copy {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.p-menu-concept__watermark {
	margin: -72px 0 -8px;
	color: rgb(255 255 255 / 62%);
	font-family: var(--serif-jp);
	font-size: clamp(68px, 8vw, 108px);
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1;
	text-align: center;
}

.p-menu-concept__paragraph {
	margin-bottom: 48px;
}

.p-menu-concept__paragraph p {
	margin: 0 0 10px;
}

.p-menu-concept__boxed {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 6px;
	color: #9f777e;
	background: rgb(255 255 255 / 76%);
	border: 1px solid #9f777e;
	font-family: var(--serif-jp);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.45;
}

.p-menu-concept__paragraph--change {
	margin-top: 68px;
}

.p-menu-concept__paragraph--change > p:first-child {
	margin-bottom: 14px;
}

.p-menu-concept__paragraph p.p-menu-concept__boxed--wide {
	display: block;
	width: min(500px, 100%);
	box-sizing: border-box;
	margin: 0 auto 12px;
	padding-block: 1px;
}

.p-menu-concept__paragraph--change > .p-menu-concept__boxed--wide:nth-child(3) {
	width: min(428px, 100%);
}

.p-menu-concept__paragraph--change > p:last-child {
	margin-top: 18px;
}

.p-menu-concept__emphasis {
	color: #9f777e;
	font-family: var(--serif-jp);
	font-size: 1.35em;
}

.p-menu-concept__message {
	margin: 68px 0 76px;
	color: #c58f99;
	font-family: var(--serif-jp);
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 600;
	line-height: 1.55;
}
.p-menu-concept__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: min(960px, calc(100vw - 48px)); margin-inline: 50%; transform: translateX(-50%); }
.p-menu-concept__gallery > * { aspect-ratio: 1; min-height: auto; object-fit: cover; }
.p-menu-list__notice {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0 76px;
}

@media (max-width: 768px) {
	.p-menu-concept .c-section-heading__ja,
	.p-menu-concept__message {
		font-size: 28px;
		font-weight: 800;
	}

	.p-menu-concept__paragraph,
	.p-menu-list .c-treatment__content {
		font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
	}

	.p-menu-concept__paragraph {
		font-size: clamp(12px, 4vw, 15px);
	}

	.p-menu-concept__boxed {
		margin-right: 0;
		font-size: 18px;
	}

	.p-menu-concept__boxed + span {
		margin-left: 8px;
	}

	.p-menu-concept__emphasis {
		font-size: 1.1em;
	}

	.p-menu-list__notice {
		margin-bottom: 54px;
	}

	.p-menu-list .c-section-heading__en {
		font-size: 60px;
	}

	.p-menu-list .c-treatment .c-treatment__content h2 {
		font-size: 20px;
	}
}
.p-menu-list .c-treatment__content h2 { font-weight: 600; }
.p-menu-list__items { display: grid; gap: 65px; max-width: 880px; margin: auto; }
.c-treatment { display: grid; grid-template-columns: 340px 1fr; gap: 50px; align-items: start; scroll-margin-top: 24px; }
.c-treatment__visual > img,
.c-treatment__visual > picture,
.c-treatment__visual > picture img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.c-treatment__visual > .c-media-placeholder {
	width: 100%;
}
.c-treatment__index { margin: 0; color: var(--rose); font-family: var(--serif-jp); }
.c-treatment__content h2 { padding-bottom: 12px; border-bottom: 1px solid #a7b9bc; font-family: var(--serif-jp); font-size: 22px; font-weight: 400; }
.c-treatment__content > p { font-size: 12px; }
.c-treatment dl div { display: grid; grid-template-columns: 1fr auto; padding: 10px 15px; background: #f8e2e6; font-size: 13px; }
.c-treatment__solution { margin-top: 18px; padding: 13px; background: #fff; text-align: center; }
.c-treatment__solution h3 { margin: 0; font-family: var(--serif); font-size: 16px; font-weight: 400; }
.c-treatment__solution p { margin: 0; font-size: 10px; }

.c-treatment__featured-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #8f9698;
}

.c-treatment__content--featured .c-treatment__featured-heading h2 {
	margin: 0;
	padding: 0;
	color: #967078;
	border: 0;
	font-size: 26px;
	line-height: 1.4;
}

.c-treatment__content--simple .c-treatment__featured-heading h2 {
	font-size: 24px;
}

.c-treatment__featured-title-group {
	min-width: 0;
}

.c-treatment__featured-title-group > p {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.c-treatment__featured-title-group > .c-treatment__eyebrow {
	margin: 0 0 2px;
	color: #967078;
	font-family: var(--serif);
	font-size: 17px;
}

.c-treatment__featured-heading img {
	width: 92px;
	height: 92px;
	flex: 0 0 92px;
	object-fit: contain;
}

.c-treatment__featured-heading--volayon {
	container-type: inline-size;
	align-items: flex-end;
	gap: 10px;
	padding-bottom: 8px;
}

.c-treatment__featured-heading--volayon .c-treatment__featured-title-group {
	flex: 1;
}

.p-menu-list .c-treatment .c-treatment__featured-heading--volayon h2 {
	color: #000;
	font-size: clamp(12px, 4.8cqi, 18px);
	font-weight: 600;
	line-height: 1.7;
}

.c-treatment__featured-heading--volayon .c-treatment__eyebrow {
	font-size: clamp(14px, 5.3cqi, 20px);
}

.c-treatment__featured-heading--volayon img {
	width: clamp(50px, 20cqi, 76px);
	height: auto;
	flex-basis: clamp(50px, 20cqi, 76px);
}

.c-treatment__content--featured > .c-treatment__concerns {
	margin: 12px 0 18px;
	font-size: 14px;
}

.c-treatment__descriptions {
	margin: 12px 0 30px;
}

.c-treatment__descriptions > div + div {
	margin-top: 24px;
}

.c-treatment__descriptions--compact {
	margin-bottom: 22px;
}

.c-treatment__descriptions--compact > div + div {
	margin-top: 12px;
}

.c-treatment__descriptions h3 {
	margin: 0 0 4px;
	font-family: var(--sans);
	font-size: 17px;
	font-weight: 600;
}

.c-treatment__descriptions p {
	margin: 0;
	font-size: 13px;
	line-height: 1.9;
}

.c-treatment__content--featured .c-treatment__featured-prices {
	width: min(374px, 100%);
	margin: 0 0 20px;
	padding: 14px 12px;
	background: #e6cbd1;
}

.c-treatment__content--featured .c-treatment__featured-prices div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: 5px 0;
	background: transparent;
	font-size: 14px;
}

.c-treatment__featured-prices dt::before {
	content: "◆";
}

.c-treatment__featured-prices dt small {
	display: block;
	padding-left: 1em;
	font-size: 11px;
	line-height: 1.5;
}

.c-treatment__featured-prices dd {
	margin: 0;
	font-family: var(--serif-jp);
	font-size: 24px;
	line-height: 1;
}

.c-treatment__featured-prices--multi {
	padding-block: 12px;
}

.c-treatment__content--featured .c-treatment__featured-prices--multi div {
	align-items: center;
	padding-block: 6px;
}

.c-treatment__content--featured .c-treatment__featured-prices--tall div {
	align-items: start;
	padding-block: 10px;
}

.c-treatment__solution--featured {
	width: min(374px, 100%);
	margin-top: 0;
	padding: 18px 44px 30px;
}

.c-treatment__solution--featured .c-treatment__solution-lead {
	font-size: 13px;
}

.c-treatment__solution--featured h3 {
	margin-top: 2px;
	font-size: 23px;
	letter-spacing: .22em;
}

.c-treatment__solution-arrow {
	display: block;
	margin: -2px 0 2px;
	font-size: 12px;
}

.c-treatment__solution--featured .c-treatment__solution-copy {
	font-size: 13px;
	line-height: 1.75;
}

.c-treatment__solution-tags {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 30px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.c-treatment__solution-tags li {
	padding: 3px 8px;
	color: #fff;
	background: #d7a0ab;
	font-size: 13px;
	line-height: 1.35;
}

.c-treatment__solution-subgroup {
	margin-top: 36px;
}

.c-treatment__solution-subgroup > p {
	font-size: 13px;
	line-height: 1.75;
}

.c-treatment__solution-subgroup .c-treatment__solution-tags {
	margin-top: 20px;
}

.c-treatment__solution--multi {
	padding-inline: 28px;
}

.c-treatment__solution--multi .c-treatment__solution-subgroup {
	margin-top: 24px;
}

.c-treatment__solution--multi .c-treatment__solution-tags {
	gap: 7px 18px;
	margin-top: 16px;
}

@media (max-width: 768px) {
	.p-menu-list .c-treatment__solution--featured {
		width: 100%;
		padding-inline: 20px;
	}

	.p-menu-list .c-treatment__solution-tags {
		gap: 8px 12px;
	}

	.p-menu-list .c-treatment__solution-tags li {
		display: grid;
		place-items: center;
		min-width: 0;
		min-height: 50px;
		padding: 10px 2px;
		font-size: clamp(13px, 4.1vw, 16px);
		letter-spacing: .05em;
		line-height: 1.5;
	}
}

.p-faq__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 32px; margin-bottom: 60px; }
.p-faq__nav-link { position: relative; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: max-content; min-width: 210px; min-height: 38px; padding: 8px 28px; border: 1px solid #e6a6af; color: #e6a6af; background: #fff; font-family: var(--serif-jp); font-size: 14px; font-weight: 400; line-height: 1.6; text-align: center; white-space: nowrap; }
.p-faq__nav-link::after { position: absolute; top: calc(50% - 4px); right: 12px; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); content: ""; }
.p-faq__nav-link--filled { border-color: var(--button); color: #fff; background: var(--button); }
.p-faq__nav-link:hover { color: #fff; background: var(--rose-deep); border-color: var(--rose-deep); }
.p-faq__nav-link:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }
.p-faq__group + .p-faq__group { margin-top: 64px; }
.p-faq__group h2 { margin: 0 0 22px; scroll-margin-top: 48px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.4; }
.p-faq__heading-en { display: flex; align-items: center; gap: 28px; overflow-wrap: anywhere; }
.p-faq__heading-en::after { flex: 1; min-width: 24px; height: 1px; background: #c4c4c4; content: ""; }
.p-faq__group h2 small { display: block; margin-top: 6px; font-family: var(--sans); font-size: 12px; font-weight: 400; }
.c-accordion__item { margin-bottom: 12px; }
.c-accordion__item h3 { margin: 0; }
.c-accordion__item button { display: grid; grid-template-columns: 30px minmax(0, 1fr) 18px; gap: 14px; align-items: center; width: 100%; min-height: 48px; padding: 6px 14px; color: var(--ink); background: #fff; border: 1px solid #bfbfbf; font-size: 14px; font-weight: 400; line-height: 1.7; text-align: left; overflow-wrap: anywhere; cursor: pointer; }
.c-accordion__item button:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }
.c-accordion__q { display: grid; width: 30px; height: 30px; color: #fff; background: var(--button); border-radius: 50%; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1; place-items: center; }
.c-accordion__icon { position: relative; width: 18px; height: 18px; }
.c-accordion__icon::before, .c-accordion__icon::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: #777; content: ""; transform: translate(-50%, -50%); }
.c-accordion__icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s; }
.c-accordion button[aria-expanded="true"] .c-accordion__icon::after { transform: translate(-50%, -50%) rotate(0); }
.c-accordion__panel { padding: 16px 32px 14px 59px; background: transparent; }
.c-accordion__panel p { margin: 0; font-size: 14px; line-height: 1.8; white-space: pre-wrap; overflow-wrap: anywhere; }

.p-privacy-policy { padding-block: clamp(64px, 6vw, 96px); }
.p-privacy-policy__content { width: min(880px, calc(100% - 48px)); font-family: var(--serif-jp); font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
.p-privacy-policy__content :where(h2, h3, h4, h5, h6) { margin: 28px 0 0; font-size: 1em; font-weight: 400; line-height: inherit; }
.p-privacy-policy__content :where(p, ul, ol) { margin-top: 0; margin-bottom: 28px; }
.p-privacy-policy__content :where(ul, ol) { padding-left: 1.5em; }
.p-privacy-policy__content :where(li) { margin-block: 0; }
.p-privacy-policy__content :where(li > ul, li > ol) { margin-bottom: 0; }
.p-privacy-policy__content > :first-child { margin-top: 0; }
.p-privacy-policy__content > :last-child { margin-bottom: 0; }
.p-privacy-policy__content a { text-decoration: underline; text-underline-offset: .15em; }
.p-privacy-policy__pagination { display: flex; justify-content: center; gap: 16px; margin-top: 32px; }
.c-legal-table { padding-block: clamp(64px, 6vw, 96px); font-family: var(--serif-jp); }
.c-legal-table .l-container--legal { width: min(880px, calc(100% - 48px)); }
.c-legal-table dl { margin: 0; }
.c-legal-table dl > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; padding-block: 18px; border-bottom: 1px solid #bfbfbf; }
.c-legal-table dl > div:first-child { padding-top: 0; }
.c-legal-table dl > div:last-child { padding-bottom: 0; border-bottom: 0; }
.c-legal-table dt, .c-legal-table dd { min-width: 0; margin: 0; font-size: 14px; font-weight: 400; line-height: 1.8; overflow-wrap: anywhere; }
.c-legal-table dt { padding-right: 28px; white-space: pre-line; }
.c-legal-table a { text-decoration: underline; text-underline-offset: .15em; }
.c-legal-table a:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }

@media (max-width: 600px) {
  .c-legal-table .l-container--legal { width: calc(100% - 36px); }
  .c-legal-table dl > div { grid-template-columns: 1fr; gap: 8px; padding-block: 16px; }
  .c-legal-table dt { padding-right: 0; font-weight: 500; }
}

.p-school-gallery { display: flex; gap: 8px; padding: 22px 0; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; background: #fff; cursor: grab; }
.p-school-gallery::-webkit-scrollbar { display: none; }
.p-school-gallery:focus, .p-school-gallery:focus-visible { outline: none; }
.p-school-gallery__item { flex: 0 0 calc((100% - 64px) / 4); min-width: 0; scroll-snap-align: center; }
.p-school-gallery__item:only-child { margin-inline: auto; }
.p-school-gallery__image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; user-select: none; }
.p-school-gallery.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
@media (max-width: 768px) { .p-school-gallery__item { flex-basis: 72vw; } }
.p-school-image { position: relative; --link-x: var(--pc-x); --link-y: var(--pc-y); --link-width: var(--pc-width); }
.p-school-image picture, .p-school-image__image { display: block; width: 100%; height: auto; }
.p-school-image__link { position: absolute; left: clamp(calc(var(--link-width) / 2), var(--link-x), calc(100% - var(--link-width) / 2)); top: var(--link-y); width: var(--link-width); transform: translate(-50%, -50%); text-align: center; text-decoration: none; }
.p-school-image__button { display: block; width: 100%; height: auto; }
.p-school-image__link:is(:hover, :focus, :active) { text-decoration: none; }
.p-school-image__link:hover { opacity: .85; }
.p-school-image__link:focus-visible { outline: 3px solid var(--rose-deep); outline-offset: 3px; }
@media (max-width: 768px) {
  .p-school-image { --link-x: var(--sp-x); --link-y: var(--sp-y); --link-width: var(--sp-width); }
}
.p-school-hero { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: #d7bdba; }
.p-school-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p-school-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(83 48 54 / 20%), rgb(83 48 54 / 5%)); content: ""; }
.p-school-hero__copy { position: absolute; z-index: 2; top: 140px; left: max(7vw, calc((100% - 1120px) / 2)); }
.p-school-hero__copy h1 { font-family: var(--serif); font-size: clamp(54px, 7vw, 100px); font-style: italic; font-weight: 400; line-height: .9; }
.p-school-hero__badges { position: absolute; z-index: 2; bottom: 60px; left: 50%; display: flex; gap: 20px; transform: translateX(-50%); }
.p-school-hero__badges span { display: grid; width: 110px; aspect-ratio: 1; color: var(--rose-deep); background: rgb(255 255 255 / 90%); border-radius: 45% 55%; place-items: center; text-align: center; }
.p-school-values { padding: 75px 0; color: #fff; background: #b17e89; }
.p-school-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.p-school-values__grid div { display: grid; aspect-ratio: 1; padding: 20px; color: var(--rose-deep); background: #fff; border-radius: 50%; place-content: center; text-align: center; }
.p-school-values__grid strong { font-family: var(--serif-jp); }
.p-school-values__grid span { font-size: 10px; }
.p-school-values__statement { margin: 55px 0 0; font-family: var(--serif-jp); font-size: 30px; text-align: center; }
.p-school-worries { display: grid; grid-template-columns: 1fr 1fr; background: #8f777c; }
.p-school-worries__photo > * { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.p-school-worries__copy { align-self: center; padding: 70px; color: #fff; }
.p-school-worries__copy h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.p-school-worries__copy li { margin-bottom: 12px; padding: 8px; background: rgb(64 44 49 / 45%); }
.p-school-worries__copy .c-script-logo { margin-top: 50px; color: #fff; font-size: 58px; }
.p-school-about__intro { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 70px; }
.p-school-about__intro h2 { color: var(--rose-deep); font-family: var(--serif); font-size: 32px; font-weight: 400; }
.p-school-about__owner { width: 100%; aspect-ratio: 1; min-height: auto; object-fit: cover; border-radius: 50%; }
.p-school-about__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-block: 80px; }
.c-school-step { padding: 25px; background: var(--blush); text-align: center; }
.c-school-step span { color: var(--rose); font-family: var(--serif-jp); font-size: 30px; }
.p-school-about__photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.p-school-about__photos > * { width: 100%; aspect-ratio: 1; min-height: auto; object-fit: cover; }

.l-footer { position: relative; isolation: isolate; padding: 32px 0 0; color: #333; background: #fff url("https://test.myrank.link/wp-content/themes/fair-lady/assets/images/top/review-background.jpg") center / cover no-repeat; }
.l-footer__background { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.l-footer__background > .c-responsive-picture { width: 100%; height: 100%; }
.l-footer__background-image { width: 100%; height: 100%; object-fit: cover; }
.l-footer__grid { display: grid; grid-template-columns: 36% minmax(0, 1fr); gap: 6%; width: min(1000px, 70%); margin-inline: auto; }
.l-footer__logo { display: block; width: 80px; margin-bottom: 16px; }
.l-footer__logo-image { width: 100%; height: auto; min-height: 0; aspect-ratio: 1; object-fit: contain; }
.l-footer__name { margin: 0 0 2px; font-size: 20px; font-weight: 500; line-height: 1.4; }
.l-footer__address { margin: 0; font-size: 12px; line-height: 1.6; }
.l-footer__hours { display: grid; gap: 14px; margin: 14px 0 0; }
.l-footer__hours > div { display: grid; grid-template-columns: 80px minmax(0, 1fr); align-items: center; gap: 10px; font-size: 11px; }
.l-footer__hours dt { padding: 4px; color: #fff; background: #d7a2aa; text-align: center; }
.l-footer__hours dd { margin: 0; }
.l-footer__links { min-width: 0; padding-top: 96px; }
.l-footer__heading { display: flex; align-items: center; gap: 18px; margin: 0 0 10px; font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.4; }
.l-footer__heading::after { flex: 1; height: 1px; background: #888; content: ""; }
.l-footer__nav { display: flex; flex-wrap: wrap; row-gap: 10px; }
.l-footer__nav li { padding-inline: 10px; font-size: clamp(10px, 1.05vw, 12px); line-height: 1.3; }
.l-footer__nav li:first-child { padding-left: 0; }
.l-footer__nav li + li { border-left: 1px solid #888; }
.l-footer__social { display: grid; gap: 6px; margin-top: 34px; }
.l-footer__social .l-footer__heading { margin-bottom: 0; }
.l-footer__social a { display: flex; align-items: center; gap: 12px; min-height: 26px; padding-left: 6px; font-size: 11px; line-height: 1.6; }
.l-footer__social-icon { flex: none; width: 24px; height: 24px; color: #96747a; }
.l-footer__social-icon--beauty { display: block; object-fit: contain; }
.l-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin: 48px 24px 0; font-size: 11px; }
.l-footer__copyright { display: grid; min-height: clamp(40px, 2.93vw, 60px); margin: 16px 0 0; padding: 8px 16px; place-items: center; color: #fff; background: #8d6b6f; font-family: var(--serif-jp); font-size: clamp(12px, 1.17vw, 24px); font-weight: 400; line-height: 1.4; text-align: center; }
.l-footer a:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }

@media (max-width: 900px) {
  .l-container, .l-container--narrow, .l-container--legal { width: min(100% - 36px, 680px); }
  .p-privacy-policy__content { width: min(100% - 36px, 680px); }
  .l-section { padding-block: 70px; }
  .p-home-hero { height: 620px; }
  .p-home-hero__copy { top: auto; bottom: 60px; left: 28px; transform: none; }
  .p-home-hero__copy p { font-size: 14px; }
  .p-home-hero__copy h1 { font-size: 68px; }
  .p-home-intro__grid, .c-salon-info, .p-school-worries { grid-template-columns: 1fr; }
  .p-home-intro__copy { padding: 15px 0 45px; }
  .p-home-intro__grid > :nth-child(3) { order: 4; }
  .p-home-intro__grid > :nth-child(4) { order: 3; }
  .p-school-worries__copy { padding: 48px 28px; }
  .p-home-menu__grid, .p-home-reviews__grid, .p-school-reviews__grid { grid-template-columns: 1fr; }
  .p-home-menu__grid { max-width: 440px; margin-inline: auto; }
  .c-contact-band { min-height: 260px; }
  .c-salon-info__details { min-height: auto; padding: 50px 28px; }
  .c-salon-info__gallery > * { min-height: 400px; }
  .c-salon-info__map, .c-salon-info__map iframe { height: 320px; }
  .p-menu-concept__gallery { grid-template-columns: 1fr; }
  .c-treatment { grid-template-columns: 1fr; gap: 20px; }
  .p-faq__nav { gap: 16px; }
  .p-faq__nav-link { max-width: 100%; overflow-x: auto; }
  .c-accordion__item button { grid-template-columns: 26px minmax(0, 1fr) 16px; gap: 10px; padding: 6px 10px; }
  .c-accordion__q { width: 26px; height: 26px; font-size: 20px; }
  .c-accordion__panel { padding: 14px 12px 14px 47px; }
  .p-school-hero { min-height: 610px; }
  .p-school-hero__copy { top: 80px; left: 25px; }
  .p-school-hero__badges { right: 18px; bottom: 35px; left: auto; gap: 6px; transform: none; }
  .p-school-hero__badges span { width: 88px; font-size: 11px; }
  .p-school-values__grid, .p-school-about__steps { grid-template-columns: repeat(2, 1fr); }
  .p-school-about__intro { grid-template-columns: 1fr; }
  .p-school-about__photos { grid-template-columns: repeat(2, 1fr); }
  .l-footer__grid { width: calc(100% - 48px); }
}

@media (max-width: 480px) {
  .c-page-hero { min-height: 130px; aspect-ratio: auto; }
  .c-page-hero__title { font-size: 34px; }
  .p-home-hero { height: 590px; }
  .p-school-worries__copy h2 { font-size: 25px; }
  .c-salon-info__table > div { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .c-salon-info__table dt { font-size: 11px; }
  .c-salon-info__booking { gap: 8px; padding-inline: 10px; }
  .p-school-values__grid { gap: 10px; }
  .p-school-values__grid div { padding: 12px; }
  .p-school-values__statement { font-size: 24px; }
  .l-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .l-footer__links { padding-top: 0; }
  .l-footer__nav li { font-size: 12px; }
  .l-footer__social a { font-size: 12px; }
  .l-footer__legal { margin-top: 36px; }
}

/* Post-backed homepage reviews; other review sections retain their styling. */
.p-home-reviews--posts { overflow: hidden; background: #fafafa url("https://test.myrank.link/wp-content/themes/fair-lady/assets/images/top/review-background.jpg") center / cover no-repeat; }
.p-home-reviews--posts > .l-container { width: min(1160px, calc(100% - 32px)); }
.c-review-carousel { position: relative; }
.c-review-carousel__viewport { display: flex; gap: 18px; align-items: stretch; padding: 18px 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; scrollbar-width: none; }
.c-review-carousel__viewport::-webkit-scrollbar { display: none; }
.c-review-carousel__viewport:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 2px; }
.c-home-review { flex: 0 0 calc((100% - 36px) / 3); min-width: 0; display: flex; padding: 9px; background: #fff; box-shadow: 0 3px 12px rgb(0 0 0 / 18%); scroll-snap-align: start; }
.c-home-review__frame { width: 100%; min-width: 0; padding: 9px 16px 28px; border: 2px solid #dca1ad; }
.c-home-review__visual { aspect-ratio: 1; margin-bottom: 20px; background: #f7f5f5; }
.c-home-review__image { width: 100%; height: 100%; object-fit: contain; }
.c-home-review__heading { display: flex; flex-direction: column; min-height: var(--review-heading-height, 0px); }
.c-home-review__title { margin: 0 0 5px; color: #d99aa8; font-family: var(--serif); font-size: clamp(18px, 1.65vw, 22px); font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; }
.c-home-review__title a:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }
.c-home-review__person { margin: auto 0 8px; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.c-home-review__content { padding-top: 10px; border-top: 1px solid #555; font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; }
.c-home-review__content > :first-child { margin-top: 0; }
.c-home-review__content > :last-child { margin-bottom: 0; }
.c-home-review__content p { margin-bottom: .65em; }
.c-home-review__more { display: flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; min-height: 40px; margin: 18px auto 0; padding: 4px 0; color: var(--muted); font-size: 13px; }
.c-home-review__more:is(:hover, :focus, :active) { text-decoration: none; }
.c-home-review__more:hover { color: var(--rose-deep); }
.c-home-review__more:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }
.c-home-review__content :is(figure, .alignwide, .alignfull) { max-width: 100%; margin-inline: 0; }
.c-home-review__content :is(img, video, iframe) { max-width: 100%; }
.c-home-review__content :is(pre, table) { display: block; max-width: 100%; overflow-x: auto; }
.c-review-carousel__arrows { position: absolute; inset: 18px 16px 78px; pointer-events: none; }
.c-review-carousel__arrows[hidden] { display: none; }
.c-review-carousel__arrow { position: absolute; top: 62%; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: #fff; background: #d7a2aa; border: 1px solid #fff; border-radius: 50%; box-shadow: 0 2px 4px rgb(0 0 0 / 15%); cursor: pointer; pointer-events: auto; transform: translate(-50%, -50%); }
.c-review-carousel__arrow span { font-family: Arial, sans-serif; font-size: 32px; line-height: 1; margin-top: -3px; }
.c-review-carousel__arrow--prev { left: calc((100% - 36px) / 3 + 9px); }
.c-review-carousel__arrow--next { left: calc((100% - 36px) / 3 * 2 + 27px); }
.c-review-carousel__arrow:disabled { opacity: .45; cursor: default; }
.c-review-carousel__arrow:focus-visible, .c-review-carousel__dot:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }
.c-review-carousel__dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-top: 22px; }
.c-review-carousel__dots[hidden] { display: none; }
.c-review-carousel__dot { display: grid; width: 28px; height: 28px; padding: 0; place-items: center; border: 0; background: transparent; cursor: pointer; }
.c-review-carousel__dot::before { width: 12px; height: 12px; border-radius: 50%; background: #a5a5a5; content: ""; }
.c-review-carousel__dot[aria-current="true"]::before { background: #d7a2aa; }
.p-blog-breadcrumb .c-breadcrumb__list { flex-wrap: wrap; align-items: baseline; row-gap: 6px; }
.p-blog-breadcrumb li { min-width: 0; overflow-wrap: anywhere; }
.p-blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 56px; padding-top: 0; padding-bottom: clamp(48px, 6vw, 88px); }
.p-blog-layout--no-related { grid-template-columns: minmax(0, 820px); justify-content: start; }
.p-blog-post { min-width: 0; }
.p-blog-post__title { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(24px, 2.6vw, 36px); font-weight: 500; line-height: 1.6; overflow-wrap: anywhere; }
.p-blog-post__thumbnail { margin-bottom: 16px; }
.p-blog-post__date { margin: 0 0 16px; color: var(--muted); font-size: 14px; text-align: right; }
.p-blog-post__image { display: block; width: 100%; height: auto; }
.p-blog-post__content { font-size: 16px; line-height: 1.9; overflow-wrap: anywhere; }
.p-blog-post__content :is(img, video, iframe) { max-width: 100%; }
.p-blog-post__content :is(pre, table) { display: block; max-width: 100%; overflow-x: auto; }
.p-blog-post__content > :last-child { margin-bottom: 0; }
.p-related-posts { min-width: 0; }
.p-related-posts__heading { margin: 0; padding-bottom: 16px; border-bottom: 1px solid var(--rose); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.p-related-posts__list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.p-related-posts__list > li { min-width: 0; border-bottom: 1px solid var(--line); }
.p-related-posts__link { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 14px; min-height: 90px; padding-block: 16px; }
.p-related-posts__link--text-only { grid-template-columns: minmax(0, 1fr); }
.p-related-posts__image { display: block; width: 88px; height: 66px; object-fit: cover; }
.p-related-posts__title { font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.p-related-posts__link:focus-visible, .p-blog-list__thumbnail:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }
.p-blog-list__item { margin-bottom: 48px; }
.p-blog-list__thumbnail { display: block; width: min(440px, 100%); margin-bottom: 20px; }
.p-blog-list__thumbnail img { width: 100%; height: auto; }

@media (max-width: 900px) {
  .p-blog-layout { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .p-related-posts__list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
}
@media (max-width: 600px) {
  .p-related-posts__list { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 768px) {
  .p-home-reviews--posts > .l-container { width: 100%; }
  .p-home-intro { background-image: url("https://test.myrank.link/wp-content/themes/fair-lady/assets/lossless/28d4aa198179c9904b0154cc5870091a87bed3f1ca8dea56c145bda9189b192c.webp"); }
  .home .c-section-heading { margin-bottom: 16px; }
  .p-home-menu .c-section-heading__en { font-size: 60px; }
  .p-faq__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px clamp(8px, 3vw, 16px); }
  .p-faq__nav-link { width: 100%; min-width: 0; max-width: none; padding: 8px 18px 8px 6px; overflow: visible; }
  .p-faq__nav-link::after { right: 8px; }
  .c-review-carousel__viewport { gap: 16px; padding-inline: 13%; scroll-padding-inline: 13%; }
  .c-home-review { flex-basis: 100%; padding: 7px; scroll-snap-align: center; }
  .c-home-review__frame { padding: 4px 10px 36px; border-width: 1px; }
  .c-home-review__visual { margin-inline: -4px; margin-bottom: 26px; }
  .c-home-review__title { font-size: 18px; }
  .c-home-review__person { font-size: 14px; }
  .c-home-review__content { font-size: 14px; line-height: 1.85; }
  .c-review-carousel__arrows { inset-inline: 0; }
  .c-review-carousel__arrow { top: 50%; }
  .c-review-carousel__arrow--prev { left: 13%; }
  .c-review-carousel__arrow--next { left: 87%; }
  .c-review-carousel__dots { gap: 0; margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
