/* =========================================================
   Ultra Multiverse – Yokohama Akarenga
   Mobile-first (393px base).
   ========================================================= */

:root {
  /* Palette — sampled from Figma exports */
  --c-red: #d60e1f; /* primary red */
  --c-red-deep: #8a0412;
  --c-red-dark: #4a010a;
  --c-red-bg: #b50019; /* section background red */
  --c-yellow: #ffdc00; /* accent (横浜赤れんが highlight) */
  --c-yellow-2: #fff066;
  --c-navy: #0e1530; /* container inner bg */
  --c-navy-deep: #050815;
  --c-silver: #e7e8ea;
  --c-silver-2: #bfc0c6;
  --c-ink: #1a1a1a;
  --c-white: #ffffff;
  --c-muted: rgba(255, 255, 255, 0.75);

  --page-w: 393px;
  --pad: 22px;

  --font-jp:
    "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Yu Gothic UI",
    sans-serif;
  --font-en: "Bebas Neue", var(--font-jp);
}

html,
body {
  background: var(--c-black);
  color: var(--c-white);
  font-family: var(--font-jp);
}
body {
  background:
    url("../images/bg_texture.webp") center top / 700px auto repeat fixed,
    #ffffff;
  padding-bottom: 96px; /* room for sticky CTA */
}

/* =========================================================
   Center column
   ========================================================= */
.page {
  width: 100%;
  max-width: var(--page-w);
  margin: 0 auto;
  background: var(--c-navy-deep);
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}

/* =========================================================
   KV — Figma y 0–548
   Children:
     .kv__img        : the photo (393×548)
     .kv__red-bleed  : the red intro background that bleeds upward into the
                       KV (matches Figma BG frame y=397–548 with curved top)
     .kv__logo       : title logo overlay (Figma y 366–529)
   The 2026 ribbon lives at the top of .intro and is pulled up via margin.
   ========================================================= */
.kv {
  position: relative;
  line-height: 0;
  overflow: visible; /* allow .kv__ribbon to overflow into .intro */
  z-index: 2; /* keep KV (and ribbon) above .intro */
  padding-bottom: 20px;
}
.kv__img {
  width: 100%;
  height: auto;
  display: block;
}

.kv__red-bleed {
  position: absolute;
  left: 0;
  right: 0;
  /* Top of the BG frame in Figma is at WF1 y=397, KV bottom at y=548 */
  top: 72.45%; /* 397 / 548 */
  bottom: 0;
  background: url("../images/bg_intro.svg") top center / 100% auto no-repeat;
  z-index: 1;
}

.kv__logo {
  /* Figma node 0:480 — abs/render bounds identical (no glow):
     x=17, y=366, w=354, h=163 within WF1 */
  position: absolute;
  left: 4.33%; /* 17 / 393 */
  top: 69.79%; /* 366 / 548 */
  width: 90.08%; /* 354 / 393 */
  height: auto;
  z-index: 2;
}

.kv__ribbon {
  /* Figma node 0:485 — render bounds extend beyond layout because of
     metallic glow / drop shadow:
       layout : x=58, y=529, w=278, h=33
       render : x=37.8, y=508.35, w=306.73, h=74.85
     We size by render bounds so the visible glyphs land exactly. */
  position: absolute;
  left: 6.62%;
  top: 93.76%;
  width: 87.05%;
  height: auto;
  z-index: 4;
}

/* =========================================================
   Intro section — red bg with grid pattern
   ========================================================= */
/* =========================================================
   Intro red section — Figma WF1 y=548..1272 (724px)
   Contains two dark cards (Vector 0:481 brown, 0:482 black).
   Cards are positioned to match Figma absolute coordinates.
   ========================================================= */
