:root {
  --blue: #20248c;
  --deep-blue: #10185f;
  --gold: #b7a052;
  --ink: #20248c;
  --line: #c9c9d8;
  --soft: #f3f3f6;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

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

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

.site-header {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 150px minmax(0, 520px);
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  padding: 10px 0 10px;
}

.header-inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 124px;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  transform: translateX(-50%);
}

.header-title,
.home-mark,
.company-link,
.header-banners {
  position: relative;
  z-index: 1;
}

.header-title {
  align-self: start;
  display: block;
  padding-left: 26px;
  padding-top: 18px;
  transition: opacity 0.2s ease;
}

.header-title:hover,
.header-title:focus-visible {
  opacity: 0.72;
}

.header-title p,
.header-title h1 {
  margin: 0;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-title p {
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  font-weight: 500;
  line-height: 1.12;
}

.header-title h1 {
  margin-top: 6px;
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  font-weight: 500;
  line-height: 1.12;
}

.home-mark {
  display: grid;
  justify-items: center;
  padding: 0 18px;
  background: var(--blue);
  text-align: center;
  transform: translateY(25px);
}

.home-mark img {
  width: 120px;
  filter: brightness(0) invert(1);
}

.company-link {
  align-self: start;
  display: block;
  overflow: hidden;
  margin-top: 0;
  border-radius: 8px;
  aspect-ratio: 1116 / 409;
  transform: translateY(25px);
}

.company-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-banners {
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  width: min(100%, 520px);
  gap: 14px;
  max-width: 100%;
  transform: translateY(25px);
}

.header-banner-link {
  display: block;
  min-width: 0;
  transition: opacity 0.2s ease;
}

.header-banner-link:first-child {
  width: calc(65% - 7px);
}

.header-banner-link:last-child {
  width: calc(35% - 7px);
}

.header-banner-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.header-banner-link:hover,
.header-banner-link:focus-visible {
  opacity: 0.82;
}

.global-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(540px, calc(100% - 48px));
  margin-top: -25px;
  margin-left: calc((100% - min(1360px, calc(100% - 48px))) / 2 + 26px);
  padding: 4px 0 12px;
  gap: 42px;
}

.global-nav a {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  opacity: 0.68;
  transform: translateY(-2px);
}

.global-nav span {
  display: block;
  margin-top: 2px;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

@media (min-width: 1001px) and (max-width: 1300px) {
  .header-inner {
    grid-template-columns: minmax(260px, 1fr) 120px minmax(0, 430px);
    gap: 24px;
  }

  .header-inner::before {
    top: 96px;
  }

  .header-title p,
  .header-title h1 {
    font-size: clamp(1.25rem, 2vw, 1.85rem);
  }

  .home-mark img {
    width: 102px;
  }

  .company-link,
  .header-banners {
    max-width: 430px;
  }

  .global-nav {
    width: min(460px, calc(100% - 48px));
    gap: 28px;
  }

  .global-nav a {
    font-size: 1rem;
  }

  .global-nav span {
    font-size: 0.74rem;
  }
}

.hero {
  overflow: hidden;
}

.hero img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: center;
}

.page-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(38px, 5vw, 78px);
  width: min(1260px, calc(100% - 48px));
  margin: 38px auto 72px;
  align-items: start;
}

.page-grid-sub {
  width: min(1260px, calc(100% - 48px));
  margin-top: 46px;
}

.single-page {
  width: min(1160px, calc(100% - 48px));
  margin: 46px auto 72px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.side-column {
  display: grid;
  gap: 28px;
}

.archive-card {
  border: 2px solid var(--blue);
}

.archive-card h2 {
  margin: 0;
  padding: 10px;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.archive-card h2 span {
  font-size: 0.9rem;
}

.archive-card ul {
  display: grid;
  margin: 0;
  padding: 8px 16px 12px;
  list-style: none;
  gap: 6px;
}

.archive-card li {
  border-bottom: 1px dashed var(--line);
}

.archive-card li:last-child {
  border-bottom: 0;
}

.archive-card a {
  display: block;
  padding: 4px 0 6px 18px;
  color: #111;
  font-size: 0.92rem;
  position: relative;
}

.archive-card a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #111;
  transform: translateY(-50%);
}

.recruit-links,
.sns-links {
  display: grid;
  gap: 10px;
}

.recruit-links a,
.sns-links a,
.youtube-side-banner,
.company-side-banner {
  transition: opacity 0.2s ease;
}

.recruit-links a:hover,
.sns-links a:hover,
.youtube-side-banner:hover,
.company-side-banner:hover {
  opacity: 0.75;
}

.youtube-side-banner,
.company-side-banner {
  display: block;
}

.main-column {
  min-width: 0;
}

.section-heading {
  margin-bottom: 18px;
  padding-left: 22px;
  border-left: 3px solid var(--blue);
}

.section-heading p,
.section-heading h2 {
  margin: 0;
}

.section-heading p {
  font-size: 1rem;
}

.section-heading h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
}

