:root {
  --bg: #050505;
  --bg-alt: #131313;
  --surface: #111111;
  --surface-soft: #ededed;
  --text: #f6f3ef;
  --text-dark: #121212;
  --muted: rgba(246, 243, 239, 0.72);
  --accent: #ff8a3d;
  --accent-strong: #ffcb5b;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.38);
  --max-width: 1120px;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: #000;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

main {
  display: block;
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  margin: 0;
  min-height: 100svh;
  padding: 0 16px 0;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background: url("../images/mainvisual.webp") no-repeat center/cover;
  pointer-events: none;
}

.hero__backdrop::before,
.hero__backdrop::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30vw;
  min-width: 180px;
  height: 30vh;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2), rgba(90, 12, 8, 0.06) 55%, transparent 72%);
  filter: blur(14px);
  opacity: 0.65;
}

.hero__backdrop::before {
  left: 0;
}

.hero__backdrop::after {
  right: 0;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  margin: 0 auto;
  min-height: 100%;
}

.hero__poster {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 32px 70px;
  text-align: center;
}

.hero__eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
}

.hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 40px;
}

.hero__title-image {
  width: 100%;
  margin: 0 auto;
}

.hero__date {
  position: relative;
  z-index: 1;
  margin: 26px 0 24px;
}

.hero__date-image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 170px;
}

.hero__copy {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.hero__copy-stack {
  transform: translateY(220px);
}

.hero__copy-image {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.hero__read-sentence-sp {
  display: none;
}

.hero__logo-cluster {
  position: relative;
  width: min(100%, 1120px);
  min-height: 985px;
  margin: 18px auto 0;
}

.hero__logo-cluster--sp {
  display: none;
}

.hero__side-logos {
  position: absolute;
  inset: -350px 0 0;
  pointer-events: none;
}

.hero__side-logo {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 200px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.32));
}

.hero__side-logo--left-1 {
  top: 0;
  left: -176px;
  width: min(16vw, 170px);
}

.hero__side-logo--left-2 {
  top: 168px;
  left: -108px;
  width: min(15vw, 150px);
}

.hero__side-logo--left-3 {
  top: 392px;
  left: -194px;
  width: min(14vw, 150px);
}

.hero__side-logo--left-4 {
  top: 640px;
  left: -132px;
  width: min(18vw, 220px);
}

.hero__side-logo--left-5 {
  top: 864px;
  left: -182px;
  width: min(15vw, 180px);
}

.hero__side-logo--right-1 {
  top: 0;
  right: -176px;
  width: min(16vw, 170px);
}

.hero__side-logo--right-2 {
  top: 296px;
  right: -220px;
  width: min(12vw, 120px);
}

.hero__side-logo--right-3 {
  top: 566px;
  right: -170px;
  width: min(13vw, 130px);
}

.hero__side-logo--right-4 {
  top: 870px;
  right: -266px;
  width: min(18vw, 220px);
}

.hero__panel-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 84px 1fr 84px;
  gap: 10px;
  align-items: end;
  margin-top: 28px;
}

.hero__mini-panel {
  display: grid;
  place-items: center;
  min-height: 58px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}

.hero__mini-panel--center {
  min-height: 92px;
  background: linear-gradient(180deg, rgba(255, 214, 124, 0.34), rgba(255, 255, 255, 0.06)), linear-gradient(180deg, rgba(255, 244, 202, 0.2), rgba(73, 17, 8, 0.86));
  border: 1px solid rgba(255, 194, 118, 0.42);
}

.hero__league-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 860px);
  margin: 24px auto 0;
}

.league-badge {
  display: grid;
  place-items: center;
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 60%), linear-gradient(180deg, rgba(255, 140, 66, 0.18), rgba(14, 14, 14, 0.95));
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.hero__org-stack {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  margin: 32px auto 0;
  transform: translateY(120px);
}

.hero__org-stack-image {
  width: 100%;
}

.news-section {
  background: #f4f1ec;
  color: var(--text-dark);
}

.news-section__inner {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  padding: 66px 0;
  text-align: center;
}

.news-section__text {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: serif;
  letter-spacing: 0.05em;
}

.news-section__text br {
  display: none;
}

.news-section__card {
  width: 100%;
  max-width: 970px;
  height: 275px;
  margin: 18px auto 0;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.06), rgba(18, 18, 18, 0.12)), #dddddd;
}

.section {
  padding: 268px 16px 128px;
}

.section-2 {
  padding: 260px 16px 160px;
}

.section--dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgb(0, 0, 0)), url("../images/event_bg.webp") no-repeat center/cover;
  background-size: cover;
  background-position: center;
}

.section--light {
  background: var(--surface-soft);
  color: var(--text-dark);
}

.section__header {
  width: calc(100% - 20px);
  max-width: 1190px;
  margin: 0 auto 120px;
  padding-bottom: 56px;
  border-bottom: 1px solid white;
}