.intro {
  position: relative;
  z-index: 1;
  margin-top: -10px;
  padding: 10px 0 39px; /* card2 bottom (1233) → BG end (1272) = 39px */
  /* Match the Figma BG vector gradient (#E60022→#A40000), sampled at the
     intro region: approx #c30010 at the top of intro fading to #A40000. */
  background: linear-gradient(180deg, #c30010 0%, #a40000 35%, #a40000 100%);
}

/* Cards inside .intro
   Card 1 (intro text) — Figma vector 0:481
     layout: x=22, y=546, w=350, h=347
     fill #231815, white border 2px, rounded
   Card 2 (specs)      — Figma vector 0:482
     layout: x=22, y=908, w=350, h=325.5
     fill #000000, black border 2px (invisible) */
.card {
  width: 89.06%; /* 350 / 393 */
  max-width: 350px;
  box-sizing: border-box;
  position: relative;
  padding-top: 2px;
  margin-top: -2px;
}
.card--intro {
  margin: 0 auto 15px;
}
.card--specs {
  margin: 0 auto;
  height: 325px;
  padding: 24px 14px 30px;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 12px;
}

/* Intro text — using Figma SVG export for pixel-perfect rendering of the
   commercial Shin Go Pr6N font.
   Render bounds in WF1: x=56.03, y=587.61, w=280.91, h=272.58
   Card top-left in WF1: 22, 546 (with 2px border, content starts at 24, 548)
   So image position relative to card content: 56-24=32, 587.61-548=39.61 */
.intro__text {
  display: block;
  width: 100%;
  max-width: 352px;
  height: auto;
  margin: 0 auto;
}

/* Specs — exact positions inside card 2 (relative to card outer)
   Figma layout in WF1:
     体験方法 tag       y=934 → 体験方法 dd "...AR体験"  y=980  → row1 gap 10
     想定体験時間 tag   y=1031 → 約70分 dd               y=1077 → row2 gap 10
     体験場所 tag       y=1133 → 横浜 dd                 y=1179 → row3 gap 10 */
.specs {
  margin: 0;
  padding: 0;
  display: block;
}
.specs__row {
  display: block;
  margin-bottom: 27px; /* img1 bottom (1004) → tag2 top (1031) */
}
.specs__row:last-child {
  margin-bottom: 0;
}
.specs__row dt {
  display: block;
  line-height: 0; /* avoid baseline-induced extra space */
  margin-bottom: 14px; /* tag bottom y=970 → img top y=983.8 */
}
.specs__row dt img {
  vertical-align: top;
}
/* Spec dd images — pixel-perfect text from Figma SVG export.
   Render bounds in WF1 (relative to card content area which starts at x=14):
     howto: x=24.9, y=3.8, w=312.7, h=19.2 (text "スマートフォン...AR体験")
     time : x=24.3, y=4.3, w=270.9, h=23.0 (text "約70分（...）")
     venue: x=24.1, y=4.1, w=46.8, h=22.4 (text "横浜")
   But we use the simpler relative-to-dt approach with the natural flow. */
dd {
  margin: 0;
}
.specs__dd-img {
  display: block;
  width: auto;
  height: auto;
}
.specs__dd-img--howto {
  width: 313px;
}
.specs__dd-img--time {
  width: 271px;
}
.specs__dd-img--venue {
  width: 265px;
  max-width: 100%;
}

/* Tag images — direct from Figma (Group 46/47/48 → tag_*.svg)
   Each tag is x=38 from WF1 origin (so 16px from card outer left, 14 from card padding edge).
   Native sizes: howto/venue 127x36, time 170x36. */
.tag {
  display: block;
  height: 36px;
  width: 127px;
}
.tag--wide {
  width: 170px;
}

/* =========================================================
   Experience cards — Figma WF1 y=1272..~2200
   Group 49: x=19 y=1309 w=355 h=432
   Group 50: x=19 y=1756 w=355 h=432
   Gap: 15px. Top padding: 37px.
   Figma bg here is white grid textures (bg 1-4).
   ========================================================= */
.experience__title {
  display: block;
  width: 200px;
  height: auto;
  margin-bottom: 8px;
}

.experience {
  position: relative;
  padding: 37px 0 12px; /* shorter bottom to let .free-ar start at ~y=2200 */
  background:
    url("../images/bg_texture.webp") center top / 700px auto repeat-y,
    #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.exp-card {
  position: relative;
  width: 100%; /* 355 / 393 */
  max-width: 100%;
  height: auto; /* Figma layout height */
}
.exp-card__frame {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill; /* tiny 1.4% stretch is imperceptible */
}
.exp-card__desc {
  position: absolute;
  left: 50%;
  top: 51.6%; /* 223 / 432 */
  transform: translateX(-50%);
  width: auto;
  height: auto;
  pointer-events: none;
}

/* =========================================================
   Free AR section — Figma WF1 y=2200..3200 (1000px)
   Bg: Rectangle 39 gradient #D40019 → #A40101
   Element flow (all gaps 18px except STYLY→CTA 46px):
     label  y=2241 h=99   w=313  centered
     photo  y=2358 h=179  w=325  centered
     btn    y=2555 h=64   w=329  centered
     styly  y=2637 h=433  w=350  x=21
     cta    y=3116 h=64   w=329  centered
   ========================================================= */
/* Freear layout — Figma absolute positions in WF1:
   label  y=2241  (section_top + 41)
   photo  y=2358  (label_end+2340 + 18)
   btn    y=2546  (photo_end+2537 + 9 render offset, layout y=2555)
   styly  y=2637  (btn_layout_end+2619 + 18)
   cta    y=3107  (styly_end+3070 + 37 render offset, layout y=3116) */
/* FreeAR bg is a PARALLELOGRAM (Rectangle 39): 393x894, diagonal 69px slant.
   Path: M0,69 L393,0 V825 L0,894 Z
   The shape sits at y=2203 in WF1. Section starts at ~y=2200.
   We use the SVG as bg-image positioned so the diagonal edges show correctly. */
.free-ar {
  padding: 60px 0 60px;
  background:
    url("../images/bg_freear.svg") center top / 100% auto no-repeat,
    url("../images/bg_texture.webp") center top / 700px auto repeat-y,
    #ffffff; /* white behind the diagonal edges */
  text-align: center;
}
.free-ar__label {
  width: 79.64%;
  max-width: 313px;
  display: block;
  margin: 0 auto;
}
.free-ar__img {
  width: 82.7%;
  max-width: 325px;
  display: block;
  /* Gap from label bottom to photo: 2358 - 2340 = 18px */
  margin: 18px auto 0;
}

/* Yellow button — render 354.5x90, layout 329x64 (13px shadow all around).
   Gap from photo bottom (2537) to btn RENDER top (2546) = 9px. */
.btn-free-ar {
  display: block;
  width: 90.22%;
  max-width: 355px;
  margin: 9px auto 0;
  transition: transform 0.15s;
}
.btn-free-ar img {
  width: 100%;
  display: block;
}
.btn-free-ar:hover {
  transform: translateY(-2px);
}
.btn-free-ar:active {
  transform: translateY(1px);
}

.styly {
  width: 89.06%;
  max-width: 350px;
  background: #fff;
  color: var(--c-ink);
  border-radius: 8px;
  padding: 26px 20px 30px;
  margin: 1px auto 0;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styly__lead {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin: 0 0 18px;
  line-height: 1.5;
  text-align: center;
}
.styly__logo {
  display: block;
  margin: 0 auto 12px;
  width: 245px;
  max-width: 100%;
}
.styly__badges {
  display: block;
  margin: 0 auto 18px;
  width: 339px;
  max-width: 100%;
}
.styly__note {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  text-align: left;
  text-indent: -1em; /* ※ hangs left */
  padding-left: 1em; /* body text stays aligned */
}

/* Red CTA — render 354.5x90, layout 329x64.
   Gap from STYLY bottom (3070) to CTA RENDER top (3107) = 37px. */
.btn-ticket {
  display: block;
  width: 90.2%;
  max-width: 355px;
  margin: 10px auto 0; /* gap from STYLY bottom to CTA render top */
  transition: transform 0.15s;
}
.btn-ticket img {
  width: 100%;
  display: block;
}
.btn-ticket:hover {
  transform: translateY(-2px);
}
.btn-ticket:active {
  transform: translateY(1px);
}

/* =========================================================
   CTA buttons
   ========================================================= */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: linear-gradient(180deg, #e32135 0%, #a10014 100%);
  color: #fff;
  font-weight: 900;
  font-size: 17px;
  border: 1.5px solid #fff;
  border-radius: 40px;
  box-shadow:
    0 4px 0 rgba(0, 0, 0, 0.35),
    0 10px 22px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.btn-cta:hover {
  transform: translateY(-2px);
}
.btn-cta:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}
.btn-cta svg {
  width: 14px;
  height: 18px;
  color: #fff;
}
.btn-cta--wide {
  width: calc(100% - 10px);
  max-width: 340px;
  margin: 0 auto;
  display: flex;
}

/* Diagonal stripe bar — Figma Group 52 at y=3224, h=20, w=424 */
.stripe-bar {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 0;
}
.stripe-bar img {
  display: block;
  width: 108%; /* 424/393 to fill full width */
  max-width: none;
  margin-left: -4%; /* center the overflow */
  height: auto;
}

/* =========================================================
   Venue — Figma WF1 y=3200..4744 (1544px)
   Group 53 at y=3224 h=1476.
   Elements:
     受付場所 title: y=3224 h=51
     map:           y=3305 h=353
     チケット料金:   y=3688 h=109
     開催期間:       y=3817 h=109
     受付時間:       y=3946 h=162
     所要時間:       y=4128 h=89
     受付会場:       y=4237 h=111
     体験方法:       y=4368 h=83
     公式SNS:       y=4511 h=189
   Info dt: 24px/38.4 w=800 Shin Go (→ SVG)
   Info dd: 20px/28 w=700 Noto Sans CJK JP (→ HTML)
   ========================================================= */
.venue {
  background:
    url("../images/bg_texture.webp") center top / 700px auto repeat-y,
    #ffffff;
  color: var(--c-ink);
  padding: 0 0 41px;
  position: relative;
}
.venue__title {
  display: block;
  width: 139px;
  height: 51px;
  object-fit: contain;
  margin: 4px auto 30px; /* 4px gap after stripe bar, 30px gap to map */
  position: relative;
  z-index: 2;
}
.venue__map {
  width: 89.31%; /* 351/393 */
  max-width: 351px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  margin: 0 auto 30px; /* 3688-3658=30 gap to first info row */
}
.info {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.info__row {
  border-top: 1px solid #111236;
  padding: 20px 20px 0; /* 20px from border to dt */
  margin-bottom: 20px; /* 20px gap to next row's border */
}
.info__row:last-of-type {
  margin-bottom: 0;
}
.info__row dt {
  line-height: 0;
  margin-bottom: 3px; /* gap from dt to dd */
}
.info__dt-img {
  display: block;
  height: 24px;
  margin-bottom: 0px;
  width: auto;
}
/* dd base — reset only margin */
.info__row dd {
  margin: 0;
}
.info__row dd + dd {
  margin-top: 5px;
}
/* dd with SVG image — collapse line-height */
.info__row dd:has(.info__dd-img) {
  line-height: 0;
  padding-bottom: 9px;
}
.info__dd-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* SNS block — Group 27 at y=4511, h=189.
   Group 9 (title): y=4511 h=42 w=213
   Rectangle 40 (white frame): y=4532 h=168 w=350 */
.sns-block {
  display: none;
  margin-top: 60px; /* 4511-4451 */
  padding: 0 22px;
  position: relative;
}
.sns-block__title {
  display: block;
  width: 213px; /* Group 9 width */
  height: 42px;
  object-fit: contain;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* Rectangle 40: w=350 h=168, red border, white fill, rounded corners */
.sns-block__frame {
  width: 100%;
  max-width: 350px;
  height: 168px;
  border: 2px solid #8a0412;
  background: #fff;
  margin: -21px auto 0; /* title overlaps frame top by 21px */
  box-sizing: border-box;
}

/* =========================================================
   Footer — Figma Group 17: y=4744 h=182
     SHARE label:  y=29 (from footer top), w=138, h=25
     Social icons: y=64, h=34, FB x=154 X x=206
     Copyright:    y=132, h=22
   ========================================================= */
.footer {
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px 16px 100px;
  text-align: center;
}
@media (min-width: 1080px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer__share-label {
  width: 138px;
  height: 25px;
  margin-bottom: 10px;
}
.footer__icons {
  display: flex;
  gap: 18px;
  margin-bottom: 34px;
}
.footer__icons a img {
  width: 34px;
  height: 34px;
}
.footer__copy {
  width: 332px;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.footer__credits {
  font-family: var(--font-jp);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 16px;
  line-height: 1.6;
}

/* =========================================================
   Sticky CTA
   ========================================================= */
.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 329px;
  z-index: 80;
  display: block;
}
.sticky-cta img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

/* =========================================================
   Menu toggle button — fixed position, switches between
   hamburger (open) and × (close) icons.
   Pill shape: 70x30. Positioned at top-right of the SP frame.
   ========================================================= */
.menu-toggle {
  position: fixed;
  top: 3px;
  right: 5px;
  width: 90px;
  height: 50px;
  padding: 0;
  border: 0;
  background: none;
  z-index: 200;
  cursor: pointer;
}
.menu-toggle img {
  position: absolute;
  transition: opacity 0.2s ease;
}
/* Hamburger: 90x50 fills the container */
.menu-toggle__open {
  top: 0;
  left: 0;
  width: 90px;
  height: 50px;
}
/* Close: 70x30 centered in the same 90x50 area */
.menu-toggle__close {
  top: 10px;
  left: 10px;
  width: 70px;
  height: 30px;
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-toggle__open {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-toggle__close {
  opacity: 1;
}

/* =========================================================
   Menu overlay
   ========================================================= */
.menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.menu.is-open {
  opacity: 1;
  visibility: visible;
}
.menu__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  filter: brightness(0.35);
}
.menu__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.menu__close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 70px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  z-index: 2;
}
.menu__close img {
  width: 100%;
  height: 100%;
  display: block;
}
.menu__nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 60px;
  text-align: center;
}
.menu__nav a {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.menu__cta {
  position: relative;
  z-index: 2;
  display: block;
  width: 85%;
  max-width: 329px;
}
.menu__cta img {
  width: 100%;
  display: block;
}

/* =========================================================
   Modal
   ========================================================= */
.modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal__panel {
  position: relative;
  width: 100%;
  max-width: 360px;
  background: var(--c-red);
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 48px 20px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  color: #fff;
  display: grid;
  place-items: center;
}
.modal__terms {
  background: #fff;
  color: #222;
  height: 300px;
  overflow-y: auto;
  padding: 16px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.7;
}
.modal__terms p + p {
  margin-top: 10px;
}
.modal__terms strong {
  display: block;
  margin-bottom: 2px;
}
.modal__warn {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 14px 0 10px;
  line-height: 1.6;
}
.modal__agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  cursor: pointer;
  user-select: none;
}
.modal__agree input {
  width: 20px;
  height: 20px;
  accent-color: var(--c-white);
  cursor: pointer;
}
.btn-agree {
  display: block;
  width: 100%;
  max-width: 297px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.15s;
}
.btn-agree img {
  width: 100%;
  display: block;
}
.btn-agree:hover {
  transform: translateY(-2px);
}
.btn-agree:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
}

/* =========================================================
   PC decorations (hidden by default)
   ========================================================= */
.pc-deco,
.pc-nav {
  display: none;
}

/* Progressive enhancement */
@media (min-width: 480px) {
  body {
    padding-top: 20px;
    background:
      url("../images/bg_texture.webp") center top / 700px auto repeat fixed,
      #ffffff;
  }
  .page {
    border-radius: 8px 8px 0 0;
  }
}

/* =========================================================
   PC layout — Figma pc_背景 (1280x720)
   3-column: Left 644px | WF1 393px | Right 243px
   WF1 starts at x=645 (50.39% from left).
   All positions below use 1280-relative percentages.
   ========================================================= */
@media (min-width: 1080px) {
  body {
    background: url("../images/pc_bg.webp") center / cover fixed;
  }

  /* Mobile frame — right of center */
  .page {
    margin: 30px 0 40px 50.39%;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
    overflow: hidden; /* clip content to rounded corners */
  }

  .sticky-cta {
    display: none;
  }
  .menu-toggle {
    display: none;
  }

  /* ---- Left panel — all content centered horizontally ---- */
  .pc-deco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50.39%; /* 645/1280 */
    z-index: 5;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .pc-deco__60th {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 117px;
    height: auto;
  }
  .pc-deco__logo {
    width: 90%;
    max-width: 578px;
    height: auto;
    margin-bottom: 40px;
  }
  .pc-deco__cta {
    display: block;
    width: 80%;
    max-width: 355px;
    transition: transform 0.15s;
  }
  .pc-deco__cta img {
    width: 100%;
    display: block;
  }
  .pc-deco__cta:hover {
    transform: translateY(-2px);
  }
  .pc-deco__copy {
    position: absolute;
    left: 30px;
    bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
  }

  /* ---- Right panel — centered in the space right of the SP frame ---- */
  .pc-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(49.61vw - 393px); /* right side of SP frame */
    z-index: 5;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .pc-nav__item {
    display: block;
    width: 90%;
    max-width: 200px;
    margin-top: 12px;
    transition: transform 0.2s;
  }
  .pc-nav__item:first-child {
    margin-top: auto; /* push nav group to vertical center */
  }
  .pc-nav__item img {
    width: 100%;
    display: block;
  }
  .pc-nav__item:hover {
    transform: translateX(-4px);
  }

  .pc-nav__share {
    margin-top: auto;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .pc-nav__share-label {
    width: 138px;
    display: block;
    filter: invert(1); /* white SVG → black */
  }
  .pc-nav__share-icons {
    display: flex;
    gap: 18px;
  }
  .pc-nav__share-icons a img {
    width: 34px;
    height: 34px;
    filter: invert(1); /* white SVG → black on white bg */
  }
}

.free-ar__note {
  font-size: 14px;
  color: #fff;
  margin: 8px auto 0;
  max-width: 313px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

/* --- Info text styles (3 tiers) ---
   1. Bold   : main content (金額, 時間, タイトル)
   2. Note   : secondary text (※注記, 注意事項)
   3. SVG img: dt/dd rendered as Figma images */

/* Tier 1: Bold text */
.info__dd-text,
.info__notice-title {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
}
.info__dd-text {
  padding-bottom: 9px;
  padding-bottom: 0;
  margin-bottom: -6px !important;
}
.info__notice-title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Tier 2: Note text (※ hanging indent) */
.info__dd-note,
.info__notice-item {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}
.info__notice-item {
  margin-bottom: 4px;
}

/* Notice block */
.info__notice {
  border-top: 1px solid #111236;
  margin: 20px 0 0;
  padding: 20px 20px 0;
}

/* Device compatibility table */
.device-table {
  margin: 24px 20px 0;
}
.device-table__title {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.device-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-jp);
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.device-table th,
.device-table td {
  border: 1px solid #ddd;
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}
.device-table th {
  background: #f5f5f5;
  font-weight: 700;
  color: #000;
}
.device-table td:first-child {
  font-weight: 700;
  color: #000;
}
.device-table tbody {
  background: #fff;
}
.free-ar__device-link {
  display: inline-block;
  font-family: var(--font-jp);
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  margin: 8px 0 20px;
}
.modal__warn a {
  color: #fff;
  text-decoration: underline;
}

.redsecton {
  background: #c30010;
}