.section-heading-large {
  margin-bottom: 26px;
}

.section-heading-large p,
.section-heading-large h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
}

.news-panel {
  margin-bottom: 44px;
}

.news-list {
  max-height: 150px;
  overflow-y: auto;
  padding: 20px 28px;
  background: var(--soft);
  scrollbar-color: #929292 transparent;
  scrollbar-width: thin;
}

.news-list a {
  display: grid;
  grid-template-columns: 130px 140px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 6px 0 14px;
  border-bottom: 1px dashed var(--line);
  font-size: 1.08rem;
}

.news-list a + a {
  padding-top: 14px;
}

.news-label {
  display: inline-flex;
  min-width: 116px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.game-meta {
  margin: -6px 0 18px 24px;
  font-size: 1.05rem;
}

.score-wrap {
  overflow-x: auto;
  padding-bottom: 4px;
}

.score-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 8px 4px;
  table-layout: auto;
  color: var(--white);
}

.score-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.score-table thead th {
  height: auto;
  padding: 0 8px 2px;
  background: transparent;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.score-table th,
.score-table td {
  min-width: 64px;
  height: 74px;
  background: var(--blue);
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1;
}

.score-table thead th:not(:first-child),
.score-table tbody td {
  width: 64px;
  max-width: 64px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.score-table tbody th {
  width: auto;
  min-width: 150px;
  padding: 0 24px;
  font-size: 1.7rem;
  white-space: nowrap;
}

.home .score-wrap,
.front-page .score-wrap {
  overflow-x: visible;
  padding-bottom: 0;
}

.home .score-table,
.front-page .score-table {
  width: 100%;
  min-width: 0;
  table-layout: auto;
  border-spacing: 6px 4px;
}

.home .score-table th,
.home .score-table td,
.front-page .score-table th,
.front-page .score-table td {
  min-width: 0;
}

.home .score-table thead th,
.front-page .score-table thead th {
  padding-inline: 0;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.home .score-table tbody th,
.front-page .score-table tbody th {
  min-width: 136px;
  width: 136px;
  padding: 0 12px;
  font-size: clamp(1rem, 1.95vw, 1.5rem);
  white-space: nowrap;
}

.home .score-table td,
.front-page .score-table td {
  height: 74px;
  font-size: clamp(1.65rem, 3.2vw, 2rem);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 62px;
  margin-top: 38px;
}

.detail-grid--wide {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-top: 28px;
}

.note-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.note-row:last-child {
  border-bottom: 1px solid var(--line);
}

.note-row h2 {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid var(--blue);
  font-size: 1.1rem;
  line-height: 1.65;
}

.note-row p {
  margin: 0;
  color: #333;
  font-size: 1.03rem;
}

.member-list h2,
.member-scoreboard-section h2,
.rating-section h2 {
  margin: 0 0 14px;
  padding-left: 18px;
  border-left: 3px solid var(--blue);
  font-size: 1.35rem;
}

.member-scoreboard-section {
  margin-top: 34px;
  overflow-x: auto;
}

.member-scoreboard {
  display: inline-flex;
  align-items: stretch;
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--white);
}

.member-scoreboard-item {
  display: grid;
  grid-template-rows: 36px 42px minmax(116px, 1fr);
  justify-items: center;
  min-width: 58px;
  border-right: 1px solid var(--line);
  color: var(--blue);
  text-align: center;
}

.member-scoreboard-order,
.member-scoreboard-position {
  display: grid;
  place-items: center;
  width: 100%;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  line-height: 1;
}

.member-scoreboard-position {
  font-size: 1.05rem;
}

.member-scoreboard-name {
  display: block;
  padding: 8px 8px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
  writing-mode: vertical-rl;
  text-orientation: upright;
  overflow-wrap: anywhere;
}

.member-list table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25rem;
}

.member-list th,
.member-list td {
  border: 1px solid var(--line);
  padding: 7px 12px;
  text-align: left;
}

.member-list th {
  width: 48px;
  text-align: center;
}

.member-list td:first-of-type {
  width: 58px;
  text-align: center;
}

.rating-section {
  margin-top: 40px;
}

.rating-row {
  display: grid;
  grid-template-columns: 160px max-content minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px dashed var(--blue);
  font-size: 1.05rem;
}

.stars {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
}

.stars img {
  width: 26px;
  height: auto;
}

.rating-row em {
  color: #333;
  font-style: normal;
}

.video-section {
  margin-top: 58px;
}

.video-section h2 {
  margin: 0 0 14px;
  padding-left: 18px;
  border-left: 3px solid var(--blue);
  font-size: 1.35rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.video-card {
  display: grid;
  gap: 10px;
  align-content: start;
  width: 100%;
  max-width: 180px;
  justify-self: center;
}

.video-placeholder {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background:
    linear-gradient(rgba(12, 15, 28, 0.38), rgba(12, 15, 28, 0.38)),
    url("../img/mv.jpg") center / cover no-repeat;
}

.video-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-title-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  cursor: pointer;
}

.video-placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
  color: transparent;
  font-size: 0;
  transform: translate(-50%, -50%);
}

