.game-title.topics img {
  display: none;
}

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

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

.game-header-wrapper .game-header-logo {
  width: 120px;
}
@media (max-width: 767px) {
  .game-header-wrapper .game-header-logo {
    display: none;
  }
}
.game-header-wrapper a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.game-header-wrapper a:not(.game-contact) {
  background: linear-gradient(177.89deg, rgb(255, 255, 255) -27.93%, rgb(234, 231, 226) 19.98%, rgb(150, 138, 112) 98.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 0px 7px rgb(0, 0, 0));
          filter: drop-shadow(0px 0px 7px rgb(0, 0, 0));
}
.game-header-wrapper a:not(.game-contact):hover {
  text-shadow: 0px 0px 2px rgb(255, 255, 255);
}
.game-header-wrapper a.game-contact {
  display: inline-block;
  padding: 5px 40px;
  color: rgb(255, 255, 255);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right top;
  background-image: url("../../images/contact-bg.jpg");
}
.game-header-wrapper a.game-contact:hover {
  -webkit-filter: drop-shadow(0px 0px 7px rgb(0, 0, 0));
          filter: drop-shadow(0px 0px 7px rgb(0, 0, 0));
}
.game-header-wrapper .sp-navigation {
  margin-left: auto;
}

.drawer-nav {
  background-color: rgb(13, 13, 13);
}

.game-fv-section {
  background-image: url("../../images/fv-image.jpg");
  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;
  height: auto;
  max-height: 1080px;
  aspect-ratio: 1500/700;
}
@media (max-width: 767px) {
  .game-fv-section {
    width: 100%;
    aspect-ratio: 375/802;
    background-image: url("../../images/fv-image-sp.jpg");
  }
}
.game-fv-section .fv-text {
  padding-top: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .game-fv-section .fv-text {
    font-size: 1rem;
    padding-top: 40px;
  }
}
.game-fv-section .fv-ago-icon {
  left: auto;
  right: 30px;
}
@media (max-width: 1023px) {
  .game-fv-section .fv-ago-icon {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .game-fv-section .fv-ago-icon {
    width: 30px;
  }
}

.game-footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.3%, rgba(255, 255, 255, 0.19)), color-stop(70.82%, rgba(149, 149, 149, 0.72)), color-stop(117.8%, #000000));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) -0.3%, rgba(149, 149, 149, 0.72) 70.82%, #000000 117.8%);
}
.game-footer .game-footer-company-wrapper {
  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;
  gap: 30px;
}
.game-footer .game-footer-company-wrapper img {
  width: auto;
  height: 84px;
  margin: 0;
}

.copy-light {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .copy-light {
    font-size: 0.8rem;
  }
}
.copy-light .color-white {
  display: block;
}

body.no-scroll {
  overflow: hidden;
}

.loading-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: url("../../images/ago-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 10%;
}
@media (max-width: 767px) {
  .loading-bg {
    padding-bottom: 70px;
    background-image: url("../../images/ago-bg-sp.jpg");
  }
}
.loading-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.loading-bg .contents-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  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;
}
@media (max-width: 767px) {
  .loading-bg .contents-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .loading-bg .contents-wrapper > div {
    padding: 20px;
    background-color: rgba(53, 53, 53, 0.6);
  }
}
.loading-bg.hidden {
  display: none;
}
.loading-bg .ago-white-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 170px;
}
.loading-bg .title {
  margin-bottom: 20px;
  gap: 20px;
  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;
  font-size: 1.3rem;
  text-shadow: 0 0 20px rgb(0, 0, 0);
  -webkit-filter: drop-shadow(0 0 20px rgb(0, 0, 0));
          filter: drop-shadow(0 0 20px rgb(0, 0, 0));
}
.loading-bg .title::after, .loading-bg .title::before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 1px solid rgb(0, 0, 0);
          box-shadow: 1px solid rgb(0, 0, 0);
}

.ago-logo {
  width: 40%;
  margin-bottom: 30px;
}

.confirmation-text {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}

