/* ----------------------------------------------------------------
 * Generated by SoloptiLinkAI BOOST
 * (c) 2026 SoloptiLink Inc. - All rights reserved.
 * Redistribution / derivative-work / reverse-engineering prohibited
 * (著作権法 / 不正競争防止法 / 当社利用規約 第8条). Inquiries: support@soloptilink.com
 * ----------------------------------------------------------------*/

/* ============ トークン ============ */
:root {
  --blue: #1b44e4;          /* ブランドブルー */
  --blue-dark: #1436b8;
  --lime: #b0d845;          /* ライムグリーン (!) */
  --navy: #081d4d;          /* ネイビー */
  --navy-2: #0e2243;
  --ice: #dfebfc;           /* ライトブルー */
  --bg: #f4f8fe;
  --white: #ffffff;
  --text: #1a2340;
  --text-sub: #5a6a8c;
  --radius-l: 28px;
  --radius-m: 18px;
  --font-head: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --shadow-card: 0 12px 40px rgba(8, 29, 77, .08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.sp-only { display: none; }
.pc-only { display: inline; }
@media (max-width: 720px) {
  .sp-only { display: inline; }
  .pc-only { display: none; }
}

/* ============ ヘッダー ============ */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 18px 0;
  transition: background .3s, box-shadow .3s;
}
.header.is-scrolled {
  background: rgba(244, 248, 254, .88);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(8, 29, 77, .06);
}
.header__inner {
  max-width: 1120px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
/* ロゴタイプはカラー表示 (キャラクターのみ公開前シルエット) */
.header__logo { display: inline-flex; align-items: center; }
.header__logotype {
  width: 148px; height: auto; display: block;
}
.header__cta {
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  background: var(--blue); color: var(--white);
  padding: 10px 24px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(27, 68, 228, .28);
  transition: transform .2s, box-shadow .2s;
}
.header__cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27, 68, 228, .36); }

