/* =========================================================
   POPNEO LP — 完全新規スタイル（Figma準拠・モバイル390px基準）
   daviesテンプレート非依存。このCSS単体で完結。
   ========================================================= */

/* ---------- デザイントークン ---------- */
:root {
    /* テキスト */
    --ink:   #eef2f7;   /* Catskill White 本文白 */
    --ink2:  #a7b1c0;   /* Cadet Blue */
    --ink3:  #6b7686;   /* Pale Sky */

    /* アクセント青 */
    --accent:        #009fe8;   /* Cerulean / azure base */
    --accent-bright: #4ec1f0;   /* Picton Blue */
    --accent-deep:   #0076c2;   /* Lochmara */
    --accent-sail:   #acddf7;   /* Sail */
    --accent-swamp:  #001018;   /* ボタン文字用の濃紺 */

    /* 背景 */
    --bg:      #0a0b0f;
    --bg2:     #0c0f15;            /* Bunker */
    --azure10: #0e1926;
    --azure6:  #0a0f17;
    --bunker78: rgba(9, 11, 16, 0.78);
    --ebony72:  rgba(5, 8, 12, 0.72);
    --surface:  #11151d;          /* pill等のサーフェス */

    /* 線 */
    --line: rgba(255, 255, 255, 0.08);

    /* レイアウト */
    --page-max: 430px;   /* モバイルデザインの中央寄せ最大幅 */
    --pad-x: 22px;

    /* フォント */
    --font-body: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-head: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    --font-en:   "Manrope", "Noto Sans JP", sans-serif;
    --font-mono: "Roboto Mono", ui-monospace, monospace;
}

/* ---------- リセット ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 700; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- 共通レイアウト ---------- */
.pn-container {
    width: 100%;
    max-width: var(--page-max);
    margin: 0 auto;
    padding-left: var(--pad-x);
    padding-right: var(--pad-x);
}

/* =========================================================
   NAV（Figma 1:1909）— 固定ヘッダー
   ========================================================= */
.pn-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: var(--bunker78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}
.pn-nav-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    height: 84px;
    padding: 0 var(--pad-x);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pn-nav-brand {
    display: block;
    position: relative;
    width: 186px;
    height: 66px;
}
.pn-nav-brand .logo {
    position: absolute;
    top: 6px;
    left: 0;
    width: 186px;     /* Figma基準。svgアスペクトで高さ≈54.49px */
    height: auto;
}
.pn-nav-brand .tagline {
    position: absolute;
    left: 60px;       /* Figma：ロゴ左端から60px（"p"の下あたり） */
    top: 44px;        /* Figma：ロゴ下部に重なる位置 */
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.3px;
    color: var(--ink2);
    white-space: nowrap;
}
.pn-nav-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    padding: 10px 18px 11px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, 0) 50%),
        linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);
    box-shadow:
        0 8px 26px -8px rgba(0, 159, 232, 0.48),
        0 1px 4px -1px rgba(0, 0, 0, .26),
        inset 0 1px 0 rgba(255, 255, 255, .60),
        inset 0 -2px 6px -2px rgba(0, 70, 124, .50);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 22.1px;
    letter-spacing: 0.26px;
    color: var(--accent-swamp);
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}
.pn-nav-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 55%;
    height: 100%;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .55) 50%, transparent 100%);
    transform: skewX(-18deg);
    transition: left .6s cubic-bezier(.83, 0, .17, 1);
    pointer-events: none;
}
.pn-nav-cta:hover::before { left: 145%; }
.pn-nav-cta:hover {
    transform: translateY(-1px);
    box-shadow:
        0 12px 34px -8px rgba(0, 159, 232, 0.62),
        0 2px 6px -2px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .70),
        inset 0 -2px 6px -2px rgba(0, 70, 124, .46);
}

/* =========================================================
   HERO（Figma 1:327「2択フォーク」版）
   ========================================================= */
.pn-hero {
    position: relative;
    overflow: hidden;
    padding: 50px 0 64px;
}
.pn-hero-glow {
    position: absolute;
    left: 50%;
    top: -120px;
    width: min(1100px, 140vw);
    height: 1100px;
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%,
        rgba(0, 159, 232, .16) 0%,
        rgba(0, 159, 232, 0) 62%);
    filter: blur(5px);
    pointer-events: none;
    z-index: 0;
}
.pn-hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--pad-x);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
}

