@import "tailwindcss";

@theme {
  --font-family: "Zen Kaku Gothic New", sans-serif;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

/* ===================================================
   テキスト折り返し - Word Wrapping
   ================================================== */

/* 全要素で長い英単語・URLを折り返す */
* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 英語の長い単語を強制的に折り返し */
body,
p,
div,
span,
a,
li,
td,
th {
  word-break: break-word;
}

/* ===================================================
   レイアウトシステム - Layout System
   ================================================== */

/* センターカラム: 全ページ共通のパディング管理 */
.center-column {
  padding-left: 1rem;
  /* 16px mobile */
  padding-right: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .center-column {
    padding-left: 1.875rem;
    /* 30px desktop */
    padding-right: 1.875rem;
  }
}

/* 全幅セクション: パディングを打ち消す */
.full-width {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .full-width {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
} */

/* 全幅セクション内のコンテンツ: パディング再適用 */
.full-width-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .full-width-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/* 追加コンテンツ */
.mv-cont.section{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
}
.contents-main,
.team-archive,
.player-wrapper{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.team-wide{
	max-width: 1000px;
}

.player-wrapper{
	padding-top: 50px;
}

.team-archive{
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
}

.team-archive .items-center{
	width: 25%;
}

.team-archive h3{
	font-size: 18px;
	text-align: center;
	padding: 20px 0px 10px;
}

.team-archive img{
	height: 150px;
	width: auto;
}

.news-block{
	flex-wrap: wrap;
	justify-content: space-between;
}
.teams-block{
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.teams-block .items-center{
	width: 15%;
	margin: 0px 20px;
	position: relative;
}
.teams-block .items-center a{
	display: flex;
  align-items: center;
  justify-content: center;
  height: 215px;
}
h3.top-teamttl{
	font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-block a{
	display: block;
	width: 23%;
	margin-bottom: 25px;
}
.sponsor-block{
	justify-content: center;
}
.sponsor-block a{
	margin: 0px 20px;
	border: 1px solid #ddd;
	padding: 15px 25px;
}
.news-block .flex-shrink-0{
	margin-bottom: 10px;
}
h3.h3-ttl,
.frm_primary_label{
	color:#000 !important;
}
h3.leading-tight{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.splide-left{
	padding-left: 0px;
}
.site-header {
	background-color: #fff;
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.site-header .items-center{
	padding: 12px 25px;
}
.logomark{
	height: 50px;
}
.frm_forms{
	max-width: 1080px;
	width: 94%;
	width: auto;
}
.nav-line{
	width: 40px;
	background-color: #000;
}
.games-list{
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1200px;
	width: 94%;
	margin: auto;
}
.games-search{
	max-width: 1200px;
	width: 94%;
	margin: auto;
}
.games-search,
.news-bottom{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.games-list .game-card,
.team-schedule .game-card--finished{
	width: 32%;
	margin-bottom: 15px;
	margin-right: 1%;
}
.games-list .game-card:nth-child(3n),
.team-schedule .game-card--finished:nth-child(3n){
	margin-right: 0px;
}
.color-b,
.player-hero h1,
.player-hero p,
.player-hero span{
	color:#000;
}
.frm_form_field{
	margin-bottom: 20px;
}
.frm_submit .frm_button_submit{
	display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.08em;
    
	background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}
.league-h1{
	color:#000;
}

@media (min-width: 768px) {
  .news-block{
  }
  
  .mv-cont.section{
	  padding-bottom: 0px;
  }
}

/* ===================================================
   コンポーネント - Components
   ================================================== */

/* ===== セクション ===== */
/* 全ページ共通のセクションスタイル */
.section {
  padding-top: 5rem;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}

/* ヒーロー画像用セクション: ヘッダー直下で上余白なし */
.section-hero {
  padding-top: 0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/* 背景付きセクション */
.section--bg {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
}

/* 大きめの余白（最初/最後のセクション） */
.section--large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.add-btns{
	/*position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;*/
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /*overflow: hidden;*/
}

/*.section-heading {
  font-style: italic;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color:#000;
}*/

p.vision-txt{
	color:#000;
}

.about-readtxt p{
	color:#000;
	text-align: center;
	line-height: 2.4em;
}

.section-heading {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 90px;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    z-index: 3;
    margin-bottom: 30px;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
}

h2.sponsor-ttl{
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	width: 100%;
}

.splide--slide{
	position: relative;
	z-index: 3;
}



/* 左側 ／／／ */
/*.section-heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 4px;
    transform: translateY(-50%) skewX(-35deg);
    background: #ff4100;
    box-shadow:
        16px 0 0 #ff8c00,
        32px 0 0 #ffa500;
}

/* 右側 ＼＼＼ */
/*.section-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 4px;
    transform: translateY(-50%) skewX(35deg);
    background: #00bfff;
    box-shadow:
        -16px 0 0 #1e90ff,
        -32px 0 0 #0066cc;
}

/*.section-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff4100, #ff8c00, #ffa500);
}

.section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00bfff, #1e90ff, #0066cc);
}

/* GAMESスライダーセクション（ページネーション考慮） */
.section-games {
  padding-bottom: 70px;
background-image:
  linear-gradient(rgba(52, 112, 174, 0.8), rgba(52, 112, 174, 0.8)),
  url(../img/about_bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
margin-bottom: 0;
}

.section-games h2{
	color:#fff;
}

.news-cont{
	background-color: #f8f8f8;
	padding-bottom: 3px;
}

.team-bg{
	background-color: #edf0f2;
}
.team-details{
	border: 5px solid #edf0f2;
}

/* ===== カードコンポーネント ===== */

/* ニュースカード */
.news-card {
  display: flex;
  gap: 1rem;
  transition: opacity 0.3s ease;
}

.news-card:hover {
  opacity: 0.8;
}

.news-card__thumbnail {
  width: 25%;
  flex-shrink: 0;
}

.news-card__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
}

.news-card__placeholder {
  width: 100%;
  aspect-ratio: 1;
  background-color: #27272a;
  border-radius: 0.5rem;
}

.news-card__content {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.news-card__date {
  color: #00bfff;
  font-size: 0.75rem;
  font-weight: 500;
}

.news-card__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

.news-card__category {
  display: inline-block;
  background-color: #3f3f46;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  align-self: flex-start;
}

/* ゲームカード（NEXT GAME用） */
.game-card-next {
  background-color: #18181b;
  border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid #27272a;
}

.game-card-next__teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.game-card-next__logo {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.game-card-next__vs {
  font-size: 1.25rem;
  font-weight: 700;
  color: #71717a;
}

.game-card-next__info {
  text-align: center;
  margin-bottom: 1rem;
}

.game-card-next__datetime {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.game-card-next__venue {
  color: #71717a;
}

.game-card-next__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ゲームカード（スライダー用） */
.game-card-slider {
  background-color: #18181b;
  border-radius: 1rem;
  padding: 1rem;
  border: 2px solid #3f3f46;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.game-card-slider__date {
  text-align: center;
  margin-bottom: 0.75rem;
}

.game-card-slider__date-day {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.game-card-slider__date-time {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.game-card-slider__team {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.game-card-slider__logo {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  flex-shrink: 0;
}

.game-card-slider__name {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.game-card-slider__vs {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* 注目選手カード */
.featured-player-card {
  background-color: #18181b;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #27272a;
}

.featured-player-card__image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.featured-player-card__content {
  padding: 1rem;
}

.featured-player-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

/* ===== Aboutページコンポーネント ===== */

/* ===== About Page Hero ===== */
.about-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0px 0px;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
  linear-gradient(rgba(52, 112, 174, 0.8), rgba(52, 112, 174, 0.8)),
  url(../img/about_bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

/* 視認性確保のためのオーバーレイ（暗い半透明背景） */
/*.about-hero__bg::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(9, 9, 11, 0.85) 0%,
    rgba(24, 24, 27, 0.75) 50%,
    rgba(9, 9, 11, 0.85) 100%
  );
  z-index: 1;
}

/* グラデーションアクセント（ブランドカラー） */
/*.about-hero__bg::after{
	content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(139, 92, 246, 0.15) 50%,
    rgba(236, 72, 153, 0.15) 100%
  );
  z-index: 2;
}*/

.about-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: 94%;
  padding: 4rem 0 3rem 0;
}

.about-hero__eyebrow {
  color: #3b82f6;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.hero-games__sub{
	color:#000;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.01em;
	font-family: "Orbitron", sans-serif;
}

@media (min-width: 768px) {
  .about-hero__title {
    font-size: 3.4rem;
  }
}

.about-hero__lead {
  color: #fafafa;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .about-hero__lead {
    font-size: 1.4rem;
  }
}

h3.about-pillar-card__title{
	color:#fff !important;
	font-family: "Orbitron", sans-serif;
}

/* コンテンツコンテナ */
.about-content {
  max-width: 800px;
  margin: 0 auto;
}

.about-content--wide {
  max-width: 900px;
}

/* セクションタイトル */
.about-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .about-section-title {
    font-size: 2.5rem;
  }
}

/* コンセプトコピー */
.about-concept-copy {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .about-concept-copy {
    font-size: 2.5rem;
  }
}

/* 本文テキスト */
.about-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about-text {
    font-size: 1.125rem;
  }
}

.about-text:last-child {
  margin-bottom: 0;
}

/* ビジョンリスト */
.about-vision-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-vision-list {
    gap: 2rem;
  }
}

.about-vision-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: rgba(59, 130, 246, 0.05);
  border-left: 3px solid #3b82f6;
  padding: 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.about-vision-item:hover {
  background: rgba(59, 130, 246, 0.1);
  border-left-color: #8b5cf6;
  transform: translateX(4px);
}

.about-vision-item__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}

.about-vision-item__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .about-vision-item__text {
    font-size: 1.125rem;
  }
}

/* 定義リスト */
.about-dl-item {
  border-left: 3px solid #00bfff;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.about-dl-item:last-child {
  margin-bottom: 0;
}

.about-dl-term {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.about-dl-desc {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .about-dl-desc {
    font-size: 1.25rem;
  }
}

/* 概要ボックス */
.about-overview-box {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  color:#000;
}

.about-overview-box p{
	font-size: 15px;
	line-height: 1.6em;
}

@media (min-width: 768px) {
  .about-overview-box {
    padding: 2.5rem;
  }
}

.about-overview-box__title {
  color: #00bfff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

.about-overview-box__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .about-overview-box__text {
    font-size: 1rem;
  }
}

/* 旧スタイル削除: .section で統一 */

/* ===== 3つの柱（Pillars） ===== */
/* スマポンシブ: PCでも1カラム固定（要素サイズ維持） */
.about-pillar-grid {
  /*display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;*/
  display: flex;
  gap: 0rem;
  justify-content: space-between;
}

.about-pillar-card {
  position: relative;
  background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 31%;
}

.about-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.about-pillar-card:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.2);
}

.about-pillar-card:hover::before {
  transform: scaleX(1);
}

.about-pillar-card__icon {
  color: #3b82f6;
  margin-bottom: 1.5rem;
}

.about-pillar-card__text {
  color: #a1a1aa;
  line-height: 1.8;
  font-size: 1rem;
}

/* ===== リーグ概要グリッド ===== */
/* スマポンシブ: PCでも1カラム固定（要素サイズ維持） */
.about-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.about-info-item {
  background: rgba(59, 130, 246, 0.03);
  border-left: 3px solid #3b82f6;
  padding: 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.about-info-item:hover {
  background: rgba(59, 130, 246, 0.08);
  border-left-color: #8b5cf6;
}

.about-info-item__label {
  color: #a1a1aa;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-info-item__value {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

/* 概要ボックス */
.about-overview-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  padding: 2.5rem;
}

.featured-player-card__position {
  color: #71717a;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.featured-player-card__team {
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.featured-player-card__headline {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.featured-player-card__comment {
  color: #d4d4d8;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

#line{
	height: 5px;
	background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

/* ===== ボタンコンポーネント ===== */
.btn {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  /*border-radius: 9999px;*/
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  
  position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}

.btn .btn-arrow{
	position: absolute;
	top: 13px;
	right: 20px;
}

.btn-primary {
  background: linear-gradient(180deg, #ffffff, #eaeaea);
  color: #000000;
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 10px 30px rgba(0, 0, 0, 0.25);*/
}

.btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

/*.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 14px 36px rgba(0, 0, 0, 0.3);
}*/

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, #245097, #245097);
  color: #ffffff;
}

.games-list-bg,
.team-schedule .game-card--finished{
	background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(../img/about_bg.jpg); background-size: cover; background-position: center;
}

.btn-secondary:hover {
  opacity: .8;
}

.btn-ticket {
  background-color: #ff4100;
  color: #ffffff;
}

.btn-ticket:hover {
  opacity: 0.9;
}

.btn-gamesheet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

.btn-gamesheet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  z-index: -1;
}

.btn-gamesheet:hover::before {
  opacity: 1;
}

.btn-gamesheet:hover {
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
}

.btn-gamesheet > * {
  position: relative;
  z-index: 1;
}

p.day-time{
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	color:#fff;
}

#game-data-container .text-white,
.scoreboard td{
	color:#000;
}

.scoreboard .text-xs{
	font-size: 0.875rem;
}

h1.single-games{
	display: flex;
  align-items: center;
  justify-content: center;
}

h1.single-games p,
h1.single-games span {
  flex: 1;
}

h1.single-games p{
	font-size: 40px;
}

h1.single-games span{
	font-size: 20px;
}

h1.single-games p:first-child {
  text-align: right;
}

h1.single-games span {
  text-align: center;
  flex: 0 0 auto;
  margin: 0 1rem;
}

h1.single-games p:last-child {
  text-align: left;
}

.btn-live {
  background-color: #ff0000;
  color: #ffffff;
}

.btn-live:hover {
  opacity: 0.9;
}

.btn-result {
  background-color: #3b82f6;
  color: #ffffff;
}

.btn-result:hover {
  opacity: 0.9;
}

.btn-rounded {
  border-radius: 9999px;
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
  display: block;
  width: 120px;
  margin: 0 auto 10px;
}

.btn-large {
  padding: 0.875rem 1.5rem;
  border-radius: 0;
}

/* ===================================================
   チームテーブル展開 - Team Table Toggle
   ================================================== */

.team-table-wrapper {
  position: relative;
}

.team-table-wrapper .player-row--hidden {
  display: none;
  opacity: 0;
}

.team-table-wrapper.expanded .player-row--hidden {
  display: table-row;
  animation: fadeInRow 0.4s ease-in-out forwards;
}

@keyframes fadeInRow {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.table-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.team-table-wrapper.expanded .table-fade-overlay {
  opacity: 0;
  pointer-events: none;
}

.btn-toggle-table {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 9999px;
  padding: 0.5rem;
  transition: background 0.3s;
  z-index: 2;
  cursor: pointer;
}

.btn-toggle-table:hover {
  background: #3f3f46;
}

.btn-toggle-table svg {
  display: block;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.team-table-wrapper.expanded .btn-toggle-table svg {
  transform: rotate(180deg);
}

/* ===================================================
   テーブルコンポーネント - Table Components
   ================================================== */

/* Goalテーブル（親クラス方式） */
.goal-table {
  width: 100%;
  font-size: 0.875rem; /* 14px */
}

.goal-table thead {
  background-color: #27272a; /* zinc-800 */
}

.goal-table th {
  padding: 10px 20px;
  text-align: left;
  color: #a1a1aa; /* zinc-400 */
  font-weight: 500;
}

.goal-table tbody {
  border-top: 1px solid #ddd; /* zinc-700 */
}

.goal-table tbody tr {
  color: #ffffff;
  border-bottom: 1px solid #ddd; /* zinc-700 */
  transition: background-color 0.2s;
}

.goal-table td {
  padding: 10px 20px;
}

/* テーブルヘッダー（汎用） */
.table-header {
  padding: 0.75rem 1rem;
  text-align: left;
  color: #a1a1aa; /* zinc-400 */
  font-weight: 500;
}

.table-header--center {
  text-align: center;
}

.table-header--nowrap {
  white-space: nowrap;
}

.table-header--compact {
  padding: 0.75rem 0.5rem;
}

/* テーブルセル */
.table-cell {
  padding: 0.75rem 1rem;
}

.table-cell--center {
  text-align: center;
}

.table-cell--nowrap {
  white-space: nowrap;
}

.table-cell--semibold {
  font-weight: 600;
}

.table-cell--compact {
  padding: 0.75rem 0.5rem;
  text-align: center;
}

/* ===================================================
   チームロゴコンポーネント - Team Logo Components
   ================================================== */

.team-logo {
  object-fit: contain;
  flex-shrink: 0;
}

.team-logo--xl {
  width: 5rem;    /* 80px */
  height: 5rem;
}

#team-logo--xl{
	width: 80px;
	height: 80px;
}

.team-logo--lg {
  width: 4rem;    /* 64px */
  height: 4rem;
}

.team-logo--md {
  width: 2rem;    /* 32px */
  height: 2rem;
}

.team-logo--sm {
  width: 1.75rem; /* 28px */
  height: 1.75rem;
}

.team-logo--xs {
  width: 1.5rem;  /* 24px */
  height: 1.5rem;
}

/* チーム見出し（ロゴ + チーム名） */
.team-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.team-heading h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

/* ===================================================
   セクション見出しコンポーネント - Section Heading Components
   ================================================== */

/* アイコン付きセクション見出し */
.section-heading-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.section-heading-with-icon .section-icon {
  font-size: 1.5rem;
}

.section-heading-with-icon h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

/* ===================================================
   ボタンコンポーネント（試合状態別） - Game Button Components
   ================================================== */

.btn-game {
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease;
}

.btn-game:hover {
  opacity: 0.8;
}

.btn-game-live {
  background-color: #ef4444; /* red-500 */
  color: #ffffff;
}

.btn-game-result {
  background-color: #245097; /* blue-500 */
  color: #ffffff;
}

.btn-game-ticket {
  background-color: #4c78bb;
  color: #fff;
  transition: background-color 0.3s ease;
}

.btn-game-schedule {
  background-color: #245097; /* blue-500 */
  color: #ffffff;
}

.btn-dsn{
	margin: 0px 10px;
}


/* ===================================================
   カードコンポーネント - Card Components
   ================================================== */

.card {
  background-color: #18181b; /* zinc-900 */
  border-radius: 0.5rem;
  border: 1px solid #3f3f46; /* zinc-700 */
}

.card--padding-sm {
  padding: 1rem; /* 16px */
}

.card--padding-md {
  padding: 1.5rem; /* 24px */
}

.card--padding-lg {
  padding: 2rem; /* 32px */
}

.card--overflow-hidden {
  overflow: hidden;
}

/* ===================================================
   フォームコンポーネント - Form Components
   ================================================== */

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #999; /* zinc-400 */
  margin-bottom: 0.5rem;
}

.form-select {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #edf0f2; /* zinc-800 */
  border: 1px solid #edf0f2; /* zinc-700 */
  border-radius: 0.5rem;
  color: #333;
  transition: border-color 0.3s ease;
}

.form-select:focus {
  border-color: #3b82f6; /* blue-500 */
  outline: none;
}

/* ===================================================
   その他コンポーネント - Misc Components
   ================================================== */

/* 選手リンク */
.player-link {
  color: #00a0e9;
  transition: text-decoration 0.2s ease;
}

.player-link:hover {
  text-decoration: underline;
}

/* ステータスバッジ */
.status-badge {
  display: inline-block;
  background-color: #3f3f46; /* zinc-700 */
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

/* VS表示 */
.vs-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a1a1aa; /* zinc-400 */
  text-align: center;
}

.vs-text--lg {
  font-size: 1.5rem;
}

/* ===================================================
   ハンバーガーメニュー - Hamburger Menu
   ================================================== */

/* ハンバーガーボタン アクティブ状態 */
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.bg-games{
	background-image:
  linear-gradient(rgba(52, 112, 174, 0.8), rgba(52, 112, 174, 0.8)),
  url(../img/about_bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
	padding: 7rem 0px 5rem;
}

ul.hamburger-pc-nav__menu{
	display: flex;
	justify-content: flex-end;
}

ul.hamburger-pc-nav__menu li a:hover{
	color:#999;
}

.hamburger-pc-nav__menu li a,
.color-black{
	color:#000;
}

/* 通常時はサブメニューを非表示 */
.hamburger-pc-nav__menu .sub-menu2 {
  display: none;
  position: absolute;
  top: 100%;
  left: -30px;
  background-color: #18181b; /* サイトのデザインに合わせて背景色を調整 */
  min-width: 200px;
  padding: 10px 0;
  z-index: 1000;
  border-radius: 4px;
}

/* ホバー時に表示 */
.hamburger-pc-nav__menu li:hover > .sub-menu2 {
  display: block;
}

/* サブメニュー内のスタイル */
.hamburger-pc-nav__menu .sub-menu2 a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

.hamburger-pc-nav__menu .sub-menu2 a:hover {
  background-color: rgba(255, 65, 0, 0.2);
}

.site-footer ul{
	background: #999;
	padding: 20px 0px;
}

.site-footer p.text-sm{
	background-color: #fff;
	padding: 20px 0px;
	color:#333;
}

/* 3階層目（滋賀ブルーライズ内の北海道グルスなど）の調整 */
.hamburger-pc-nav__menu .sub-menu2 .sub-menu {
  top: 0;
  left: 100%; /* 右側に開く */
}

/* --- PC表示時のみ適用する設定 --- */
@media screen and (min-width: 1024px) {
  
  /* 1. 親階層のスタイル（横並びにするなど） */
  .hamburger-pc-nav__menu {
    display: flex;
    gap: 30px;
  }

  /* 2. サブメニューの初期状態（非表示） */
  .hamburger-pc-nav__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* 親メニューのすぐ下 */
    left: -30px;
    width: 220px;
    background: #18181b;
    padding: 10px 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
  
  .hamburger-pc-nav__menu .sub-menu .sub-menu{
	  left: 0px;
	  padding: 0px 0px 10px 0px;
	  top: inherit;
	  display: inherit;
  }

  /* 3. ホバー時に表示する */
  .hamburger-pc-nav__menu li:hover > .sub-menu {
    display: block;
  }

  /* 4. サブメニュー内のリンク */
  .hamburger-pc-nav__menu .sub-menu a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
  }
	
	/* それにより表示される li を通常のメニュー同様に装飾 */
	.hamburger-pc-nav__menu .sub-menu .sub-menu li {
	    display: block;
	    /* 必要であれば通常のメニューと同じスタイルを適用 */
	}
}

ul.hamburger-pc-nav__menu li#menu-item-303{
	position: relative;
}

/* PC表示用：ハンバーガーメニューを隠す */
@media screen and (min-width: 1024px) {
  /* ハンバーガーボタン自体を非表示 */
  .hamburger-menu {
    display: none;
  }

  /* ハンバーガーメニューのナビ自体を非表示（または無効化） */
  .hamburger-nav {
    display: none;
  }
}

/* モバイル表示用：既存のコードをモバイルのみに適用する */
@media screen and (max-width: 1023px) {
	
.pc-nav{
	display: none;
}

/* ハンバーガーメニュー本体 */
.hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hamburger-nav.active {
  pointer-events: auto;
  opacity: 1;
}

/* オーバーレイ（背景） */
.hamburger-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}

/* メニューコンテンツパネル */
.hamburger-nav__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  /*max-width: 400px;*/
  height: 100%;
  /*background: linear-gradient(180deg, #18181b 0%, #09090b 100%);*/
  background-color: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.5);
  padding: 2rem 0;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-nav.active .hamburger-nav__content {
  transform: translateX(0);
}

/* 閉じるボタン */
.hamburger-nav__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  background-color: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

/*.hamburger-nav__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

/* メニューリスト */
.hamburger-nav__menu {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.hamburger-nav__menu>li {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eee;
}

.team-area img{
	width: 30px;
	height: auto;
}

.flx{
	display: flex;
	border-bottom: none !important;
	justify-content: space-between;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.flx p{
	padding: 15px 0px;
	background-color: #245097;
	color:#fff;
	font-weight: bold;
	border-radius: 5px;
	width: 48%;
	font-size: 14px;
	text-align: center;
}

.flx p a{
	color:#fff;
}

.noborder{
	border: none !important;
}

.noborder a{
	padding-bottom: 0.5rem !important;
}

.team-area a{
	display: flex !important;
	justify-content: flex-start;
}

.hamburger-nav__menu ul.sub-smp-menu li a{
	color:#000;
}

/* 親メニューアイテム */
.hamburger-nav__menu>li>a {
  display: block;
  padding: 0.875rem 1rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hamburger-nav__menu>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 65, 0, 0.2), transparent);
  transition: left 0.5s ease;
}

/*.hamburger-nav__menu>li>a:hover::before {
  left: 100%;
}

.hamburger-nav__menu>li>a:hover {
  background-color: rgba(255, 65, 0, 0.1);
  padding-left: 2rem;
  color: #ff4100;
}*/

.hamburger-nav__menu li a:hover{
	opacity: .8;
}

.hamburger-nav__menu>li>a.current-menu-item,
.hamburger-nav__menu>li>a.current_page_item {
  background-color: rgba(255, 65, 0, 0.15);
  color: #ff4100;
  border-left: 3px solid #ff4100;
}

/* 親メニューに子がある場合のアイコン */
.hamburger-nav__menu>li.menu-item-has-children>a::after {
  content: '▼';
  position: absolute;
  right: 1.5rem;
  font-size: 0.75rem;
  opacity: 0.5;
}

/* サブメニュー */
.hamburger-nav__menu .sub-menu {
  list-style: none;
  margin: 0.25rem 0 0.25rem 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.hamburger-nav__menu .sub-menu li {
  list-style: none;
}

.hamburger-nav__menu .sub-menu a,
.hamburger-nav__menu .sub-menu .menu-no-link {
  display: block;
  padding: 0.625rem 1.5rem 0.625rem 3rem;
  color: #999;
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  border-left: 2px solid transparent;
  margin-left: 1rem;
}

/* リンクなし項目はクリック対象でないため、カーソルは通常のままにする */
.hamburger-nav__menu .sub-menu .menu-no-link {
  cursor: default;
}

/*.hamburger-nav__menu .sub-menu a::before,
.hamburger-nav__menu .sub-menu .menu-no-link::before {
  content: '›';
  position: absolute;
  left: 2rem;
  color: #71717a;
  transition: all 0.3s ease;
}*/

.hamburger-nav__menu .sub-menu a:hover {
  background-color: rgba(255, 65, 0, 0.05);
  color: #ffffff;
  padding-left: 3.5rem;
  border-left-color: #ff4100;
}

/*.hamburger-nav__menu .sub-menu a:hover::before {
  color: #ff4100;
  left: 2.5rem;
}*/

.hamburger-nav__menu .sub-menu a.current-menu-item,
.hamburger-nav__menu .sub-menu a.current_page_item {
  background-color: rgba(255, 65, 0, 0.1);
  border-left-color: #ff4100;
}

}

/* スクロールバー非表示 */
body.menu-open {
  overflow: hidden;
}

/* Scrollbar Hide */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Left Sidebar Background */
.sidebar-left-bg {
  background-image: url('../img/bg.webp');
  background-size: cover;
  background-position: center;
}

/* ============================================================
   テストページ専用スタイル（body.xhl-test 配下のみ適用）
   ※ 本番ページには一切影響しません
   ============================================================ */
@media (min-width: 768px) {
  .xhl-test .md\:grid-cols-\[2\.33fr_460px_1fr\] {
    grid-template-columns: 50% 30%;
    justify-content: center;
  }
}

/* Left Sidebar Content */
.sidebar-left {
  align-items: center;
  background-color: #000000;
}

.sidebar-left__inner {
  width: 100%;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3.5vw, 4rem);
  color: #ffffff;
}

.sidebar-left__eng {
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.4vw, 1.4rem);
  line-height: 1.35;
  letter-spacing: 0.12em;
  width: fit-content;
}

.sidebar-left__season {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  letter-spacing: 0.04em;
  line-height: 1;
  width: fit-content;
  margin-top: 1.25rem;
}

.sidebar-left__lead {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 2.5rem;
}

.sidebar-left__main {
  font-size: clamp(2.75rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1rem;
}

/* リンクを一時的に無効化（aタグはそのまま、クリック不可にする） */
.is-disabled-link {
  pointer-events: none;
  cursor: default;
}

/* Standings Calendar Image */
.standings-calendar {
  width: 100%;
}

.standings-calendar__img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-radius: 0.5rem;
}

/* Right Sidebar Logo */
.sidebar-right-logo {
  background-image: url('../img/logo_xhl.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20%;
}

/* Splide Slider Custom Styles */
.home-slider .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}

/* Games Slider */
#games-slider .splide__slide {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
  width: 32% !important;
}

#games-slider .splide__slide.is-active {
  opacity: 1;
}

/* Games Slider Arrows */
#games-slider .splide__arrow {
  background: rgba(255, 65, 0, 0.9);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
}

#games-slider .splide__arrow:hover {
  background: #ff4100;
  transform: scale(1.1);
}

#games-slider .splide__arrow svg {
  fill: #ffffff;
}

#games-slider .splide__arrow--prev {
  left: -1rem;
}

#games-slider .splide__arrow--next {
  right: -1rem;
}

/* Games Slider Pagination */
#games-slider .splide__pagination {
  bottom: -2.5rem;
  padding: 0;
}

#games-slider .splide__pagination__page {
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.5;
  margin: 0 0.25rem;
}

