.game {
  background-image: url(../../../img/bg_game.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 750px) {
  .game {
    background-image: url(../../../img/bg_game_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 17.5rem 5rem 16rem;
    overflow: hidden;
  }
}
.game-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.4rem;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .game-logo {
    width: 10rem;
  }
}
.game-logo a {
  display: block;
}
.game-wrap {
  max-width: 122rem;
  margin: 0 auto;
}
.game-top__tit {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 5.38rem;
  text-align: center;
}
.game-top__tit::before, .game-top__tit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
  width: 35.4rem;
  height: 11.7rem;
}
.game-top__tit::before {
  left: 9rem;
  background-image: url(../../../img/collection_lights_01.png);
}
@media screen and (max-width: 750px) {
  .game-top__tit::before {
    left: -18.5rem;
  }
}
.game-top__tit::after {
  right: 9rem;
  background-image: url(../../../img/collection_lights_02.png);
}
@media screen and (max-width: 750px) {
  .game-top__tit::after {
    right: -18.5rem;
  }
}
.game-top__img {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .game-top__img {
    margin-top: 5rem;
  }
}
.game-top__img h2 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.6rem;
}
@media screen and (max-width: 750px) {
  .game-top__img h2 {
    line-height: 1.2;
  }
}
.game-top__img h2 span {
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.game-top__img figure {
  background-image: url(../../../img/frame.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  max-width: 89.3rem;
  padding: 2.5rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 750px) {
  .game-top__img figure {
    padding: 2.4rem 2rem;
    margin: 4rem auto 0;
  }
}
.game-info {
  margin-top: 12rem;
}
@media screen and (max-width: 750px) {
  .game-info {
    position: relative;
    margin-top: 15rem;
  }
  .game-info::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8rem;
    transform: translateX(-50%);
    background-image: radial-gradient(#c1aa05 20%, transparent 20%);
    background-size: 1.8rem;
    width: calc(100% - 6.8rem);
    height: 1.8rem;
  }
}
.game-info.multi {
  margin-top: 14rem;
}
.game-info__tit {
  text-align: center;
}
.game-info__tit h2 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .game-info__tit h2 {
    font-size: 4rem;
  }
}
.game-info__tit h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  background-image: radial-gradient(#c1aa05 20%, transparent 20%);
  background-size: 1.5rem;
  width: calc(100% + 4rem);
  height: 1.5rem;
}
@media screen and (max-width: 750px) {
  .game-info__tit h2::after {
    background: none;
  }
}
.game-info__tit h2 span {
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.game-list {
  margin-top: 9rem;
}
@media screen and (max-width: 750px) {
  .game-list {
    margin-top: 5rem;
  }
}
.game-item {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .game-item {
    flex-direction: column;
    gap: 4rem;
  }
}
.game-item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .game-item.reverse {
    flex-direction: column;
  }
}
.game-item:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .game-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.game-item__img {
  position: relative;
  width: 100%;
  min-width: 71.5rem;
}
@media screen and (max-width: 750px) {
  .game-item__img {
    min-width: auto;
    text-align: center;
  }
}
.game-item__img.gif {
  background-image: url(../../../img/frame.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .game-item__img.gif {
    padding: 2.4rem 2rem;
  }
}
.game-item__img .key {
  position: absolute;
  bottom: -14rem;
  right: -8rem;
  width: 25rem;
}
@media screen and (max-width: 750px) {
  .game-item__img .key {
    position: initial;
    margin: 3rem 0 -2.5rem;
  }
}
.game-item__img .wipe {
  position: absolute;
  right: -6rem;
  bottom: -9.5rem;
  width: 25.4rem;
}
@media screen and (max-width: 750px) {
  .game-item__img .wipe {
    position: initial;
    margin: 3.5rem 0 0;
  }
}
.game-item__txt {
  width: 100%;
}
.game-item__txt p {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .game-item__txt p {
    font-size: 2.5rem;
    letter-spacing: 0.13em;
    line-height: 2;
    text-align: center;
  }
}

.header {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .header.lang {
    background-color: #00001c;
  }
}
.header-menu {
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .menu {
    position: sticky;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-list {
    max-width: 69.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .menu-item {
    width: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-item a {
    transform: translate(-50%, -60%);
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-border {
    background: linear-gradient(90deg, rgb(208, 224, 121) 0%, rgb(175, 226, 157) 3.07%, rgb(125, 229, 210) 8.1%, rgb(95, 230, 243) 11.88%, rgb(83, 231, 255) 13.95%, rgb(239, 144, 185) 29.65%, rgb(255, 248, 160) 45.8%, rgb(223, 237, 178) 49.36%, rgb(142, 211, 222) 57.12%, rgb(115, 202, 237) 59.59%, rgb(195, 169, 207) 73.21%, rgb(240, 151, 190) 80.57%, rgb(213, 64, 155) 91.48%, rgb(194, 0, 130) 100%);
    width: 192rem;
    height: 0.25rem;
  }
}