/* 2択フォークカード */
.pn-fork {
    position: relative;
    width: 100%;
    border: 1px solid rgba(78, 193, 240, .2);
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--azure10) 0%, var(--azure6) 100%);
    box-shadow:
        0 26px 70px -34px rgba(0, 0, 0, .9),
        0 0 60px -20px rgba(0, 159, 232, .3),
        inset 0 1px 0 1px rgba(255, 255, 255, .05);
}
/* ボタンエリアをうっすら流れる光（シャイン） */
.pn-fork::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(115deg,
        transparent 35%,
        rgba(255, 255, 255, .05) 46%,
        rgba(120, 200, 255, .16) 50%,
        rgba(255, 255, 255, .05) 54%,
        transparent 65%);
    transform: translateX(-160%);
    animation: pn-fork-shine 6.5s cubic-bezier(.83, 0, .17, 1) infinite;
}
@keyframes pn-fork-shine {
    0%   { transform: translateX(-160%); }
    32%  { transform: translateX(160%); }
    100% { transform: translateX(160%); }
}
@media (prefers-reduced-motion: reduce) {
    .pn-fork::after { animation: none; opacity: 0; }
}
.pn-fork-half {
    /* button要素のリセット */
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    cursor: pointer;
    padding: 10px 14px;
    text-align: center;
    transition: opacity .25s ease, background .25s ease;
}
.pn-fork-half.is-top { background: rgba(0, 159, 232, .14); }
/* 選択中の入口を強調、非選択を沈める */
.pn-fork[data-active="a"] .is-bottom { opacity: .42; }
.pn-fork[data-active="b"] .is-top {
    opacity: .42;
    background: rgba(0, 159, 232, .04);
}
.pn-fork[data-active="b"] .is-bottom { background: rgba(0, 159, 232, .14); }
.pn-fork-half:hover { opacity: 1; }
.pn-fork-half:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: -2px; }

/* バリアント切替（見出し＋画像カード）— クロスフェード＋stagger */
.pn-hero-stage {
    position: relative;
    width: 100%;
}
.pn-hero-variant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: blur(10px);
    /* easeInOutQuint：イーズイン・アウトを強めにゆっくり */
    transition: opacity .9s cubic-bezier(.83, 0, .17, 1),
                visibility .9s,
                filter 1s cubic-bezier(.83, 0, .17, 1);
}
.pn-hero-variant.is-active {
    position: relative;   /* アクティブだけ通常フローで高さを確保 */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    filter: none;
}
/* 子要素：下からふわっと時間差で立ち上がる */
.pn-hero-variant .pn-hero-h1,
.pn-hero-variant .pn-hero-card {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 1s cubic-bezier(.83, 0, .17, 1),
                transform 1.05s cubic-bezier(.83, 0, .17, 1);
}
.pn-hero-variant.is-active .pn-hero-h1 {
    opacity: 1;
    transform: none;
    transition-delay: .2s;
}
.pn-hero-variant.is-active .pn-hero-card {
    opacity: 1;
    transform: none;
    transition-delay: .42s;
}
@media (prefers-reduced-motion: reduce) {
    .pn-hero-variant,
    .pn-hero-variant .pn-hero-h1,
    .pn-hero-variant .pn-hero-card { transition-duration: .01ms; filter: none; }
}
.pn-fork-lead {
    margin: 0 0 10px;
    font-family: var(--font-body);
    font-weight: 400;
    /* 狭い端末でも1行に収める */
    white-space: nowrap;
    font-size: clamp(10px, 3.2vw, 14px);
    line-height: 22.4px;
    color: var(--ink2);
}
.pn-fork-q {
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: clamp(6px, 1.8vw, 12px);
    white-space: nowrap;
}
.pn-fork-q .q {
    /* 「どうする？」「どうしてる？」を同じ幅にして「運用」の頭を縦に揃える（折り返さない） */
    flex: 0 0 auto;
    width: 6.1em;
    text-align: justify;
    text-align-last: justify;
    font-family: var(--font-head);
    font-weight: 900;
    font-size: clamp(24px, 9vw, 36px);
    line-height: 1;
    color: var(--accent-bright);
}
.pn-fork-q .word {
    flex: 0 0 auto;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: clamp(33px, 9.6vw, 50.7px);
    line-height: 1;
    letter-spacing: 1px;
    color: var(--ink);
    text-shadow: 0 0 38px rgba(78, 193, 240, .6);
}
.pn-fork-q-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* OR ディバイダ */
.pn-fork-divider {
    position: relative;
    height: 1px;
    background: var(--line);
}
.pn-fork-or {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    border-radius: 6px;
    background: var(--bg2);
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1.1px;
    color: var(--ink3);
}

/* 見出し */
.pn-hero-h1 {
    padding-top: 18px;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 21.6px;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--ink);
}

/* 画像カード */
.pn-hero-card {
    position: relative;
    width: 100%;
    aspect-ratio: 344 / 258;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 50px 120px -40px rgba(0, 0, 0, .9);
}
.pn-hero-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pn-hero-card-labels {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.pn-hero-card-label {
    padding: 5px 14px;
    background: var(--ebony72);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 21.1px;
    line-height: 24.85px;
    letter-spacing: 0.21px;
    color: #fff;
}

/* =========================================================
   共通：プライマリボタン（グラデpill）
   ========================================================= */
.pn-btn-primary {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 79px;
    border-radius: 999px;
    /* 上面に光沢ハイライトを重ねて立体的に */
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, 0) 48%),
        linear-gradient(150deg, var(--accent) 0%, var(--accent-bright) 100%);
    box-shadow:
        0 10px 30px -8px rgba(0, 159, 232, .50),
        0 2px 5px -1px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .60),
        inset 0 -3px 8px -3px rgba(0, 70, 124, .55);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.3px;
    color: var(--accent-swamp);
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}
/* ホバーで光が左→右にスッと横切るシャイン */
.pn-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .55) 50%, transparent 100%);
    transform: skewX(-18deg);
    transition: left .6s cubic-bezier(.83, 0, .17, 1);
    pointer-events: none;
}
.pn-btn-primary:hover::before { left: 140%; }
.pn-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 16px 40px -8px rgba(0, 159, 232, .62),
        0 4px 8px -2px rgba(0, 0, 0, .30),
        inset 0 1px 0 rgba(255, 255, 255, .70),
        inset 0 -3px 8px -3px rgba(0, 70, 124, .50);
}
.pn-btn-primary .arrow { font-size: 15px; }

