@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=！!");
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.bg video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(200%);
}

.wrap {
  position: relative;
  z-index: 1;
}

.icon-30th {
  position: absolute;
  top: 1vw;
  left: 2vw;
  width: clamp(15px,20%,150px);
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  padding-top: 5%;
}
header main {
  padding-bottom: 60px;
}
header main .top__logo {
  display: block;
  width: min(80%,800px);
  margin: 0 auto;
  margin-bottom: 2%;
  text-align: center;
  font-size: min(3vw,16px);
  font-weight: bold;
}
header main .top__logo img {
  filter: drop-shadow(0px 0px 10px #FFF);
  display: block;
  width: 100%;
  margin-top: 2%;
}
header main .top__release, header main .top__platform {
  text-align: center;
}
header main .top__release {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: min(8vw,50px);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
header main .top__platform {
  font-weight: normal;
  font-size: min(5vw,20px);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
header main .order {
  transform: scale(0.75);
  margin-top: 0;
}
header main .wappen-billion {
  display: block;
  width: min(20%,180px);
  position: absolute;
  bottom: 60px;
  right: 10px;
  border-radius: 50%;
}
header .update_info {
  position: absolute;
  bottom: 55px;
  left: 50%;
  padding: 0.3em 0.7em 0.3em 0.3em;
  border: 2px #E00 solid;
  border-radius: 52em;
  background-color: white;
  color: #E00;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80%;
  z-index: 1;
  transform: translateX(-50%);
  animation: update_motion 0.35s 0s ease-in-out alternate infinite;
}
header .update_info::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2em;
  background-color: #e70000;
  border-radius: inherit;
  color: white;
  font-size: 80%;
  font-family: "Zen Antique", serif;
  font-weight: bold;
  text-align: center;
  vertical-align: 0.1em;
}
header .update_info::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px #E00 solid;
  border-color: #E00 transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes update_motion {
  0% {
    filter: brightness(55%);
  }
  100% {
    filter: brightness(100%);
  }
}
@keyframes guide_motion {
  0% {
    margin: 0 10px;
  }
  60% {
    margin: 0 0px 10px;
  }
  100% {
    margin: 0 0px 10px;
  }
}
@keyframes flash {
  0% {
    text-shadow: none;
    transform: scale(0.1);
    letter-spacing: 0;
  }
  10% {
    text-shadow: 0 0 100px #FFF, 0 0 80px #FFF, 0 0 50px #FFF, 0 0 30px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
    transform: scale(1.1);
    letter-spacing: 0.1em;
  }
  100% {
    text-shadow: none;
    transform: scale(1.2);
    letter-spacing: 0.2em;
  }
}
@keyframes f_set {
  0% {
    margin-bottom: 3em;
  }
  100% {
    margin-bottom: -0.3em;
  }
}
@keyframes f_anim {
  0% {
    transform: rotateY(-60deg) translateZ(600px) scale(2);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) translateZ(0) scale(1);
    opacity: 1;
  }
}
.contents__guide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 40px;
  padding-bottom: 10px;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: default;
}
.contents__guide div {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin: 0 12px;
}
.contents__guide div:nth-of-type(2) {
  animation: guide_motion 0.7s 0s ease-in-out infinite;
}
@media (orientation: landscape) {
  .contents__guide {
    transform: rotate(180deg);
  }
}

