@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=！!");
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: relative;
  margin-top: min(4vw,50px);
  transform: translate(0);
}

body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: none;
  background-color: transparent;
  background-origin: padding-box;
  background-clip: border-box;
  background-blend-mode: normal;
}
body#system-training {
  background-image: url(../images/system/training/bg.jpg);
}
body#system-basic {
  background-image: url(../images/system/basic/bg.jpg);
}
body#system-race {
  background-image: url(../images/system/race/bg.jpg);
}
body#special-movie, body#faq, body#dlc, body#update {
  background-image: url(../images/special/movie/bg.jpg);
}

header, footer {
  background-color: rgba(255, 255, 255, 0.7);
}

header {
  padding: 1px 0;
}
header img.logo {
  display: block;
  width: min(40%,400px);
  margin: 5% auto;
}

.contents h2 img.content__catch {
  display: block;
  width: min(100%,1000px);
  margin: 5% auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.contents section {
  width: min(90%,1000px);
  margin: 0 auto 10%;
  position: relative;
}
.contents section.check::after {
  top: -10px;
  left: 0;
  width: 30px;
  height: 30px;
}
.contents section h3 {
  margin: 0 0 2%;
  padding: 2%;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #f3f3bf;
  font-size: 140%;
  margin-bottom: 7%;
  position: relative;
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(-55deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 90%);
  background-color: transparent;
  background-origin: padding-box;
  background-clip: border-box;
  background-blend-mode: normal;
  /*            &::before{
                  content:"";
                  display: block;
                  position:absolute;
                  top:0;right:5vw;bottom:0;left:5vw;
                  transform: rotate(5deg);
                  background-color:rgba(255,255,255,0.1);
              }*/
}
.contents section h3::before, .contents section h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 3px #000;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0));
}
.contents section h3::before {
  top: 0;
}
.contents section h3::after {
  bottom: 0;
}
.contents section .content__screenshot {
  position: relative;
  z-index: 1;
  transform: scale(1.2);
  margin: 5% 0 70px;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0, 0));
  mask-size: 100%;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0, 0));
  -webkit-mask-size: 100%;
}
.contents section .content__screenshot .ss__swipe {
  overflow-x: hidden;
  overflow-y: visible;
  padding: min(8vw,50px) 0;
}
.contents section .content__screenshot .ss__swipe .swiper-slide {
  transition: 0.7s;
  filter: blur(1px) brightness(0.5);
  z-index: 0;
}
.contents section .content__screenshot .ss__swipe .swiper-slide > img {
  display: block;
  width: 100%;
}
.contents section .content__screenshot .ss__swipe .swiper-slide .swiper-slide-subtitle {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  color: #222;
  font-size: 60%;
  margin-top: 1%;
  border-radius: 5px;
}
.contents section .content__screenshot .ss__swipe .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  filter: blur(0) brightness(1);
  z-index: 1;
}
.contents section .content__lineup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
.contents section .content__lineup h4 {
  width: 100%;
  font-weight: bold;
}
.contents section .content__lineup h4::before {
  content: "●";
}
.contents section .content__lineup div {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.5em 1em;
  margin: 0.2%;
}
.contents section .content__text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contents section .content__text .content__subitem {
  display: block;
  text-align: center;
  margin-top: 2%;
}
.contents section .content__text .content__subitem > * {
  margin: 1%;
  display: inline-block;
  text-align: center;
  font-size: 70%;
}
.contents section .content__text .content__subitem > * > img, .contents section .content__text .content__subitem > * > video {
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
}
.contents section .content__text .content__subitem .full {
  width: min(95%,700px);
}
.contents section .content__text .content__subitem .half {
  width: 47.5%;
}
@media (max-width: 640px) {
  .contents section .content__text .content__subitem .half {
    width: 95%;
  }
}
.contents section .content__text .content--sub {
  padding: 1em;
  margin-top: 2%;
  color: #333;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 80%;
}
.contents section .content__text .content--sub h5 {
  font-weight: bold;
  font-size: 120%;
  margin-top: 3%;
  margin-bottom: 1%;
}
.contents section .content__text .content--sub h5:nth-of-type(1) {
  margin-top: 0;
}
.contents section .content__text .content--sub .sub__item {
  display: inline-block;
  margin: 0.2em 0;
  padding: 0.5em 0.8em;
  background-color: rgba(255, 255, 255, 0.5);
}
.contents section .content__text .content--sub .sub__item.new::before {
  content: "NEW";
  display: inline-block;
  background-color: #4e4e4e;
  border-radius: 4px;
  color: #f0f0f0;
  font-size: 60%;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}
.contents section .content__text .content--sub table {
  width: 100%;
}
.contents section .content__text .content--sub table thead {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 110%;
}
.contents section .content__text .content--sub table tbody {
  text-align: left;
}
.contents section .content__text .content--sub table tbody th {
  width: 10em;
}
.contents section .content__text .content--sub table th, .contents section .content__text .content--sub table td {
  border: 1px #999 solid;
  padding: 0.5em;
  font-weight: normal;
}
body#system-basic .contents section .content__text .content--sub table th, body#system-basic .contents section .content__text .content--sub table td {
  width: 33.33%;
}

