/* ==========================================================================
   00. Design Tokens / Base
   ========================================================================== */

:root {
  --black: #030303;
  --ink: #101010;
  --white: #ffffff;
  --paper: #f5f2ec;
  --gray: #e7e3dc;
  --line: #d5d0c7;
  --red: #8f201b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ==========================================================================
   01. Site Header
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(3, 3, 3, 0.92);
  backdrop-filter: blur(12px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 900;
}

.logo-dot,
.section-dot::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 32px);
  font-size: 14px;
  font-weight: 800;
}

.nav-contact,
.primary-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border: 1px solid currentColor;
}

.nav-toggle,
.nav-button {
  display: none;
}

/* ==========================================================================
   Section 01: LP Page 2 / About
   index.html: .hp-lp-section .page-2
   ========================================================================== */

.hp-lp-section {
  background: var(--white);
}

.flyer-lp {
  --lp-black: #050505;
  --lp-white: #ffffff;
  --lp-paper: #f7f4ef;
  --lp-ink: #101010;
}

.flyer-lp,
.flyer-lp * {
  box-sizing: border-box;
}

.flyer-lp img {
  display: block;
  width: 100%;
}

.flyer-lp.lp-wrapper {
  container-type: inline-size;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: var(--lp-white);
}

.flyer-lp .page {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 145cqw;
}

.flyer-lp .page h1,
.flyer-lp .page h2,
.flyer-lp .page h3,
.flyer-lp .page p {
  margin: 0;
  overflow-wrap: anywhere;
}

.flyer-lp .page h1,
.flyer-lp .page h2,
.flyer-lp .page h3,
.flyer-lp .page-2-logo p,
.flyer-lp .about-title-sub,
.flyer-lp .section-label,
.flyer-lp .overview-label {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.flyer-lp .page-1 {
  min-height: 154cqw;
  color: var(--lp-white);
  background: var(--lp-black);
}

.flyer-lp .page-1::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  display: none;
  pointer-events: none;
}

.flyer-lp .page-1-woman {
  position: absolute;
  left: -18%;
  bottom: 0;
  z-index: 1;
  width: 88%;
  height: 106%;
  object-fit: contain;
  object-position: center bottom;
}

.flyer-lp .page-1-copy {
  position: absolute;
  z-index: 3;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.flyer-lp .page-1-top {
  top: 5.5%;
  left: 39%;
  right: auto;
  width: 61%;
}

.flyer-lp .page-1-top h1 {
  font-size: clamp(20px, 5.9cqw, 25px);
  font-weight: 900;
  line-height: 1.5;
}

.flyer-lp .page-1-top p {
  margin-top: 5cqw;
  margin-left: 18cqw;
  width: 62%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 3.05cqw, 13px);
  font-weight: 700;
  line-height: 1.42;
}

.flyer-lp .page-1-middle {
  left: 39%;
  right: auto;
  bottom: 38%;
  width: 58%;
}

.flyer-lp .page-1-middle h2 {
  font-size: clamp(21px, 6.2cqw, 27px);
  font-weight: 900;
  line-height: 1.45;
}

.flyer-lp .page-1-bottom {
  left: 58%;
  right: auto;
  bottom: 6%;
  width: 43%;
}

.flyer-lp .page-1-bottom p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 3.25cqw, 14px);
  font-weight: 700;
  line-height: 1.4;
}

.flyer-lp .page-1-bottom .reservation {
  margin-top: 6cqw;
  font-size: clamp(10px, 3cqw, 13px);
  font-weight: 900;
}

.flyer-lp .page-2 {
  min-height: 150cqw;
  background: linear-gradient(180deg, var(--lp-white) 0 50%, var(--lp-black) 50% 100%);
}

.flyer-lp .page-2-white,
.flyer-lp .page-2-black {
  display: none;
}

.flyer-lp .page-2-woman {
  position: absolute;
  right: -2cqw;
  bottom: 50%;
  z-index: 1;
  width: 58%;
  height: 44%;
  object-fit: contain;
  object-position: right bottom;
}

.flyer-lp .page-2-logo {
  position: absolute;
  top: 7cqw;
  left: 1.5cqw;
  z-index: 2;
  width: 62%;
  color: var(--lp-black);
}

.flyer-lp .page-2-logo p {
  margin-bottom: 1.5cqw;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 4.75cqw, 20px);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.flyer-lp .page-2-logo h1 {
  margin-top: 2.5cqw;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 4.75cqw, 20px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
}

.flyer-lp .page-2-logo span {
  display: inline;
  margin-left: 0;
  font-size: 1em;
}

.flyer-lp .about-card {
  position: absolute;
  top: 45.5%;
  left: -2%;
  z-index: 3;
  width: 75%;
  aspect-ratio: 1;
  min-height: 0;
  padding: 10cqw 10cqw 8cqw 10cqw;
  border-radius: 50%;
  color: var(--lp-black);
  background: var(--lp-white);
  text-align: center;
}

.flyer-lp .about-card h2 {
  position: absolute;
  top: -2cqw;
  left: 5cqw;
  width: 66%;
  font-size: clamp(16px, 4.65cqw, 20px);
  font-weight: 900;
  line-height: 1.35;
}

