:root {
  --ink: #20234f;
  --ink-soft: #4d527b;
  --muted: #78809f;
  --paper: #f8fbff;
  --paper-warm: #fff5ee;
  --line: rgba(50, 59, 113, 0.14);
  --blue: #4b82ff;
  --blue-deep: #2149b7;
  --aqua: #66d9e9;
  --coral: #ff6f86;
  --pink: #ff9cc2;
  --yellow: #ffd765;
  --mint: #9be9cf;
  --night: #1b2056;
  --night-soft: #2c3477;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", YuGothic, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow-soft: 0 24px 60px rgba(39, 50, 113, 0.13);
  --shadow-deep: 0 34px 70px rgba(21, 28, 82, 0.28);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  text-wrap: pretty;
  overflow-x: clip;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.4;
  background-image: radial-gradient(rgba(58, 70, 141, 0.1) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
}

a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
:where(a, button, select, summary):focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.045em; text-wrap: balance; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; padding: 8px 14px; color: white; border-radius: 999px; background: var(--night); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 40; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--coral), var(--yellow), var(--aqua)); transform: scaleX(0); transform-origin: left center; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; display: flex; align-items: center; gap: 25px; width: min(1320px, calc(100% - 48px)); margin-inline: auto; padding: 22px 0; transition: padding 180ms ease, background 180ms ease; }
.site-header.is-scrolled { position: fixed; padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(50, 59, 113, 0.08); background: rgba(248, 251, 255, 0.88); box-shadow: 0 12px 28px rgba(34, 45, 107, 0.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-bubble { position: relative; display: grid; width: 35px; height: 35px; place-items: center; border: 3px solid white; border-radius: 50%; background: linear-gradient(145deg, var(--pink), var(--coral)); box-shadow: 0 5px 12px rgba(255, 111, 134, 0.26), inset 5px 5px 0 rgba(255, 255, 255, 0.28); }
.brand-bubble::before { position: absolute; top: 6px; left: 8px; width: 8px; height: 4px; content: ""; border-radius: 50%; background: rgba(255, 255, 255, 0.78); transform: rotate(-24deg); }
.brand-bubble span { width: 10px; height: 7px; border-bottom: 2px solid white; border-radius: 50%; }
.brand-copy { display: grid; gap: 0; line-height: 1.1; }
.brand-copy strong { font-size: 0.95rem; letter-spacing: -0.03em; }
.brand-copy small { color: var(--muted); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.08em; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 27px); margin-left: auto; color: var(--ink-soft); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; }
.site-nav a { text-decoration: none; transition: color 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-select { position: relative; display: inline-flex; align-items: center; }
.language-select::after { position: absolute; right: 12px; width: 6px; height: 6px; content: ""; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; color: var(--ink-soft); pointer-events: none; transform: translateY(-2px) rotate(45deg); }
.language-select select { max-width: 148px; min-height: 39px; padding: 0 29px 0 12px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.58); cursor: pointer; font: inherit; font-size: 0.68rem; font-weight: 700; appearance: none; }
.coming-chip { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 11px; color: var(--blue-deep); border: 1px solid rgba(75, 130, 255, 0.25); border-radius: 999px; background: rgba(102, 217, 233, 0.17); font-size: 0.61rem; font-weight: 850; letter-spacing: 0.05em; white-space: nowrap; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.86fr); align-items: center; min-height: 820px; padding-top: 136px; padding-bottom: 88px; }
.hero::before { position: absolute; z-index: -1; top: -200px; right: -300px; width: 850px; height: 850px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(102, 217, 233, 0.42), transparent 68%); filter: blur(9px); }
.hero-copy { position: relative; z-index: 1; max-width: 610px; padding-bottom: 38px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-deep); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 111, 134, 0.18); }
.hero h1 { max-width: 660px; margin-bottom: 26px; font-size: clamp(3.1rem, 5.5vw, 5.8rem); font-weight: 800; line-height: 1.08; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, h2 em { color: var(--coral); font-style: normal; font-weight: 850; }
.hero-lead { max-width: 540px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1rem; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.store-button, .coming-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 8px 19px; color: white; border: 0; border-radius: 18px; background: linear-gradient(135deg, var(--blue-deep), var(--blue)); box-shadow: 0 12px 25px rgba(52, 95, 216, 0.22); cursor: not-allowed; text-align: left; }
.store-button:disabled, .coming-cta:disabled { opacity: 1; }
.store-icon { font-size: 1.6rem; line-height: 1; }
.store-button span:last-child { display: grid; gap: 1px; }
.store-button small { color: rgba(255, 255, 255, 0.78); font-size: 0.58rem; font-weight: 700; }
.store-button strong { font-size: 0.84rem; letter-spacing: 0.04em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 0.82rem; font-weight: 800; text-decoration: none; }
.text-link > span:last-child { color: var(--coral); font-size: 1.05rem; transition: transform 180ms ease; }
.text-link:hover > span:last-child, .text-link:focus-visible > span:last-child { transform: translate(2px, -2px); }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 25px 0 0; color: var(--muted); font-size: 0.7rem; }
.note-mark { color: var(--coral); font-size: 1.05rem; }
.hero-art { position: relative; display: grid; min-height: 640px; place-items: center; }
.hero-glow { position: absolute; width: min(540px, 90vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(102, 217, 233, 0.26) 47%, transparent 70%); }
.hero-scene { position: relative; width: min(460px, 100%); aspect-ratio: 0.75; overflow: hidden; border: 8px solid white; border-radius: 40% 40% 34% 34%; background: var(--aqua); box-shadow: var(--shadow-deep), inset 0 0 0 1px rgba(32, 35, 79, 0.13); transform: rotate(3deg); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.05) contrast(0.98); }
.hero-scene::after { position: absolute; z-index: 2; inset: 0; content: ""; pointer-events: none; background: linear-gradient(145deg, rgba(255, 255, 255, 0.33), transparent 24%, transparent 70%, rgba(69, 102, 172, 0.14)); }
.hero-cloud { position: absolute; z-index: 1; border-radius: 50%; background: rgba(255, 255, 255, 0.72); filter: blur(1px); }
.hero-cloud-one { top: 12%; left: -9%; width: 43%; height: 13%; }
.hero-cloud-two { right: -12%; bottom: 14%; width: 49%; height: 14%; }
.hero-bubble { position: absolute; z-index: 3; display: grid; place-items: center; border: 3px solid rgba(255, 255, 255, 0.9); border-radius: 50%; background: radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.88), rgba(102, 217, 233, 0.36) 25%, rgba(75, 130, 255, 0.53) 78%); box-shadow: inset 8px 8px 0 rgba(255, 255, 255, 0.23), 0 18px 35px rgba(50, 84, 174, 0.23); }
.hero-bubble img { width: 88%; height: 88%; object-fit: contain; }
.hero-bubble-main { top: 24%; left: 18%; width: 58%; aspect-ratio: 1; animation: float-main 7s ease-in-out infinite; }
.hero-bubble-small { width: 23%; aspect-ratio: 1; }
.hero-bubble-small-one { top: 13%; right: 14%; background: radial-gradient(circle at 32% 22%, white, rgba(255, 215, 101, 0.67) 33%, rgba(255, 156, 194, 0.7)); animation: float-small 6s ease-in-out 0.5s infinite; }
.hero-bubble-small-two { right: 10%; bottom: 23%; background: radial-gradient(circle at 32% 22%, white, rgba(155, 233, 207, 0.7) 33%, rgba(102, 217, 233, 0.7)); animation: float-small 8s ease-in-out 0.9s infinite; }
.bubble-shine { position: absolute; z-index: 1; top: 14%; left: 20%; width: 19%; height: 9%; border-radius: 50%; background: white; opacity: 0.82; transform: rotate(-25deg); }
.hero-ribbon { position: absolute; z-index: 4; right: 8%; bottom: 16%; display: grid; gap: 1px; min-width: 150px; padding: 13px 16px 12px; color: white; border: 2px solid rgba(255, 255, 255, 0.9); border-radius: 16px; background: linear-gradient(135deg, rgba(255, 111, 134, 0.93), rgba(255, 156, 194, 0.9)); box-shadow: 0 12px 25px rgba(198, 62, 112, 0.23); transform: rotate(-5deg); }
.hero-ribbon span { font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em; }
.hero-ribbon strong { font-size: 1.25rem; line-height: 1.2; }
.hero-ribbon small { color: rgba(255, 255, 255, 0.85); font-size: 0.62rem; }
.hero-label { position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: var(--ink); border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 999px; background: rgba(255, 255, 255, 0.78); box-shadow: 0 10px 20px rgba(34, 48, 112, 0.14); backdrop-filter: blur(9px); font-size: 0.64rem; font-weight: 800; }
.hero-label-one { bottom: 8%; left: 1%; }
.hero-label-two { top: 8%; right: 0; }
.hero-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.visual-note { position: relative; z-index: 4; margin: 0; color: var(--muted); font-size: 0.64rem; text-align: center; }
.hero-scene > .visual-note { position: absolute; right: 14px; bottom: 8px; left: 14px; color: rgba(32, 35, 79, 0.63); }

