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

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

.game-navi {
  font-family: "Bakbak One", sans-serif;
}
.game-navi a {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.game-navi a:not(.game-contact) span {
  display: inline-block;
  background: linear-gradient(177.89deg, #FFFFFF -27.93%, #D8DEDD 98.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.game-navi a.game-contact {
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid rgb(41, 252, 196);
  -webkit-box-shadow: 0px 0px 6px 2px rgb(41, 252, 196) inset, 1px 1px 6px 0px rgb(41, 252, 196), 0px 0px 40px 0px rgba(41, 252, 196, 0.49);
          box-shadow: 0px 0px 6px 2px rgb(41, 252, 196) inset, 1px 1px 6px 0px rgb(41, 252, 196), 0px 0px 40px 0px rgba(41, 252, 196, 0.49);
}
.game-navi a.game-contact:hover {
  background-color: rgb(41, 252, 196);
}
.game-navi a.game-contact:hover span {
  color: rgb(52, 52, 52);
}
.game-navi a.game-contact span {
  color: rgb(41, 252, 196);
}

.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;
  }
}

.first-title {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
}
.first-text {
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .first-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .first-text {
    font-size: 0.9rem;
  }
}

.hiddon-wrapper {
  overflow: hidden;
}

.story-section {
  background-image: url("../../images/story-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(255, 255, 255);
}
.story-section .contents-wrapper {
  position: relative;
}

.game-title {
  margin-bottom: 50px;
  font-family: "Bakbak One", sans-serif;
  font-size: 3.2rem;
  text-align: center;
}
.game-title img {
  height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.story-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 55px;
}
@media (max-width: 1023px) {
  .story-wrapper {
    gap: 0 30px;
  }
}
.story-wrapper:nth-child(even) {
  -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 .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-big-image {
  margin-block: 100px 30px;
  max-width: 1920px;
}

.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;
}

.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(54, 54, 54);
  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: "Bakbak One", sans-serif;
  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(41, 252, 196);
  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 .coming-soon {
  font-family: "Almendra SC", serif;
}

.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(41, 252, 196);
}

.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 {
  background-color: rgb(0, 0, 0);
}
.single-section.page-about-section .bg {
  display: none;
}
.single-section.page-about-section .game-title::before {
  content: "";
  margin: auto;
  height: 80px;
  display: block;
  aspect-ratio: 186/73;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/title/topics.svg");
}
.single-section.page-about-section .game-title span {
  display: none;
}
.single-section.page-about-section .game-title img {
  display: none;
}
.single-section.page-about-section .single-title,
.single-section.page-about-section .main-contents {
  color: rgb(255, 255, 255);
}
/*# sourceMappingURL=style.css.map */