/*
Theme Name: PIT DOCTOR
Theme URI: https://iekuru-dr.com/pit-doctor/
Description: PIT DOCTOR - 夜間・休日ドライブスルー診療
Author: HUNDRED DOCTOR
Version: 1.0
*/

/* ============================================
   PIT DOCTOR - Cleaned & Organized CSS
   ============================================ */

/* ============================================
   0. CSS Reset & Base
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #071827;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul, ol {
  list-style: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* ============================================
   1. CSS Variables (:root)
   ============================================ */
:root {
  --pd-navy: #071827;
  --pd-blue: #2457e6;
  --pd-sky: #eaf5ff;
  --pd-paper: #fbfdff;
  --pd-line: rgba(9, 35, 58, .10);
  --pd-shadow: 0 20px 60px rgba(8, 31, 52, .10);
  --theme-primary: #2563eb;
  --theme-primary-dark: #1d4ed8;
  --theme-primary-light: #dbeafe;
  --theme-accent: #0ea5e9;
  --theme-text: #1e3a5f;
  --theme-bg: #ffffff;
  --theme-card-bg: rgba(255, 255, 255, .85);
  --theme-radius: 20px;
  --theme-radius-sm: 12px;
  --theme-shadow: 0 10px 40px rgba(37, 99, 235, .12);
  --font-primary: 'Noto Sans JP', sans-serif;
  --font-display: 'Noto Sans JP', sans-serif;
}

/* ============================================
   2. Base Styles
   ============================================ */
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 160, 220, .16), transparent 30rem),
    radial-gradient(circle at 92% 20%, rgba(36, 87, 230, .10), transparent 28rem),
    linear-gradient(180deg, #eef7ff 0%, #ffffff 34%, #f6fbff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(7, 24, 39, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 24, 39, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,.15));
}

/* WebGL Canvas - ドキュメントフローから除外 */
#webgl-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}

/* ============================================
   3. Utility Classes
   ============================================ */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.text-red {
  color: #e53935;
  font-size: 1.3rem;
}

.text-orange {
  color: var(--pd-blue);
  font-weight: 700;
}

/* ============================================
   4. Layout - Container & Main Sections
   ============================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* メインコンテンツ - ヒーローが上に詰まるように */
main {
  margin: 0;
  padding: 0;
}

/* ヒーロー以外のセクション */
main > section:not(.hero):not(.cinema-opening):not(.cinema-price):not(.first-hero):not(.first-intro):not(.night-hero):not(.flow-sticky) {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 10vw, 120px) 0;
}

/* ヒーロー系セクションは上詰め */
.hero,
.cinema-opening,
.cinema-price,
.first-hero,
.first-intro,
.night-hero {
  margin-top: 0 !important;
}

main > section:not(.hero):not(.cinema-opening):not(.cinema-price):not(.first-hero):not(.first-intro):not(.night-hero)::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(7, 24, 39, .06);
  border-radius: 34px;
  pointer-events: none;
  opacity: .7;
}

/* Section backgrounds */
.about, .flow, .price {
  background:
    radial-gradient(circle at 8% 12%, rgba(72, 151, 213, .11), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.70), rgba(244,250,255,.78));
}

.features, .symptoms, .contact {
  background:
    radial-gradient(circle at 88% 6%, rgba(36, 87, 230, .10), transparent 25rem),
    linear-gradient(180deg, rgba(248,252,255,.86), rgba(255,255,255,.76));
}

.faq {
  background:
    radial-gradient(circle at 20% 30%, rgba(36, 87, 230, .08), transparent 28rem),
    linear-gradient(180deg, rgba(248,252,255,.90), rgba(255,255,255,.80));
}

/* Section divider */
.section-divider {
  height: clamp(120px, 20vh, 200px);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  opacity: .45;
}

.section-divider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,.3) 0%,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0) 70%,
    rgba(255,255,255,.3) 100%
  );
}

.hero + .section-divider { background-image: url('../images/about-clinic.png'); }
.about + .section-divider { background-image: url('../images/hero-drive-through.png'); }
.features + .section-divider { background-image: url('../images/flow-reservation.png'); }
.flow + .section-divider { background-image: url('../images/symptom-fever-cough.png'); }
.symptoms + .section-divider { background-image: url('../images/price-insurance-payment.png'); }
.price + .section-divider { background-image: url('../images/hero-medicine.png'); }
.faq + .section-divider { background-image: url('../images/hero-arrival.png'); }

.section-number { display: none; }

/* ============================================
   5. Components - Skip Link
   ============================================ */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10002;
  padding: 10px 14px;
  background: #071827;
  color: #ffffff;
  border-radius: 8px;
  transform: translateY(-140%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

/* ============================================
   6. Components - Glass Card
   ============================================ */
.glass-card {
  background: var(--theme-card-bg);
  border-radius: var(--theme-radius);
  box-shadow: var(--theme-shadow);
  border: 1px solid rgba(255, 255, 255, .76);
  backdrop-filter: blur(16px);
}

/* ============================================
   7. Components - Header
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(7, 24, 39, .06);
  box-shadow: 0 4px 30px rgba(7, 24, 39, .04);
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  justify-content: flex-end;
  gap: clamp(28px, 5vw, 72px);
  padding: 12px clamp(20px, 3vw, 44px);
}

.header .logo {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  background: none;
  -webkit-text-fill-color: initial;
  text-decoration: none;
  white-space: nowrap;
}

.header .logo-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pd-blue), #0ea5e9);
  box-shadow: 0 8px 20px rgba(37, 99, 235, .12);
  font-family: var(--font-display, 'Montserrat', sans-serif);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.header .logo-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.header .logo-text {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.header .logo-main {
  color: var(--pd-blue);
  font-family: var(--font-display, 'Montserrat', sans-serif);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: .08em;
  -webkit-text-fill-color: currentColor;
  white-space: nowrap;
}

.header .logo-sub {
  color: rgba(7, 24, 39, .68);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
  -webkit-text-fill-color: currentColor;
}

.header .nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.header .nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  justify-content: flex-end;
  margin-left: auto;
  gap: clamp(2px, 0.5vw, 8px);
}

.header .nav-list a {
  color: var(--pd-navy);
  font-weight: 500;
  font-size: .9rem;
  padding: 12px 14px;
  border-radius: 0;
  transition: all .25s ease;
  white-space: nowrap;
}

.header .nav-list a:hover {
  background: var(--theme-primary-light);
  color: var(--theme-primary);
  transform: translateY(-2px);
}

.header .nav-list a.nav-contact {
  background: #173a59 !important;
  color: #ffffff !important;
  border: 1px solid #173a59;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(23, 58, 89, .25);
}

.header .nav-list a.nav-contact:hover,
.header .nav-list a.nav-contact:focus-visible,
.header .nav-list a.nav-contact:active {
  background: #1e4a6f !important;
  color: #ffffff !important;
  border-color: #1e4a6f;
  box-shadow: 0 6px 20px rgba(23, 58, 89, .30);
  transform: translateY(-1px);
}

.header .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.header .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--pd-navy);
  border-radius: 1px;
  transition: transform .3s ease, opacity .3s ease;
}

/* モバイルメニュー */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(20px);
  padding: 100px 20px 40px;
  overflow-y: auto;
}

.mobile-menu.is-active {
  display: block;
}

.mobile-menu-inner {
  max-width: 400px;
  margin: 0 auto;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(7, 24, 39, .08);
}

.mobile-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  color: var(--pd-navy);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease;
}

.mobile-nav a:hover {
  color: var(--pd-blue);
}

.mobile-nav a span {
  color: var(--pd-blue);
  font-size: .75rem;
  font-weight: 700;
}

/* ============================================
   8. Components - Hero Section
   ============================================ */
.hero {
  display: flex;
  position: relative;
  min-height: 100svh;
  margin-top: 0;
  color: #fff;
  background: #071827;
  align-items: center;
  padding: clamp(100px, 12vh, 150px) 60px clamp(90px, 12vh, 150px);
  padding-top: 100px; /* ヘッダー分 + コンテンツ余白 */
  gap: clamp(30px, 4.5vw, 72px);
  justify-content: space-between;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  opacity: 1;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, .82) 0%, rgba(7, 24, 39, .58) 42%, rgba(7, 24, 39, .12) 100%),
    linear-gradient(180deg, rgba(7, 24, 39, .16), rgba(7, 24, 39, .55));
}

.hero .medical-bg { display: none; }

.medical-bg,
.pulse-line,
.floating-cell,
.medical-cross {
  display: none !important;
  animation: none !important;
}

.medical-bg { opacity: .38; }
.pulse-line { opacity: .30; }
.floating-cell, .medical-cross { opacity: .45; }

.hero-content {
  position: relative;
  z-index: 3;
  max-width: min(760px, 64vw);
  flex: 0 1 720px;
}

.hero .hero-badge {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  backdrop-filter: blur(10px);
}

.hero .hero-badge-text,
.hero .hero-subtitle-line,
.hero .hero-notice {
  color: rgba(255,255,255,.86);
  -webkit-text-fill-color: currentColor;
}

.hero-title-text {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 16px 44px rgba(0,0,0,.28);
  letter-spacing: .02em;
}

.hero .hero-title {
  margin-bottom: clamp(16px, 2vw, 22px);
}

.hero-title-plain {
  display: block;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .02em;
  text-shadow: 0 16px 44px rgba(0,0,0,.32);
}

.hero-catch {
  max-width: 720px;
  margin: 0 0 clamp(18px, 2.2vw, 26px);
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0;
  text-shadow: 0 10px 32px rgba(0,0,0,.3);
}

.hero-subtitle-line { line-height: 1.9; }

.hero .hero-subtitle {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.hero-notice {
  margin-top: 20px;
  max-width: 620px;
  color: rgba(7, 24, 39, .72);
  font-size: .92rem;
  line-height: 1.8;
}

.hero-stats {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}

.hero-content, .hero-stats, .hero-scroll { position: relative; z-index: 2; }

.hero-scroll { display: none; }

/* Hero Hours Table */
.hero-hours {
  width: min(820px, 100%);
  margin: 0 0 clamp(20px, 2.6vw, 30px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-hours-table-wrap {
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  scrollbar-width: none;
}

.hero-hours-table-wrap::-webkit-scrollbar { display: none; }

.hero-hours-table {
  display: grid;
  grid-template-columns: minmax(140px, 1.4fr) repeat(7, minmax(48px, .58fr));
  min-width: 640px;
  overflow: visible;
}

.hero-hours-cell {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 9px 10px;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.72);
  color: #fff;
  background: transparent;
  text-align: center;
}

.hero-hours-cell:nth-child(8n) { border-right: 0; }
.hero-hours-cell:nth-last-child(-n+8) { border-bottom: 0; }

.hero-hours-cell.is-head {
  background: transparent;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.hero-hours-cell.is-label {
  justify-content: start;
  padding-inline: 0 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .06em;
  white-space: nowrap;
}

.hero-hours-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
}

.hero-hours-mark.is-open::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: transparent;
  box-shadow: none;
}

.hero-hours-mark.is-closed {
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 700;
  transform: none;
}

.hero-hours-mark.is-limited {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  transform: translateY(-1px);
}

.hero-hours-footnote {
  margin: 10px 2px 0;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.6;
}

/* Hero Visual / Slideshow */
.hero-visual {
  position: relative;
  z-index: 2;
  flex: 0 1 560px;
  max-width: min(42vw, 560px);
  aspect-ratio: 4 / 3;
  border-radius: 32px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .82);
  box-shadow: var(--pd-shadow);
}

.hero-visual picture,
.hero-visual img,
.about-image picture,
.about-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-visual img,
.about-image img {
  object-fit: cover;
}

.hero-visual::after,
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(7,24,39,.18));
}

.hero-visual.hero-slideshow {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 0;
  background: #071827;
}

.hero-visual.hero-slideshow::after { content: none; }

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: heroSlideShow 18s infinite;
}

.hero-slide:nth-child(2) { animation-delay: 6s; }
.hero-slide:nth-child(3) { animation-delay: 12s; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroImageDrift 18s infinite ease-in-out;
}

@keyframes heroSlideShow {
  0%, 30% { opacity: 1; }
  38%, 100% { opacity: 0; }
}

@keyframes heroImageDrift {
  0% { transform: scale(1.04) translateX(0); }
  50% { transform: scale(1.09) translateX(-1.5%); }
  100% { transform: scale(1.04) translateX(0); }
}

/* Hero CTA */
.hero-cta .btn-primary,
.hero-cta .btn-secondary {
  display: inline-flex !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero .btn-primary {
  color: #ffffff;
}

.hero .btn-primary .btn-text {
  color: #ffffff;
}

.hero .btn-secondary {
  color: #ffffff;
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.hero .btn-secondary:hover {
  color: var(--pd-navy);
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.92);
}

/* ============================================
   9. Components - About Section
   ============================================ */
.about-image {
  aspect-ratio: 4 / 3;
  box-shadow: var(--pd-shadow);
  border: 1px solid rgba(255,255,255,.74);
  background: #ffffff;
}

.about-copy-card {
  padding: clamp(26px, 4vw, 42px);
  align-self: center;
}

.about-copy-card .about-lead,
.about-copy-card .about-desc,
.about-copy-card .about-points {
  opacity: 1 !important;
  transform: none !important;
}

.about-copy-card .about-lead {
  margin: 0 0 24px;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.8;
  color: #1a1a1a;
}

.about-copy-card .about-desc {
  max-width: 620px;
  margin-bottom: 24px;
  line-height: 2;
}

.about-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-points li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border-radius: 14px;
  background: rgba(234, 245, 255, .76);
  color: var(--pd-navy);
  font-weight: 700;
  line-height: 1.6;
}

.about-points li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 1.15em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pd-blue);
  box-shadow: 0 0 0 5px rgba(36, 87, 230, .12);
}

/* ============================================
   10. Components - Section CTA
   ============================================ */
.section-cta {
  width: min(1040px, calc(100% - 40px));
  max-width: 1040px;
  margin: clamp(36px, 6vw, 72px) auto 0;
  padding: clamp(22px, 4vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 24px;
  box-sizing: border-box;
  clear: both;
}

.section-cta p {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--pd-navy);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .02em;
}

.section-cta .btn-primary,
.section-cta .btn-secondary {
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: 220px;
  justify-content: center;
}

/* ============================================
   11. Components - Trust Strip
   ============================================ */
.trust-strip {
  width: min(1040px, calc(100% - 40px));
  margin: clamp(28px, 5vw, 56px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 12px 34px rgba(8, 31, 52, .07);
  color: var(--pd-navy);
}

.trust-item strong {
  display: block;
  font-size: clamp(15px, 1.8vw, 18px);
  margin-bottom: 4px;
}

.trust-item span {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  opacity: .76;
}
/* ============================================
   12. Components - Features Section
   ============================================ */
.features { overflow: hidden; }

.features-editorial {
  position: relative;
  display: grid;
  gap: clamp(56px, 8vw, 104px);
  margin-top: clamp(40px, 6vw, 72px);
}

.features-editorial::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(7,24,39,.06) 1px, transparent 1px);
  background-size: 25% 100%;
  opacity: .55;
}

.feature-story {
  position: relative;
  min-height: clamp(420px, 44vw, 520px);
  display: grid;
  grid-template-columns: minmax(320px, .46fr) minmax(440px, .54fr);
  align-items: center;
  isolation: isolate;
}

.feature-story::before {
  content: "";
  position: absolute;
  top: clamp(26px, 4vw, 52px);
  bottom: clamp(26px, 4vw, 52px);
  left: calc(50% - 50vw);
  right: min(30vw, 430px);
  width: auto;
  background: linear-gradient(90deg, rgba(236,240,244,.92), rgba(245,248,251,.82));
  z-index: 0;
}

.feature-story:nth-child(even)::before {
  left: min(30vw, 430px);
  right: calc(50% - 50vw);
  background: linear-gradient(270deg, rgba(236,240,244,.92), rgba(245,248,251,.82));
}

.feature-story-word {
  position: absolute;
  left: clamp(24px, 5vw, 92px);
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: rgba(255,255,255,.78);
  font-family: var(--font-display, 'Noto Sans JP', sans-serif);
  font-size: clamp(4.4rem, 10vw, 9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity .78s cubic-bezier(.2, .8, .2, 1);
}

.feature-story:nth-child(even) .feature-story-word {
  left: auto;
  right: clamp(24px, 5vw, 92px);
}

.feature-story-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  padding: clamp(38px, 5vw, 72px) clamp(20px, 4vw, 60px);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s cubic-bezier(.2, .8, .2, 1), transform .72s cubic-bezier(.2, .8, .2, 1);
}

.feature-story:nth-child(even) .feature-story-copy {
  grid-column: 2;
  padding-left: clamp(34px, 5vw, 76px);
}

.feature-story-heading {
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 2vw, 26px);
  margin-bottom: clamp(24px, 3vw, 34px);
}

.feature-story-number {
  flex: 0 0 auto;
  color: rgba(7,24,39,.88);
  font-family: var(--font-display, 'Noto Sans JP', sans-serif);
  font-size: clamp(2.8rem, 4.8vw, 4.1rem);
  font-weight: 700;
  line-height: .9;
  letter-spacing: 0;
}

.feature-story-title {
  margin: 0;
  color: var(--pd-navy);
  font-size: clamp(1.2rem, 1.9vw, 1.85rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .08em;
}

.feature-story-desc {
  max-width: 510px;
  margin: 0;
  color: rgba(7,24,39,.76);
  font-size: clamp(.92rem, 1.08vw, 1rem);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: .08em;
}

.feature-story-media {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1;
  width: min(100%, 700px);
  aspect-ratio: 16 / 9;
  justify-self: end;
  opacity: 0;
  transform: translateX(120px);
  transition: opacity .74s cubic-bezier(.2, .8, .2, 1), transform .92s cubic-bezier(.2, .8, .2, 1);
  will-change: transform, opacity;
}

.feature-story:nth-child(even) .feature-story-media {
  grid-column: 1;
  justify-self: start;
  transform: translateX(-120px);
}

.feature-story.is-visible .feature-story-word,
.feature-story.is-visible .feature-story-copy,
.feature-story.is-visible .feature-story-media {
  opacity: 1;
}

.feature-story.is-visible .feature-story-copy,
.feature-story.is-visible .feature-story-media {
  transform: translate(0, 0);
}

.feature-story-media::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 82%;
  height: 82%;
  background: rgba(218,224,231,.95);
  z-index: -1;
}

.feature-story:nth-child(even) .feature-story-media::before {
  right: auto;
  left: -22px;
}

.feature-story-media::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(7,24,39,.04);
  pointer-events: none;
  z-index: 2;
}

.feature-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 28px 64px rgba(7,24,39,.13);
}

/* Feature card styles */
.feature-card-inner,
.flow-content,
.price-table,
.contact-card,
.symptoms-note,
.price-example-card {
  border-color: rgba(7, 24, 39, .08);
}

.visual-card-grid { gap: clamp(22px, 3vw, 34px); }

.feature-card-inner.visual-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
}

.feature-media {
  position: relative;
  min-height: 230px;
  flex: 0 0 54%;
  overflow: hidden;
}

.feature-media img,
.flow-media img,
.symptom-image img,
.price-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media::after,
.flow-media::after,
.symptom-image::after,
.price-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7,24,39,0) 45%, rgba(7,24,39,.22));
}

.feature-card-inner .feature-number {
  top: 18px;
  right: 18px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  color: var(--pd-blue);
  opacity: 1;
  font-size: 1.1rem;
  box-shadow: 0 14px 30px rgba(7,24,39,.12);
  z-index: 2;
}

.feature-copy {
  padding: 28px 30px 32px;
  flex: 1 1 auto;
}

.feature-icon { display: none; }

.feature-number,
.flow-step {
  color: var(--theme-primary);
}

/* ============================================
   13. Components - Flow Section
   ============================================ */
.visual-flow {
  width: min(100%, 900px);
  max-width: 900px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8px 0;
}

.visual-flow .flow-line {
  display: block !important;
  position: absolute;
  left: 26px;
  top: 34px;
  bottom: 34px;
  width: 3px;
  height: auto;
  background: linear-gradient(180deg, rgba(36, 87, 230, .18), rgba(36, 87, 230, .48), rgba(36, 87, 230, .18));
  border-radius: 999px;
  overflow: hidden;
  z-index: 0;
}

.visual-flow .flow-line::after {
  display: block;
  height: 100%;
  background: linear-gradient(180deg, var(--pd-blue), rgba(36, 87, 230, .55));
  box-shadow: none;
}

.visual-flow .flow-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  height: auto;
  margin-bottom: clamp(22px, 3vw, 30px);
  position: relative;
  z-index: 1;
}

.visual-flow .flow-item:last-child { margin-bottom: 0; }

.visual-flow .flow-point {
  display: flex !important;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: 2px solid var(--pd-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(36, 87, 230, .08), 0 12px 26px rgba(36, 87, 230, .16);
  transform: none !important;
}

.visual-flow .flow-point::before {
  display: none !important;
  animation: none !important;
}

.visual-flow .flow-point::after {
  content: '';
  display: block !important;
  position: static;
  width: 12px;
  height: 12px;
  background: var(--pd-blue);
  border-radius: 50%;
  transform: none !important;
  box-shadow: none;
}

.visual-flow .flow-content,
.visual-flow .flow-item:hover .flow-content,
.visual-flow .flow-item:focus-within .flow-content {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(7, 24, 39, .08);
  box-shadow: 0 14px 38px rgba(7, 24, 39, .08);
  transform: none !important;
}

.visual-flow .flow-content::before,
.visual-flow .flow-content::after {
  display: none !important;
}

.visual-flow .flow-media {
  min-height: 176px;
  border-right: 1px solid rgba(7, 24, 39, .08);
}

.flow-media {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-right: 1px solid rgba(7,24,39,.08);
}

.visual-flow .flow-copy {
  padding: clamp(24px, 3vw, 34px);
  align-self: center;
}

.flow-copy {
  padding: clamp(22px, 3vw, 30px);
  align-self: center;
}

.flow-content::before { display: none; }

.visual-flow .flow-step {
  margin-bottom: 10px;
  color: var(--pd-blue);
  font-family: var(--font-primary);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.visual-flow .flow-title {
  margin-bottom: 10px;
  color: var(--pd-navy);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  font-weight: 800;
  letter-spacing: .02em;
}

.visual-flow .flow-desc {
  color: var(--color-text-secondary);
  font-size: .92rem;
  line-height: 1.9;
}

/* ============================================
   14. Components - Symptoms Section
   ============================================ */
.symptoms-intro {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.symptoms-intro p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--pd-navy);
  font-weight: 500;
}

.symptoms-note {
  margin-top: clamp(40px, 6vw, 60px);
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
  border: 1px solid rgba(7, 24, 39, .08);
  box-shadow: 0 10px 40px rgba(37, 99, 235, .08);
  text-align: center;
}

.symptoms-note p {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--pd-navy);
}

.symptoms-note p strong {
  font-weight: 700;
  color: var(--pd-blue);
}

.symptoms-note ul {
  display: inline-block;
  margin: 0 auto 16px;
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.symptoms-note li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: .95rem;
  color: var(--pd-navy);
}

.symptoms-note li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--pd-blue);
  font-weight: bold;
}

.symptoms-note .note-small {
  font-size: .85rem;
  color: rgba(7, 24, 39, .65);
  margin-top: 8px;
}

.visual-symptoms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
}

.visual-symptom-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 290px;
  text-align: left;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.visual-symptom-card::before,
.visual-symptom-card .symptom-icon {
  display: none;
}

.symptom-image {
  position: relative;
  height: 148px;
  overflow: hidden;
}

.symptom-body {
  padding: 18px 20px 22px;
}

.visual-symptom-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--pd-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.visual-symptom-card p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: .88rem;
  line-height: 1.7;
}

/* ============================================
   15. Components - Price Section
   ============================================ */
.price-intro-text {
  text-align: center;
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  margin-bottom: 48px;
}

.price-intro-text .text-accent {
  color: inherit;
  -webkit-text-fill-color: currentColor;
  font-weight: inherit;
}

.price-categories {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 36px);
  align-items: stretch;
}

.price-category-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(7,24,39,.08);
}

.price-category-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--pd-navy);
  padding: 24px 24px 16px;
  margin: 0;
  letter-spacing: 0.3em;
}

.price-category-image {
  width: calc(100% - 48px);
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
}

.price-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-category-content { padding: 24px; }

.price-burden-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.price-burden-table th,
.price-burden-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(7,24,39,.08);
}

.price-burden-table th {
  font-size: .9rem;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.price-burden-table td {
  font-size: 1rem;
  color: var(--pd-navy);
}

.price-burden-table td:last-child { font-weight: 500; }

.price-notes {
  font-size: .85rem;
  color: var(--color-text-secondary);
  line-height: 1.8;
}

.price-notes p { margin: 0 0 4px; }

.child-subsidy {
  text-align: center;
  padding: 20px 0 24px;
}

.subsidy-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--pd-navy);
  margin: 0 0 16px;
}