.flyer-lp .about-card h2 span {
  display: block;
}

.flyer-lp .about-title-main {
  position: relative;
  left: 0;
  text-align: left;
}

.flyer-lp .about-title-sub {
  position: absolute;
  top: 4.5cqw;
  left: 16cqw;
  z-index: 2;
  margin: 0;
  width: max-content;
  font-size: clamp(16px, 4.65cqw, 20px) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-align: left;
}

.flyer-lp .about-card > p:not(.about-title-sub) {
  margin-top: 9cqw;
  font-size: clamp(12px, 3.35cqw, 14px);
  font-weight: 600;
  line-height: 1.58;
}

.flyer-lp .golf-copy {
  position: absolute;
  left: -3cqw;
  bottom: 17cqw;
  z-index: 4;
  width: 74%;
  color: var(--lp-black);
  text-align: center;
}

.flyer-lp .golf-copy h2 {
  font-size: clamp(18px, 5.25cqw, 23px);
  font-weight: 900;
  line-height: 1.7;
}

.flyer-lp .golf-copy h2 span {
  display: inline-block;
  margin-left: 20cqw;
}

.flyer-lp .trust-logo {
  position: absolute;
  right: 10cqw;
  bottom: 5cqw;
  z-index: 2;
  color: var(--lp-white);
  font-size: clamp(24px, 7cqw, 30px);
  font-weight: 900;
}

.flyer-lp .page-3 {
  min-height: 145cqw;
  padding: 2.5cqw 5cqw 5cqw;
  color: var(--lp-black);
  background: var(--lp-white);
}

.flyer-lp .page-3::before,
.flyer-lp .page-3::after {
  content: none;
}

.flyer-lp .service-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.flyer-lp .service-frame__corner {
  position: absolute;
  width: 7cqw;
  height: 7cqw;
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 0;
}

.flyer-lp .service-frame__corner--top-left {
  top: clamp(10px, 2.4cqw, 18px);
  left: clamp(10px, 2.4cqw, 18px);
  border-top-width: 0.7cqw;
  border-left-width: 0.7cqw;
  border-radius: 3cqw 0 0;
}

.flyer-lp .service-frame__corner--top-right {
  top: clamp(10px, 2.4cqw, 18px);
  right: clamp(10px, 2.4cqw, 18px);
  border-top-width: 0.7cqw;
  border-right-width: 0.7cqw;
  border-radius: 0 3cqw 0 0;
}

.flyer-lp .service-frame__corner--bottom-left {
  bottom: clamp(10px, 2.4cqw, 18px);
  left: clamp(10px, 2.4cqw, 18px);
  border-bottom-width: 0.7cqw;
  border-left-width: 0.7cqw;
  border-radius: 0 0 0 3cqw;
}

.flyer-lp .service-frame__corner--bottom-right {
  right: clamp(10px, 2.4cqw, 18px);
  bottom: clamp(10px, 2.4cqw, 18px);
  border-right-width: 0.7cqw;
  border-bottom-width: 0.7cqw;
  border-radius: 0 0 3cqw;
}

.flyer-lp .overview-label {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 4.6cqw, 20px);
  font-weight: 900;
  line-height: 1;
}

.flyer-lp .page .section-label {
  align-self: center;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(17px, 5cqw, 24px);
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.flyer-lp .service-mark {
  position: relative;
  display: inline-block;
  width: 4.5cqw;
  height: 4.5cqw;
  margin-right: 0.8cqw;
  border-radius: 50%;
  background: #050505;
}

.flyer-lp .service-mark::after {
  position: absolute;
  top: 45%;
  left: -55%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c51620;
  content: "";
}

.flyer-lp .page-3 > h1 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(27px, 7.5cqw, 34px);
  font-weight: 900;
  line-height: 1.2;
}

.flyer-lp .service-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.35fr;
  gap: 2cqw;
  align-items: center;
  margin-top: 4cqw;
}

