/*****************************************************************************
CSS only for Homegame 2025-26 theme_bluefesta day ver
*****************************************************************************/

/* Match
-----------------------------------------*/
.Match {
  position: relative;
  z-index: 0;
}
.Match::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/homegame/2025-26/assets/img/theme_bluefesta/bg_match.webp);
  background-repeat: no-repeat;
  background-position: center calc(0% - 140px);
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Match::before {
  background-image: url(/homegame/2025-26/assets/img/theme_bluefesta/bg_match\_sp.webp);
  background-position: center top;
  }
}