/* ============ ヒーロー ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  padding: 120px 24px 40px;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(223, 235, 252, .9), transparent 70%),
    linear-gradient(180deg, #eef4fd 0%, var(--bg) 60%);
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.dot {
  position: absolute; border-radius: 50%;
  background: var(--blue); opacity: .12;
  animation: float 7s ease-in-out infinite;
}
.dot--1 { width: 14px; height: 14px; top: 22%; left: 12%; }
.dot--2 { width: 8px;  height: 8px;  top: 34%; left: 22%; animation-delay: -2s; }
.dot--3 { width: 18px; height: 18px; top: 20%; right: 14%; animation-delay: -1s; }
.dot--4 { width: 10px; height: 10px; top: 44%; right: 8%;  animation-delay: -3.5s; }
.dot--5 { width: 12px; height: 12px; bottom: 26%; left: 7%; animation-delay: -5s; background: var(--lime); opacity: .35; }
.dot--6 { width: 9px;  height: 9px;  bottom: 20%; right: 18%; animation-delay: -2.6s; background: var(--lime); opacity: .3; }
.ring {
  position: absolute; border-radius: 50%;
  border: 2.5px solid var(--blue); opacity: .1;
}
.ring--1 { width: 90px; height: 90px; top: 15%; right: 26%; }
.ring--2 { width: 56px; height: 56px; bottom: 30%; left: 20%; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.hero__inner { position: relative; text-align: center; max-width: 880px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 13px; letter-spacing: .22em;
  color: var(--blue);
  background: var(--white);
  border: 1.5px solid rgba(27, 68, 228, .25);
  padding: 8px 22px; border-radius: 999px;
  margin-bottom: 28px;
}
.hero__badge-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lime);
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(176, 216, 69, .7); }
  70% { box-shadow: 0 0 0 9px rgba(176, 216, 69, 0); }
  100% { box-shadow: 0 0 0 0 rgba(176, 216, 69, 0); }
}
.hero__title {
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(34px, 6.2vw, 64px);
  line-height: 1.5; letter-spacing: .04em;
  color: var(--navy);
  margin-bottom: 20px;
}
.hero__lead {
  font-size: clamp(14px, 1.8vw, 17px);
  color: var(--text-sub);
  margin-bottom: 8px;
}
.hero__lead strong { color: var(--blue); font-weight: 700; }

/* ---- タマゴ/シルエット ステージ ---- */
.nest { margin: 12px auto 0; width: min(400px, 78vw); }
.nest__stage {
  display: block; width: 100%;
  background: none; border: none; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nest__svg { width: 100%; height: auto; overflow: visible; }
.hole { fill: var(--navy); opacity: .92; }

/* シルエット本体 */
.silhouette__body {
  transform: translateY(430px);
  transition: transform .55s cubic-bezier(.2, 1.4, .4, 1);
  will-change: transform;
}
.nest--revealed .silhouette__body { transform: translateY(40px); }
.sil-fill { fill: var(--navy-2); }
.eye ellipse {
  fill: var(--ice);
  animation: blink 4.6s infinite;
  transform-box: fill-box; transform-origin: center;
}
.eye--r ellipse { animation-delay: .12s; }
@keyframes blink {
  0%, 91%, 100% { transform: scaleY(1); }
  93%, 96% { transform: scaleY(.08); }
}
.belly-ring {
  fill: none; stroke: var(--ice); stroke-width: 12;
  opacity: .55;
  filter: drop-shadow(0 0 10px rgba(223, 235, 252, .9));
}

/* ビックリマーク */
.spark { opacity: 0; transform: translateY(16px); transform-box: fill-box; }
.nest--revealed .spark {
  opacity: 1; transform: translateY(0);
  transition: opacity .25s .18s, transform .35s .18s cubic-bezier(.2, 1.6, .4, 1);
}
.spark__mark { stroke: var(--lime); stroke-width: 34; stroke-linecap: round; fill: none; }
.spark__dot { fill: var(--lime); }
.spark__ray { stroke: var(--lime); stroke-width: 16; stroke-linecap: round; fill: none; opacity: .8; }

/* タマゴ */
.egg { transform-box: fill-box; transform-origin: 50% 85%; }
.egg__shell { fill: var(--white); stroke: rgba(8, 29, 77, .1); stroke-width: 4; }
.egg__spot { fill: var(--ice); }
.egg__spot--2 { fill: var(--lime); opacity: .55; }
.egg__crack {
  fill: none; stroke: var(--navy-2); stroke-width: 7;
  stroke-linecap: round; stroke-linejoin: round;
  opacity: 0; transition: opacity .2s;
}
.egg--crack1 .egg__crack--1 { opacity: 1; }
.egg--crack2 .egg__crack--1, .egg--crack2 .egg__crack--2 { opacity: 1; }
.egg__broken { display: none; }

.egg--wobble { animation: wobble .5s ease-in-out; }
@keyframes wobble {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-6deg); }
  55% { transform: rotate(5deg); }
  80% { transform: rotate(-2.5deg); }
}
.egg--idle { animation: idleWobble 1s ease-in-out; }
@keyframes idleWobble {
  0%, 100% { transform: rotate(0); }
  30% { transform: rotate(-2.5deg); }
  65% { transform: rotate(2deg); }
}

/* 割れる → シルエット登場 */
.nest--revealed .egg__whole { display: none; }
.nest--revealed .egg__broken { display: block; }
.nest--revealed .egg__half--bottom { fill: var(--white); }

.nest__hint {
  margin-top: 14px;
  font-size: 13px; color: var(--text-sub);
  letter-spacing: .06em;
}