.flyer-lp .service-target {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.flyer-lp .service-target p {
  font-size: clamp(14px, 4.2cqw, 19px);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.flyer-lp .service-target span {
  display: block;
  margin-top: 1cqw;
  font-size: clamp(13px, 3.8cqw, 18px);
  font-weight: 900;
}

.flyer-lp .service-body {
  position: relative;
  z-index: 1;
  margin-top: 4cqw;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.flyer-lp .service-body p {
  font-size: clamp(10px, 2.9cqw, 13px);
  font-weight: 700;
  line-height: 1.55;
}

.flyer-lp .service-body h2 {
  margin-top: 3.5cqw;
  font-size: clamp(11px, 3cqw, 14px);
  font-weight: 900;
}

.flyer-lp .plan-block {
  margin-top: 3.5cqw;
}

.flyer-lp .service-body h2 + .plan-block {
  margin-top: 3cqw;
}

.flyer-lp .plan-block h3 {
  font-size: clamp(10px, 2.9cqw, 13px);
  font-weight: 900;
}

.flyer-lp .plan-block p {
  margin-top: 0.5cqw;
  font-weight: 700;
  line-height: 1.45;
}

.flyer-lp .safe-note {
  margin-top: 3.5cqw;
  font-weight: 900 !important;
}

.flyer-lp .shop-photos {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1cqw;
  margin-top: 4.5cqw;
  margin-bottom: 5cqw;
}

.flyer-lp .shop-photos img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  padding: 2cqw;
  border: 1.5cqw solid #050505;
  object-fit: cover;
  background: #050505;
}

.flyer-lp .page-4 {
  min-height: 145.75cqw;
  padding: 2.2cqw 3cqw;
  color: var(--lp-black);
  background: var(--lp-white);
}

.flyer-lp .page-4 .page-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: none;
  object-fit: cover;
  object-position: center top;
}

.flyer-lp .page-4 > *:not(.page-4-bg) {
  position: relative;
  z-index: 2;
}

.flyer-lp .page-4 .overview-label {
  margin-left: 7cqw;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(17px, 5cqw, 22px);
  font-weight: 900;
  line-height: 1;
}

.flyer-lp .page-4 .overview-main {
  width: 63%;
  margin-top: 7cqw;
  margin-left: 0;
  text-align: center;
}

.flyer-lp .page-4 .overview-main h1 {
  width: 100%;
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 4.65cqw, 20px);
  font-weight: 900;
  line-height: 1.65;
  white-space: nowrap;
}

