@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&amp;family=Oswald:wght@400;500&amp;display=swap");
@keyframes check {
  0% {
    opacity: 0.5;
    margin-top: -5px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
* {
  box-sizing: border-box; }
  *.check {
    position: relative; }
    *.check::before {
      content: "";
      display: block;
      position: absolute;
      top: -5px;
      left: 50%;
      border: 10px #FFF solid;
      border-color: #FFF transparent transparent;
      transform: translate(-50%, 0);
      animation: check 0.3s 0s linear infinite alternate; }

.blur {
  filter: blur(5px);
  opacity: 0.7; }

.sub {
  font-size: 80%;
  text-indent: -1em;
  margin-left: 1em;
  opacity: 0.75;
  font-family: 'Noto Sans JP', sans-serif; }

.oneword {
  display: inline-block; }

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

.mob {
  display: none; }
  @media (max-width: 640px) {
    .mob {
      display: inline; } }

h1 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif; }

h2 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif; }

h3 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif; }

h4 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif; }

h5 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif; }

h6 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif; }

ul {
  margin: 0;
  padding: 0;
  margin-left: 1.5em; }

html {
  height: 100%; }

body {
  margin: 0;
  background-color: #000;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; }

.global_menu nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/common/menu_bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding-left: 2em;
  border: 2px #c6c86e solid;
  border-width: 0 0 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 100; }
  .global_menu nav a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
    font-size: 150%;
    color: #f9f6cd;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5); }
    @media (max-width: 640px) {
      .global_menu nav a {
        font-size: 4.2vw; } }
    .global_menu nav a.current {
      color: #d0d442;
      text-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }

.wrap {
  margin-top: 80px;
  width: 100%; }

.contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

main {
  display: block; }