.subsidy-highlight {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.subsidy-highlight .text-blue {
  color: var(--theme-primary);
  font-weight: 700;
}

.child-notes {
  background: rgba(236,240,244,.6);
  padding: 16px 20px;
  border-radius: 12px;
}

.price-layout {
  max-width: 1120px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 36px);
  align-items: stretch;
}

.price-layout .price-table-wrapper {
  max-width: none;
  margin: 0;
}

.price-layout .price-table,
.price-visual {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.price-visual {
  position: relative;
  min-height: 390px;
  padding: 0;
}

.price-visual-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  color: var(--pd-navy);
  box-shadow: 0 18px 40px rgba(7,24,39,.14);
}

.price-visual-copy strong {
  font-size: 1.05rem;
  line-height: 1.6;
}

.price-visual-copy span {
  font-size: .88rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

/* ============================================
   16. Components - Notice Section
   ============================================ */
.notice-section {
  max-width: 1120px;
  margin: 60px auto 0;
}

.notice-header {
  margin-bottom: 18px;
  padding: 0 0 0 18px;
  border-left: 4px solid var(--pd-blue);
}

.notice-header h3 {
  color: var(--pd-navy);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
  letter-spacing: .02em;
}

.notice-content {
  border-radius: 22px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7,24,39,.08);
  box-shadow: 0 18px 52px rgba(8,31,52,.08);
}

.notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.notice-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(7,24,39,.07);
}

.notice-list li:first-child { padding-top: 0; }
.notice-list li:last-child { padding-bottom: 0; border-bottom: 0; }

.notice-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(36,87,230,.10);
  color: var(--pd-blue);
  font-weight: 900;
  font-size: .95rem;
  line-height: 1;
}

.notice-list p {
  margin: 0;
  font-size: .96rem;
  line-height: 1.9;
  color: var(--color-text-secondary);
}

.notice-list strong { color: inherit; font-weight: inherit; }
.notice-list .text-orange { color: inherit; font-weight: inherit; }
/* ============================================
   17. Components - FAQ Section
   ============================================ */
.faq-category {
  max-width: 900px;
  margin: 0 auto 40px;
}

.faq-category:last-child { margin-bottom: 0; }

.faq-category-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--pd-navy);
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 4px solid var(--pd-blue);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(7, 24, 39, .08);
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(37, 99, 235, .2);
  box-shadow: 0 8px 30px rgba(37, 99, 235, .08);
}

.faq-item[open] {
  border-color: rgba(37, 99, 235, .25);
  box-shadow: 0 12px 40px rgba(37, 99, 235, .12);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--pd-navy);
  list-style: none;
  transition: background 0.2s ease;
}

.faq-question::-webkit-details-marker { display: none; }

.faq-question:hover {
  background: rgba(37, 99, 235, .03);
}

.faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  font-family: var(--font-display, 'Montserrat', sans-serif);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 8px;
  flex-shrink: 0;
}

.faq-question > span:nth-child(2) { flex: 1; }

.faq-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #3b6fc9;
  transition: transform 0.3s ease;
}

.faq-toggle::before { transform: translate(-50%, -50%); }
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(0deg); }

.faq-answer {
  display: flex;
  gap: 16px;
  padding: 0 28px 24px 28px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-a-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
  color: #fff;
  font-family: var(--font-display, 'Montserrat', sans-serif);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 8px;
  flex-shrink: 0;
}

.faq-answer p {
  flex: 1;
  color: #4a5568;
  line-height: 1.9;
  font-size: 0.9375rem;
}

.faq-answer strong { color: #1a202c; }

/* ============================================
   18. Components - Section Title
   ============================================ */
.section-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.section-title-en {
  display: block;
  margin-top: 8px;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #1a1a1a;
}

.section-title-jp {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}

/* About Section */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-visual {
  position: relative;
}

.about-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--pd-shadow);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7, 24, 39, 0.3));
  pointer-events: none;
}

.about-marquee {
  overflow: hidden;
  padding: 20px 0;
  background: var(--pd-sky);
  margin-top: 60px;
}

.about-marquee-track,
.marquee-track {
  display: flex;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
}

.marquee-track span {
  flex-shrink: 0;
  padding: 0 40px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--pd-blue);
  text-transform: uppercase;
}

.about-marquee-text {
  flex-shrink: 0;
  padding: 0 40px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--pd-blue);
  text-transform: uppercase;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Contact Section */
.contact {
  position: relative;
  overflow: hidden;
}

.contact .section-title-en {
  color: #1a1a1a;
}

.contact .section-title-jp {
  color: #1a1a1a;
}

.contact-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.contact-methods,
.contact-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

.contact-card.glass-card {
  padding: clamp(30px, 5vw, 50px);
}

.contact-method {
  text-align: center;
}

.contact-method h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--pd-navy);
}

.contact-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.contact-divider::before,
.contact-divider::after {
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(7, 24, 39, 0.15);
}

.contact-divider span {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(7, 24, 39, 0.4);
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 32px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 14px;
  color: var(--pd-navy);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.contact-phone:hover {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.3);
}

.contact-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--pd-blue);
  border-radius: 50%;
}

.contact-phone-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.contact-phone-number {
  letter-spacing: 0.05em;
}

.contact-hours {
  margin-top: 16px;
  font-size: .9rem;
  color: rgba(7, 24, 39, .65);
  text-align: center;
}

.contact-bg-text {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(6rem, 20vw, 16rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: rgba(37, 99, 235, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
  }

  .contact-methods,
  .contact-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-divider {
    flex-direction: row;
    width: 100%;
  }

  .contact-divider::before,
  .contact-divider::after {
    width: 40px;
    height: 1px;
  }
}

/* ============================================
   19. Components - Buttons
   ============================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.35);
  background: linear-gradient(135deg, var(--theme-primary-dark), var(--theme-primary));
}

.btn-primary.large {
  padding: 18px 40px;
  font-size: 1.1rem;
  border-radius: 16px;
}

.btn-primary .btn-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.btn-primary .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

.btn-primary .btn-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================
   20. Components - Fixed CTA
   ============================================ */
.fixed-cta {
  position: fixed;
  right: 0;
  top: 50%;
  bottom: auto;
  left: auto;
  z-index: 9999;
  display: grid;
  gap: 8px;
  width: 76px;
  transform: translateY(-50%);
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  pointer-events: none;
}

.fixed-cta .fixed-cta-card {
  pointer-events: auto;
  position: relative;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  min-height: 96px;
  overflow: hidden;
  border-radius: 18px 0 0 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(23, 58, 89, .24);
  text-decoration: none;
  transform: translateX(0);
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), background .2s ease, box-shadow .2s ease, filter .2s ease;
}

.fixed-cta .fixed-cta-reserve {
  background: linear-gradient(145deg, #234f73 0%, #173a59 100%) !important;
}

.fixed-cta .fixed-cta-inquiry {
  background: linear-gradient(145deg, #426f95 0%, #315f8c 100%) !important;
}

.fixed-cta .fixed-cta-card:hover,
.fixed-cta .fixed-cta-card:focus-visible,
.fixed-cta .fixed-cta-card:active {
  filter: brightness(1.06);
  box-shadow: 0 16px 38px rgba(23, 58, 89, .30);
  transform: translateX(-14px) !important;
  outline: none;
}

.fixed-cta-detail { display: none; }

.fixed-cta-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 14px 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .08em;
}

.fixed-cta-inquiry .fixed-cta-tab {
  font-size: .78rem;
  letter-spacing: .04em;
}

.fixed-cta-tab svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none;
}

/* ============================================
   21. Components - Interaction States
   ============================================ */
.feature-card-inner,
.flow-content,
.visual-symptom-card,
.price-example-card,
.contact-card,
.faq-item,
.btn-primary,
.btn-secondary,
.header .nav-list a,
.fixed-cta a {
  transition-property: transform, box-shadow, border-color, background-color, color, opacity;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2, .8, .2, 1);
}

.feature-card-inner:hover,
.flow-item:hover .flow-content,
.visual-symptom-card:hover,
.price-example-card:hover,
.faq-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 22px 52px rgba(7,24,39,.12);
}

/* Contact card - remove hover animation and shadow */
.contact-card.glass-card {
  box-shadow: none;
}
.contact-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Center phone icon - simple style */
.contact-phone {
  flex-direction: column;
  gap: 12px;
}
.contact-phone-icon {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
}
.contact-phone-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--theme-primary);
}

.btn-primary:hover,
.btn-secondary:hover,
.header .nav-list a:hover,
.fixed-cta a:hover {
  transform: translateY(-2px) !important;
}

.feature-card-inner:hover .feature-number,
.flow-item:hover .flow-point,
.flow-item:hover .flow-point::after,
.feature-card-inner:hover .feature-icon {
  transform: none !important;
}

/* ============================================
   22. Components - Image Placeholder
   ============================================ */
.image-placeholder {
  background:
    linear-gradient(180deg, rgba(7,24,39,.18), rgba(7,24,39,.48)),
    url("../images/about-clinic.png") center/cover no-repeat;
  color: #fff;
}

.image-placeholder span {
  background: rgba(7, 24, 39, .58);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: .65em 1.1em;
  backdrop-filter: blur(8px);
}

/* ============================================
   23. No-JS Fallbacks
   ============================================ */
html:not(.js) .loader,
html:not(.js) .cursor,
html:not(.js) .cursor-follower {
  display: none !important;
}

html:not(.js) body { cursor: auto !important; }
html:not(.js) a,
html:not(.js) button { cursor: pointer !important; }

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor,
  .cursor-follower {
    display: none !important;
  }
  body { cursor: auto !important; }
  a, button { cursor: pointer !important; }
}

/* ============================================
   24. Media Queries
   ============================================ */

/* 1280px and below */
@media (max-width: 1280px) {
  .header-inner { padding-inline: 40px 20px; }
  .header .logo-main { font-size: 1.35rem; }
  .header .nav-list { gap: 4px; }
  .header .nav-list a { padding: 12px 10px; font-size: .82rem; }
  .header .nav-contact { padding-inline: 16px; }
}

/* 992px and below */
@media (max-width: 992px) {
  .hero {
    min-height: 92svh;
    padding: 128px 28px 84px;
  }
  .hero-content { max-width: 100%; }

  .visual-flow .flow-content,
  .price-layout,
  .price-categories {
    grid-template-columns: 1fr;
  }

  .features-grid.visual-card-grid,
  .visual-symptoms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-story {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 28px;
  }

  .feature-story::before,
  .feature-story:nth-child(even)::before {
    top: 18px;
    bottom: auto;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    width: auto;
    height: calc(100% - 74px);
  }

  .feature-story-word,
  .feature-story:nth-child(even) .feature-story-word {
    top: 76px;
    left: 18px;
    right: auto;
    transform: none;
    font-size: clamp(4rem, 16vw, 7rem);
  }

  .feature-story-copy,
  .feature-story:nth-child(even) .feature-story-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 48px 28px 20px;
  }

  .feature-story-media,
  .feature-story:nth-child(even) .feature-story-media {
    grid-column: 1;
    grid-row: 2;
    width: calc(100% - 44px);
    justify-self: end;
  }

  .header-inner {
    justify-content: space-between;
    gap: 14px;
    padding-inline: 18px;
  }
  .header .nav { display: none !important; }
  .header .logo { min-width: 0; gap: 8px; overflow: hidden; }
  .header .logo-icon { width: 34px; height: 34px; border-radius: 10px; }
  .header .logo-text { min-width: 0; }
  .header .logo-main { font-size: clamp(.95rem, 4.5vw, 1.12rem) !important; letter-spacing: .04em; }
  .header .logo-sub { max-width: 18em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .58rem; }
  .header .menu-toggle { display: block !important; flex: 0 0 44px; }
}

/* 900px and below */
@media (max-width: 900px) {
  main > section::before { inset: 14px; border-radius: 22px; }

  .section-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: left;
  }
  .section-cta .btn-primary,
  .section-cta .btn-secondary {
    width: 100%;
    min-width: 0;
  }

  .trust-strip { grid-template-columns: 1fr; }

  .hero { flex-direction: column; }
  .hero-content { width: 100%; flex-basis: auto; }
  .hero-visual { order: 2; flex-basis: auto; margin-top: 4px; }
  .hero-stats {
    order: 3;
    position: static;
    width: 100%;
    margin-top: 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .visual-flow { grid-template-columns: 1fr; }
}

/* 768px and below */
@media (max-width: 768px) {
  .section-divider {
    background-attachment: scroll;
    height: clamp(80px, 15vh, 120px);
  }

  .faq-question { padding: 20px; font-size: 0.9375rem; }
  .faq-answer { padding: 0 20px 20px 20px; flex-direction: column; gap: 12px; }
  .faq-q-icon, .faq-a-icon { width: 28px; height: 28px; font-size: 0.75rem; }

  .about-copy-card { padding: 22px; }

  .hero { padding: 112px 20px 132px; }
  .hero-visual { border-radius: 24px; }
  .hero-stats { left: 20px; right: 20px; bottom: 34px; justify-content: space-between; gap: 18px; }
  .hero-scroll { display: none; }

  .visual-symptoms-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .visual-symptom-card { min-height: 0; border-radius: 14px; }
  .visual-symptom-card .symptom-image { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .visual-symptom-card .symptom-body { padding: 10px 8px 12px; text-align: center; }
  .visual-symptom-card span { margin-bottom: 0; font-size: .86rem; line-height: 1.35; }
  .visual-symptom-card p { display: none; }

  .fixed-cta {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 0;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    transform: none;
  }
  .fixed-cta .fixed-cta-card {
    right: auto;
    bottom: -26px;
    width: auto;
    min-height: 78px;
    border-radius: 16px 16px 0 0;
    transform: translateY(0);
  }
  .fixed-cta .fixed-cta-card:hover,
  .fixed-cta .fixed-cta-card:focus-visible,
  .fixed-cta .fixed-cta-card:active {
    transform: translateY(-12px) !important;
  }
  .fixed-cta-tab {
    writing-mode: horizontal-tb;
    min-height: 52px;
    padding: 12px 10px 28px;
    gap: 8px;
    font-size: .86rem;
    letter-spacing: .03em;
  }
  .fixed-cta-inquiry .fixed-cta-tab { font-size: .82rem; letter-spacing: .02em; }
  .fixed-cta-tab svg { width: 21px; height: 21px; }
}

/* 640px and below */
@media (max-width: 640px) {
  .hero { padding: 116px 20px 78px; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(7,24,39,.72), rgba(7,24,39,.38) 55%, rgba(7,24,39,.66)),
      linear-gradient(90deg, rgba(7,24,39,.56), rgba(7,24,39,.12));
  }

  .features-grid.visual-card-grid,
  .visual-symptoms-grid { grid-template-columns: 1fr; }
  .feature-card-inner.visual-card { min-height: 0; }
  .feature-media, .flow-media, .symptom-image { min-height: 210px; }
  .price-visual { min-height: 300px; }

  .hero-hours { padding: 12px; }
  .hero-hours-table {
    min-width: 600px;
    grid-template-columns: minmax(104px, 1.15fr) repeat(7, minmax(48px, .6fr));
  }
  .hero-hours-cell { min-height: 38px; padding: 8px 6px; }
  .hero-hours-cell.is-head { font-size: .72rem; }
  .hero-hours-cell.is-label { font-size: .78rem; padding-inline: 10px; }

  .notice-content { padding: 24px 20px; }
  .notice-list li { gap: 12px; }

  .features-editorial { gap: 52px; }
  .features-editorial::before { background-size: 50% 100%; }
  .feature-story-copy,
  .feature-story:nth-child(even) .feature-story-copy { padding: 42px 20px 16px; }
  .feature-story-heading { gap: 14px; margin-bottom: 18px; }
  .feature-story-title { font-size: 1.15rem; letter-spacing: .04em; }
  .feature-story-desc { line-height: 2; letter-spacing: .04em; }
  .feature-story-media,
  .feature-story:nth-child(even) .feature-story-media { width: calc(100% - 28px); aspect-ratio: 4 / 3; }
  .feature-story-media::before,
  .feature-story:nth-child(even) .feature-story-media::before { right: -12px; left: auto; bottom: -12px; }

  .header { padding: 18px 0; }
  .header.scrolled { padding: 12px 0; }
  .hero { padding-top: 108px; }
  .hero-catch { font-size: clamp(1.05rem, 6vw, 1.42rem); }
  .hero-hours { width: 100%; padding: 0; }
  .hero-hours-table-wrap { overflow: visible; }
  .hero-hours-table {
    width: 100%;
    min-width: 0 !important;
    grid-template-columns: minmax(82px, 1.24fr) repeat(7, minmax(28px, .46fr));
  }
  .hero-hours-cell { min-height: 34px; padding: 6px 3px; font-size: .72rem; }
  .hero-hours-cell.is-head { font-size: .66rem; letter-spacing: 0; }
  .hero-hours-cell.is-label { justify-content: start; padding-inline: 0 5px; font-size: .74rem; letter-spacing: 0; }
  .hero-hours-mark { width: 18px; height: 18px; font-size: 1rem; }
  .hero-hours-mark.is-open::before { width: 10px; height: 10px; }
  .hero .hero-subtitle { margin-bottom: 22px; }

  .fixed-cta { left: 20px; right: 20px; bottom: 16px; width: auto; }
  .fixed-cta a { justify-content: center; width: 100%; }

  .visual-flow { padding-left: 0; }
  .visual-flow .flow-line { left: 20px; top: 28px; bottom: 28px; }
  .visual-flow .flow-item { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; }
  .visual-flow .flow-point { width: 34px; height: 34px; box-shadow: 0 0 0 6px rgba(36, 87, 230, .08), 0 10px 20px rgba(36, 87, 230, .14); }
  .visual-flow .flow-point::after { width: 10px; height: 10px; }
  .visual-flow .flow-content { grid-template-columns: 110px minmax(0, 1fr); }
  .visual-flow .flow-media { min-height: 132px; }
  .visual-flow .flow-copy { padding: 18px 16px; }
  .visual-flow .flow-desc { font-size: .84rem; line-height: 1.75; }
}

/* 480px and below */
@media (max-width: 480px) {
  .hero-title-text,
  .hero-title-plain { font-size: clamp(2rem, 11vw, 3rem); }
  .hero-subtitle-line { font-size: .96rem; letter-spacing: .04em; }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .hero-stat {
    text-align: left;
    padding: 14px;
    border: 1px solid rgba(7, 24, 39, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
  }
}

/* 420px and below */
@media (max-width: 420px) {
  .header .logo-sub { max-width: 13.5em; }
  .hero-hours-table { grid-template-columns: minmax(76px, 1.2fr) repeat(7, minmax(27px, .45fr)); }
  .hero-hours-cell.is-head { font-size: .6rem; }
  .hero-hours-cell.is-label { font-size: .68rem; }
  .visual-symptoms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* ============================================
   25. Subpage Styles
   ============================================ */

/* Page Header */
.page-header {
  position: relative;
  padding: 160px 0 80px;
  background: linear-gradient(135deg, #071827 0%, #0d2844 50%, #1a3a5c 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(37, 99, 235, .25), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(14, 165, 233, .20), transparent 40%);
  pointer-events: none;
}

.page-header .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
}

.breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb span {
  color: rgba(255,255,255,0.5);
}

.breadcrumb span[aria-current="page"] {
  color: #fff;
}

/* Page Title */
.page-title {
  margin: 0;
}

.page-title-en {
  display: block;
  font-family: var(--font-display, 'Montserrat', sans-serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.page-title-jp {
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.9);
}

/* Content Section */
.content-section {
  padding: clamp(60px, 10vw, 120px) 20px;
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 160, 220, .16), transparent 30rem),
    linear-gradient(180deg, #eef7ff 0%, #ffffff 34%, #f6fbff 100%);
}

.content-section .container {
  max-width: 1120px;
  margin: 0 auto;
}

/* Content Lead */
.content-lead {
  padding: clamp(30px, 5vw, 50px);
  margin-bottom: 60px;
  text-align: center;
}

.lead-text {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--pd-navy);
  line-height: 1.8;
  margin-bottom: 24px;
}

.lead-desc {
  font-size: 1rem;
  color: var(--color-text-secondary);
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* About Features */
.about-features {
  display: grid;
  gap: 40px;
}

.about-feature-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 0;
  overflow: hidden;
}

.about-feature-item:nth-child(even) {
  direction: rtl;
}

.about-feature-item:nth-child(even) > * {
  direction: ltr;
}

.about-feature-item .feature-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.about-feature-item .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-feature-item .feature-content {
  padding: clamp(24px, 4vw, 40px);
}

.about-feature-item h2 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--pd-navy);
  margin-bottom: 16px;
}

.about-feature-item p {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 2;
}

/* Features List (reason.php) */
.features-list {
  display: grid;
  gap: 40px;
}

.feature-item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  overflow: hidden;
}

.feature-item:nth-child(even) {
  grid-template-columns: 1.2fr 1fr;
}

.feature-item:nth-child(even) .feature-image {
  order: 2;
}

.feature-item .feature-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.feature-item .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item .feature-content {
  padding: clamp(30px, 5vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-item .feature-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(37, 99, 235, 0.15);
  margin-bottom: 16px;
}

.feature-item h2 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--pd-navy);
  margin-bottom: 16px;
}

.feature-item p {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 2;
}

/* Page CTA */
.page-cta {
  text-align: center;
  margin-top: 60px;
}

/* Company Info */
.company-info {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table tr {
  border-bottom: 1px solid rgba(7, 24, 39, 0.08);
}

.company-table tr:last-child {
  border-bottom: none;
}

.company-table th,
.company-table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.company-table th {
  width: 30%;
  font-weight: 600;
  color: var(--pd-navy);
  background: rgba(234, 245, 255, 0.5);
}

.company-table td {
  color: var(--color-text-secondary);
}

/* Legal Page */
.legal-page .legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px);
}

.legal-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin-bottom: 24px;
}

.legal-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--pd-navy);
  margin: 32px 0 16px;
}

.legal-content p {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 2;
  margin-bottom: 16px;
}

.legal-content ul {
  margin: 16px 0;
  padding-left: 24px;
}

.legal-content li {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 2;
  margin-bottom: 8px;
}

/* First Visit Page */
.first-intro,
.first-prepare {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: clamp(30px, 5vw, 50px);
}

.first-intro h2,
.first-prepare h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--pd-blue);
}

.first-intro p,
.first-prepare p {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 2;
  margin-bottom: 20px;
}

.first-intro ol,
.first-prepare ul {
  margin: 0;
  padding-left: 24px;
}

.first-intro li,
.first-prepare li {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 2;
  margin-bottom: 12px;
}

/* Subpage Responsive */
@media (max-width: 992px) {
  .page-header {
    padding: 140px 0 60px;
  }

  .about-feature-item,
  .feature-item,
  .feature-item:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .about-feature-item:nth-child(even) {
    direction: ltr;
  }

  .feature-item:nth-child(even) .feature-image {
    order: 0;
  }
}

@media (max-width: 768px) {
  .page-header {
    padding: 120px 0 50px;
  }

  .page-title-en {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .breadcrumb {
    font-size: 0.8rem;
  }

  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }

  .company-table th {
    padding-bottom: 8px;
  }

  .company-table td {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

/* ============================================
   25.5. Components - Footer CTA
   ============================================ */
.footer-cta {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 12vw, 140px) 20px;
  overflow: hidden;
  isolation: isolate;
}

.footer-cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.footer-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(7, 24, 39, 0.75) 0%,
    rgba(7, 24, 39, 0.85) 100%
  );
}

.footer-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-cta-content {
  text-align: center;
  color: #fff;
  max-width: 700px;
}

.footer-cta-kicker {
  color: #ef4444;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.footer-cta-title {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}

.footer-cta-title span {
  display: inline;
}

.footer-cta-desc {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 36px;
}

.footer-cta-desc span {
  display: inline;
}

.footer-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 32px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.footer-cta-btn-primary {
  background: #fff;
  color: var(--pd-navy);
  border: 2px solid #fff;
}

.footer-cta-btn-primary:hover {
  background: transparent;
  color: #fff;
}

.footer-cta-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.footer-cta-btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-cta {
    min-height: 400px;
    padding: 60px 20px;
  }

  .footer-cta-title {
    font-size: 1.5rem;
  }

  .footer-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .footer-cta-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ============================================
   26. Components - Footer
   ============================================ */
.footer {
  background: var(--pd-navy);
  color: #fff;
  padding: clamp(60px, 8vw, 100px) 20px clamp(30px, 4vw, 50px);
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand {
  max-width: 480px;
}

.footer-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  text-decoration: none;
  color: #fff;
}

.footer-logo .logo-main {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

.footer-logo .logo-sub {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.7;
}

.footer-tagline {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 24px;
  line-height: 1.8;
}

.footer-hours {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
}

.footer-hours-table-wrap {
  overflow-x: auto;
}

.footer-hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
  text-align: center;
}

.footer-hours-table th,
.footer-hours-table td {
  padding: 8px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-hours-table th {
  font-weight: 600;
  opacity: 0.9;
}

.footer-hours-table th:first-child {
  text-align: left;
  min-width: 100px;
}

.footer-hours-open {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}

.footer-hours-closed {
  opacity: 0.4;
}

.footer-hours-note {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 12px;
  line-height: 1.6;
}

.note-keep {
  white-space: nowrap;
}

.footer-links {
  display: flex;
  gap: 60px;
}

.footer-nav h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  opacity: 0.6;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  margin-bottom: 12px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer-nav a:hover {
  opacity: 1;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-address {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 12px;
}

.footer-copyright {
  font-size: 0.75rem;
  opacity: 0.5;
}

.footer-scroll-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--pd-blue);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.footer-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.footer-scroll-top:hover {
  transform: translateY(-4px);
}

.footer-scroll-top span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer-scroll-top svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Footer Responsive */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 120px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 24px 28px;
  }

  .footer-nav {
    min-width: 0;
    height: auto;
  }

  .footer-bottom {
    padding-top: 24px;
  }

  .footer-scroll-top {
    bottom: 140px;
  }
}

