@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;900&display=swap");
.header {
  position: absolute;
}
.header__platform {
  position: absolute;
  top: 0;
  left: 0;
}
.header__logo--switch {
  margin-right: 25px;
}
.header__logo--switch, .header__logo--ps {
  vertical-align: middle;
}

main {
  margin-top: 0;
  color: #000;
  line-height: 2;
  font-weight: 700;
  font-size: 2.4rem;
}
main .section {
  text-align: center;
  padding: 60px 0 160px;
  position: relative;
}
main .section::before {
  position: absolute;
  top: -100px;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
}
main .section__wrap {
  overflow: hidden;
}
main .section__title {
  margin-bottom: 40px;
}
main .section__text {
  margin-top: 120px;
}
main .slide__item {
  margin-right: 1vw;
  margin-left: 1vw;
}
main .slide__img {
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.4);
}
main .slick-list {
  overflow: visible;
}
main .slick-dots {
  bottom: -72px;
}
main .slick-dots li {
  margin: 0 25px;
}
main .slick-dots li button::before {
  content: "";
  background: #000;
  height: 16px;
  width: 16px;
  opacity: 1;
  margin: 8px;
}
main .slick-dots li.slick-active button::before {
  background: #fff;
  width: 32px;
  height: 32px;
  margin: 0;
}
main .swiper {
  overflow: visible;
}
main .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
main .swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
}
main .mv {
  background: url(../images/mv.png) no-repeat center top/auto, url(../images/mv_bg.jpg) no-repeat center bottom/cover;
  position: relative;
  padding-bottom: 170px;
}
main .mv__wrap {
  text-align: center;
  padding-top: 620px;
}
main .mv__movie {
  position: absolute;
  left: 20px;
  top: 630px;
  text-align: center;
  max-width: 18.5%;
}
main .mv__movieText {
  margin-bottom: 20px;
}
main .mv__movieImg {
  max-width: 90%;
  width: 458px;
}
main .mv__bnr {
  position: absolute;
  right: 10px;
  top: 20px;
  text-align: center;
  max-width: 25.31%;
}
main .mv__bnr01 {
  width: 486px;
}
main .mv__bnr02 {
  width: 486px;
  margin-top: 10px;
}
main .mv__title {
  margin: 0 auto;
  max-width: 54.6%;
}
main .mv__release {
  text-align: center;
  margin: 0 auto 1%;
  max-width: 25.21%;
}
main .mv__textWrap {
  text-align: right;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  line-height: 1.75;
}
main .about {
  background: #75acff;
}
main .about::before {
  background: url(../images/about_top.png) repeat-x;
}
main .system {
  background: #7effac;
}
main .system::before {
  background: url(../images/system_top.png) repeat-x;
}
main .enemy {
  background: #ff7e7e;
}
main .enemy::before {
  background: url(../images/enemy_top.png) repeat-x;
}
main .brother {
  background: #fffaac;
}
main .brother::before {
  background: url(../images/brother_top.png) repeat-x;
}
main .brother__img {
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.4);
}
main .brother__text {
  margin-top: 50px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 5.8rem;
  color: #c80000;
  line-height: 1.8;
}
main .brother__rubi--01, main .brother__rubi--02 {
  position: relative;
}
main .brother__rubi--01::before, main .brother__rubi--02::before {
  font-size: 2.2rem;
  font-weight: 900;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  text-align: center;
}
main .brother__rubi--01::before {
  content: "ほか";
}
main .brother__rubi--02::before {
  content: "とうじょう";
}
main .product {
  background: #90ccff;
  padding: 60px 0 80px;
  position: relative;
}
main .product::before {
  background: url(../images/product_top.png) repeat-x;
  position: absolute;
  top: -100px;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
}
main .product__box {
  background: #fff;
  border: #ccc solid 10px;
  padding: 80px 30px 60px;
  margin: 0 auto;
  max-width: 1200px;
}
main .product__flex {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
main .product__imgWrap + p {
  margin-left: 40px;
}
main .product__img {
  height: 100%;
}
main .product__title--jp, main .product__title--en {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
}
main .product__rubi01--01, main .product__rubi01--02, main .product__rubi01--03, main .product__rubi01--04, main .product__rubi01--05 {
  position: relative;
  white-space: pre;
}
main .product__rubi01--01::before, main .product__rubi01--02::before, main .product__rubi01--03::before, main .product__rubi01--04::before, main .product__rubi01--05::before {
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
}
main .product__rubi01--01::before {
  content: "しかく";
}
main .product__rubi01--02::before {
  content: "ちきゅう";
}
main .product__rubi01--03::before {
  content: "ふたた";
}
main .product__rubi01--04::before {
  content: "あらわ";
}
main .product__rubi01--05::before {
  content: "ちきゅうぼうえいぐん";
}
main .product__release {
  font-family: "M PLUS 1p", sans-serif;
  color: #2828c5;
  font-size: 8.8rem;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
}
main .product__rubi02--01, main .product__rubi02--02, main .product__rubi02--03, main .product__rubi02--04, main .product__rubi02--05 {
  font-size: 8rem;
  position: relative;
  white-space: pre;
}
main .product__rubi02--01::before, main .product__rubi02--02::before, main .product__rubi02--03::before, main .product__rubi02--04::before, main .product__rubi02--05::before {
  font-weight: 700;
  font-size: 2.4rem;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
}
main .product__rubi02--01::before {
  content: "こう";
}
main .product__rubi02--02::before {
  content: "ひょう";
}
main .product__rubi02--03::before {
  content: "はつ";
}
main .product__rubi02--04::before {
  content: "ばい";
}
main .product__rubi02--05::before {
  content: "ちゅう";
}
main .product__detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .product__textWrap {
  text-align: center;
  margin-right: 130px;
}
main .product__price {
  line-height: 1.5;
}
main .product__price + p {
  margin-top: 20px;
}
main .product__btnWrap {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}
main .product__btn--nintendo, main .product__btn--ps {
  width: 560px;
  max-width: 48%;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.4);
  margin: 0 20px;
  outline: #fff solid 2px;
  outline-offset: -10px;
  text-align: center;
  padding: 20px;
  line-height: 1.25;
  position: relative;
  color: #000;
}
main .product__btn--nintendo::after, main .product__btn--ps::after {
  content: "";
  width: 40px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
main .product__btn--nintendo {
  background: #ff7e7e;
}
main .product__btn--nintendo::after {
  background: url(../images/arrow_red.png) no-repeat center/contain;
}
main .product__btn--ps {
  background: #75acff;
}
main .product__btn--ps::after {
  background: url(../images/arrow_blue.png) no-repeat center/contain;
}
main .product__reserve {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 6rem;
}
main .product__store {
  font-size: 3.2rem;
}
main .product__free {
  text-align: center;
}
main .product__textImg {
  margin-bottom: 20px;
}
main .product__bnrImg {
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.4);
}

