﻿    /* ============================================================
       RESET & BASE
    ============================================================ */
    *, *::before, *::after { box-sizing: border-box; }
    * { margin: 0; padding: 0; }
    html {
      font-size: 16px;
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }
    @media (max-width: 480px) { html { font-size: 15px; } }
    body {
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #050507;
      color: #F4F7FF;
      overflow-x: hidden;
    }
    img, svg { display: block; max-width: 100%; }
    input, button, textarea, select { font: inherit; }
    p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
    ::selection { background: rgba(30,167,255,.25); color: #F4F7FF; }

    /* ============================================================
       DESIGN TOKENS
    ============================================================ */
    :root {
      --pg-bg1:    #050507;
      --pg-bg2:    #0B0D14;
      --pg-bg3:    #10131F;
      --pg-card:   rgba(16,19,31,.72);
      --pg-t1:     #F4F7FF;
      --pg-t2:     #A7AFBF;
      --pg-t3:     #6F7788;
      --pg-blue:   #006BFF;
      --pg-glow:   #1EA7FF;
      --pg-line:   rgba(244,247,255,.14);
      --pg-shadow: 0 24px 80px rgba(0,0,0,.32);
      --pg-en:     "Cormorant Garamond","Georgia",serif;
      --pg-num:    "Cinzel","Cormorant Garamond","Georgia",serif;
      --pg-ja:     "Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif;
      --pg-r-btn:  999px;
      --pg-r-card: 18px;
    }

    /* ============================================================
       RESPONSIVE HELPERS
    ============================================================ */
    .sp      { display: block; }
    .pc      { display: none;  }
    .sp-flex { display: flex;  }
    .pc-flex { display: none;  }
    @media (min-width: 1024px) {
      .sp      { display: none  !important; }
      .pc      { display: block; }
      .sp-flex { display: none  !important; }
      .pc-flex { display: flex;  }
    }

    /* ============================================================
       KEYFRAMES
    ============================================================ */
    @keyframes neon-dot-pulse {
      0%,100% { opacity:.5; box-shadow:0 0 4px rgba(30,167,255,.4); }
      50%     { opacity:1;  box-shadow:0 0 8px rgba(30,167,255,.9),0 0 16px rgba(30,167,255,.3); }
    }
    @keyframes hero-glow-breathe {
      0%    { opacity:.11; filter:drop-shadow(0 0 80px rgba(30,167,255,.50))  drop-shadow(0 0 240px rgba(0,107,255,.26))  brightness(.78); }
      25%   { opacity:.16; filter:drop-shadow(0 0 110px rgba(30,167,255,.62)) drop-shadow(0 0 300px rgba(0,107,255,.32)) brightness(.88); }
      29.5% { opacity:.16; }
      30%   { opacity:.02; filter:drop-shadow(0 0 20px rgba(30,167,255,.15)) brightness(.30); }
      30.8% { opacity:.14; filter:drop-shadow(0 0 110px rgba(30,167,255,.62)) brightness(.88); }
      31.3% { opacity:.04; filter:drop-shadow(0 0 20px rgba(30,167,255,.15)) brightness(.30); }
      32%   { opacity:.16; filter:drop-shadow(0 0 110px rgba(30,167,255,.62)) drop-shadow(0 0 300px rgba(0,107,255,.32)) brightness(.88); }
      50%   { opacity:.19; filter:drop-shadow(0 0 140px rgba(30,167,255,.72)) drop-shadow(0 0 360px rgba(0,107,255,.36)) brightness(.96); }
      72.5% { opacity:.16; }
      73%   { opacity:.02; filter:drop-shadow(0 0 20px rgba(30,167,255,.15)) brightness(.30); }
      73.7% { opacity:.15; filter:drop-shadow(0 0 110px rgba(30,167,255,.62)) brightness(.88); }
      74.2% { opacity:.05; filter:drop-shadow(0 0 20px rgba(30,167,255,.15)) brightness(.30); }
      75%   { opacity:.16; filter:drop-shadow(0 0 110px rgba(30,167,255,.62)) drop-shadow(0 0 300px rgba(0,107,255,.32)) brightness(.88); }
      100%  { opacity:.11; filter:drop-shadow(0 0 80px rgba(30,167,255,.50))  drop-shadow(0 0 240px rgba(0,107,255,.26))  brightness(.78); }
    }
    @keyframes hero-radial-pulse {
      0%,100% { opacity:.7; }  50% { opacity:1; }
    }
    @keyframes hero-copy-fade {
      from { opacity:0; transform:translateY(12px); }
      to   { opacity:1; transform:translateY(0); }
    }
    @keyframes hero-logo-fade {
      from { opacity:0; transform:translateY(-6px); }
      to   { opacity:1; transform:translateY(0); }
    }
    @keyframes scroll-drop {
      0%   { opacity:0; transform:translateY(-4px); }
      60%  { opacity:1; }
      100% { opacity:0; transform:translateY(10px); }
    }
    @keyframes splash-logo-in {
      from { opacity: 0; transform: translateY(8px) scale(.96); filter: blur(6px); }
      to   { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
    }
    @keyframes splash-text-in {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes splash-glow-pulse {
      0%,100% { opacity: .42; transform: translate(-50%,-50%) scale(.94); }
      50%     { opacity: .72; transform: translate(-50%,-50%) scale(1.04); }
    }

    /* ============================================================
       SPLASH INTRO
    ============================================================ */
    .splash {
      position: fixed; inset: 0; z-index: 2000;
      display: flex; align-items: center; justify-content: center;
      min-height: 100svh; background: #050507;
      opacity: 1; visibility: visible; pointer-events: auto;
      transition: opacity 1.05s ease, visibility 0s linear 1.05s;
    }
    .splash.is-hidden {
      opacity: 0; visibility: hidden; pointer-events: none;
    }
    .splash__glow {
      position: absolute; top: 50%; left: 50%;
      width: min(78vw, 420px); aspect-ratio: 1;
      border-radius: 50%;
      background:
        radial-gradient(circle, rgba(30,167,255,.22) 0%, rgba(0,107,255,.10) 36%, transparent 70%),
        radial-gradient(circle, rgba(244,247,255,.08) 0%, transparent 42%);
      filter: blur(14px); pointer-events: none;
      animation: splash-glow-pulse 2.2s ease-in-out infinite;
    }
    .splash__inner {
      position: relative; z-index: 1;
      display: flex; flex-direction: column; align-items: center;
      width: min(100%, 360px); padding: 0 28px;
      text-align: center;
    }
    .splash__logo {
      width: 92px; height: 92px; object-fit: contain;
      margin-bottom: 18px;
      filter: drop-shadow(0 0 18px rgba(30,167,255,.42));
      animation: splash-logo-in .95s cubic-bezier(.2,.7,.2,1) both;
    }
    .splash__name {
      font-family: var(--pg-en); font-size: 48px; font-weight: 300;
      line-height: 1; letter-spacing: .18em; color: var(--pg-t1);
      text-indent: .18em;
      text-shadow: 0 0 26px rgba(30,167,255,.28);
      animation: splash-text-in .9s ease .18s both;
    }
    .splash__line {
      width: 42px; height: 1px; margin: 20px 0 18px;
      background: linear-gradient(to right, transparent, rgba(30,167,255,.66), transparent);
      animation: splash-text-in .9s ease .34s both;
    }
    .splash__meta,
    .splash__place,
    .splash__open {
      font-family: var(--pg-en); font-weight: 400;
      color: var(--pg-t2); line-height: 1.35;
      text-transform: uppercase;
    }
    .splash__meta {
      font-size: 13px; letter-spacing: .18em;
      animation: splash-text-in .8s ease .42s both;
    }
    .splash__place {
      margin-top: 7px; font-size: 12px; letter-spacing: .24em;
      color: rgba(167,175,191,.82);
      animation: splash-text-in .8s ease .52s both;
    }
    .splash__open {
      margin-top: 18px; font-size: 14px; letter-spacing: .16em;
      color: rgba(30,167,255,.86);
      text-shadow: 0 0 18px rgba(30,167,255,.34);
      animation: splash-text-in .8s ease .66s both;
    }
    .splash__open-date {
      font-family: var(--pg-num);
      font-weight: 400;
      letter-spacing: .10em;
    }
    .splash__skip {
      position: absolute; right: 22px; bottom: 22px; z-index: 2;
      min-width: 54px; height: 34px; padding: 0 14px;
      border: 1px solid rgba(244,247,255,.16); border-radius: 999px;
      background: rgba(244,247,255,.04); color: rgba(244,247,255,.70);
      font-family: var(--pg-en); font-size: 10px; font-weight: 600;
      letter-spacing: .16em; text-transform: uppercase; cursor: pointer;
      transition: border-color .2s, color .2s, background .2s;
    }
    .splash__skip:hover {
      border-color: rgba(30,167,255,.56);
      color: var(--pg-t1); background: rgba(0,107,255,.12);
    }
    @media (min-width:1024px) {
      .splash__logo { width: 112px; height: 112px; margin-bottom: 22px; }
      .splash__name { font-size: 64px; }
      .splash__meta { font-size: 14px; }
      .splash__place { font-size: 13px; }
      .splash__open { font-size: 16px; }
      .splash__skip { right: 40px; bottom: 36px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .splash,
      .splash__glow,
      .splash__logo,
      .splash__name,
      .splash__line,
      .splash__meta,
      .splash__place,
      .splash__open {
        animation: none !important;
        transition-duration: .25s !important;
      }
    }

    /* ============================================================
       SHARED COMPONENTS
    ============================================================ */
    .pg-section {
      position: relative; overflow: hidden;
      padding: 88px 24px 96px;
    }
    @media (min-width:1024px) { .pg-section { padding: 140px 64px 160px; } }

    .pg-inner {
      position: relative; z-index: 1;
      max-width: 480px; margin: 0 auto;
    }
    @media (min-width:1024px) { .pg-inner { max-width: 1280px; } }

    .pg-ghost {
      position: absolute; top: 52px; left: 50%; transform: translateX(-50%);
      font-family: var(--pg-en); font-weight: 500; letter-spacing: .10em;
      color: var(--pg-t1); opacity: .030; white-space: nowrap;
      pointer-events: none; user-select: none; line-height: 1;
    }

    .pg-bg-img {
      position: absolute; inset: -12px; z-index: 0;
      background-size: cover; background-position: center;
      filter: blur(4px) brightness(.22) saturate(.80);
    }
    .pg-bg-over {
      position: absolute; inset: 0; z-index: 0;
      background: rgba(5,5,7,.50);
    }

    .pg-eyebrow {
      font-family: var(--pg-en); font-size: 10px; font-weight: 600;
      letter-spacing: .20em; text-transform: uppercase;
      color: var(--pg-glow); opacity: .7; margin-bottom: 12px;
    }
    .pg-h2 {
      font-family: var(--pg-en); font-size: 34px; font-weight: 400;
      line-height: 1.1; letter-spacing: .12em; text-transform: uppercase;
      color: var(--pg-t1); margin-bottom: 40px;
    }
    @media (min-width:1024px) { .pg-h2 { font-size: 52px; } }

    .pg-lead {
      font-family: var(--pg-ja); font-size: 24px; font-weight: 300;
      line-height: 1.55; color: var(--pg-t1); margin-bottom: 20px;
    }
    @media (min-width:1024px) { .pg-lead { font-size: 30px; } }

    .pg-body {
      font-family: var(--pg-ja); font-size: 15px; font-weight: 400;
      line-height: 1.95; color: var(--pg-t2);
    }

    .pg-dot {
      border-radius: 50%; background: var(--pg-glow);
      box-shadow: 0 0 6px rgba(30,167,255,.7); flex-shrink: 0;
      animation: neon-dot-pulse 1.5s ease-in-out infinite;
    }

    /* CTA Button */
    .pg-btn {
      display: inline-flex; align-items: center; justify-content: center;
      height: 48px; padding: 0 36px; border-radius: var(--pg-r-btn);
      border: 1px solid rgba(30,167,255,.6); background: rgba(0,107,255,.12);
      color: var(--pg-t1); box-shadow: 0 0 32px rgba(30,167,255,.22);
      font-family: var(--pg-en); font-size: 13px; font-weight: 600;
      letter-spacing: .08em; text-decoration: none; cursor: pointer;
      transition: box-shadow .25s, border-color .25s, background .25s, transform .20s;
    }
    .pg-btn:hover {
      border-color: rgba(30,167,255,.88);
      box-shadow: 0 0 52px rgba(30,167,255,.44), 0 0 14px rgba(30,167,255,.22);
      background: rgba(0,107,255,.22); transform: translateY(-2px);
    }
    .pg-btn:active { transform: translateY(0); box-shadow: 0 0 28px rgba(30,167,255,.28); }

    /* ============================================================
       HEADER
    ============================================================ */
    .hd {
      position: fixed; top: 0; left: 0; right: 0; height: 64px;
      background: rgba(5,5,7,.55); backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(244,247,255,.10);
      z-index: 1000; display: flex; align-items: center;
      justify-content: space-between; padding: 0 24px;
      transition: background .4s ease;
    }
    .hd--on { background: rgba(5,5,7,.94); }
    @media (min-width:1024px) { .hd { height: 76px; padding: 0 64px; } }

    .hd__logo-link { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
    .hd__logo {
      height: 38px; width: 38px; object-fit: contain;
      filter: drop-shadow(0 0 8px rgba(30,167,255,.30));
    }

    .hd__nav { align-items: center; gap: 40px; }
    .hd__nav-link {
      font-family: var(--pg-en); font-size: 11px; font-weight: 600;
      letter-spacing: .16em; text-transform: uppercase;
      color: var(--pg-t2); text-decoration: none; opacity: .85;
      transition: color .2s, opacity .2s;
    }
    .hd__nav-link:hover { color: var(--pg-t1); opacity: 1; }

    .hd__cta {
      display: none; align-items: center; justify-content: center;
      height: 40px; padding: 0 22px; border-radius: var(--pg-r-btn);
      border: 1px solid rgba(30,167,255,.50); background: rgba(0,107,255,.09);
      color: var(--pg-t1); box-shadow: 0 0 16px rgba(30,167,255,.13);
      font-family: var(--pg-en); font-size: 10px; font-weight: 600;
      letter-spacing: .16em; text-decoration: none; text-transform: uppercase;
      flex-shrink: 0; transition: box-shadow .25s, border-color .25s, background .25s, transform .20s;
    }
    @media (min-width: 1024px) { .hd__cta { display: inline-flex; } }
    .hd__cta:hover {
      border-color: rgba(30,167,255,.88);
      box-shadow: 0 0 52px rgba(30,167,255,.44); background: rgba(0,107,255,.22);
      transform: translateY(-2px);
    }

    .hb {
      background: none; border: none; cursor: pointer; padding: 8px;
      display: flex; flex-direction: column; justify-content: center;
      gap: 5px; width: 36px; height: 36px;
    }
    .hb__bar {
      display: block; width: 20px; height: 1px;
      background: var(--pg-t1); margin-left: auto;
      transition: all .28s cubic-bezier(.4,0,.2,1);
    }
    .hb__bar--mid { width: 14px; }
    .hb--open .hb__bar:nth-child(1) { transform: rotate(45deg) translate(4px,4px); background: var(--pg-glow); }
    .hb--open .hb__bar:nth-child(2) { opacity: 0; }
    .hb--open .hb__bar:nth-child(3) { transform: rotate(-45deg) translate(4px,-4px); background: var(--pg-glow); }

    .ov {
      position: fixed; inset: 0; background: rgba(5,5,7,.97);
      backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
      z-index: 999; display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      opacity: 0; pointer-events: none; transition: opacity .3s ease;
    }
    .ov--open { opacity: 1; pointer-events: all; }
    .ov__logo { height: 64px; width: 64px; object-fit: contain; margin-bottom: 40px; }
    .ov__nav  { display: flex; flex-direction: column; align-items: center; gap: 28px; margin-bottom: 48px; }
    .ov__link {
      font-family: var(--pg-en); font-size: 11px; font-weight: 600;
      letter-spacing: .18em; color: var(--pg-t2); text-decoration: none;
      text-transform: uppercase; transition: color .2s;
    }
    .ov__link:hover { color: var(--pg-t1); }
    .ov__div {
      position: absolute; bottom: 32px; left: 24px; right: 24px;
      height: 1px; background: var(--pg-line);
    }

    /* ============================================================
       HERO
    ============================================================ */
    .hero {
      min-height: 100svh; background: var(--pg-bg1);
      display: flex; flex-direction: column; align-items: center;
      position: relative; overflow: hidden;
    }
    @media (min-width:1024px) { .hero { min-height: 92vh; } }

    .hero__bg-logo {
      position: absolute; top: 50%; left: 50%;
      width: 230vw; max-width: 1080px; height: auto; object-fit: contain;
      transform: translate(-50%,-40%) rotate(-3deg);
      animation: hero-glow-breathe 12s ease-in-out infinite;
      mix-blend-mode: screen; pointer-events: none; user-select: none;
    }
    @media (min-width:1024px) {
      .hero__bg-logo {
        left: auto; right: -8%; width: 62vw; max-width: 920px;
        transform: translateY(-52%) rotate(-3deg);
      }
    }

    .hero__radial {
      position: absolute; top: 30%; left: 50%;
      transform: translate(-50%,-50%); width: 100%; height: 70%;
      background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(0,107,255,.18) 0%, rgba(0,60,200,.07) 45%, transparent 70%);
      animation: hero-radial-pulse 16s ease-in-out infinite; pointer-events: none;
    }
    @media (min-width:1024px) {
      .hero__radial {
        top: 50%; left: auto; right: 8%; transform: translate(30%,-50%);
        width: 680px; height: 680px;
        background: radial-gradient(ellipse 70% 70% at 60% 50%, rgba(0,107,255,.18) 0%, rgba(0,60,200,.07) 45%, transparent 70%);
      }
    }

    .hero__vignette {
      position: absolute; inset: 0; pointer-events: none;
      background:
        linear-gradient(to bottom, #050507 0%, transparent 16%, transparent 72%, #050507 100%),
        radial-gradient(ellipse 120% 100% at 50% 50%, transparent 25%, rgba(5,5,7,.55) 65%, #050507 88%);
    }
    @media (min-width:1024px) {
      .hero__vignette {
        background:
          linear-gradient(to bottom, #050507 0%, transparent 16%, transparent 72%, #050507 100%),
          linear-gradient(to right, transparent 30%, rgba(5,5,7,.35) 65%, rgba(5,5,7,.6) 100%);
      }
    }

    .hero__line { position: absolute; left: 0; right: 0; height: 1px; }
    .hero__line--t { top: 0;    background: linear-gradient(to right, transparent, rgba(30,167,255,.22), transparent); }
    .hero__line--b { bottom: 0; background: linear-gradient(to right, transparent, rgba(30,167,255,.15), transparent); }

    .hero__top-logo {
      position: relative; z-index: 2;
      flex-direction: column; align-items: center;
      padding-top: 52px; animation: hero-logo-fade 1.2s ease-out both;
    }
    .hero__top-logo-img {
      width: 52px; height: 52px; object-fit: contain;
      filter: drop-shadow(0 0 12px rgba(30,167,255,.50)) brightness(1.05);
    }
    .hero__top-logo-line {
      width: 1px; height: 28px; margin-top: 16px;
      background: linear-gradient(to bottom, rgba(30,167,255,.5), transparent);
    }
    .hero__spacer { flex: 1; }

    .hero__content {
      position: relative; z-index: 2; width: 100%;
      padding: 0 28px; max-width: 400px;
      display: flex; flex-direction: column; align-items: flex-start;
      animation: hero-copy-fade 1.4s ease-out .3s both;
    }
    @media (min-width:1024px) {
      .hero__content {
        flex-direction: row; max-width: 1280px;
        min-height: 92vh; padding: 100px 64px;
        margin: 0 auto; align-items: center;
      }
    }

    .hero__copy { display: flex; flex-direction: column; }
    @media (min-width:1024px) {
      .hero__copy { flex: 0 0 42%; max-width: 42%; justify-content: center; }
    }

    /* Grand Open badge — after catchcopy */
    .grand-open-badge {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
      margin-top: 14px;
      margin-bottom: 18px;
      padding-top: 12px;
      border-top: 1px solid rgba(30,167,255,.20);
    }
    @media (min-width:1024px) {
      .grand-open-badge {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 26px;
        padding-top: 16px;
      }
    }
    .grand-open-badge__date {
      font-family: var(--pg-num);
      font-size: 20px;
      font-weight: 400;
      letter-spacing: .10em;
      color: #1EA7FF;
      text-shadow: 0 0 20px rgba(30,167,255,.60);
      white-space: nowrap;
    }
    @media (min-width:1024px) { .grand-open-badge__date { font-size: 26px; } }
    .grand-open-badge__sep {
      display: none;
      width: 1px;
      height: 18px;
      background: rgba(30,167,255,.35);
      flex-shrink: 0;
    }
    @media (min-width:1024px) { .grand-open-badge__sep { display: inline-block; } }
    .grand-open-badge__label {
      font-family: var(--pg-en);
      font-size: 20px;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(30,167,255,.85);
      text-shadow: 0 0 20px rgba(30,167,255,.45);
      white-space: nowrap;
    }
    @media (min-width:1024px) { .grand-open-badge__label { font-size: 26px; } }

    .hero__eyebrow {
      font-family: var(--pg-en); font-size: 9px; font-weight: 600;
      letter-spacing: .30em; text-transform: uppercase;
      color: var(--pg-glow); opacity: .85; margin-bottom: 20px;
    }
    @media (min-width:1024px) { .hero__eyebrow { margin-bottom: 24px; } }

    .hero__line-acc {
      width: 32px; height: 1px; background: rgba(30,167,255,.55); margin-bottom: 24px;
    }
    @media (min-width:1024px) { .hero__line-acc { width: 40px; margin-bottom: 32px; } }

    .hero__h1 {
      font-family: var(--pg-ja); font-size: 26px; font-weight: 300;
      line-height: 1.75; letter-spacing: .08em;
      color: var(--pg-t1); margin-bottom: 32px;
    }
    .hero__h1 span { display: block; }
    .hero__h1 .hero__h1-pc { display: none; }
    .hero__h1 .hero__h1-sp { display: block; }
    @media (min-width:1024px) {
      .hero__h1 { font-size: clamp(36px,3.6vw,46px); letter-spacing: .06em; line-height: 1.45; margin-bottom: 36px; }
      .hero__h1 .hero__h1-pc { display: block; }
      .hero__h1 .hero__h1-sp { display: none; }
      .hero__h1 span { white-space: nowrap; }
    }

    .hero__sub {
      font-family: var(--pg-ja); font-size: 12px; font-weight: 300;
      line-height: 2.1; letter-spacing: .09em; color: var(--pg-t2);
      margin-bottom: 48px; max-width: 320px; white-space: pre-line;
    }
    @media (min-width:1024px) {
      .hero__sub { font-size: 14px; letter-spacing: .07em; margin-bottom: 56px; max-width: 380px; }
    }

    .hero__acts {
      display: flex; flex-direction: column; gap: 16px;
      align-items: flex-start; width: 100%;
    }
    @media (min-width:1024px) {
      .hero__acts { flex-direction: row; gap: 24px; align-items: center; flex-wrap: wrap; }
    }

    .hero__cta {
      height: 48px; padding: 0 36px;
      border: 1px solid rgba(30,167,255,.55); background: rgba(0,107,255,.10);
      box-shadow: 0 0 28px rgba(30,167,255,.18); font-size: 12px; letter-spacing: .18em;
    }
    @media (min-width:1024px) { .hero__cta { height: 52px; padding: 0 40px; } }

    .hero__view {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--pg-en); font-size: 11px; font-weight: 400;
      letter-spacing: .14em; color: var(--pg-t2); text-decoration: none;
    }
    .hero__view-line { display: inline-block; width: 20px; height: 1px; background: rgba(167,175,191,.5); }
    @media (min-width:1024px) { .hero__view { gap: 10px; } .hero__view-line { width: 24px; } }

    .hero__right { flex: 0 0 58%; }

    .hero__scroll {
      position: relative; z-index: 2;
      display: flex; flex-direction: column; align-items: center;
      gap: 8px; padding-bottom: 32px;
    }
    @media (min-width:1024px) {
      .hero__scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); padding-bottom: 0; }
    }
    .hero__scroll-lbl {
      font-family: var(--pg-en); font-size: 8px; font-weight: 600;
      letter-spacing: .26em; text-transform: uppercase; color: var(--pg-t3);
    }
    .hero__scroll-bar { position: relative; width: 1px; height: 32px; background: rgba(30,167,255,.12); }
    .hero__scroll-dot {
      position: absolute; top: 0; left: 0; width: 1px; height: 55%;
      background: linear-gradient(to bottom, rgba(30,167,255,.9), transparent);
      animation: scroll-drop 2.4s ease-in-out infinite;
    }

    @media (max-width:1023px) and (max-height:700px) {
      .hero__spacer {
        display: none !important;
        flex: 0 0 0;
      }
      .hero__content {
        padding-top: 96px;
      }
      .hero__eyebrow {
        margin-bottom: 14px;
      }
      .hero__line-acc {
        margin-bottom: 18px;
      }
      .hero__h1 {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 24px;
      }
      .grand-open-badge {
        gap: 0;
        margin-top: 8px;
        margin-bottom: 14px;
        padding-top: 10px;
      }
      .grand-open-badge__date,
      .grand-open-badge__label {
        font-size: 18px;
      }
      .hero__sub {
        font-size: 11.5px;
        line-height: 1.9;
        margin-bottom: 32px;
      }
      .hero__cta {
        height: 46px;
      }
      .hero__scroll {
        padding-bottom: 12px;
      }
    }

    /* ============================================================
       CONCEPT
    ============================================================ */
    .concept { background: var(--pg-bg2); }
    .concept .pg-ghost { font-size: 90px; top: 52px; }
    @media (min-width:1024px) { .concept .pg-ghost { font-size: 180px; } }

    .con-inner { position: relative; z-index: 1; max-width: 480px; margin: 0 auto; }

    .con-eyebrow {
      font-family: var(--pg-en); font-size: 11px; font-weight: 600;
      letter-spacing: .20em; text-transform: uppercase;
      color: var(--pg-glow); opacity: .7; margin-bottom: 12px;
    }
    .con-h2 {
      font-family: var(--pg-en); font-size: 34px; font-weight: 400;
      line-height: 1.1; letter-spacing: .12em; text-transform: uppercase;
      color: var(--pg-t1); margin-bottom: 64px;
    }
    .con-stmt { margin-bottom: 32px; }
    .con-acc-line { width: 32px; height: 1px; background: rgba(30,167,255,.46); margin-bottom: 28px; }
    .con-stmt-text {
      font-family: var(--pg-ja); font-size: 24px; font-weight: 400;
      line-height: 1.7; letter-spacing: .02em; color: var(--pg-t1); white-space: pre-line;
    }
    .con-body {
      font-family: var(--pg-ja); font-size: 15px; font-weight: 400;
      line-height: 1.95; color: var(--pg-t2); margin-bottom: 56px;
    }
    .con-cards { display: flex; flex-direction: column; gap: 16px; margin-bottom: 56px; }

    .con-card {
      background: var(--pg-card); border: 1px solid var(--pg-line);
      border-radius: var(--pg-r-card); padding: 28px 24px;
      box-shadow: var(--pg-shadow); transition: border-color .25s, box-shadow .25s;
    }
    .con-card:hover { border-color: rgba(30,167,255,.28); box-shadow: var(--pg-shadow), 0 0 24px rgba(30,167,255,.08); }

    .con-dot {
      width: 6px; height: 6px; border-radius: 50%; background: var(--pg-glow);
      box-shadow: 0 0 12px rgba(30,167,255,.8), 0 0 24px rgba(30,167,255,.4);
      margin-bottom: 20px; animation: neon-dot-pulse 2s ease-in-out infinite;
    }
    .con-dot-0 { animation-delay: 0s; }
    .con-dot-1 { animation-delay: .4s; }
    .con-dot-2 { animation-delay: .8s; }
    .con-dot-3 { animation-delay: 1.2s; }

    .con-num {
      font-family: var(--pg-num); font-size: 11px; font-weight: 400;
      letter-spacing: .18em; color: var(--pg-t3); text-transform: uppercase; margin-bottom: 8px;
    }
    .con-card-title {
      font-family: var(--pg-ja); font-size: 18px; font-weight: 500;
      line-height: 1.45; color: var(--pg-t1); margin-bottom: 10px;
    }
    .con-card-desc {
      font-family: var(--pg-ja); font-size: 14px; font-weight: 400;
      line-height: 1.85; color: var(--pg-t2);
    }

    .con-cta { display: flex; flex-direction: column; gap: 10px; margin-bottom: 56px; }
    .con-cta-note { font-family: var(--pg-ja); font-size: 12px; color: var(--pg-t3); padding-left: 4px; }

    /* PC concept */
    @media (min-width:1024px) {
      .con-pc-wrap {
        position: relative; z-index: 1; max-width: 1280px; margin: 0 auto;
        display: flex; flex-direction: row; gap: 72px; align-items: center;
      }
      .con-pc-left  { flex: 0 0 50%; max-width: 50%; }
      .con-pc-right { flex: 0 0 calc(50% - 72px); max-width: 520px; }
      .con-grid {
        display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
      }
      .con-grid .con-card { padding: 32px 28px; border-radius: 20px; }
      .con-pc-text .con-h2 { font-size: 56px; margin-bottom: 48px; }
      .con-pc-text .con-stmt-text { font-size: 28px; line-height: 1.65; }
      .con-pc-text .con-body { line-height: 2.0; max-width: 440px; }
    }

    /* ============================================================
       EXPERIENCE
    ============================================================ */
    .exp { background: var(--pg-bg1); }
    .exp .pg-ghost { font-size: 70px; }
    @media (min-width:1024px) { .exp .pg-ghost { font-size: 160px; } }

    .exp-layout { display: flex; flex-direction: column; }
    @media (min-width:1024px) { .exp-layout { flex-direction: row; gap: 96px; align-items: flex-start; } }

    .exp-left { padding-top: 4px; }
    @media (min-width:1024px) { .exp-left { flex: 0 0 38%; max-width: 440px; } }

    .exp-lead { font-family: var(--pg-ja); font-size: 24px; font-weight: 300; line-height: 1.55; color: var(--pg-t1); margin-bottom: 28px; }
    @media (min-width:1024px) { .exp-lead { font-size: 32px; } }

    .exp-body-sp { margin-bottom: 56px; }
    @media (min-width:1024px) { .exp-left .pg-body { max-width: 380px; } }

    .exp-right { }
    @media (min-width:1024px) { .exp-right { flex: 1; padding-top: 8px; } }

    /* Timeline */
    .tl { display: flex; flex-direction: column; }
    .tl-step { display: flex; gap: 24px; }
    .tl-ind { display: flex; flex-direction: column; align-items: center; width: 14px; flex-shrink: 0; }
    .tl-dot {
      width: 14px; height: 14px; border-radius: 50%;
      border: 1px solid rgba(30,167,255,.8); background: var(--pg-bg1);
      box-shadow: 0 0 8px rgba(30,167,255,.5);
      flex-shrink: 0; margin-top: 3px; animation: neon-dot-pulse 1.5s ease-in-out infinite;
    }
    .tl-line { width: 1px; flex: 1; background: rgba(30,167,255,.3); margin-top: 6px; }
    .tl-body { flex: 1; padding-bottom: 4px; }
    .tl-num { font-family: var(--pg-num); font-size: 11px; font-weight: 400; letter-spacing: .18em; color: var(--pg-glow); opacity: .7; margin-bottom: 6px; }
    .tl-en  { font-family: var(--pg-en); font-size: 16px; font-weight: 500; letter-spacing: .02em; color: var(--pg-t1); margin-bottom: 4px; line-height: 1.4; }
    @media (min-width:1024px) { .tl-en { font-size: 18px; } }
    .tl-ja   { font-family: var(--pg-ja); font-size: 12px; color: var(--pg-glow); opacity: .65; margin-bottom: 10px; letter-spacing: .04em; }
    .tl-desc { font-family: var(--pg-ja); font-size: 14px; font-weight: 400; line-height: 1.9; color: var(--pg-t2); }

    /* ============================================================
       SPACE
    ============================================================ */
    .spc { background: var(--pg-bg2); }
    .spc .pg-ghost { font-size: 100px; }
    @media (min-width:1024px) { .spc .pg-ghost { font-size: 200px; } }

    .spc-hdr-pc {
      display: none;
    }
    @media (min-width: 1024px) {
      .spc-hdr-pc { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
    }
    .spc-hdr-r { max-width: 380px; text-align: right; }
    .spc-lead-pc { font-family: var(--pg-ja); font-size: 26px; font-weight: 300; line-height: 1.55; color: var(--pg-t1); margin-bottom: 16px; }
    .spc-body-pc { font-family: var(--pg-ja); font-size: 14px; line-height: 2.0; color: var(--pg-t2); }

    .spc-lead-sp { margin-bottom: 20px; }
    .spc-body-sp { margin-bottom: 48px; }

    .spc-grid { display: flex; flex-direction: column; gap: 10px; }
    @media (min-width:1024px) { .spc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; } }

    .spc-card { background: var(--pg-card); border: 1px solid var(--pg-line); border-radius: 16px; overflow: hidden; box-shadow: var(--pg-shadow); }
    .spc-img-sp { width: 100%; height: 160px; overflow: hidden; position: relative; }
    .spc-img-pc { padding-top: 62%; position: relative; }
    .spc-img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .spc-img--sp { filter: brightness(.72) saturate(.85); }
    .spc-img--pc { filter: brightness(.68) saturate(.80); position: absolute; top: 0; left: 0; }
    .spc-over-sp { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(5,5,7,.7) 100%); }
    .spc-over-pc { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 35%, rgba(5,5,7,.72) 100%); }
    .spc-lbl-sp { position: absolute; bottom: 14px; left: 18px; }
    .spc-lbl-pc { position: absolute; bottom: 16px; left: 20px; }
    .spc-sdot { width: 4px; height: 4px; margin-bottom: 8px; }
    .spc-title { font-family: var(--pg-en); font-size: 14px; font-weight: 500; letter-spacing: .06em; color: var(--pg-t1); margin-bottom: 3px; }
    .spc-ja    { font-family: var(--pg-ja); font-size: 10px; color: var(--pg-glow); opacity: .6; }
    .spc-desc-wrap-sp { padding: 14px 18px; }
    .spc-desc-wrap-pc { padding: 14px 20px; }
    .spc-desc { font-family: var(--pg-ja); font-size: 14px; font-weight: 400; line-height: 1.8; color: var(--pg-t2); }
    .spc-desc--pc { font-size: 13px; }

    /* ============================================================
       SERVICE
    ============================================================ */
    .svc { background: var(--pg-bg3); }
    .svc .pg-ghost { font-size: 96px; }
    @media (min-width:1024px) { .svc .pg-ghost { font-size: 180px; } }

    .svc-hdr { margin-bottom: 56px; }
    @media (min-width:1024px) { .svc-hdr { margin-bottom: 80px; max-width: 560px; } }

    .svc-list-pc { border-top: 1px solid rgba(244,247,255,.10); }
    .svc-row-pc  { display: flex; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(244,247,255,.10); gap: 32px; }
    .svc-num { font-family: var(--pg-num); font-size: 11px; font-weight: 400; letter-spacing: .18em; color: var(--pg-t3); flex-shrink: 0; width: 32px; }
    .svc-en  { font-family: var(--pg-en); font-size: 18px; font-weight: 400; letter-spacing: .04em; color: var(--pg-t1); flex: 1; }
    .svc-ja  { font-family: var(--pg-ja); font-size: 12px; color: var(--pg-t3); letter-spacing: .04em; flex-shrink: 0; }
    .svc-arr { width: 28px; height: 1px; background: linear-gradient(to right, rgba(30,167,255,.4), transparent); flex-shrink: 0; }

    .svc-row-sp { display: flex; align-items: center; padding: 20px 0; }
    .svc-row-sp + .svc-row-sp { border-top: 1px solid rgba(244,247,255,.10); }
    .svc-row-sp:first-child    { border-top: 1px solid rgba(244,247,255,.10); }
    .svc-sp-l { display: flex; align-items: center; gap: 16px; }
    .svc-sp-en { font-family: var(--pg-en); font-size: 15px; font-weight: 400; letter-spacing: .04em; color: var(--pg-t1); margin-bottom: 2px; }
    .svc-sp-ja { font-family: var(--pg-ja); font-size: 12px; color: var(--pg-t3); letter-spacing: .02em; }
    .svc-note  { font-family: var(--pg-ja); font-size: 11px; color: var(--pg-t3); margin-top: 28px; line-height: 1.8; }
    .svc-note-sp { font-family: var(--pg-ja); font-size: 12px; color: var(--pg-t3); margin-top: 24px; line-height: 1.8; }

    /* ============================================================
       MEMBERSHIP
    ============================================================ */
    .mbr { background: var(--pg-bg2); }
    .mbr .pg-ghost { font-size: 56px; }
    @media (min-width:1024px) { .mbr .pg-ghost { font-size: 140px; } }

    .mbr-hdr { margin-bottom: 56px; }
    @media (min-width:1024px) { .mbr-hdr { max-width: 640px; margin-bottom: 80px; } }

    .mbr-tl { display: flex; flex-direction: column; margin-bottom: 56px; }
    .mbr-step { display: flex; gap: 24px; }
    .mbr-ind  { display: flex; flex-direction: column; align-items: center; width: 14px; flex-shrink: 0; }
    .mbr-dot  { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(30,167,255,.8); background: var(--pg-bg2); box-shadow: 0 0 8px rgba(30,167,255,.45); flex-shrink: 0; margin-top: 3px; animation: neon-dot-pulse 1.5s ease-in-out infinite; }
    .mbr-line { width: 1px; flex: 1; background: rgba(30,167,255,.28); margin-top: 6px; }
    .mbr-card { flex: 1; background: var(--pg-card); border: 1px solid var(--pg-line); border-radius: 12px; padding: 20px; }
    .mbr-s-num  { font-family: var(--pg-num); font-size: 11px; font-weight: 400; letter-spacing: .18em; color: var(--pg-glow); opacity: .7; margin-bottom: 4px; }
    .mbr-s-en   { font-family: var(--pg-en); font-size: 15px; font-weight: 500; letter-spacing: .02em; color: var(--pg-t1); margin-bottom: 2px; }
    .mbr-s-ja   { font-family: var(--pg-ja); font-size: 11px; color: var(--pg-glow); opacity: .6; margin-bottom: 8px; }
    .mbr-s-desc { font-family: var(--pg-ja); font-size: 14px; font-weight: 400; line-height: 1.85; color: var(--pg-t2); }

    /* PC rail */
    .mbr-rail { position: relative; }
    .mbr-rail-wrap { position: relative; width: 100%; }
    .mbr-rail-line { position: absolute; top: 10px; left: calc(12.5% + 2px); right: calc(12.5% + 2px); height: 1px; background: linear-gradient(to right, rgba(30,167,255,.75), rgba(30,167,255,.50) 50%, rgba(30,167,255,.20)); z-index: 0; pointer-events: none; }
    .mbr-chev { position: absolute; top: 10px; transform: translate(-50%,-50%) rotate(45deg); width: 6px; height: 6px; border-top: 1px solid rgba(30,167,255,.60); border-right: 1px solid rgba(30,167,255,.60); z-index: 1; background: var(--pg-bg2); pointer-events: none; }
    .mbr-dots-row { display: flex; flex-direction: row; width: 100%; position: relative; z-index: 1; margin-bottom: 0; }
    .mbr-rdot-col { flex: 1; display: flex; flex-direction: column; align-items: center; }
    .mbr-rdot { width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(30,167,255,.85); background: var(--pg-bg2); box-shadow: 0 0 10px rgba(30,167,255,.55), 0 0 22px rgba(30,167,255,.18); animation: neon-dot-pulse 1.5s ease-in-out infinite; position: relative; z-index: 2; flex-shrink: 0; }
    .mbr-drop { width: 1px; height: 28px; background: linear-gradient(to bottom, rgba(30,167,255,.55), rgba(30,167,255,.08)); }
    .mbr-cards { display: flex; flex-direction: row; gap: 20px; width: 100%; margin-bottom: 64px; }
    .mbr-cards > .mbr-pc-card { flex: 1; min-width: 0; }
    .mbr-pc-card { background: var(--pg-card); border: 1px solid var(--pg-line); border-radius: 20px; padding: 32px 28px; transition: border-color .25s, box-shadow .25s; }
    .mbr-pc-card:hover { border-color: rgba(30,167,255,.22); box-shadow: 0 0 24px rgba(30,167,255,.08); }
    .mbr-pc-num  { font-family: var(--pg-num); font-size: 11px; font-weight: 400; letter-spacing: .18em; color: var(--pg-glow); opacity: .7; margin-bottom: 16px; }
    .mbr-pc-en   { font-family: var(--pg-en); font-size: 16px; font-weight: 500; letter-spacing: .02em; color: var(--pg-t1); margin-bottom: 4px; line-height: 1.35; }
    .mbr-pc-ja   { font-family: var(--pg-ja); font-size: 10px; color: var(--pg-glow); opacity: .6; margin-bottom: 16px; }
    .mbr-pc-desc { font-family: var(--pg-ja); font-size: 13px; font-weight: 400; line-height: 1.9; color: var(--pg-t2); }

    .mbr-cta { display: flex; flex-direction: column; align-items: center; gap: 12px; }
    .mbr-cta-line { width: 1px; height: 32px; background: linear-gradient(to bottom, transparent, rgba(30,167,255,.4)); }

    /* ============================================================
       FAQ
    ============================================================ */
    .faq { background: var(--pg-bg1); }
    .faq .pg-ghost { font-size: 108px; }
    @media (min-width:1024px) { .faq .pg-ghost { font-size: 160px; } }

    .faq-layout { display: flex; flex-direction: column; }
    @media (min-width:1024px) { .faq-layout { flex-direction: row; gap: 96px; align-items: flex-start; } }

    .faq-left { }
    @media (min-width:1024px) { .faq-left { flex: 0 0 32%; max-width: 360px; padding-top: 8px; position: sticky; top: 100px; align-self: flex-start; } }

    .faq-h2   { font-family: var(--pg-en); font-size: 34px; font-weight: 400; line-height: 1.1; letter-spacing: .12em; text-transform: uppercase; color: var(--pg-t1); margin-bottom: 40px; }
    @media (min-width:1024px) { .faq-h2 { font-size: 48px; } }

    .faq-lead { font-family: var(--pg-ja); font-size: 22px; font-weight: 300; line-height: 1.65; color: var(--pg-t1); margin-bottom: 24px; }
    .faq-lead--sp { margin-bottom: 48px; }
    .faq-body { font-family: var(--pg-ja); font-size: 14px; font-weight: 400; line-height: 1.95; color: var(--pg-t2); }
    .faq-body--sp { margin-bottom: 48px; }

    .faq-right { flex: 1; max-width: 720px; }

    .acc-item { border-top: 1px solid rgba(244,247,255,.12); }
    .acc-item:last-child { border-bottom: 1px solid rgba(244,247,255,.12); }
    .acc-btn { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px 0; background: none; border: none; cursor: pointer; text-align: left; }
    @media (min-width:1024px) { .acc-btn { padding: 26px 0; } }
    .acc-q    { font-family: var(--pg-ja); font-size: 15px; font-weight: 400; line-height: 1.65; color: var(--pg-t1); flex: 1; }
    .acc-ico  { font-family: var(--pg-en); font-size: 18px; font-weight: 300; color: var(--pg-t3); flex-shrink: 0; line-height: 1; margin-top: 2px; transition: color .2s, transform .25s; display: block; }
    .acc-item--open .acc-ico { color: var(--pg-glow); transform: rotate(45deg); }
    .acc-body { overflow: hidden; max-height: 0; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
    .acc-item--open .acc-body { max-height: 200px; }
    .acc-a    { font-family: var(--pg-ja); font-size: 14px; font-weight: 400; line-height: 1.9; color: var(--pg-t2); padding-bottom: 22px; padding-right: 32px; }

    /* ============================================================
       ACCESS
    ============================================================ */
    .acc-sec { background: var(--pg-bg2); }
    .acc-sec .pg-ghost { font-size: 96px; }
    @media (min-width:1024px) { .acc-sec .pg-ghost { font-size: 180px; } }

    .acc-inner { max-width: 480px; }
    @media (min-width:1024px) { .acc-inner { max-width: 800px; } }

    .acc-card { border: 1px solid rgba(244,247,255,.10); border-radius: 18px; padding: 40px 32px; background: rgba(16,19,31,.5); margin-bottom: 40px; position: relative; overflow: hidden; }
    .acc-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 200px; height: 200px; background: radial-gradient(circle, rgba(0,107,255,.10) 0%, transparent 70%); pointer-events: none; }
    .acc-icon { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(30,167,255,.4); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; box-shadow: 0 0 16px rgba(30,167,255,.2); }
    .acc-postal { font-family: var(--pg-ja); font-size: 10px; font-weight: 400; letter-spacing: .10em; color: var(--pg-t3); opacity: .75; margin-bottom: 8px; }
    .acc-city { font-family: var(--pg-en); font-size: 28px; font-weight: 400; letter-spacing: .06em; color: var(--pg-t1); margin-bottom: 8px; line-height: 1; }
    .acc-city-ja { font-family: var(--pg-ja); font-size: 12px; color: var(--pg-glow); opacity: .65; letter-spacing: .06em; margin-bottom: 24px; }
    .acc-div { width: 32px; height: 1px; background: rgba(30,167,255,.46); margin-bottom: 20px; }
    .acc-desc { font-family: var(--pg-ja); font-size: 15px; font-weight: 400; line-height: 2.0; color: var(--pg-t2); }
    .acc-map {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      margin-bottom: 32px;
      border: 1px solid rgba(244,247,255,.10);
      border-radius: 18px;
      overflow: hidden;
      background: rgba(16,19,31,.5);
      box-shadow: 0 18px 60px rgba(0,0,0,.24), 0 0 24px rgba(30,167,255,.06);
    }
    .acc-map::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(5,5,7,.08), rgba(5,5,7,.18));
      border-radius: inherit;
    }
    .acc-map iframe {
      width: 100%;
      height: 100%;
      border: 0;
      filter: saturate(.72) brightness(.82) contrast(1.05);
    }
    @media (min-width:1024px) {
      .acc-map {
        aspect-ratio: 16 / 7;
        margin-bottom: 40px;
      }
    }
    .acc-list { display: flex; flex-direction: column; }
    .acc-row  { display: flex; justify-content: space-between; align-items: flex-start; padding: 16px 0; gap: 16px; border-bottom: 1px solid rgba(244,247,255,.08); }
    .acc-row:last-child { border-bottom: none; }
    .acc-lbl  { font-family: var(--pg-en); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--pg-t3); flex-shrink: 0; padding-top: 2px; }
    .acc-val  { font-family: var(--pg-ja); font-size: 14px; line-height: 1.7; color: var(--pg-t2); text-align: right; }
    .acc-val--address span { display: block; }
    .acc-address-line { white-space: nowrap; }
    @media (min-width:1024px) {
      .acc-val--address span { display: inline; }
    }

    /* ============================================================
       CONTACT
    ============================================================ */
    .cnt { background: var(--pg-bg3); }
    .cnt .pg-ghost { font-size: 80px; }
    @media (min-width:1024px) { .cnt .pg-ghost { font-size: 160px; } }

    .cnt-layout { display: flex; flex-direction: column; }
    @media (min-width:1024px) { .cnt-layout { flex-direction: row; gap: 96px; align-items: flex-start; } }
    @media (min-width:1024px) { .cnt-left { flex: 0 0 50%; max-width: 560px; } }

    .cnt-h2 { font-family: var(--pg-en); font-size: 34px; font-weight: 400; line-height: 1.1; letter-spacing: .12em; text-transform: uppercase; color: var(--pg-t1); margin-bottom: 40px; }
    @media (min-width:1024px) { .cnt-h2 { font-size: 48px; margin-bottom: 48px; } }

    .cnt-lead { font-family: var(--pg-ja); font-size: 24px; font-weight: 400; line-height: 1.6; color: var(--pg-t1); margin-bottom: 20px; }
    @media (min-width:1024px) { .cnt-lead { font-size: 32px; font-weight: 300; line-height: 1.55; margin-bottom: 28px; } }

    .cnt-body { font-family: var(--pg-ja); font-size: 14px; font-weight: 400; line-height: 1.95; color: var(--pg-t2); margin-bottom: 56px; }
    @media (min-width:1024px) { .cnt-body { font-size: 15px; line-height: 2.0; margin-bottom: 64px; max-width: 420px; } }

    .cnt-logo-motif img { width: 180px; height: 180px; object-fit: contain; opacity: .07; filter: drop-shadow(0 0 24px rgba(30,167,255,.4)); }

    @media (min-width:1024px) { .cnt-right { flex: 1; padding-top: 120px; display: flex; flex-direction: column; } }

    .cnt-divider { width: 100%; height: 1px; margin-bottom: 56px; background: linear-gradient(to right, transparent, rgba(30,167,255,.3), transparent); }
    @media (min-width:1024px) { .cnt-divider { background: linear-gradient(to right, rgba(30,167,255,.3), transparent); margin-bottom: 64px; } }

    .cnt-cta { display: flex; flex-direction: column; align-items: center; }
    @media (min-width:1024px) { .cnt-cta { align-items: flex-start; } }

    .cnt-btn { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; max-width: 320px; height: 56px; border-radius: var(--pg-r-btn); border: 1px solid rgba(30,167,255,.6); background: rgba(0,107,255,.12); color: var(--pg-t1); box-shadow: 0 0 40px rgba(30,167,255,.22); font-family: var(--pg-en); font-size: 13px; font-weight: 600; letter-spacing: .10em; text-decoration: none; text-transform: uppercase; transition: box-shadow .25s, border-color .25s, background .25s, transform .20s; cursor: pointer; }
    @media (min-width:1024px) { .cnt-btn { max-width: 360px; } }
    .cnt-btn:hover { border-color: rgba(30,167,255,.88); box-shadow: 0 0 52px rgba(30,167,255,.44); background: rgba(0,107,255,.22); transform: translateY(-2px); }
    .cnt-note { font-family: var(--pg-ja); font-size: 11px; color: var(--pg-t3); margin-top: 12px; margin-bottom: 24px; }
    .cnt-sub  { font-family: var(--pg-ja); font-size: 12px; font-weight: 400; line-height: 1.9; color: var(--pg-t3); max-width: 280px; text-align: center; }
    @media (min-width:1024px) { .cnt-sub { max-width: 360px; text-align: left; white-space: nowrap; } }

    /* ============================================================
       FOOTER
    ============================================================ */
    .ft { background: var(--pg-bg1); border-top: 1px solid rgba(244,247,255,.08); padding: 48px 24px 40px; }
    @media (min-width:1024px) { .ft { padding: 56px 64px 48px; } }
    .ft-inner { max-width: 480px; margin: 0 auto; }
    @media (min-width:1024px) { .ft-inner { max-width: 1280px; } }
    .ft-logo    { height: 56px; width: 56px; object-fit: contain; margin-bottom: 16px; }
    .ft-tagline { font-family: var(--pg-ja); font-size: 12px; font-weight: 400; line-height: 1.8; color: var(--pg-t3); margin-bottom: 32px; }
    .ft-div     { width: 100%; height: 1px; background: rgba(244,247,255,.08); margin-bottom: 24px; }
    .ft-bottom  { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .ft-copy    { font-family: var(--pg-en); font-size: 10px; font-weight: 400; letter-spacing: .08em; color: var(--pg-t3); }
    .ft-inq     { font-family: var(--pg-en); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--pg-glow); text-decoration: none; opacity: .7; }

    /* Keep reveal rules at the end so section-specific opacity and filter styles do not override them. */
    .reveal {
      opacity: 0;
      transform: translateY(18px);
      filter: blur(4px);
      transition:
        opacity .9s cubic-bezier(.2,.7,.2,1),
        transform .9s cubic-bezier(.2,.7,.2,1),
        filter .9s cubic-bezier(.2,.7,.2,1),
        border-color .25s,
        box-shadow .25s,
        background .25s;
      transition-delay: var(--reveal-delay, 0ms);
      will-change: opacity, transform, filter;
    }
    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
    .reveal--soft {
      transform: translateY(10px);
      filter: blur(2px);
    }
    .reveal--image {
      transform: translateY(22px) scale(1.025);
      filter: brightness(.72) saturate(.86);
      transition-duration: 1.05s;
    }
    .reveal--image.is-visible {
      transform: translateY(0) scale(1);
      filter: brightness(1) saturate(1);
    }
    .cnt-logo-motif img.reveal.is-visible {
      opacity: .07;
      filter: drop-shadow(0 0 24px rgba(30,167,255,.4));
    }
    .reveal-bg {
      opacity: 0;
      transform: scale(1.035);
      transition:
        opacity 1.2s cubic-bezier(.2,.7,.2,1),
        transform 1.6s cubic-bezier(.2,.7,.2,1);
      will-change: opacity, transform;
    }
    .reveal-bg.is-visible {
      opacity: 1;
      transform: scale(1);
    }
    @media (prefers-reduced-motion: reduce) {
      .reveal,
      .reveal--soft,
      .reveal--image,
      .reveal-bg {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
      }
      .cnt-logo-motif img.reveal {
        opacity: .07 !important;
        filter: drop-shadow(0 0 24px rgba(30,167,255,.4)) !important;
      }
    }
