.ball-wrapper {
  width: 265px;
  margin-left: auto;
  position: relative;
}
.ball-wrapper::after {
  position: absolute;
  bottom: -30%;
  left: -20%;
  content: "";
  width: 120%;
  height: 120%;
  background: radial-gradient(50% 50% at 50% 50%, #515151 40%, #585858 42%, #939393 57%, #C1C1C1 71%, #E3E3E3 83%, #F7F7F7 93%, #FFFFFF 100%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
.ball-wrapper img {
  position: relative;
  z-index: 2;
}

.bg-shadow {
  mix-blend-mode: Overlay;
}

body {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 88, 19);
}

.game-header-wrapper {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .game-header-wrapper {
    padding: 10px 20px 10px 0;
  }
}

.drawer-nav {
  background-color: rgb(0, 88, 19);
}
.drawer-nav .drawer-menu {
  position: relative;
  z-index: 2;
}
.drawer-nav .drawer-menu a.drawer-menu-item span {
  font-family: "Coda", system-ui;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .drawer-nav .drawer-menu a.drawer-menu-item span {
    color: rgb(255, 255, 255);
  }
}
.drawer-nav .bg-shadow {
  position: absolute;
  right: -50px;
  bottom: -50px;
  mix-blend-mode: Overlay;
  width: 200%;
  pointer-events: none;
}
.drawer-nav .ball-wrapper {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 130px;
}

.game-navi a {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Coda", system-ui;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .game-navi a {
    font-size: 1.3rem;
  }
}
.game-navi a:not(.game-contact) span {
  display: inline-block;
  color: rgb(244, 205, 50);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.game-navi a:not(.game-contact):hover span {
  color: rgb(0, 88, 19);
}
.game-navi a.game-contact {
  color: rgb(255, 255, 255);
  padding: 5px 30px;
  border-radius: 50px;
  background-color: rgb(0, 68, 157);
}
.game-navi a.game-contact:hover {
  background-color: rgb(244, 205, 50);
}

.game-footer {
  background-color: rgb(0, 0, 0);
}

.first-section {
  background-image: url("../../images/fv-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1500/700;
}
@media (max-width: 767px) {
  .first-section {
    background-image: url("../../images/fv-image-sp.jpg");
    aspect-ratio: 375/825;
  }
}

.hiddon-wrapper {
  overflow: hidden;
}

.first-text {
  margin-bottom: 80px;
  position: relative;
  color: rgb(0, 68, 157);
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .first-text {
    font-size: 1.8rem;
  }
}
.first-text .white-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -57%);
          transform: translate(-50%, -57%);
}
@media (max-width: 1023px) {
  .first-text .white-bg {
    width: 130%;
  }
}
@media (max-width: 767px) {
  .first-text .white-bg {
    width: 150%;
  }
}
.first-text span {
  z-index: 2;
  position: relative;
}