.video-placeholder span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid var(--white);
  transform: translate(-50%, -50%);
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9999;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 28, 0.76);
}

.video-modal-dialog {
  position: relative;
  display: grid;
  place-items: center;
  width: min(92vw, 1040px);
  margin: 0 auto;
  z-index: 1;
}

.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.video-modal:has(.is-coming-soon) .video-modal-close {
  display: none;
}

.video-modal-body {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-modal-body iframe,
.video-modal-body video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-body.is-coming-soon {
  display: grid;
  place-items: center;
  width: min(460px, calc(100vw - 48px));
  min-height: 220px;
  aspect-ratio: auto;
  background: transparent;
}

.coming-soon-message {
  width: 100%;
  padding: 38px 32px 32px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  color: var(--blue);
  text-align: center;
}

.coming-soon-message p {
  margin: 0 0 24px;
  font-family: Arial, sans-serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 700;
  line-height: 1.1;
}

.coming-soon-message button {
  min-width: 130px;
  padding: 10px 24px;
  border: 0;
  background: var(--blue);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.coming-soon-message button:hover,
.coming-soon-message button:focus-visible {
  opacity: 0.78;
}

.club-message {
  max-width: 760px;
  margin: 64px 0 0;
  color: var(--blue);
}

.club-message-heading {
  margin-bottom: 34px;
}

.club-message-heading h2 {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid var(--blue);
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  font-weight: 700;
  line-height: 1.25;
}

.club-message-heading p {
  margin: 18px 0 0;
  padding-left: 54px;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.45;
}

.club-message-body {
  padding-left: 54px;
}

.club-message-body p {
  margin: 0 0 2.1em;
  font-size: clamp(0.98rem, 1.35vw, 1.20rem);
  line-height: 2;
}

.club-message-body ul {
  display: grid;
  gap: 0.2em;
  margin: 0.8em 0 2em;
  padding: 0;
  list-style: none;
  font-size: clamp(1.06rem, 1.55vw, 1.48rem);
  font-weight: 700;
  line-height: 1.8;
}

.club-message-body ul + p {
  margin-top: 0.2em;
}

.club-message-banner {
  display: block;
  width: min(560px, 100%);
  margin: 18px auto 0;
  overflow: hidden;
}

.club-message-banner img {
  width: 100%;
  aspect-ratio: 1116 / 409;
  object-fit: cover;
}

.instagram-section {
  margin-top: 88px;
}

.instagram-account + .instagram-account {
  margin-top: 58px;
}

.instagram-lead {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(0.98rem, 1.5vw, 1.38rem);
  font-weight: 700;
  line-height: 1.5;
}

.instagram-account h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  color: var(--blue);
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
}

.instagram-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: transparent;
  font-size: 0;
  background:
    radial-gradient(circle at 70% 20%, #fff 0 6%, transparent 7%),
    radial-gradient(circle at center, transparent 0 35%, #fff 36% 45%, transparent 46%),
    linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 55%, #962fbf 75%, #4f5bd5 100%);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}

.instagram-grid a {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e8e8ef;
}

.instagram-grid a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--white);
  border-radius: 4px;
  box-shadow: 5px -5px 0 -2px var(--white);
}

.instagram-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.instagram-grid a:hover img {
  transform: scale(1.04);
}

.bottom-company-banner {
  display: block;
  margin: 26px 0 0;
  transition: opacity 0.2s ease;
}

.bottom-company-banner:hover {
  opacity: 0.82;
}

.bottom-company-banner img {
  width: 100%;
}

.company-promo-heading {
  margin-top: 100px;
}

.team-data-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed var(--blue);
  color: var(--blue);
  font-size: clamp(1.08rem, 1.3vw, 1.24rem);
}