/* =========================================================
   POSITIONING BAND（Figma 1:407）
   ========================================================= */
.pn-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%);
    padding: 20px 0 40px;
}
.pn-band-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--pad-x);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.4px;
}
.pn-band-lead {
    margin: 0;
    text-align: center;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.8px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}

/* 2x2 スペックpillグリッド */
.pn-band-specs {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    justify-content: center;
    padding-top: 22px;
}
.pn-spec-pill {
    width: 168px;
    height: 40px;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 11px;
    line-height: 18.7px;
}
.pn-spec-pill .lbl { color: var(--ink2); font-weight: 400; }
.pn-spec-pill .hl  { color: var(--accent-bright); font-weight: 600; }

/* 中央大見出し */
.pn-band-heading {
    text-align: center;
    color: var(--ink);
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: -0.26px;
    padding: 16px 0;
}
.pn-band-heading .l1 { display: block; font-size: 26.5px; line-height: 31.82px; }
.pn-band-heading .l2 { display: block; font-size: 48px;   line-height: 58.8px; letter-spacing: -2.26px; }
.pn-band-heading .l3 { display: block; font-size: 36px;   line-height: 50.8px; letter-spacing: -2.26px; }

.pn-band-cta {
    padding-top: 24px;
}

/* =========================================================
   3 AXES（Figma 1:511）— 明るい帯＋白ボックス
   ========================================================= */
.pn-axes {
    max-width: var(--page-max);
    margin: 0 auto;
}
/* 上：青帯 THREE AXES */
.pn-axes-eyebrow {
    margin: 0;
    padding: 5px 0;
    background: var(--accent);
    text-align: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 20px;
    line-height: 20.4px;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    color: #fff;
}
/* 中：グレー帯 見出し */
.pn-axes-title {
    margin: 0;
    padding: 15px 0;
    background: #d2d2d2;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 28.9px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: #10182e;
}
/* 下：白ボックス */
.pn-axes-card {
    background: #fff;
    padding: 13px 22px;
    text-align: center;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pn-axes-card .small {
    margin: 0;
    padding: 6px 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16px;
    color: var(--bg2);
}
.pn-axes-logo {
    width: 220px;
    max-width: 80%;
    height: auto;
    margin: 14px 0;
}
.pn-axes-card .big {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 26px;
    line-height: 34.5px;
    letter-spacing: 0.16px;
    color: var(--bg2);
}

/* =========================================================
   02 CREATE（Figma 1:977）
   ========================================================= */
.pn-create {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 34px var(--pad-x);
}
/* セクション見出し（CREATE/DELIVER/Kanri 共通） */
.pn-sec-eyebrow {
    margin: 0 0 10px;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 40px;
    line-height: 27.2px;
    color: var(--accent);
    letter-spacing: 0.16px;
}
.pn-sec-sub {
    margin: 0 0 10px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    line-height: 30.58px;
    color: var(--ink);
}
.pn-sec-desc {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}
.pn-sec-desc .b  { font-weight: 700; }
.pn-sec-desc .bk { font-weight: 700; }

/* A1/A2/A3 機能行 */
.pn-create-item {
    border-top: 1px solid var(--line);
    padding: 21px 0 20px;
}
.pn-create-item:last-of-type { border-bottom: 1px solid var(--line); }
.pn-create-item-head {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
}
.pn-create-item-num {
    flex-shrink: 0;
    width: 45px;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: var(--accent-bright);
}
.pn-create-item-num.mono { font-family: var(--font-mono); }
.pn-create-item-body h4 {
    margin: 0 0 4px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 27.2px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-create-item-body p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13.5px;
    line-height: 22.28px;
    color: var(--ink2);
    letter-spacing: 0.16px;
}
.pn-create-shot {
    width: 100%;
    border-radius: 6px;
    display: block;
}
.pn-create-shot + .pn-create-shot { margin-top: 8px; }

/* PRESETS：追加カード＋見出し */
.pn-create-presets {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}
.pn-create-addcard {
    width: 100%;
    border: 1px dashed rgba(0, 159, 232, .45);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(0, 159, 232, .14) 0%, rgba(0, 159, 232, 0) 100%);
    padding: 24px;
    text-align: center;
}
.pn-create-addcard .plus {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: var(--accent-bright);
}
.pn-create-addcard .ttl {
    margin: 14px 0 8px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 25.5px;
    color: var(--ink);
}
.pn-create-addcard .sub {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 12px;
    line-height: 19.2px;
    color: var(--ink2);
}
.pn-create-presets-heading {
    margin: 0 0 14px;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 28.9px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: var(--ink);
}
.pn-create-presets-p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}

