body.top-page {
  --tb-r: 18px;
  --tb-shadow: 0 10px 28px rgba(0, 0, 0, .42);
  --tb-shadow-hv: 0 16px 40px rgba(0, 0, 0, .52);
  --tb-inner: inset 0 1px 0 rgba(255, 248, 230, .16);
  --tb-edge: 1px solid rgba(212, 191, 163, .22);

  --shelf-card-sp: 78vw;
  --shelf-card-pc: 252px;
  --shelf-gap: 12px;
  --parade-card-sp: 148px;
  --article-card-sp: 68vw;

  --sec-pad: 32px;
  --top-h1: clamp(20px, 5.4vw, 22px);
  --top-h2: clamp(24px, 2.2vw + 15px, 36px);
  --top-lead: 15px;
  --top-note: 13px;
  --top-tiny: 12px;
  --dock-h: 64px;
}

@media (min-width: 720px) {
  body.top-page { --sec-pad: 36px; --shelf-gap: 20px; }
}

body.top-page .sec { padding-block: var(--sec-pad); }
body.top-page .sec--tight { padding-block: 16px; }
body.top-page #today { padding-block: var(--sec-pad); }

body.top-page .sec-head { margin-bottom: var(--s3); }
body.top-page .sec-title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: var(--top-h2); line-height: 1.4; letter-spacing: .03em;
  margin: 0 0 8px; color: var(--ink);
  font-feature-settings: "palt" 1;
  text-wrap: pretty; word-break: auto-phrase; line-break: strict;
}
body.top-page .sec-head .sec-title::after { display: none; }
body.top-page .sec-head::before { display: none; }
body.top-page .sec-desc {
  font-size: var(--top-lead); line-height: 1.85; color: var(--ink-soft);
  margin: 0; max-width: var(--measure);
}
body.top-page .tiny { max-width: 528px; }
body.top-page .teller-ico-ph { font-size: 18px; }
body.top-page .copyright { max-width: var(--measure); margin-left: auto; margin-right: auto; }
body.top-page .sec-foot { margin: var(--s4) 0 0; }
body.top-page .btn-soft,
body.top-page .btn-outline,
body.top-page .btn-secondary { min-height: 48px; padding-top: 12px; padding-bottom: 12px; }
body.top-page .sec-foot .btn { min-height: 48px; width: 100%; max-width: 340px; }
@media (min-width: 720px) {
  body.top-page .sec-foot .btn { width: auto; max-width: none; padding-inline: 34px; }
}

body.top-page #about-owner.sec--tint {
  background: linear-gradient(180deg, #171A22 0%, #101319 100%);
  color: #EAF0FB;
  --ink: #EAF0FB; --ink-soft: #C4CEE0; --ink-dim: #AAB4C8; --ink-mute: #AAB4C8;
  --kin-pale: #D4BFA3;
  --line: rgba(212, 191, 163, .26); --line-soft: rgba(212, 191, 163, .14);
  border-top: 1px solid rgba(212, 191, 163, .14);
  border-bottom: 1px solid rgba(212, 191, 163, .14);
}

body.top-page .concern-hero { padding-block: 14px 24px; }
body.top-page .hero::after { display: none; }