.hero__scroll {
  display: block; width: 26px; height: 42px;
  margin: 34px auto 0;
  border: 2px solid rgba(8, 29, 77, .3);
  border-radius: 14px; position: relative;
}
.hero__scroll span {
  position: absolute; top: 8px; left: 50%;
  width: 4px; height: 8px; margin-left: -2px;
  border-radius: 2px; background: var(--blue);
  animation: scrollHint 1.8s ease-in-out infinite;
}
@keyframes scrollHint {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ============ マーキー ============ */
.marquee {
  background: var(--blue);
  padding: 16px 0; overflow: hidden;
  transform: rotate(-1.2deg) scale(1.02);
}
.marquee__track {
  display: flex; width: max-content;
  animation: marquee 22s linear infinite;
}
.marquee__track span {
  font-family: var(--font-head); font-weight: 900;
  font-size: 20px; letter-spacing: .14em;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 255, 255, .85);
  white-space: nowrap;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

/* ============ セクション共通 ============ */
.section__inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section__label {
  font-family: var(--font-head); font-weight: 700;
  font-size: 13px; letter-spacing: .3em;
  color: var(--blue); margin-bottom: 14px;
}
.section__label--light { color: var(--lime); }
.section__title {
  font-family: var(--font-head); font-weight: 900;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.5; letter-spacing: .04em;
  color: var(--navy); margin-bottom: 22px;
}
.section__title--light { color: var(--white); }
.section__lead { color: var(--text-sub); font-size: clamp(14px, 1.7vw, 16px); }

/* ============ ABOUT ============ */
.about { padding: 110px 0 120px; }
.about .section__inner { text-align: center; }
.about__cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 56px; text-align: left;
}
.card {
  background: var(--white);
  border-radius: var(--radius-l);
  padding: 38px 32px;
  box-shadow: var(--shadow-card);
  transition: transform .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(8, 29, 77, .12); }