/* + MORE 見出し */
.pn-create-more {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 18px 0;
}
.pn-create-more .tag {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 1.92px;
    color: var(--accent-bright);
}
.pn-create-more .h {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--ink);
    letter-spacing: 0.16px;
}

/* 機能カード群 */
.pn-create-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pn-feature {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    padding: 25px 23px;
}
.pn-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: rgba(0, 159, 232, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-bright);
}
.pn-feature-icon svg { width: 22px; height: 22px; }
.pn-feature-img {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 190px;
    height: 145px;
    object-fit: contain;
    pointer-events: none;
}
.pn-feature h4 {
    margin: 0 0 6px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-feature p {
    margin: 0 0 8px;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 22.1px;
    color: var(--ink2);
    letter-spacing: 0.16px;
}
.pn-feature-tags {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    color: var(--accent-bright);
    letter-spacing: 0.16px;
}
.pn-feature-tags p { margin: 0; font-family: var(--font-mono); font-size: 11px; line-height: 16.5px; color: var(--accent-bright); }
.pn-feature-note {
    margin: 8px 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-feature-fullimg {
    width: 300px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-top: 4px;
}

/* =========================================================
   共通：CTAカード（グラデ枠カード＋2ボタン）
   ========================================================= */
.pn-cta-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(0, 159, 232, .45);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(0, 159, 232, .14) 0%, var(--bg2) 60%);
    padding: 49px 23px;
    text-align: center;
}
.pn-cta-card-h {
    margin: 0 0 18px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 29.6px;
    line-height: 33.2px;
    letter-spacing: 0.16px;
    color: var(--ink);
}
.pn-cta-card-p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}
.pn-cta-card-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 30px;
}
.pn-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 27px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .16);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.3px;
    color: var(--ink);
    white-space: nowrap;
    transition: border-color .2s ease, background .2s ease;
}
.pn-btn-outline:hover {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .05);
}
/* CTAカード内ではボタンを横幅に合わせる */
.pn-cta-card-btns .pn-btn-primary { padding: 14px 26px; }

/* CTAを独立セクションとして置くラッパー */
.pn-cta-section {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 24px var(--pad-x);
}

/* =========================================================
   CONTACT（お問い合わせフォーム）
   ========================================================= */
.pn-contact {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 40px var(--pad-x) 56px;
    scroll-margin-top: 90px;   /* 固定ナビ分のアンカーオフセット */
}
.pn-contact-title { margin-bottom: 14px; font-size: 26px; }
.pn-contact .pn-sec-desc { margin-bottom: 28px; }

.pn-form { display: flex; flex-direction: column; gap: 18px; }
.pn-field { display: flex; flex-direction: column; gap: 7px; }
.pn-field-row { display: flex; gap: 14px; }
.pn-field-row .pn-field { flex: 1 1 0; min-width: 0; }

.pn-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    color: var(--ink);
}
.pn-req {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.6;
    color: var(--accent-bright);
    border: 1px solid rgba(78, 193, 240, .4);
    border-radius: 4px;
    padding: 1px 6px;
}
.pn-input {
    width: 100%;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink);
    background: var(--azure6);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 13px 15px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.pn-input::placeholder { color: var(--ink3); }
.pn-input:hover { border-color: rgba(255, 255, 255, .16); }
.pn-input:focus {
    outline: none;
    border-color: var(--accent-bright);
    box-shadow: 0 0 0 3px rgba(78, 193, 240, .18);
    background: var(--azure10);
}
.pn-textarea { resize: vertical; min-height: 130px; }
.pn-input.is-invalid {
    border-color: #ff6b6b;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, .15);
}
.pn-form-note {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: var(--ink3);
}
.pn-form-submit {
    width: 100%;
    margin-top: 6px;
    padding: 16px 26px;
}
.pn-form-submit:disabled { opacity: .55; cursor: not-allowed; }
.pn-form-status {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 14px;
    border-radius: 10px;
}
.pn-form-status.is-success {
    color: #8ef0c0;
    background: rgba(46, 204, 140, .1);
    border: 1px solid rgba(46, 204, 140, .3);
}
.pn-form-status.is-error {
    color: #ffb1b1;
    background: rgba(255, 107, 107, .1);
    border: 1px solid rgba(255, 107, 107, .3);
}

/* =========================================================
   03 DELIVER（Figma 1:1269）
   ========================================================= */
.pn-deliver {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #212c41 0%, var(--bg) 100%);
}
.pn-deliver-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 22px var(--pad-x) 34px;
}
.pn-deliver-body { padding-top: 21px; }