body.top-page h1.ch-title { word-break: keep-all; overflow-wrap: anywhere; }
body.top-page .ch-title {
  margin: 0 0 10px;
  font-family: var(--font-serif); font-weight: 600; color: #EAF0FB;
  font-size: var(--top-h1); line-height: 1.5; letter-spacing: .02em;
  font-feature-settings: "palt" 1;
  text-wrap: pretty; word-break: auto-phrase; line-break: strict;
}
body.top-page .ch-title .hl { font-weight: 700; color: #D4BFA3; }

body.top-page .portal-hero .hero-slideshow { margin: 14px 0 0; max-width: 100%; }
@media (min-width: 1000px) { body.top-page .portal-hero .hero-slideshow { max-width: 900px; } }

body.top-page .hero-slides {
  border-radius: var(--tb-r);
  border: var(--tb-edge);
  box-shadow: var(--tb-shadow);
}

body.top-page .hero-slide.has-banner .hs-cta {
  position: absolute; right: 8px; bottom: 8px; top: auto; left: auto; z-index: 3;
  display: block; width: 30px; height: 30px; padding: 0; border-radius: 50%;
  overflow: hidden; text-indent: -99em; white-space: nowrap;
  background: rgba(8, 12, 22, .68); color: #F5E9C8;
  border: 1px solid rgba(212, 191, 163, .48);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}
body.top-page .hero-slide.has-banner .hs-cta::after {
  content: "\2192"; position: absolute; inset: 0; text-indent: 0;
  display: grid; place-items: center; font-size: 15px; line-height: 1; font-weight: 700;
}

body.top-page #heroSlideshow { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 8px; }
body.top-page #heroSlideshow > .hero-slides { grid-column: 1 / -1; }
body.top-page #heroSlideshow > .hero-thumbs { grid-column: 1; min-width: 0; }

body.top-page .hero-thumbs { --thumb-cols: 5; --thumb-gap: 6px; margin-top: 6px; }
body.top-page .hero-thumb { min-height: 44px; }

body.top-page .hs-pause {
  position: relative; grid-column: 2; align-self: center; justify-self: end;
  margin-top: 6px; flex: 0 0 auto;
  min-height: 44px; padding: 0 12px; border-radius: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-size: 13px; font-weight: 700; line-height: 1;
  letter-spacing: .04em; white-space: nowrap;
  color: #F5E9C8; background: rgba(8, 12, 22, .72);
  border: 1px solid rgba(212, 191, 163, .60);
  box-shadow: var(--tb-inner);
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
body.top-page .hs-pause:hover { background: rgba(14, 20, 34, .88); border-color: rgba(212, 191, 163, .78); }
body.top-page .hs-pause:focus-visible { outline: 2px solid var(--kin); outline-offset: 2px; }

body.top-page .ch-fact {
  margin: 12px 0 0; font-size: var(--top-note); line-height: 1.6;
  letter-spacing: .12em; color: #D4BFA3; font-weight: 600;
}
body.top-page .ch-cta { margin: 12px 0 0; }
body.top-page .ch-cta .btn-primary.btn-lg {
  min-height: 56px; width: 100%; max-width: 340px; min-width: 0;
  padding: 14px 24px; font-size: 17px; font-weight: 700; border-radius: 14px;
  color: #241A08;
}
body.top-page .ch-sub-link { margin: 10px 0 0; }
body.top-page .ch-sub-link a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: var(--top-note); line-height: 1.6; color: #D4BFA3;
  text-decoration: underline; text-underline-offset: 3px;
}
body.top-page .ch-sub-link a:hover { color: #F5E9C8; }
body.top-page .hero-links { justify-content: flex-start; margin-top: 12px; }
body.top-page .hero-fiction-note {
  margin: 8px 0 0; max-width: 528px;
  font-size: var(--top-tiny); line-height: 1.7; color: var(--ink-dim);
}

body.top-page .concern-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; margin-top: 14px;
}
body.top-page .concern-btn {
  flex-direction: column; justify-content: center; text-align: center;
  min-height: 98px; padding: 8px 8px 9px; gap: 6px; border-radius: var(--r-card);
}
body.top-page .concern-ico {
  width: 56px; height: 56px; border-radius: 14px; overflow: hidden;
  background-color: rgba(212, 191, 163, .07); background-image: none;
  border: 1px solid rgba(212, 191, 163, .30);
  box-shadow: var(--tb-inner);
}
body.top-page .concern-btn[data-concern] .concern-ico {
  box-shadow: var(--tb-inner);
  border-color: color-mix(in srgb, var(--accent, var(--kin)) 40%, rgba(212, 191, 163, .30));
}
body.top-page .concern-ico-img {
  width: 100%; height: 100%; display: block; object-fit: contain; padding: 6px;
}
body.top-page .concern-label { font-size: 15px; line-height: 1.3; letter-spacing: 0; }
body.top-page .concern-btn .btn-arrow { display: none; }

@media (min-width: 560px) {
  body.top-page .concern-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (min-width: 720px) {
  body.top-page .concern-btn { min-height: 138px; padding: 12px 10px 14px; gap: 8px; }
  body.top-page .concern-ico { width: 84px; height: 84px; border-radius: 18px; }
  body.top-page .concern-ico-img { padding: 9px; }
  body.top-page .concern-label { font-size: 17px; }
}
@media (min-width: 1000px) {
  body.top-page .concern-grid { grid-template-columns: repeat(6, 1fr); gap: 12px; }
  body.top-page .concern-label { font-size: 15.5px; }
}

@media (min-width: 1000px) {
  body.top-page .hero-inner {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 1.25fr;
    column-gap: 40px; align-items: start;
  }
  body.top-page .hero-inner .ch-title    { grid-area: 1 / 1; align-self: end; }
  body.top-page .hero-inner .ch-fact     { grid-area: 2 / 1; }
  body.top-page .hero-inner .ch-cta      { grid-area: 3 / 1; }
  body.top-page .hero-inner .ch-sub-link { grid-area: 4 / 1; }
  body.top-page .hero-inner noscript     { grid-area: 5 / 1; }
  body.top-page .hero-inner .hero-slideshow {
    grid-area: 1 / 2 / 6 / 3; align-self: center; margin: 0; max-width: 100%;
  }
  body.top-page .hero-inner .concern-grid { grid-area: 6 / 1 / 7 / 3; margin-top: 22px; }
  body.top-page .concern-hero { padding-block: 24px 32px; }
  body.top-page .ch-title { font-size: clamp(22px, 1.9vw, 26px); }
}

@media (min-width: 760px) {
  body.top-page .parade-card { width: 240px; margin-right: 16px; }
}
body.top-page .portal-menu {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
body.top-page .pm-item {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; min-height: 70px; padding: 8px 6px; border-radius: var(--r-card);
  text-decoration: none; color: #EAF0FB;
  transition: background .2s var(--ease);
}
body.top-page .pm-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  color: #D4BFA3; background: rgba(212, 191, 163, .07);
  box-shadow: 0 0 0 1.5px rgba(212, 191, 163, .8), var(--tb-inner);
  transition: box-shadow .2s var(--ease);
}
body.top-page .pm-ico svg { width: 24px; height: 24px; display: block; }
body.top-page .pm-label {
  font-size: 13px; line-height: 1.3; text-align: center; letter-spacing: .01em;
  word-break: auto-phrase; line-break: strict;
}
body.top-page .pm-item:hover .pm-ico { box-shadow: 0 0 0 2px #F0DDBC, var(--tb-inner); }
body.top-page .pm-item:focus-visible { outline: 2px solid var(--kin); outline-offset: 3px; }

@media (min-width: 720px) {
  body.top-page .portal-menu { grid-template-columns: repeat(5, 1fr); gap: 12px; }
  body.top-page .pm-label { font-size: 14px; }
}

body.top-page #today .badge { margin-left: 6px; }
body.top-page .today-plus-link { margin: var(--s4) 0 0; font-size: var(--top-note); }
body.top-page .today-plus-link a {
  display: inline-flex; align-items: center; min-height: 44px;
  color: #D4BFA3; text-decoration: underline; text-underline-offset: 3px;
}
body.top-page .today-plus-link a:hover { color: #F5E9C8; }

body.top-page .concern-chips {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
  list-style: none; margin: 0; padding: 0;
}
body.top-page .concern-chips > li { margin: 0; }
body.top-page .concern-chip {
  display: grid; grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 8px; row-gap: 2px; align-items: center; align-content: center;
  width: 100%;
  min-height: 76px; padding: 8px 9px; border: 0; border-radius: var(--r-card);
  background: rgba(212, 191, 163, .06);
  box-shadow: var(--tb-inner);
  color: #EAF0FB; text-decoration: none;
  transition: background .2s var(--ease), transform .12s var(--ease);
}
body.top-page .concern-chip:hover { background: rgba(212, 191, 163, .10); transform: translateY(-1px); }
body.top-page .concern-chip:focus-visible { outline: 2px solid var(--kin); outline-offset: 3px; }
body.top-page .cc-ico {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; color: #D4BFA3;
}
body.top-page .cc-ico svg { width: 22px; height: 22px; display: block; }
body.top-page .cc-body { display: contents; }
body.top-page .cc-ico { grid-row: 1; grid-column: 1; }
body.top-page .cc-label {
  grid-row: 1; grid-column: 2;
  display: block; font-size: 14px; line-height: 1.32; letter-spacing: 0; color: #EAF0FB;
  word-break: auto-phrase; line-break: strict;
}
body.top-page .cc-chip {
  grid-row: 2; grid-column: 1 / -1;
  display: block; margin-top: 0; font-size: 12px; line-height: 1.4; letter-spacing: 0; color: #D4BFA3;
}
@media (min-width: 720px) {
  body.top-page .concern-chips { grid-template-columns: repeat(4, 1fr); gap: 12px; }
}

body.top-page .shelf {
  display: flex; gap: var(--shelf-gap);
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 calc(50% - 50vw); padding: 2px 16px 10px;
}
body.top-page .shelf::-webkit-scrollbar { display: none; }
body.top-page .shelf > .banner-card { scroll-snap-align: start; }

body.top-page .banner-card {
  border-radius: var(--tb-r);
  border: var(--tb-edge);
  box-shadow: var(--tb-shadow), var(--tb-inner);
  background: rgba(20, 28, 48, .72);
  color: #EAF0FB;
  transition: transform .14s var(--ease), box-shadow .25s var(--ease);
}
body.top-page .banner-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tb-shadow-hv), var(--tb-inner);
  border-color: rgba(212, 191, 163, .22);
}
body.top-page .banner-card:focus-visible { outline: 2px solid var(--kin); outline-offset: 3px; }
body.top-page .banner-thumb { border-radius: 0; }

body.top-page .teller-shelf { margin-top: var(--s4); }
body.top-page .teller-banner { flex: 0 0 var(--shelf-card-sp); }
body.top-page .tb-body { display: block; padding: 12px 14px 14px; }
body.top-page .tb-voice {
  display: block; font-family: var(--font-sans); font-weight: 600;
  font-size: 15px; line-height: 1.6; color: #F5E9C8;
  text-wrap: balance; word-break: auto-phrase; line-break: strict;
}
body.top-page .tb-craft {
  display: block; margin-top: 4px;
  font-size: 12px; letter-spacing: .06em; color: #D4BFA3;
}

@media (min-width: 1000px) {
  body.top-page .teller-shelf,
  body.top-page .article-shelf {
    display: grid; overflow: visible; margin-inline: 0; padding-inline: 0;
  }
  body.top-page .teller-shelf { grid-template-columns: repeat(4, 1fr); }
  body.top-page .article-shelf { grid-template-columns: repeat(3, 1fr); }
  body.top-page .teller-banner,
  body.top-page .article-banner { flex: initial; }
}

body.top-page #teller-parade { margin: var(--s4) calc(50% - 50vw) 0; }
body.top-page .parade-caption {
  margin: 0 0 8px; padding: 0 16px; max-width: var(--measure);
  font-size: var(--top-note); line-height: 1.7; color: var(--ink-soft);
}
body.top-page .parade { margin-top: 0; gap: 10px; }
body.top-page .parade-card { width: var(--parade-card-sp); margin-right: 14px; }
body.top-page .parade-media { border-radius: var(--r-card); }

body.top-page .parade-name {
  position: static; width: auto; height: auto; margin: 4px 2px 0; padding: 0;
  overflow: hidden; clip: auto; border: 0;
  display: block; font-size: 12px; line-height: 1.45; color: #D4BFA3;
  white-space: nowrap; text-overflow: ellipsis;
}
body.top-page .parade-controls {
  order: -1; margin: -38px 0 0; padding-right: 18px; justify-content: flex-end;
}
@media (max-width: 560px) { body.top-page .parade-controls { margin-top: -34px; } }




body.top-page .product-shelf { display: grid; gap: 14px; margin-top: var(--s4); }
@media (min-width: 720px) { body.top-page .product-shelf { grid-template-columns: 1fr 1fr; } }

body.top-page .product-banner,
body.top-page .find-banner {
  position: relative; display: block; overflow: hidden; border-radius: var(--tb-r);
}
body.top-page .product-banner::before,
body.top-page .find-banner::before { content: ""; display: block; }
body.top-page .product-banner::before { padding-top: 40%; }
body.top-page .find-banner::before { padding-top: 24%; }
body.top-page .find-banner { width: 100%; margin-top: var(--s4); }
body.top-page .pb-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; z-index: 0;
}

body.top-page .pb-body {
  position: relative; z-index: 2; display: block;
  padding: 14px 16px 16px;
  background: linear-gradient(to top,
    rgba(4, 7, 14, .96) 0%,
    rgba(4, 7, 14, .91) 70%,
    rgba(4, 7, 14, .84) 100%);
}
body.top-page .pb-body::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 100%;
  height: 54px; pointer-events: none;
  background: linear-gradient(to top, rgba(4, 7, 14, .84) 0%, rgba(4, 7, 14, 0) 100%);
}
body.top-page .pb-name {
  display: block; font-family: var(--font-serif); font-weight: 700;
  font-size: 21px; line-height: 1.35; color: #FFFFFF; letter-spacing: .02em;
}
body.top-page .pb-price {
  display: block; margin-top: 3px; font-size: 18px; font-weight: 700; line-height: 1.3;
  color: #F5E9C8; font-feature-settings: "tnum" 1; font-variant-numeric: tabular-nums;
}
body.top-page .pb-desc {
  display: block; margin-top: 6px; max-width: var(--measure);
  font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, .92);
  word-break: auto-phrase; line-break: strict;
}
body.top-page .find-banner .pb-bg { object-position: 50% 42%; }
body.top-page .find-banner .pb-name { font-size: 18px; }
body.top-page .find-banner .pb-desc { font-size: 13px; margin-top: 4px; max-width: var(--measure); }
@media (min-width: 720px) {
  body.top-page .find-banner { max-width: 640px; margin-left: auto; margin-right: auto; }
  body.top-page .find-banner .pb-name { font-size: 22px; }
  body.top-page .find-banner .pb-desc { font-size: 14px; }
}

