.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: "Knewave", system-ui;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-shadow: 0px 4px 6px rgba(0, 69, 16, 0.25);
}
.game-header-wrapper a:hover {
  text-shadow: 0px 4px 6px rgba(0, 69, 16, 0.9);
}
.game-header-wrapper a.game-contact {
  display: inline-block;
}
.game-header-wrapper a.game-contact img {
  width: 178px;
}

.drawer-nav {
  background-image: url("../../images/bg-system.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: 767px) {
  .game-fv-section {
    background-image: url("../../images/fv-image-sp.jpg");
    aspect-ratio: 375/688;
  }
}
@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;
  }
}

.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: 50px;
}
@media (max-width: 767px) {
  .company-wrapper {
    gap: 0 10px;
  }
}
.company-wrapper img {
  width: auto;
  margin: 0 0 50px;
  height: 84px;
}
@media (max-width: 1023px) {
  .company-wrapper img {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .company-wrapper img {
    height: auto;
    height: 35px;
  }
}

.uandi {
  width: 57px;
  margin-left: 0;
}

.copy-light {
  font-size: 0.9rem;
}

.game-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .game-title {
    margin-bottom: 30px;
  }
}
.game-title img {
  height: 60px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .game-title img {
    height: 40px;
  }
}

.title-after-text {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
  text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.25);
}
@media (max-width: 1023px) {
  .title-after-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .title-after-text {
    font-size: 1.3rem;
  }
}

.first-bg {
  color: rgb(90, 79, 79);
  background-image: url("../../images/bg-summary.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.first-section {
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .first-section {
    padding-bottom: 80px;
  }
}

.sports-camp-summary-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;
}
.sports-camp-summary-wrapper .text-box {
  width: 50%;
  text-align: left;
  aspect-ratio: 558/414;
  background-image: url("../../images/summary-text-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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 50px;
  line-height: 170%;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .sports-camp-summary-wrapper .text-box {
    font-size: 1rem;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sports-camp-summary-wrapper .text-box {
    width: 100%;
    padding: 20px;
    font-size: 0.9rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 3;
  }
}
.sports-camp-summary-wrapper img {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 100px;
  margin-left: -30px;
}
@media (max-width: 1023px) {
  .sports-camp-summary-wrapper img {
    margin-top: -50px;
    margin-left: auto;
    width: 65%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sports-camp-summary-wrapper img {
    margin-top: 0;
    width: 100%;
  }
}
.sports-camp-summary-wrapper.system {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sports-camp-summary-wrapper.system img {
  margin-left: 0;
  margin-right: -30px;
}
@media (max-width: 1023px) {
  .sports-camp-summary-wrapper.system img {
    margin-right: auto;
    margin-left: 0;
  }
}

.system2-section {
  color: rgb(90, 79, 79);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/bg-system.jpg");
}
@media (max-width: 767px) {
  .system2-section {
    background-position: left;
  }
}

.system-title {
  margin-bottom: 50px;
  background-image: url("../../images/system-title-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 537px;
  aspect-ratio: 537/164;
  max-width: 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;
  text-align: left;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  color: rgb(255, 255, 255);
  text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .system-title {
    font-size: 1.2rem;
  }
}
.system-title.en {
  font-family: "Knewave", system-ui;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
}

.system-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: 80px;
}
@media (max-width: 1180px) {
  .system-wrapper {
    gap: 20px 50px;
  }
}
.system-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.system-wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.system-wrapper .text-box {
  padding: 50px;
  border-radius: 40px;
  width: 50%;
  max-width: 560px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1180px) {
  .system-wrapper .text-box {
    width: calc(50% + 30px);
    padding: 50px 30px;
  }
}
@media (max-width: 1023px) {
  .system-wrapper .text-box {
    font-size: 1rem;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .system-wrapper .text-box {
    width: 100%;
    border-radius: 20px;
    padding: 30px 15px;
  }
}
.system-wrapper .text-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
.system-wrapper .image-box {
  position: relative;
  width: calc(50% - 80px);
}
@media (max-width: 1023px) {
  .system-wrapper .image-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .system-wrapper .image-box {
    width: 100%;
  }
}
.system-wrapper .swiper-pagination.camp-pagination {
  bottom: -30px;
}
@media (max-width: 1023px) {
  .system-wrapper .swiper-pagination.camp-pagination {
    display: none;
  }
}

.swiper-button-next.camp-next,
.swiper-button-prev.camp-prev {
  width: 45px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .swiper-button-next.camp-next,
  .swiper-button-prev.camp-prev {
    width: 30px;
  }
}
.swiper-button-next.camp-next::after,
.swiper-button-prev.camp-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/swiper-next.png");
}

.swiper-button-next.camp-next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.swiper-button-prev.camp-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-button-prev.camp-prev::after {
  background-image: url("../../images/swiper-prev.png");
}

.swiper-pagination.camp-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
.swiper-pagination.camp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 85, 0)), to(rgb(255, 179, 0)));
  background: linear-gradient(180deg, rgb(255, 85, 0) 0%, rgb(255, 179, 0) 100%);
}

.bg-yellow {
  background-color: rgb(230, 179, 12);
  color: rgb(255, 255, 255);
}

.product-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: 30px;
}
.product-wrapper .text-box {
  width: calc(100% - 300px - 30px);
  max-width: 460px;
  text-align: left;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .product-wrapper .text-box {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .product-wrapper .text-box {
    width: 100%;
  }
}
.product-wrapper .inner-box:not(:last-child) {
  margin-bottom: 20px;
}
.product-wrapper .inner-box:not(.big) {
  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: 5px 15px;
}
.product-wrapper .title {
  padding: 2px;
  width: 123px;
  background-color: rgb(90, 79, 79);
  border-radius: 10px;
  text-align: center;
}
.product-wrapper .contents {
  width: calc(100% - 123px - 15px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.product-wrapper .contents img {
  display: inline-block;
  margin: 0 0 0 20px;
  width: 27px;
  vertical-align: middle;
}
.product-wrapper .image-box {
  width: 300px;
}

.product-title {
  margin-bottom: 30px;
}

.game-photo-swiper .swiper-pagination {
  position: static;
}

.game-topics-list a {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
}
.game-topics-list .text-box {
  margin-top: 0;
  padding: 20px;
  border-left: none;
  color: rgb(90, 79, 79);
}

.topics-link {
  font-family: "Knewave", system-ui;
  font-size: 1.5rem;
  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(90, 79, 79);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  vertical-align: middle;
}

.single-section .game-title.topics {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-bottom: 0;
}
.single-section .game-title.topics::before {
  content: "";
  display: block;
  aspect-ratio: 236/60;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  background-size: contain;
  background-image: url("../../images/title/topics.svg");
}
.single-section .game-title.topics img {
  display: none;
}
.single-section .game-title.topics span {
  display: none;
}
.single-section .inner-box {
  padding: 50px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(90, 79, 79);
}
@media (max-width: 767px) {
  .single-section .inner-box {
    padding: 50px 30px 30px;
  }
}
.single-section .single-title {
  border-color: rgb(255, 255, 255);
}

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

.bg-buy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/bg-buy.jpg");
}
/*# sourceMappingURL=style.css.map */