/* ============================================
   Initial Loader (First Visit Only)
   ============================================ */
.initial-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.initial-loader.is-hidden {
  display: none;
}

.loader-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #071827 0%, #0a2540 50%, #071827 100%);
  transform-origin: center top;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.initial-loader.is-complete .loader-bg {
  transform: scaleY(0);
}

.loader-content {
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.initial-loader.is-complete .loader-content {
  opacity: 0;
  transform: translateY(-30px);
}

.loader-brand {
  font-size: clamp(2.5rem, 10vw, 5rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
  opacity: 0;
  transform: translateY(20px);
  animation: loaderBrandIn 0.6s ease forwards 0.2s;
}

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

.loader-bar {
  width: clamp(200px, 50vw, 300px);
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto 20px;
  opacity: 0;
  animation: loaderBarIn 0.4s ease forwards 0.5s;
}

@keyframes loaderBarIn {
  to {
    opacity: 1;
  }
}

.loader-bar-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  border-radius: 3px;
  animation: loaderFill 1.2s ease-in-out forwards 0.6s;
}

@keyframes loaderFill {
  to {
    width: 100%;
  }
}

.loader-tagline {
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.3em;
  margin: 0;
  opacity: 0;
  animation: loaderTaglineIn 0.4s ease forwards 0.8s;
}

@keyframes loaderTaglineIn {
  to {
    opacity: 1;
  }
}

/* Loader active state - prevent scroll */
body.loader-active {
  overflow: hidden;
}

/* ============================================
   First Page Styles (初めての方へ)
   ============================================ */

  body.subpage.subpage-first {
    overflow-x: hidden;
    background: #f4f8fc;
    color: var(--pd-text);
  }

  body.subpage.subpage-first::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(7, 24, 39, .032) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7, 24, 39, .032) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), rgba(0,0,0,.08));
  }

  .first-main {
    background:
      linear-gradient(180deg, rgba(244, 248, 252, .82) 0%, rgba(255, 255, 255, .96) 34%, #f7fbff 100%);
  }

  .first-hero {
    position: relative;
    min-height: clamp(300px, 28vw, 430px);
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #e9edf1;
  }

  .first-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
      radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
      linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
    pointer-events: none;
  }

  .first-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #e9edf1;
  }

  .first-hero-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.08) contrast(.98) brightness(1.34);
    transform: scale(1.02);
    will-change: transform;
  }

  .first-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 24px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
  }

  .first-hero-title {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: clamp(1.02rem, 1.8vw, 1.75rem);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: .12em;
    -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
  }

  .first-hero-brand {
    position: absolute;
    left: 50%;
    bottom: clamp(-58px, -4.2vw, -24px);
    z-index: 1;
    width: 100vw;
    margin: 0;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .68);
    font-size: clamp(4.8rem, 18vw, 17rem);
    font-weight: 900;
    letter-spacing: .015em;
    line-height: .78;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
    pointer-events: none;
  }

  .first-section {
    position: relative;
    padding: clamp(86px, 10vw, 132px) 0;
    background: #fff;
  }

  .first-section--intro {
    background:
      radial-gradient(circle at 12% 16%, rgba(37, 99, 235, .08), transparent 26rem),
      linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  }

  .first-section--sky {
    background:
      radial-gradient(circle at 88% 18%, rgba(14, 165, 233, .10), transparent 26rem),
      linear-gradient(180deg, #edf7ff 0%, #f8fbff 100%);
  }

  .first-section--white {
    background:
      radial-gradient(circle at 10% 20%, rgba(37, 99, 235, .045), transparent 24rem),
      #ffffff;
  }

  .first-section--mist {
    background:
      linear-gradient(rgba(7, 24, 39, .026) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7, 24, 39, .026) 1px, transparent 1px),
      linear-gradient(180deg, #f2f6fa 0%, #ffffff 100%);
    background-size: 42px 42px, 42px 42px, auto;
  }

  .first-section--soft {
    background:
      radial-gradient(circle at 14% 12%, rgba(37, 99, 235, .09), transparent 24rem),
      radial-gradient(circle at 92% 80%, rgba(14, 165, 233, .08), transparent 28rem),
      linear-gradient(180deg, #ffffff 0%, #eff7ff 100%);
  }

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

  .first-section-head {
    max-width: 760px;
    margin: 0 auto clamp(38px, 5vw, 58px);
    text-align: center;
  }

  .first-kicker {
    display: inline-block;
    margin: 0 0 14px;
    color: var(--pd-blue);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .2em;
  }

  .first-section-title {
    margin: 0;
    color: var(--pd-navy);
    font-size: clamp(1.75rem, 3.4vw, 2.8rem);
    font-weight: 900;
    line-height: 1.32;
  }

  .first-section-lead {
    margin: 22px 0 0;
    color: rgba(7, 24, 39, .68);
    font-size: clamp(.98rem, 1.3vw, 1.08rem);
    font-weight: 500;
    line-height: 2;
  }

  .first-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
  }

  .first-intro-copy {
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--pd-shadow);
    backdrop-filter: blur(14px);
  }

  .first-intro-copy h2 {
    margin: 0;
    color: var(--pd-navy);
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    font-weight: 900;
    line-height: 1.36;
  }

  .first-intro-copy p {
    margin: 24px 0 0;
    color: rgba(7, 24, 39, .72);
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 2.05;
  }

  .first-intro-copy .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
  }

  .first-intro-copy .btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.4);
  }

  .first-intro-copy .btn-primary svg {
    flex-shrink: 0;
  }

  .first-intro-media {
    position: relative;
    min-height: 430px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #dfe8f2;
    box-shadow: 0 34px 90px rgba(8, 31, 52, .16);
  }

  .first-intro-media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: block;
    object-fit: cover;
  }

  .first-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .first-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(7, 24, 39, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(8, 31, 52, .075);
    overflow: hidden;
  }

  .first-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin: 0;
  }

  .first-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .first-card-body {
    padding: 24px;
    flex: 1;
  }

  .first-card-icon {
    display: none;
  }

  .first-card h3 {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--pd-navy);
    color: var(--pd-navy);
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.45;
  }

  .first-card p {
    margin: 0;
    color: rgba(7, 24, 39, .68);
    font-size: .94rem;
    font-weight: 500;
    line-height: 1.85;
  }

  /* Nord Reason Cards - 選ばれる理由 */
  .nord-card {
    overflow: visible !important;
  }

  .nord-card-media {
    position: relative;
    overflow: visible !important;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .nord-card-media::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: #d1d5db;
    z-index: 0;
  }

  .nord-card-media img {
    position: relative;
    z-index: 1;
    display: block;
  }

  .nord-card-title {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--pd-navy);
  }

  .first-decision {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: 18px;
    align-items: stretch;
  }

  .decision-panel {
    position: relative;
    min-height: 360px;
    padding: clamp(30px, 4vw, 46px);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(8, 31, 52, .12);
  }

  .decision-panel h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 900;
    line-height: 1.35;
  }

  .decision-panel p {
    margin: 20px 0 0;
    line-height: 2;
    font-weight: 600;
  }

  .decision-panel ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .decision-panel li {
    position: relative;
    padding-left: 18px;
    line-height: 1.75;
    font-weight: 700;
  }

  .decision-panel li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
  }

  .decision-emergency {
    color: #fff;
    background:
      linear-gradient(90deg, rgba(7, 24, 39, .86), rgba(7, 24, 39, .55)),
      url("../images/hero-arrival.png") center / cover;
  }

  .decision-emergency p,
  .decision-emergency li {
    color: rgba(255, 255, 255, .9);
  }

  .decision-consult {
    border: 1px solid rgba(37, 99, 235, .14);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(234, 245, 255, .86));
    color: var(--pd-navy);
  }

  .decision-consult p,
  .decision-consult li {
    color: rgba(7, 24, 39, .72);
  }

  .first-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px !important;
    column-gap: 32px !important;
    overflow: visible;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .first-flow-step {
    position: relative;
    min-height: 310px;
    padding: 30px 26px;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(8, 31, 52, .15);
  }

  .decision-phone-label {
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 0.9rem;
    color: #173a59;
    font-weight: 500;
  }

  .decision-phone {
    margin-top: 0;
    text-align: center;
  }

  .decision-phone a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #173a59;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #173a59;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .decision-phone a:hover {
    background: #173a59;
    color: #fff;
  }

  .first-flow-step::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center;
    background-size: cover;
    filter: grayscale(.18) saturate(.88) contrast(1.02);
    transform: scale(1.08);
  }

  .first-flow-step::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(180deg, rgba(7, 24, 39, .28), rgba(7, 24, 39, .78)),
      linear-gradient(90deg, rgba(37, 99, 235, .26), rgba(7, 24, 39, .12));
  }

  .first-flow-step:nth-child(1)::before { background-image: url("../images/flow-reservation.png"); }
  .first-flow-step:nth-child(2)::before { background-image: url("../images/hero-arrival.png"); }
  .first-flow-step:nth-child(3)::before { background-image: url("../images/hero-drive-through.png"); }
  .first-flow-step:nth-child(4)::before { background-image: url("../images/hero-medicine.png"); }

  .first-flow-num {
    display: block;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(2.6rem, 4vw, 4rem);
    font-weight: 900;
    line-height: .8;
  }

  .first-flow-step h3 {
    margin: 0 0 12px;
    font-size: 1.18rem;
    font-weight: 900;
  }

  .first-flow-step p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.85;
  }

  .bring-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
    gap: 18px;
  }

  .bring-card {
    padding: clamp(30px, 4vw, 42px);
    border: 1px solid rgba(7, 24, 39, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 52px rgba(8, 31, 52, .075);
  }

  .bring-card h3 {
    margin: 0 0 24px;
    color: var(--pd-navy);
    font-size: 1.2rem;
    font-weight: 900;
  }

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

  .bring-list li {
    position: relative;
    padding: 0 0 0 32px;
    color: rgba(7, 24, 39, .74);
    font-weight: 700;
    line-height: 1.75;
  }

  .bring-list li::before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--pd-blue);
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
  }

  .bring-list li::after {
    content: "";
    position: absolute;
    top: .74em;
    left: 6px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  .comfort-layout {
    display: grid;
    grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
  }

  .comfort-media {
    min-height: 440px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #dfe8f2;
    box-shadow: 0 34px 90px rgba(8, 31, 52, .15);
  }

  .comfort-media img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    display: block;
    object-fit: cover;
  }

  .comfort-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: comfort;
  }

  .comfort-list li {
    counter-increment: comfort;
    position: relative;
    padding: 18px 18px 18px 72px;
    border: 1px solid rgba(7, 24, 39, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    color: rgba(7, 24, 39, .76);
    font-weight: 700;
    line-height: 1.75;
    box-shadow: 0 14px 38px rgba(8, 31, 52, .06);
  }

  .comfort-list li::before {
    content: counter(comfort, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 50%;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--pd-blue);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    transform: translateY(-50%);
  }

  /* Cinema Final Section */
  .cinema-panel.cinema-final {
    position: relative;
    width: 100%;
    min-height: 88vh;
    padding: clamp(128px, 14vw, 190px) clamp(24px, 7vw, 112px);
    display: grid;
    align-items: center;
    justify-items: center;
    isolation: isolate;
    overflow: hidden;
    text-align: center;
  }

  .cinema-panel.cinema-final::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .34) 46%, rgba(5, 7, 10, .64) 100%),
      linear-gradient(180deg, rgba(5, 7, 10, .52), rgba(5, 7, 10, .16) 45%, rgba(5, 7, 10, .66));
    pointer-events: none;
  }

  .cinema-bg {
    position: absolute;
    inset: -9%;
    z-index: -2;
    overflow: hidden;
    background: #0b1118;
  }

  .cinema-bg img {
    width: 100%;
    height: 122%;
    display: block;
    object-fit: cover;
    filter: grayscale(.2) saturate(.94) contrast(1.06) brightness(.72);
  }

  .cinema-copy {
    width: min(860px, 100%);
    color: #fff;
    text-shadow: 0 18px 48px rgba(0, 0, 0, .46);
  }

  .cinema-kicker {
    display: inline-block;
    margin: 0 0 22px;
    padding: 10px 24px;
    background: #173a59;
    color: #ffffff;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .24em;
    text-transform: uppercase;
    border-radius: 30px;
  }

  .cinema-copy h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.2;
  }

  .cinema-copy p {
    margin: 30px auto 0;
    max-width: 690px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    font-weight: 600;
    line-height: 2.15;
  }

  .cinema-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
  }

  .cinema-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 16px 28px;
    border: 1px solid rgba(255, 255, 255, .34);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    transition: background .25s ease;
  }

  .cinema-actions a:hover {
    background: rgba(255, 255, 255, .2);
  }

  /* Animation */
  .first-reveal {
    opacity: 0;
    transform: translate3d(0, 54px, 0);
    transition: opacity .8s ease, transform .8s ease;
    transition-delay: var(--first-delay, 0ms);
    will-change: opacity, transform;
  }

  .first-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  @media (max-width: 1024px) {
    .first-cards,
    .first-flow {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .first-intro,
    .comfort-layout {
      grid-template-columns: 1fr;
    }

    .first-intro-media,
    .comfort-media {
      min-height: 360px;
    }

    .first-intro-media img,
    .comfort-media img {
      min-height: 360px;
    }
  }

  @media (max-width: 768px) {
    body.subpage.subpage-first {
      padding-bottom: 90px;
      padding-bottom: calc(90px + env(safe-area-inset-bottom));
    }

    .first-hero {
      min-height: 340px;
    }

    .first-hero-title {
      font-size: clamp(.92rem, 4.2vw, 1.28rem);
      letter-spacing: .08em;
    }

    .first-hero-brand {
      bottom: -16px;
      font-size: clamp(4.2rem, 21vw, 7rem);
    }

    .first-section {
      padding: 70px 0;
    }

    .first-cards,
    .first-decision,
    .first-flow,
    .bring-layout {
      grid-template-columns: 1fr;
    }

    .first-card,
    .decision-panel {
      min-height: 0;
    }

    .first-flow-step {
      min-height: 230px;
    }

    .cinema-panel.cinema-final {
      min-height: 500px;
      padding: 86px 20px 96px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .first-reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

/* ============================================
   News Page Styles (新着情報)
   ============================================ */

/* ============================================
   Base Styles
   ============================================ */
body.page-news {
  background: var(--pd-off-white);
  font-family: 'Noto Sans JP', sans-serif;
}

/* ============================================
   Cinema Opening Hero
   ============================================ */
.cinema-opening {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  display: grid;
  place-items: center;
  background: #e9edf1;
  isolation: isolate;
  overflow: hidden;
}

.cinema-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}

.cinema-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

/* Hide default page header styles */
body.subpage .page-header {
  display: none !important;
}

body.subpage .page-visual {
  display: none !important;
}

/* ============================================
   Page Content
   ============================================ */
.page-content {
  position: relative;
  padding: 80px 0 120px;
}

.page-content .container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   News List
   ============================================ */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--pd-line);
  text-decoration: none;
  color: inherit;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item:last-child {
  border-bottom: none;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.news-date {
  font-size: 0.875rem;
  color: var(--pd-gray);
  letter-spacing: 0.03em;
  min-width: 90px;
}

.news-category {
  display: inline-block;
  padding: 4px 12px;
  background: var(--pd-navy);
  color: var(--pd-white);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.news-category--important {
  background: #dc2626;
}

.news-category--clinic {
  background: #0891b2;
}

.news-content {
  flex: 1;
  min-width: 0;
}

.news-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--pd-navy);
  margin: 0;
  line-height: 1.7;
}

.news-item:hover .news-title {
  text-decoration: underline;
}

/* ============================================
   Pagination
   ============================================ */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
}

.pagination-item {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pd-navy);
  text-decoration: none;
}

.pagination-item:hover {
  background: var(--pd-off-white);
}

.pagination-item.is-active {
  background: var(--pd-navy);
  border-color: var(--pd-navy);
  color: var(--pd-white);
}

.pagination-prev,
.pagination-next {
  width: auto;
  padding: 0 16px;
  font-size: 0.8125rem;
}

/* ============================================
   Empty State
   ============================================ */
.empty-state {
  text-align: center;
  padding: 80px 20px;
}

.empty-state-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--pd-navy);
  margin: 0 0 12px;
}

.empty-state-text {
  font-size: 0.9375rem;
  color: var(--pd-gray);
  margin: 0;
}

/* ============================================
   Responsive Design (News Page)
   ============================================ */
@media (max-width: 768px) {
  .cinema-opening {
    min-height: clamp(200px, 35vw, 280px);
  }

  .cinema-opening-brand {
    font-size: clamp(3rem, 14vw, 5rem);
    bottom: clamp(-30px, -3vw, -15px);
  }

  .cinema-opening-line span {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }

  .page-content {
    padding: 60px 0 80px;
  }

  .news-item {
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
  }

  .news-meta {
    gap: 12px;
  }

  .news-date {
    min-width: auto;
    font-size: 0.8125rem;
  }

  .news-title {
    font-size: 0.9375rem;
  }

  .pagination {
    margin-top: 48px;
  }
}

/* ============================================
   Privacy Page Styles (プライバシーポリシー)
   ============================================ */

/* Legal Card - Minimal Elegant */
.legal-card {
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
  padding: 56px 64px;
}

.legal-intro {
  font-size: 0.9375rem;
  line-height: 2;
  color: #4b5563;
  margin: 0 0 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--pd-line);
}

/* Legal Section */
.legal-section {
  margin-bottom: 48px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 3px solid var(--pd-navy);
  letter-spacing: 0.03em;
}

.legal-text {
  font-size: 0.9375rem;
  line-height: 2;
  color: #4b5563;
}

.legal-text p {
  margin: 0 0 1.5em;
}

.legal-text p:last-child {
  margin-bottom: 0;
}

/* Legal List */
.legal-list {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding: 12px 0 12px 24px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #4b5563;
  border-bottom: 1px solid var(--pd-line);
}

.legal-list li:last-child {
  border-bottom: none;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  background: var(--pd-navy);
  border-radius: 50%;
}

/* Legal Date */
.legal-date {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pd-gray);
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--pd-line);
}

/* Contact Info */
.contact-info {
  margin-top: 1em;
  padding: 20px 24px;
  background: var(--pd-off-white);
  border-left: 2px solid var(--pd-navy);
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #4b5563;
}

.contact-info strong {
  display: block;
  color: var(--pd-navy);
  margin-bottom: 8px;
}

/* Privacy Page Responsive Design */
@media (max-width: 768px) {
  .legal-card {
    padding: 40px 28px;
  }

  .legal-intro {
    font-size: 0.875rem;
    margin-bottom: 36px;
    padding-bottom: 24px;
  }

  .legal-section {
    margin-bottom: 36px;
  }

  .legal-section-title {
    font-size: 0.9375rem;
    padding-left: 12px;
  }

  .legal-text {
    font-size: 0.875rem;
    line-height: 1.9;
  }

  .legal-list li {
    padding: 10px 0 10px 20px;
    font-size: 0.875rem;
  }

  .legal-list li::before {
    top: 18px;
    width: 5px;
    height: 5px;
  }

  .contact-info {
    padding: 16px 20px;
    font-size: 0.875rem;
  }

  .legal-date {
    margin-top: 40px;
    padding-top: 20px;
  }
}

/* ============================================
   Company Page Styles (運営会社)
   ============================================ */

/* ============================================
   Base Styles
   ============================================ */
body.company-page {
  background: var(--pd-off-white);
  font-family: 'Noto Sans JP', sans-serif;
}

/* ============================================
   Cinema Opening Hero
   ============================================ */
.cinema-opening {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  display: grid;
  place-items: center;
  background: #e9edf1;
  isolation: isolate;
  overflow: hidden;
}

.cinema-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}

.cinema-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

/* Hide default page header styles */
body.subpage .page-header {
  display: none !important;
}

body.subpage .page-visual {
  display: none !important;
}

/* ============================================
   Page Content
   ============================================ */
.page-content {
  position: relative;
  padding: 100px 0 140px;
}

.page-content .container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   Company Section
   ============================================ */
.company-section {
  margin-bottom: 100px;
}

.company-section:last-child {
  margin-bottom: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0;
  letter-spacing: 0.05em;
}

.section-line {
  width: 40px;
  height: 1px;
  background: var(--pd-navy);
  margin: 20px auto 0;
}

/* ============================================
   Company Card - Minimal Elegant
   ============================================ */
.company-card {
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
  padding: 56px 64px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table tr {
  border-bottom: 1px solid var(--pd-line);
}

.company-table tr:last-child {
  border-bottom: none;
}

.company-table th,
.company-table td {
  padding: 24px 20px;
  font-size: 0.9375rem;
  line-height: 1.8;
  vertical-align: middle;
}

.company-table th {
  width: 160px;
  font-weight: 600;
  color: var(--pd-navy);
  letter-spacing: 0.05em;
  text-align: center;
  background: rgba(7, 24, 39, 0.02);
  border: 1px solid var(--pd-line);
}

.company-table td {
  color: #4b5563;
  text-align: left;
  padding-left: 40px;
}

.company-table td a {
  color: var(--pd-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--pd-line);
}

.company-table td a:hover {
  border-color: var(--pd-navy);
}

/* ============================================
   Message Card - Editorial Style
   ============================================ */
.message-card {
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
  padding: 64px 72px;
}

.message-text {
  font-size: 0.9375rem;
  line-height: 2.2;
  color: #4b5563;
}

.message-text p {
  margin: 0 0 2em;
  text-indent: 1em;
}

.message-text p:last-child {
  margin-bottom: 0;
}

.message-signature {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--pd-line);
  text-align: right;
}

.message-signature-title {
  font-size: 0.8125rem;
  color: var(--pd-gray);
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}

.message-signature-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0;
  letter-spacing: 0.05em;
}

/* ============================================
   Legal Card
   ============================================ */
.legal-card {
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
  padding: 56px 64px;
}

.legal-note {
  font-size: 0.8125rem;
  color: var(--pd-gray);
  margin: 0 0 40px;
  padding: 20px 24px;
  background: var(--pd-off-white);
  border-left: 2px solid var(--pd-navy);
  line-height: 1.8;
}

/* ============================================
   Company Page Responsive Design
   ============================================ */
@media (max-width: 768px) {
  .cinema-opening {
    min-height: clamp(200px, 35vw, 280px);
  }

  .cinema-opening-brand {
    font-size: clamp(3rem, 14vw, 5rem);
    bottom: clamp(-30px, -3vw, -15px);
  }

  .cinema-opening-line span {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }

  .page-content {
    padding: 70px 0 100px;
  }

  .company-card,
  .message-card,
  .legal-card {
    padding: 40px 28px;
  }

  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .company-table th {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 0.8125rem;
  }

  .company-table td {
    padding-bottom: 20px;
  }

  .company-section {
    margin-bottom: 70px;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .message-card {
    padding: 40px 28px;
  }

  .message-text {
    font-size: 0.875rem;
    line-height: 2;
  }

  .message-text p {
    text-indent: 0;
  }

  .message-signature {
    margin-top: 40px;
    padding-top: 24px;
  }
}

/* ============================================
   Blog Page Styles (ブログ)
   ============================================ */

/* Background with Elegant Pattern */
body.page-blog {
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 160, 220, .12), transparent 30rem),
    radial-gradient(circle at 92% 20%, rgba(36, 87, 230, .08), transparent 28rem),
    radial-gradient(circle at 50% 80%, rgba(147, 197, 253, .1), transparent 35rem),
    linear-gradient(180deg, #f0f7ff 0%, #ffffff 34%, #f8fafc 100%);
}

body.page-blog::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(37, 99, 235, .06) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,.1));
}

/* Cinema Opening Hero (Blog) */
.blog-cinema-opening {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  display: grid;
  place-items: center;
  background: #e9edf1;
  isolation: isolate;
  overflow: hidden;
}

.blog-cinema-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.blog-cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}