#games-slider .splide__pagination__page.is-active {
  background: #ffa500;
  transform: scale(1.3);
  opacity: 1;
}

#games-slider .splide__pagination__page:hover {
  opacity: 0.8;
  transform: scale(1.15);
}

/* Post Content Typography (Tailwind-based) */
.prose {
  line-height: 1.75;
  color:#000;
  max-width: 1080px;
  width: 94%;
  margin: auto;
}

.prose-inner{
	width: 100%;
	max-width: 100%;
}

.back-btn{
	text-align: center;
}

.single-top{
	padding-top: 75px !important;
}

.prose p {
  margin-bottom: 1.25em;
  font-size: 14px;
  line-height: 1.8em;
}

.prose h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.prose h2,
.player-heading{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 0.8em;
  position: relative;
  padding-bottom: 13px;
}

.player-heading{
	width: 100%;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 24px;
	margin-top: 0px;
}

.player-flex{
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: flex;
}

.prose h2:after,
.player-heading:after{
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #3583bd, #3583bd 2px, #fff 3px, #fff 6px);
  background: repeating-linear-gradient(-45deg, #3583bd, #3583bd 2px, #fff 3px, #fff 6px);
}

.prose h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}

.prose h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.prose ul,
.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 14px;
}

.prose ul {
  list-style-type: disc;
}