.ago-link-wrapper {
  max-width: 600px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  gap: 10px 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .ago-link-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.ago-link {
  display: inline-block;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  border: 1px solid rgb(255, 255, 255);
}
.ago-link:hover {
  -webkit-box-shadow: 0 0 10px rgb(255, 255, 255);
          box-shadow: 0 0 10px rgb(255, 255, 255);
}

.ago-copy-light {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 30px 30px 0;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ago-copy-light img {
  margin: 0;
  width: 27px;
}

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

.days-to-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: 35px;
}
.days-to-wrapper.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .days-to-wrapper.first .text-box,
  .days-to-wrapper.first .image-box {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .days-to-wrapper.first .text-box,
  .days-to-wrapper.first .image-box {
    width: 100%;
  }
}
.days-to-wrapper .image-box {
  width: 45%;
}
@media (max-width: 1023px) {
  .days-to-wrapper .image-box {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .days-to-wrapper .image-box {
    width: 100%;
  }
}
.days-to-wrapper .text-box {
  position: relative;
  width: calc(55% - 35px);
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
}
@media (max-width: 1200px) {
  .days-to-wrapper .text-box {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .days-to-wrapper .text-box {
    width: calc(60% - 35px);
  }
}
@media (max-width: 767px) {
  .days-to-wrapper .text-box {
    width: 100%;
  }
}
.days-to-wrapper .text-box p {
  position: relative;
  z-index: 2;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .days-to-wrapper .text-box p {
    letter-spacing: normal;
  }
}
.days-to-wrapper .text-box p:not(:last-child) {
  margin-bottom: 25px;
}
.days-to-wrapper .text-box .hand {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 10%);
          transform: translate(-30%, 10%);
  width: 50%;
  max-width: 500px;
}
@media (max-width: 1023px) {
  .days-to-wrapper .text-box .hand {
    -webkit-transform: translate(-30%, 40%);
            transform: translate(-30%, 40%);
  }
}

.game-title {
  width: 338px;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
  aspect-ratio: 338/96;
  font-size: 3rem;
  color: rgb(216, 0, 0);
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/title-bg.png");
  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;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .game-title {
    margin-bottom: 30px;
    font-size: 2.5rem;
    width: 80%;
  }
}
.game-title.topics {
  width: 338px;
  text-shadow: 0px 0px 7px rgb(0, 0, 0);
  aspect-ratio: 338/96;
  font-size: 3rem;
  color: rgb(216, 0, 0);
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/title-bg.png");
  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;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .game-title.topics {
    margin-bottom: 30px;
    font-size: 2.5rem;
    width: 80%;
  }
}

.system-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .system-title {
    font-size: 1.3rem;
  }
}
.system-title span {
  font-size: 1rem;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .system-title span {
    margin-left: 5px;
    font-size: 0.8rem;
  }
}

#system .days-to-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#system .days-to-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

#products .game-text-wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
#products .text-box {
  width: 50%;
  text-align: left;
}
@media (max-width: 1023px) {
  #products .text-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#products .image-box {
  max-width: 390px;
  width: calc(50% - 50px);
}
@media (max-width: 1023px) {
  #products .image-box {
    width: 100%;
    margin: auto;
  }
}
#products .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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  #products .product-wrapper {
    gap: 5px;
  }
}
#products .product-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
#products .product-wrapper .title {
  padding: 7px 10px;
  width: 170px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(53, 53, 53);
}
@media (max-width: 767px) {
  #products .product-wrapper .title {
    font-size: 1rem;
    width: 140px;
  }
}
#products .product-wrapper .contents {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 170px - 10px);
}
@media (max-width: 767px) {
  #products .product-wrapper .contents {
    width: 100%;
    width: calc(100% - 140px - 5px);
  }
}
#products .product-wrapper .contents img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  width: 25px;
}

.topics-link {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
}
.topics-link span {
  vertical-align: middle;
}
.topics-link::after {
  margin-left: 20px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(216, 0, 0);
  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);
}

#photo .swiper-pagination {
  margin-top: 10px;
  position: static;
}
#photo .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgb(53, 53, 53);
}
#photo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(216, 0, 0);
}

#movie .inner-box.coming-soon {
  background-color: rgba(105, 105, 105, 0.34);
  border-radius: 28px;
}
#movie .inner-box.coming-soon::before {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: rgb(216, 0, 0);
}
/*# sourceMappingURL=style.css.map */