body.top-page .paid-pay {
  margin: 0 0 var(--s5); max-width: var(--measure-wide);
  font-size: 15px; line-height: 1.85; color: var(--ink-soft);
}
body.top-page .paid-note { margin: 10px 0 0; font-size: var(--top-tiny); line-height: 1.8; }

body.top-page .owner-face {
  float: left; width: 72px; height: 72px; margin: 2px 14px 8px 0;
  border-radius: 50%; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(120% 120% at 30% 20%, rgba(212, 191, 163, .20), rgba(212, 191, 163, .06));
  box-shadow: 0 0 0 2px var(--kin), var(--tb-inner);
  font-family: var(--font-serif); font-size: 30px; line-height: 1; color: #F5E9C8;
}
body.top-page .owner-note p { font-size: 16px; line-height: 1.85; }
body.top-page .owner-note a[href="subscribe.html"] { white-space: nowrap; }
body.top-page .owner-more { clear: both; margin: var(--s4) 0 0; }
body.top-page .owner-more > summary {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: 14px; color: #D4BFA3; cursor: pointer; list-style: none;
  text-decoration: underline; text-underline-offset: 3px;
}
body.top-page .owner-more > summary::-webkit-details-marker { display: none; }
body.top-page .owner-more > summary:focus-visible { outline: 2px solid var(--kin); outline-offset: 3px; }
body.top-page .owner-more p { font-size: 15px; line-height: 1.9; }