.contents section .content__text .content--sub table th {
  font-weight: bold;
}
.contents section .content__text .content--sub.caution {
  background-color: #FFF;
  color: #F00;
}
.contents section .updatecontents__info {
  border: 1px #444 solid;
  padding: 1em;
  margin-top: 7%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #DDD;
  font-size: min(2vw,20px);
  text-align: center;
  line-height: 1.9;
}
.contents section .updatecontents__info::first-line {
  font-size: 170%;
  font-weight: bold;
  color: #e4e4bf;
}
.contents section .movie__container {
  margin-bottom: 8%;
}
.contents section .win__spec {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  padding: min(4%,2em);
}
.contents section .win__spec h5 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 120%;
}
.contents section .win__spec table {
  font-size: 90%;
}
.contents section .win__spec table th, .contents section .win__spec table td {
  border: 1px #444 solid;
  padding: 0.5em;
  font-weight: normal;
  text-align: left;
  background-color: #111;
}
.contents section .win__spec table th {
  background-color: #333;
  width: 8em;
}
.contents section .win__spec table td table {
  margin: 0.5% 0;
}
.contents section .win__spec table td table th {
  background-color: #333;
}
@media (max-width: 640px) {
  .contents section .win__spec table th, .contents section .win__spec table td {
    display: block;
    width: 100%;
  }
  .contents section .win__spec table th {
    border-width: 1px 1px 0;
    font-weight: bold;
  }
  .contents section .win__spec table td {
    border-style: dashed solid solid;
  }
}
.contents section .win__spec .win__spec__attention {
  margin-top: 2%;
}
.contents section .win__spec 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;
}
.contents section .faq h4 {
  text-align: left;
  font-size: 120%;
  margin-top: 5%;
  margin-bottom: 1%;
}
.contents section .faq h4:nth-of-type(0) {
  margin-top: 0;
}
.contents section .faq dl {
  margin: 0 0 1%;
  font-size: 90%;
}
.contents section .faq dl dt, .contents section .faq dl dd {
  position: relative;
  font-size: 100%;
  padding: 1em;
  margin: 0;
  color: #111;
  line-height: 1.7;
  padding-left: calc(25px + 2em);
}
.contents section .faq dl dt::before, .contents section .faq dl dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 0 0.5em;
  font-size: 20px;
  width: 25px;
}
.contents section .faq dl dt {
  background-color: rgba(255, 255, 255, 0.65);
  padding-right: 5em;
  cursor: pointer;
}
.contents section .faq dl dt > span.faq__pf {
  display: inline-block;
}
.contents section .faq dl dt > span.faq__pf span {
  font-size: 60%;
  color: #FFF;
  padding: 0.5em 1em;
  text-align: center;
  vertical-align: 0.15em;
  border-radius: 1px;
  margin: 0 0.2em;
}
.contents section .faq dl dt > span.faq__pf span.win {
  background-color: #393939;
}
.contents section .faq dl dt > span.faq__pf span.ps5 {
  background-color: #1a0673;
}
.contents section .faq dl dt > span.faq__pf span.ps4 {
  background-color: #1d15c1;
}
.contents section .faq dl dt > span.faq__pf span.switch {
  background-color: #7c1b1b;
}
.contents section .faq dl dt::before {
  content: "Q";
  background-color: #c54343;
}
.contents section .faq dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 10px;
  height: 10px;
  border: 2px #111 solid;
  border-color: transparent #092c0f #092c0f transparent;
  transform: rotate(45deg);
  transition: transform 0.2s 0s ease-in-out, top 0.2s 0s ease-in-out;
}
.contents section .faq dl dd {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.contents section .faq dl dd::before {
  content: "A";
  background-color: #3e6ab5;
}
.contents section .faq dl dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 10px #c54343 solid;
  border-width: 10px 22px;
  border-color: #c54343 transparent transparent transparent;
}
.contents section .faq dl dd ul li, .contents section .faq dl dd ol li {
  margin: 1% 0;
}
.contents section .faq dl dd span.block {
  display: inline-block;
  border: 1px #AAA solid;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em;
}
.contents section .faq dl.open dt::after {
  top: calc(50% - 5px);
  transform: rotate(225deg);
}
.contents section .buginfo h4 {
  display: block;
  text-align: center;
}
.contents section .buginfo section {
  width: 100%;
  margin: 3% auto 5%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 1em;
  color: #333;
  overflow: hidden;
}
.contents section .buginfo section h5 {
  width: calc(100% + 2em);
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: 3%;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 100%;
}
.contents section .buginfo section .buginfo__date {
  width: calc(100% + 3em);
  margin-top: -2em;
  margin-left: -1.5em;
  margin-bottom: 3%;
  padding: 0.2em 1.5em;
  background-color: rgba(0, 0, 0, 0.2);
  color: #222;
  font-size: 80%;
}
.contents section .buginfo section ul, .contents section .buginfo section ol {
  margin: 3% 0;
  margin-left: 1.5em;
}
.contents section .buginfo section.fixed s {
  color: #777;
}
.contents section .buginfo section.fixed .fixed__info {
  border: 1px #222 solid;
  padding: 1em;
  margin-bottom: 1.5%;
  color: #222;
}
.contents .sub__link {
  display: block;
  width: 15em;
  margin: 4% auto 4%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px #888 solid;
  text-align: center;
  font-size: 120%;
  text-decoration: none;
  color: #222;
  border-radius: 2em;
}
.contents .back_to_home {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1em 0;
  margin-top: 8%;
}
.contents .back_to_home a {
  display: block;
  width: 15em;
  margin: 0 auto;
  padding: 0.5em;
  border: 1px #888 solid;
  border-radius: 3em;
  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;
}