.blog-cinema-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.blog-cinema-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.blog-cinema-line {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.blog-cinema-line span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

/* Blog Page Content */
.blog-page-content {
  position: relative;
  padding: 100px 0 120px;
  background: transparent;
}

.blog-page-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Category Filter - Glass Style */
.category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 56px;
}

.category-filter-item {
  padding: 12px 26px;
  background: var(--theme-card-bg);
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--pd-navy);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(8, 31, 52, .06);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(.2, .8, .2, 1);
}

.category-filter-item:hover {
  border-color: var(--theme-primary);
  color: var(--theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, .12);
}

.category-filter-item.is-active {
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .3);
}

/* Blog Grid - Glass Card Style */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 36px;
}

/* ===== Blog Page Content ===== */
.blog-page-content {
  background: #ffffff;
}

/* ===== Blog Grid Minimal ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}

.blog-grid-item {
  text-decoration: none;
  color: inherit;
}

.blog-grid-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 12px;
}

.blog-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.blog-grid-item:hover .blog-grid-image img {
  opacity: 0.8;
}

.blog-grid-content {
  padding: 0;
}

.blog-grid-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.blog-grid-date {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.blog-grid-category {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #374151;
  padding: 4px 10px;
  border: 1px solid #374151;
  letter-spacing: 0.05em;
}

.blog-grid-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111827;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-grid-item:hover .blog-grid-title {
  text-decoration: underline;
}

.blog-empty-state {
  grid-column: 1 / -1;
  padding: 60px;
  text-align: center;
  color: #64748b;
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}

@media (max-width: 480px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .blog-grid-image {
    aspect-ratio: 16/9;
  }
}

/* ===== News Page ===== */
.news-page-content {
  background: #f8f9fa;
  padding: 80px 0 120px;
}

.news-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(7, 24, 39, 0.08);
  text-decoration: none;
  color: inherit;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item:last-child {
  border-bottom: none;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.news-date {
  font-size: 0.875rem;
  color: #6b7280;
  letter-spacing: 0.03em;
  min-width: 90px;
}

.news-category {
  display: inline-block;
  padding: 4px 12px;
  background: var(--pd-navy, #071827);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.news-content {
  flex: 1;
  min-width: 0;
}

.news-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--pd-navy, #071827);
  margin: 0;
  line-height: 1.7;
}

.news-item:hover .news-title {
  text-decoration: underline;
}

.news-empty-state {
  text-align: center;
  padding: 80px 20px;
}

.news-empty-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--pd-navy, #071827);
  margin: 0 0 12px;
}

.news-empty-text {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 768px) {
  .news-page-content {
    padding: 60px 0 80px;
  }

  .news-item {
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
  }

  .news-meta {
    gap: 12px;
  }

  .news-date {
    min-width: auto;
    font-size: 0.8125rem;
  }

  .news-title {
    font-size: 0.9375rem;
  }
}

/* ===== Home News Section ===== */
.home-news {
  padding: 80px 0;
}

.home-news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.home-news-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(7, 24, 39, 0.08);
  text-decoration: none;
  color: inherit;
}

.home-news-item:first-child {
  border-top: 1px solid rgba(7, 24, 39, 0.08);
}

.home-news-date {
  font-size: 0.875rem;
  color: #6b7280;
  flex-shrink: 0;
  min-width: 90px;
}

.home-news-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--pd-navy, #071827);
  transition: color 0.25s ease;
}

.home-news-item:hover .home-news-title {
  color: #1e40af;
}

.home-news-empty {
  padding: 40px;
  text-align: center;
  color: #6b7280;
}

.home-section-more {
  text-align: center;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: transparent;
  border: 1px solid var(--pd-navy, #071827);
  color: var(--pd-navy, #071827);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--pd-navy, #071827);
  color: #fff;
}

.btn-secondary svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* ===== Home Blog Section ===== */
.home-blog {
  padding: 80px 0;
  background: #f8f9fa;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.home-blog-item {
  text-decoration: none;
  color: inherit;
}

.home-blog-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 12px;
}

.home-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.home-blog-item:hover .home-blog-image img {
  opacity: 0.8;
}

.home-blog-content {
  padding: 0;
}

.home-blog-date {
  display: block;
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 8px;
}

.home-blog-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--pd-navy, #071827);
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-item:hover .home-blog-title {
  text-decoration: underline;
}

.contact-app-note {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e40af;
  margin: 0 0 16px;
}

/* Fixed CTA PC/SP切り替え */
.fixed-cta .fixed-cta-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .fixed-cta .fixed-cta-pc {
    display: none !important;
  }
  .fixed-cta .fixed-cta-sp {
    display: flex !important;
  }
}

.home-blog-empty {
  grid-column: 1 / -1;
  padding: 40px;
  text-align: center;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .home-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .home-news {
    padding: 60px 0;
  }

  .home-news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .home-news-date {
    min-width: auto;
  }

  .home-blog {
    padding: 60px 0;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-blog-image {
    aspect-ratio: 16/9;
  }
}

/* Blog Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 72px;
}

.blog-pagination-item {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--theme-card-bg);
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: var(--theme-radius-sm);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pd-navy);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(8, 31, 52, .06);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(.2, .8, .2, 1);
}

.blog-pagination-item:hover {
  border-color: var(--theme-primary);
  color: var(--theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, .15);
}

.blog-pagination-item.is-active {
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .3);
}

/* Blog Empty State */
.blog-empty-state {
  text-align: center;
  padding: 100px 20px;
}

.blog-empty-state-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
  background: linear-gradient(135deg, var(--pd-sky), #dbeafe);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 40px rgba(37, 99, 235, .15);
}

.blog-empty-state-icon svg {
  width: 48px;
  height: 48px;
  stroke: var(--pd-blue);
  stroke-width: 1.5;
  fill: none;
}

.blog-empty-state-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0 0 16px;
}

.blog-empty-state-text {
  font-size: 1.0625rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.8;
}

/* Blog Page Responsive Design */
@media (max-width: 768px) {
  .blog-cinema-opening {
    min-height: clamp(200px, 35vw, 280px);
  }

  .blog-cinema-brand {
    font-size: clamp(3rem, 14vw, 5rem);
    bottom: clamp(-30px, -3vw, -15px);
  }

  .blog-cinema-line span {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }

  .blog-page-content {
    padding: 60px 0 80px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .category-filter {
    margin-bottom: 40px;
  }

  .category-filter-item {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .blog-card-content {
    padding: 22px 20px 26px;
  }

  .blog-card-title {
    font-size: 1.0625rem;
  }
}

/* ============================================
   Reason Page Styles (選ばれる理由)
   ============================================ */

/* Reason Page Background */
body.subpage-reason {
  overflow-x: hidden;
}

/* ============================================
   Cinema Base Styles
   ============================================ */
.cinema-reason {
  background: #f2f5f8;
  color: #101827;
}

.cinema-reason .cinema-kicker {
  color: #2563eb;
  text-shadow: none;
}

.cinema-kicker {
  display: block;
  margin: 0 0 20px;
  color: var(--theme-accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.cinema-panel {
  position: relative;
  min-height: 112vh;
  padding: clamp(128px, 14vw, 190px) clamp(24px, 7vw, 112px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  --cinema-bg-y: 0px;
}

.cinema-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .34) 46%, rgba(5, 7, 10, .64) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .52), rgba(5, 7, 10, .16) 45%, rgba(5, 7, 10, .66));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: -9%;
  z-index: -2;
  overflow: hidden;
  background: #0b1118;
}

.cinema-bg img {
  width: 100%;
  height: 122%;
  display: block;
  object-fit: cover;
  filter: grayscale(.2) saturate(.94) contrast(1.06) brightness(.72);
  transform: translate3d(0, var(--cinema-bg-y), 0) scale(1.06);
  transform-origin: center;
  will-change: transform;
}

/* ============================================
   Cinema Opening (Hero)
   ============================================ */
.cinema-opening.cinema-panel {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  place-items: center;
  background: #e9edf1;
}

.cinema-opening.cinema-panel::before {
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
}

.cinema-opening.cinema-panel .cinema-bg {
  inset: 0;
  background: #e9edf1;
}

.cinema-opening.cinema-panel .cinema-bg img {
  height: 100%;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: translate3d(0, calc(var(--cinema-bg-y) * .2), 0) scale(1.02);
}

.cinema-opening-line {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
  z-index: 2;
}

.cinema-opening-line span {
  display: inline-block;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.7;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
  color: #fff;
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

/* ============================================
   Cinema Editorial (Introduction)
   ============================================ */
.cinema-editorial {
  position: relative;
  min-height: 78vh;
  padding: clamp(96px, 11vw, 160px) clamp(24px, 8vw, 120px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 99, 235, .1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
  text-align: center;
}

.cinema-editorial-inner {
  position: relative;
  width: min(880px, 100%);
  color: #101827;
}

.cinema-editorial h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.cinema-editorial p:not(.cinema-kicker) {
  margin: 34px auto 0;
  max-width: 760px;
  color: #344154;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 600;
  line-height: 2.25;
  text-align: center;
}

.cinema-phrase {
  display: inline-block;
  white-space: nowrap;
}

/* ============================================
   Cinema Reasons Grid
   ============================================ */
.cinema-reasons {
  padding: clamp(80px, 10vw, 140px) clamp(24px, 7vw, 108px);
  background: linear-gradient(180deg, #edf3f8 0%, #f7fafc 50%, #edf3f8 100%);
}

.cinema-reasons-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.cinema-reason-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.cinema-reason-card:nth-child(even) {
  direction: rtl;
}

.cinema-reason-card:nth-child(even) > * {
  direction: ltr;
}

.cinema-reason-card:last-child {
  margin-bottom: 0;
}

.cinema-reason-media {
  position: relative;
  height: clamp(280px, 32vw, 420px);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .15);
}

.cinema-reason-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-reason-num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--pd-blue), var(--theme-accent));
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .35);
}

.cinema-reason-content {
  padding: clamp(20px, 3vw, 40px) 0;
}

.cinema-reason-title {
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 900;
  color: var(--pd-navy);
  line-height: 1.3;
}

.cinema-reason-desc {
  margin: 0;
  color: #4b5563;
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  font-weight: 500;
  line-height: 2.1;
}

/* ============================================
   Cinema CTA (Final)
   ============================================ */
.cinema-final {
  min-height: 88vh;
  padding: clamp(128px, 14vw, 190px) clamp(24px, 7vw, 112px);
  display: grid;
  place-items: center;
  color: #fff;
}

.cinema-final .cinema-bg {
  opacity: 1;
}

.cinema-final .cinema-bg img {
  filter: grayscale(.2) saturate(.94) contrast(1.06) brightness(.72);
}

.cinema-final::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .34) 46%, rgba(5, 7, 10, .64) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .52), rgba(5, 7, 10, .16) 45%, rgba(5, 7, 10, .66));
}

.cinema-copy {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  text-align: center;
}

.cinema-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-copy p {
  margin: 28px auto 0;
  max-width: 600px;
  color: rgba(255, 255, 255, .85);
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.9;
}

.cinema-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.cinema-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .25s ease;
}

.cinema-actions a:hover {
  background: rgba(255, 255, 255, .2);
}

/* ============================================
   Cinema Animation
   ============================================ */
.cinema-rise {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cinema-rise.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Reason Card Animation */
.cinema-reason-card .cinema-reason-media {
  opacity: 0;
  transform: translate3d(-80px, 0, 0) scale(0.95);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-reason-card .cinema-reason-content {
  opacity: 0;
  transform: translate3d(80px, 0, 0);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.15s,
              transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.cinema-reason-card:nth-child(even) .cinema-reason-media {
  transform: translate3d(80px, 0, 0) scale(0.95);
}

.cinema-reason-card:nth-child(even) .cinema-reason-content {
  transform: translate3d(-80px, 0, 0);
}

.cinema-reason-card.is-visible .cinema-reason-media {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.cinema-reason-card.is-visible .cinema-reason-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Text Animation */
.cinema-reason-content .cinema-kicker {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.cinema-reason-content .cinema-reason-title {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

.cinema-reason-content .cinema-reason-desc {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}

.cinema-reason-card.is-visible .cinema-reason-content .cinema-kicker,
.cinema-reason-card.is-visible .cinema-reason-content .cinema-reason-title,
.cinema-reason-card.is-visible .cinema-reason-content .cinema-reason-desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ============================================
   Cinema Responsive
   ============================================ */
@media (max-width: 900px) {
  .cinema-opening.cinema-panel {
    min-height: 340px;
    padding: 0;
  }

  .cinema-opening-line span {
    font-size: clamp(.92rem, 4.2vw, 1.28rem);
    letter-spacing: .08em;
  }

  .cinema-opening-brand {
    bottom: -16px;
    font-size: clamp(4rem, 21vw, 7rem);
  }

  .cinema-editorial {
    min-height: 0;
    padding: 78px 22px;
  }

  .cinema-reasons {
    padding: 60px 20px;
  }

  .cinema-reason-card {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }

  .cinema-reason-card:nth-child(even) {
    direction: ltr;
  }

  .cinema-reason-media {
    height: 240px;
  }

  .cinema-reason-num {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }

  .cinema-final {
    min-height: 0;
    padding: 80px 22px;
  }

  .cinema-actions {
    flex-direction: column;
  }

  .cinema-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-rise {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================
   FAQ Page Styles (よくある質問)
   ============================================ */

/* ============================================
   FAQ - Cinema Base Styles
   ============================================ */
.cinema-faq {
  background: #f2f5f8;
  color: #101827;
}

.cinema-faq .cinema-kicker {
  color: #2563eb;
  text-shadow: none;
}

body.subpage-faq {
  overflow-x: hidden;
}

/* ============================================
   FAQ Section
   ============================================ */
.cinema-faq-section {
  padding: clamp(80px, 10vw, 120px) clamp(24px, 7vw, 108px);
  background: linear-gradient(180deg, #edf3f8 0%, #f7fafc 50%, #edf3f8 100%);
}

.cinema-faq-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq-category {
  margin-bottom: 70px;
}

.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pd-navy);
  margin: 0 0 32px;
  padding-left: 20px;
  border-left: 5px solid var(--theme-primary);
  position: relative;
}

.faq-category-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--theme-primary), transparent);
  border-radius: 2px;
}

.faq-list {
  display: grid;
  gap: 20px;
}

.faq-item {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(7, 24, 39, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(12px);
}

.faq-item:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.1);
}

.faq-item[open] {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow:
    0 20px 60px rgba(37, 99, 235, 0.15),
    0 0 0 1px rgba(37, 99, 235, .1);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 32px;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--pd-navy);
  list-style: none;
  transition: all 0.3s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover {
  background: rgba(37, 99, 235, 0.03);
}

.faq-q-icon {
  width: 40px;
  height: 40px;
  background: #3b6fc9;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.faq-question-text {
  flex: 1;
  line-height: 1.6;
}

.faq-toggle {
  width: 28px;
  height: 28px;
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--theme-primary-light), #e0e7ff);
  border-radius: 8px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2.5px;
  background: var(--theme-primary);
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-toggle::before {
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 32px 32px;
  animation: faqFadeIn 0.4s ease;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-a-icon {
  width: 40px;
  height: 40px;
  background: #f97316;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.faq-answer-text {
  flex: 1;
  color: #4b5563;
  line-height: 2;
  font-size: 0.9375rem;
}

#main.cinema-faq .faq-answer-text {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: rgba(255,0,0,0.1) !important;
}

.faq-answer-text a {
  color: var(--theme-primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.faq-answer-text a:hover {
  color: var(--theme-primary-dark);
  text-decoration: underline;
}

.faq-answer-text strong {
  color: var(--pd-navy);
}

/* ============================================
   FAQ Contact
   ============================================ */
.faq-contact {
  margin-top: 80px;
  padding: 48px 40px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(37, 99, 235, .15);
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(37, 99, 235, .1);
}

.faq-contact-text {
  margin: 0 0 24px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--pd-navy);
  line-height: 1.6;
}

.faq-contact-text .sp-only {
  display: none;
}

.faq-contact-tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, var(--pd-blue), var(--theme-accent));
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .35);
  transition: all 0.3s ease;
}

.faq-contact-tel:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, .45);
}

.faq-contact-tel svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* ============================================
   FAQ Responsive
   ============================================ */
@media (max-width: 900px) {
  .cinema-faq-section {
    padding: 60px 20px;
  }

  .faq-category {
    margin-bottom: 50px;
  }

  .faq-question {
    padding: 22px 24px;
    font-size: 0.9375rem;
    gap: 14px;
  }

  .faq-q-icon,
  .faq-a-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9375rem;
  }

  .faq-answer {
    padding: 0 24px 24px;
    gap: 14px;
  }

  .faq-contact {
    margin-top: 50px;
    padding: 36px 24px;
  }

  .faq-contact-text {
    font-size: 1rem;
  }

  .faq-contact-text .sp-only {
    display: inline;
  }

  .faq-contact-tel {
    padding: 16px 32px;
    font-size: 1.25rem;
  }

  .faq-contact-tel svg {
    width: 24px;
    height: 24px;
  }
}

/* ============================================
   Disclaimer Page Styles (医療広告・免責事項)
   ============================================ */

/* ============================================
   Base Styles - Disclaimer
   ============================================ */
body.disclaimer-page {
  background: var(--pd-off-white, #f8f9fa);
  font-family: 'Noto Sans JP', sans-serif;
}

/* ============================================
   Cinema Opening Hero
   ============================================ */
.cinema-opening {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  display: grid;
  place-items: center;
  background: #e9edf1;
  isolation: isolate;
  overflow: hidden;
}

.cinema-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}

.cinema-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

/* Hide default page header styles for disclaimer */
body.subpage.disclaimer-page .page-header {
  display: none !important;
}

body.subpage.disclaimer-page .page-visual {
  display: none !important;
}

/* ============================================
   Page Content - Disclaimer
   ============================================ */
.disclaimer-page .page-content {
  position: relative;
  padding: 100px 0 140px;
}

.disclaimer-page .page-content .container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   Legal Card - Minimal Elegant
   ============================================ */
.legal-card {
  background: var(--pd-white, #ffffff);
  border: 1px solid var(--pd-line);
  padding: 56px 64px;
  margin-bottom: 40px;
}

.legal-card:last-child {
  margin-bottom: 0;
}

.legal-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0 0 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pd-line);
  letter-spacing: 0.03em;
}

/* ============================================
   Legal Section
   ============================================ */
.legal-section {
  margin-bottom: 40px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 3px solid var(--pd-navy);
  letter-spacing: 0.03em;
}

.legal-text {
  font-size: 0.9375rem;
  line-height: 2;
  color: #4b5563;
}

.legal-text p {
  margin: 0 0 1.5em;
}

.legal-text p:last-child {
  margin-bottom: 0;
}

/* ============================================
   Legal List
   ============================================ */
.legal-list {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding: 12px 0 12px 24px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #4b5563;
  border-bottom: 1px solid var(--pd-line);
}

.legal-list li:last-child {
  border-bottom: none;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  background: var(--pd-navy);
  border-radius: 50%;
}

/* ============================================
   Important Box - Premium Wine Red
   ============================================ */
.important-box {
  margin: 24px 0;
  padding: 24px 28px;
  background: linear-gradient(135deg, #fdfafa 0%, #f9f5f5 100%);
  border-left: 3px solid #8b2635;
  border-radius: 0 4px 4px 0;
}

.important-box-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #8b2635;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

.important-box p {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #4b5563;
  margin: 0;
}

/* ============================================
   Info Box
   ============================================ */
.info-box {
  margin: 24px 0;
  padding: 20px 24px;
  background: var(--pd-off-white, #f8f9fa);
  border-left: 3px solid var(--pd-navy);
}

.info-box-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0 0 8px;
}

.info-box p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #4b5563;
  margin: 0;
}

/* ============================================
   Contact Info
   ============================================ */
.contact-info {
  margin-top: 1em;
  padding: 20px 24px;
  background: var(--pd-off-white, #f8f9fa);
  border-left: 2px solid var(--pd-navy);
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #4b5563;
}

.contact-info strong {
  display: block;
  color: var(--pd-navy);
  margin-bottom: 8px;
}

/* ============================================
   Legal Date
   ============================================ */
.legal-date {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pd-gray, #6b7280);
  margin-bottom: 40px;
}

/* ============================================
   Responsive Design - Disclaimer
   ============================================ */
@media (max-width: 768px) {
  .cinema-opening {
    min-height: clamp(200px, 35vw, 280px);
  }

  .cinema-opening-brand {
    font-size: clamp(3rem, 14vw, 5rem);
    bottom: clamp(-30px, -3vw, -15px);
  }

  .cinema-opening-line span {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }

  .disclaimer-page .page-content {
    padding: 70px 0 100px;
  }

  .legal-card {
    padding: 40px 28px;
    margin-bottom: 24px;
  }

  .legal-card-title {
    font-size: 1rem;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .legal-section {
    margin-bottom: 32px;
  }

  .legal-section-title {
    font-size: 0.9375rem;
    padding-left: 12px;
  }

  .legal-text {
    font-size: 0.875rem;
    line-height: 1.9;
  }

  .legal-list li {
    padding: 10px 0 10px 20px;
    font-size: 0.875rem;
  }

  .legal-list li::before {
    top: 18px;
    width: 5px;
    height: 5px;
  }

  .important-box,
  .info-box,
  .contact-info {
    padding: 16px 20px;
  }

  .legal-date {
    margin-bottom: 32px;
  }
}
/* ============================================
   Flow Page Styles
   ============================================ */

body.subpage-flow {
  overflow-x: hidden;
  background: #e9edf1;
}

/* ============================================
   Cinema Hero Styles (Flow Page)
   ============================================ */
.cinema-about {
  background: #fff;
  color: #101827;
}

.cinema-about .cinema-kicker {
  color: #2563eb;
  text-shadow: none;
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: inline-block;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: .12em;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
}

/* ============================================
   Flow Content
   ============================================ */
.flow-content {
  background: rgba(255, 255, 255, .94);
  padding: clamp(64px, 7vw, 92px) 0 clamp(76px, 8vw, 104px);
}

.flow-intro-section {
  position: relative;
  overflow: hidden;
  background: #eeeeee;
  padding: clamp(132px, 10.4vw, 196px) 0 clamp(72px, 8vw, 104px);
}

/* Intro Section */
.flow-intro {
  position: relative;
  max-width: min(1368px, calc(100% - clamp(58px, 7vw, 150px)));
  min-height: clamp(520px, 29.4vw, 552px);
  margin: 0 auto 0 0;
  padding:
    clamp(58px, 5vw, 66px)
    clamp(470px, 27vw, 528px)
    clamp(40px, 4.6vw, 64px)
    clamp(160px, 20.7vw, 388px);
  background: #fff;
  border-radius: 0 0 72px 0;
  box-shadow: 24px 24px 34px rgba(0, 0, 0, .10);
}

.flow-intro-text {
  position: relative;
  z-index: 2;
  width: min(100%, clamp(420px, 26vw, 470px));
}

/* Section Backgrounds */
.section-white {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 12% 0%, rgba(36, 87, 230, .06), transparent 25rem),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .86));
  padding: 80px 0;
  backdrop-filter: blur(6px);
}

.section-gray {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 88% 4%, rgba(14, 165, 233, .08), transparent 26rem),
    linear-gradient(180deg, rgba(245, 247, 250, .90), rgba(245, 247, 250, .82));
  padding: 80px 0;
  backdrop-filter: blur(6px);
}

.section-white > .section-inner,
.section-gray > .section-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.flow-intro-text h2 {
  max-width: 470px;
  font-size: clamp(1.9rem, 2vw, 2.18rem);
  font-weight: 500;
  line-height: 1.42;
  color: var(--theme-text);
  margin: 0 0 38px;
  letter-spacing: 0;
}

.flow-intro-text h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 18px;
  background: var(--theme-primary);
}

.flow-intro-text p {
  max-width: 470px;
  font-size: clamp(.96rem, .96vw, 1rem);
  line-height: 1.86;
  color: #666;
  margin: 0;
  letter-spacing: 0;
}

.flow-intro-text strong {
  color: #444;
  font-weight: 800;
}

.flow-intro-image {
  position: absolute;
  top: clamp(-108px, -5.4vw, -76px);
  left: auto;
  right: calc(1368px - 100vw);
  width: clamp(760px, 48.4vw, 910px);
  height: clamp(410px, 25.2vw, 473px);
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.flow-intro-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .25);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, .35);
}

.flow-intro .btn-primary {
  position: relative;
  width: min(330px, 100%);
  min-height: 50px;
  justify-content: center;
  gap: 18px;
  margin: 34px auto 0;
  padding: 0 48px;
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  border-radius: 999px;
  font-size: .96rem;
  box-shadow: 0 12px 26px rgba(37, 99, 235, .18);
}

.flow-intro .btn-primary i {
  position: absolute;
  right: 24px;
  font-size: .92rem;
}

.flow-intro .btn-primary:hover {
  transform: none;
  background: linear-gradient(135deg, var(--theme-primary-dark), var(--theme-primary));
  box-shadow: 0 14px 30px rgba(37, 99, 235, .24);
}