.prose ol {
  list-style-type: decimal;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
}

.prose a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.prose a:hover {
  color: #999;
}

.prose strong {
  font-weight: 700;
}

.prose blockquote {
  font-style: italic;
  color: #a1a1aa;
  border-left: 0.25rem solid #52525b;
  padding-left: 1em;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.prose code {
  background-color: #27272a;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-weight: 400;
}

.prose pre {
  background-color: #18181b;
  overflow-x: auto;
  border-radius: 0.5rem;
  padding: 1.25em;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}

.prose pre code {
  background-color: transparent;
  padding: 0;
  font-size: 0.875em;
  line-height: 1.7;
}

/* Size variants */
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.8;
}

.prose-lg p {
  margin-bottom: 1.3em;
}

/* Pagination Styles */
.pagination-item a,
.pagination-item span {
  display: inline-block;
  min-width: 2.5rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-item a {
  background-color: #27272a;
  color: #ffffff;
}

.pagination-item a:hover {
  background-color: #3f3f46;
  transform: translateY(-2px);
}

.pagination-item span.current {
  background-color: #2563eb;
  color: #ffffff;
}

.pagination-item span.dots {
  background-color: transparent;
  color: #71717a;
}

/* ===================================================
   順位表 - Standings Table
   ================================================== */

/* シーズン選択 
.standings-season-selector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin: 0 auto 20px;
}

.standings-season-selector label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #333;
}

.season-select {
  padding: 0.75rem 1rem;
  border: 1px solid #edf0f2;
  border-radius: 0.5rem;
  background-color: #edf0f2;
  color: #333;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.season-select:hover,
.season-select:focus {
  border-color: #2563eb;
  outline: none;
}

/* 順位表テーブル 
.standings-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1080px;
  width: 94%;
  margin: 0 auto;
}

.standings-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

.standings-table thead {
  background-color: #27272a;
}

.standings-table th {
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: #a1a1aa;
  white-space: nowrap;
}

.standings-table td {
  padding: 1rem 0.5rem;
  text-align: center;
  border-top: 1px solid #ddd;
}

/* 順位列 
.standings-rank {
  width: 60px;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
}

.rank-1 {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #18181b;
}

.rank-2 {
  background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
  color: #18181b;
}

.rank-3 {
  background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
  color: #ffffff;
}

/* チーム列 
.standings-team {
  text-align: left !important;
  min-width: 150px;
}

.team-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.team-logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.team-name {
  font-weight: 500;
  color: #ffffff;
}

/* 統計列 
.standings-stat {
  font-size: 0.875rem;
  color: #333;
  padding: 10px 20px !important;
  min-width: 50px;
}

/* 勝点列 
.standings-points {
  font-size: 1rem;
  color: #2563eb;
  font-weight: 700;
  min-width: 70px;
}

/* 順位によるハイライト */
/*.standings-row:hover {
  background-color: #27272a;
}

/* 注釈 
.standings-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #71717a;
  text-align: center;
}

.standings-empty {
  text-align: center;
  padding: 2rem;
  color: #71717a;
}

/* 転置テーブル（3チーム以下用） 
.standings-table--transpose th {
  white-space: normal;
}

.standings-table--transpose th.standings-team {
  min-width: 0;
  text-align: center !important;
}

.standings-table--transpose th.standings-team .team-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.standings-table--transpose .team-logo {
  width: 2.6rem;
  height: 2.6rem;
}

.standings-table--transpose .team-name {
  font-size: 0.75rem;
}

/* 行ラベル（項目）列をコンパクトに 
.standings-table--transpose tbody tr>td.standings-stat:first-child {
  text-align: left;
  white-space: nowrap;
  width: 96px;
  color: #333;
}

/* Variant A: メダル階層 × ポイントバー 
.standings-table--variantA .standings-row {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.standings-table--variantA .standings-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.standings-table--variantA thead {
  background: linear-gradient(180deg, #2a2a2e, #222226);
}

.standings-table--variantA .standings-row:nth-child(1) {
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.08), rgba(255, 165, 0, 0.05));
}

.standings-table--variantA .standings-row:nth-child(2) {
  background: linear-gradient(90deg, rgba(192, 192, 192, 0.08), rgba(128, 128, 128, 0.05));
}

.standings-table--variantA .standings-row:nth-child(3) {
  background: linear-gradient(90deg, rgba(205, 127, 50, 0.08), rgba(139, 69, 19, 0.05));
}

.points-bar {
  position: relative;
  height: 6px;
  background: #27272a;
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 0.35rem;
}

.points-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
}

/* Variant B: カード感 × リーダー帯 
.standings-table--variantB .standings-row {
  background: #1c1c20;
  border-radius: 12px;
  overflow: hidden;
}

.standings-table--variantB .standings-row+.standings-row {
  margin-top: 0.5rem;
}

.standings-table--variantB .standings-row td {
  border-top: none;
}

.standings-table--variantB .standings-row:nth-child(1) {
  box-shadow: inset 0 2px 0 0 rgba(255, 215, 0, 0.4);
}

.standings-table--variantB .standings-row:nth-child(2) {
  box-shadow: inset 0 2px 0 0 rgba(192, 192, 192, 0.35);
}

.standings-table--variantB .standings-row:nth-child(3) {
  box-shadow: inset 0 2px 0 0 rgba(205, 127, 50, 0.35);
}

.goal-table tbody tr:nth-child(even),
#game-data-container tr:nth-child(even),
.standings-table tr:nth-child(even),
#game-data-container .space-y-2 .items-center{
  background-color: #eeeeee;
}

#game-data-container .space-y-2 .text-white,
#game-data-container .space-y-2 .text-zinc-400{
	padding: 10px 0px;
}

#game-data-container .space-y-2 .text-zinc-400{
	color:#fff;
}

/* Variant C: コンパクト・アイコン指標（pill表示） 
.standings-table--variantC .stat-pill {
  /*display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  background: #232327;
  font-size: 0.8125rem;
  min-width: 2.25rem;
  display: inline-block;
  padding: 0;
  font-size: 1.2rem;
  min-width: 2.25rem;
}

/*.standings-table--variantC .stat-pill--accent {
  background: #1e293b;
  color: #60a5fa;
}

/* C案用: メダルバッジ（ロゴ上部） 
.medal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.medal-gold {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #18181b;
}

.medal-silver {
  background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
  color: #18181b;
}

.medal-bronze {
  background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
  color: #ffffff;
}*/

/* シーズン選択 */
.standings-season-selector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 600px;
  margin: 0 auto 20px;
}