.flyer-lp .page-4 .address {
  width: max-content;
  margin: 1.2cqw auto 0 !important;
  font-size: clamp(11px, 3.05cqw, 13px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.flyer-lp .page-4 .qr-area {
  position: absolute !important;
  top: 5cqw;
  right: 4.5cqw;
  width: 28%;
  display: grid;
  justify-items: center;
  text-align: center;
}

.flyer-lp .page-4 .qr-area p {
  white-space: nowrap;
  font-size: clamp(12px, 3.7cqw, 16px);
  font-weight: 900;
}

.flyer-lp .page-4 .qr-frame {
  width: 100%;
  margin: 2.4cqw 0 0;
  padding: 0;
  background: var(--lp-white);
}

.flyer-lp .page-4 .qr-caption {
  position: absolute;
  top: 37cqw;
  left: 50%;
  transform: translateX(-50%);
}

.flyer-lp .page-4 .recruit-info {
  position: absolute !important;
  left: 5cqw;
  bottom: 27cqw;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 900;
}

.flyer-lp .page-4 .recruit-info h2 {
  color: #a10d12;
  font-size: clamp(24px, 7.3cqw, 32px);
  line-height: 1.1;
}

.flyer-lp .page-4 .recruit-info p {
  margin-top: 5cqw;
  margin-left: 3cqw;
  font-size: clamp(21px, 6.1cqw, 27px);
  line-height: 1;
}

.flyer-lp .page-4 .tour-info {
  position: absolute !important;
  right: 2.5cqw;
  bottom: 15cqw;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(13px, 3.8cqw, 17px);
  font-weight: 900;
  line-height: 1.35;
}

.flyer-lp .page-4 .tour-info span {
  font-size: 1.08em;
}

.flyer-lp .page-4 .wiz-logo {
  position: absolute !important;
  right: 8cqw;
  bottom: 0.5cqw;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(31px, 9.2cqw, 40px);
  font-weight: 900;
}

/* ==========================================================================
   Animation Utilities
   ========================================================================== */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   Section 04: Split Note / Utage
   index.html: .split-note-section
   ========================================================================== */

.split-note-section {
  position: relative;
  padding: 0;
  background: var(--white);
}

.split-note-inner {
  display: flex;
  gap: clamp(34px, 6vw, 86px);
  align-items: flex-start;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.split-note-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.split-note-lead {
  position: absolute;
  top: clamp(18px, 3vw, 34px);
  left: clamp(18px, 4vw, 56px);
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1;
}

.split-note-photo {
  width: 100%;
  margin-top: clamp(56px, 8vw, 96px);
  overflow: hidden;
}

.split-note-photo img {
  height: auto;
  object-fit: contain;
  object-position: center top;
  transform: none;
}

.split-note-copy {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(360px, 45vw, 620px);
  text-align: center;
}

.split-note-copy h2 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.35;
}

.split-note-copy h2 + h2 {
  margin-top: clamp(18px, 3vw, 34px);
}

.split-note-copy p {
  margin: 22px 0 0;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.95;
}

/* ==========================================================================
   Section 05: Split Note Reverse / Venue
   index.html: .split-note-section-reverse
   ========================================================================== */

.split-note-section-reverse {
  padding-top: clamp(28px, 5vw, 64px);
}

.split-note-inner-reverse .split-note-left {
  align-items: flex-end;
}

.split-note-inner-reverse .split-note-lead {
  align-self: flex-start;
}

.split-note-inner-reverse .split-note-photo {
  align-self: flex-end;
}

.split-note-inner-reverse .split-note-copy {
  text-align: center;
}

/* ==========================================================================
   Section 07: Profile
   index.html: .profile-section-custom / .profile-group
   ========================================================================== */

.profile-section-custom {
  position: relative;
  padding: clamp(20px, 5cqw, 52px) clamp(18px, 5cqw, 56px)
    clamp(20px, 5cqw, 48px);
  background: var(--white);
}

.profile-label {
  position: absolute;
  top: clamp(18px, 3vw, 34px);
  left: clamp(18px, 4vw, 56px);
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1;
}

.profile-custom-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.profile-group + .profile-group {
  margin-top: clamp(4px, 1.5cqw, 16px);
}

.profile-group h2 {
  margin: 0 0 clamp(6px, 1.8cqw, 18px);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 4.4cqw, 40px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.profile-group h2 span {
  margin-left: clamp(8px, 2.5cqw, 28px);
}

.profile-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 2.3cqw, 24px);
}

.profile-image-slot {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.72;
  background: #f4f4f4;
}

.profile-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-image-caption {
  position: absolute;
  top: clamp(5px, 1.5cqw, 16px);
  left: clamp(6px, 1.5cqw, 16px);
  z-index: 1;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 4.5cqw, 38px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.profile-image-slot--dark .profile-image-caption {
  color: var(--white);
}

/* ==========================================================================
   Section 08: Fee / Reservation Flow
   index.html: .two-text-photo-section
   ========================================================================== */

.two-text-photo-section {
  padding: clamp(56px, 8vw, 104px) 20px 0;
  color: var(--white);
  background: var(--black);
}

.two-text-photo-inner {
  display: flex;
  gap: clamp(32px, 6vw, 86px);
  align-items: stretch;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.two-text-photo-left {
  flex: 0 0 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.two-text-photo-heading p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 700;
  line-height: 1.65;
}

.section-like-label {
  display: block;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1;
}

.two-text-photo-image {
  width: min(100%, 440px);
  margin-top: clamp(28px, 5vw, 64px);
  margin-left: 0;
  align-self: flex-start;
  overflow: hidden;
  line-height: 0;
}

.two-text-photo-image img {
  height: auto;
  object-fit: contain;
}

.two-text-photo-copy {
  flex: 1 1 auto;
  align-self: center;
  text-align: center;
}

.two-text-photo-copy p {
  margin: 0 0 5px;
  font-size: clamp(11px, 1.15vw, 14px);
  line-height: 1.35;
}

.two-text-photo-copy p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Floating UI
   ========================================================================== */

.back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 20;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: rgba(3, 3, 3, 0.86);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

/* ==========================================================================
   Section 09: Update Cast
   index.html: .update-cast-section
   ========================================================================== */

.update-cast-section {
  --update-cast-body-size: clamp(16px, 4.6cqw, 28px);
  overflow: hidden;
  width: 100%;
  padding-block: 0 clamp(32px, 8cqw, 72px);
  color: var(--white);
  background: #090305;
}

.update-cast-section .update-cast-section__inner {
  width: min(100%, 760px);
  margin-inline: auto;
}

.update-cast-section .update-cast-section__visual {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: stretch;
  width: 100%;
}

.update-cast-section .update-cast-section__left {
  display: flex;
  min-width: 0;
  padding: 0 clamp(8px, 2cqw, 18px)
    clamp(18px, 4cqw, 32px) clamp(16px, 4cqw, 32px);
  flex-direction: column;
  align-items: center;
  transform: translateY(clamp(44px, 11cqw, 72px));
}

.update-cast-section .update-cast-section__logo {
  display: inline-flex;
  width: clamp(104px, 28cqw, 170px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #080305;
  background: var(--white);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(23px, 6.5cqw, 40px);
  font-weight: 900;
  line-height: 1;
}

.update-cast-section .update-cast-section__logo-dot {
  flex: 0 0 auto;
  font-size: 0;
}

.update-cast-section .update-cast-section__logo-dot::before {
  display: block;
  width: 0.72em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #080305;
  content: "";
}

.update-cast-section .update-cast-section__logo-text {
  white-space: nowrap;
}

.update-cast-section .update-cast-section__age {
  margin: clamp(18px, 4cqw, 32px) 0 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(37px, 10cqw, 64px);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.update-cast-section .update-cast-section__occupations {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(-82px, -20cqw, -64px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--update-cast-body-size);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.update-cast-section .update-cast-section__occupations-short {
  width: fit-content;
  max-width: 89%;
  margin: 0 0 0 10%;
  text-align: left;
}

.update-cast-section .update-cast-section__occupations-wide {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-inline: 6%;
  text-align: center;
}

.update-cast-section .update-cast-section__person {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  overflow: visible;
}

.update-cast-section .update-cast-section__person-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(clamp(12px, 3cqw, 24px));
}

.update-cast-section .update-cast-section__company {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-inline: 5%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--update-cast-body-size);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.update-cast-section .update-cast-section__company-row {
  display: grid;
  grid-template-columns: 0 minmax(0, 1fr);
  align-items: center;
  width: 100%;
  margin: 0;
  padding-inline: clamp(12px, 3cqw, 24px);
}

.update-cast-section .update-cast-section__service {
  display: block;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding-inline: clamp(12px, 3cqw, 24px);
}

.update-cast-section .update-cast-section__star {
  display: block;
  width: clamp(34px, 10cqw, 56px);
  height: auto;
  margin-top: 0;
  margin-left: clamp(18px, 5cqw, 28px);
  fill: none;
  stroke: #bd232c;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.update-cast-section .update-cast-section__description {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 5%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--update-cast-body-size);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.update-cast-section .update-cast-section__line {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.update-cast-section .update-cast-section__line--strong {
  font-weight: 700;
}

@container (min-width: 768px) {
  .update-cast-section .update-cast-section__inner {
    padding-inline: 24px;
  }
}

/* ==========================================================================
   Section 10: Face
   index.html: .face-section
   ========================================================================== */

.face-section {
  position: relative;
  padding: clamp(56px, 8vw, 104px) 20px 0;
  color: var(--white);
  background: var(--black);
}

.face-label {
  position: absolute;
  top: clamp(18px, 3vw, 34px);
  left: clamp(18px, 4vw, 56px);
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1;
}

.face-inner {
  display: flex;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
}

.face-image {
  flex: 0 0 46%;
  overflow: hidden;
  line-height: 0;
}

.face-image img {
  height: auto;
  object-fit: contain;
}

.face-copy {
  flex: 1 1 auto;
  text-align: center;
}

.face-copy p {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.35;
}

.face-copy p:nth-child(5),
.face-copy p:nth-child(8) {
  margin-top: clamp(22px, 4vw, 42px);
}

/* ==========================================================================
   Section 11: Area / Contact
   index.html: .area-contact-section
   ========================================================================== */

.area-contact-section {
  padding: clamp(42px, 6vw, 76px) 20px;
  color: var(--black);
  background: var(--paper);
}

.area-contact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.area-contact-area {
  align-self: stretch;
  padding: clamp(16px, 2.2vw, 24px);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.area-contact-area h2,
.area-contact-card h2 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.35;
}

.dispatch-area-list {
  margin-top: clamp(12px, 2vw, 20px);
}

.dispatch-area-list p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.8vw, 32px);
  font-weight: 900;
  line-height: 1.7;
}

.area-contact-card {
  align-self: stretch;
  padding: clamp(16px, 2.2vw, 24px);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.area-contact-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: center;
  margin-top: clamp(12px, 2vw, 20px);
}

.area-contact-list {
  display: grid;
  gap: 0;
  text-align: left;
}

.area-contact-row {
  display: grid;
  grid-template-columns: clamp(46px, 5.5vw, 58px) minmax(0, 1fr);
  gap: clamp(10px, 1.5vw, 14px);
  align-items: center;
  padding: clamp(7px, 1.2vw, 11px) 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.18);
}

.area-contact-row:first-child {
  padding-top: 0;
}

.area-contact-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.area-contact-icon {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--black);
  border-radius: 50%;
  padding: 6px;
  font-size: clamp(6px, 0.82vw, 9px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  overflow-wrap: anywhere;
}

.area-contact-content p {
  margin: 0;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.6;
}

.area-contact-content .address-detail {
  font-size: clamp(11px, 1.25vw, 14px);
}

.area-contact-qr {
  display: grid;
  place-items: center;
  gap: 10px;
}

.area-contact-qr img {
  width: min(100%, 180px);
  height: auto;
}

.area-contact-qr p {
  margin: 0;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

/* ==========================================================================
   Legacy / Parked Styles
   These selectors are not used by the current index.html main flow.
   Keep isolated so future LP imports do not depend on them accidentally.
   ========================================================================== */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  min-height: 92vh;
  background: var(--black);
}

.hero-panel {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 110px);
  color: var(--white);
}

.small-title {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.hero h1,
.section h2,
.contact-section h2 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.35;
}

.hero h1 {
  font-size: clamp(40px, 5.7vw, 78px);
}

.hero-panel p:not(.small-title) {
  max-width: 520px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  background: var(--white);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 3, 3, 0.24), rgba(255, 255, 255, 0.02));
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(18%);
}

