.game-title {
  margin-bottom: 50px;
  font-size: 3rem;
  font-family: "Skranji", system-ui;
  text-shadow: 3px 3px 0 rgb(151, 111, 8);
}
.game-title.topics {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Skranji", system-ui;
}
.game-title.topics img {
  display: none;
}

.single-section.page-about-section .bg {
  display: none;
}

body {
  background-image: url("../../images/bg-tr.jpg");
  color: rgb(255, 255, 255);
}

.game-header-wrapper {
  padding: 10px 30px;
}
@media (max-width: 1023px) {
  .game-header-wrapper {
    padding: 10px 30px 10px 10px;
  }
}
@media (max-width: 767px) {
  .game-header-wrapper {
    padding: 10px 15px 10px 0;
  }
}
.game-header-wrapper a {
  color: rgb(255, 255, 255);
  font-family: "Skranji", system-ui;
  font-size: 1.2rem;
}
.game-header-wrapper a:hover {
  text-shadow: 3px 3px 0 rgb(151, 111, 8);
}
.game-header-wrapper a.game-contact {
  display: inline-block;
  padding: 10px 40px;
  background-image: url("../../images/bg-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.game-header-wrapper a.game-contact:hover {
  color: rgb(255, 255, 255);
}

.drawer-nav {
  background-image: url("../../images/bg-tr.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.game-fv-section {
  position: relative;
  aspect-ratio: 15/7;
  height: auto;
  max-height: 100%;
  background-image: url("../../images/fv-image.jpg");
}
@media (max-width: 1023px) {
  .game-fv-section {
    height: auto;
    aspect-ratio: 7/10;
    background-image: url("../../images/fv-image-sp.jpg");
  }
}
@media (max-width: 767px) {
  .game-fv-section {
    aspect-ratio: 7.5/15;
  }
}
@media (max-width: 1023px) {
  .game-fv-section .fv-ago-icon.right {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .game-fv-section .fv-ago-icon.right {
    bottom: 65px;
  }
}

.game-footer {
  background-image: url("../../images/bg-footer.png");
}

.game-footer-logo {
  max-width: 300px;
}

.game-footer-company-wrapper img {
  height: 70px;
}

.copy-light {
  text-align: left;
  max-width: 780px;
  margin: auto;
}
@media (max-width: 1023px) {
  .copy-light {
    font-size: 0.8rem;
  }
}

.first-section .story-wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.first-section .story-wrapper:nth-child(odd) .text-box {
  margin-right: auto;
  margin-left: -5%;
}
@media (max-width: 1023px) {
  .first-section .story-wrapper:nth-child(odd) .text-box {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .first-section .story-wrapper:nth-child(odd) .image-box {
    position: relative;
    z-index: 2;
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .first-section .story-wrapper:nth-child(odd) .image-box {
    margin-top: 20px;
  }
}

.story-wrapper {
  margin: auto;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.story-wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.story-wrapper:nth-child(even) .text-box {
  margin-left: 0;
  margin-right: -5%;
}
@media (max-width: 1023px) {
  .story-wrapper:nth-child(even) .text-box {
    margin-right: auto;
  }
}
.story-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.story-wrapper .image-box {
  width: 60%;
}
@media (max-width: 1023px) {
  .story-wrapper .image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -50px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .story-wrapper .image-box {
    width: 100%;
    margin-top: 30px;
  }
}
.story-wrapper .text-box {
  width: 45%;
  margin-left: -5%;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (max-width: 1023px) {
  .story-wrapper .text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 65%;
    margin-left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 767px) {
  .story-wrapper .text-box {
    width: 100%;
  }
}
.story-wrapper .title {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.story-wrapper .inner-text {
  padding: 30px 50px;
  aspect-ratio: 487/243;
  background-image: url("../../images/storytext-bg1.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: rgb(60, 40, 2);
  text-align: left;
}
@media (max-width: 1075px) {
  .story-wrapper .inner-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .story-wrapper .inner-text {
    font-size: 0.8rem;
    padding: 10px 15px;
  }
}
.story-wrapper .inner-text p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .story-wrapper .inner-text p:not(:last-child) {
    margin-bottom: 2px;
  }
}

#system .story-wrapper {
  max-width: 1040px;
}
#system .story-wrapper:nth-child(even) {
  margin-left: 0;
}
#system .story-wrapper:nth-child(odd) {
  margin-right: 0;
}

.product-wrapper {
  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;
}
.product-wrapper .text-box {
  width: 535px;
  text-align: left;
}
@media (max-width: 1100px) {
  .product-wrapper .text-box {
    width: 420px;
  }
}
@media (max-width: 1023px) {
  .product-wrapper .text-box {
    width: 100%;
  }
}
.product-wrapper .product-title {
  width: 100%;
  text-align: left;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-wrapper .product-title {
    font-size: 1.3rem;
  }
}
.product-wrapper .correspondence {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-wrapper .correspondence {
    font-size: 1rem;
  }
}
.product-wrapper .correspondence span:not(:last-child) {
  margin-right: 15px;
}
.product-wrapper .produst-inner {
  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: 15px;
}
.product-wrapper .produst-inner:not(:last-child) {
  margin-bottom: 15px;
}
.product-wrapper .produst-inner .title {
  padding: 5px 10px;
  width: 110px;
  text-align: center;
  border-radius: 5px;
  color: rgb(60, 40, 2);
  background-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .product-wrapper .produst-inner .title {
    width: 80px;
  }
}
.product-wrapper .produst-inner .contents {
  width: calc(100% - 110px - 15px);
}
@media (max-width: 767px) {
  .product-wrapper .produst-inner .contents {
    width: calc(100% - 80px - 15px);
    font-size: 0.8rem;
  }
}
.product-wrapper .produst-inner .contents img {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
  width: 25px;
}
.product-wrapper .image-box {
  width: calc(100% - 30px - 535px);
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
  .product-wrapper .image-box {
    width: calc(100% - 30px - 420px);
  }
}
@media (max-width: 1023px) {
  .product-wrapper .image-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-wrapper .image-box {
    gap: 15px;
  }
}
.product-wrapper .image-box p {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-wrapper .image-box p {
    font-size: 0.95rem;
  }
}

.product-dx-wrapper {
  margin-top: 50px;
}
.product-dx-wrapper .dx-title {
  margin: 0 auto 30px;
  max-width: 420px;
  padding: 5px;
  border-radius: 10px;
  color: rgb(60, 40, 2);
  background-color: rgb(255, 255, 255);
}
.product-dx-wrapper .dx-wrapper {
  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: 1100px) {
  .product-dx-wrapper .dx-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-dx-wrapper .dx-wrapper {
    gap: 30px 10px;
  }
}
.product-dx-wrapper .dx-wrapper p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.1rem;
}
.product-dx-wrapper .dx-wrapper .dx-inner {
  width: calc((100% - 380px - 100px) / 2);
}
@media (max-width: 1100px) {
  .product-dx-wrapper .dx-wrapper .dx-inner {
    width: calc((100% - 310px - 60px) / 2);
  }
}
@media (max-width: 1023px) {
  .product-dx-wrapper .dx-wrapper .dx-inner {
    width: calc((100% - 30px) / 2);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .product-dx-wrapper .dx-wrapper .dx-inner {
    width: calc((100% - 10px) / 2);
  }
}
.product-dx-wrapper .dx-wrapper .dx-text {
  text-align: left;
  width: 380px;
}
@media (max-width: 1100px) {
  .product-dx-wrapper .dx-wrapper .dx-text {
    width: 310px;
  }
}
@media (max-width: 1023px) {
  .product-dx-wrapper .dx-wrapper .dx-text {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .product-dx-wrapper .dx-wrapper .dx-text {
    width: 100%;
  }
}

.topics-link {
  font-family: "Skranji", system-ui;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
}
.topics-link span {
  vertical-align: middle;
}
.topics-link::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 10px;
  height: 12px;
  background-color: rgb(217, 77, 26);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  vertical-align: middle;
}

.main-contents a {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
}

.game-towcolumn-wrapper .inner-box {
  position: relative;
}
.game-towcolumn-wrapper .inner-box::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  position: absolute;
}

.game-buy-wrapper {
  padding: 0;
  background-color: transparent;
  max-width: 100%;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023px) {
  .game-buy-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.game-buy-wrapper div.buy-link a {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.game-buy-wrapper div.buy-link a:nth-of-type(2)::after {
  display: none;
}
/*# sourceMappingURL=style.css.map */