.promise-band { padding: 76px 0; color: white; background: linear-gradient(135deg, var(--night), #2c357d 65%, #475ca8); }
.promise-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 78px; align-items: center; }
.promise-heading .section-kicker { color: var(--aqua); }
.promise-heading h2 { margin: 0; font-size: clamp(2.4rem, 4.3vw, 4.4rem); font-weight: 650; line-height: 1.08; }
.promise-heading h2 em { color: var(--yellow); }
.promise-facts { display: grid; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.promise-fact { display: grid; grid-template-columns: 45px 1fr; gap: 15px; align-items: center; min-height: 69px; padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.promise-fact b { color: var(--coral); font-size: 0.68rem; letter-spacing: 0.13em; }
.promise-fact p { margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 0.9rem; }

.loop-section { padding-top: 144px; padding-bottom: 142px; }
.section-heading { max-width: 570px; }
.centered-heading { max-width: 690px; margin-right: auto; margin-bottom: 55px; margin-left: auto; text-align: center; }
.centered-heading .section-kicker { justify-content: center; }
.section-heading h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.4vw, 4.7rem); font-weight: 650; line-height: 1.08; }
.section-heading h2 span, .section-heading h2 em { display: block; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--ink-soft); font-size: 0.95rem; }
.loop-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.loop-step { position: relative; min-width: 0; padding: 20px 19px 23px; border: 1px solid rgba(50, 59, 113, 0.11); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.6); box-shadow: var(--shadow-soft); }
.step-number, .mode-number { display: block; margin-bottom: 16px; color: var(--coral); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.14em; }
.step-art { position: relative; display: grid; min-height: 154px; margin-bottom: 17px; place-items: center; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg, #effcff, #f5ebff); }
.step-art::before { position: absolute; inset: 17px; content: ""; border: 1px solid rgba(75, 130, 255, 0.15); border-radius: 50%; }
.step-orb { position: absolute; display: block; width: 42px; aspect-ratio: 1; border: 2px solid white; border-radius: 50%; background: linear-gradient(145deg, white, var(--aqua)); box-shadow: 0 5px 14px rgba(75, 130, 255, 0.18); }
.orb-one { top: 26px; left: 26px; }.orb-two { right: 32px; bottom: 26px; width: 56px; background: linear-gradient(145deg, white, var(--pink)); }.orb-three { top: 48px; right: 56px; width: 24px; background: linear-gradient(145deg, white, var(--yellow)); }
.step-art-search { background: linear-gradient(145deg, #eef6ff, #fef2fa); }
.search-ring { width: 82px; aspect-ratio: 1; border: 11px solid rgba(75, 130, 255, 0.24); border-radius: 50%; box-shadow: 0 0 0 13px rgba(102, 217, 233, 0.12); }
.search-ring::after { display: block; width: 54px; height: 13px; content: ""; border-radius: 99px; background: var(--blue); transform: translate(53px, 55px) rotate(45deg); }
.search-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(255, 111, 134, 0.14); }
.step-art-merge { background: linear-gradient(145deg, #fff4fb, #eafcff); }
.merge-orb { position: absolute; width: 67px; aspect-ratio: 1; border: 3px solid white; border-radius: 50%; background: radial-gradient(circle at 30% 22%, white, var(--pink) 45%, var(--coral)); box-shadow: 0 8px 16px rgba(255, 111, 134, 0.2); }
.merge-orb-one { left: 45px; transform: translateX(-15px); }.merge-orb-two { right: 45px; transform: translateX(15px); background: radial-gradient(circle at 30% 22%, white, var(--aqua) 45%, var(--blue)); }.step-art-merge b { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; color: white; border-radius: 50%; background: var(--night); box-shadow: 0 5px 12px rgba(32, 35, 79, 0.2); }
.step-art-rescue { background: linear-gradient(145deg, #fff8da, #fff0f4); }
.step-art-rescue img { position: relative; z-index: 1; width: 114px; height: 114px; object-fit: contain; }
.rescue-spark { position: absolute; color: var(--yellow); font-size: 1.6rem; }.rescue-spark.spark-one { top: 26px; left: 30px; }.rescue-spark.spark-two { right: 29px; bottom: 27px; color: var(--coral); font-size: 1.1rem; }
.loop-step h3 { margin-bottom: 7px; font-size: 0.92rem; }.loop-step p { margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.6; }

.section-tint { padding-top: 130px; padding-bottom: 135px; background: var(--paper-warm); }
.screens-section .section-shell { overflow: hidden; }
.screen-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1080px; margin-inline: auto; }
.screen-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(50, 59, 113, 0.1); border-radius: var(--radius-xl); background: rgba(255, 255, 255, 0.75); box-shadow: var(--shadow-soft); }
.screen-media { position: relative; overflow: hidden; background: #f0e9e5; }
.screen-media::after { position: absolute; top: 15px; right: 17px; left: 17px; height: 19px; content: ""; border-radius: 10px; background: rgba(32, 35, 79, 0.08); pointer-events: none; }
.screen-media img { width: 100%; aspect-ratio: 720 / 1279; object-fit: cover; object-position: center; transition: transform 320ms ease; }
.screen-card:hover .screen-media img, .screen-card:focus-within .screen-media img { transform: scale(1.018); }
.screen-card figcaption { padding: 20px 19px 23px; }
.screen-flag { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 9px; color: var(--blue-deep); border: 1px solid rgba(75, 130, 255, 0.2); border-radius: 999px; background: rgba(102, 217, 233, 0.15); font-size: 0.6rem; font-weight: 850; }
.screen-index { margin: 17px 0 7px; color: var(--coral); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.13em; }.screen-card h3 { margin-bottom: 7px; font-size: 0.9rem; line-height: 1.35; }.screen-card figcaption > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 0.76rem; line-height: 1.6; }
.section-note { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: 0.7rem; text-align: center; }

.bubbles-section { padding-top: 150px; padding-bottom: 150px; }
.feature-layout { display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.bubble-showcase { position: relative; min-height: 500px; padding: 27px; overflow: hidden; border-radius: var(--radius-xl); background: radial-gradient(circle at 50% 45%, #5268bd, #2d387e 55%, #20265d); box-shadow: var(--shadow-deep); }
.bubble-showcase::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 18% 19%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px), radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px); background-size: 82px 97px, 115px 130px; opacity: 0.6; }
.bubble-orbit { position: absolute; border: 1px solid rgba(155, 233, 207, 0.2); border-radius: 50%; transform: rotate(-17deg); }.bubble-orbit.orbit-one { top: 8%; left: 4%; width: 88%; height: 47%; }.bubble-orbit.orbit-two { right: 11%; bottom: 9%; width: 53%; height: 70%; border-color: rgba(255, 215, 101, 0.2); transform: rotate(27deg); }
.bubble-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bubble-tile { display: grid; justify-items: center; gap: 4px; min-width: 0; padding: 9px 6px 10px; color: white; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 21px; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(3px); text-align: center; }.character-bubble { display: grid; width: 96px; max-width: 100%; aspect-ratio: 1; place-items: center; border: 3px solid rgba(255, 255, 255, 0.86); border-radius: 50%; box-shadow: inset 7px 7px 0 rgba(255, 255, 255, 0.19), 0 8px 16px rgba(18, 23, 71, 0.25); }.character-bubble img { width: 91%; height: 91%; object-fit: contain; }.bubble-tile strong { color: rgba(255, 255, 255, 0.62); font-size: 0.62rem; letter-spacing: 0.04em; }.bubble-tile > span { color: white; font-size: 0.72rem; font-weight: 800; }
.bubble-joy .character-bubble { background: radial-gradient(circle at 30% 22%, white, #ff9dc3 42%, #ff6f86); }.bubble-laugh .character-bubble { background: radial-gradient(circle at 30% 22%, white, #ffc59b 42%, #ff9b55); }.bubble-cry .character-bubble { background: radial-gradient(circle at 30% 22%, white, #9ddcff 42%, #5790f4); }.bubble-angry .character-bubble { background: radial-gradient(circle at 30% 22%, white, #b9edcf 42%, #55b58f); }.bubble-surprise .character-bubble { background: radial-gradient(circle at 30% 22%, white, #fff0a7 42%, #ffd461); }.bubble-proud .character-bubble { background: radial-gradient(circle at 30% 22%, white, #d2c7ff 42%, #927cf0); }.bubble-sleep .character-bubble { background: radial-gradient(circle at 30% 22%, white, #b8f2ed 42%, #54c7c8); }.bubble-dance .character-bubble { background: radial-gradient(circle at 30% 22%, white, #ffbef2 42%, #e17ad4); }

.modes-section { padding-top: 132px; padding-bottom: 120px; }
.mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1060px; margin-inline: auto; }
.mode-card { display: grid; grid-template-columns: 0.94fr 1.06fr; overflow: hidden; border: 1px solid rgba(50, 59, 113, 0.1); border-radius: var(--radius-xl); background: rgba(255, 255, 255, 0.75); box-shadow: var(--shadow-soft); }.mode-visual { position: relative; display: grid; min-height: 335px; place-items: center; overflow: hidden; }.mode-visual-mission { background: linear-gradient(155deg, #ffb1be, #ffedb2); }.mode-visual-mission::before, .mode-visual-mission::after { position: absolute; width: 160px; height: 160px; content: ""; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 50%; }.mode-visual-mission::before { transform: translate(-37px, -24px); }.mode-visual-mission::after { transform: translate(45px, 42px) scale(0.65); }.mode-visual img { position: relative; z-index: 1; width: 74%; height: 74%; object-fit: contain; }.mission-star { position: absolute; top: 22px; left: 23px; color: white; font-size: 2.4rem; text-shadow: 0 3px 0 rgba(255, 111, 134, 0.55); }.mission-path { position: absolute; right: 19px; bottom: 54px; width: 58%; border-top: 2px dashed rgba(255, 255, 255, 0.76); transform: rotate(-18deg); }.mission-path-two { right: 2px; bottom: 83px; width: 31%; transform: rotate(27deg); }.mode-visual-infinite { background: radial-gradient(circle at 48% 48%, #82e5ea, #4f83ed 58%, #34418e); }.infinity-mark { position: relative; z-index: 1; color: white; font-family: var(--serif); font-size: 9rem; line-height: 1; text-shadow: 0 10px 26px rgba(32, 35, 79, 0.2); }.infinite-bubble { position: absolute; width: 77px; aspect-ratio: 1; border: 3px solid white; border-radius: 50%; background: radial-gradient(circle at 30% 20%, white, rgba(255, 156, 194, 0.84) 42%, rgba(255, 111, 134, 0.73)); }.infinite-bubble-one { top: 41px; right: 27px; }.infinite-bubble-two { bottom: 40px; left: 23px; width: 47px; background: radial-gradient(circle at 30% 20%, white, rgba(255, 215, 101, 0.84) 42%, rgba(255, 156, 194, 0.73)); }.mode-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 33px 29px; }.mode-copy h3 { margin-bottom: 11px; font-size: 1.35rem; }.mode-copy p { margin-bottom: 21px; color: var(--ink-soft); font-size: 0.82rem; line-height: 1.7; }.mode-tag { margin-top: auto; padding: 6px 10px; color: var(--blue-deep); border: 1px solid rgba(75, 130, 255, 0.2); border-radius: 999px; background: rgba(102, 217, 233, 0.14); font-size: 0.64rem; font-weight: 850; }
.ranking-status { display: flex; align-items: center; gap: 17px; max-width: 1060px; margin: 22px auto 0; padding: 19px 22px; color: white; border-radius: 20px; background: var(--night); box-shadow: 0 14px 30px rgba(32, 35, 79, 0.16); }.status-symbol { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--yellow); border: 1px solid rgba(255, 215, 101, 0.35); border-radius: 50%; font-size: 1.2rem; }.ranking-status strong { display: block; margin-bottom: 2px; font-size: 0.84rem; }.ranking-status p { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; }.ranking-status .coming-chip { margin-left: auto; color: var(--yellow); border-color: rgba(255, 215, 101, 0.3); background: rgba(255, 215, 101, 0.1); }

.items-section { display: grid; grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr); align-items: start; gap: clamp(45px, 8vw, 115px); padding-top: 150px; padding-bottom: 150px; }.items-section .section-heading { position: sticky; top: 110px; }.items-showcase { display: grid; gap: 38px; }.item-group-label { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; color: var(--blue-deep); font-size: 0.69rem; font-weight: 850; letter-spacing: 0.14em; }.item-group-label::after { display: block; width: 80px; height: 1px; content: ""; background: var(--line); }.item-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.item-card { min-width: 0; padding: 15px 15px 19px; border: 1px solid rgba(50, 59, 113, 0.1); border-radius: 22px; background: rgba(255, 255, 255, 0.72); box-shadow: 0 14px 28px rgba(39, 50, 113, 0.08); }.item-card img { width: 74px; height: 74px; object-fit: contain; margin-bottom: 8px; }.item-card h3 { margin-bottom: 6px; font-size: 0.84rem; }.item-card p { margin: 0; color: var(--muted); font-size: 0.7rem; line-height: 1.6; }.hazard-spike { background: linear-gradient(145deg, #fff, #fff2f3); }.hazard-block { background: linear-gradient(145deg, #fff, #f2f6ff); }.hazard-electric { background: linear-gradient(145deg, #fff, #f8f1ff); }.helper-hammer { background: linear-gradient(145deg, #fff, #fff3dc); }.helper-chop { background: linear-gradient(145deg, #fff, #ffedf5); }.helper-miracle { background: linear-gradient(145deg, #fff, #eafcff); }

.calm-band { position: relative; min-height: 550px; overflow: hidden; color: white; background: var(--night); }.calm-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27, 32, 86, 0.97) 0%, rgba(27, 32, 86, 0.83) 44%, rgba(27, 32, 86, 0.34)), url("assets/backgrounds/forest-falls.jpg") center / cover; opacity: 0.94; }.calm-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; min-height: 550px; gap: 65px; }.calm-grid .section-kicker { color: var(--aqua); }.calm-grid h2 { max-width: 520px; margin-bottom: 21px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 650; line-height: 1.07; }.calm-grid h2 span, .calm-grid h2 em { display: block; }.calm-grid h2 em { color: var(--yellow); }.calm-grid p:last-child { max-width: 500px; margin-bottom: 0; color: rgba(255, 255, 255, 0.78); font-size: 0.92rem; }.calm-art { position: relative; display: grid; min-height: 380px; place-items: center; }.calm-bubble { position: relative; display: grid; width: min(270px, 53vw); aspect-ratio: 1; place-items: center; border: 5px solid rgba(255, 255, 255, 0.84); border-radius: 50%; background: radial-gradient(circle at 31% 19%, rgba(255, 255, 255, 0.92), rgba(155, 233, 207, 0.72) 37%, rgba(75, 130, 255, 0.77)); box-shadow: inset 20px 16px 0 rgba(255, 255, 255, 0.16), 0 0 0 25px rgba(102, 217, 233, 0.08), 0 0 0 58px rgba(102, 217, 233, 0.06), 0 30px 55px rgba(8, 13, 56, 0.32); animation: float-main 8s ease-in-out infinite; }.calm-bubble img { width: 83%; height: 83%; object-fit: contain; }.calm-caption { position: absolute; right: 5%; bottom: 13%; padding: 9px 13px; color: var(--ink); border-radius: 999px; background: rgba(255, 255, 255, 0.82); font-size: 0.68rem; font-weight: 800; transform: rotate(-4deg); }

.coming-section { padding-top: 128px; padding-bottom: 130px; }.coming-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) 0.72fr; align-items: center; min-height: 410px; overflow: hidden; padding: 58px 74px; color: white; border-radius: var(--radius-xl); background: linear-gradient(135deg, #283075, #4d63bc 64%, #67d9e3); box-shadow: var(--shadow-deep); }.coming-card::before { position: absolute; right: -70px; bottom: -140px; width: 470px; height: 470px; content: ""; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255, 255, 255, 0.05), 0 0 0 74px rgba(255, 255, 255, 0.04); }.coming-orbit { position: absolute; top: -110px; left: 44%; width: 280px; aspect-ratio: 1; border: 1px solid rgba(255, 215, 101, 0.26); border-radius: 50%; transform: rotate(26deg); }.coming-copy { position: relative; z-index: 1; max-width: 560px; }.coming-copy .section-kicker { color: var(--yellow); }.coming-copy h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4.3vw, 4.7rem); font-weight: 650; line-height: 1.06; }.coming-copy h2 span, .coming-copy h2 em { display: block; }.coming-copy h2 em { color: var(--yellow); }.coming-copy p { max-width: 520px; margin-bottom: 25px; color: rgba(255, 255, 255, 0.8); font-size: 0.91rem; }.coming-cta { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 25px rgba(24, 39, 96, 0.2); }.coming-character { position: relative; z-index: 1; display: grid; place-items: center; }.character-bubble-large { width: min(280px, 43vw); border: 5px solid white; background: radial-gradient(circle at 30% 22%, white, var(--pink) 44%, var(--coral)); box-shadow: 0 0 0 19px rgba(255, 255, 255, 0.08), 0 30px 54px rgba(27, 31, 89, 0.28); }.character-bubble-large img { width: 86%; height: 86%; }.coming-sticker { position: absolute; right: 4%; top: 5%; padding: 8px 13px; color: var(--ink); border-radius: 13px; background: var(--yellow); font-size: 0.76rem; font-weight: 850; transform: rotate(8deg); }

.faq-section { padding-top: 120px; padding-bottom: 135px; }.faq-list { max-width: 850px; margin-inline: auto; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 3px; color: var(--ink); cursor: pointer; font-size: 0.95rem; font-weight: 800; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary > span:last-child { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: var(--coral); border: 1px solid rgba(255, 111, 134, 0.3); border-radius: 50%; font-size: 1.05rem; font-weight: 400; transition: transform 180ms ease, background 180ms ease; }.faq-list details[open] summary > span:last-child { color: white; background: var(--coral); transform: rotate(45deg); }.faq-list details p { max-width: 720px; margin: -3px 45px 20px 3px; color: var(--ink-soft); font-size: 0.82rem; }

.site-footer { padding: 67px 0 25px; color: white; background: var(--night); }.footer-grid { display: grid; grid-template-columns: 1fr 0.75fr 1.25fr; gap: 46px; padding-bottom: 48px; }.site-footer .brand { color: white; }.site-footer .brand-copy small { color: rgba(255, 255, 255, 0.58); }.footer-brand > p { max-width: 250px; margin: 19px 0 0; color: rgba(255, 255, 255, 0.65); font-size: 0.77rem; }.footer-label { margin-bottom: 8px; color: var(--aqua); font-size: 0.63rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }.operator-name { margin-bottom: 10px; font-size: 0.95rem; font-weight: 800; }.footer-info > a { color: var(--yellow); font-size: 0.75rem; font-weight: 750; text-decoration: none; }.footer-info > a:hover, .footer-links a:hover { color: white; }.footer-info > p:not(.footer-label) { margin-bottom: 13px; color: rgba(255, 255, 255, 0.65); font-size: 0.74rem; }.footer-links { display: flex; flex-wrap: wrap; gap: 13px; }.footer-links a { color: rgba(255, 255, 255, 0.82); font-size: 0.7rem; text-decoration: none; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: rgba(255, 255, 255, 0.45); border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.62rem; }

@keyframes float-main { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -10px, 0); } }
@keyframes float-small { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(4px, -8px, 0); } }

[dir="rtl"] .site-nav { margin-right: auto; margin-left: 0; }
[dir="rtl"] .scroll-progress { right: 0; left: auto; transform-origin: right center; }
[dir="rtl"] .site-header .brand { direction: rtl; }
[dir="rtl"] .hero-note { flex-direction: row-reverse; }
[dir="rtl"] .hero-label-one { right: 1%; left: auto; }
[dir="rtl"] .hero-label-two { right: auto; left: 0; }
[dir="rtl"] .hero-ribbon { right: auto; left: 8%; }
[dir="rtl"] .items-section .section-heading { text-align: right; }
[dir="rtl"] .footer-bottom { direction: rtl; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .hero { grid-template-columns: minmax(0, 0.96fr) minmax(350px, 0.84fr); }
  .hero-scene { width: min(460px, calc(100% - 40px)); }
  .loop-steps { grid-template-columns: repeat(2, 1fr); }
  .items-section { grid-template-columns: minmax(230px, 0.6fr) minmax(0, 1.4fr); }
}

@media (max-width: 820px) {
  .site-nav { display: none; }
  .site-header { justify-content: space-between; }
  .hero { grid-template-columns: 1fr; gap: 10px; min-height: auto; padding-top: 142px; padding-bottom: 80px; }
  .hero-copy { max-width: 690px; padding-bottom: 0; }
  .hero-art { min-height: 560px; }
  .promise-grid, .calm-grid { grid-template-columns: 1fr; gap: 38px; }
  .promise-heading { max-width: 560px; }
  .feature-layout, .items-section { grid-template-columns: 1fr; gap: 50px; }
  .items-section .section-heading { position: static; }
  .bubble-showcase { max-width: 650px; }
  .mode-card { grid-template-columns: 0.85fr 1.15fr; }
  .calm-grid { padding-top: 68px; padding-bottom: 68px; }
  .calm-art { min-height: 330px; }
  .coming-card { padding: 50px 46px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 32px, 480px); }
  .site-header { width: calc(100% - 32px); gap: 10px; padding-top: 15px; padding-bottom: 15px; }
  .site-header .coming-chip { display: none; }
  .language-select select { max-width: 119px; min-height: 35px; font-size: 0.63rem; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .hero-lead { font-size: 0.89rem; }.hero-note { align-items: flex-start; font-size: 0.66rem; }.hero-art { min-height: 500px; }.hero-scene { width: min(375px, 82vw); border-width: 6px; border-radius: 36% 36% 29% 29%; }.hero-ribbon { right: 4%; bottom: 15%; min-width: 130px; padding: 10px 12px; }.hero-label { font-size: 0.58rem; }.hero-label-one { bottom: 4%; left: 0; }.hero-label-two { top: 5%; right: -2%; }
  .promise-band { padding: 58px 0; }.promise-fact { grid-template-columns: 34px 1fr; gap: 10px; }.promise-fact p { font-size: 0.79rem; }
  .loop-section, .bubbles-section, .items-section { padding-top: 92px; padding-bottom: 95px; }.section-tint { padding-top: 90px; padding-bottom: 95px; }.centered-heading { margin-bottom: 38px; }.section-heading h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }.section-heading > p:last-child { font-size: 0.86rem; }
  .loop-steps { grid-template-columns: 1fr 1fr; gap: 12px; }.loop-step { padding: 15px 12px 17px; border-radius: 20px; }.step-art { min-height: 120px; }.step-art-rescue img { width: 90px; height: 90px; }.loop-step p { font-size: 0.7rem; }
  .screen-gallery { display: flex; gap: 14px; margin-right: -16px; padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }.screen-card { flex: 0 0 min(78vw, 295px); scroll-snap-align: start; }.screen-gallery .screen-media img { aspect-ratio: 720 / 1279; }.section-note { text-align: left; }
  .bubble-showcase { min-height: 410px; padding: 17px 12px; border-radius: 27px; }.bubble-grid { gap: 8px; }.bubble-tile { padding: 7px 3px 8px; border-radius: 16px; }.character-bubble { width: 64px; border-width: 2px; }.bubble-tile strong { font-size: 0.51rem; }.bubble-tile > span { font-size: 0.6rem; }
  .mode-grid { grid-template-columns: 1fr; gap: 15px; }.mode-card { grid-template-columns: 0.72fr 1.28fr; border-radius: 26px; }.mode-visual { min-height: 270px; }.mode-copy { padding: 23px 19px; }.mode-copy h3 { font-size: 1.12rem; }.mode-copy p { font-size: 0.74rem; }.infinity-mark { font-size: 6rem; }.ranking-status { align-items: flex-start; gap: 10px; padding: 15px; }.ranking-status strong { font-size: 0.76rem; }.ranking-status p { font-size: 0.66rem; }.ranking-status .coming-chip { display: none; }
  .item-grid { grid-template-columns: 1fr 1fr; }.item-card { padding: 12px; }.item-card img { width: 62px; height: 62px; }.item-card p { font-size: 0.66rem; }
  .calm-band, .calm-grid { min-height: 0; }.calm-grid { gap: 20px; padding-top: 72px; padding-bottom: 70px; }.calm-grid h2 { font-size: clamp(2.3rem, 11vw, 3.7rem); }.calm-grid p:last-child { font-size: 0.83rem; }.calm-art { min-height: 280px; }.calm-caption { right: 3%; bottom: 5%; }
  .coming-section { padding-top: 85px; padding-bottom: 90px; }.coming-card { grid-template-columns: 1fr; gap: 30px; padding: 37px 25px 32px; border-radius: 27px; }.coming-copy h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }.coming-copy p { font-size: 0.82rem; }.coming-character { min-height: 245px; }.character-bubble-large { width: 215px; }.coming-sticker { right: 16%; top: 2%; }
  .faq-section { padding-top: 84px; padding-bottom: 92px; }.faq-list summary { padding: 17px 1px; font-size: 0.84rem; }.faq-list details p { margin-right: 35px; font-size: 0.76rem; }
  .site-footer { padding-top: 52px; }.footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 35px; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .screen-media img, .screen-card:hover .screen-media img, .screen-card:focus-within .screen-media img { transform: none; }
  .screen-gallery { scroll-snap-type: none; }
}