.section {
  padding: clamp(72px, 9vw, 126px) 0 0;
}

.inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section-dot {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.section h2,
.contact-section h2 {
  font-size: clamp(30px, 4.2vw, 54px);
}

.about-section,
.fee-section,
.update-section {
  color: var(--white);
  background: var(--black);
}

.about-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.circle-copy {
  display: grid;
  aspect-ratio: 1;
  place-content: center;
  padding: 34px;
  border-radius: 50%;
  color: var(--black);
  background: var(--white);
  text-align: center;
}

.circle-copy p:last-child {
  margin: 0;
  font-size: 14px;
}

.about-copy p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.about-photo img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.section-head {
  max-width: 700px;
  margin-bottom: 42px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.profile-card {
  display: grid;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.profile-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(8%);
}

.profile-card div {
  padding: 20px;
}

.profile-card h3 {
  margin: 0 0 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
}

.profile-card p {
  margin: 0;
  font-size: 14px;
}

.overview-section {
  background: var(--white);
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.overview-text p:not(.section-dot) {
  margin: 26px 0;
}

.overview-text dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.overview-text dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.overview-text dt {
  font-weight: 900;
}

.overview-text dd {
  margin: 0;
}

.overview-image {
  position: relative;
  min-height: 560px;
}

.overview-image > img {
  height: 560px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.2;
}

.qr-box {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 150px;
  text-align: center;
}

.qr-box img {
  border: 8px solid var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.qr-box span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 900;
}

.service-section {
  background: var(--paper);
}

.service-section .service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.service-copy p:last-child,
.venue-lead {
  max-width: 650px;
  margin: 28px 0 0;
}

.service-photos {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 18px;
  align-items: end;
}

.service-photos img:first-child {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.service-photos img:last-child {
  aspect-ratio: 3 / 3.7;
  object-fit: cover;
  object-position: center top;
}

.fee-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.lead {
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.8);
}

.fee-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fee-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.fee-list strong {
  font-size: 22px;
}

.fee-photo img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.update-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: end;
}

.round-label {
  display: inline-grid;
  width: 108px;
  height: 108px;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 50%;
  color: var(--black);
  background: var(--white);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 900;
}

.update-copy p:not(.round-label) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.area-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.area-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.05), rgba(3, 3, 3, 0.82));
}