/* =========================================================
   04 Kanri / MANAGE（Figma 1:559）
   ========================================================= */
.pn-manage {
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}
.pn-manage-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 57px var(--pad-x) 56px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pn-manage-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pn-manage-head > p,
.pn-manage-head > h2 { margin: 0; }
.pn-manage-h2 {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 28.9px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: var(--ink);
}
.pn-manage-center {
    margin: 0;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 28.9px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: var(--ink);
}
/* ダッシュボードモック枠 */
.pn-manage-mock {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: linear-gradient(180deg, var(--surface) 0%, var(--bg2) 100%);
    padding: 11px 1px 1px;
    overflow: hidden;
    box-shadow: 0 40px 100px -50px rgba(0, 0, 0, .9);
}
.pn-manage-mock img {
    width: 100%;
    display: block;
    border-radius: 0 0 21px 21px;
}
.pn-manage-board {
    width: 100%;
    display: block;
    border-radius: 10px;
}
/* ミニカード群 */
.pn-manage-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pn-manage-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    padding: 19px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pn-manage-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(0, 159, 232, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 15px;
    color: var(--accent-bright);
}
.pn-manage-card h4 {
    margin: 0;
    padding-top: 7px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 25.5px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-manage-card p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 12.5px;
    line-height: 20px;
    color: var(--ink2);
    letter-spacing: 0.16px;
}

/* =========================================================
   HARDWARE（Figma 1:1557）— 深緑背景・製品カード2枚
   ========================================================= */