.flow-step .btn-primary:hover {
  transform: none;
}

.flow-step .btn-primary {
  width: fit-content;
  min-width: 230px;
  min-height: 52px;
  padding: 0 28px;
  font-size: .95rem;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-en {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--theme-primary);
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--theme-text);
  margin: 0;
}

.section-title p {
  font-size: 1.0625rem;
  color: #666;
  margin: 20px 0 0;
}

/* Flow Steps */
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  padding-left: 150px;
}

.flow-steps::before {
  content: "";
  position: absolute;
  left: 95px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, .18),
    rgba(37, 99, 235, .56),
    rgba(37, 99, 235, .18)
  );
  border-radius: 999px;
  display: none;
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
  gap: 44px;
  align-items: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .055), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff 62%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 14px;
  padding: 42px 50px;
  box-shadow:
    0 24px 56px rgba(7, 24, 39, .075),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: none;
}

.flow-step::before {
  content: "";
  position: absolute;
  left: -69px;
  top: 46px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid rgba(37, 99, 235, .82);
  box-shadow: 0 0 0 10px rgba(37, 99, 235, .08);
  z-index: 2;
}

.flow-step::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 86px;
  width: 2px;
  height: calc(100% - 14px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, .08),
    rgba(37, 99, 235, .44) 18%,
    rgba(37, 99, 235, .44) 82%,
    rgba(37, 99, 235, .08)
  );
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    transform .95s cubic-bezier(.16, 1, .3, 1),
    opacity .35s ease;
  transition-delay: calc(var(--flow-reveal-delay, 0ms) + 180ms);
  pointer-events: none;
  z-index: 1;
}

.flow-step:last-child::after {
  display: none;
}

.flow-step.is-visible::after {
  opacity: 1;
  transform: scaleY(1);
}

.flow-step:hover {
  box-shadow:
    0 24px 56px rgba(7, 24, 39, .075),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: none;
}

.flow-step-content {
  display: flex;
  flex-direction: column;
}

.flow-step-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: -150px;
  top: 36px;
  width: 76px;
  justify-content: flex-end;
  margin-bottom: 0;
  z-index: 2;
}

.flow-step-number span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--theme-primary);
}

.flow-step-number em {
  font-size: 1.75rem;
  font-weight: 900;
  font-style: normal;
  color: var(--theme-primary);
}

.flow-step h3 {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--theme-text);
  margin: 0 0 20px;
  padding-bottom: 13px;
  letter-spacing: .01em;
}

.flow-step h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--theme-primary) 0%,
    rgba(37, 99, 235, .78) 52%,
    rgba(37, 99, 235, .08) 100%
  );
  box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
  opacity: .72;
  transform: scaleX(.24);
  transform-origin: left;
  transition:
    transform .9s cubic-bezier(.16, 1, .3, 1),
    opacity .55s ease;
  transition-delay: calc(var(--flow-reveal-delay, 0ms) + 120ms);
}

.flow-step.is-visible h3::after {
  opacity: 1;
  transform: scaleX(1);
}

.flow-step p {
  font-size: 1rem;
  line-height: 1.9;
  color: #555f6e;
  margin: 0;
}

.flow-step-image {
  border-radius: 16px;
  overflow: hidden;
  background: #f5f7fb;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, .08),
    inset 0 0 0 1px rgba(37, 99, 235, .06);
  display: grid;
  place-items: center;
}

.flow-step-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: clamp(16px, 2vw, 28px);
}

.flow-step-image img[src$=".png"],
.flow-step-image img[src$=".jpg"],
.flow-step-image img[src$=".jpeg"],
.flow-step-image img[src$=".webp"] {
  height: 100%;
  object-fit: cover;
  padding: 0;
}

/* Info Box */
.flow-note {
  margin-top: 20px;
  padding: 20px 26px;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  background:
    linear-gradient(135deg, #f7f9fc 0%, #f3f6fb 100%);
  border: none !important;
  border-left: none !important;
  color: var(--theme-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    0 8px 22px rgba(7, 24, 39, .035);
  font-weight: 700;
}

.flow-note--tip {
  background: #f6f7f9;
  color: var(--theme-primary-dark);
}

.flow-note--warning {
  background: #f6f7f9;
  color: #b91c1c;
}

.flow-note strong {
  font-weight: 700;
  color: var(--theme-primary-dark);
}

.flow-note--tip strong {
  color: var(--theme-primary-dark);
}

.flow-note--warning strong {
  color: #b91c1c;
}

/* App Download */
.app-download {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #111827 0%, #020617 100%);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(2, 6, 23, .16);
  transition: background .2s ease, box-shadow .2s ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  background: linear-gradient(180deg, #1f2937 0%, #0f172a 100%);
  box-shadow: 0 12px 28px rgba(2, 6, 23, .2);
  outline: none;
}

.store-badge i {
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
}

.store-badge-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.store-badge-text small {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.store-badge-text span {
  font-size: .98rem;
}

/* Premium reveal motion */
.flow-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  filter: blur(8px);
  clip-path: inset(18px 0 0 0);
  transition:
    opacity .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    filter .9s cubic-bezier(.16, 1, .3, 1),
    clip-path .9s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--flow-reveal-delay, 0ms);
  will-change: opacity, transform, filter, clip-path;
}

.flow-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0);
}

.flow-intro.flow-reveal,
.flow-intro.flow-reveal.is-visible {
  clip-path: none;
  overflow: visible;
}

.flow-step.flow-reveal {
  transform: translate3d(0, 20px, 0);
  clip-path: none;
}

.flow-step.flow-reveal.is-visible {
  transform: none;
  clip-path: none;
}

.flow-step.flow-reveal .flow-step-image img {
  transform: scale(1.035);
  transition: transform 1.15s cubic-bezier(.16, 1, .3, 1);
}

.flow-step.flow-reveal.is-visible .flow-step-image img {
  transform: scale(1);
}

.flow-steps.flow-line-reveal::before {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    opacity .55s ease,
    transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.flow-steps.flow-line-reveal.is-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .flow-intro {
    max-width: calc(100% - clamp(40px, 7vw, 110px));
    min-height: clamp(500px, 37vw, 550px);
    padding:
      clamp(54px, 4.8vw, 66px)
      clamp(400px, 34vw, 510px)
      clamp(44px, 5vw, 64px)
      clamp(88px, 13vw, 230px);
  }

  .flow-intro-image {
    top: clamp(-78px, -4.8vw, -54px);
    right: calc(clamp(40px, 7vw, 110px) * -1);
    width: clamp(560px, 46vw, 690px);
    height: clamp(310px, 24vw, 390px);
  }
}
@media (max-width: 1100px) {
  .flow-intro {
    max-width: calc(100% - 40px);
    min-height: 0;
    margin: 0 auto;
    padding: 48px 28px 34px;
  }

  .flow-intro-text {
    width: 100%;
  }

  .flow-intro-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 34px;
    border-radius: 16px;
  }

  .flow-intro-image img {
    aspect-ratio: 16 / 10;
  }
}

/* ============================================
   Flow Page Responsive
   ============================================ */
@media (max-width: 768px) {
  .flow-content,
  .flow-intro-section {
    padding: 52px 0 58px;
  }

  .flow-intro {
    max-width: calc(100% - 32px);
    min-height: 0;
    padding: 38px 20px 28px;
    border-radius: 0 0 34px 0;
    box-shadow: 14px 14px 24px rgba(0, 0, 0, .08);
  }

  .flow-intro-text h2 {
    font-size: 1.7rem;
    line-height: 1.48;
    margin-bottom: 26px;
  }

  .flow-intro-text h2::after {
    margin-top: 14px;
  }

  .flow-intro-text p {
    font-size: 0.9375rem;
    line-height: 1.84;
  }

  .flow-intro-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 14px;
  }

  .flow-intro-image img {
    aspect-ratio: 16 / 10;
  }

  .flow-intro .btn-primary,
  .flow-intro .btn-primary[style] {
    width: 100%;
    min-height: 58px;
    padding: 0 46px;
    font-size: 0.9375rem;
  }

  .section-white,
  .section-gray {
    padding: 48px 0;
  }

  .section-white > .section-inner,
  .section-gray > .section-inner {
    padding: 0 16px;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .section-title p {
    font-size: 0.9375rem;
  }

  .flow-steps {
    gap: 28px;
    padding-left: 62px;
  }

  .flow-steps::before {
    left: 41px;
    top: 26px;
    bottom: 26px;
  }

  .flow-step {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .flow-step::before {
    left: -31px;
    top: 28px;
    width: 12px;
    height: 12px;
    border-width: 4px;
    box-shadow: 0 0 0 7px rgba(37, 99, 235, .08);
  }

  .flow-step::after {
    left: -21px;
    top: 60px;
    height: calc(100% - 16px);
  }

  .flow-step-number {
    left: -62px;
    top: 18px;
    width: 34px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
  }

  .flow-step-number span {
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    line-height: 1.1;
  }

  .flow-step-number em {
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .flow-step h3 {
    font-size: 1.125rem;
    margin-bottom: 14px;
    padding-bottom: 11px;
  }

  .flow-step h3::after {
    height: 3px;
  }

  .flow-step p {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .flow-step-image {
    order: 0;
    border-radius: 10px;
  }

  .flow-note {
    font-size: 0.8125rem;
    padding: 14px 16px;
    margin-top: 14px;
    border-radius: 9px;
  }

  .btn-primary {
    padding: 14px 28px;
    font-size: 0.9375rem;
  }

  .app-download {
    gap: 10px;
    margin-top: 16px;
    justify-content: center;
  }

  .store-badge {
    flex: 1 1 142px;
    min-width: 0;
    min-height: 46px;
    padding: 8px 10px;
    gap: 8px;
  }

  .store-badge i {
    font-size: 1.25rem;
  }

  .store-badge-text small {
    font-size: .52rem;
  }

  .store-badge-text span {
    font-size: .86rem;
  }
}

/* Flow Page Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .flow-reveal,
  .flow-steps.flow-line-reveal::before,
  .flow-step::after,
  .flow-step h3::after {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: inset(0);
    transition: none;
  }

  .flow-step.flow-reveal .flow-step-image img {
    transform: none;
    transition: none;
  }
}

/* ============================================
   Inspection Page Styles (対応症状)
   ============================================ */

  body.subpage.subpage-inspection {
    background: var(--insp-bg);
  }

  /* ============================================
     Hero Section
     ============================================ */
  .insp-hero {
    position: relative;
    display: grid;
    min-height: clamp(300px, 28vw, 430px);
    padding: 0 24px;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #e9edf1;
    text-align: center;
  }

  .insp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
      radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
      linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
    pointer-events: none;
  }

  .insp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: #e9edf1;
  }

  .insp-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.08) contrast(.98) brightness(1.34);
    transform: scale(1.02);
  }

  .insp-hero-brand {
    position: absolute;
    left: 50%;
    bottom: clamp(-58px, -4.2vw, -24px);
    z-index: 1;
    width: 100vw;
    margin: 0;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .68);
    font-size: clamp(4.8rem, 18vw, 17rem);
    font-weight: 900;
    letter-spacing: .015em;
    line-height: .78;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
    pointer-events: none;
  }

  .insp-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
  }

  .insp-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.75rem, 3.6vw, 2.75rem);
    font-weight: 900;
    line-height: .98;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
    -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
  }

  .insp-hero-phrase {
    display: inline-block;
  }

  @media (max-width: 767px) {
    .insp-hero {
      min-height: 280px;
      padding: 0 20px;
    }

    .insp-hero-brand {
      bottom: -24px;
      font-size: clamp(4rem, 21vw, 7rem);
    }

    .insp-hero h1 {
      font-size: clamp(1.55rem, 7.2vw, 2.15rem);
      line-height: 1.04;
    }
  }

  /* ============================================
     Category Section
     ============================================ */
  .insp-section {
    padding: clamp(60px, 8vw, 100px) 24px;
  }

  .insp-section--alt {
    background: #fff;
  }

  .insp-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .insp-section-header {
    margin-bottom: clamp(40px, 5vw, 60px);
    text-align: center;
  }

  .insp-section-title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    color: var(--insp-text);
  }

  /* ============================================
     Category Title
     ============================================ */
  .insp-category {
    margin-bottom: clamp(48px, 6vw, 72px);
  }

  .insp-category:last-child {
    margin-bottom: 0;
  }

  .insp-category-title {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--insp-line);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--insp-text);
  }

  /* ============================================
     Symptom Cards Grid
     ============================================ */
  .insp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }

  .insp-card {
    position: relative;
    background: var(--insp-card-bg);
    border: 1px solid var(--insp-line);
    border-radius: var(--insp-radius);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .insp-card:hover {
    border-color: var(--insp-primary);
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.12);
    transform: translateY(-4px);
  }

  .insp-card-img {
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .insp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .insp-card-body {
    padding: 16px;
  }

  .insp-card-title {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--insp-text);
  }

  /* ============================================
     Test Cards (Larger)
     ============================================ */
  .insp-grid--tests {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
  }

  .insp-card--test .insp-card-body {
    padding: 20px;
  }

  .insp-card--test .insp-card-title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }

  .insp-card-desc {
    margin: 0 0 12px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--insp-text-light);
  }

  /* ============================================
     Care Guide Section
     ============================================ */
  .insp-care-section {
    background: #fff;
    border-top: 1px solid var(--insp-line);
    border-bottom: 1px solid var(--insp-line);
  }

  .insp-care-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 72px);
    width: min(1040px, 100%);
    margin: 0 auto;
  }

  .insp-care-group {
    padding-top: 24px;
    border-top: 2px solid var(--insp-line);
  }

  .insp-care-group--emergency {
    border-top-color: #94a3b8;
  }

  .insp-care-label {
    margin: 0 0 14px;
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--insp-text);
  }

  .insp-care-note {
    margin: 0 0 18px;
    color: var(--insp-text-light);
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .insp-care-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }

  .insp-care-list--dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .insp-care-item {
    position: relative;
    padding-left: 1.25em;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.75;
    color: var(--insp-text);
  }

  .insp-care-item::before {
    content: "";
    position: absolute;
    left: 0;
    color: var(--insp-primary);
    font-weight: 900;
  }

  @media (max-width: 768px) {
    .insp-care-guide {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .insp-care-list--dense {
      grid-template-columns: 1fr;
    }
  }

  /* ============================================
     CTA Section
     ============================================ */
  .insp-cta {
    position: relative;
    display: grid;
    min-height: clamp(560px, 88vh, 820px);
    padding: clamp(100px, 10vw, 150px) clamp(24px, 7vw, 108px);
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #071827;
    color: #fff;
    text-align: center;
  }

  .insp-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .36) 48%, rgba(5, 7, 10, .82)),
      linear-gradient(180deg, rgba(5, 7, 10, .58), rgba(5, 7, 10, .24), rgba(5, 7, 10, .78));
    pointer-events: none;
  }

  .insp-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 18% 28%, rgba(37, 99, 235, .24), transparent 36%),
      radial-gradient(circle at 82% 34%, rgba(14, 165, 233, .16), transparent 38%);
    pointer-events: none;
  }

  .insp-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background: #071827;
  }

  .insp-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.92) contrast(1.05) brightness(.72);
    transform: scale(1.06);
  }

  .insp-cta-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .insp-cta-kicker {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .62);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
  }

  .insp-cta h2 {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(2rem, 4.4vw, 3.8rem);
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.12;
    text-shadow: 0 12px 36px rgba(0, 0, 0, .34);
  }

  .insp-cta-phrase {
    display: inline-block;
  }

  .insp-cta p {
    margin: 0 0 40px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.95;
  }

  .insp-cta-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .insp-cta-btn {
    display: inline-flex;
    min-width: 220px;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(7, 24, 39, .22);
    transition: all 0.3s ease;
  }

  .insp-cta-btn--primary {
    background: linear-gradient(135deg, var(--insp-primary), var(--insp-accent));
    color: #fff;
  }

  .insp-cta-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(37, 99, 235, .36);
  }

  .insp-cta-btn--secondary {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .32);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .insp-cta-btn--secondary:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .48);
    transform: translateY(-2px);
  }

  /* ============================================
     Animations
     ============================================ */
  .js-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ============================================
     Responsive
     ============================================ */
  @media (max-width: 768px) {
    .insp-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .insp-grid--tests {
      grid-template-columns: 1fr;
    }


    .insp-cta-actions {
      flex-direction: column;
    }

    .insp-cta-btn {
      width: 100%;
      min-width: 0;
    }
  }

/* ============================================
   Night Holiday Clinic Page Styles (夜間休日外来)
   ============================================ */

/* ============================================
   Typography
   ============================================ */
.t-heading-xl {
  font-family: var(--f-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.t-heading-lg {
  font-family: var(--f-serif);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.t-body {
  font-size: clamp(.875rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: .03em;
}

/* ============================================
   Layout
   ============================================ */
.section {
  padding: clamp(80px, 12vw, 160px) clamp(20px, 5vw, 80px);
}

.section--lg {
  padding: clamp(120px, 18vw, 240px) clamp(20px, 5vw, 80px);
}

.section--dark {
  background: var(--c-dark);
  color: var(--c-white);
}

.section--alt {
  background: var(--c-bg-alt);
}

.nhc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================
   Cinema Opening Hero
   ============================================ */
.cinema-panel {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  display: grid;
  place-items: center;
  background: #e9edf1;
  isolation: isolate;
  overflow: hidden;
}

.cinema-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}

.cinema-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .12);
  font-size: clamp(5.8rem, 14vw, 14rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: .78;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
}

/* Hide default page styles */
body.subpage .page-header,
body.subpage .page-visual {
  display: none !important;
}

/* ============================================
   Intro Section - Premium Style
   ============================================ */
.intro-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.intro {
  text-align: center;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(40px, 6vw, 80px) clamp(60px, 10vw, 120px);
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
  border: 1px solid rgba(37, 99, 235, .08);
  border-radius: 4px;
  position: relative;
}

.intro::before,
.intro::after,
.intro .corner-bl,
.intro .corner-br {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: rgba(37, 99, 235, .25);
  pointer-events: none;
}

.intro::before {
  top: 20px;
  left: 20px;
  border-width: 1px 0 0 1px;
}

.intro::after {
  top: 20px;
  right: 20px;
  border-width: 1px 1px 0 0;
}

.intro .corner-bl {
  bottom: 20px;
  left: 20px;
  border-width: 0 0 1px 1px;
}

.intro .corner-br {
  bottom: 20px;
  right: 20px;
  border-width: 0 1px 1px 0;
}

.intro__line {
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto 20px;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, .4), transparent);
}

.intro__label {
  display: inline-block;
  margin-bottom: 16px;
  color: #2563eb;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .25em;
  position: relative;
}

.intro__label::before,
.intro__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .3));
}

.intro__label::before {
  right: calc(100% + 15px);
}

.intro__label::after {
  left: calc(100% + 15px);
  background: linear-gradient(270deg, transparent, rgba(37, 99, 235, .3));
}

.intro__catch {
  margin: 0 0 24px;
  letter-spacing: .05em;
}

.intro__text {
  margin: 0 auto;
  max-width: 800px;
  color: var(--c-text-muted);
  line-height: 2.2;
  font-size: .95rem;
}

.intro__bottom-line {
  display: block;
  width: 1px;
  height: 30px;
  margin: 25px auto 0;
  background: linear-gradient(180deg, rgba(37, 99, 235, .4), transparent);
}

/* ============================================
   Feature Grid
   ============================================ */
.features {
  text-align: center;
}

.features__header {
  padding-bottom: clamp(40px, 6vw, 60px);
}

.features__title {
  margin: 0;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.features__item {
  position: relative;
  padding: clamp(40px, 5vw, 60px) clamp(24px, 3vw, 40px);
  text-align: left;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.features__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, .1) 0%, rgba(13, 27, 42, .75) 60%, rgba(13, 27, 42, .9) 100%);
  z-index: 1;
}

.features__item-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.features__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.features__item:hover .features__item-bg img {
  transform: scale(1.05);
}

.features__item-content {
  position: relative;
  z-index: 2;
}

.features__num {
  display: block;
  margin-bottom: 16px;
  font-size: .8rem;
  letter-spacing: .15em;
  color: rgba(255,255,255,.5);
}

.features__item-title {
  margin: 0 0 12px;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.features__item-text {
  margin: 0;
  font-size: .85rem;
  line-height: 1.9;
  color: rgba(255,255,255,.7);
}

/* ============================================
   Hours Table
   ============================================ */
.hours {
  text-align: center;
}

.hours__title {
  margin: 0 0 60px;
}

.hours__table-wrap {
  display: inline-block;
  background: var(--c-white);
  padding: 40px;
}

.hours__table {
  border-collapse: collapse;
  font-size: .9rem;
}

.hours__table th,
.hours__table td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid var(--c-line);
}

.hours__table thead th {
  font-weight: 500;
  color: var(--c-text-muted);
  border-bottom: 1px solid var(--c-dark);
}

.hours__table tbody th {
  text-align: left;
  font-weight: 400;
}

.hours__table tbody tr:last-child th,
.hours__table tbody tr:last-child td {
  border-bottom: none;
}

.hours__check {
  color: var(--c-accent);
  font-weight: 500;
}

.hours__closed {
  color: var(--c-line);
}

.hours__note {
  margin-top: 40px;
  font-size: .85rem;
  color: var(--c-text-muted);
}

/* ============================================
   Symptoms Section
   ============================================ */
.symptoms {
  text-align: center;
}

.symptoms__title {
  margin: 0 0 20px;
}

.symptoms__lead {
  max-width: 700px;
  margin: 0 auto 60px;
  color: var(--c-text-muted);
  font-size: .95rem;
  line-height: 2;
}

.symptoms__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}

.symptoms__item {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.symptoms__item-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.symptoms__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.symptoms__item-name {
  margin: 0;
  padding: 16px 12px 20px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--c-dark);
}

.testing {
  margin-top: 80px;
}

.testing__title {
  margin: 0 0 32px;
  text-align: center;
}

.testing__items {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin: 0 auto;
}

.testing__item {
  padding: 18px 0;
  font-size: 1.25rem;
  color: var(--c-text);
  border-bottom: 1px solid var(--c-line);
  text-align: left;
}

.testing__item:last-child {
  border-bottom: none;
}

/* ============================================
   Reservation Section
   ============================================ */
.reservation {
  text-align: center;
}

.reservation__title {
  margin: 0 0 24px;
}

.reservation__lead {
  max-width: 700px;
  margin: 0 auto 60px;
  color: var(--c-text-muted);
  font-size: .95rem;
  line-height: 2;
}

.reservation__app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
  padding: 40px;
  background: var(--c-white);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
}

.reservation__app-image {
  width: 200px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.reservation__app-image img {
  width: 100%;
  height: auto;
  display: block;
}

.reservation__app-info {
  text-align: left;
}

.reservation__app-name {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c-dark);
}

.reservation__app-desc {
  margin: 0 0 16px;
  font-size: .9rem;
  color: var(--c-text-muted);
}

.reservation__app-buttons {
  display: flex;
  gap: 12px;
}

.reservation__store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--c-dark);
  color: #fff;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 500;
  transition: all .3s ease;
}

.reservation__store-btn:hover {
  background: #1e3a5f;
  transform: translateY(-2px);
}

.reservation__store-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

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

.reservation__step {
  position: relative;
  background: var(--c-white);
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .08);
  overflow: hidden;
}

.reservation__step-num {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  line-height: 1;
}

.reservation__step-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.reservation__step-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, transparent 40%);
  pointer-events: none;
}

.reservation__step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reservation__step-content {
  padding: 20px 16px 24px;
}

.reservation__step-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--c-dark);
}

.reservation__step-text {
  margin: 0;
  font-size: .85rem;
  color: var(--c-text-muted);
  line-height: 1.8;
}

.reservation__note {
  margin-top: 60px;
  padding: 24px 32px;
  background: rgba(37, 99, 235, .06);
  border-left: 3px solid #2563eb;
  border-radius: 0 8px 8px 0;
  text-align: left;
}

.reservation__note-title {
  margin: 0 0 8px;
  font-size: .9rem;
  font-weight: 700;
  color: #2563eb;
}

.reservation__note-text {
  margin: 0;
  font-size: .85rem;
  color: var(--c-text-muted);
  line-height: 1.8;
}

/* ============================================
   CTA Section
   ============================================ */
.cta {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.4);
}

.cta__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px 20px;
}

.cta__title {
  margin: 0 0 32px;
}

.cta__text {
  margin: 0 0 48px;
  color: rgba(255,255,255,.7);
}

.cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 18px 32px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .08em;
  transition: all .4s var(--ease-out);
}

.cta__btn--primary {
  background: var(--c-white);
  color: var(--c-dark);
}

.cta__btn--primary:hover {
  background: var(--c-bg);
  transform: translateY(-2px);
}

.cta__btn--secondary {
  background: transparent;
  color: var(--c-white);
  border: 1px solid rgba(255,255,255,.3);
}

.cta__btn--secondary:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.5);
}

/* ============================================
   Animations
   ============================================ */
.nhc-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