.team-data-table th,
.team-data-table td {
  padding: 20px 30px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.team-data-table th {
  width: 220px;
  border-right: 1px dashed var(--blue);
  white-space: nowrap;
}

.team-data-table tr:nth-child(even) {
  background: #f1f1f1;
}

.team-data-table p {
  margin: 0 0 0.15em;
}

.team-data-table p:last-child {
  margin-bottom: 0;
}

.team-data .bottom-company-banner {
  margin-top: 72px;
}

.team-gallery {
  margin-top: 88px;
}

.team-gallery-heading {
  text-align: center;
  color: var(--blue);
}

.team-gallery-heading h2,
.team-gallery-heading p {
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
}

.team-gallery-heading h2 {
  font-size: clamp(1.9rem, 3.15vw, 2.85rem);
}

.team-gallery-heading p {
  margin-top: 4px;
  font-size: clamp(1rem, 1.6vw, 1.45rem);
}

.team-gallery-list {
  display: grid;
  gap: 30px;
  width: min(532px, 100%);
  margin: 30px auto 0;
}

.team-gallery-item {
  margin: 0;
}

.team-gallery-item img {
  width: 100%;
}

.achievement-list {
  display: grid;
  gap: 0.15em;
}

.achievement-row {
  display: grid;
  grid-template-columns: 4.2em minmax(0, 1fr);
  column-gap: 0.75em;
  align-items: start;
}

.achievement-year {
  white-space: nowrap;
}

.achievement-text {
  min-width: 0;
}

.achievement-text br {
  display: block;
  content: "";
  margin-top: 0.1em;
}

.achievement-mark {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #d03131;
  text-underline-offset: 0.14em;
}

.back-button {
  display: block;
  width: min(212px, 60%);
  margin: 34px 0 0 auto;
  transition: opacity 0.2s ease;
}

.back-button:hover {
  opacity: 0.75;
}

.result-list-wrap {
  overflow-x: auto;
}

.result-list-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: var(--blue);
  table-layout: fixed;
}

.result-list-table th,
.result-list-table td {
  border: 1px solid #9a9aaa;
  text-align: center;
  vertical-align: middle;
}

.result-list-table thead th {
  padding: 18px 14px;
  background: var(--blue);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}

.result-list-table tbody td {
  padding: 26px 18px;
  font-size: 1.45rem;
}

.result-list-table tbody td:first-child {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.45;
}

.result-list-table tbody td:first-child span {
  font-size: 0.95rem;
}

.result-list-table strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.35rem;
  font-weight: 400;
}

.result-list-table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 32px;
  padding: 4px 18px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

.result-list-table td a::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid var(--white);
}

.result-list-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 36px;
  margin-top: 44px;
}

.result-list-banner {
  display: block;
  width: min(100%, 520px);
  transition: opacity 0.2s ease;
}

.result-list-banner:hover {
  opacity: 0.82;
}

.result-list-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.result-archive {
  width: 300px;
}

.result-back-button {
  margin-top: 34px;
  margin-left: 0;
  margin-right: auto;
}

.result-detail-page {
  width: min(1040px, calc(100% - 48px));
}

.player-page {
  width: min(1260px, calc(100% - 48px));
  margin: 42px auto 72px;
}

.player-category-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin: 34px 0 52px;
}

.player-category-nav a {
  position: relative;
  display: block;
  min-height: 150px;
  overflow: hidden;
  background: var(--blue);
}

.player-category-nav a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(32, 36, 140, 0.58);
}

.player-category-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-category-nav span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 10px;
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-weight: 700;
  text-align: center;
  transform: translate(-50%, -50%);
}

.player-section {
  margin-top: 64px;
  scroll-margin-top: 24px;
}

.player-section-heading {
  margin-bottom: 34px;
  padding-left: 24px;
  border-left: 3px solid var(--blue);
  color: var(--blue);
}

