@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.en .game-hp {
  width: 32.5945241199vw;
}
@media only screen and (min-width: 768px) {
  .en .game-hp {
    width: 9.375vw;
  }
}
@media only screen and (min-width: 1601px) {
  .en .game-hp {
    width: 150px;
  }
}
.en .game-comment__h4 {
  width: 39.1134289439vw;
}
@media only screen and (min-width: 768px) {
  .en .game-comment__h4 {
    width: 12.5vw;
  }
}
@media only screen and (min-width: 1601px) {
  .en .game-comment__h4 {
    width: 200px;
  }
}

.mainvisual {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    padding: 33.8983050847vw 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 500px;
  }
}
.mainvisual--item {
  width: 100%;
  padding: 0 13.037809648vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mainvisual--item {
    width: 1600px;
    padding: 0 100px;
  }
}
.mainvisual--title {
  font-size: 7.8226857888vw;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mainvisual--title {
    font-size: 48px;
  }
}
.mainvisual--logo {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mainvisual--logo {
    width: 30vw;
    margin: 0 auto;
  }
}
.mainvisual--read {
  margin: 7.8226857888vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--read {
    margin: 30px 0 0;
  }
}
.mainvisual--read span {
  text-shadow: 1.3037809648vw 1.3037809648vw 2.6075619296vw rgba(0, 0, 0, 0.8);
  font-size: 3.7809647979vw;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  display: block;
}
.mainvisual--read span:nth-child(2) {
  margin: 3.9113428944vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--read span {
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 18px;
  }
  .mainvisual--read span:nth-child(2) {
    margin: 0;
  }
}
.mainvisual--text {
  font-size: 3.3898305085vw;
  line-height: 2;
  margin: 5.8670143416vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--text {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 0;
  }
}

.section--contents {
  padding: 9.1264667536vw 0 22.1642764016vw;
}
@media only screen and (min-width: 768px) {
  .section--contents {
    padding: 60px 0 150px;
  }
}
.section--contents__block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--contents__block {
    max-width: 1000px;
  }
}