.footer::before, .footer::after {
  content: none;
}

@media (max-width: 1920px) {
  main .mv {
    background: url(../images/mv.png) no-repeat center top/contain, url(../images/mv_bg.jpg) no-repeat center bottom/cover;
    padding-bottom: 9%;
  }
}
@media (max-width: 1670px) {
  main .mv__wrap {
    padding-top: 32%;
  }
  main .mv__movie {
    top: 52%;
  }
  main .mv__textWrap {
    font-size: 1.3vw;
  }
}
@media (max-width: 1190px) {
  main .mv {
    background: url(../images/mv.png) no-repeat center top 50px/contain, url(../images/mv_bg.jpg) no-repeat center bottom/cover;
    padding-bottom: 12%;
  }
  main .mv__wrap {
    padding-top: 37%;
  }
  main .mv__textWrap {
    font-size: 1.4vw;
  }
  main .product__btn--nintendo::after, main .product__btn--ps::after {
    right: 15px;
  }
  main .product__reserve {
    font-size: 4rem;
  }
  main .product__store {
    font-size: 2.4rem;
  }
}
/* STYLE MOBILE */
@media (max-width: 768px) {
  .header__platform {
    top: 0;
    z-index: 1;
  }
  .header__logo--switch {
    width: 50px;
    margin-right: 5px;
  }
  .header__logo--ps {
    width: 190px;
  }
  main {
    font-size: 1.6rem;
  }
  main .section {
    padding: 30px 0 80px;
  }
  main .section::before {
    height: 50px;
    top: -49px;
  }
  main .section__title {
    margin-bottom: 20px;
  }
  main .section__text {
    margin-top: 60px;
    text-align: left;
  }
  main .slide__item {
    margin: 0 6px;
  }
  main .slide__img {
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
  }
  main .slick-list {
    overflow: hidden;
    padding-bottom: 6px !important;
  }
  main .slick-dots {
    bottom: -32.5px;
  }
  main .slick-dots li {
    margin: 0 12.5px;
  }
  main .slick-dots li button::before {
    content: "";
    height: 7.5px;
    width: 7.5px;
    margin: 4.25px;
  }
  main .slick-dots li.slick-active button::before {
    width: 16px;
    height: 16px;
  }
  main .mv {
    background: url(../images/mv-sp.png) no-repeat center top 50px/contain, url(../images/mv_bg-sp.jpg) no-repeat center bottom/cover;
    padding-bottom: 90px;
  }
  main .mv__wrap {
    padding-top: 103%;
  }
  main .mv__title {
    max-width: 100%;
    margin: 0 5px;
  }
  main .mv__release {
    max-width: 52%;
    margin: 5px auto 20px;
  }
  main .mv__textWrap {
    font-size: 1.3rem;
    text-align: center;
  }
  main .mv__text + p {
    padding-top: 1em;
  }
  main .mv__movie {
    position: static;
    max-width: 100%;
    top: auto;
    left: auto;
    padding: 0 15px;
    margin-top: 40px;
  }
  main .mv__movieText {
    width: 250px;
    margin: 0 auto 20px;
  }
  main .mv__movieImg {
    max-width: 100%;
  }
  main .mv__bnr {
    position: static;
    max-width: 100%;
    top: auto;
    left: auto;
    padding: 0 15px;
    margin-top: 20px;
  }
  main .mv__bnr02 {
    margin-top: 20px;
  }
  main .about::before {
    background: url(../images/about_top-sp.png) repeat-x bottom center/contain;
  }
  main .about__title {
    margin-right: -4%;
    margin-left: -4%;
  }
  main .system::before {
    background: url(../images/system_top-sp.png) repeat-x bottom center/contain;
  }
  main .system__title {
    margin-right: -4%;
  }
  main .brother {
    padding-top: 32%;
  }
  main .brother::before {
    background: url(../images/brother_top-sp.png) repeat-x bottom center/contain;
  }
  main .brother__title {
    margin-right: 20px;
    margin-left: 20px;
    top: -10px;
    left: 0;
    position: absolute;
    padding: 0 15px;
  }
  main .brother__img {
    width: 145px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
  }
  main .brother__name {
    font-size: 1.2rem;
    padding-top: 0.5em;
  }
  main .brother__text {
    font-size: 2.3rem;
    margin-top: 30px;
  }
  main .brother__rubi--01::before, main .brother__rubi--02::before {
    font-size: 9px;
  }
  main .enemy {
    padding-top: 32%;
  }
  main .enemy::before {
    background: url(../images/enemy_top-sp.png) repeat-x bottom center/contain;
  }
  main .enemy__title {
    margin-right: 12.5px;
    margin-left: 15px;
    top: -10px;
    left: 0;
    position: absolute;
    padding: 0 15px;
  }
  main .product {
    padding: 30px 0 40px;
  }
  main .product::before {
    content: "";
    background: url(../images/product_top-sp.png) repeat-x bottom center/contain;
    height: 50px;
    top: -49px;
  }
  main .product__box {
    border: 5px #eee solid;
    padding: 25px 20px 20px;
  }
  main .product__flex {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  main .product__imgWrap {
    width: calc((100% - 10px) / 2);
    margin: 5px 0;
    text-align: center;
  }
  main .product__imgWrap + p {
    margin-left: 0;
  }
  main .product__imgWrap:first-child {
    width: 100%;
    text-align: center;
  }
  main .product__imgWrap:first-child .product__img {
    width: 38%;
    min-width: 110px;
    max-width: 184px;
  }
  main .product__imgWrap:last-child {
    margin-left: 10px;
  }
  main .product__img {
    height: auto;
  }
  main .product__title--jp, main .product__title--en {
    font-size: 2rem;
  }
  main .product__rubi01--01::before, main .product__rubi01--02::before, main .product__rubi01--03::before, main .product__rubi01--04::before, main .product__rubi01--05::before {
    font-size: 1rem;
  }
  main .product__release {
    font-size: 2.8rem;
    letter-spacing: -0.01em;
    margin-top: 30px;
  }
  main .product__rubi02--01, main .product__rubi02--02, main .product__rubi02--03, main .product__rubi02--04, main .product__rubi02--05 {
    font-size: 3rem;
  }
  main .product__rubi02--01::before, main .product__rubi02--02::before, main .product__rubi02--03::before, main .product__rubi02--04::before, main .product__rubi02--05::before {
    font-size: 1.2rem;
  }
  main .product__detail {
    justify-content: space-between;
  }
  main .product__textWrap {
    margin: 0;
    font-size: 1.3rem;
    text-align: left;
  }
  main .product__price + p {
    margin-top: 10px;
  }
  main .product__cero {
    width: 60px;
  }
  main .product__btnWrap {
    display: block;
    margin: 35px 0 45px;
  }
  main .product__btn--nintendo, main .product__btn--ps {
    display: block;
    max-width: 100%;
    outline-offset: -5px;
    outline: #fff solid 1px;
    padding: 10px;
    margin: 20px auto;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
    width: 280px;
  }
  main .product__btn--nintendo::after, main .product__btn--ps::after {
    height: 33px;
    width: 23px;
    right: 20px;
  }
  main .product__reserve {
    font-size: 3rem;
  }
  main .product__store {
    font-size: 1.6rem;
  }
  main .product__textImg {
    margin-bottom: 15px;
  }
  main .product__bnrImg {
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
  }
}