/* Shared public theme. Existing content, controls and data integrations are retained. */
:root {
  --bg:#f3f9fd; --bg-alt:#fff; --bg-card:#fff;
  --text:#25283d; --text-dim:#586579; --border:#dce8f0;
  --purple:#7132cf; --purple-deep:#5825a8; --purple-light:#7132bf;
  --sky:#2387b5; --sky-soft:#e8f5ff;
}
body { background:var(--bg); }
body > header { background:rgba(255,255,255,.97); border-bottom:1px solid var(--border); box-shadow:0 2px 18px #2b57830b; }
header .logo { background:none; -webkit-text-fill-color:var(--text); color:var(--text); }
header .logo span { -webkit-text-fill-color:var(--purple); color:var(--purple); }
header nav a { color:var(--text-dim); }
header nav a:hover, header nav a.active { color:var(--purple-deep); }
header .menu-toggle { color:var(--purple-deep); border-color:#cbbce4; border-radius:6px; background:#fff; min-height:40px; }
.btn { border-radius:7px; min-height:46px; }
.btn-primary { background:var(--purple); color:#fff; box-shadow:0 5px 16px #7132cf20; }
.btn-primary:hover { background:var(--purple-deep); }
.btn-ghost { color:var(--purple-deep); border-color:#bca7d9; background:#fff; }
.sky-home { max-width:1344px; margin:auto; background:white; }
.sky-home-visual { position:relative; }
.sky-home-photo { display:block; width:100%; height:auto; }
.sky-home-copy { position:absolute; top:4%; left:4.3%; color:#fff; }
.sky-home-eyebrow { font-size:clamp(.75rem,1.15vw,.875rem); letter-spacing:.15em; font-weight:700; margin:0 0 18px; }
.sky-home h1 { font-family:Arial,Helvetica,sans-serif; font-size:clamp(4.6rem,8.5vw,7.3rem); line-height:.94; letter-spacing:.01em; font-weight:900; margin:0; }
.sky-home h1 span { color:transparent; -webkit-text-stroke:1.7px white; }
.sky-home-catch { font-size:clamp(1.1rem,2.2vw,1.8rem); font-weight:700; line-height:1.6; margin:20px 0 0; }
.sky-mobile-break { display:none; }
.sky-home-contact { display:flex; justify-content:space-between; align-items:center; gap:24px; padding:28px 4%; }
.sky-home-contact strong { font-size:1rem; }
.sky-home-contact p { font-size:.875rem; color:var(--text-dim); margin-top:6px; }
.sky-home-actions { display:flex; gap:12px; flex-shrink:0; }
.sky-home-actions .btn { display:flex; align-items:center; justify-content:center; font-size:.875rem; padding:14px 20px; text-align:center; }
body .f-hero, body .page-hero { background:linear-gradient(90deg,rgba(246,252,255,.97),rgba(239,249,255,.78) 58%,rgba(230,247,255,.12)),url('images/sky-background.webp') center 45% / cover; border-bottom:1px solid #cee4f3; padding-top:65px; padding-bottom:60px; }
body .f-hero h1, body .page-hero h1 { color:#253450; }
body .f-hero h1 .accent, body .page-hero h1 .gradient { background:none; -webkit-text-fill-color:var(--purple); color:var(--purple); }
body .f-hero .eyebrow { color:var(--purple-deep); border-color:#cdb9e9; background:#ffffffc9; border-radius:4px; font-size:.75rem; }
body .f-hero .jp-title { color:var(--text); margin-top:14px; }
body .f-hero .sub, body .page-hero p { color:var(--text-dim); line-height:1.9; }
body .f-hero .btn-ghost { color:var(--purple-deep); border-color:#bca7d9; background:#fff; }
body .f-card { border-radius:12px; box-shadow:0 6px 24px #2554870a; }
body .f-card-head { color:#fff; background:linear-gradient(110deg,#5c32a5,#316999); font-size:.875rem; }
body .f-card-head .jp { color:#f1efff; font-size:.75rem; }
.sec-head .en::before { background:linear-gradient(#299acf,#7132cf); }
.sec-head .more, .sec-head .jp { font-size:.875rem; }
.vision-card, .tile, .benefit-card, .sponsor-step, .init-card, .rec-stat { border-radius:12px; }
body .f-band, body .vision-band { background:#eaf6fd; border-color:#d7eaf5; }
body .cta-section { background:linear-gradient(120deg,#edf8ff,#f5f0ff); border-top:1px solid #dbe7f2; }
body .cta-section h2 { color:var(--text); }
body .cta-section .gradient { background:none; -webkit-text-fill-color:var(--purple); color:var(--purple); }
body footer { background:white; border-top:1px solid var(--border); padding-bottom:100px; color:var(--text-dim); }
body .foot-logo { color:var(--purple-deep); }
body .sponsor-summary { background:#eaf5fd; color:var(--text); border-color:var(--border); }
body .sponsor-summary-item { border-color:#c9ddec; }
body .sponsor-summary-item strong { color:var(--purple-deep); }
body .sponsor-summary-item span { color:var(--text-dim); font-size:.875rem; }
body .sonen-strip { background:#edf3fc; border-color:#d2deee; }
body .sonen-copy { color:var(--text); }
body .sonen-label, body .sonen-days b { color:var(--purple-deep); }
body .sonen-label { border-color:#bba5dd; font-size:.75rem; }
body .banner { border-radius:9px; }
body .banner.b1, body .banner.b3 { background:linear-gradient(120deg,#4669bb,#7332c0); }
body .banner.b2, body .banner.b4 { background:linear-gradient(120deg,#167ca6,#376496); }
body .banner.b5 { background:linear-gradient(120deg,#695096,#7b38b9); }
body .banner .b-jp { color:white; }
body .carousel { background:#eaf5fd; }
body .slide.s-champ { background:linear-gradient(110deg,#f9f6ea,#eaf6ff); }
body .slide.s-pv { background:linear-gradient(110deg,#f1edfb,#e9f5fd); }
body .slide.s-recruit { background:linear-gradient(110deg,#e8f7ff,#f6f5ff); }
body .slide h2 { color:var(--text); }
body .slide h2 .accent { background:none; -webkit-text-fill-color:var(--purple-deep); }
body .slide.s-champ h2 .accent { background:none; -webkit-text-fill-color:#806017; }
body .slide p, body .slide .kicker { color:var(--text-dim); }
body .slide .btn-ghost { color:var(--purple-deep); background:white; border-color:#baa6d8; }
body .car-btn, body .car-autoplay { background:#fff; color:var(--purple-deep); border-color:#bca7d9; }
body .car-dot::before { background:#9eaec0; }
body .car-dot.active::before { background:var(--purple); }
body .car-dot:focus-visible, body .car-autoplay:focus-visible { outline-color:var(--purple); }
@media (max-width:1100px) {
  header nav ul { background:#f7fbff; border-color:var(--border); }
  header nav a { min-height:44px; display:flex; align-items:center; }
  .sky-home-contact { flex-direction:column; text-align:center; gap:20px; }
}
@media (max-width:600px) {
  .sky-home-photo { aspect-ratio:1344 / 1477; }
  .sky-home-copy { top:6.1%; left:5.9%; }
  .sky-home-eyebrow { font-size:.75rem; letter-spacing:.07em; margin-bottom:16px; }
  .sky-home h1 { font-size:clamp(3rem,15.6vw,5.85rem); line-height:.98; }
  .sky-home-catch { font-size:clamp(1rem,4.6vw,1.6rem); margin-top:17px; line-height:1.55; }
  .sky-mobile-break { display:block; }
  .sky-home-contact { padding:22px 20px 26px; }
  .sky-home-contact strong { font-size:.9375rem; }
  .sky-home-actions { flex-direction:column; width:100%; gap:10px; }
  .sky-home-actions .btn { min-height:50px; }
  body .f-hero, body .page-hero { padding:42px 18px; background-position:60% center; }
  .sec-head .ttl { flex-wrap:wrap; gap:6px 12px; }
}

body .slide.s-champ .kicker { color:#765719; border-color:#c5ab66; }
body .slide .kicker { font-size:.75rem; }
body .slide .btn { font-size:.875rem; }

/* ===== 選手成績への導線（roster.html / index.html 共通） =====
   MENU「成績」・ロスター上部の大ボタン・トップのレール内ボタンで共有する。 */
.stats-cta {
  display: flex; align-items: center; gap: 14px;
  width: 100%; min-height: 64px; padding: 13px 18px;
  border-radius: 14px; text-decoration: none;
  background: linear-gradient(118deg, #5825a8 0%, #7132cf 52%, #8b46d6 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgba(88,37,168,.28);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.stats-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(88,37,168,.34); filter: brightness(1.05); }
.stats-cta:active { transform: translateY(2px) scale(.99); box-shadow: 0 3px 10px rgba(88,37,168,.3); filter: brightness(.96); }
.stats-cta:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.stats-cta-icon {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; background: rgba(255,255,255,.18);
}
.stats-cta-text { flex: 1; min-width: 0; }
.stats-cta-main { display: block; font-size: 1.06rem; font-weight: 800; letter-spacing: .04em; line-height: 1.35; color: #fff; }
.stats-cta-sub { display: block; margin-top: 3px; font-size: .72rem; font-weight: 600; line-height: 1.45; letter-spacing: .02em; color: rgba(255,255,255,.86); }
.stats-cta-arrow { flex-shrink: 0; font-size: 1.05rem; font-weight: 800; opacity: .9; transition: transform .18s ease; }
.stats-cta:hover .stats-cta-arrow { transform: translateX(3px); }

/* レール内など幅の狭い場所向け */
.stats-cta.compact { min-height: 56px; padding: 11px 14px; gap: 11px; border-radius: 12px; }
.stats-cta.compact .stats-cta-icon { width: 34px; height: 34px; border-radius: 9px; font-size: 1.05rem; }
.stats-cta.compact .stats-cta-main { font-size: .95rem; }
.stats-cta.compact .stats-cta-sub { font-size: .68rem; }

@media (max-width: 400px) {
  .stats-cta { gap: 11px; padding: 12px 14px; }
  .stats-cta-main { font-size: 1rem; }
  .stats-cta-sub { font-size: .69rem; }
}
@media (prefers-reduced-motion: reduce) {
  .stats-cta, .stats-cta-arrow { transition: none; }
  .stats-cta:hover { transform: none; }
}