.nhc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Utility
   ============================================ */
.u-pc-only {
  display: inline;
}

/* ============================================
   Responsive Design - Night Holiday Clinic
   ============================================ */
@media (max-width: 1024px) {
  .intro {
    aspect-ratio: 4 / 3;
  }

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

@media (max-width: 768px) {
  .cinema-panel {
    min-height: 340px;
  }

  .cinema-opening-line span {
    font-size: clamp(.92rem, 4.2vw, 1.28rem);
  }

  .cinema-opening-brand {
    bottom: -16px;
    font-size: clamp(4rem, 21vw, 7rem);
  }

  .intro {
    aspect-ratio: auto;
    padding: clamp(50px, 10vw, 80px) clamp(30px, 6vw, 50px);
  }

  .intro::before,
  .intro::after,
  .intro .corner-bl,
  .intro .corner-br {
    width: 40px;
    height: 40px;
  }

  .intro__label::before,
  .intro__label::after {
    display: none;
  }

  .features__grid {
    grid-template-columns: 1fr;
  }

  .features__item {
    aspect-ratio: 16 / 9;
  }

  .hours__table-wrap {
    width: 100%;
    padding: 24px 16px;
    overflow-x: auto;
  }

  .hours__table th,
  .hours__table td {
    padding: 12px 10px;
    font-size: .8rem;
  }

  .symptoms__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .testing__item {
    padding: 0 16px;
    font-size: .85rem;
  }

  .reservation__app {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .reservation__app-image {
    width: 160px;
  }

  .reservation__app-info {
    text-align: center;
  }

  .reservation__app-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .reservation__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .u-pc-only {
    display: none;
  }
}

@media (max-width: 480px) {
  .reservation__steps {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ============================================
   Price Page Styles (料金案内)
   ============================================ */

/* ===== Cinema Base ===== */
.cinema-price {
  background: #f8fbff;
}

.cinema-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ===== Cinema Background ===== */
.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.cinema-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ===== Opening Section ===== */
.cinema-opening {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  place-items: center;
  background: #e9edf1;
}

.cinema-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.cinema-opening .cinema-bg {
  inset: 0;
  background: #e9edf1;
}

.cinema-opening .cinema-bg img {
  height: 100%;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: inline-block;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.7;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

@media (max-width: 900px) {
  .cinema-opening {
    min-height: 340px;
  }

  .cinema-opening-line span {
    font-size: clamp(.92rem, 4.2vw, 1.28rem);
    letter-spacing: .08em;
  }

  .cinema-opening-brand {
    bottom: -16px;
    font-size: clamp(4rem, 21vw, 7rem);
  }
}

/* ===== Editorial Section ===== */
.cinema-editorial {
  position: relative;
  padding: 120px 24px;
  background: #fff;
  overflow: hidden;
}

/* ===== Section Alternating Backgrounds ===== */
.cinema-editorial { background: #fff; }
.cinema-pricing { background: #f0f5fa; }
.cinema-payment { background: #fff; }
.cinema-notice { background: #f0f5fa; }

.cinema-editorial-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(8rem, 25vw, 20rem);
  font-weight: 900;
  color: rgba(7, 24, 39, .025);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.cinema-editorial-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cinema-editorial h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--pd-navy);
  margin: 0 0 24px;
  line-height: 1.5;
}

.cinema-editorial-text {
  font-size: 1.0625rem;
  line-height: 2;
  color: #4b5563;
}

/* ===== Pricing Section ===== */
.cinema-pricing {
  position: relative;
  padding: 100px 24px 120px;
}

.cinema-pricing-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cinema-pricing-header {
  text-align: center;
  margin-bottom: 56px;
}

.cinema-pricing-header h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--pd-navy);
  margin: 0 0 16px;
}

.cinema-pricing-header p {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

/* Price Cards Layout */
.cinema-price-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
}

.cinema-price-card-wrap {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-price-card-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cinema-price-card-wrap:nth-child(2) {
  transition-delay: 0.15s;
}

.cinema-price-card-title {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pd-navy);
  text-align: center;
}

.cinema-price-card {
  background: #fff;
  border: 1px solid rgba(7, 24, 39, .1);
  border-radius: 4px;
  overflow: hidden;
}

.cinema-price-card-image {
  width: 70%;
  max-width: 240px;
  margin: 28px auto 0;
}

.cinema-price-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.cinema-price-card-body {
  padding: 28px;
}

/* Price Table - Simple & Premium */
.cinema-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.cinema-price-table th,
.cinema-price-table td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(7, 24, 39, 0.08);
  font-size: 0.9375rem;
}

.cinema-price-table thead th {
  color: #6b7280;
  font-weight: 500;
  border-bottom: 1px solid rgba(7, 24, 39, 0.12);
}

.cinema-price-table tbody td {
  color: #374151;
}

.cinema-price-table tbody td:first-child {
  font-weight: 600;
  color: var(--pd-navy);
}

.cinema-price-table tbody td:last-child {
  font-weight: 700;
  color: var(--pd-navy);
}

.cinema-price-table tbody tr:last-child td {
  border-bottom: none;
}

/* Card Notes */
.cinema-price-card-notes {
  padding-top: 20px;
  border-top: 1px solid rgba(7, 24, 39, 0.06);
}

.cinema-price-card-notes p {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.7;
}

.cinema-price-card-notes p:last-child {
  margin-bottom: 0;
}

/* Child Card Special Styles */
.cinema-price-card--child .cinema-price-card-body {
  text-align: center;
}

.cinema-price-child-heading {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pd-navy);
}

.cinema-price-child-main {
  margin: 0 0 28px;
  font-size: 1.125rem;
  color: #0891b2;
}

.cinema-price-child-main strong {
  font-size: 1.375rem;
  font-weight: 900;
}

.cinema-price-card--child .cinema-price-card-notes {
  text-align: left;
}

@media (max-width: 700px) {
  .cinema-price-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cinema-price-card-title {
    font-size: 1.25rem;
  }

  .cinema-price-card-body {
    padding: 24px 20px;
  }

  .cinema-price-table th,
  .cinema-price-table td {
    padding: 14px 16px;
    font-size: 0.875rem;
  }

  .cinema-price-child-heading {
    font-size: 1.125rem;
  }

  .cinema-price-child-main {
    font-size: 1rem;
  }

  .cinema-price-child-main strong {
    font-size: 1.25rem;
  }
}

/* ===== Payment Section ===== */
.cinema-payment {
  position: relative;
  padding: 110px 24px 104px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.cinema-payment-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.cinema-payment-header {
  text-align: center;
  margin-bottom: 56px;
}

.cinema-payment-header h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--pd-navy);
  margin: 0 0 16px;
}

.cinema-payment-header p {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.cinema-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.cinema-payment-card {
  position: relative;
  display: grid;
  grid-template-rows: 210px 1fr;
  background: #fff;
  border: 1px solid rgba(7, 24, 39, .08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 24, 39, .08);
}

.cinema-payment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pd-blue), var(--theme-accent));
  z-index: 2;
}

.cinema-payment-media {
  position: relative;
  overflow: hidden;
  background: #eef4fb;
}

.cinema-payment-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.cinema-payment-card--cash .cinema-payment-media img {
  object-position: center center;
}

.cinema-payment-card--app .cinema-payment-media img {
  object-position: 58% center;
}

.cinema-payment-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 34px 34px;
}

.cinema-payment-text span {
  position: relative;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pd-navy);
  letter-spacing: 0;
}

.cinema-payment-text span::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  background: var(--pd-blue);
}

.cinema-payment-text small {
  font-size: .92rem;
  line-height: 1.9;
  color: #6b7280;
  font-weight: 500;
}

.cinema-payment-alert {
  margin: 4px 0 0;
  padding: 12px 14px;
  background: #f5f8ff;
  color: #1e3a5f;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.8;
}

.cinema-payment-alert + .cinema-payment-alert {
  margin-top: 0;
}

/* ===== Notice Section ===== */
.cinema-notice {
  position: relative;
  padding: 80px 24px 100px;
}

.cinema-notice-inner {
  max-width: 800px;
  margin: 0 auto;
}

.cinema-notice-box {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(7, 24, 39, .06);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 12px 40px rgba(8, 31, 52, .06);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-notice-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cinema-notice-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pd-navy);
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cinema-notice-title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--pd-blue);
  border-radius: 50%;
}

.cinema-notice-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cinema-notice-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 2.2;
}

.cinema-notice-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: var(--pd-navy);
  border-radius: 50%;
}

/* ===== Final CTA Section ===== */
.cinema-final {
  min-height: 88vh;
  justify-items: center;
  text-align: center;
  color: #fff;
}

.cinema-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, .72), rgba(5, 10, 18, .58) 45%, rgba(5, 10, 18, .78));
  pointer-events: none;
}

.cinema-final .cinema-bg img {
  filter: saturate(.9) contrast(1.05) brightness(.7);
}

.cinema-copy {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(860px, 100%);
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.cinema-kicker {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 16px;
  background: rgba(14, 165, 233, .18);
  border: 1px solid rgba(14, 165, 233, .35);
  border-radius: 50px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.cinema-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 24px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .3);
}

.cinema-copy p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, .85);
  line-height: 1.9;
  margin: 0 0 36px;
}

.cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  justify-content: center;
}

.cinema-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 18px 32px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}

.cinema-actions a:first-child {
  background: linear-gradient(135deg, var(--pd-blue), var(--theme-accent));
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(36, 87, 230, .35);
}

.cinema-actions a:first-child:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(36, 87, 230, .45);
}

.cinema-actions a:hover {
  background: rgba(255, 255, 255, .2);
}

@media (max-width: 900px) {
  .cinema-final {
    min-height: 720px;
    padding: 86px 20px 96px;
  }

  .cinema-copy {
    width: 100%;
  }

  .cinema-copy h2 {
    font-size: clamp(2rem, 8vw, 2.5rem);
    line-height: 1.15;
  }

  .cinema-copy p {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.9;
  }

  .cinema-actions {
    width: min(100%, 390px);
    margin: 32px auto 0;
  }

  .cinema-actions a {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }
}

/* ===== Price Page Responsive ===== */
@media (max-width: 768px) {
  .cinema-price .cinema-opening {
    padding: 140px 20px 80px;
    min-height: 60vh;
  }

  .cinema-price .cinema-editorial {
    padding: 80px 20px;
  }

  .cinema-price .cinema-pricing {
    padding: 60px 20px 80px;
  }

  .cinema-price .cinema-price-table th,
  .cinema-price .cinema-price-table td {
    padding: 16px 20px;
  }

  .cinema-price .cinema-payment {
    padding: 60px 20px;
  }

  .cinema-price .cinema-payment-grid {
    grid-template-columns: 1fr;
  }

  .cinema-price .cinema-payment-card {
    width: 100%;
    grid-template-rows: 190px 1fr;
  }

  .cinema-price .cinema-payment-text {
    padding: 26px 24px 28px;
  }

  .cinema-price .cinema-notice {
    padding: 60px 20px 80px;
  }

  .cinema-price .cinema-notice-box {
    padding: 32px 24px;
  }

  .cinema-price .cinema-final {
    padding: 80px 20px;
  }

  .cinema-price .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== cinema-rise Animation ===== */
.cinema-rise {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-rise.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cinema-rise[data-stagger="1"] { transition-delay: 0.1s; }
.cinema-rise[data-stagger="2"] { transition-delay: 0.2s; }
.cinema-rise[data-stagger="3"] { transition-delay: 0.3s; }

/* ============================================
   About Page Styles (ピットドクターとは)
   ============================================ */
body.subpage.subpage-about {
  background: #05070a;
  color: #fff;
  overflow-x: hidden;
}

body.subpage.subpage-about::before {
  content: none;
}

/* About Page - Cinema About Override */
.subpage-about .cinema-about {
  position: relative;
  overflow: hidden;
  background: #05070a;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.subpage-about .cinema-panel {
  position: relative;
  min-height: 112vh;
  padding: clamp(128px, 14vw, 190px) clamp(24px, 7vw, 112px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  --cinema-bg-y: 0px;
}

.subpage-about .cinema-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .34) 46%, rgba(5, 7, 10, .64) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .52), rgba(5, 7, 10, .16) 45%, rgba(5, 7, 10, .66));
  pointer-events: none;
}

.subpage-about .cinema-bg {
  position: absolute;
  inset: -9%;
  z-index: -2;
  overflow: hidden;
  background: #0b1118;
}

.subpage-about .cinema-bg img {
  width: 100%;
  height: 122%;
  display: block;
  object-fit: cover;
  filter: grayscale(.2) saturate(.94) contrast(1.06) brightness(.72);
  transform: translate3d(0, var(--cinema-bg-y), 0) scale(1.06);
  transform-origin: center;
  will-change: transform;
}

/* About Page - Cinema Opening */
.subpage-about .cinema-opening.cinema-panel {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  place-items: center;
  background: #e9edf1;
}

.subpage-about .cinema-opening.cinema-panel::before {
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
}

.subpage-about .cinema-opening.cinema-panel .cinema-bg {
  inset: 0;
  background: #e9edf1;
}

.subpage-about .cinema-opening.cinema-panel .cinema-bg img {
  height: 100%;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: translate3d(0, calc(var(--cinema-bg-y) * .2), 0) scale(1.02);
}

/* About Page - Cinema Editorial */
.cinema-editorial {
  position: relative;
  min-height: 78vh;
  padding: clamp(96px, 11vw, 160px) clamp(24px, 8vw, 120px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 99, 235, .1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
  text-align: center;
}

.cinema-editorial-inner {
  position: relative;
  width: min(880px, 100%);
  color: #101827;
}

.cinema-editorial h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.cinema-editorial p:not(.cinema-kicker) {
  margin: 34px auto 0;
  max-width: 760px;
  color: #344154;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 600;
  line-height: 2.25;
  text-align: center;
}

.cinema-phrase {
  display: inline-block;
  white-space: nowrap;
}

/* About Page - Cinema Split */
.cinema-split {
  position: relative;
  min-height: 90vh;
  padding: clamp(86px, 10vw, 150px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.cinema-split::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44%;
  background: #edf2f7;
}

.cinema-split-media {
  position: relative;
  z-index: 1;
  height: clamp(420px, 48vw, 680px);
  margin: 0 0 0 -7vw;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(15, 23, 42, .2);
}

.cinema-split-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cinema-split-card {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin-left: -8vw;
  padding: clamp(42px, 5vw, 72px);
  border-left: 5px solid #2563eb;
  background: rgba(255, 255, 255, .94);
  color: #101827;
  box-shadow: 0 32px 90px rgba(15, 23, 42, .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.cinema-split-card h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.cinema-split-card p:not(.cinema-kicker) {
  margin: 28px 0 0;
  color: #344154;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 600;
  line-height: 2.15;
}

/* About Page - Cinema Flow Panel */
.subpage-about .cinema-flow-panel.cinema-panel {
  min-height: 102vh;
  padding: clamp(100px, 10vw, 150px) clamp(24px, 7vw, 108px);
  color: #fff;
}

.subpage-about .cinema-flow-panel.cinema-panel::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .42) 48%, rgba(5, 7, 10, .82)),
    linear-gradient(180deg, rgba(5, 7, 10, .62), rgba(5, 7, 10, .28), rgba(5, 7, 10, .84));
}

.cinema-flow-ghost {
  position: absolute;
  right: -3vw;
  bottom: 7vw;
  z-index: -1;
  margin: 0;
  color: rgba(255, 255, 255, .1);
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 900;
  line-height: .75;
  letter-spacing: .08em;
}

.cinema-flow-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cinema-flow-head {
  width: min(760px, 100%);
}

.cinema-flow-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-flow-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(48px, 6vw, 82px) 0 0;
  padding: 0;
  list-style: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.cinema-flow-line li {
  position: relative;
  min-height: 250px;
  margin-left: -34px;
  padding: 32px 42px 32px 64px;
  overflow: hidden;
  background: rgba(94, 96, 99, .72);
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%, 42px 50%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cinema-flow-line li:first-child {
  margin-left: 0;
  padding-left: 34px;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%);
}

.cinema-flow-line li:nth-child(1) { z-index: 4; }
.cinema-flow-line li:nth-child(2) { z-index: 3; }
.cinema-flow-line li:nth-child(3) { z-index: 2; }
.cinema-flow-line li:nth-child(4) { z-index: 1; }

.cinema-flow-line li::before,
.cinema-flow-line li::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cinema-flow-line li::before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  opacity: .24;
  filter: grayscale(.35) saturate(.75) contrast(1.08);
  transform: scale(1.08);
}

.cinema-flow-line li::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(74, 76, 79, .88), rgba(110, 112, 115, .68)),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .1));
}

.cinema-flow-line li > span,
.cinema-flow-line strong,
.cinema-flow-line em {
  position: relative;
  z-index: 1;
}

.cinema-flow-line li > span {
  display: block;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.cinema-flow-line strong {
  display: block;
  color: #fff;
  font-size: 1.22rem;
  line-height: 1.5;
}

.cinema-flow-line em {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .76);
  font-style: normal;
  font-size: .94rem;
  line-height: 1.9;
}

/* About Page - Cinema Mosaic */
.cinema-mosaic {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  padding: clamp(96px, 11vw, 170px) clamp(24px, 7vw, 108px);
  background:
    radial-gradient(circle at 88% 16%, rgba(37, 99, 235, .18), transparent 30%),
    #07111f;
  color: #fff;
  overflow: hidden;
}

.cinema-mosaic-copy {
  max-width: 600px;
}

.cinema-mosaic-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-mosaic-copy p:not(.cinema-kicker) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 600;
  line-height: 2.15;
}

.cinema-mosaic-grid {
  display: grid;
  grid-template-columns: 1fr .74fr;
  grid-template-rows: 220px 260px;
  gap: 18px;
  min-height: 520px;
}

.cinema-mosaic-grid figure {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.cinema-mosaic-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cinema-mosaic-large {
  grid-row: span 2;
  transform: translateY(34px);
}

.cinema-mosaic-small {
  transform: translateY(-22px);
}

.cinema-mosaic-wide {
  transform: translateY(18px);
}

/* About Page - Cinema Recommend */
.cinema-recommend {
  padding: clamp(96px, 11vw, 160px) clamp(24px, 7vw, 108px);
  background: linear-gradient(180deg, #f7fafc 0%, #eaf1f7 100%);
  color: #101827;
  overflow: hidden;
}

.cinema-recommend-head {
  width: min(840px, 100%);
  margin: 0 auto clamp(44px, 6vw, 72px);
  text-align: center;
}

.cinema-recommend-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-recommend-wrap {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cinema-recommend-image {
  height: clamp(360px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  box-shadow: 0 30px 88px rgba(15, 23, 42, .16);
}

.cinema-recommend-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.cinema-recommend .cinema-list {
  gap: 14px;
  margin: 0;
}

.cinema-recommend .cinema-list li {
  padding: 20px 24px;
  border: 1px solid rgba(37, 99, 235, .13);
  border-left: 5px solid #2563eb;
  background: rgba(255, 255, 255, .82);
  color: #1d2939;
  font-weight: 800;
  line-height: 1.75;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* About Page - Cinema Kicker */
.subpage-about .cinema-kicker {
  margin: 0 0 22px;
  color: rgba(219, 234, 254, .92);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

/* About Page Responsive */
@media (max-width: 900px) {
  .subpage-about .cinema-panel {
    min-height: 104vh;
    padding: 118px 22px 96px;
  }

  .subpage-about .cinema-panel::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .36) 44%, rgba(5, 7, 10, .86)),
      linear-gradient(90deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .5));
  }

  .subpage-about .cinema-opening.cinema-panel {
    min-height: 340px;
    padding: 0;
  }

  .cinema-editorial,
  .cinema-split,
  .cinema-mosaic,
  .cinema-recommend {
    padding: 78px 22px;
  }

  .cinema-editorial {
    min-height: 0;
    text-align: center;
  }

  .cinema-split,
  .cinema-mosaic,
  .cinema-recommend-wrap {
    grid-template-columns: 1fr;
  }

  .cinema-split::before {
    height: 34%;
  }

  .cinema-split-media {
    height: 360px;
    margin: 0;
  }

  .cinema-split-card {
    margin: -52px 14px 0;
    padding: 32px 24px;
  }

  .subpage-about .cinema-flow-panel.cinema-panel {
    min-height: 0;
    padding: 84px 22px;
  }

  .cinema-flow-line {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  .cinema-flow-line li,
  .cinema-flow-line li:first-child {
    min-height: 188px;
    margin: -24px 0 0;
    padding: 34px 24px 52px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), 50% 100%, 0 calc(100% - 34px));
  }

  .cinema-flow-line li:first-child {
    margin-top: 0;
  }

  .cinema-mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .cinema-mosaic-large,
  .cinema-mosaic-small,
  .cinema-mosaic-wide {
    transform: none;
  }

  .cinema-mosaic-grid figure {
    height: 280px;
  }

  .cinema-recommend-head {
    text-align: left;
  }

  .cinema-recommend-image {
    height: 320px;
  }
}

/* ============================================
   Flow Page Styles (Merged)
   ============================================ */
/**
 * PIT DOCTOR - Flow Page Styles
 * ご利用の流れ ページ専用スタイル
 */

/* ============================================
   Flow Page Body
   ============================================ */
body.subpage-flow {
  overflow-x: hidden;
  background: #e9edf1;
}

/* ============================================
   Cinema Hero Styles
   ============================================ */
.cinema-about {
  background: #fff;
  color: #101827;
}

.cinema-about .cinema-kicker {
  color: #2563eb;
  text-shadow: none;
}

.cinema-panel {
  position: relative;
  min-height: 112vh;
  padding: clamp(128px, 14vw, 190px) clamp(24px, 7vw, 112px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  --cinema-bg-y: 0px;
}

.cinema-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .34) 46%, rgba(5, 7, 10, .64) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .52), rgba(5, 7, 10, .16) 45%, rgba(5, 7, 10, .66));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: -9%;
  z-index: -2;
  overflow: hidden;
  background: #0b1118;
}

.cinema-bg img {
  width: 100%;
  height: 122%;
  display: block;
  object-fit: cover;
  filter: grayscale(.2) saturate(.94) contrast(1.06) brightness(.72);
  transform: translate3d(0, var(--cinema-bg-y), 0) scale(1.06);
  transform-origin: center;
  will-change: transform;
}

.cinema-opening {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  place-items: center;
  background: #e9edf1;
}

.cinema-opening::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
}

.cinema-opening .cinema-bg {
  inset: 0;
  background: #e9edf1;
}

.cinema-opening .cinema-bg img {
  height: 100%;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: translate3d(0, calc(var(--cinema-bg-y) * .2), 0) scale(1.02);
}

.cinema-opening.cinema-panel {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  place-items: center;
  background: #e9edf1;
}

.cinema-opening.cinema-panel::before {
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
}

.cinema-opening.cinema-panel .cinema-bg {
  inset: 0;
  background: #e9edf1;
}

.cinema-opening.cinema-panel .cinema-bg img {
  height: 100%;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: translate3d(0, calc(var(--cinema-bg-y) * .2), 0) scale(1.02);
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: inline-block;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: .12em;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
}

.cinema-rise {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1);
}

.cinema-rise.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Cinema Final CTA Section */
.cinema-final.cinema-panel {
  min-height: 88vh;
  justify-items: center;
  text-align: center;
}

.cinema-copy {
  width: min(760px, 100%);
  color: #fff;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .46);
}

.cinema-final .cinema-copy {
  justify-self: center;
  width: min(1180px, 100%);
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.cinema-kicker {
  margin: 0 0 22px;
  color: rgba(219, 234, 254, .92);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.cinema-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.2;
}

.cinema-final .cinema-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.2;
}

.cinema-copy p {
  margin: 30px 0 0;
  max-width: 690px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 2.15;
}

.cinema-final .cinema-copy p {
  margin-left: auto;
  margin-right: auto;
}

.cinema-phrase {
  display: inline;
}

.cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.cinema-final .cinema-actions {
  justify-content: center;
}

.cinema-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .25s ease;
}

.cinema-actions a:hover {
  background: rgba(255, 255, 255, .2);
}

@media (max-width: 900px) {
  .cinema-panel {
    min-height: 104vh;
    padding: 118px 22px 96px;
  }

  .cinema-opening.cinema-panel {
    min-height: 340px;
    padding: 0;
  }

  .cinema-opening-line span {
    font-size: clamp(.92rem, 4.2vw, 1.28rem);
    letter-spacing: .08em;
  }

  .cinema-opening-brand {
    font-size: clamp(3rem, 14vw, 5rem);
    bottom: clamp(-30px, -3vw, -15px);
  }

  .cinema-final.cinema-panel {
    min-height: 720px;
    padding: 86px 20px 96px;
  }

  .cinema-final .cinema-copy {
    width: 100%;
  }

  .cinema-final .cinema-copy h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .cinema-final .cinema-copy p {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 2;
  }

  .cinema-final .cinema-actions {
    width: min(100%, 390px);
    margin: 38px auto 0;
  }

  .cinema-final .cinema-actions a {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }
}

