.yellow-title {
  margin-bottom: 25px;
  color: rgb(251, 214, 105);
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .yellow-title {
    font-size: 1.3rem;
  }
}

.game-title {
  position: relative;
  margin-bottom: 50px;
  color: rgb(251, 214, 105);
  font-size: 2.8rem;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.game-title::before {
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 435/138;
  background-image: url("../../images/title-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .game-title::before {
    width: 90%;
    top: 0;
  }
}

body {
  color: rgb(255, 255, 255);
  background-color: rgb(18, 21, 19);
}

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

.drawer-nav {
  background-color: rgb(18, 21, 19);
}
.drawer-nav .drawer-menu a.drawer-menu-item span {
  font-family: "Signika", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.drawer-nav .drawer-menu a.drawer-menu-item span:hover {
  color: rgb(251, 214, 105);
}

.game-navi {
  font-family: "Signika", sans-serif;
  font-weight: 600;
}
.game-navi a {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.game-navi a:not(.game-contact) span {
  font-weight: 500;
  text-shadow: 3px 2px 5px rgba(18, 21, 19, 0.7);
}
.game-navi a.game-contact {
  background-color: rgb(203, 57, 86);
  padding: 10px 20px;
  border-radius: 50px;
}

.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: 373/659;
  }
}

.first-title {
  margin-bottom: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(203, 57, 86);
}
@media (max-width: 767px) {
  .first-title {
    font-size: 1.5rem;
  }
}

.first-text-section .story-wrapper.first {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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.image-only {
  margin-top: -130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .story-wrapper.image-only {
    margin-top: -30px;
  }
}
.story-wrapper.image-only .image-left img {
  width: 80%;
  margin-left: 0;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}
@media (max-width: 1200px) {
  .story-wrapper.image-only .image-left img {
    width: 100%;
    -webkit-transform: translate(-50px, -90px);
            transform: translate(-50px, -90px);
  }
}
@media (max-width: 767px) {
  .story-wrapper.image-only .image-left img {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
}
.story-wrapper .yellow-title {
  width: 100%;
}
@media (max-width: 1023px) {
  .story-wrapper .yellow-title {
    text-align: center;
  }
}
.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 {
  position: relative;
  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-wrapper .mini {
  position: absolute;
  top: 80%;
  right: -30px;
  width: 60%;
}
@media (max-width: 1023px) {
  .story-wrapper .mini {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .story-wrapper .mini {
    display: none;
  }
}

.system-section {
  position: relative;
}
.system-section .system-bg {
  width: 100%;
  position: absolute;
  bottom: -200px;
  left: 0;
}
@media (max-width: 767px) {
  .system-section .system-bg {
    bottom: 50px;
  }
}
.system-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.system-wrapper {
  margin-top: 250px;
}
@media (max-width: 1023px) {
  .system-wrapper {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .system-wrapper {
    margin-top: 100px;
  }
}
.system-wrapper .image-box {
  max-width: 900px;
  margin: auto;
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 1023px) {
  .system-wrapper .image-box {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .system-wrapper .image-box {
    gap: 5px;
    margin-top: 30px;
  }
}

.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: 1.8rem;
  font-family: "Bakbak One", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1145px) {
  .product-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .product-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-title {
    font-size: 1.3rem;
  }
}

.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;
}
@media (max-width: 767px) {
  .product-wrapper {
    gap: 30px;
  }
}
.product-wrapper .text-box {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .product-wrapper .text-box {
    display: contents;
  }
}
@media (max-width: 1023px) {
  .product-wrapper .text-box > div {
    width: 60%;
  }
}
@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: 50%;
}
@media (max-width: 1023px) {
  .product-wrapper .image-box {
    width: 40%;
  }
}
@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;
}
@media (max-width: 767px) {
  .product-wrapper .product-first-text {
    font-size: 0.8rem;
  }
}
.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: 10px;
}
.product-wrapper .product-inner-box .title {
  width: 120px;
  background-color: rgb(203, 57, 86);
  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: 100px;
  }
}
.product-wrapper .product-inner-box .contents {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: left;
}
@media (max-width: 767px) {
  .product-wrapper .product-inner-box .contents {
    width: calc(100% - 100px - 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-weight: 900;
  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(255, 255, 255);
  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(255, 255, 255);
}
.photo-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(203, 57, 86);
}

.movie-section .inner-box.coming-soon {
  border-radius: 20px;
  font-family: "Signika", sans-serif;
  font-weight: 600;
}
.movie-section .inner-box.coming-soon::before {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.game-buy-wrapper div.buy-link a {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.game-footer-company-wrapper .ubisoft img {
  height: 120px;
}
@media (max-width: 767px) {
  .game-footer-company-wrapper .ubisoft img {
    height: 100px;
  }
}

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

.single-section.page-about-section .bg {
  display: none;
}
.single-section.page-about-section .game-title {
  font-family: "Signika", sans-serif;
  font-weight: 600;
  text-align: center;
}
.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 */