.button_order_shop {
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, #900, #600);
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  padding: .5em 1em;
  text-shadow: 0 0 10px #400;
  border-radius: 5px; }
  .button_order_shop.inactive {
    background: linear-gradient(to bottom, #999, #666) !important;
    color: rgba(255, 255, 255, 0.2) !important;
    text-shadow: none;
    cursor: default; }

table {
  width: 100%;
  border-collapse: collapse; }

.spec {
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/spec/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 5em 0 0; }
  @media (max-width: 768px) {
    .spec {
      background-size: 400vw auto; } }
  .spec .spec_info {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .spec .spec_info {
        display: block; } }
    .spec .spec_info .spec_package {
      width: 40%; }
      .spec .spec_info .spec_package img {
        display: block;
        width: 100%; }
      @media (max-width: 768px) {
        .spec .spec_info .spec_package {
          width: 50%;
          margin: 0 auto; } }
    .spec .spec_info .spec_table {
      width: 57%;
      margin-left: 3%; }
      @media (max-width: 768px) {
        .spec .spec_info .spec_table {
          width: 95%;
          margin: 0 auto; } }
      .spec .spec_info .spec_table table {
        width: 100%;
        max-width: 1000px; }
        .spec .spec_info .spec_table table th, .spec .spec_info .spec_table table td {
          padding: 0.5em 1em;
          border: 1px #444 solid;
          border-width: 0 1px 1px 0;
          color: #FFF;
          text-shadow: 0 0 3px #000;
          font-size: 110%; }
          @media (max-width: 768px) {
            .spec .spec_info .spec_table table th, .spec .spec_info .spec_table table td {
              font-size: 100%; } }
        .spec .spec_info .spec_table table th {
          text-align: center;
          width: 7em;
          background-color: rgba(0, 0, 0, 0.6); }
        .spec .spec_info .spec_table table td {
          border-width: 0 0 1px 0;
          text-align: left;
          background-color: rgba(0, 0, 0, 0.3); }
        .spec .spec_info .spec_table table tr:last-child th, .spec .spec_info .spec_table table tr:last-child td {
          border-width: 0 1px 0 0; }
        .spec .spec_info .spec_table table tr:last-child td {
          border-width: 0; }
      .spec .spec_info .spec_table a {
        display: block;
        width: 20em;
        font-size: 100%;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        border: 1px #777 solid;
        padding: 0.5em 1em;
        text-align: center;
        margin: 1em auto 2em; }

.sns_links {
  width: 100%;
  margin: 3em auto 0;
  text-align: center;
  padding: 3em 1em;
  background-color: rgba(0, 0, 0, 0.5); }
  .sns_links img {
    height: 3vw;
    max-height: 30px;
    margin: 0 2em; }
    @media (max-width: 768px) {
      .sns_links img {
        margin: 0.5em 2em;
        height: 5vw; } }

.win_spec {
  background-color: #000;
  border: 1px #555 solid;
  border-radius: 10px;
  font-size: 80%;
  padding: 2em;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif; }
  .win_spec table th, .win_spec table td {
    padding: 0.5em 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px #111 solid; }
  .win_spec table th {
    font-weight: normal;
    width: 10em;
    background-color: rgba(255, 255, 255, 0.2); }
  .win_spec table table {
    margin-top: 0.3em; }
    .win_spec table table th, .win_spec table table td {
      border-width: 0;
      background: none; }
    .win_spec table table th[colspan="4"] {
      background-color: rgba(255, 255, 255, 0.1); }
  .win_spec .win_spec_attention {
    margin-top: 3%; }

footer {
  background-color: #000;
  padding: 1em; }
  footer .lang__links {
    text-align: center;
    font-size: 80%;
    margin: 2% auto;
    display: flex;
    flex-flow: nowrap;
    width: 90%;
    max-width: 40em; }
    footer .lang__links a {
      display: inline-block;
      width: 12em;
      padding: 0.2em 0.5em;
      margin: 0 0.1em;
      background-color: rgba(0, 0, 0, 0.5);
      color: #AAA;
      border: 1px #888 solid;
      text-decoration: none;
      flex: 1; }
  footer .brand {
    width: 80%;
    max-width: 700px;
    display: block;
    margin: 1em auto; }
  footer small.copyright {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #6c6c6c;
    width: 90%;
    max-width: 1000px;
    margin: 1em auto;
    font-family: 'Noto Sans JP', sans-serif; }
    footer small.copyright img {
      height: 10px; }

.modaal-wrapper * {
  -webkit-backface-visibility: visible !important; }

.modaal-container {
  background: none !important; }

.modaal-content-container {
  padding: 0 !important; }

main {
  display: flex !important;
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/top/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto; }
  @media (max-width: 640px) {
    main {
      display: block !important;
      background-size: 250% auto; } }
  main .visual {
    width: 46%;
    margin-left: 6em;
    margin-top: 2%;
    position: relative; }
    @media (max-width: 768px) {
      main .visual {
        margin-left: 1.5em; } }
    main .visual img {
      display: block;
      width: 100%;
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }
      main .visual img.logo_35th {
        width: 50%;
        max-width: 499px;
        box-shadow: none;
        position: absolute;
        top: 1em;
        left: 1em; }
        @media (max-width: 640px) {
          main .visual img.logo_35th {
            width: 70%;
            left: 50%;
            top: 11vw;
            transform: translate(-50%, 0); } }
    @media (max-width: 640px) {
      main .visual {
        width: 100%;
        margin: 0;
        margin-top: -10vw;
        position: relative; }
        main .visual::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 70vw;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }
        main .visual img {
          box-shadow: 0 10vw 20vw black; } }
  main .title {
    position: relative;
    padding: 1em;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 48%; }
    main .title img {
      display: block;
      width: 80%;
      margin: 0 auto; }
    main .title .logo {
      max-width: 579px; }
    main .title .release {
      width: 50%;
      max-width: 300px;
      margin-top: 10%; }
    main .title .button_order {
      width: 60%;
      max-width: 350px;
      margin-top: 3%; }
    main .title .platform {
      margin-top: 6%;
      max-width: 566px; }
    @media (max-width: 640px) {
      main .title {
        width: 80%;
        margin: 0 auto;
        margin-top: -50vw; } }

.powerupkit {
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/pk/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  background-color: #000;
  min-height: 60%;
  padding-bottom: 2em;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .powerupkit {
      padding: 3em 1em; } }
  @media (max-width: 640px) {
    .powerupkit {
      display: block;
      background-size: 250% auto; } }
  .powerupkit .features_wrap {
    position: relative; }
    .powerupkit .features_wrap .features {
      padding-top: 1px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 5em; }
      @media (max-width: 768px) {
        .powerupkit .features_wrap .features {
          padding: 0 1em 3em; } }
      .powerupkit .features_wrap .features .subtitle {
        width: 100%;
        margin: 15% auto; }
        .powerupkit .features_wrap .features .subtitle img {
          display: block;
          width: 55%;
          max-width: 400px;
          margin-left: 2%;
          filter: drop-shadow(5px 5px 7px black); }
          @media (max-width: 640px) {
            .powerupkit .features_wrap .features .subtitle img {
              width: 80%;
              margin: 10% auto; } }
    .powerupkit .features_wrap .features_bg {
      width: 70%;
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 640px) {
        .powerupkit .features_wrap .features_bg {
          display: none; } }
      .powerupkit .features_wrap .features_bg img {
        max-width: 100%; }
    .powerupkit .features_wrap .features_item {
      width: 48%;
      padding: 2em;
      margin: 1%;
      margin-bottom: 2em;
      background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/pk/feature_panel.jpg);
      background-size: cover;
      position: relative;
      /*&:nth-child(2n+1){
        .feature_img{
          float:right;
        }
      }*/ }
      .powerupkit .features_wrap .features_item::before, .powerupkit .features_wrap .features_item::after {
        content: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/pk/feature_inlay.gif);
        width: 19px;
        height: 19px;
        position: absolute;
        top: 2px; }
      .powerupkit .features_wrap .features_item::before {
        transform: rotate(0deg);
        left: 2px; }
      .powerupkit .features_wrap .features_item::after {
        transform: rotate(90deg);
        right: 2px; }
      @media (max-width: 640px) {
        .powerupkit .features_wrap .features_item {
          width: 100%; } }
      .powerupkit .features_wrap .features_item h3 {
        margin-bottom: 0.75em;
        color: #900;
        font-weight: bold;
        font-size: 130%;
        line-height: 1.5;
        text-align: center; }
      .powerupkit .features_wrap .features_item .features_panel {
        width: 100%;
        border: 2px #900 solid;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .powerupkit .features_wrap .features_item .features_panel::before, .powerupkit .features_wrap .features_item .features_panel::after {
          content: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/pk/feature_inlay.gif);
          width: 19px;
          height: 19px;
          position: absolute;
          bottom: 0; }
        .powerupkit .features_wrap .features_item .features_panel::before {
          transform: rotate(270deg);
          left: 0; }
        .powerupkit .features_wrap .features_item .features_panel::after {
          transform: rotate(180deg);
          right: 0; }
      .powerupkit .features_wrap .features_item .feature_img {
        width: 100%;
        margin: 0 0 0.5em; }
        .powerupkit .features_wrap .features_item .feature_img img {
          display: block;
          width: 100%;
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
          border: solid 4px #f2cb48;
          border-image: linear-gradient(to right bottom, #c1c143, #f8ffaa, #c1c143) 27/35px; }
      .powerupkit .features_wrap .features_item .feature_text {
        width: 47%;
        line-height: 1.8;
        display: inline; }
    .powerupkit .features_wrap .features_notice {
      width: 100%;
      margin: 2em 0;
      text-align: center;
      font-size: 400%;
      color: #FFF;
      font-weight: 600;
      text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
      font-family: 'Oswald', 'Noto Sans JP', sans-serif; }
      @media (max-width: 640px) {
        .powerupkit .features_wrap .features_notice {
          font-size: 8vw;
          margin: 1em 0; } }
      .powerupkit .features_wrap .features_notice a {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 70%;
        max-width: 10em;
        background: linear-gradient(to bottom, #d9ca8c, #eccf39, #8f7b33);
        padding: 0.2em 1em 0.3em;
        text-align: center;
        color: #F00;
        font-weight: bold;
        text-shadow: 0 0 3px rgba(255, 255, 255, 0.66);
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(255, 255, 255, 0.5) inset;
        border: 1px #a4995a solid; }

.s14 {
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/s14/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  background-color: #FFF;
  background-attachment: fixed;
  padding: 5em;
  position: relative;
  min-height: 85%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .s14 {
      background-attachment: scroll;
      background-size: 170% auto;
      padding: 3em 1em; } }
  .s14 .s14_outline {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .s14 .s14_outline {
        display: block;
        padding-top: 50vw; } }
    .s14 .s14_outline .s14_info {
      position: relative;
      background-color: rgba(0, 0, 0, 0.75);
      border: 1px #000 solid;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
      padding: 1.5em;
      width: 45%;
      color: #FFF;
      line-height: 1.7; }
      @media (max-width: 1024px) {
        .s14 .s14_outline .s14_info {
          width: 100%; } }
      .s14 .s14_outline .s14_info h3 {
        margin: 0.5em 0;
        text-align: center;
        font-weight: bold;
        font-size: 150%;
        color: #D00;
        text-shadow: 0 0 3px #000,0 0 5px #000;
        font-family: 'Noto Sans JP', sans-serif; }
      .s14 .s14_outline .s14_info .s14_spec {
        margin: 2em auto 1em;
        text-align: center;
        font-size: 120%;
        line-height: 1.5; }
        .s14 .s14_outline .s14_info .s14_spec b {
          display: block;
          font-size: 120%; }
      .s14 .s14_outline .s14_info .button_s14 {
        display: block;
        width: 15em;
        text-align: center;
        border-radius: 5px;
        background: linear-gradient(to bottom, #F00, #900);
        color: #FFF;
        text-decoration: none;
        padding: .5em 1em;
        font-size: 120%;
        margin: 1em auto 0;
        font-family: 'Noto Sans JP', sans-serif; }
  .s14 .s14_imgs {
    margin-top: 5%;
    width: calc(100% + 10em);
    margin-left: -5em; }
    @media (max-width: 640px) {
      .s14 .s14_imgs {
        display: none; } }
    .s14 .s14_imgs div.img_item {
      padding: 2%; }
      .s14 .s14_imgs div.img_item img {
        display: block;
        width: 100%;
        box-shadow: 0 0 5px black; }

.pv {
  width: 90%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 6em 0 4em; }
  @media (max-width: 640px) {
    .pv {
      width: 96%;
      margin: 0 auto;
      padding: 4em 0 0; } }
  .pv img {
    max-width: 100%;
    display: block; }
  .pv:hover {
    filter: brightness(120%);
    transition: 0.3s; }

.top-main {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 4% 0; }
  .top-main h2 {
    color: #ffda58;
    font-size: 24pt;
    display: inline-block; }

.gameinfo {
  padding: 0 0 2%;
  display: inline-block;
  width: 100%; }
  .gameinfo .gameinfo_link {
    padding-top: 4%;
    max-width: 1200px;
    margin: 0 auto; }
    .gameinfo .gameinfo_link a {
      display: inline-block;
      width: 24%;
      margin: 0.25%; }
      @media (max-width: 640px) {
        .gameinfo .gameinfo_link a {
          width: 47%;
          margin: 0.5%; } }
      .gameinfo .gameinfo_link a img {
        width: 100%;
        display: block; }
  .gameinfo .gameinfo_att {
    padding-top: 1%;
    max-width: 1200px;
    margin: 0 auto; }
    .gameinfo .gameinfo_att a {
      display: inline-block;
      text-align: center;
      border-radius: 5px;
      background: linear-gradient(to bottom, #FFF, #ddd);
      color: #000;
      text-shadow: none;
      text-decoration: none;
      padding: .5em 1em;
      margin: 1em 0.5em 0;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1em; }

.info-wpk {
  background: #333;
  color: #fff;
  padding: 2em;
  border-radius: 10px;
  line-height: 1.7;
  font-size: 0.9em; }
  .info-wpk .text {
    margin-bottom: 2em; }

.manualinfo {
  text-align: center; }
  .manualinfo a {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FFF, #ddd);
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: .5em 1em;
    margin: 1em 1em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4em; }

.banner_link {
  padding-top: 3%;
  max-width: 1200px;
  margin: 0 auto; }
  .banner_link a {
    width: 30%;
    display: inline-block;
    margin: 1% l; }
    .banner_link a img {
      max-width: 100%;
      display: block; }

.info-new {
  position: relative;
  overflow: hidden; }

.info-new::before {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-1.8em, -1em) rotate(-45deg);
  background-color: #F00;
  color: #FFF;
  padding: 1.3em 1.5em 0.2em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2vh; }

/*# sourceMappingURL=index.css.map */