/* ============================================
   Flow Content
   ============================================ */
.flow-content {
  background: rgba(255, 255, 255, .94);
  padding: clamp(64px, 7vw, 92px) 0 clamp(76px, 8vw, 104px);
}

.flow-intro-section {
  position: relative;
  overflow: hidden;
  background: #eeeeee;
  padding: clamp(132px, 10.4vw, 196px) 0 clamp(72px, 8vw, 104px);
}

/* Intro Section */
.flow-intro {
  position: relative;
  max-width: min(1368px, calc(100% - clamp(58px, 7vw, 150px)));
  min-height: clamp(520px, 29.4vw, 552px);
  margin: 0 auto 0 0;
  padding:
    clamp(58px, 5vw, 66px)
    clamp(470px, 27vw, 528px)
    clamp(40px, 4.6vw, 64px)
    clamp(160px, 20.7vw, 388px);
  background: #fff;
  border-radius: 0 0 72px 0;
  box-shadow: 24px 24px 34px rgba(0, 0, 0, .10);
}

.flow-intro-text {
  position: relative;
  z-index: 2;
  width: min(100%, clamp(420px, 26vw, 470px));
}

/* Section Backgrounds */
.section-white {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 12% 0%, rgba(36, 87, 230, .06), transparent 25rem),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .86));
  padding: 80px 0;
  backdrop-filter: blur(6px);
}

.section-gray {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 88% 4%, rgba(14, 165, 233, .08), transparent 26rem),
    linear-gradient(180deg, rgba(245, 247, 250, .90), rgba(245, 247, 250, .82));
  padding: 80px 0;
  backdrop-filter: blur(6px);
}

.section-white > .section-inner,
.section-gray > .section-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.flow-intro-text h2 {
  max-width: 470px;
  font-size: clamp(1.9rem, 2vw, 2.18rem);
  font-weight: 500;
  line-height: 1.42;
  color: var(--theme-text);
  margin: 0 0 38px;
  letter-spacing: 0;
}

.flow-intro-text h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 18px;
  background: var(--theme-primary);
}

.flow-intro-text p {
  max-width: 470px;
  font-size: clamp(.96rem, .96vw, 1rem);
  line-height: 1.86;
  color: #666;
  margin: 0;
  letter-spacing: 0;
}

.flow-intro-text strong {
  color: #444;
  font-weight: 800;
}

.flow-intro-image {
  position: absolute;
  top: clamp(-108px, -5.4vw, -76px);
  left: auto;
  right: calc(1368px - 100vw);
  width: clamp(760px, 48.4vw, 910px);
  height: clamp(410px, 25.2vw, 473px);
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.flow-intro-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.flow-intro .btn-primary {
  position: relative;
  width: min(330px, 100%);
  min-height: 50px;
  justify-content: center;
  gap: 18px;
  margin: 34px auto 0;
  padding: 0 48px;
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  border-radius: 999px;
  font-size: .96rem;
  box-shadow: 0 12px 26px rgba(37, 99, 235, .18);
}

.flow-intro .btn-primary i {
  position: absolute;
  right: 24px;
  font-size: .92rem;
}

.flow-intro .btn-primary:hover {
  transform: none;
  background: linear-gradient(135deg, var(--theme-primary-dark), var(--theme-primary));
  box-shadow: 0 14px 30px rgba(37, 99, 235, .24);
}

.flow-step .btn-primary:hover {
  transform: none;
}

.flow-step .btn-primary {
  width: fit-content;
  min-width: 230px;
  min-height: 52px;
  padding: 0 28px;
  font-size: .95rem;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-en {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--theme-primary);
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--theme-text);
  margin: 0;
}

.section-title p {
  font-size: 1.0625rem;
  color: #666;
  margin: 20px 0 0;
}

/* Flow Steps */
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  padding-left: 150px;
}

.flow-steps::before {
  content: "";
  position: absolute;
  left: 95px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, .18),
    rgba(37, 99, 235, .56),
    rgba(37, 99, 235, .18)
  );
  border-radius: 999px;
  display: none;
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
  gap: 44px;
  align-items: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .055), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff 62%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 14px;
  padding: 42px 50px;
  box-shadow:
    0 24px 56px rgba(7, 24, 39, .075),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: none;
}

.flow-step::before {
  content: "";
  position: absolute;
  left: -69px;
  top: 46px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid rgba(37, 99, 235, .82);
  box-shadow: 0 0 0 10px rgba(37, 99, 235, .08);
  z-index: 2;
}

.flow-step::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 86px;
  width: 2px;
  height: calc(100% - 14px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, .08),
    rgba(37, 99, 235, .44) 18%,
    rgba(37, 99, 235, .44) 82%,
    rgba(37, 99, 235, .08)
  );
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    transform .95s cubic-bezier(.16, 1, .3, 1),
    opacity .35s ease;
  transition-delay: calc(var(--flow-reveal-delay, 0ms) + 180ms);
  pointer-events: none;
  z-index: 1;
}

.flow-step:last-child::after {
  display: none;
}

.flow-step.is-visible::after {
  opacity: 1;
  transform: scaleY(1);
}

.flow-step:hover {
  box-shadow:
    0 24px 56px rgba(7, 24, 39, .075),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: none;
}

.flow-step-content {
  display: flex;
  flex-direction: column;
}

.flow-step-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: -150px;
  top: 36px;
  width: 76px;
  justify-content: flex-end;
  margin-bottom: 0;
  z-index: 2;
}

.flow-step-number span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--theme-primary);
}

.flow-step-number em {
  font-size: 1.75rem;
  font-weight: 900;
  font-style: normal;
  color: var(--theme-primary);
}

.flow-step h3 {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--theme-text);
  margin: 0 0 20px;
  padding-bottom: 13px;
  letter-spacing: .01em;
}

.flow-step h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--theme-primary) 0%,
    rgba(37, 99, 235, .78) 52%,
    rgba(37, 99, 235, .08) 100%
  );
  box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
  opacity: .72;
  transform: scaleX(.24);
  transform-origin: left;
  transition:
    transform .9s cubic-bezier(.16, 1, .3, 1),
    opacity .55s ease;
  transition-delay: calc(var(--flow-reveal-delay, 0ms) + 120ms);
}

.flow-step.is-visible h3::after {
  opacity: 1;
  transform: scaleX(1);
}

.flow-step p {
  font-size: 1rem;
  line-height: 1.9;
  color: #555f6e;
  margin: 0;
}

.flow-step-image {
  border-radius: 16px;
  overflow: hidden;
  background: #f5f7fb;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, .08),
    inset 0 0 0 1px rgba(37, 99, 235, .06);
  display: grid;
  place-items: center;
}

.flow-step-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: clamp(16px, 2vw, 28px);
}

.flow-step-image img[src$=".png"],
.flow-step-image img[src$=".jpg"],
.flow-step-image img[src$=".jpeg"],
.flow-step-image img[src$=".webp"] {
  height: 100%;
  object-fit: cover;
  padding: 0;
}

/* Info Box */
.flow-note {
  margin-top: 20px;
  padding: 20px 26px;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  background:
    linear-gradient(135deg, #f7f9fc 0%, #f3f6fb 100%);
  border: none !important;
  border-left: none !important;
  color: var(--theme-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    0 8px 22px rgba(7, 24, 39, .035);
  font-weight: 700;
}

.flow-note--tip {
  background: #f6f7f9;
  color: var(--theme-primary-dark);
}

.flow-note--warning {
  background: #f6f7f9;
  color: #b91c1c;
}

.flow-note strong {
  font-weight: 700;
  color: var(--theme-primary-dark);
}

.flow-note--tip strong {
  color: var(--theme-primary-dark);
}

.flow-note--warning strong {
  color: #b91c1c;
}

/* App Download */
.app-download {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #111827 0%, #020617 100%);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(2, 6, 23, .16);
  transition: background .2s ease, box-shadow .2s ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  background: linear-gradient(180deg, #1f2937 0%, #0f172a 100%);
  box-shadow: 0 12px 28px rgba(2, 6, 23, .2);
  outline: none;
}

.store-badge i {
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
}

.store-badge-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.store-badge-text small {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.store-badge-text span {
  font-size: .98rem;
}

/* Premium reveal motion */
.flow-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  filter: blur(8px);
  clip-path: inset(18px 0 0 0);
  transition:
    opacity .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    filter .9s cubic-bezier(.16, 1, .3, 1),
    clip-path .9s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--flow-reveal-delay, 0ms);
  will-change: opacity, transform, filter, clip-path;
}

.flow-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0);
}

.flow-intro.flow-reveal,
.flow-intro.flow-reveal.is-visible {
  clip-path: none;
  overflow: visible;
}

.flow-step.flow-reveal {
  transform: translate3d(0, 20px, 0);
  clip-path: none;
}

.flow-step.flow-reveal.is-visible {
  transform: none;
  clip-path: none;
}

.flow-step.flow-reveal .flow-step-image img {
  transform: scale(1.035);
  transition: transform 1.15s cubic-bezier(.16, 1, .3, 1);
}

.flow-step.flow-reveal.is-visible .flow-step-image img {
  transform: scale(1);
}

.flow-steps.flow-line-reveal::before {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition:
    opacity .55s ease,
    transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.flow-steps.flow-line-reveal.is-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .flow-intro {
    max-width: calc(100% - clamp(40px, 7vw, 110px));
    min-height: clamp(500px, 37vw, 550px);
    padding:
      clamp(54px, 4.8vw, 66px)
      clamp(400px, 34vw, 510px)
      clamp(44px, 5vw, 64px)
      clamp(88px, 13vw, 230px);
  }

  .flow-intro-image {
    top: clamp(-78px, -4.8vw, -54px);
    right: calc(clamp(40px, 7vw, 110px) * -1);
    width: clamp(560px, 46vw, 690px);
    height: clamp(310px, 24vw, 390px);
  }
}

@media (max-width: 1100px) {
  .flow-intro {
    max-width: calc(100% - 40px);
    min-height: 0;
    margin: 0 auto;
    padding: 48px 28px 34px;
  }

  .flow-intro-text {
    width: 100%;
  }

  .flow-intro-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 34px;
    border-radius: 16px;
  }

  .flow-intro-image img {
    aspect-ratio: 16 / 10;
  }
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 768px) {
  .flow-content,
  .flow-intro-section {
    padding: 52px 0 58px;
  }

  .flow-intro {
    max-width: calc(100% - 32px);
    min-height: 0;
    padding: 38px 20px 28px;
    border-radius: 0 0 34px 0;
    box-shadow: 14px 14px 24px rgba(0, 0, 0, .08);
  }

  .flow-intro-text h2 {
    font-size: 1.7rem;
    line-height: 1.48;
    margin-bottom: 26px;
  }

  .flow-intro-text h2::after {
    margin-top: 14px;
  }

  .flow-intro-text p {
    font-size: 0.9375rem;
    line-height: 1.84;
  }

  .flow-intro-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 14px;
  }

  .flow-intro-image img {
    aspect-ratio: 16 / 10;
  }

  .flow-intro .btn-primary,
  .flow-intro .btn-primary[style] {
    width: 100%;
    min-height: 58px;
    padding: 0 46px;
    font-size: 0.9375rem;
  }

  .section-white,
  .section-gray {
    padding: 48px 0;
  }

  .section-white > .section-inner,
  .section-gray > .section-inner {
    padding: 0 16px;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .section-title p {
    font-size: 0.9375rem;
  }

  .flow-steps {
    gap: 28px;
    padding-left: 62px;
  }

  .flow-steps::before {
    left: 41px;
    top: 26px;
    bottom: 26px;
  }

  .flow-step {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .flow-step::before {
    left: -31px;
    top: 28px;
    width: 12px;
    height: 12px;
    border-width: 4px;
    box-shadow: 0 0 0 7px rgba(37, 99, 235, .08);
  }

  .flow-step::after {
    left: -21px;
    top: 60px;
    height: calc(100% - 16px);
  }

  .flow-step-number {
    left: -62px;
    top: 18px;
    width: 34px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
  }

  .flow-step-number span {
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    line-height: 1.1;
  }

  .flow-step-number em {
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .flow-step h3 {
    font-size: 1.125rem;
    margin-bottom: 14px;
    padding-bottom: 11px;
  }

  .flow-step h3::after {
    height: 3px;
  }

  .flow-step p {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .flow-step-image {
    order: 0;
    border-radius: 10px;
  }

  .flow-note {
    font-size: 0.8125rem;
    padding: 14px 16px;
    margin-top: 14px;
    border-radius: 9px;
  }

  .btn-primary {
    padding: 14px 28px;
    font-size: 0.9375rem;
  }

  .app-download {
    gap: 10px;
    margin-top: 16px;
    justify-content: center;
  }

  .store-badge {
    flex: 1 1 142px;
    min-width: 0;
    min-height: 46px;
    padding: 8px 10px;
    gap: 8px;
  }

  .store-badge i {
    font-size: 1.25rem;
  }

  .store-badge-text small {
    font-size: .52rem;
  }

  .store-badge-text span {
    font-size: .86rem;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .cinema-bg img,
  .cinema-rise {
    transform: none;
    transition: none;
  }

  .cinema-rise {
    opacity: 1;
    filter: none;
  }

  .flow-reveal,
  .flow-steps.flow-line-reveal::before,
  .flow-step::after,
  .flow-step h3::after {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: inset(0);
    transition: none;
  }

  .flow-step.flow-reveal .flow-step-image img {
    transform: none;
    transition: none;
  }
}

/* ============================================
   About Page Styles (Merged)
   ============================================ */

/* ============================================
   About Page Styles (ピットドクターとは)
   ============================================ */
body.subpage.subpage-about {
  background: #05070a;
  color: #fff;
  overflow-x: hidden;
}

body.subpage.subpage-about::before {
  content: none;
}

/* ============================================
   Cinema About Styles
   ============================================ */
.cinema-about {
  position: relative;
  overflow: hidden;
  background: #05070a;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.cinema-panel {
  position: relative;
  min-height: 112vh;
  padding: clamp(128px, 14vw, 190px) clamp(24px, 7vw, 112px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  --cinema-bg-y: 0px;
}

.cinema-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .76) 0%, rgba(5, 7, 10, .34) 46%, rgba(5, 7, 10, .64) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .52), rgba(5, 7, 10, .16) 45%, rgba(5, 7, 10, .66));
  pointer-events: none;
}

.cinema-bg {
  position: absolute;
  inset: -9%;
  z-index: -2;
  overflow: hidden;
  background: #0b1118;
}

.cinema-bg img {
  width: 100%;
  height: 122%;
  display: block;
  object-fit: cover;
  filter: grayscale(.2) saturate(.94) contrast(1.06) brightness(.72);
  transform: translate3d(0, var(--cinema-bg-y), 0) scale(1.06);
  transform-origin: center;
  will-change: transform;
}

/* Cinema Opening */
.cinema-opening.cinema-panel {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  place-items: center;
  background: #e9edf1;
}

.cinema-opening.cinema-panel::before {
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
}

.cinema-opening.cinema-panel .cinema-bg {
  inset: 0;
  background: #e9edf1;
}

.cinema-opening.cinema-panel .cinema-bg img {
  height: 100%;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: translate3d(0, calc(var(--cinema-bg-y) * .2), 0) scale(1.02);
}

.cinema-opening-line {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.cinema-opening-line span {
  display: inline-block;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.7;
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

.cinema-opening-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

/* Cinema Editorial */
.cinema-editorial {
  position: relative;
  min-height: 78vh;
  padding: clamp(96px, 11vw, 160px) clamp(24px, 8vw, 120px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 99, 235, .1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
  text-align: center;
}

.cinema-watermark {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 110vw;
  margin: 0;
  transform: translate(-50%, -50%);
  color: rgba(15, 23, 42, .055);
  font-size: clamp(5rem, 15vw, 17rem);
  font-weight: 900;
  line-height: .82;
  letter-spacing: .06em;
  text-transform: uppercase;
  filter: blur(1px);
  pointer-events: none;
}

.cinema-editorial-inner {
  position: relative;
  width: min(880px, 100%);
  color: #101827;
}

.cinema-editorial h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.cinema-editorial p:not(.cinema-kicker) {
  margin: 34px auto 0;
  max-width: 760px;
  color: #344154;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 600;
  line-height: 2.25;
  text-align: center;
}

.cinema-phrase {
  display: inline-block;
  white-space: nowrap;
}

/* Cinema Split */
.cinema-split {
  position: relative;
  min-height: 90vh;
  padding: clamp(86px, 10vw, 150px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.cinema-split::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44%;
  background: #edf2f7;
}

.cinema-split-media {
  position: relative;
  z-index: 1;
  height: clamp(420px, 48vw, 680px);
  margin: 0 0 0 -7vw;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(15, 23, 42, .2);
}

.cinema-split-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cinema-split-card {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin-left: -8vw;
  padding: clamp(42px, 5vw, 72px);
  border-left: 5px solid #2563eb;
  background: rgba(255, 255, 255, .94);
  color: #101827;
  box-shadow: 0 32px 90px rgba(15, 23, 42, .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.cinema-split-card h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.cinema-split-card p:not(.cinema-kicker) {
  margin: 28px 0 0;
  color: #344154;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 600;
  line-height: 2.15;
}

/* Cinema Flow Panel */
.cinema-flow-panel.cinema-panel {
  min-height: 102vh;
  padding: clamp(100px, 10vw, 150px) clamp(24px, 7vw, 108px);
  color: #fff;
}

.cinema-flow-panel.cinema-panel::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .42) 48%, rgba(5, 7, 10, .82)),
    linear-gradient(180deg, rgba(5, 7, 10, .62), rgba(5, 7, 10, .28), rgba(5, 7, 10, .84));
}

.cinema-flow-ghost {
  position: absolute;
  right: -3vw;
  bottom: 7vw;
  z-index: -1;
  margin: 0;
  color: rgba(255, 255, 255, .1);
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 900;
  line-height: .75;
  letter-spacing: .08em;
}

.cinema-flow-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cinema-flow-head {
  width: min(760px, 100%);
}

.cinema-flow-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-flow-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(48px, 6vw, 82px) 0 0;
  padding: 0;
  list-style: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.cinema-flow-line li {
  position: relative;
  min-height: 250px;
  margin-left: -34px;
  padding: 32px 42px 32px 64px;
  overflow: hidden;
  background: rgba(94, 96, 99, .72);
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%, 42px 50%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cinema-flow-line li:first-child {
  margin-left: 0;
  padding-left: 34px;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%);
}

.cinema-flow-line li:nth-child(1) { z-index: 4; }
.cinema-flow-line li:nth-child(2) { z-index: 3; }
.cinema-flow-line li:nth-child(3) { z-index: 2; }
.cinema-flow-line li:nth-child(4) { z-index: 1; }

.cinema-flow-line li::before,
.cinema-flow-line li::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cinema-flow-line li::before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  opacity: .24;
  filter: grayscale(.35) saturate(.75) contrast(1.08);
  transform: scale(1.08);
}

.cinema-flow-line li::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(74, 76, 79, .88), rgba(110, 112, 115, .68)),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .1));
}

.cinema-flow-line li > span,
.cinema-flow-line strong,
.cinema-flow-line em {
  position: relative;
  z-index: 1;
}

.cinema-flow-line li > span {
  display: block;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .62);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.cinema-flow-line strong {
  display: block;
  color: #fff;
  font-size: 1.22rem;
  line-height: 1.5;
}

.cinema-flow-line em {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .76);
  font-style: normal;
  font-size: .94rem;
  line-height: 1.9;
}

/* Cinema Mosaic */
.cinema-mosaic {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  padding: clamp(96px, 11vw, 170px) clamp(24px, 7vw, 108px);
  background:
    radial-gradient(circle at 88% 16%, rgba(37, 99, 235, .18), transparent 30%),
    #07111f;
  color: #fff;
  overflow: hidden;
}

.cinema-mosaic-copy {
  max-width: 600px;
}

.cinema-mosaic-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-mosaic-copy p:not(.cinema-kicker) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 600;
  line-height: 2.15;
}

.cinema-mosaic-grid {
  display: grid;
  grid-template-columns: 1fr .74fr;
  grid-template-rows: 220px 260px;
  gap: 18px;
  min-height: 520px;
}

.cinema-mosaic-grid figure {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.cinema-mosaic-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cinema-mosaic-large {
  grid-row: span 2;
  transform: translateY(34px);
}

.cinema-mosaic-small {
  transform: translateY(-22px);
}

.cinema-mosaic-wide {
  transform: translateY(18px);
}

/* Cinema Recommend */
.cinema-recommend {
  padding: clamp(96px, 11vw, 160px) clamp(24px, 7vw, 108px);
  background: linear-gradient(180deg, #f7fafc 0%, #eaf1f7 100%);
  color: #101827;
  overflow: hidden;
}

.cinema-recommend-head {
  width: min(840px, 100%);
  margin: 0 auto clamp(44px, 6vw, 72px);
  text-align: center;
}

.cinema-recommend-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

.cinema-recommend-wrap {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cinema-recommend-image {
  height: clamp(360px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  box-shadow: 0 30px 88px rgba(15, 23, 42, .16);
}

.cinema-recommend-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.cinema-recommend .cinema-list {
  gap: 14px;
  margin: 0;
}

.cinema-recommend .cinema-list li {
  padding: 20px 24px;
  border: 1px solid rgba(37, 99, 235, .13);
  border-left: 5px solid #2563eb;
  background: rgba(255, 255, 255, .82);
  color: #1d2939;
  font-weight: 800;
  line-height: 1.75;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Cinema Final */
.cinema-final.cinema-panel {
  min-height: 88vh;
  justify-items: center;
  text-align: center;
}

.cinema-copy {
  width: min(760px, 100%);
  color: #fff;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .46);
}

.cinema-final .cinema-copy {
  justify-self: center;
  width: min(1180px, 100%);
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.cinema-kicker {
  margin: 0 0 22px;
  color: rgba(219, 234, 254, .92);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.cinema-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.2;
}

.cinema-final .cinema-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.2;
}

.cinema-copy p {
  margin: 30px 0 0;
  max-width: 690px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 2.15;
}

.cinema-final .cinema-copy p {
  margin-left: auto;
  margin-right: auto;
}

.cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.cinema-final .cinema-actions {
  justify-content: center;
}

.cinema-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .25s ease;
}

.cinema-actions a:hover {
  background: rgba(255, 255, 255, .2);
}

/* Cinema Rise Animation */
.cinema-rise {
  opacity: 0;
  filter: none;
  transform: translate3d(0, 88px, 0);
  transition:
    opacity 1.05s cubic-bezier(.16, 1, .3, 1),
    transform 1.05s cubic-bezier(.16, 1, .3, 1),
    filter 1.05s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--cinema-delay, 0ms);
  will-change: opacity, transform, filter;
}

.cinema-rise.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

/* ============================================
   About Page Responsive
   ============================================ */
@media (max-width: 900px) {
  .cinema-panel {
    min-height: 104vh;
    padding: 118px 22px 96px;
  }

  .cinema-panel::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .36) 44%, rgba(5, 7, 10, .86)),
      linear-gradient(90deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .5));
  }

  .cinema-opening.cinema-panel {
    min-height: 340px;
    padding: 0;
  }

  .cinema-opening-line span {
    font-size: clamp(.92rem, 4.2vw, 1.28rem);
    letter-spacing: .08em;
  }

  .cinema-opening-brand {
    bottom: -16px;
    font-size: clamp(4rem, 21vw, 7rem);
  }

  .cinema-editorial,
  .cinema-split,
  .cinema-mosaic,
  .cinema-recommend {
    padding: 78px 22px;
  }

  .cinema-editorial {
    min-height: 0;
    text-align: center;
  }

  .cinema-watermark {
    top: 30%;
    font-size: clamp(4.4rem, 24vw, 8rem);
  }

  .cinema-editorial p:not(.cinema-kicker) {
    text-align: center;
  }

  .cinema-split,
  .cinema-mosaic,
  .cinema-recommend-wrap {
    grid-template-columns: 1fr;
  }

  .cinema-split::before {
    height: 34%;
  }

  .cinema-split-media {
    height: 360px;
    margin: 0;
  }

  .cinema-split-card {
    margin: -52px 14px 0;
    padding: 32px 24px;
  }

  .cinema-flow-panel.cinema-panel {
    min-height: 0;
    padding: 84px 22px;
  }

  .cinema-flow-line {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  .cinema-flow-line li,
  .cinema-flow-line li:first-child {
    min-height: 188px;
    margin: -24px 0 0;
    padding: 34px 24px 52px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), 50% 100%, 0 calc(100% - 34px));
  }

  .cinema-flow-line li:first-child {
    margin-top: 0;
  }

  .cinema-mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .cinema-mosaic-large,
  .cinema-mosaic-small,
  .cinema-mosaic-wide {
    transform: none;
  }

  .cinema-mosaic-grid figure {
    height: 280px;
  }

  .cinema-recommend-head {
    text-align: left;
  }

  .cinema-recommend-image {
    height: 320px;
  }

  .cinema-final.cinema-panel {
    min-height: 720px;
    padding: 86px 20px 96px;
  }

  .cinema-final .cinema-copy {
    width: 100%;
  }

  .cinema-final .cinema-copy h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .cinema-final .cinema-copy p {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 2;
  }

  .cinema-final .cinema-actions {
    width: min(100%, 390px);
    margin: 38px auto 0;
  }

  .cinema-final .cinema-actions a {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .cinema-bg img,
  .cinema-rise {
    transform: none;
    transition: none;
  }

  .cinema-rise {
    opacity: 1;
    filter: none;
  }
}