.standings-season-selector label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #999;
}

.season-select {
  padding: 0.75rem 1rem;
  border: 1px solid #edf0f2;
  border-radius: 0.5rem;
  background-color: #edf0f2;
  color: #333;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.season-select:hover,
.season-select:focus {
  border-color: #3b82f6;
  outline: none;
}

/* 順位表テーブルコンテナ（横スクロール対応） */
.standings-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/* 順位表テーブル本体 */
.standings-table {
  width: 100%;
  border-collapse: collapse;
  /*background-color: #18181b;*/
  border-radius: 0.5rem;
  overflow: hidden;
  color: #111;
}

.standings-table thead {
  background-color: #27272a;
}

.standings-table th {
  padding: 12px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #a1a1aa;
  white-space: nowrap;
  border-bottom: 1px solid #3f3f46;
}

.standings-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #27272a;
  vertical-align: middle;
  white-space: nowrap;
}

/*.standings-table tbody tr:hover {
  background-color: #27272a;
}*/

/* 順位列 */
.standings-rank {
  width: 60px;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #3f3f46;
}

.rank-1 {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #18181b;
}

.rank-2 {
  background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
  color: #18181b;
}

.rank-3 {
  background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
  color: #ffffff;
}

/* クラブ列 */
.standings-team {
  text-align: left !important;
  min-width: 180px;
}