.legal-page { min-height: 100vh; background: linear-gradient(180deg, var(--paper), var(--paper-warm)); }
.legal-main { padding-top: 150px; padding-bottom: 110px; }
.legal-card { max-width: 780px; margin-inline: auto; padding: clamp(28px, 6vw, 70px); border: 1px solid rgba(50, 59, 113, 0.1); border-radius: var(--radius-xl); background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow-soft); }
.legal-card h1 { max-width: 620px; margin: 12px 0 22px; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.04; }
.legal-card h1 em { color: var(--coral); font-style: normal; }
.legal-card > p:not(.section-kicker) { max-width: 620px; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.9; }
.legal-notice { display: grid; gap: 9px; margin: 34px 0; padding: 20px 22px; border-left: 4px solid var(--aqua); border-radius: 16px; background: #effbfc; }
.legal-notice p { margin: 0; color: var(--ink-soft); font-size: 0.82rem; line-height: 1.7; }
.legal-notice strong { color: var(--blue-deep); font-size: 0.86rem; }
.legal-contact { margin-bottom: 31px !important; }
.legal-contact a { color: var(--blue-deep); font-weight: 800; }
.legal-back { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-deep); font-size: 0.8rem; font-weight: 800; text-decoration: none; }.legal-back:hover { color: var(--coral); }
.legal-page .site-footer { padding-top: 26px; }

