/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.105.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.98.0_webpack@5.105.4/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/blocks/home/next-game.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.home-next-game__row {
  display: flex;
  align-items: center;
  gap: 40px 16px;
}
@media screen and (min-width: 1025px) {
  .home-next-game__row > *:nth-child(1) {
    max-width: 624px;
    flex: 0 0 34%;
  }
  .home-next-game__row > *:nth-child(2) {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .home-next-game__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.home-next-game__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 20px;
}
.home-next-game__description {
  color: #4F4F4F;
  font-size: 15px;
  line-height: 180%;
  margin-bottom: 60px;
}
.home-next-game__link {
  padding: 14px 24px;
}
@media screen and (max-width: 767px) {
  .home-next-game__link {
    padding: 9px 15px;
  }
}
.home-next-game__item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  min-height: 360px;
}
@media screen and (max-width: 1024px) {
  .home-next-game__item {
    min-height: initial;
    padding: 100px 20px 20px 20px;
  }
}
.home-next-game__list-title {
  font-family: "Nippo", serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}
.home-next-game__list-value {
  color: #4F4F4F;
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 10px;
}
.home-next-game__item-image img {
  border-radius: 16px;
}
.home-next-game__right-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .home-next-game__right-column {
    grid-template-columns: 1fr;
  }
}
.home-next-game__item-link {
  padding: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.11px;
}