/* ========================================
   初めての方へ（First Visit）ページ
   ======================================== */
:root {
  --pd-navy: #071827;
  --pd-blue: #2457e6;
  --pd-shadow: 0 20px 60px rgba(8, 31, 52, .10);
}
.first-main {
  background: linear-gradient(180deg, rgba(244, 248, 252, .82) 0%, rgba(255, 255, 255, .96) 34%, #f7fbff 100%);
}
.first-hero {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #e9edf1;
}
.first-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)), radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}
.first-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}
.first-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}
.first-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}
.first-hero-title {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: .12em;
}
.first-hero-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}
.first-section {
  position: relative;
  padding: clamp(86px, 10vw, 132px) 0;
  background: #fff;
}
.first-section--intro {
  background: linear-gradient(180deg, #e9eef4 0%, #f4f7fa 100%);
}
.first-section--sky {
  background: radial-gradient(circle at 88% 18%, rgba(14, 165, 233, .10), transparent 26rem), linear-gradient(180deg, #edf7ff 0%, #f8fbff 100%);
}
.first-section--white {
  background: radial-gradient(circle at 10% 20%, rgba(37, 99, 235, .045), transparent 24rem), #ffffff;
}
.first-section--mist {
  background: linear-gradient(rgba(7, 24, 39, .026) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 24, 39, .026) 1px, transparent 1px), linear-gradient(180deg, #f2f6fa 0%, #ffffff 100%);
  background-size: 42px 42px, 42px 42px, auto;
}
.first-section--soft {
  background: radial-gradient(circle at 14% 12%, rgba(37, 99, 235, .09), transparent 24rem), radial-gradient(circle at 92% 80%, rgba(14, 165, 233, .08), transparent 28rem), linear-gradient(180deg, #ffffff 0%, #eff7ff 100%);
}
.first-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.first-section-head {
  max-width: 760px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}
.first-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--pd-blue);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.first-section-title {
  margin: 0;
  color: var(--pd-navy);
  font-size: clamp(1.75rem, 3.4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.32;
}
.first-section-lead {
  margin: 22px 0 0;
  color: rgba(7, 24, 39, .68);
  font-size: clamp(.98rem, 1.3vw, 1.08rem);
  font-weight: 500;
  line-height: 2;
}
.first-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}
.first-intro-copy {
  position: relative;
  margin-left: -100px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-left: 4px solid var(--pd-blue);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(8, 31, 52, .12);
  z-index: 2;
}
.first-intro-copy h2 {
  margin: 0;
  color: var(--pd-navy);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1.36;
}
.first-intro-copy p {
  margin: 24px 0 0;
  color: rgba(7, 24, 39, .72);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 2.05;
}
.first-intro-copy .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
}
.first-intro-copy .btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.4);
}
.first-intro-copy .btn-primary svg {
  flex-shrink: 0;
}
.first-intro-media {
  position: relative;
  margin: 0;
  margin-left: -60px;
  overflow: hidden;
  border-radius: 0 12px 12px 0;
  z-index: 1;
}
.first-intro-media img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
}
.first-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.first-card {
  min-height: 240px;
  padding: 28px 24px;
  border: 1px solid rgba(7, 24, 39, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 48px rgba(8, 31, 52, .075);
}
.first-card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(219, 234, 254, .78);
  color: var(--pd-blue);
}
.first-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.first-card h3 {
  margin: 0 0 12px;
  color: var(--pd-navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
}
.first-card p {
  margin: 0;
  color: rgba(7, 24, 39, .68);
  font-size: .94rem;
  font-weight: 500;
  line-height: 1.85;
}
.first-decision {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 18px;
  align-items: stretch;
}
.decision-panel {
  position: relative;
  min-height: 360px;
  padding: clamp(30px, 4vw, 46px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(8, 31, 52, .12);
}
.decision-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.35;
}
.decision-panel p {
  margin: 20px 0 0;
  line-height: 2;
  font-weight: 600;
}
.decision-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.decision-panel li {
  position: relative;
  padding-left: 18px;
  line-height: 1.75;
  font-weight: 700;
}
.decision-panel li::before {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}
.decision-emergency {
  color: #fff;
  background: linear-gradient(90deg, rgba(7, 24, 39, .86), rgba(7, 24, 39, .55)), url("https://iekuru-dr.com/wp/wp-content/themes/pit-doctor/images/hero-arrival.png") center / cover;
}
.decision-emergency p, .decision-emergency li {
  color: rgba(255, 255, 255, .9);
}
.decision-consult {
  border: 1px solid rgba(37, 99, 235, .14);
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(234, 245, 255, .86));
  color: var(--pd-navy);
}
.decision-consult p, .decision-consult li {
  color: rgba(7, 24, 39, .72);
}
.first-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  overflow: visible;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.first-flow-step {
  position: relative;
  min-height: 310px;
  padding: 30px 26px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.first-flow-step::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  filter: grayscale(.18) saturate(.88) contrast(1.02);
  transform: scale(1.08);
}
.first-flow-step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 24, 39, .28), rgba(7, 24, 39, .78)), linear-gradient(90deg, rgba(37, 99, 235, .26), rgba(7, 24, 39, .12));
}
.first-flow-step:nth-child(1)::before { background-image: url("https://iekuru-dr.com/wp/wp-content/themes/pit-doctor/images/flow-reservation.png"); }
.first-flow-step:nth-child(2)::before { background-image: url("https://iekuru-dr.com/wp/wp-content/themes/pit-doctor/images/hero-arrival.png"); }
.first-flow-step:nth-child(3)::before { background-image: url("https://iekuru-dr.com/wp/wp-content/themes/pit-doctor/images/hero-drive-through.png"); }
.first-flow-step:nth-child(4)::before { background-image: url("https://iekuru-dr.com/wp/wp-content/themes/pit-doctor/images/hero-medicine.png"); }
.first-flow-num {
  display: block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 900;
  line-height: .8;
}
.first-flow-step h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  font-weight: 900;
}
.first-flow-step p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.85;
}
.bring-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  gap: 18px;
}
.bring-card {
  padding: clamp(30px, 4vw, 42px);
  border: 1px solid rgba(7, 24, 39, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 52px rgba(8, 31, 52, .075);
}
.bring-card h3 {
  margin: 0 0 24px;
  color: var(--pd-navy);
  font-size: 1.2rem;
  font-weight: 900;
}
.bring-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bring-list li {
  position: relative;
  padding: 0 0 0 32px;
  color: rgba(7, 24, 39, .74);
  font-weight: 700;
  line-height: 1.75;
}
.bring-list li::before {
  content: "";
  position: absolute;
  top: .35em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--pd-blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}
.bring-list li::after {
  content: "";
  position: absolute;
  top: .74em;
  left: 6px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.comfort-layout {
  display: grid;
  grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.comfort-media {
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8f2;
  box-shadow: 0 34px 90px rgba(8, 31, 52, .15);
}
.comfort-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  object-fit: cover;
}
.comfort-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: comfort;
}
.comfort-list li {
  counter-increment: comfort;
  position: relative;
  padding: 18px 18px 18px 72px;
  border: 1px solid rgba(7, 24, 39, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: rgba(7, 24, 39, .76);
  font-weight: 700;
  line-height: 1.75;
  box-shadow: 0 14px 38px rgba(8, 31, 52, .06);
}
.comfort-list li::before {
  content: counter(comfort, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--pd-blue);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  transform: translateY(-50%);
}
.first-reveal {
  opacity: 1;
  transform: none;
}
.first-intro-copy .first-kicker {
  padding: 8px 20px;
  border: 2px solid var(--pd-blue);
  border-radius: 30px;
  margin-bottom: 24px;
}
.cinema-split--reverse {
  direction: rtl;
}
.cinema-split--reverse > * {
  direction: ltr;
}

/* First Visit - Responsive */
@media (max-width: 1024px) {
  .first-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .first-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .comfort-layout { grid-template-columns: 1fr; }
  .comfort-media { min-height: 360px; }
  .comfort-media img { min-height: 360px; }
}
@media (max-width: 900px) {
  .first-intro { grid-template-columns: 1fr; }
  .first-intro-media { margin-left: 0; border-radius: 12px; }
  .first-intro-media img { height: 320px; }
  .first-intro-copy { margin-left: 0; margin-top: -50px; }
}
@media (max-width: 768px) {
  .first-hero { min-height: 340px; }
  .first-hero-title { font-size: clamp(.92rem, 4.2vw, 1.28rem); letter-spacing: .08em; }
  .first-hero-brand { bottom: -16px; font-size: clamp(4.2rem, 21vw, 7rem); }
  .first-section { padding: 70px 0; }
  .first-cards, .first-decision, .first-flow, .bring-layout { grid-template-columns: 1fr; }
  .first-card, .decision-panel { min-height: 0; }
  .first-flow-step { min-height: 230px; }
}

/* First Flow - No Gap */
.first-flow {
  gap: 24px !important;
}

.first-flow-step {
  border-radius: 12px;
}

/* ============================================
   Symptoms Page - Organic Warm Minimalism
   ============================================ */

/* カラーパレット - 濃紺ベース */
.symptoms-warm {
  --warm-cream: #F8F9FB;
  --warm-beige: #EEF2F7;
  --warm-sand: #D4DCE8;
  --warm-taupe: #8E9AAD;
  --warm-navy: #0F1C3F;
  --warm-navy-light: #1E3A5F;
  --warm-navy-pale: #2A4A72;
  --warm-charcoal: #0F1C3F;
  --warm-black: #0A1428;
  --warm-white: #FFFFFF;
  --warm-accent: #E8C47C;
  --warm-red: #C85C5C;
  --warm-red-light: #FDF5F5;
}

/* ページ全体 */
.symptoms-warm {
  background: var(--warm-white);
}

/* セクション背景 */
.symptoms-warm .insp-section {
  background: var(--warm-white);
}

.symptoms-warm .insp-section--alt {
  background: var(--warm-cream);
}

.symptoms-warm .insp-care-section {
  background: var(--warm-beige);
}

/* ヒーローセクション - 他ページと統一 */
.symptoms-warm .insp-hero {
  position: relative;
  display: grid;
  min-height: clamp(300px, 28vw, 430px);
  padding: 0 24px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #e9edf1;
  text-align: center;
}

.symptoms-warm .insp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.symptoms-warm .insp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #e9edf1;
}

.symptoms-warm .insp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.symptoms-warm .insp-hero-brand {
  position: absolute;
  left: 50%;
  bottom: clamp(-58px, -4.2vw, -24px);
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .2);
  pointer-events: none;
}

.symptoms-warm .insp-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.symptoms-warm .insp-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  font-weight: 900;
  line-height: .98;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
  -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
}

.symptoms-warm .insp-hero-phrase {
  display: inline-block;
}

@media (max-width: 767px) {
  .symptoms-warm .insp-hero {
    min-height: 280px;
    padding: 0 20px;
  }

  .symptoms-warm .insp-hero-brand {
    bottom: -24px;
    font-size: clamp(4rem, 21vw, 7rem);
  }

  .symptoms-warm .insp-hero h1 {
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 1.04;
  }
}

/* セクション共通 */
.symptoms-warm .insp-section {
  padding: 100px 0;
}

.symptoms-warm .insp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* セクションヘッダー - Organic */
.symptoms-warm .insp-section-header {
  margin-bottom: 60px;
  position: relative;
}

.symptoms-warm .insp-section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--warm-navy);
  position: relative;
  display: inline-block;
}

.symptoms-warm .insp-section-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--warm-navy);
  border-radius: 2px;
}

/* カテゴリータイトル */
.symptoms-warm .insp-category {
  margin-bottom: 48px;
}

.symptoms-warm .insp-category-title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--warm-navy);
  margin-bottom: 28px;
  padding: 0 0 16px 0;
  background: none;
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid var(--warm-sand);
}

/* 症状カード - Clean Photo Card */
.symptoms-warm .insp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.symptoms-warm .insp-card {
  background: var(--warm-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 28, 63, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.symptoms-warm .insp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 28, 63, 0.12);
}

.symptoms-warm .insp-card-img {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  background: var(--warm-beige);
}

.symptoms-warm .insp-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.symptoms-warm .insp-card:hover .insp-card-img img {
  transform: scale(1.05);
}

.symptoms-warm .insp-card-body {
  padding: 20px 24px 24px;
}

.symptoms-warm .insp-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-navy);
  letter-spacing: 0.02em;
}

/* 検査セクション - Clean Style */
.symptoms-warm .insp-section--alt {
  background: var(--warm-cream);
  position: relative;
  overflow: hidden;
}

.symptoms-warm .insp-section--alt .insp-section-title {
  color: var(--warm-navy);
}

.symptoms-warm .insp-section--alt .insp-section-title::after {
  background: var(--warm-accent);
}

.symptoms-warm .insp-grid--tests {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

.symptoms-warm .insp-card--test {
  display: flex;
  flex-direction: column;
  background: var(--warm-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 28, 63, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.symptoms-warm .insp-card--test:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 28, 63, 0.12);
}

.symptoms-warm .insp-card--test .insp-card-img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  background: var(--warm-beige);
  border-radius: 0;
}

.symptoms-warm .insp-card--test .insp-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.symptoms-warm .insp-card--test:hover .insp-card-img img {
  transform: scale(1.05);
}

.symptoms-warm .insp-card--test .insp-card-body {
  padding: 24px 28px 28px;
}

.symptoms-warm .insp-card--test .insp-card-title {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: var(--warm-navy);
}

.symptoms-warm .insp-card-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--warm-taupe);
  margin: 0;
}

/* 受診・救急の目安セクション - Clean */
.symptoms-warm .insp-care-section {
  background: var(--warm-white);
}

.symptoms-warm .insp-care-guide {
  background: transparent;
}

.symptoms-warm .insp-care-guide--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--warm-sand);
}

/* 対応していない症状 */
.symptoms-warm .insp-care-group {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.symptoms-warm .insp-care-group--unavailable {
  border-left: none;
}

.symptoms-warm .insp-care-label {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--warm-navy);
  margin-bottom: 24px;
}

.symptoms-warm .insp-care-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 40px;
}

.symptoms-warm .insp-care-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.symptoms-warm .insp-care-item {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--warm-navy);
  border-bottom: none;
  line-height: 1.6;
}

.symptoms-warm .insp-care-item::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--warm-navy);
  font-weight: 900;
  font-size: 1rem;
}

/* 救急セクション */
.symptoms-warm .insp-care-group--emergency {
  border-left: none;
  background: transparent;
}

.symptoms-warm .insp-care-group--emergency .insp-care-label {
  color: var(--warm-navy);
}

.symptoms-warm .insp-care-note {
  font-size: 0.9rem;
  color: var(--warm-taupe);
  margin-bottom: 20px;
  line-height: 1.7;
}

.symptoms-warm .insp-care-group--emergency .insp-care-item::before {
  color: var(--warm-navy);
}

.symptoms-warm .insp-care-group--emergency .insp-care-item {
  color: var(--warm-navy);
}

/* レスポンシブ */
@media (max-width: 1200px) {
  .symptoms-warm .insp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .symptoms-warm .insp-care-guide--two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .symptoms-warm .insp-container {
    padding: 0 24px;
  }
  
  .symptoms-warm .insp-section {
    padding: 70px 0;
  }
  
  .symptoms-warm .insp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .symptoms-warm .insp-grid--tests {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .symptoms-warm .insp-care-columns {
    grid-template-columns: 1fr;
  }
  
  .symptoms-warm .insp-care-group {
    padding: 32px;
    border-radius: 28px;
  }
  
  .symptoms-warm .insp-grid--tests {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .symptoms-warm .insp-card--test .insp-card-body {
    padding: 20px 24px 24px;
  }
  
  .symptoms-warm .insp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .symptoms-warm .insp-card-body {
    padding: 12px 16px 16px;
  }
  
  .symptoms-warm .insp-card-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .symptoms-warm .insp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .symptoms-warm .insp-card {
    border-radius: 12px;
  }
  
  .symptoms-warm .insp-card-body {
    padding: 10px 12px 14px;
  }
  
  .symptoms-warm .insp-card-title {
    font-size: 0.85rem;
  }
  
  .symptoms-warm .insp-hero {
    min-height: 240px;
  }
  
  .symptoms-warm .insp-care-group {
    padding: 28px 24px;
  }
}

/* ==========================================================================
   Nord Reason Styles
   PIT DOCTOR - 選ばれる理由/トリアージページ用共通スタイル
   ========================================================================== */

:root {
  --cool-navy: #173a59;
  --cool-blue: #315f8c;
  --cool-sky: #78a9c1;
  --cool-ice: #dce9ef;
  --cool-frost: #edf3f5;
  --cool-paper: #f3f6f6;
  --cool-white: #ffffff;
  --cool-ink: #303d45;
  --cool-muted: #6b7a82;
  --cool-line: #b8cdd6;
  --cool-rule: 2px;
}

.nord-reason-page {
  background: var(--cool-paper);
}

.nord-reason {
  width: 100%;
  overflow: clip;
  background: var(--cool-paper);
  color: var(--cool-ink);
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  line-height: 1.7;
}

.nord-reason *,
.nord-reason *::before,
.nord-reason *::after {
  box-sizing: border-box;
}

.nord-reason p:empty {
  display: none;
}

/* Nord Lead Section */
.nord-lead {
  position: relative;
  padding: clamp(84px, 10vw, 148px) 24px clamp(90px, 11vw, 154px);
  overflow: hidden;
  background: var(--cool-white);
  border-bottom: var(--cool-rule) solid var(--cool-ink);
}

.nord-lead-inner {
  width: min(800px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.nord-lead-title {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 20px;
  color: var(--cool-navy);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.4;
}

.nord-lead-title::before {
  display: none;
}

.nord-lead-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--cool-navy);
}

.nord-lead-text {
  border-top: none;
  margin: 0;
  padding: 0;
  color: var(--cool-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.9;
}

/* Nord Section */
.nord-section {
  position: relative;
  padding: clamp(76px, 9vw, 126px) 24px clamp(120px, 14vw, 190px);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(23, 58, 89, .06) calc(50% - 1px), rgba(23, 58, 89, .06) calc(50% + 1px), transparent calc(50% + 1px)),
    var(--cool-paper);
}

.nord-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.nord-reasons {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: clamp(82px, 11vw, 150px);
  column-gap: clamp(16px, 2vw, 30px);
}

/* Nord Card */
.nord-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(16px, 2vw, 30px);
  align-items: start;
  min-width: 0;
  margin: 0;
  padding-top: 0;
  border-top: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--cool-ink);
  opacity: 1;
  transform: none;
}

.nord-card-media {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
  border-radius: 4px 18px 4px 4px;
  background: var(--cool-ice);
  box-shadow: 0 16px 38px rgba(23, 58, 89, .055);
  isolation: isolate;
}

.nord-card-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 7px;
  height: 40%;
  background: var(--cool-blue);
  pointer-events: none;
}

.nord-card-media::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #d5d9dc;
  transform: translate(-22px, 22px);
  pointer-events: none;
}

.nord-card:nth-child(even) .nord-card-media::after {
  transform: translate(22px, 22px);
}

.nord-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

.nord-card-content {
  min-width: 0;
  padding: 0;
  position: relative;
}

.nord-card-num {
  display: block;
  margin: 0 0 8px;
  color: var(--cool-blue);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.nord-card-title {
  margin: 0;
  padding-top: 0;
  border-top: none;
  color: var(--cool-navy);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.4;
}

.nord-card-text {
  margin: 26px 0 0;
  color: var(--cool-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(.94rem, 1.08vw, 1.05rem);
  font-weight: 450;
  line-height: 1.9;
  text-align: left;
}

/* Nord Card Layout - Desktop */
.nord-card:nth-child(odd) .nord-card-media {
  grid-column: 1 / span 7;
  aspect-ratio: 16 / 10;
}

.nord-card:nth-child(odd) .nord-card-content {
  grid-column: 8 / -1;
}

.nord-card:nth-child(even) .nord-card-media {
  grid-column: 6 / -1;
  grid-row: 1;
  aspect-ratio: 16 / 10;
}

.nord-card:nth-child(even) .nord-card-content {
  grid-column: 1 / span 5;
  grid-row: 1;
}

/* Nord Hero Section */
.nord-reason .first-hero,
.nord-reason .cinema-panel.cinema-opening {
  min-height: clamp(300px, 28vw, 430px);
  padding: 0;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #e9edf1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.nord-reason .first-hero::before,
.nord-reason .cinema-panel.cinema-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 22, 35, .04), rgba(13, 22, 35, .01) 42%, rgba(13, 22, 35, .06)),
    radial-gradient(rgba(0, 0, 0, .22), transparent 38%),
    linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, .34));
  pointer-events: none;
}

.nord-reason .first-hero .hero-bg,
.nord-reason .cinema-opening .cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9edf1;
}

.nord-reason .first-hero .hero-bg img,
.nord-reason .cinema-opening .cinema-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(.98) brightness(1.34);
  transform: scale(1.02);
}

.nord-reason .first-hero .hero-title,
.nord-reason .cinema-opening-line {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .64), 0 0 10px rgba(0, 0, 0, .28);
}

.nord-reason .first-hero .hero-title span,
.nord-reason .cinema-opening-line span {
  display: inline-block;
  width: auto;
  max-width: none;
  white-space: normal;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.02rem, 1.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.7;
}

.nord-reason .first-hero .hero-brand,
.nord-reason .cinema-opening-brand {
  position: absolute;
  bottom: clamp(-58px, -4.2vw, -24px);
  left: 50%;
  z-index: 1;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(4.8rem, 18vw, 17rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .20);
  pointer-events: none;
}

/* Nord Responsive - Tablet */
@media (max-width: 900px) {
  .nord-card:nth-child(odd) .nord-card-media {
    grid-column: 1 / span 6;
  }

  .nord-card:nth-child(odd) .nord-card-content {
    grid-column: 7 / -1;
  }

  .nord-card:nth-child(even) .nord-card-media {
    grid-column: 7 / -1;
  }

  .nord-card:nth-child(even) .nord-card-content {
    grid-column: 1 / span 6;
  }

  .nord-reason .first-hero,
  .nord-reason .cinema-panel.cinema-opening {
    min-height: 340px;
  }

  .nord-reason .first-hero .hero-title span,
  .nord-reason .cinema-opening-line span {
    font-size: clamp(.92rem, 4.2vw, 1.28rem);
    letter-spacing: .08em;
  }

  .nord-reason .first-hero .hero-brand,
  .nord-reason .cinema-opening-brand {
    bottom: -16px;
    font-size: clamp(4rem, 21vw, 7rem);
  }
}

/* Nord Responsive - Mobile */
@media (max-width: 700px) {
  .nord-lead {
    padding: 76px 20px 86px;
  }

  .nord-lead-inner {
    gap: 38px;
  }

  .nord-lead-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .nord-section {
    padding: 66px 18px 116px;
    background: var(--cool-paper);
  }

  .nord-reasons {
    display: flex;
    flex-direction: column;
    gap: 82px;
  }

  .nord-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 0 0;
  }

  .nord-card .nord-card-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 3px 15px 3px 3px;
    order: 1;
    margin-bottom: 22px;
  }

  .nord-card .nord-card-content {
    width: 100%;
    padding: 26px 0 0;
    order: 2;
  }

  .nord-card-media::after,
  .nord-card:nth-child(even) .nord-card-media::after {
    transform: translate(10px, 12px);
  }

  .nord-card-num {
    margin-bottom: 12px;
    font-size: clamp(1rem, 5vw, 1.3rem);
  }

  .nord-card-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .nord-card-text {
    margin-top: 20px;
    font-size: .94rem;
    line-height: 1.95;
  }
}

/* Nord Card - Text Only (画像なしカード) */
.nord-card:not(:has(.nord-card-media)) {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: var(--cool-white);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(23, 58, 89, .06);
}

.nord-card:not(:has(.nord-card-media)) .nord-card-content {
  width: 100%;
  padding: 0;
}

.nord-card:not(:has(.nord-card-media)) .nord-card-num {
  display: inline-block;
  padding: 4px 12px;
  background: var(--cool-blue);
  color: #fff;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.nord-card:not(:has(.nord-card-media)) .nord-card-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--cool-ice);
}

.nord-card:not(:has(.nord-card-media)) .nord-card-text {
  margin-top: 0;
}

@media (max-width: 700px) {
  .nord-card:not(:has(.nord-card-media)) {
    padding: 24px 20px;
    border-radius: 6px;
  }
}
