    :root {
      --c-accent: #EC7D5F;
      --c-cta-gradient: linear-gradient(135deg, #F29A7D 0%, #EC7D5F 100%);
      --c-text: #222222;
      --c-text-light: #333333;
      --c-text-muted: #888;
      --c-border: #e0e0e0;
      --c-bg: #fff;
      --c-bg-cream: #FEF7E7;
      --c-cream-text: #F0EBDE;
      --ff-sans: '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
      --ff-serif: 'Shippori Mincho B1', 'Noto Serif JP', serif;
      --ff-display: 'Cormorant Infant', 'Cormorant Garamond', serif;
      --container-width: min(1680px, 87.5vw);
      --content-scale: 1;
    }
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--ff-sans); color: var(--c-text); background: var(--c-bg); line-height: 1.875; font-size: 1rem; letter-spacing: 0.04em; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }
    button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }
    ul, ol { list-style: none; }

    .page-body { padding-top: 100px; }

    /* Sub-hero */
    .sub-hero { position: relative; height: 420px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .sub-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
    .sub-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 100%); }
    .sub-hero-content { position: relative; z-index: 1; text-align: center; color: #fff; padding: 0 1rem; }
    .sub-hero-en { font-family: var(--ff-display); font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem); font-weight: 500; letter-spacing: 0.2em; color: var(--c-cream-text); opacity: 0.9; margin-bottom: 12px; }
    .sub-hero-title { font-family: var(--ff-serif); font-size: clamp(1.625rem, 1.47rem + 0.65vw, 2.25rem); font-weight: 500; letter-spacing: 0.15em; line-height: 1.7; color: #fff; }

    /* Breadcrumb */
    .breadcrumb { max-width: var(--container-width); margin: 0 auto; padding: 20px 50px; font-size: clamp(0.875rem, 0.45rem + 0.88vw, 1rem); color: var(--c-text-muted); letter-spacing: 0.05em; }
    .breadcrumb a:hover { color: var(--c-accent); }
    .breadcrumb-sep { margin: 0 8px; color: var(--c-border); }
    .breadcrumb .is-current { color: var(--c-text); }

    /* Sitemap layout — マルチカラムでブロックを段組み (高さ不揃いを吸収) */
    .sitemap-section { padding: 56px 0 90px; }
    .sitemap-grid { max-width: var(--container-width); margin: 0 auto; padding: 0 50px; column-count: 2; column-gap: 72px; }
    .sitemap-block { break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid; display: inline-block; width: 100%; margin-bottom: 44px; vertical-align: top; }
    .sitemap-block-head { display: flex; align-items: baseline; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--c-border); margin-bottom: 14px; }
    .sitemap-block-en { font-family: var(--ff-display); font-size: 0.8125rem; letter-spacing: 0.2em; color: var(--c-accent); white-space: nowrap; }
    .sitemap-block-jp { font-family: var(--ff-serif); font-size: 1.25rem; font-weight: 500; letter-spacing: 0.06em; color: var(--c-text); }
    .sitemap-list > li > a,
    .sitemap-sublist a { display: inline-flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 1rem; color: var(--c-text-light); letter-spacing: 0.04em; transition: color 0.25s; }
    /* 既定の先頭マーク = 「>」シェブロン */
    .sitemap-list > li > a::before,
    .sitemap-sublist a::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid var(--c-accent); border-bottom: 1.5px solid var(--c-accent); transform: rotate(-45deg); flex-shrink: 0; transition: transform 0.25s; }
    .sitemap-list > li > a:hover,
    .sitemap-sublist a:hover { color: var(--c-accent); }
    .sitemap-list > li > a:hover::before,
    .sitemap-sublist a:hover::before { transform: rotate(-45deg) translate(2px, -2px); }
    /* 外部/別タブで開くリンク = 先頭マークを「別タブ(open_in_new)」アイコンに差し替え */
    .sitemap-list a[target="_blank"]::before,
    .sitemap-sublist a[target="_blank"]::before {
      width: 13px; height: 13px; border: 0; transform: none;
      background-color: var(--c-accent);
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3z'/%3E%3Cpath d='M19 19H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3z'/%3E%3Cpath d='M19 19H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z'/%3E%3C/svg%3E") center / contain no-repeat;
    }
    .sitemap-list a[target="_blank"]:hover::before,
    .sitemap-sublist a[target="_blank"]:hover::before { transform: translate(1px, -1px); }
    .sitemap-sublabel { display: block; margin: 12px 0 2px; font-family: var(--ff-serif); font-size: 0.9375rem; color: var(--c-text); letter-spacing: 0.05em; }
    .sitemap-sublist { padding-left: 16px; border-left: 1px solid var(--c-border); margin-bottom: 6px; }

    .reveal-fade { opacity: 0; transition: opacity 0.7s cubic-bezier(0.215,0.61,0.355,1); }
    .reveal-fade.is-visible { opacity: 1; }
    @media (prefers-reduced-motion: reduce) { .reveal-fade { opacity: 1 !important; transition: none !important; } }

    @media (max-width: 767px) {
      .page-body { padding-top: 72px; }
      .sub-hero { height: 300px; }
      .breadcrumb { padding: 16px 20px; }
      .sitemap-grid { column-count: 1; padding: 0; }
      .sitemap-section { padding: 36px 0 70px; }
    }

/* ============================================
   SP: Scroll Reveal 高速化(フリックでも待たせない)
   ============================================ */
@media (max-width: 767px) {
  .reveal {
    transform: translateY(16px);
    transition-duration: 0.55s, 0.55s;
  }
  .reveal-fade { transition-duration: 0.6s; }
  [data-reveal="stagger"] > .reveal-item {
    transform: translateY(16px);
    transition-duration: 0.5s, 0.5s;
  }
  [data-reveal="stagger"].is-visible > .reveal-item:nth-child(2) { transition-delay: 70ms; }
  [data-reveal="stagger"].is-visible > .reveal-item:nth-child(3) { transition-delay: 140ms; }
  [data-reveal="stagger"].is-visible > .reveal-item:nth-child(4) { transition-delay: 210ms; }
}