.team-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.team-logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.team-name {
  font-weight: 600;
  color: #111;
  font-size: 0.95rem;
}

/* 統計数値列 */
.standings-stat {
  font-size: 0.875rem;
  /*color: #e4e4e7;*/
  min-width: 50px;
}

/* 勝点列 */
.standings-points {
  font-size: 1rem;
  /*color: #60a5fa;*/
  font-weight: 700;
  min-width: 70px;
}

/* 注釈・メッセージ */
.standings-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #a1a1aa;
  padding-bottom: 25px;
  text-align: center;
}

.standings-empty {
  text-align: center;
  padding: 2rem;
  color: #a1a1aa;
}

/* ===============================
   試合一覧 - 熱量スタイル
   =============================== */
.game-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}

.game-card-top{
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.game-card .game-heat {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: radial-gradient(80% 50% at 50% 0%, rgba(255, 64, 0, 0.18) 0%, rgba(255, 64, 0, 0.06) 50%, transparent 100%);
}

.game-heat .text-white,
.game-card-top p,
.game-card-top span,
.game-card-top div{
	color:#000;
}

/* ===============================
   Teams - カラー/背景適用
   =============================== */
.team-hero {
  position: relative;
}

.team-hero__inner {
  position: relative;
  background-image: var(--team-bg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .team-hero__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .full0{
	  margin-left: 0px;
	  margin-right: 0px;
  }
}

.team-hero__title {
  /*text-shadow: 0 6px 28px rgba(0, 0, 0, 0.45);*/
  color:#000;
}

.team-hero__subtitle {
  /*text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);*/
  color:#333;
}

.team-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.team-accent {
  color: var(--team-color, #00a0e9);
}

/* ===============================
   Players - シーズン成績バー
   =============================== */
.player-hero {
  background: radial-gradient(120% 60% at 50% -20%, rgba(255, 255, 255, 0.06), transparent 70%);
}

.team-schedule{
	flex-wrap: wrap;
}

.player-hero__image{
	width: 40%;
}

.player-info{
	width: 50%;
	margin-left: 3%;
}

.player-info .items-center{
	margin-bottom: 30px;
}

.player-info .pt0 span,
.player-info .pt0 p{
	color:#fff !important;
}

/*.player-hero__image {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .player-hero__image {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}*/

/* Player meta */
.player-hero__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.player-hero__number {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

.player-hero__name {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.player-hero__subname {
  color: #a1a1aa;
  font-size: 0.875rem;
  line-height: 1.2;
}

.player-hero__position {
  color: #a1a1aa;
  margin-top: 0.25rem;
}

/* Player meta rows */
.player-meta {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.player-meta__label {
  color: #a1a1aa;
  min-width: 96px;
}

.player-meta__value {
  color: #ffffff;
}

/* Stat card */
.stat-card {
  background: #1c1c20;
  border: 1px solid #2a2a2e;
  border-radius: 12px;
  padding: 1rem;
}

.stat-card__label {
  color: #a1a1aa;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.stat-card__value {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}

.stat-bar {
  position: relative;
  height: 8px;
  background: #27272a;
  border-radius: 9999px;
  overflow: hidden;
}

.stat-bar__fill {
  height: 100%;
  width: 0;
  transition: width 0.6s ease;
}

.stat-bar__fill--goals {
  background: linear-gradient(90deg, #38bdf8, #0ea5e9);
}

.stat-bar__fill--assists {
  background: linear-gradient(90deg, #34d399, #10b981);
}

.stat-bar__fill--points {
  background: linear-gradient(90deg, #facc15, #eab308);
}

.game-card--live .game-heat {
  opacity: 1;
}

.game-card--live {
  border-color: #ef4444;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.35) inset;
}

.game-card--finished {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.game-card--scheduled {
  border-color: #3f3f46;
}

.team-logo-link {
  display: inline-block;
  transform: translateZ(0);
}

.team-logo-link:hover img {
  filter: drop-shadow(0 6px 16px rgba(255, 255, 255, 0.12));
  transform: scale(1.04);
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* モバイル最適化 */
/* スマポンシブ: モバイルもPCも同じカード型レイアウト 
.standings-table:not(.standings-table--transpose) {
  display: block;
}

.standings-table:not(.standings-table--transpose) thead {
  display: none;
}

.standings-table:not(.standings-table--transpose) tbody {
  display: block;
}

.standings-table:not(.standings-table--transpose) .standings-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid #27272a;
  background-color: #18181b;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

.standings-table:not(.standings-table--transpose) .standings-rank {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.standings-table:not(.standings-table--transpose) .standings-team {
  grid-column: 2;
  grid-row: 1;
  text-align: left !important;
  padding: 0;
  margin-bottom: 1rem;
}

.standings-table:not(.standings-table--transpose) td {
  padding: 0.25rem 0;
  text-align: left;
  border: none;
}

.standings-table:not(.standings-table--transpose) td:not(.standings-rank):not(.standings-team) {
  grid-column: 2;
}

.standings-table:not(.standings-table--transpose) td::before {
  content: attr(data-label);
  font-weight: 500;
  color: #a1a1aa;
  margin-right: 0.5rem;
  display: inline-block;
  min-width: 70px;
}

.standings-table:not(.standings-table--transpose) .standings-rank::before,
.standings-table:not(.standings-table--transpose) .standings-team::before {
  content: none;
}

.standings-table:not(.standings-table--transpose) .standings-points {
  font-size: 1.125rem;
  font-weight: 700;
}

/* ===================================================
   アーカイブページ ヒーローセクション
   ================================================== */

/* 試合日程・結果 ヒーロー */
.hero-games {
  position: relative;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

.hero-games__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #edf0f2;
  border-bottom: 1px solid #eee;
  /*background-image: url('../img/hero_games.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

/* 視認性確保のための暗いオーバーレイ */
/*.hero-games__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(9, 9, 11, 0.85) 0%,
    rgba(24, 24, 27, 0.75) 50%,
    rgba(9, 9, 11, 0.85) 100%
  );
  z-index: 1;
}

/* ブランドカラーアクセント */
/*.hero-games__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(139, 92, 246, 0.15) 50%,
    rgba(236, 72, 153, 0.15) 100%
  );
  z-index: 2;
}*/

.hero-games__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero-games__title {
    font-size: 2.25rem; /* 36px */
  }
}

/* チーム一覧 ヒーロー */
.hero-teams {
  position: relative;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

.hero-teams__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #edf0f2;
  border-bottom: 1px solid #eee;
  /*background-image: url('../img/hero_games.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

/* 視認性確保のための暗いオーバーレイ */
/*.hero-teams__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(9, 9, 11, 0.85) 0%,
    rgba(24, 24, 27, 0.75) 50%,
    rgba(9, 9, 11, 0.85) 100%
  );
  z-index: 1;
}

/* ブランドカラーアクセント */
/*.hero-teams__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(139, 92, 246, 0.15) 50%,
    rgba(236, 72, 153, 0.15) 100%
  );
  z-index: 2;
}*/

@media (min-width: 768px) {
  .hero-teams__title {
    font-size: 2.25rem; /* 36px */
  }
}

/* ニュース ヒーロー */
.hero-news {
  position: relative;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

.hero-news__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #edf0f2;
  border-bottom: 1px solid #eee;
  /*background-image: url('../img/hero_news.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

/* 視認性確保のための暗いオーバーレイ */
/*.hero-news__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(9, 9, 11, 0.85) 0%,
    rgba(24, 24, 27, 0.75) 50%,
    rgba(9, 9, 11, 0.85) 100%
  );
  z-index: 1;
}

/* ブランドカラーアクセント */
/*.hero-news__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(139, 92, 246, 0.15) 50%,
    rgba(236, 72, 153, 0.15) 100%
  );
  z-index: 2;
}*/

@media (min-width: 768px) {
  .hero-news__title {
    font-size: 2.25rem; /* 36px */
  }
}

/* 順位表 ヒーロー */
.hero-standings {
  position: relative;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}
.hero-standings {
	
}

.hero-standings__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #edf0f2;
  border-bottom: 1px solid #eee;
  /*background-image: url('../img/hero_standing.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

/* 視認性確保のための暗いオーバーレイ */
/*.hero-standings__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(9, 9, 11, 0.85) 0%,
    rgba(24, 24, 27, 0.75) 50%,
    rgba(9, 9, 11, 0.85) 100%
  );
  z-index: 1;
}

/* ブランドカラーアクセント */
/*.hero-standings__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(139, 92, 246, 0.15) 50%,
    rgba(236, 72, 153, 0.15) 100%
  );
  z-index: 2;
}*/

.hero-games__inner,
.hero-news__inner,
.hero-teams__inner,
.hero-standings__inner {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
}

.hero-games__title,
.hero-news__title,
.hero-teams__title,
.hero-standings__title,
.about-pillar-card__title,
.about-hero__title,
.hero-page__title{
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.2 !important;
  color:#333 !important;
  font-style: inherit !important;
  font-family: "Orbitron", sans-serif;
}

h1#about-title{
	color:#fff !important;
	font-size: 60px !important;
	font-style: italic !important;
	font-family: "Orbitron", sans-serif;
}

@media (min-width: 768px) {
  .hero-standings__title {
    font-size: 2.25rem; /* 36px */
  }
}

/* ===================================================
   フッターナビゲーション
   ================================================== */

.footer-nav {
  margin-bottom: 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* ===================================================
   汎用ページ ヒーローセクション
   ================================================== */

.hero-page {
  position: relative;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

.pt0{
	padding-top: 0px !important;
}

.hero-page__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
      background-color: #edf0f2;
    border-bottom: 1px solid #eee;
  /*background: linear-gradient(135deg, #18181b 0%, #27272a 100%);*/
}

.hero-page__inner {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
}


@media (min-width: 768px) {
  .hero-page__title {
    font-size: 2.25rem; /* 36px */
  }
}

/* ===================================================
   選手一覧 アニメーション
   ================================================== */

/* アニメーション定義 */
@keyframes playerFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 初期状態: 表示（JSが無効でも見える） */
.player-card {
  opacity: 1;
  transform: translateY(0);
}

/* JSが有効な場合のみ非表示 
.js .player-card:not(.is-visible) {
  opacity: 0;
  transform: translateY(30px);
}

/* アニメーション実行 
.player-card.is-visible {
  animation: playerFadeInUp 0.6s ease-out forwards;
}

/* ===================================================
   試合一覧 アニメーション
   ================================================== */

/* 初期状態: 表示（JSが無効でも見える） */
.game-card-animated {
  opacity: 1;
  transform: translateY(0);
}

/* JSが有効な場合のみ非表示 
.js .game-card-animated:not(.is-visible) {
  opacity: 0;
  transform: translateY(30px);
}

/* アニメーション実行 
.game-card-animated.is-visible {
  animation: playerFadeInUp 0.6s ease-out forwards;
}

/* ===================================================
   2026/06/09 ページ改修
   ================================================== */
/* 
.column-layout{
display: flex;
} */
.column-layout-between{
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .pc-nav {
    display: block !important;
  }
  .hamburger-menu {
    display: none !important;
  }
}

.tab-1 {
    display: flex;
    flex-wrap: wrap;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 10px .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #535353;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #245097 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    color: #333333;
}

.tab-1 label:has(:checked) + div {
    display: block;
}

.sponsor-cont{
	padding-top: 0px;
	padding-bottom: 2rem;
}

.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label{
	visibility: inherit !important;
	white-space: inherit !important;
}

.section-up0{
	padding-top: 0px !important;
	padding-bottom: 50px;
}

.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-ng{
	justify-content: center;
}

@media
only screen and (max-width : 768px){

body{
	overflow-x: hidden;
}

.team-wide .team-hero__logo{
	min-height: auto;
}

.team-wide .team-hero__logo img{
	height: auto;
	width: 100px;
}

.player-hero__image{
	width: 100%;
}

.player-info{
	margin-left: 0px;
	width: 100%;
}

.player-info .section.pt0{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.news-block a,
.team-archive .items-center,
.teams-block .items-center{
	width: 48%;
}
.teams-block .items-center{
	margin: 0 1% 20px;
}
.team-detail{
	padding-top: 0px;
	font-size: 14px;
}
.games-list .game-card, .team-schedule .game-card--finished{
	width: 100%;
}

.team-archive .items-center{
	margin-bottom: 25px;
}

h1#about-title{
	font-size: 28px !important;
}

.team-hero__title,
.section-heading,
.about-concept-copy{
	font-size: 24px;
}

.team-heading h3,
.hero-games__title, .hero-news__title, .hero-teams__title, .hero-standings__title, .about-pillar-card__title, .about-hero__title, .hero-page__title{
	font-size: 20px !important;
}

.hero-page__inner{
	padding: 1rem 0px;
}

h2.sponsor-ttl{
	font-size: 18px;
}

.standings-table--variantC .stat-pill,
.prose h2, .player-heading,
.about-info-item__value{
	font-size: 16px;
}

h3.leading-tight,
#game-data-container .space-y-2 .text-white, #game-data-container .space-y-2 .text-zinc-400{
	font-size: 15px;
}

.team-hero__subtitle,
.standings-table--transpose tbody tr>td.standings-stat:first-child,
.scoreboard .text-xs,
.goal-table td,
.about-readtxt p,
p.vision-txt,
.about-vision-item__text,
.about-pillar-card__text,
.about-overview-box p{
	font-size: 14px;
}

.footer-menu a,
.prose p,
.news-bottom .flex-wrap a{
	font-size: 13px;
}

.about-concept-copy{
	margin-bottom: 2rem;
}

.sponsor-block{
	flex-wrap: wrap;
	padding-left: 1%;
	padding-right: 1%;
	justify-content: flex-start;
}

.sponsor-block a{
	padding: 10px 15px;
	margin: 0px 1% 10px;
	width: 48%;
}

.sponsor-block a img{
	height: 30px !important;
}

.news-archive,
.section-gamecont{
	padding-top: 2rem;
}

.sponsor-cont{
	padding-bottom: 0px;
}

.single-top{
	padding-top: 25px !important;
}

.single-top h1{
	font-size: 24px;
	line-height: 1.6em;
}

.logomark{
	height: 40px !important;
}

.site-header .items-center{
	padding: 12px 15px;
}

.back-btn{
	padding: 0px 0px 35px !important;
}

.section-team{
	padding: 3rem 3% 0px;
}
#games-slider .splide__slide{
	width: 275px !important;
}

.team-archive img,
.teams-block .items-center a img{
	height: 125px;
	width: auto;
}
.teams-block .items-center a{
	height: auto;
}

h1.single-games,
.player-flex,
.about-pillar-grid{
	display: block;
}

h1.single-games p{
	text-align: center !important;
	font-size: 30px;
}

.about-pillar-card{
	width: 100%;
	margin-bottom: 10px;
}

.abt-treee{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.grid-cols-4{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}



}