@media (max-width: 620px) {
  .legal-main { padding-top: 112px; padding-bottom: 72px; }
  .legal-card { padding: 30px 22px; border-radius: 25px; }
  .legal-card h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .legal-card > p:not(.section-kicker) { font-size: 0.86rem; }
}

/* ビジュアル密度を下げ、文章と余白を主役にする告知版の縮小調整 */
.hero-art { min-height: 570px; }
.hero-glow { width: min(470px, 82vw); }
.hero-scene { width: min(400px, 100%); aspect-ratio: 0.82; border-width: 7px; }
.hero-bubble-main { width: 53%; }
.hero-bubble-small { width: 20%; }
.hero-ribbon { min-width: 132px; padding: 10px 13px 9px; }
.hero-ribbon strong { font-size: 1.1rem; }
.hero-label { padding: 7px 10px; font-size: 0.61rem; }
.hero-label-one { bottom: 6%; }
.hero-label-two { top: 7%; }

.step-art { min-height: 128px; }
.step-art-rescue img { width: 90px; height: 90px; }
.screen-gallery { max-width: 900px; gap: 24px; }
.bubble-showcase { min-height: 430px; padding: 23px; }
.bubble-grid { gap: 12px; }
.bubble-tile { padding: 8px 6px 9px; }
.character-bubble { width: 78px; }
.mode-visual { min-height: 285px; }
.mode-visual img { width: 65%; height: 65%; }
.infinity-mark { font-size: 7.2rem; }
.infinite-bubble { width: 63px; }
.infinite-bubble-one { top: 35px; right: 23px; }
.infinite-bubble-two { bottom: 34px; left: 20px; width: 40px; }
.item-card img { width: 58px; height: 58px; }
.calm-band, .calm-grid { min-height: 500px; }
.calm-art { min-height: 330px; }
.calm-bubble { width: min(220px, 46vw); }
.coming-card { min-height: 350px; padding: 48px 62px; }
.coming-character { min-height: 0; }
.character-bubble-large { width: min(220px, 36vw); }

@media (max-width: 820px) {
  .hero-art { min-height: 500px; }
  .hero-scene { width: min(340px, 82vw); }
  .coming-card { padding: 42px 38px; }
}

@media (max-width: 620px) {
  .hero-art { min-height: 430px; }
  .hero-scene { width: min(300px, 75vw); }
  .hero-ribbon { min-width: 120px; }
  .step-art { min-height: 112px; }
  .screen-card { flex-basis: min(68vw, 250px); }
  .bubble-showcase { min-height: 360px; padding: 15px 10px; }
  .bubble-grid { gap: 7px; }
  .bubble-tile { padding: 6px 3px 7px; }
  .character-bubble { width: 58px; }
  .mode-visual { min-height: 230px; }
  .infinity-mark { font-size: 5.2rem; }
  .item-card img { width: 54px; height: 54px; }
  .calm-band, .calm-grid { min-height: 0; }
  .calm-art { min-height: 240px; }
  .calm-bubble { width: 180px; }
  .coming-card { min-height: 0; padding: 32px 22px 28px; }
  .coming-character { min-height: 205px; }
  .character-bubble-large { width: 180px; }
}