.pn-hw {
    background: #0f3f3c;
}
.pn-hw-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 29px var(--pad-x);
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.pn-hw-head { display: flex; flex-direction: column; gap: 8px; }
.pn-hw-eyebrow {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 40px;
    line-height: 27.2px;
    letter-spacing: 0.16px;
    color: #3ad991;
}
.pn-hw-brand .tag {
    display: block;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    color: var(--ink);
    margin-left: 44px;
}
.pn-hw-brand .row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pn-hw-brand .row img { height: 26px; width: auto; }
.pn-hw-brand .row .box {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 20px;
    line-height: 30.58px;
    color: var(--ink);
}
.pn-hw-h2 {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 28.9px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: var(--ink);
}
.pn-hw-desc {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}
/* 製品カード */
.pn-hw-products { display: flex; flex-direction: column; gap: 30px; padding-top: 14px; }
.pn-hw-card { display: flex; flex-direction: column; }
.pn-hw-card-img {
    position: relative;
    aspect-ratio: 344 / 258;
    overflow: hidden;
    background: #05070b;
    border: 1px solid var(--line);
    border-radius: 22px 22px 0 0;
}
.pn-hw-card-img img { width: 100%; height: 100%; object-fit: cover; }
.pn-hw-card-label {
    position: absolute;
    left: 16px;
    top: 14px;
}
.pn-hw-card-label .name {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 18px;
    line-height: 30.6px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-hw-card-label .chip {
    margin: 0;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 11px;
    line-height: 18.7px;
    letter-spacing: 0.66px;
    color: var(--accent-bright);
}
.pn-hw-card-info {
    background: var(--surface);
    border: 1px solid var(--line);
    border-top: none;
    border-radius: 0 0 22px 22px;
    padding: 22px 25px 25px;
    display: flex;
    flex-direction: column;
    gap: 8.5px;
}
.pn-hw-card-info .tier {
    margin: 0;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 11px;
    line-height: 18.7px;
    letter-spacing: 1.1px;
    color: var(--ink3);
}
.pn-hw-card-info .lead {
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 23.8px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}
.pn-hw-card-info .lead b { color: var(--ink); font-weight: 700; }
.pn-hw-list { display: flex; flex-direction: column; gap: 8px; padding-top: 5px; }
.pn-hw-li {
    display: flex;
    gap: 9px;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 22.1px;
    letter-spacing: 0.16px;
    color: var(--ink);
}
.pn-hw-li::before {
    content: "▸";
    color: var(--accent-bright);
    flex-shrink: 0;
}

/* =========================================================
   FLOW / HOW IT WORKS（Figma 1:1808）— 3ステップ
   ========================================================= */
.pn-flow {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 25px var(--pad-x);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.pn-flow-head { display: flex; flex-direction: column; gap: 8px; }
.pn-flow-eyebrow {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 40px;
    line-height: 27.2px;
    letter-spacing: 0.16px;
    color: #0088ff;
}
.pn-flow-h2 {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 28.9px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: var(--ink);
}
.pn-flow-h2 .num { font-size: 48px; }
.pn-flow-steps { display: flex; flex-direction: column; gap: 27px; }
.pn-flow-step {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #1b1d23;
    padding: 27px 23px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pn-flow-step.is-accent { border-color: #4f378b; }
.pn-flow-step .step-no {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 36px;
    line-height: 22.1px;
    letter-spacing: 1.04px;
    color: var(--accent-bright);
}
.pn-flow-step h4 {
    margin: 0;
    padding-top: 4px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 18px;
    line-height: 30.6px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-flow-img {
    width: 300px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
.pn-flow-step p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 21.45px;
    color: var(--ink2);
    letter-spacing: 0.16px;
}
.pn-flow-step p .note { font-size: 10px; }

/* =========================================================
   X-FEEL RETAINER（Figma 1:1665）— 明るいグレー背景
   ========================================================= */
.pn-xfeel {
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, #d4d4d4 0%, #a8a8a8 100%);
}
.pn-xfeel-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 31px var(--pad-x) 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pn-xfeel-eyebrow {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 40px;
    line-height: 27.2px;
    letter-spacing: 0.16px;
    color: #0088ff;
}
.pn-xfeel-h2 {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 24px;
    line-height: 32.32px;
    letter-spacing: -0.29px;
    color: #1e1e1e;
}
.pn-xfeel-desc {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    color: #1e1e1e;
}
/* タイムラインカード */
.pn-xfeel-tl {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, var(--ink) 0%, #cdd6e3 100%);
    padding: 21px 16px;
    overflow: hidden;
}
.pn-xfeel-tl-logo { height: 52px; width: auto; display: block; }
.pn-xfeel-steps {
    padding: 24px 15px;
    display: flex;
    flex-direction: column;
}
.pn-xfeel-step {
    position: relative;
    display: flex;
    gap: 15px;
    padding-bottom: 22px;
}
.pn-xfeel-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 30px;
    bottom: 0;
    width: 1px;
    background: rgba(0, 159, 232, .45);
}
.pn-xfeel-badge {
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: rgba(0, 159, 232, .14);
    border: 1px solid rgba(0, 159, 232, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 12px;
    color: var(--accent-bright);
    position: relative;
    z-index: 1;
}
.pn-xfeel-step-body h4 {
    margin: 0 0 2px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 27.2px;
    color: var(--accent);
    letter-spacing: 0.16px;
}
.pn-xfeel-step-body p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 20.8px;
    color: var(--surface);
    letter-spacing: 0.16px;
}
/* ▸箇条書き */
.pn-xfeel-bullets {
    padding: 12px 25px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    color: #38719f;
}
.pn-xfeel-bullets p { margin: 0; }
.pn-xfeel-bullets .mk { color: #000; }
/* 3つの関わり方カード */
.pn-xfeel-ways {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.pn-xfeel-way {
    border: 1px solid rgba(0, 159, 232, .45);
    border-radius: 14px;
    padding: 29px 27px;
    display: flex;
    flex-direction: column;
    color: var(--ink);
}
.pn-xfeel-way.retainer { background: linear-gradient(180deg, #1a8aa0 0%, var(--surface) 60%); }
.pn-xfeel-way.spot     { background: linear-gradient(180deg, #20a178 0%, var(--surface) 60%); }
.pn-xfeel-way.tech     { background: linear-gradient(180deg, #a0811a 0%, var(--surface) 60%); }
.pn-xfeel-way-head {
    display: flex;
    align-items: center;
    gap: 9px;
}
.pn-xfeel-chip {
    flex-shrink: 0;
    width: 60px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #fff;
}
.pn-xfeel-way.retainer .pn-xfeel-chip { background: var(--accent); }
.pn-xfeel-way.spot     .pn-xfeel-chip { background: #34c759; }
.pn-xfeel-way.tech     .pn-xfeel-chip { background: #ceb631; }
.pn-xfeel-bigword {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1.32px;
}
.pn-xfeel-way.retainer .pn-xfeel-bigword { color: var(--accent-bright); }
.pn-xfeel-way.spot     .pn-xfeel-bigword { color: #19c37d; }
.pn-xfeel-way.tech     .pn-xfeel-bigword { color: #c3b519; }
.pn-xfeel-way h4 {
    margin: 16px 0 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 21px;
    line-height: 26.25px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-xfeel-way h4 .subt {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 17.5px;
    color: var(--ink2);
}
.pn-xfeel-way .way-tag {
    margin: 6px 0 0;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0.16px;
}
.pn-xfeel-way.retainer .way-tag { color: var(--accent-bright); }
.pn-xfeel-way.spot     .way-tag { color: #00e385; }
.pn-xfeel-way.tech     .way-tag { color: var(--accent-bright); }
.pn-xfeel-way .way-desc {
    margin: 13px 0 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13.5px;
    line-height: 22.95px;
    color: var(--ink2);
    letter-spacing: 0.16px;
}
.pn-xfeel-way .way-who {
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 5.5px;
}
.pn-xfeel-way .way-who .wlabel {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
}
.pn-xfeel-way .way-who .wtxt {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 12.5px;
    line-height: 20px;
    color: var(--ink);
    letter-spacing: 0.16px;
}

/* =========================================================
   FAQ（Figma 1:1846）
   ========================================================= */
.pn-faq {
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}
.pn-faq-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 57px var(--pad-x) 56px;
}
.pn-faq-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}
.pn-faq-head > p { margin: 0; }
.pn-faq-list { display: flex; flex-direction: column; }
.pn-faq-item {
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 92px;
    padding: 22px 4px;
    cursor: pointer;
}
.pn-faq-item:last-child { border-bottom: 1px solid var(--line); }
.pn-faq-item .q {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    color: var(--ink);
}
.pn-faq-item .plus {
    flex-shrink: 0;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--accent-bright);
    transition: transform .2s ease;
}
.pn-faq-item[open] .plus,
.pn-faq-item.is-open .plus { transform: rotate(45deg); }

/* =========================================================
   PRICE（Figma 1:1449）— 大型
   ========================================================= */
.pn-price {
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}
.pn-price-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 57px var(--pad-x) 56px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.pn-price-head { display: flex; flex-direction: column; }
.pn-price-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.pn-price-eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: rgba(0, 159, 232, .45);
}
.pn-price-eyebrow span {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    color: var(--accent-bright);
}
.pn-price-h2 {
    margin: 16px 0 12px;
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.29px;
}
.pn-price-h2 .sm { font-weight: 400; font-size: 16px; }
.pn-price-h2 .lg { font-size: 28.9px; line-height: 32.32px; }
.pn-price-desc {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    color: var(--ink2);
}
.pn-price-grid { display: flex; flex-direction: column; gap: 22px; }

/* メイン料金カード */
.pn-price-main {
    border: 1px solid rgba(0, 159, 232, .45);
    border-radius: 22px;
    background: linear-gradient(165deg, rgba(0, 159, 232, .14) 0%, var(--surface) 100%);
    padding: 37px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pn-price-main .plat {
    margin: 0;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 13px;
    line-height: 22.1px;
    letter-spacing: 1.04px;
    color: var(--ink2);
}
.pn-price-main .price-name {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-price-main .price-unit {
    margin: 8px 0 0;
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--ink2);
    letter-spacing: 0.16px;
}
.pn-price-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-top: 10px;
}
.pn-price-li {
    display: flex;
    gap: 10px;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.8px;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-price-li::before {
    content: "✓";
    flex-shrink: 0;
    font-weight: 700;
    color: var(--accent-bright);
}
.pn-price-note {
    margin: 0;
    padding: 40px 0 10px;
    border-top: 1px solid var(--line);
    margin-top: 14px;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12.5px;
    line-height: 21.25px;
    letter-spacing: 0.16px;
    color: var(--ink3);
}
.pn-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 26px;
    border-radius: 999px;
    background: linear-gradient(137deg, var(--accent) 0%, var(--accent-bright) 100%);
    box-shadow: 0 8px 30px -8px rgba(0, 159, 232, .45);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.3px;
    color: var(--accent-swamp);
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}
.pn-price-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 36px -8px rgba(0, 159, 232, .6); }

/* BOX・オプション・近日リリース */
.pn-price-sub { display: flex; flex-direction: column; gap: 12px; }
.pn-price-sublabel {
    margin: 0;
    padding-top: 11px;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 11px;
    line-height: 18.7px;
    letter-spacing: 1.1px;
    color: var(--ink3);
}
.pn-price-stb {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    padding: 16px 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pn-price-stb-body { flex: 1; min-width: 0; }
.pn-price-stb-body .name {
    margin: 0 0 4px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-price-stb-body .spec {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.36px;
    color: var(--ink3);
}
.pn-price-stb-img { width: 100px; height: 75px; object-fit: contain; flex-shrink: 0; }

.pn-price-opt {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    padding: 20px 17px;
}
.pn-price-opt .opt-title {
    margin: 0 0 9px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-price-opt-item { margin-bottom: 9px; }
.pn-price-opt-item .ot {
    margin: 0;
    padding-left: 9px;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0.36px;
    color: #fff;
}
.pn-price-opt-item .od {
    margin: 0;
    padding-left: 29px;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.36px;
    color: var(--accent-sail);
}
.pn-price-soon {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #38383f;
    padding: 24px 17px;
}
.pn-price-soon .soon-title {
    margin: 0 0 10px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-price-soon-item { padding-left: 20px; margin-bottom: 8px; }
.pn-price-soon-item .pname {
    margin: 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    color: var(--ink);
    letter-spacing: 0.16px;
}
.pn-price-soon-item .pmeta {
    margin: 0;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0.36px;
    color: var(--ink3);
}

/* =========================================================
   FOOTER（Figma 1:450）
   ========================================================= */
.pn-footer {
    border-top: 1px solid var(--line);
    padding: 55px 0 54px;
}
.pn-footer-top {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--pad-x);
}
.pn-footer-logo { height: 34px; width: auto; margin-bottom: 13px; }
.pn-footer-tagline {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 22.1px;
    letter-spacing: 0.16px;
    color: var(--ink3);
}
.pn-footer-bar {
    border-top: 1px solid var(--line);
    margin-top: 44px;
    padding-top: 16px;
}
.pn-footer-bar-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--pad-x);
}
.pn-footer-bar-inner p {
    margin: 0;
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0.16px;
    color: var(--ink3);
}

/* =========================================================
   スクロール登場アニメ（上品にふわっと・easeInOutQuint）
   JSが対象要素に .reveal を付与し、可視化時に .is-revealed を付ける
   ========================================================= */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(6px);
    transition: opacity .85s cubic-bezier(.83, 0, .17, 1),
                transform .85s cubic-bezier(.83, 0, .17, 1),
                filter .85s cubic-bezier(.83, 0, .17, 1);
    will-change: opacity, transform;
}
.reveal.is-revealed {
    opacity: 1;
    transform: none;
    filter: none;
}
@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
}

/* =========================================================
   PC版 3カラムレイアウト（min-width:1100px のみ）
   中央=スマホレイアウト / 左=ロゴ固定 / 右=スクロール連動ビジュアル
   ========================================================= */
.pn-rail { display: none; }

@media (min-width: 1400px) {
    html {
        /* 左パネル幅（左レール・本文位置・右レール開始位置が連動）。ロゴ拡大に合わせ拡張 */
        --pc-left: 340px;
        background:
            linear-gradient(rgba(6, 8, 12, .42), rgba(6, 8, 12, .5)),
            url("../images/bg-rails3.jpg") center center / cover no-repeat fixed,
            #06080c;
    }
    /* 中央カラム＝body を左寄りに（左パネル分だけ右へ寄せる） */
    body {
        max-width: var(--page-max);
        margin: 0 0 0 var(--pc-left, 300px);
        position: relative;
        background: var(--bg);
        box-shadow:
            /* 中央カラムの左右の際に沿う細いハイライト（カラム固定なのでズレない） */
            -1px 0 0 0 rgba(255, 255, 255, .14),
            1px 0 0 0 rgba(255, 255, 255, .14),
            /* 際の外側に淡い青グロー */
            -34px 0 70px -34px rgba(120, 200, 255, .30),
            34px 0 70px -34px rgba(120, 200, 255, .30),
            /* 全体を底から支える影 */
            0 40px 140px rgba(0, 0, 0, .55);
    }
    /* sticky なナビは中央カラム幅に追従 */
    .pn-nav { width: var(--page-max); }

    /* PCでもフォーク画像をエリアいっぱいに表示（余白を詰める） */
    .pn-fork-half { padding: 10px 14px; }
    .pn-fork-q .q { font-size: 32px; }
    .pn-fork-q .word { font-size: 50.7px; }

    .pn-rail {
        position: fixed;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        z-index: 0;
        pointer-events: none;
    }
    /* 左：小さめのロゴ列（固定） */
    .pn-rail-left {
        left: 0;
        width: var(--pc-left, 300px);
        justify-content: center;
    }
    .pn-rail-left-inner {
        width: 100%;
        max-width: 300px;
        padding: 0;
        text-align: center;
    }
    /* ロゴ＋テキストを内包した1枚画像（約1.5倍に拡大） */
    .pn-rail-logo-full {
        width: 100%;
        max-width: 290px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    /* 右：大きな 4:3 ビジュアルをスクロール連動でクロスフェード */
    .pn-rail-right {
        left: calc(var(--pc-left, 300px) + var(--page-max));
        right: 0;
        justify-content: flex-start;
    }
    .pn-rail-stage {
        position: relative;
        width: min(92%, 940px);
        padding: 0 0 0 48px;
    }
    .pn-rail-item {
        position: absolute;
        left: 24px;
        right: 24px;
        top: 50%;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-46%) scale(.98);
        filter: blur(8px);
        transition: opacity .7s cubic-bezier(.83, 0, .17, 1),
                    visibility .7s,
                    transform .8s cubic-bezier(.83, 0, .17, 1),
                    filter .8s cubic-bezier(.83, 0, .17, 1);
    }
    .pn-rail-item.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) scale(1);
        filter: none;
    }
    .pn-rail-item img {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 18px;
        border: 1px solid rgba(78, 193, 240, .22);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, .05),
            0 0 60px -10px rgba(0, 159, 232, .45),
            0 0 120px -30px rgba(78, 193, 240, .32),
            0 40px 100px -34px rgba(0, 0, 0, .85);
    }
    /* アクティブな画像はLPの縁のように、ゆっくり明滅する青い光をまとう */
    .pn-rail-item.is-active img {
        animation: pn-rail-glow 5.5s ease-in-out infinite;
    }
    @keyframes pn-rail-glow {
        0%, 100% {
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, .05),
                0 0 55px -12px rgba(0, 159, 232, .38),
                0 0 110px -32px rgba(78, 193, 240, .28),
                0 40px 100px -34px rgba(0, 0, 0, .85);
        }
        50% {
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, .09),
                0 0 80px -6px rgba(0, 159, 232, .58),
                0 0 150px -24px rgba(78, 193, 240, .44),
                0 40px 100px -34px rgba(0, 0, 0, .85);
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .pn-rail-item.is-active img { animation: none; }
    }
    .pn-rail-item figcaption {
        margin-top: 20px;
        text-align: left;
        padding-left: 4px;
        font-family: var(--font-head);
        font-weight: 700;
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.3px;
        color: var(--ink2);
    }
}