.card__icon {
  width: 72px; height: 72px; border-radius: 22px;
  display: grid; place-items: center;
  margin-bottom: 22px;
}
.card__icon svg { width: 42px; height: 42px; }
.card__icon--story { background: rgba(27, 68, 228, .1); }
.card__icon--story svg { fill: var(--blue); stroke: var(--blue); stroke-width: 0; }
.card__icon--story path[d^="M18"] { fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.card__icon--time { background: rgba(176, 216, 69, .18); }
.card__icon--time svg { fill: #7ba417; }
.card__icon--badge { background: rgba(8, 29, 77, .08); }
.card__icon--badge svg { fill: var(--navy); }
.card__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: 20px; color: var(--navy);
  margin-bottom: 10px;
}
.card__text { font-size: 14.5px; color: var(--text-sub); }

/* ============ 検定 ============ */
.exam {
  background:
    radial-gradient(ellipse 70% 50% at 85% 0%, rgba(27, 68, 228, .35), transparent 60%),
    var(--navy);
  padding: 110px 0 120px;
  color: var(--white);
}
.exam__grid {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 64px; align-items: center;
}
.exam__lead { color: rgba(223, 235, 252, .85); margin-bottom: 40px; font-size: 15px; }
.exam__points { list-style: none; display: grid; gap: 26px; }
.exam__points li { display: flex; gap: 20px; align-items: flex-start; }
.exam__num {
  font-family: var(--font-head); font-weight: 900;
  font-size: 15px; color: var(--lime);
  border: 1.5px solid rgba(176, 216, 69, .5);
  border-radius: 12px; padding: 6px 12px;
  flex-shrink: 0;
}
.exam__points h3 {
  font-family: var(--font-head); font-weight: 700;
  font-size: 17px; margin-bottom: 4px;
}
.exam__points p { font-size: 14px; color: rgba(223, 235, 252, .75); }

.exam__chat {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(223, 235, 252, .15);
  border-radius: var(--radius-l);
  padding: 34px 30px;
  backdrop-filter: blur(6px);
}
.exam__bubble {
  display: flex; gap: 12px; align-items: flex-end;
  margin-bottom: 18px;
  animation: bubbleIn .5s ease both;
}
.exam__bubble p {
  font-size: 13.5px; line-height: 1.8;
  padding: 12px 18px; border-radius: 18px;
}
.exam__bubble--in p {
  background: var(--white); color: var(--text);
  border-bottom-left-radius: 4px;
}
.exam__bubble--out { justify-content: flex-end; }
.exam__bubble--out p {
  background: var(--blue); color: var(--white);
  border-bottom-right-radius: 4px;
}
.exam__avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ice); color: var(--navy);
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.exam__bubble--typing {
  background: rgba(255, 255, 255, .12);
  border-radius: 18px; border-bottom-right-radius: 4px;
  width: 74px; padding: 14px 0;
  display: flex; justify-content: center; gap: 6px;
  margin-left: auto;
}
.exam__bubble--typing span {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(223, 235, 252, .8);
  animation: typing 1.2s infinite;
}
.exam__bubble--typing span:nth-child(2) { animation-delay: .18s; }
.exam__bubble--typing span:nth-child(3) { animation-delay: .36s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); opacity: .5; }
  30% { transform: translateY(-5px); opacity: 1; }
}
@keyframes bubbleIn {
  from { transform: translateY(10px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.exam__caption {
  text-align: center; margin-top: 20px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 14px; color: var(--lime);
  letter-spacing: .08em;
}

/* ============ SECRET ============ */
.secret { padding: 110px 0 120px; }
.secret .section__inner { text-align: center; }
.secret__stages {
  margin-top: 60px;
  display: flex; align-items: stretch; justify-content: center;
  gap: 18px; flex-wrap: wrap;
}
.stage {
  background: var(--white);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  padding: 34px 30px 30px;
  width: 250px;
}
.stage__visual {
  width: 120px; height: 120px; margin: 0 auto 18px;
  display: grid; place-items: center;
}
.stage__visual svg { width: 100%; height: 100%; }
.stage__visual--egg svg path { fill: var(--white); stroke: rgba(8, 29, 77, .14); stroke-width: 3; }
.stage__visual--egg { filter: drop-shadow(0 8px 16px rgba(8, 29, 77, .1)); }
.stage__spot { fill: var(--ice); }
.stage__visual--sil svg path,
.stage__visual--sil svg rect,
.stage__visual--sil svg circle { fill: var(--navy-2); }
.stage__hole { fill: var(--navy); opacity: .9; }
.stage__eye { fill: var(--ice) !important; }
.stage__visual--q {
  font-family: var(--font-head); font-weight: 900;
  font-size: 64px; color: var(--blue);
  background: rgba(27, 68, 228, .08);
  border-radius: 50%;
}
.stage__visual--q span { animation: qBounce 2.4s ease-in-out infinite; }
@keyframes qBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.stage__step {
  font-family: var(--font-head); font-weight: 700;
  font-size: 12px; letter-spacing: .26em;
  color: var(--blue); margin-bottom: 6px;
}
.stage__title {
  font-family: var(--font-head); font-weight: 900;
  font-size: 20px; color: var(--navy); margin-bottom: 6px;
}
.stage__text { font-size: 13.5px; color: var(--text-sub); }
.stage__arrow {
  align-self: center;
  width: 30px; height: 30px;
  background: var(--lime);
  clip-path: polygon(35% 15%, 80% 50%, 35% 85%, 25% 74%, 55% 50%, 25% 26%);
}

/* ============ WAITLIST ============ */
.waitlist { padding: 20px 0 130px; }
.waitlist__box {
  background:
    radial-gradient(ellipse 60% 90% at 90% 10%, rgba(176, 216, 69, .22), transparent 55%),
    linear-gradient(135deg, #2450f0, var(--blue-dark));
  border-radius: 36px;
  padding: 72px 56px;
  text-align: center;
  color: var(--white);
  box-shadow: 0 24px 60px rgba(27, 68, 228, .3);
}
.waitlist__box .section__label { color: var(--lime); }
.waitlist__box .section__title { color: var(--white); }
.waitlist__box .section__lead { color: rgba(223, 235, 252, .9); }
.waitlist__line {
  display: flex; align-items: center; justify-content: center;
  gap: 28px; margin-top: 36px; flex-wrap: wrap;
}
.waitlist__line-btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 700; font-size: 17px;
  color: var(--white);
  background: #06c755;
  padding: 18px 36px; border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.waitlist__line-btn:hover { transform: translateY(-3px); background: #05b34c; box-shadow: 0 14px 34px rgba(0, 0, 0, .3); }
.waitlist__line-icon {
  font-family: var(--font-head); font-weight: 900; font-size: 12px;
  letter-spacing: .04em;
  background: var(--white); color: #06c755;
  border-radius: 8px; padding: 5px 8px;
}
.waitlist__qr {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, .12);
  border-radius: 18px; padding: 12px 16px;
}
.waitlist__qr img { border-radius: 10px; background: var(--white); padding: 4px; }
.waitlist__qr p {
  font-size: 12px; color: rgba(223, 235, 252, .85);
  line-height: 1.7; text-align: left;
}
.waitlist__note { margin-top: 22px; font-size: 12px; color: rgba(223, 235, 252, .7); }

/* ============ フッター ============ */
.footer { background: var(--white); padding: 56px 0 46px; }
.footer__inner {
  max-width: 1120px; margin: 0 auto; padding: 0 24px;
  text-align: center;
}
/* ロゴマーク(キャラクター)のみシルエット + ロゴタイプはカラー */
.footer__logo {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin: 0 auto 10px;
}
.footer__mark {
  width: 58px; height: 58px; flex-shrink: 0;
  background-color: var(--navy-2);
  -webkit-mask-image: url("../assets/logomark-color.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../assets/logomark-color.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.footer__logotype { width: 200px; height: auto; }
.footer__tease { font-size: 12px; color: #9aa7c4; margin-bottom: 16px; }
.footer__org { font-size: 13.5px; color: var(--text-sub); margin-bottom: 6px; }
.footer__copy { font-size: 12px; color: #9aa7c4; }

/* ============ ヒーローCTA ============ */
.hero__sub {
  font-size: 13px; color: var(--text-sub);
  margin-top: 6px; letter-spacing: .04em;
}
.hero__cta {
  display: inline-block; margin-top: 22px;
  font-family: var(--font-head); font-weight: 700; font-size: 17px;
  color: var(--white); background: var(--blue);
  border: none; cursor: pointer;
  padding: 17px 44px; border-radius: 999px;
  box-shadow: 0 10px 28px rgba(27, 68, 228, .35);
  transition: transform .2s, box-shadow .2s;
}
.hero__cta:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(27, 68, 228, .42); }
.hero__note { margin-top: 12px; font-size: 12px; color: var(--text-sub); }
.hero__count {
  margin-top: 20px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 14px; color: var(--navy);
}
.hero__count strong { color: var(--blue); }

/* ============ 未確認Guu! ポッド ============ */
.pod { width: min(250px, 60vw); margin: 0 auto; }
.pod__svg { width: 100%; height: auto; overflow: visible; }
.pod__glow {
  animation: podPulse 5.2s ease-in-out infinite;
  transform-origin: 120px 150px;
  transform-box: view-box;
}
.pod__being {
  animation: podDrift 10s ease-in-out infinite;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
  transform-box: view-box;
}
.pod--shy .pod__being { transform: translateY(74px); }
.pod__eyes {
  opacity: 0;
  animation: podEyes 17s ease-in-out infinite;
}
.pod--shy .pod__eyes { animation: none; opacity: 0; }
@keyframes podPulse {
  0%, 100% { opacity: .5; transform: scale(.97); }
  50% { opacity: .75; transform: scale(1.03); }
}
@keyframes podDrift {
  0%, 46%, 66%, 100% { transform: translateX(0); }
  52% { transform: translateX(-3px); }
  60% { transform: translateX(2px); }
}
@keyframes podEyes {
  0%, 70% { opacity: 0; transform: translateX(0); }
  72%, 84% { opacity: 1; }
  76% { transform: translateX(-4px); }
  81% { transform: translateX(4px); }
  85.5% { opacity: 0; }
  87% { opacity: 1; }
  89%, 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .pod__glow, .pod__being, .pod__eyes { animation: none !important; }
  .pod__eyes { opacity: .9; }
}

/* ============ スクロールストーリー ============ */
.story { background: var(--navy); }
.story__pin { height: 100svh; overflow: hidden; }
.story__stage {
  position: relative; height: 100%;
  display: grid; place-items: center;
}
.story__svg {
  width: min(520px, 86vw); height: auto;
  overflow: visible;
}
.story__hole { fill: #050f2b; }
.s-frag { fill: var(--white); opacity: .96; }
.story__shell { fill: var(--white); }
.story__spot { fill: var(--ice); }
.story__spot--lime { fill: var(--lime); opacity: .6; }
.story__crack {
  fill: none; stroke: var(--navy-2); stroke-width: 7;
  stroke-linecap: round; stroke-linejoin: round;
}
.story__sil path, .story__sil circle, .story__sil rect { fill: #16295e; }
.story__eye { fill: var(--ice) !important; }
.story__spark .spark__mark { stroke: var(--lime); stroke-width: 32; stroke-linecap: round; fill: none; }
.story__spark .spark__dot { fill: var(--lime); }
.story__spark .spark__ray { stroke: var(--lime); stroke-width: 14; stroke-linecap: round; fill: none; opacity: .8; }
.story__captions {
  position: absolute; left: 0; right: 0; bottom: 9%;
  text-align: center; pointer-events: none;
}
.story__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(18px, 3vw, 26px); line-height: 1.8;
  color: var(--ice); letter-spacing: .06em;
}
/* GSAP非対応・モーション軽減時の静的表示 */
.story--static .story__pin { height: auto; padding: 90px 0; }
.story--static .s-frag, .story--static .story__egg { display: none; }
.story--static .story__cap { position: static; opacity: 1 !important; }
.story--static .story__cap--1, .story--static .story__cap--2 { display: none; }

/* ============ チームティザー ============ */
.team { padding: 110px 0 100px; background: var(--white); }
.team .section__inner { text-align: center; }
.team__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 26px; max-width: 780px; margin: 48px auto 0; text-align: left;
}
.team__col {
  background: var(--bg);
  border: 1.5px solid rgba(27, 68, 228, .12);
  border-radius: var(--radius-l); padding: 30px 30px 24px;
}
.team__head {
  font-family: var(--font-head); font-weight: 900;
  font-size: 19px; color: var(--navy); margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.team__soon {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  color: var(--blue); background: rgba(27, 68, 228, .1);
  border-radius: 999px; padding: 4px 12px;
}
.team__soon--live { color: #5a7d0e; background: rgba(176, 216, 69, .3); }
.team__list { list-style: none; display: grid; gap: 12px; }
.team__list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--text);
}
.team__n {
  font-family: var(--font-head); font-weight: 900; font-size: 13px;
  color: var(--navy); background: var(--lime);
  border-radius: 999px; padding: 4px 0; width: 52px; text-align: center;
  flex-shrink: 0;
}
.team__note { margin-top: 26px; font-size: 12.5px; color: var(--text-sub); }

/* ============ 法人向け ============ */
.corp { padding: 0 0 110px; }
.corp__box {
  display: flex; align-items: center; gap: 40px;
  background: var(--white);
  border: 1.5px solid rgba(8, 29, 77, .1);
  border-radius: var(--radius-l); padding: 44px 48px;
  box-shadow: var(--shadow-card);
  text-align: left;
}
.corp__title {
  font-family: var(--font-head); font-weight: 900;
  font-size: 22px; color: var(--navy); margin-bottom: 10px;
}
.corp__text { font-size: 14px; color: var(--text-sub); }
.corp__box--form { display: block; text-align: left; }
.corp__form { display: grid; gap: 10px; margin-top: 24px; }
.corp__row { display: flex; gap: 10px; flex-wrap: wrap; }
.corp__row .corp__input { flex: 1; }
.corp__input--memo {
  width: 100%; resize: vertical; border-radius: 18px;
  font-family: var(--font-body); line-height: 1.7;
}
.corp__submit { justify-self: start; }
.corp__input {
  flex: 1; min-width: 180px;
  font-family: var(--font-body); font-size: 14.5px;
  padding: 14px 20px; border-radius: 999px;
  border: 1.5px solid rgba(8, 29, 77, .18); outline: none;
  background: var(--bg); color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.corp__input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27, 68, 228, .12); }
.corp__input.is-error { border-color: #e0526e; box-shadow: 0 0 0 4px rgba(224, 82, 110, .12); }
.corp__submit {
  font-family: var(--font-head); font-weight: 700; font-size: 14.5px;
  color: var(--white); background: var(--navy);
  border: none; cursor: pointer;
  padding: 14px 28px; border-radius: 999px;
  transition: transform .2s, background .2s;
  white-space: nowrap;
}
.corp__submit:hover { transform: translateY(-2px); background: #12306e; }
.corp__note { margin-top: 14px; font-size: 12px; color: #9aa7c4; }
.corp__done {
  margin-top: 16px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 14.5px; color: var(--blue);
}

/* ============ 診断モーダル ============ */
.diag { position: fixed; inset: 0; z-index: 200; }
.diag__overlay {
  position: absolute; inset: 0;
  background: rgba(8, 29, 77, .55);
  backdrop-filter: blur(6px);
}
.diag__panel {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100vw - 32px));
  max-height: min(720px, calc(100svh - 40px));
  overflow-y: auto;
  background: var(--white);
  border-radius: 30px;
  padding: 54px 38px 38px;
  box-shadow: 0 30px 80px rgba(8, 29, 77, .35);
  animation: diagIn .35s cubic-bezier(.2, 1.2, .4, 1);
}
@keyframes diagIn {
  from { transform: translate(-50%, -46%); opacity: 0; }
  to { transform: translate(-50%, -50%); opacity: 1; }
}
.diag__close {
  position: absolute; top: 16px; right: 16px;
  width: 38px; height: 38px; border-radius: 50%;
  border: none; background: var(--bg); cursor: pointer;
}
.diag__close::before, .diag__close::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 16px; height: 2.5px; border-radius: 2px;
  background: var(--navy);
}
.diag__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.diag__close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.diag__progress { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.diag__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(27, 68, 228, .15);
  transition: background .3s;
}
.diag__dot.is-on { background: var(--blue); }
.diag__count {
  margin-left: auto;
  font-family: var(--font-head); font-weight: 700;
  font-size: 12px; letter-spacing: .12em; color: var(--text-sub);
}
.diag__q {
  font-family: var(--font-head); font-weight: 900;
  font-size: 20px; line-height: 1.7; color: var(--navy);
  margin-bottom: 22px;
}
.diag__opts { display: grid; gap: 12px; }
.diag__opt {
  text-align: left;
  font-family: var(--font-body); font-size: 14.5px; line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  border: 2px solid transparent;
  border-radius: 16px; padding: 15px 18px;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .15s;
}
.diag__opt:hover { border-color: rgba(27, 68, 228, .4); transform: translateY(-1px); }
.diag__opt.is-chosen { border-color: var(--blue); background: rgba(27, 68, 228, .06); }
.diag__nav { display: flex; justify-content: flex-start; margin-top: 18px; }
.diag__back {
  font-family: var(--font-head); font-weight: 700; font-size: 13px;
  color: var(--text-sub); background: none; border: none; cursor: pointer;
  padding: 8px 4px;
}
.diag__back::before { content: "← "; }

.diag__hatch { text-align: center; padding: 30px 0 40px; }
.diag__hatch-egg { animation: hatchShake .5s ease-in-out infinite; display: inline-block; }
@keyframes hatchShake {
  0%, 100% { transform: rotate(0); }
  30% { transform: rotate(-5deg); }
  70% { transform: rotate(4deg); }
}
.diag__hatch-text {
  margin-top: 18px;
  font-family: var(--font-head); font-weight: 700;
  color: var(--text-sub); font-size: 14px;
}

.diag__result { text-align: center; }
.diag__result-kicker {
  font-family: var(--font-head); font-weight: 700;
  font-size: 12px; letter-spacing: .3em; color: var(--blue);
  margin-bottom: 8px;
}
.diag__result-egg { animation: resultPop .5s cubic-bezier(.2, 1.6, .4, 1); }
@keyframes resultPop {
  from { transform: scale(.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.diag__result-name {
  font-family: var(--font-head); font-weight: 900;
  font-size: 26px; color: var(--navy); margin: 6px 0 8px;
}
.diag__result-desc { font-size: 14px; color: var(--text-sub); margin-bottom: 20px; }
.diag__result-box {
  text-align: left;
  background: var(--bg); border-radius: 16px;
  padding: 16px 20px; margin-bottom: 10px;
}
.diag__result-box h4 {
  font-family: var(--font-head); font-weight: 700;
  font-size: 12.5px; letter-spacing: .18em; color: var(--blue);
  margin-bottom: 6px;
}
.diag__result-box ul { list-style: none; }
.diag__result-box li { font-size: 14px; padding-left: 1.2em; position: relative; }
.diag__result-box li::before {
  content: ""; position: absolute; left: 2px; top: .62em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--lime);
}
.diag__result-box p { font-size: 14px; }
.diag__result-box--care h4 { color: #c98a08; }
.diag__result-box--scene h4 { color: var(--navy); }
.diag__axes { margin: 18px 0 6px; display: grid; gap: 8px; }
.diag__axis { display: flex; align-items: center; gap: 12px; }
.diag__axis-label {
  font-family: var(--font-head); font-weight: 700;
  font-size: 12px; color: var(--text-sub);
  width: 64px; text-align: right; flex-shrink: 0;
}
.diag__axis-bar {
  flex: 1; height: 9px; border-radius: 5px;
  background: rgba(27, 68, 228, .1); overflow: hidden;
}
.diag__axis-fill {
  display: block; height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--blue), #5f82ff);
  animation: axisGrow .8s cubic-bezier(.2, .8, .3, 1) both;
}
@keyframes axisGrow { from { width: 0 !important; } }

.diag__share {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 18px 0 14px;
}
.diag__share-btn {
  font-family: var(--font-head); font-weight: 700; font-size: 12.5px;
  color: var(--navy); background: var(--white);
  border: 1.5px solid rgba(8, 29, 77, .2);
  border-radius: 999px; padding: 9px 16px; cursor: pointer;
  transition: border-color .2s, background .2s;
}
.diag__share-btn:hover { border-color: var(--blue); background: rgba(27, 68, 228, .05); }
.diag__share-btn--img { border-color: var(--lime); background: rgba(176, 216, 69, .15); }
.diag__register {
  display: block;
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  color: var(--white); background: var(--blue);
  border-radius: 999px; padding: 15px 20px;
  margin-bottom: 10px;
  box-shadow: 0 8px 22px rgba(27, 68, 228, .3);
  transition: transform .2s;
}
.diag__register:hover { transform: translateY(-2px); }
.diag__retry {
  font-family: var(--font-head); font-weight: 700; font-size: 12.5px;
  color: var(--text-sub); background: none; border: none; cursor: pointer;
  padding: 6px; margin-bottom: 8px;
}
.diag__disclaimer {
  font-size: 11px; color: #9aa7c4; line-height: 1.8;
  border-top: 1px solid rgba(8, 29, 77, .08);
  padding-top: 14px; margin-top: 6px;
}
.diag__toast {
  position: fixed; left: 50%; bottom: 36px; z-index: 300;
  transform: translateX(-50%) translateY(16px);
  background: var(--navy); color: var(--white);
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px;
  padding: 12px 26px; border-radius: 999px;
  opacity: 0; transition: opacity .3s, transform .3s;
  box-shadow: 0 10px 30px rgba(8, 29, 77, .35);
}
.diag__toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============ フッター追加 ============ */
.footer__tagline {
  font-family: var(--font-head); font-weight: 700;
  font-size: 15px; color: var(--navy);
  letter-spacing: .1em; margin-bottom: 18px;
}
.footer__links { margin-bottom: 8px; }
.footer__links a {
  font-size: 13px; color: var(--blue);
  text-decoration: underline; text-underline-offset: 3px;
}
.footer__disclaimer { font-size: 11px; color: #9aa7c4; margin-bottom: 10px; }

/* ============ リビール ============ */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .3, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============ レスポンシブ ============ */
@media (max-width: 960px) {
  .about__cards { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .exam__grid { grid-template-columns: 1fr; gap: 48px; }
  .secret__stages { flex-direction: column; align-items: center; }
  .stage { width: min(340px, 100%); }
  .stage__arrow { transform: rotate(90deg); }
}
@media (max-width: 720px) {
  .header__logotype { width: 120px; }
  .waitlist__box { padding: 56px 24px; border-radius: 28px; }
  .waitlist__form { flex-direction: column; }
  .waitlist__submit { width: 100%; }
  .about, .exam, .secret, .team { padding-top: 80px; padding-bottom: 88px; }
  .team__grid { grid-template-columns: 1fr; }
  .corp__box { flex-direction: column; text-align: center; padding: 36px 26px; gap: 22px; }
  .corp__box > div { text-align: left; }
  .diag__panel { padding: 50px 22px 28px; border-radius: 22px; }
  .diag__q { font-size: 17.5px; }
}

/* ============ モーション配慮 ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .15s !important;
  }
  html { scroll-behavior: auto; }
}