.section__header--light {
  border-color: rgba(18, 18, 18, 0.18);
}

.section__label {
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.detail-list {
  display: grid;
  gap: 20px;
  width: min(100%, 560px);
  margin: 0 auto 120px;
}

.detail-list__item {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.detail-list__item dt {
  width: calc(100% - 20px);
  max-width: 760px;
  padding: 4px 14px;
  background: #fff;
  color: #111;
  font-family: serif;
  font-size: 1.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.detail-list__item dd {
  font-size: clamp(1.5rem, 3.8vw, 1.95rem);
  font-weight: 500;
  letter-spacing: 0.075em;
}

.section--organizations {
  padding-top: 48px;
}

.org-list {
  display: grid;
  gap: 10px;
  width: calc(100% - 40px);
  max-width: 760px;
  text-align: center;
  margin: 0 auto 20px;
}

.org-list--items li {
  width: 100%;
  background: url("../images/flame.webp") no-repeat center/100% 100%;
  list-style-type: none;
  margin: 40px 0;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
}

.org-list--items li:first-child {
  margin-top: 0;
}

.org-list-noto {
  text-align: center;
}

.org-note {
  margin: 18px auto 60px;
  width: calc(100% - 20px);
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.org-badges {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: calc(100% - 20px);
  margin: 28px auto 0;
}

.org-badges__item {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.split-card,
.about-grid {
  width: calc(100% - 20px);
  max-width: 1190px;
  margin: 0 auto 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-grid {
  flex-direction: row;
  align-items: start;
}

p.split-card__body {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: serif;
  line-height: 2;
  text-align: left;
  margin-bottom: 140px;
}

.split-card__image {
  width: 80%;
  margin: 0 auto;
  max-width: 780px;
  padding: 20px 0;
  border-top: 10px solid #cb2937;
  border-bottom: 10px solid #cb2937;
}

.about-flex__text {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.placeholder-media {
  width: 50%;
}

.section--about {
  padding-top: 0;
}

.section--light--1 .section__title img {
  width: 70%;
}

.cta-section {
  position: relative;
  padding: 168px 16px 96px;
  background: url("../images/cta_bg.webp") no-repeat center/cover;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.18), transparent 2%), radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.22), transparent 1.8%), radial-gradient(circle at 40% 16%, rgba(255, 255, 255, 0.2), transparent 1.6%), radial-gradient(circle at 62% 14%, rgba(255, 255, 255, 0.18), transparent 1.8%), radial-gradient(circle at 82% 19%, rgba(255, 255, 255, 0.24), transparent 1.7%);
  opacity: 0.5;
  pointer-events: none;
}

.cta-section__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 8px, 920px);
  margin: 0 auto;
  text-align: center;
}

.cta-section__catch {
  color: #bf9e48;
  font-size: clamp(1.2rem, 4vw, 3rem);
  font-weight: 700;
}

.cta-section__title {
  margin-top: 14px;
  margin-bottom: 100px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.35;
}

.cta-section__lead {
  display: inline-block;
  padding: 10px 16px;
  background: rgb(255, 255, 255);
  color: #111;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cta-section__lead-sub {
  margin-top: 0;
  margin-bottom: 48px;
  padding: 8px 14px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: serif;
  letter-spacing: 0.08em;
}

.cta-card__image {
  width: calc(100% - 40px);
  max-width: 1020px;
  margin: 0 auto;
  border: 2px solid #fff;
  margin-bottom: 70px;
}

.cta-card__image--text {
  display: none;
  border: none;
}

.cta-card__image--banner:hover {
  box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.cta-button {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #bf9e48;
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
}

.cta-button span {
  position: relative;
  display: block;
  padding: 14px 50px;
  background: #000;
  transition: all 0.3s ease;
  clip-path: polygon(8.5% 1px, 91.5% 1px, calc(100% - 1px) 50%, 91.5% calc(100% - 1px), 8.5% calc(100% - 1px), 1px 50%);
}

.cta-button:hover {
  background: #111;
}

.cta-button span:hover {
  background: linear-gradient(90deg, #bf9e48, #ffcb5b, #bf9e48);
  transition: all 0.3s ease;
}

.site-footer {
  background: linear-gradient(180deg, #414141, #222222);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__inner {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  padding: 28px 0 36px;
  text-align: center;
}

.site-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.site-footer__brand {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.site-footer__logo img {
  width: auto;
  height: 48px;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 24px 0 12px;
  font-size: 0.78rem;
  color: var(--muted);
  list-style: none;
}

.site-footer__item::after {
  content: "|";
  margin-left: 24px;
  color: var(--surface-soft);
}

.site-footer small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
}

.site-footer__links a {
  color: var(--surface-soft);
}/*# sourceMappingURL=style.css.map */