.contents .news {
  margin: 0 auto 5%;
  width: min(100%,1200px);
}
.contents .news .news__container {
  /*display:flex;
  justify-content: left;
  flex-wrap: nowrap;*/
}
.contents .news .news__container .news__item {
  display: block;
  width: 30%;
  margin: 0.1%;
  padding-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.75);
  border: 3px #FFF solid;
  text-decoration: none;
  font-size: 80%;
  color: #333;
  position: relative;
}
@media (max-width: 768px) {
  .contents .news .news__container .news__item {
    width: 40%;
    font-size: 70%;
  }
}
.contents .news .news__container .news__item img {
  display: block;
  width: 100%;
}
.contents .news .news__container .news__item .news__info {
  padding: 1em;
}
.contents .news .news__container .news__item .news__info::first-line {
  font-size: 90%;
  color: #555;
  font-family: Oswald, sans-serif;
}
.contents .news .news__container .news__item .icon_link_blank {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
}
.contents .link__info {
  position: relative;
  display: block;
  width: 100%;
  border: 1px #666 solid;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em;
  padding-left: 12em;
  border-radius: 7px;
  overflow: hidden;
}
.contents .link__info::before {
  content: "お知らせ";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
}
.contents .link__info > a {
  color: #333;
}
.contents .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100%,1200px);
  margin: 0 auto 0.5%;
}
.contents .buttons a {
  display: block;
  width: 24.5%;
  position: relative;
  overflow: hidden;
}
.contents .buttons a img {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}
.contents .buttons a.inactive {
  pointer-events: none;
  cursor: default;
  filter: grayscale(100%) brightness(0.3);
}
.contents .buttons a.update::after {
  content: attr(data-update);
  display: block;
  position: absolute;
  left: -1em;
  top: 0;
  background-color: #900;
  color: #FF0;
  font-family: Oswald, sans-serif;
  font-size: 70%;
  padding: 0.2em 1em;
  padding-left: 2em;
  transform: skew(-12deg);
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .contents .buttons a {
    width: 48%;
    margin: 1% 1%;
  }
}
.contents .subbutton {
  width: min(100%,1200px);
  margin: 0.5% auto 1%;
  text-align: left;
}
.contents .subbutton a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  padding: 0.5em 1em;
  width: 24.5%;
  border-radius: 7px;
  text-decoration: none;
  text-align: center;
  font-size: 70%;
}
.contents .banners {
  width: min(100%,1200px);
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents .banners a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.contents .banners a img {
  display: block;
  width: 100%;
}
.contents .banners a.full {
  width: 90%;
  margin: 1% auto;
}
.contents .banners a.half {
  width: 49.5%;
  margin: 1% 0;
}
@media (max-width: 640px) {
  .contents .banners a.half {
    width: 98%;
    margin: 2% auto;
  }
}
.contents .teaser .movie__container {
  /*@include init.portrait{
      position: -webkit-sticky;
      position:sticky;
      top:0;
      z-index:1;
  }*/
  width: min(100%,1200px);
  margin: 0 auto;
}
.contents .teaser .outline {
  overflow: hidden;
}
.contents .teaser .catchcopy {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: min(4.5vw,50px);
  margin-top: clamp(50px,50%,100px);
  transform: scale(0.1);
}
.contents .teaser .catchcopy.flash {
  animation: flash 3s 0s ease-out forwards;
}
.contents .teaser .leadcopy {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(4vw,24px);
  margin-top: min(5%,20px);
}
.contents .teaser .notice {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(8vw,30px);
  line-height: 1.2;
  margin-top: min(20%,100px);
  color: #fdfb87;
}
.contents .teaser .notice::first-line {
  font-size: 300%;
  font-family: Oswald, sans-serif;
}
.contents .features {
  margin-top: 20%;
}
.contents .features h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(20vw,200px);
  font-style: oblique;
  transform: skewY(-4deg);
  margin-bottom: -0.3em;
  text-align: center;
  opacity: 0.4;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: #ffffff;
  perspective: 1000px;
  margin-bottom: 3em;
}
.contents .features h2.dynamic {
  animation: f_set 1.5s 0s ease-in-out forwards;
}
.contents .features h2.dynamic > div > div {
  animation: f_anim 2s 0s ease-in-out forwards;
}
.contents .features h2 > div {
  transform-style: preserve-3d;
}
.contents .features h2 > div > div {
  transform-origin: center;
  transform: rotateY(-70deg) translateZ(600px) scale(2);
  opacity: 0;
}
.contents .features .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10% 2%;
  min-height: calc(100vh - 5%);
  min-height: calc(100dvh - 5%);
  position: relative;
}
.contents .features .feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: skewY(-4deg);
  filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.5)) brightness(0.4);
}
.contents .features .feature.f_01::before {
  background-image: url(../images/features/feature01_bg.jpg);
}
.contents .features .feature.f_02::before {
  background-image: url(../images/features/feature02_bg.jpg);
}
.contents .features .feature.f_03::before {
  background-image: url(../images/features/feature03_bg.jpg);
}
.contents .features .feature.f_04::before {
  background-image: url(../images/features/feature04_bg.jpg);
}
.contents .features .feature:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .contents .features .feature {
    flex-direction: column !important;
  }
}
.contents .features .feature .f_images {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0;
  border: 3px #FFF solid;
}
@media (max-width: 768px) {
  .contents .features .feature .f_images {
    width: 90%;
  }
}
.contents .features .feature .f_images > .swipe {
  overflow-x: hidden;
  overflow-y: visible;
}
.contents .features .feature .f_images img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contents .features .feature .f_images::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: rotate(2deg);
}
.contents .features .feature .f_text {
  position: relative;
  z-index: 1;
  padding: 2em;
  width: 40%;
  margin: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  /*&::before{
      content:"";
      display:block;
      position: absolute;
      top:5px;left:5px;right:-5px;bottom:-5px;
      transform: rotate(-2deg);
      background-color: rgba(255, 255, 255,0.75);
      z-index:0;
  }*/
}
@media (max-width: 768px) {
  .contents .features .feature .f_text {
    padding: 1em;
    margin-top: 3em;
    width: 100%;
  }
}
.contents .features .feature .f_text > div {
  position: relative;
  z-index: 0;
}
.contents .features .feature .f_text h3 {
  color: #fffc4d;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 200%;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-style: oblique;
  line-height: 1.2;
}
.contents .features .feature .f_text .btn--detail {
  position: relative;
  display: block;
  margin: 6% auto 0;
  padding: 0.5em;
  width: 15em;
  background-color: #FFF;
  background: linear-gradient(to bottom, #DDD, #FFF);
  text-align: center;
  color: #117920;
  border-radius: 3em;
  text-decoration: none;
  text-shadow: none;
  font-size: 120%;
  font-weight: bold;
  outline-width: 2px;
  outline-color: #117920;
  outline-offset: -5px;
  outline-style: solid;
}
.contents .features .feature .f_text .btn--detail.check::after {
  top: -7px;
  left: -7px;
}
.contents .features .feature .f_topic {
  position: relative;
  z-index: 1;
  width: 90%;
  font-size: 85%;
  margin-top: 3%;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  border-radius: 7px;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.contents .features .feature .f_topic b {
  display: block;
  margin-top: 1em;
  padding-top: 1em;
  font-size: 110%;
  border: 1px #AAA dotted;
  border-width: 1px 0 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.contents .features .feature .f_topic b:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border-width: 0;
}
.contents .features .feature .f_topic .topic__item {
  display: inline-block;
  margin: 0.2em 0;
  padding: 0.5em 0.8em;
  background-color: rgba(0, 0, 0, 0.25);
}
.contents .features .feature .f_topic .topic__item.new::before {
  content: "NEW";
  display: inline-block;
  background-color: #FFF;
  border-radius: 4px;
  color: #222;
  font-size: 60%;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}
.contents .product {
  width: min(90%,1000px);
  margin: 15% auto 5%;
  padding: 1px 0;
}
.contents .product h2 {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(7vw,40px);
  padding-top: 1em;
}
.contents .product .product__package {
  display: block;
  width: 100%;
}
.contents .product .spec {
  margin: 2% auto 5%;
}
.contents .product .spec img {
  display: block;
  width: 100%;
}
.contents .product .spec table.spec__table {
  display: block;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}
.contents .product .spec table.spec__table th, .contents .product .spec table.spec__table td {
  font-weight: normal;
  font-size: min(2.5vw,18px);
  padding: 0.2em;
  text-align: left;
  vertical-align: top;
}
.contents .product .spec table.spec__table th {
  text-align: right;
  width: 35%;
}
@media (max-width: 640px) {
  .contents .product .spec table.spec__table th {
    width: 7em;
    text-align: left;
  }
}
.contents .product .spec table.spec__table td {
  width: 65%;
  padding-left: 1em;
}
@media (max-width: 640px) {
  .contents .product .spec table.spec__table td {
    width: calc(100% - 7em);
  }
}
.contents .product .spec .about--win {
  margin-top: 3%;
  border: 1px #777 solid;
  border-radius: 7px;
  padding: 1em;
  font-size: min(2.3vw, 14px);
  color: #EEE;
}
.contents .product .spec .about--win b {
  display: block;
  margin-bottom: 0.2em;
  font-size: 120%;
}
.contents .product .spec .about--win .btn__spec {
  display: block;
  width: 15em;
  margin: 0 auto;
  padding: 0.5em;
  border: 1px #888 solid;
  border-radius: 3em;
  margin-top: 3%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
  color: #222;
  line-height: normal;
}
.contents .product .preorderBonus,
.contents .product .earlyBonus {
  border: 2px rgba(255, 255, 255, 0.8) solid;
  border-radius: 12px;
  margin-top: 10%;
  padding: 5%;
  text-align: center;
  font-size: min(2.5vw,26px);
  position: relative;
}
.contents .product .preorderBonus h4,
.contents .product .earlyBonus h4 {
  width: 110%;
  margin-left: -5%;
  margin-top: -5%;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: min(3.5vw,36px);
  margin-bottom: 1em;
  border-radius: 10px 10px 0 0;
}
.contents .product .preorderBonus h4::first-line,
.contents .product .earlyBonus h4::first-line {
  font-size: 90%;
  color: #fff44a;
}
.contents .product .preorderBonus .bonus__platform,
.contents .product .earlyBonus .bonus__platform {
  margin: 5% auto 1%;
  padding: 0.2em 1em;
  font-size: 60%;
}
.contents .product .preorderBonus .oneword,
.contents .product .earlyBonus .oneword {
  padding: 0.2em 1em;
  border: 1px #656565 solid;
  border-radius: 8em;
  margin: 1%;
  width: 14em;
  /*height:5em;
  line-height:4.5em;
  &::first-line{font-size:190%;}*/
}
.contents .product .preorderBonus .sub,
.contents .product .earlyBonus .sub {
  font-size: 50%;
}
.contents .product .preorderBonus.check::after,
.contents .product .earlyBonus.check::after {
  top: -10px;
  left: -10px;
}
.contents .pbox {
  background-image: url(../images/product/pbox-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  color: #000;
  padding: 1px 0;
}
.contents .pbox .pbox__container {
  width: min(90%,1000px);
  margin: 5% auto;
  line-height: 1.8;
  font-size: min(3vw,18px);
}
.contents .pbox .pbox__container > span {
  color: #117920;
}
.contents .pbox .pbox__container .pbox__name {
  display: block;
  width: min(80%,725px);
  margin: 0 auto 5%;
  filter: drop-shadow(0 0 6px rgba(27, 53, 28, 0.5));
}
.contents .pbox .pbox__container .pbox__item__info {
  padding: 0.5em 1em;
  margin: 0.5% 0;
  border: 1px #777 solid;
  font-size: 80%;
  color: #333;
  width: calc(100% - 2em);
  margin-left: 1em;
}
.contents .pbox .pbox__container .pbox__item__info h4 {
  color: #000;
}
.contents .pbox .pbox__container .pbox__price {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin: 5% auto 0;
  font-size: min(3vw,18px);
  line-height: 1.5;
}
.contents .pbox .pbox__container .pbox__price::first-line {
  font-weight: bold;
}
.contents .product__attention {
  margin-top: 1em;
  text-align: left;
}

.popup__info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #AAA;
  border-radius: 10px;
  padding: min(4%,2em);
}
.popup__info h5 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 120%;
}
.popup__info .arrow {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 30px 60px 10px;
  border-color: #444 transparent transparent transparent;
  border-style: solid;
  margin-top: 2em;
}
.popup__info a.btn__modaal__close {
  display: block;
  width: 10em;
  margin: 0 auto;
  padding: 0.5em;
  border: 1px #888 solid;
  border-radius: 3em;
  margin-top: 3%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: sans-serif;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
  color: #FFF;
  line-height: normal;
}