.area-panel img {
  height: 560px;
  object-fit: cover;
  object-position: center top;
}

.area-panel div {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 1;
}

.area-panel h3 {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
}

.area-panel p {
  margin: 0;
}

.venue-section {
  background: var(--white);
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.venue-grid img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.contact-section {
  padding: clamp(70px, 9vw, 120px) 0 0;
  color: var(--black);
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.68fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.contact-card {
  padding: 32px;
  color: var(--white);
  background: var(--black);
}

.contact-card p {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 18px;
}

.contact-card p:last-child {
  border-bottom: 0;
}

.contact-card span {
  font-size: 12px;
  font-weight: 900;
  opacity: 0.7;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */

.site-footer {
  padding: 16px 20px;
  color: var(--white);
  background: var(--black);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
  width: min(760px, 100%);
  margin: 0 auto;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-footer-small {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(10px, 1.2vw, 12px);
  text-align: left;
}

.site-footer-large {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 900;
  text-align: right;
}

/* ==========================================================================
   Responsive Overrides: Tablet
   ========================================================================== */

@media (max-width: 920px) {
  .nav-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.45);
  }

  .nav-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
  }

  .global-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: -16%;
    display: none;
    padding: 20px;
    background: rgba(3, 3, 3, 0.96);
  }

  .nav-toggle:checked ~ .global-nav {
    display: grid;
    gap: 16px;
  }

  .hero,
  .about-grid,
  .overview-grid,
  .service-section .service-grid,
  .fee-layout,
  .update-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .area-contact-inner {
    grid-template-columns: 1fr;
  }

  .area-contact-body {
    grid-template-columns: 1fr;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }

  .site-footer-small,
  .site-footer-large {
    text-align: center;
  }

  .hero-panel,
  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    max-height: 620px;
  }

  .circle-copy {
    max-width: 310px;
    margin: 0 auto;
  }

  .profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   Responsive Overrides: Mobile
   ========================================================================== */

@media (max-width: 620px) {
  .inner {
    width: min(100% - 28px, 1120px);
  }

  .split-note-inner {
    gap: 18px;
    width: min(100% - 28px, 1120px);
  }

  .split-note-left {
    flex: 1 1 0;
  }

  .split-note-lead {
    font-size: clamp(18px, 2.2vw, 28px);
  }

  .split-note-photo {
    width: 100%;
    margin-top: clamp(46px, 10vw, 70px);
  }

  .split-note-copy {
    min-height: clamp(250px, 58vw, 360px);
    justify-content: center;
  }

  .split-note-copy h2 {
    font-size: clamp(14px, 4vw, 20px);
    line-height: 1.25;
  }

  .split-note-copy p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.75;
  }

  .hero-panel {
    padding: 56px 20px 42px;
  }

  .profile-grid,
  .venue-grid {
    grid-template-columns: 1fr;
  }

  .service-photos {
    grid-template-columns: 1fr;
  }

  .overview-image,
  .overview-image > img,
  .area-panel,
  .area-panel img {
    min-height: 440px;
    height: 440px;
  }

  .qr-box {
    top: 20px;
    right: 20px;
    width: 116px;
  }

  .contact-card {
    padding: 22px;
  }

  .contact-card p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .profile-custom-inner {
    flex-direction: column;
  }

  .two-text-photo-inner {
    flex-direction: row;
    gap: 14px;
  }

  .two-text-photo-left {
    flex-basis: 44%;
  }

  .two-text-photo-image {
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  .two-text-photo-heading p {
    font-size: clamp(8px, 2.4vw, 11px);
    line-height: 1.45;
  }

  .two-text-photo-copy p {
    margin-bottom: 3px;
    font-size: clamp(7px, 2vw, 9px);
    line-height: 1.18;
  }

  .face-inner {
    gap: 16px;
  }

  .face-image {
    flex-basis: 46%;
  }

  .face-copy p {
    margin-bottom: 4px;
    font-size: clamp(11px, 3.3vw, 15px);
    line-height: 1.25;
  }

  .face-copy p:nth-child(5),
  .face-copy p:nth-child(8) {
    margin-top: 12px;
  }
}

