:root {
  --ink: #102129;
  --ink-soft: #52646b;
  --navy: #0b2530;
  --cream: #f4f1e9;
  --paper: #fffefa;
  --gold: #bca264;
  --line: #dfe4e2;
  --ui-font: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif; line-height: 1.8; letter-spacing: .02em; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.legal-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(16,33,41,.08); background: rgba(255,254,250,.94); backdrop-filter: blur(16px); }
.legal-nav { width: min(1080px, calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.legal-brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(11,37,48,.18); border-radius: 50%; color: var(--navy); }
.legal-brand-mark svg { width: 24px; height: 24px; }
.legal-brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.2; letter-spacing: .03em; }
.legal-brand small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.2; letter-spacing: .12em; }
.back-link { text-decoration: none; font-family: var(--ui-font); font-size: 12px; font-weight: 800; }
.legal-hero { padding: 86px 0 72px; color: white; background: var(--navy); }
.legal-wrap { width: min(850px, calc(100% - 40px)); margin: auto; }
.legal-kicker { margin: 0 0 13px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.legal-hero h1 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(34px, 6vw, 58px); font-weight: 500; letter-spacing: -.02em; }
.legal-hero p:last-child { max-width: 670px; margin: 22px 0 0; color: rgba(255,255,255,.65); font-size: 14px; }
.legal-main { padding: 72px 0 110px; }
.status-box { margin-bottom: 48px; padding: 20px 22px; border-left: 4px solid var(--gold); border-radius: 12px; background: var(--cream); font-size: 13px; }
.legal-main section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-main section:first-of-type { padding-top: 0; }
.legal-main h2 { margin: 0 0 14px; font-family: Georgia, "Yu Mincho", serif; font-size: 25px; font-weight: 500; }
.legal-main h3 { margin: 22px 0 8px; font-size: 15px; }
.legal-main p, .legal-main li, .legal-main dd { color: var(--ink-soft); font-size: 14px; }
.legal-main ul, .legal-main ol { padding-left: 1.35em; }
.legal-main li + li { margin-top: 7px; }
.legal-list { display: grid; grid-template-columns: 190px 1fr; margin: 0; }
.legal-list dt, .legal-list dd { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.legal-list dt { padding-right: 18px; font-size: 13px; font-weight: 800; }
.reference-list a { color: #376675; }
.legal-date { margin-top: 38px; color: #7a8587; font-size: 12px; }
.legal-footer { padding: 34px 0; color: rgba(255,255,255,.65); background: var(--navy); font-size: 11px; }
.legal-footer-inner { width: min(1080px, calc(100% - 40px)); margin: auto; display: flex; justify-content: space-between; gap: 18px; }
@media (max-width: 640px) {
  .legal-nav { min-height: 68px; }
  .legal-hero { padding: 64px 0 58px; }
  .legal-main { padding: 52px 0 80px; }
  .legal-list { grid-template-columns: 1fr; }
  .legal-list dt { padding-bottom: 3px; border-bottom: 0; }
  .legal-list dd { padding-top: 0; }
  .legal-footer-inner { flex-direction: column; }
}