.overview-section {
  position: relative;
}
.overview-section .bg-shadow {
  bottom: -250px;
  left: 0;
  width: 120vw;
  max-width: 2300px;
  position: absolute;
}
@media (max-width: 1250px) {
  .overview-section .bg-shadow {
    bottom: -130px;
  }
}
@media (max-width: 1023px) {
  .overview-section .bg-shadow {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .overview-section .bg-shadow {
    bottom: auto;
    top: -130px;
  }
}

.game-title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-family: "Coda", system-ui;
  font-size: 3.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(244, 205, 50);
  text-align: left;
}
.game-title img {
  height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.game-title.center {
  text-align: center;
}

.story-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px 55px;
}
@media (max-width: 1023px) {
  .story-wrapper {
    gap: 0 30px;
  }
}
.story-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.story-wrapper .text-box {
  width: 55%;
  font-size: 1.1rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .story-wrapper .text-box {
    display: contents;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .story-wrapper .text-box {
    font-size: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .story-wrapper .text-box .game-text-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .story-wrapper .text-box .game-text-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.story-wrapper .inner-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.story-wrapper .image-box {
  width: calc(45% - 60px);
}
@media (max-width: 1023px) {
  .story-wrapper .image-box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .story-wrapper .image-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.story-side-image {
  position: absolute;
  bottom: -200px;
  left: -5%;
  width: 55%;
  max-width: 730px;
}
@media (max-width: 1023px) {
  .story-side-image {
    bottom: -120px;
  }
}
@media (max-width: 767px) {
  .story-side-image {
    bottom: -50px;
  }
}

.system-section .contents-wrapper {
  position: relative;
}
.system-section .left-deco-wrapper {
  position: absolute;
  top: -360px;
  left: -30%;
  width: 90%;
}
@media (max-width: 1200px) {
  .system-section .left-deco-wrapper {
    top: -300px;
  }
}
@media (max-width: 1023px) {
  .system-section .left-deco-wrapper {
    top: -150px;
  }
}
@media (max-width: 767px) {
  .system-section .left-deco-wrapper {
    width: 100%;
    top: -110px;
  }
}
.system-section .left-deco-wrapper .ball-wrapper {
  top: 10%;
  left: 45%;
  position: absolute;
}
@media (max-width: 1200px) {
  .system-section .left-deco-wrapper .ball-wrapper {
    width: 20%;
  }
}
.system-section .right-deco {
  position: absolute;
  bottom: -20%;
  right: -20%;
}
@media (max-width: 1023px) {
  .system-section .right-deco {
    width: 120%;
  }
}
@media (max-width: 767px) {
  .system-section .right-deco {
    bottom: -5%;
    right: auto;
    left: 0;
    width: 150%;
  }
}

.products-section {
  position: relative;
  background-image: url("../../images/products-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.products-section .contents-wrapper {
  position: relative;
}
.products-section .left-deco {
  position: absolute;
  top: -150%;
  left: -20%;
}
@media (max-width: 1200px) {
  .products-section .left-deco {
    top: -100%;
  }
}
@media (max-width: 767px) {
  .products-section .left-deco {
    width: 150%;
    top: -30%;
    left: auto;
    right: 0;
  }
}

.product-title {
  font-size: 2rem;
  font-family: "Bakbak One", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1023px) {
  .product-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-title {
    font-size: 1.7rem;
  }
}

.product-wrapper {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1023px) {
  .product-wrapper {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .product-wrapper {
    gap: 30px;
  }
}
.product-wrapper .text-box {
  width: 60%;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .product-wrapper .text-box {
    display: contents;
  }
}
@media (max-width: 1023px) {
  .product-wrapper .text-box > div {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .product-wrapper .text-box > div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.product-wrapper .image-box {
  width: calc(40% - 50px);
}
@media (max-width: 1023px) {
  .product-wrapper .image-box {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .product-wrapper .image-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product-wrapper .product-first-text {
  text-align: left;
  margin-bottom: 10px;
}
.product-wrapper .product-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-wrapper .product-inner-box {
    gap: 10px;
  }
}
.product-wrapper .product-inner-box:not(:last-child) {
  margin-bottom: 20px;
}
.product-wrapper .product-inner-box .title {
  width: 120px;
  background-color: rgb(1, 76, 7);
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .product-wrapper .product-inner-box .title {
    width: 90px;
  }
}
.product-wrapper .product-inner-box .contents {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .product-wrapper .product-inner-box .contents {
    width: calc(100% - 90px - 10px);
    text-align: left;
  }
}
.product-wrapper .product-inner-box .ago-image {
  width: 30px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.topics-link {
  font-family: "Coda", system-ui;
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
}
.topics-link span {
  vertical-align: middle;
}
.topics-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  aspect-ratio: 1/1;
  margin-left: 10px;
  background-color: rgb(0, 68, 157);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topics-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.game-towcolumn-wrapper .inner-box.coming-soon {
  background-color: rgb(1, 76, 7);
  font-family: "Coda", system-ui;
  font-weight: 800;
}

.photo-section {
  position: relative;
}
.photo-section .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgb(54, 54, 54);
}
.photo-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(0, 68, 157);
}

.movie-section .coming-soon {
  border-radius: 20px;
  font-family: "Bakbak One", sans-serif;
  text-transform: uppercase;
}

.game-buy-wrapper div.buy-link a {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.game-buy-wrapper div.buy-link a:nth-of-type(2)::after {
  display: none;
}

.copy-light {
  max-width: 830px;
  margin: 0 auto 30px;
}

.single-section.page-about-section .bg {
  display: none;
}
.single-section.page-about-section .single-title-wrapper {
  border-color: rgb(255, 255, 255);
}
.single-section.page-about-section .game-title {
  text-align: center;
  font-family: "Coda", system-ui;
}
.single-section.page-about-section .game-title img {
  display: none;
}
.single-section.page-about-section .game-date,
.single-section.page-about-section .single-title,
.single-section.page-about-section .main-contents {
  color: rgb(255, 255, 255);
}
.single-section.page-about-section .game-topics-tag {
  color: rgb(244, 205, 50);
  border-color: rgb(244, 205, 50);
}
/*# sourceMappingURL=style.css.map */