/* =====================
   Bento wrapper
   ===================== */
.bento-bg {
  background: #06170f;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 14px;
}

/* =====================
   Row 1: Slide フルワイド
   ===================== */
.row1 {
  width: 100%;
}

.slide {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #0a2018;
}

.slide-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide-dots {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: flex;
  gap: 6px;
  z-index: 1;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
}

.dot.on {
  background: #ead477;
  width: 20px;
  border-radius: 4px;
}

/* =====================
   Row 2: SNS 2列
   ===================== */
.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sns-card {
  min-height: 100px;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.sns-card-ig {
  background: #1a3d2b;
}

.sns-card-x {
  background: #0e2518;
}

.sns-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.sns-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-icon-ig {
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
}

.sns-icon-x {
  background: #000;
}

.sns-icon svg {
  width: 18px;
  height: 18px;
}

.sns-handle {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.sns-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .38);
  margin-top: 2px;
  line-height: 1.4;
}

.sns-btn {
  display: inline-block;
  font-size: 10px;
  color: #ead477;
  border: .5px solid rgba(234, 212, 119, .3);
  border-radius: 4px;
  padding: 5px 12px;
  flex-shrink: 0;
  text-decoration: none;
}

/* =====================
   Row 3: Score (5) + News (7)
   ===================== */
.row3 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 14px;
  min-height: 260px;
}

.score-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
}

.sc-tn {
  font-size: 14px;
  color: rgba(255, 255, 255, .4);
}

.sc-n {
  font-size: 72px;
  font-weight: 500;
  color: #ead477;
  line-height: 1;
}

.sc-n2 {
  font-size: 72px;
  font-weight: 500;
  color: rgba(255, 255, 255, .2);
  line-height: 1;
}

.sc-vs {
  font-size: 11px;
  color: rgba(255, 255, 255, .15);
  margin: 3px 0;
}

.sc-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, .28);
  margin-top: 8px;
}

.sc-badge {
  display: inline-block;
  background: rgba(234, 212, 119, .14);
  color: #ead477;
  font-size: 10px;
  padding: 4px 18px;
  border-radius: 24px;
  margin-top: 8px;
  letter-spacing: .1em;
}

.ni {
  padding: 11px 0;
  border-bottom: .5px solid rgba(234, 212, 119, .14);
}

.ni:last-child {
  border-bottom: none;
}

.ni-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ni-link:hover .nt {
  color: #ead477;
}

.nd {
  font-size: 13px;
  color: rgba(255, 255, 255, .35);
  margin-bottom: 3px;
}

.nt {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}

.nc {
  display: inline-block;
  margin-top: 5px;
  background: rgba(234, 212, 119, .13);
  color: #ead477;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
}

.n-more {
  margin-top: auto;
  padding-top: 14px;
  font-size: 14px;
  color: #ead477;
  text-decoration: none;
  display: block;
}

/* =====================
   Row 4: Players フルワイド
   ===================== */
.players-card {
  border-radius: 16px;
  padding: 24px;
  background: #1a3d2b;
  position: relative;
  overflow: hidden;
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  margin-top: 4px;
}

.player {
  background: #0e2518;
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pl-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #154734;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(255, 255, 255, .1);
}

.pl-num {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(234, 212, 119, .1);
  line-height: 1;
}

.pl-pos {
  font-size: 11px;
  color: #ead477;
  font-weight: 500;
  letter-spacing: .06em;
}

.pl-name {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-top: 2px;
}

.pl-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, .25);
  margin-top: 4px;
}

.players-more {
  text-align: right;
  margin-top: 14px;
  font-size: 12px;
  color: #ead477;
  text-decoration: none;
  display: block;
}

/* =====================
   Row 5: Schedule (6) + Access (6)
   ===================== */
.row5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  min-height: 200px;
}

.sr {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  border-bottom: .5px solid rgba(255, 255, 255, .07);
}

.sr:last-child {
  border-bottom: none;
}

.s-dt {
  font-size: 14px;
  color: #ead477;
  min-width: 56px;
  flex-shrink: 0;
  font-weight: 500;
}

.s-bk {
  font-size: 11px;
  background: rgba(234, 212, 119, .1);
  color: #ead477;
  padding: 2px 7px;
  border-radius: 4px;
  flex-shrink: 0;
}

.s-ti {
  font-size: 14px;
  color: #fff;
  flex: 1;
}

.s-ve {
  font-size: 12px;
  color: rgba(255, 255, 255, .3);
}

.access-map {
  flex: 1;
  background: #0e2518;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  margin-top: 4px;
}

.access-map img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.access-info {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.7;
}

.access-more {
  margin-top: 14px;
  font-size: 14px;
  color: #ead477;
  text-decoration: none;
  display: block;
}

/* =====================
   Row 6: Sponsors
   ===================== */
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sponsor-card {
  border-radius: 16px;
  background: #0e2518;
  border: .5px solid rgba(234, 212, 119, .1);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.sponsor-card img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 80%;
  height: auto;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.sponsor-card:hover {
  background: #1a3d2b;
}

/* =====================
   スマホ レスポンシブ（top固有）
   ===================== */
@media (max-width: 768px) {

  .bento-bg {
    padding: 10px;
    gap: 10px;
    border-radius: 12px;
  }

  /* Row1 Slide */
  .slide {
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 100%;
  }

  /* Row2 SNS */
  .row2 {
    gap: 10px;
  }

  .sns-card {
    min-height: 100px;
    padding: 14px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .sns-desc {
    display: none;
  }

  .sns-btn {
    margin-top: 4px;
  }

  /* Row3 Score + News */
  .row3 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .row3>.card:first-child {
    order: 2;
  }

  .row3>.card:last-child {
    order: 1;
  }

  .sc-n,
  .sc-n2 {
    font-size: 52px;
  }

  /* Row4 Players */
  .players-card {
    border-radius: 12px;
    padding: 18px;
  }

  .players-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .pl-photo {
    width: 42px;
    height: 42px;
  }

  .pl-num {
    font-size: 16px;
  }

  .pl-name {
    font-size: 12px;
  }

  .pl-meta {
    font-size: 10px;
  }

  /* Row5 Schedule + Access */
  .row5 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .s-ve {
    display: none;
  }

  .sr {
    flex-wrap: wrap;
    gap: 6px;
  }

  /* Row6 Sponsors */
  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* 極小スマホ (375px以下) */
@media (max-width: 375px) {
  .players-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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