.player-section-heading h2,
.player-section-heading p {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}

.player-section-heading h2 {
  font-size: clamp(1.65rem, 3.6vw, 3.15rem);
}

.player-section-heading p {
  font-family: Arial, sans-serif;
  font-size: clamp(1.1rem, 2.1vw, 1.9rem);
  letter-spacing: 0.04em;
}

.player-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 54px 46px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.player-card {
  display: block;
  margin: 0;
  color: var(--blue);
  transition: opacity 0.2s ease;
}

.player-card:hover {
  opacity: 0.78;
}

.player-card img {
  width: 100%;
  aspect-ratio: 349 / 500;
  object-fit: cover;
}

.player-card p {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  column-gap: 6px;
  margin: 10px 0 0;
  font-size: clamp(0.95rem, 1.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

.player-card p > span:not(.number) {
  grid-column: 2;
  align-self: end;
  font-size: 0.48em;
  line-height: 1.1;
}

.player-card .number {
  grid-row: 1 / span 2;
  font-size: 1.85em;
  line-height: 0.86;
}

.player-card p:not(:has(.number)) {
  display: block;
}

.player-card p:not(:has(.number)) > span {
  display: block;
}

.player-bottom-banner {
  width: min(740px, 100%);
  margin: 74px auto 0;
}

.player-back-button {
  margin-top: 34px;
  margin-right: 0;
}

.player-detail-page {
  width: min(1040px, calc(100% - 48px));
}

.player-profile-card {
  position: relative;
  margin: 0;
  color: var(--white);
}

.player-profile-card > img {
  width: 100%;
}

.player-detail-list {
  position: absolute;
  left: calc(16.2% - 25px);
  right: 11.7%;
  top: calc(64.7% - 80px);
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: baseline;
  column-gap: clamp(14px, 2.6vw, 42px);
  gap: clamp(5px, 0.9vw, 11px);
  margin: 0;
}

.player-detail-list dt {
  color: rgba(210, 214, 224, 0.82);
  font-size: clamp(0.91rem, 1.78vw, 1.6rem);
  font-weight: 700;
  line-height: 1.18;
  white-space: nowrap;
}

.player-detail-list dd {
  position: relative;
  margin: 0;
  padding-left: clamp(15px, 2.1vw, 28px);
  color: var(--white);
  font-size: clamp(0.88rem, 1.68vw, 1.48rem);
  font-weight: 400;
  line-height: 1.18;
}

.player-detail-list dd::before {
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0.08em;
  left: 0;
  width: 3px;
  background: #d9df27;
}

.player-detail-list .detail-note {
  display: inline-block;
  font-size: 0.88em;
  line-height: 1.15;
}

.player-detail-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(760px, 100%);
  margin: 44px auto 0;
}

.player-detail-nav a {
  display: block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.player-detail-nav a:hover,
.player-detail-nav a:focus-visible {
  opacity: 0.78;
  transform: translateY(-2px);
}

.player-detail-nav img {
  width: 100%;
}

.site-footer {
  margin-top: 120px;
  padding: 24px 0 28px;
  border-top: 1px solid var(--blue);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 0.482fr 0.481fr;
  gap: 18px;
  align-items: end;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-inner a {
  display: block;
  transition: opacity 0.2s ease;
}

.footer-inner a:hover {
  opacity: 0.78;
}

.footer-contact img,
.footer-button img {
  width: 100%;
}

.page-top {
  position: fixed;
  right: 22px;
  bottom: 120px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  font-size: 2rem;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-top:hover,
.page-top:focus-visible {
  opacity: 0.72;
  transform: translateY(-3px);
}

@media (max-width: 1000px) {
  .header-inner {
    grid-template-columns: 1fr 120px;
  }

  .company-link {
    grid-column: 1 / -1;
  }

  .global-nav {
    margin-top: 0;
    margin: 0 auto;
    width: min(720px, calc(100% - 48px));
  }

  .page-grid {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 36px;
  }

  .team-data-table th {
    width: 150px;
  }

  .news-list a {
    grid-template-columns: 110px 120px minmax(0, 1fr);
    gap: 16px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .video-grid {
    gap: 18px;
  }

  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1000px) {
  .header-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .header-inner::before {
    display: none;
  }

  .header-title {
    padding: 0;
  }

  .home-mark {
    order: -1;
    justify-self: center;
    transform: none;
  }

  .company-link,
  .header-banners {
    grid-column: auto;
    justify-self: center;
    transform: none;
  }

  .global-nav {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .global-nav a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    text-align: center;
  }
}

@media (max-width: 760px) {
  .header-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100% - 28px, 560px);
    padding: 22px 0 14px;
    text-align: center;
  }

  .header-inner::before {
    display: none;
  }

  .header-title {
    padding: 0 0 14px;
  }

  .home-mark {
    order: -1;
  }

  .home-mark img {
    width: 96px;
  }

  .company-link {
    text-align: left;
  }

  .header-banners {
    transform: translateY(-20px);
  }

  .global-nav {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .global-nav a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    text-align: center;
  }

  .hero img {
    min-height: 260px;
    object-position: 48% center;
  }

  .page-grid {
    width: min(100% - 28px, 560px);
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .single-page {
    width: min(100% - 28px, 560px);
    margin-top: 28px;
  }

  .page-grid-sub {
    margin-top: 28px;
  }

  .side-column {
    order: 2;
  }

  .news-list {
    padding: 16px;
  }

  .news-list a {
    grid-template-columns: 1fr;
    gap: 6px;
    font-size: 1rem;
  }

  .news-label {
    width: 110px;
  }

  .section-heading {
    padding-left: 14px;
  }

  .score-table {
    min-width: 650px;
    border-spacing: 5px 3px;
  }

  .score-table th,
  .score-table td {
    height: 58px;
    font-size: 1.45rem;
  }

  .score-table thead th {
    height: auto;
    padding-bottom: 1px;
    font-size: 1rem;
  }

  .score-table tbody th {
    width: auto;
    min-width: 110px;
    padding: 0 14px;
    font-size: 1.25rem;
  }

  .note-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rating-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .video-section {
    margin-top: 42px;
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .video-card {
    max-width: 152px;
  }

  .video-modal-dialog {
    width: calc(100vw - 24px);
    margin-top: 10vh;
  }

  .video-modal-close {
    top: -40px;
  }

  .club-message {
    margin-top: 54px;
  }

  .club-message-body,
  .club-message-heading p {
    padding-left: 22px;
  }

  .club-message-body p br {
    display: none;
  }

  .instagram-section {
    margin-top: 58px;
  }

  .instagram-account h2 {
    align-items: flex-start;
    gap: 12px;
  }

  .instagram-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

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

  .bottom-company-banner {
    margin-top: 54px;
  }

  .team-gallery {
    margin-top: 64px;
  }

  .team-gallery-list {
    gap: 18px;
    margin-top: 22px;
    width: min(372px, 100%);
  }

  .team-data-table,
  .team-data-table tbody,
  .team-data-table tr,
  .team-data-table th,
  .team-data-table td {
    display: block;
    width: 100%;
  }

  .team-data-table th {
    padding: 16px 18px 6px;
    border-right: 0;
    font-weight: 700;
  }

  .team-data-table td {
    padding: 0 18px 18px;
  }

  .achievement-row {
    grid-template-columns: 4.6em minmax(0, 1fr);
    column-gap: 0.8em;
  }

  .back-button {
    width: min(212px, 78%);
    margin-right: auto;
  }

  .result-list-table {
    min-width: 720px;
  }

  .result-list-lower {
    grid-template-columns: 1fr;
  }

  .result-archive {
    width: min(260px, 100%);
    justify-self: end;
  }

  .player-page {
    width: min(100% - 28px, 560px);
    margin-top: 28px;
  }

  .player-category-nav {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }

  .player-category-nav a {
    min-height: 118px;
  }

  .player-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
  }

  .player-section {
    margin-top: 48px;
  }

  .player-card p {
    font-size: 0.85rem;
  }

  .player-detail-page {
    width: min(100% - 28px, 560px);
  }

  .player-detail-list {
    left: calc(12.2% - 12px);
    right: 7.2%;
    top: calc(64.8% - 30px);
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 8px;
    gap: 4px;
  }

  .player-detail-list dt {
    font-size: clamp(0.62rem, 2.35vw, 0.84rem);
  }

  .player-detail-list dd {
    padding-left: 8px;
    font-size: clamp(0.6rem, 2.3vw, 0.82rem);
  }

  .player-detail-list dd::before {
    width: 2px;
  }

  .player-detail-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 28px;
  }

  .site-footer {
    margin-top: 64px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100% - 28px, 560px);
  }

  .footer-button {
    width: min(240px, 100%);
  }
}