.game-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .game-thumb {
    width: 47.8125vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1601px) {
  .game-thumb {
    width: 765px;
  }
}
.game-thumb__main {
  width: 91.2646675359vw;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .game-thumb__main {
    width: 39.0625vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-thumb__main {
    width: 625px;
  }
}
.game-thumb__wrapper {
  width: 100%;
  height: 100%;
}
.game-thumb .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.game-thumb .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.game-thumb .swiper-button-next,
.game-thumb .swiper-button-prev {
  width: 11.7340286832vw;
  height: 15.6453715776vw;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.game-thumb .swiper-button-next:after,
.game-thumb .swiper-button-prev:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .game-thumb .swiper-button-next,
  .game-thumb .swiper-button-prev {
    width: 3.75vw;
    height: 3.75vw;
    transition: 0.3s;
    top: 45%;
  }
  .game-thumb .swiper-button-next:hover,
  .game-thumb .swiper-button-prev:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1601px) {
  .game-thumb .swiper-button-next,
  .game-thumb .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.game-thumb .swiper-button-next {
  background: url("/static/images/about/arrow_next.png") no-repeat 0 0/contain;
  right: -2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .game-thumb .swiper-button-next {
    right: -0.625vw;
  }
}
.game-thumb .swiper-button-prev {
  background: url("/static/images/about/arrow_prev.png") no-repeat 0 0/contain;
  left: -1.3037809648vw;
}
@media only screen and (min-width: 768px) {
  .game-thumb .swiper-button-prev {
    left: 0vw;
  }
}
.game-thumb .swiper-container-horizontal > .swiper-pagination-bullets,
.game-thumb .swiper-pagination-custom,
.game-thumb .swiper-pagination-fraction {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .game-thumb .swiper-container-horizontal > .swiper-pagination-bullets,
  .game-thumb .swiper-pagination-custom,
  .game-thumb .swiper-pagination-fraction {
    bottom: 0;
  }
}
.game-thumb .swiper-pagination {
  position: relative;
  margin-top: 5.2151238592vw;
}
@media only screen and (min-width: 768px) {
  .game-thumb .swiper-pagination {
    margin-top: 1.25vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-thumb .swiper-pagination {
    margin-top: 20px;
  }
}
.game-thumb .swiper-pagination-bullet {
  position: relative;
  width: 3.1290743155vw;
  height: 3.1290743155vw;
  margin: 0 1.3037809648vw !important;
  opacity: 1;
  background: #fff;
}
.game-thumb .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9d33ff;
}
@media only screen and (min-width: 768px) {
  .game-thumb .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px !important;
  }
}
.game-inner {
  padding: 0 2.6075619296vw;
  margin-top: 7.8226857888vw;
}
@media only screen and (min-width: 768px) {
  .game-inner {
    padding: 0;
    margin: 2.5vw auto 0;
  }
}
@media only screen and (min-width: 1601px) {
  .game-inner {
    margin: 40px auto 0;
  }
}
.game-list__item:not(:first-child) {
  position: relative;
  margin-top: 15.6453715776vw;
  padding-top: 15.6453715776vw;
}
@media only screen and (min-width: 768px) {
  .game-list__item:not(:first-child) {
    margin-top: 3.75vw;
    padding-top: 3.75vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-list__item:not(:first-child) {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.game-list__item:not(:first-child):before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: " ";
  width: 94.9152542373vw;
  height: 0.260756193vw;
  background-color: #555555;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .game-list__item:not(:first-child):before {
    width: 100%;
    height: 0.125vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-list__item:not(:first-child):before {
    height: 2px;
  }
}
.game-tit {
  font-size: 5.2151238592vw;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .game-tit {
    font-size: 1.875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-tit {
    font-size: 30px;
  }
}
.game-info {
  margin-top: 7.8226857888vw;
  font-size: 3.3898305085vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .game-info {
    margin-top: 2.5vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-info {
    margin-top: 40px;
    font-size: 16px;
  }
}
.game-info__item {
  display: flex;
}
.game-info__item:not(:first-child) {
  margin-top: 3.259452412vw;
}
@media only screen and (min-width: 768px) {
  .game-info__item:not(:first-child) {
    margin-top: 0.9375vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-info__item:not(:first-child) {
    margin-top: 15px;
  }
}
.game-info__head {
  font-weight: bold;
}
.game-info__text {
  margin-left: 1.9556714472vw;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .game-info__text {
    margin-left: 0.9375vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-info__text {
    margin-left: 15px;
  }
}
.game-hp {
  margin-top: 3.9113428944vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.7718383312vw;
  height: 6.518904824vw;
  border: 1px solid #9d33ff;
  color: #9d33ff;
  font-size: 3.3898305085vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .game-hp {
    margin-top: 1.25vw;
    width: 7.5vw;
    height: 2.1875vw;
    font-size: 1vw;
    transition: 300ms;
  }
  .game-hp:hover {
    background-color: #9d33ff;
    color: #000;
    transform: translateY(-3%);
  }
}
@media only screen and (min-width: 1601px) {
  .game-hp {
    margin-top: 20px;
    width: 120px;
    height: 35px;
    font-size: 16px;
  }
}
.game-comment__h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7.8226857888vw;
  margin-left: 0.6518904824vw;
  width: 26.075619296vw;
  height: 5.2151238592vw;
  background-color: #fff;
  color: #000;
  font-size: 3.3898305085vw;
  font-weight: bold;
  transform: skew(-10deg);
}
@media only screen and (min-width: 768px) {
  .game-comment__h4 {
    margin-top: 2.5vw;
    margin-left: 0.3125vw;
    width: 7.5vw;
    height: 1.875vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-comment__h4 {
    margin-top: 40px;
    margin-left: 5px;
    width: 120px;
    height: 30px;
    font-size: 16px;
  }
}
.game-comment__h4 span {
  display: block;
  transform: skew(10deg);
}
.game-comment__inner {
  display: flex;
  margin-top: 5.2151238592vw;
}
@media only screen and (min-width: 768px) {
  .game-comment__inner {
    margin-top: 1.25vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-comment__inner {
    margin-top: 20px;
  }
}
.game-comment__wrapper {
  flex: 1;
  margin-left: 2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .game-comment__wrapper {
    margin-left: 0.9375vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-comment__wrapper {
    margin-left: 15px;
  }
}
.game-comment__line {
  display: block;
  content: "";
  margin-top: 1.6949152542vw;
  width: 6.518904824vw;
  height: 0.5215123859vw;
  background-color: #9d33ff;
}
@media only screen and (min-width: 768px) {
  .game-comment__line {
    margin-top: 0.5vw;
    width: 1.875vw;
    height: 0.125vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-comment__line {
    margin-top: 8px;
    width: 30px;
    height: 2px;
  }
}
.game-comment__h5 {
  font-size: 3.3898305085vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .game-comment__h5 {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-comment__h5 {
    font-size: 16px;
  }
}
.game-comment__text {
  font-size: 3.3898305085vw;
  margin-top: 2.6075619296vw;
  line-height: 1.5;
  white-space: pre-wrap;
}
@media only screen and (min-width: 768px) {
  .game-comment__text {
    font-size: 1vw;
    margin-top: 0.625vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-comment__text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.game-btn {
  margin-top: 7.8226857888vw;
}
@media only screen and (min-width: 768px) {
  .game-btn {
    margin-top: 2.5vw;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1601px) {
  .game-btn {
    margin-top: 40px;
  }
}
.game-attention {
  width: 94.9152542373vw;
  margin: 13.037809648vw auto 0;
  padding-bottom: 39.1134289439vw;
}
@media only screen and (min-width: 768px) {
  .game-attention {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 18.75vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-attention {
    padding-bottom: 300px;
  }
}
.game-attention__h3 {
  font-size: 5.2151238592vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .game-attention__h3 {
    font-size: 1.875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-attention__h3 {
    font-size: 30px;
  }
}
.game-attention__sp {
  font-size: 3.9113428944vw;
  margin-top: 5.2151238592vw;
}
@media only screen and (min-width: 768px) {
  .game-attention__sp {
    display: none;
  }
}
.game-attention__box {
  margin-top: 5.2151238592vw;
  padding: 2.6075619296vw;
  width: 100%;
  height: 52.1512385919vw;
  overflow: scroll;
  background-color: #fff;
  color: #000;
  border-radius: 0.7822685789vw;
  font-size: 3.3898305085vw;
  line-height: 1.5;
  white-space: pre-wrap;
}
@media only screen and (min-width: 768px) {
  .game-attention__box {
    margin-top: 2.5vw;
    padding: 0.9375vw;
    height: 18.75vw;
    border-radius: 0.3125vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-attention__box {
    margin-top: 40px;
    padding: 15px;
    height: 300px;
    border-radius: 5px;
    font-size: 16px;
  }
}
.game-dl {
  display: none;
}
@media only screen and (min-width: 768px) {
  .game-dl {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .game-dl__wrapper {
    width: 48.5%;
    margin: 2.5vw 0 0;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__wrapper {
    width: 48.5%;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .game-dl__wrapper:nth-child(even) {
    margin: 2.5vw 0 0 3%;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__wrapper:nth-child(even) {
    margin: 40px 0 0 3%;
  }
}
@media only screen and (min-width: 768px) {
  .game-dl__btn a {
    width: 100%;
  }
  .game-dl__btn a span {
    font-size: 1.25vw;
    word-break: auto-phrase;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__btn a span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .game-dl__inner {
    margin-top: 0.625vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__inner {
    margin-top: 10px;
  }
}
.game-dl__text > span {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .game-dl__text > span {
    margin-right: 1.25vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__text > span {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .game-dl__text {
    margin-top: 0.3125vw;
    font-size: 0.875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__text {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .game-dl__link {
    margin-top: 0.75vw;
    font-size: 0.875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl__link {
    margin-top: 12px;
    font-size: 14px;
  }
}
.game-dl__link a {
  color: #9d33ff;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s;
}
.game-dl__link a:hover {
  text-decoration: none;
}
.game-dl-attention {
  margin-top: 5.2151238592vw;
  font-size: 2.6075619296vw;
  color: #fff;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .game-dl-attention {
    margin-top: 2.5vw;
    font-size: 0.875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .game-dl-attention {
    margin-top: 40px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=../maps/game.css.map */