body.top-page .article-shelf { margin-top: var(--s4); }
body.top-page .article-banner { flex: 0 0 var(--article-card-sp); }
body.top-page .ab-title {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden; padding: 12px 14px 14px;
  font-family: var(--font-serif); font-weight: 600;
  font-size: 15px; line-height: 1.5; color: #EAF0FB;
  word-break: auto-phrase; line-break: strict;
}

body.top-page .faq-item {
  background: none; border: 0;
  border-top: 1px solid rgba(212, 191, 163, .18);
}
body.top-page .faq-item:last-child { border-bottom: 1px solid rgba(212, 191, 163, .18); }
body.top-page .faq-item[open] { background: none; border-radius: 0; }
body.top-page .faq-item[open]::before { display: none; }
body.top-page .faq-item summary {
  min-height: 54px; padding: 15px 34px 15px 0;
  font-size: 16px; font-weight: 600; color: var(--ink);
}
body.top-page .faq-item[open] summary { padding-left: 0; padding-right: 34px; }
body.top-page .faq-item summary::after { right: 4px; font-size: 18px; color: #D4BFA3; }
body.top-page .faq-item p {
  padding: 0 0 18px; margin: 0; max-width: var(--measure);
  font-size: 14px; line-height: 1.85; color: var(--ink-soft);
}
body.top-page .faq-item[open] p { padding-left: 0; }

.top-dock { display: none; }

@media (max-width: 720px) {
  body.top-page { padding-bottom: calc(var(--dock-h) + 16px + env(safe-area-inset-bottom, 0px) + 12px); }

  .top-dock {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: grid; grid-template-columns: 3fr 2fr; gap: 10px; align-items: center;
    height: var(--dock-h, 64px); box-sizing: content-box;
    padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0px));

    border-top: 1px solid transparent;
    background-image:
      linear-gradient(rgba(14, 20, 38, .90), rgba(14, 20, 38, .90)),
      linear-gradient(90deg, transparent, rgba(212, 191, 163, .55) 20%, rgba(212, 191, 163, .55) 80%, transparent);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    -webkit-backdrop-filter: blur(12px) saturate(1.1);
            backdrop-filter: blur(12px) saturate(1.1);

    transform: none; visibility: visible;
    transition: transform .22s var(--ease), visibility 0s;
  }
  .top-dock.is-hidden {
    transform: translateY(120%); visibility: hidden; pointer-events: none;
    transition: transform .22s var(--ease), visibility 0s linear .22s;
  }
  .top-dock .btn {
    width: 100%; min-height: 48px; padding: 10px 12px;
    font-size: 15px; border-radius: 12px; letter-spacing: .02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.top-page *,
  body.top-page *::before,
  body.top-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  body.top-page .shelf { scroll-snap-type: none; }
}