/* ==========================================================================
   Removable Smartphone Shell
   Remove `hp-mobile-shell` from <body> to return to viewport-based layouts.
   ========================================================================== */

body.hp-mobile-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    linear-gradient(rgba(250, 248, 244, 0.9), rgba(250, 248, 244, 0.9)),
    var(--black);
}

body.hp-mobile-shell > .site-header,
body.hp-mobile-shell > main,
body.hp-mobile-shell > .site-footer {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
}

body.hp-mobile-shell > main {
  container-type: inline-size;
  overflow: hidden;
  background: var(--paper);
}

@media (min-width: 431px) {
  body.hp-mobile-shell {
    padding-block: 28px;
  }

  body.hp-mobile-shell > main,
  body.hp-mobile-shell > .site-footer {
    box-shadow: 0 22px 72px rgba(3, 3, 3, 0.22);
  }

  body.hp-mobile-shell > .site-header {
    left: 50%;
    transform: translateX(-50%);
  }
}

body.hp-mobile-shell .inner {
  width: min(100% - 28px, 1120px);
}

body.hp-mobile-shell .hero,
body.hp-mobile-shell .about-grid,
body.hp-mobile-shell .overview-grid,
body.hp-mobile-shell .service-section .service-grid,
body.hp-mobile-shell .fee-layout,
body.hp-mobile-shell .update-grid,
body.hp-mobile-shell .contact-grid,
body.hp-mobile-shell .area-contact-inner,
body.hp-mobile-shell .area-contact-body {
  grid-template-columns: 1fr;
}

body.hp-mobile-shell .site-footer-inner {
  grid-template-columns: 1fr;
  gap: 6px;
  text-align: center;
}

body.hp-mobile-shell .site-footer-small,
body.hp-mobile-shell .site-footer-large {
  text-align: center;
}

body.hp-mobile-shell .split-note-inner {
  gap: 18px;
  width: min(100% - 28px, 1120px);
}

body.hp-mobile-shell .split-note-left {
  flex: 1 1 0;
}

body.hp-mobile-shell .split-note-lead {
  font-size: clamp(18px, 2.2cqw, 28px);
}

body.hp-mobile-shell .split-note-photo {
  width: 100%;
  margin-top: clamp(46px, 10cqw, 70px);
}

body.hp-mobile-shell .split-note-copy {
  min-height: clamp(250px, 58cqw, 360px);
  justify-content: center;
}

body.hp-mobile-shell .split-note-copy h2 {
  font-size: clamp(14px, 4cqw, 20px);
  line-height: 1.25;
}

body.hp-mobile-shell .split-note-copy p {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.75;
}

body.hp-mobile-shell .hero-panel {
  padding: 56px 20px 42px;
}

body.hp-mobile-shell .profile-grid,
body.hp-mobile-shell .venue-grid,
body.hp-mobile-shell .service-photos {
  grid-template-columns: 1fr;
}

body.hp-mobile-shell .overview-image,
body.hp-mobile-shell .overview-image > img,
body.hp-mobile-shell .area-panel,
body.hp-mobile-shell .area-panel img {
  min-height: 440px;
  height: 440px;
}

body.hp-mobile-shell .qr-box {
  top: 20px;
  right: 20px;
  width: 116px;
}

body.hp-mobile-shell .contact-card {
  padding: 22px;
}

body.hp-mobile-shell .contact-card p {
  grid-template-columns: 1fr;
  gap: 2px;
}

body.hp-mobile-shell .profile-custom-inner {
  flex-direction: column;
}

body.hp-mobile-shell .two-text-photo-inner {
  flex-direction: row;
  gap: 14px;
}

body.hp-mobile-shell .two-text-photo-section {
  padding-left: 8px;
}

body.hp-mobile-shell .two-text-photo-left {
  flex-basis: 44%;
  align-items: flex-start;
}

body.hp-mobile-shell .two-text-photo-image {
  width: 100%;
  margin-top: 18px;
  margin-left: 0;
}

body.hp-mobile-shell .two-text-photo-heading p {
  font-size: clamp(8px, 2.4cqw, 11px);
  line-height: 1.45;
}

body.hp-mobile-shell .two-text-photo-heading p:not(.fee-summary) {
  transform: translateX(3cqw);
}

body.hp-mobile-shell .section-like-label {
  transform: translateY(-8cqw);
  margin-left: 0;
  text-align: left;
  font-size: clamp(18px, 2.2cqw, 28px);
}

body.hp-mobile-shell .fee-summary {
  font-size: clamp(14px, 4.1cqw, 18px) !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
}

body.hp-mobile-shell .fee-summary-text {
  display: block;
  transform: translate(3cqw, -5cqw);
}

body.hp-mobile-shell .two-text-photo-image {
  margin-left: -8px;
  align-self: flex-start;
}

body.hp-mobile-shell .two-text-photo-copy p {
  margin-bottom: 7px;
  font-size: clamp(7px, 2cqw, 9px);
  line-height: 1.45;
}

body.hp-mobile-shell .face-inner {
  gap: 16px;
}

body.hp-mobile-shell .face-image {
  flex-basis: 46%;
}

