@charset "UTF-8";

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #16324f;
  background: #eef7ff;
  line-height: 1.7;
}

a { color: inherit; }

.site-header {
  background: linear-gradient(135deg, #004ea2, #0087d7);
  color: #fff;
  text-align: center;
  padding: 18px 14px 16px;
}

.header-inner { max-width: 980px; margin: 0 auto; }

.team-type {
  margin: 0 0 4px;
  font-size: 13px;
  opacity: .95;
}

.site-header h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: .04em;
  line-height: 1.15;
}

.tagline {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 18px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  padding: 11px 4px;
  border-right: 1px solid #e6eef5;
}

main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 14px 90px;
}

.hero {
  margin: 18px 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,83,170,.16);
}

.hero-photo {
  min-height: 360px;
  background-image: url("2026052324-3.jpg");
  background-size: cover;
  background-position: center top;
}

.hero-panel {
  padding: 22px 18px 24px;
  text-align: center;
}

.badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  color: #003b73;
  background: #ffdf45;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.hero h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.35;
  color: #004ea2;
}

.lead {
  margin: 14px 0 18px;
  font-size: 16px;
  font-weight: 700;
}

.cta-row {
  display: grid;
  gap: 10px;
}

.primary-button,
.secondary-button,
.two-buttons a {
  display: block;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.primary-button {
  background: #e60033;
  color: #fff;
  padding: 16px 18px;
  font-size: 19px;
  box-shadow: 0 5px 0 #a80025;
}

.secondary-button {
  background: #fff;
  color: #004ea2;
  padding: 13px 18px;
  border: 2px solid #004ea2;
}

.tel-box {
  margin: 18px 0 0;
  padding: 12px;
  border-radius: 14px;
  background: #f3f9ff;
  font-size: 14px;
}

.tel-box strong {
  font-size: 24px;
  color: #004ea2;
}

.info-card {
  background: #fff;
  margin: 16px 0;
  padding: 20px 16px;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,83,170,.10);
}

.info-card h2 {
  margin: 0 0 14px;
  padding-left: 10px;
  border-left: 6px solid #0087d7;
  font-size: 22px;
  color: #004ea2;
}

.event-grid {
  display: grid;
  gap: 10px;
}

.event-grid div {
  padding: 13px;
  border-radius: 14px;
  background: #f3f9ff;
}

.event-grid span {
  display: block;
  color: #5b7188;
  font-size: 13px;
}

.event-grid strong {
  display: block;
  font-size: 18px;
}

.note { margin-bottom: 0; }

.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 11px 10px 11px 34px;
  border-bottom: 1px solid #e9f1f8;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  top: 10px;
  color: #e60033;
  font-weight: 900;
}

.two-buttons {
  display: grid;
  gap: 10px;
}

.two-buttons h2 { margin-bottom: 4px; }

.two-buttons a {
  background: #eef7ff;
  color: #004ea2;
  padding: 13px;
  border: 1px solid #cfe4f7;
}

.fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  box-shadow: 0 -4px 16px rgba(0,0,0,.12);
}

.fixed-cta a {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 999px;
  background: #e60033;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
}

.latest-game {
  padding: 15px;
  background: #f5f7fa;
}

.latest-game h2 {
  text-align: left;
}

/* カード */
.game-card {
  background: white;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.date {
  color: #666;
  text-align: center;
}

.match {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

.score {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

/* 勝ち負け */
.win { color: red; }
.lose { color: blue; }

/* ボタン */
.detail-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #1e73be;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}

footer {
  background: #004ea2;
  color: #fff;
  text-align: center;
  padding: 26px 14px 88px;
}

footer p { margin: 4px 0; }

@media (min-width: 760px) {
  .hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
  }

  .hero-photo { min-height: 560px; }

  .hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 34px;
  }

  .hero h2 { font-size: 36px; }

  .event-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .site-header h1 { font-size: 29px; }
  .tagline { font-size: 16px; }
  .nav { grid-template-columns: repeat(3, 1fr); }
  .nav a { font-size: 12px; padding: 9px 3px; }
  .hero-photo { min-height: 300px; }
  .hero h2 { font-size: 24px; }
}