body.hp-mobile-shell .face-copy p {
  margin-bottom: 4px;
  font-size: clamp(11px, 3.3cqw, 15px);
  line-height: 1.25;
}

body.hp-mobile-shell .face-copy p:nth-child(5),
body.hp-mobile-shell .face-copy p:nth-child(8) {
  margin-top: 12px;
}

body.hp-mobile-shell .split-note-lead,
body.hp-mobile-shell .profile-label,
body.hp-mobile-shell .face-label {
  left: 8px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 2.2cqw, 28px);
  font-weight: 900;
  line-height: 1;
}

body.hp-mobile-shell .split-note-lead {
  top: 8px;
}

body.hp-mobile-shell .back-to-top {
  right: calc((100vw - min(100vw, 430px)) / 2 + 16px);
}

/*
 * 200px–333px: scale the complete 430px composition as one unit.
 * This preserves identical type, spacing, image and alignment proportions.
 */
@media (max-width: 333px) {
  body.hp-mobile-shell {
    display: block;
  }

  body.hp-mobile-shell > main {
    width: 430px;
    max-width: none;
    margin: 0;
    zoom: calc(100vw / 430px);
  }
}

/* ==========================================================================
   Extra-narrow support (200px–333px)
   Keep the poster-like composition while removing smartphone-sized minimums.
   ========================================================================== */

@container (max-width: 333px) {
  .flyer-lp .page-1-top h1 { font-size: 5.9cqw; }
  .flyer-lp .page-1-top p { font-size: 3.05cqw; }
  .flyer-lp .page-1-middle h2 { font-size: 6.2cqw; }
  .flyer-lp .page-1-bottom p { font-size: 3.25cqw; }
  .flyer-lp .page-1-bottom .reservation { font-size: 3cqw; }

  .flyer-lp .page-2-logo p,
  .flyer-lp .page-2-logo h1 { font-size: 4.75cqw; }
  .flyer-lp .about-card h2 { font-size: 4.65cqw; }
  .flyer-lp .about-title-sub { font-size: 4.65cqw !important; }
  .flyer-lp .about-card > p:last-child { font-size: 3.35cqw; }
  .flyer-lp .golf-copy h2 { font-size: 5.25cqw; }
  .flyer-lp .trust-logo { font-size: 7cqw; }

  .flyer-lp .page-3 h1 { font-size: 7.5cqw; }
  .flyer-lp .service-target p { font-size: 4.2cqw; }
  .flyer-lp .service-target span { font-size: 3.8cqw; }
  .flyer-lp .section-label { font-size: 5cqw; }
  .flyer-lp .service-body { font-size: 2.9cqw; }
  .flyer-lp .service-body h2 { font-size: 3cqw; }
  .flyer-lp .plan-block h3,
  .flyer-lp .plan-block p,
  .flyer-lp .safe-note { font-size: 2.9cqw; }

  .flyer-lp .page-4 .overview-label { font-size: 5cqw; }
  .flyer-lp .page-4 .overview-main h1 { font-size: 4.65cqw; }
  .flyer-lp .page-4 .overview-main .address { font-size: 3.05cqw; }
  .flyer-lp .page-4 .qr-area p { font-size: 3.7cqw; }
  .flyer-lp .page-4 .recruit-info h2 { font-size: 7.3cqw; }
  .flyer-lp .page-4 .recruit-info p { font-size: 6.1cqw; }
  .flyer-lp .page-4 .tour-info { font-size: 3.8cqw; }
  .flyer-lp .page-4 .wiz-logo { font-size: 9.2cqw; }

  .profile-section-custom {
    padding: 5cqw;
  }

  .profile-group h2 { font-size: 4.4cqw; }
  .profile-group h2 span { margin-left: 2.5cqw; }
  .profile-image-pair { gap: 2.3cqw; }
  .profile-image-caption {
    top: 1.5cqw;
    left: 1.5cqw;
    font-size: 4.5cqw;
  }

  .update-cast-section {
    --update-cast-body-size: 5cqw;
    padding-bottom: 8cqw;
  }

  .update-cast-section .update-cast-section__left {
    padding: 0 2cqw 4cqw 4cqw;
    transform: translateY(11cqw);
  }

  .update-cast-section .update-cast-section__logo {
    width: 28cqw;
    font-size: 6.5cqw;
  }

  .update-cast-section .update-cast-section__age {
    margin-top: 4cqw;
    font-size: 10cqw;
  }

  .update-cast-section .update-cast-section__occupations {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 0 4cqw 2cqw;
    background: #090305;
  }

  .update-cast-section .update-cast-section__occupations-short {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .update-cast-section .update-cast-section__occupations-wide {
    padding-inline: 0;
  }

  .update-cast-section .update-cast-section__person-image {
    transform: none;
  }

  .update-cast-section .update-cast-section__company-row,
  .update-cast-section .update-cast-section__service {
    padding-inline: 3cqw;
  }

  .update-cast-section .update-cast-section__star {
    width: 10cqw;
    margin-left: 5cqw;
  }

  .update-cast-section .update-cast-section__line {
    white-space: normal;
  }

  .back-to-top {
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
