@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; }

.product {
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/product/bg.jpg);
  color: #FFF; }
  .product .subtitle {
    display: block;
    width: 100%; }
  .product .product_body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 0 5%; }
    .product .product_body .product_tab {
      display: flex; }
      .product .product_body .product_tab a {
        flex: 1;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 2em 1em;
        text-decoration: none;
        border: 2px #1f0000 solid;
        border-width: 2px 2px 0;
        border-radius: 5px 5px 0 0;
        background-color: rgba(255, 255, 255, 0.1);
        margin-left: -2px;
        font-family: 'Noto Sans JP', sans-serif;
        color: #FFF;
        position: relative; }
        @media (max-width: 640px) {
          .product .product_body .product_tab a {
            font-size: 3vw; } }
        .product .product_body .product_tab a:nth-child(1) {
          margin-left: 0; }
        .product .product_body .product_tab a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 20px;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
        .product .product_body .product_tab a.active {
          background-color: rgba(255, 255, 255, 0.2);
          border-color: #1f0000 #1f0000 transparent #1f0000; }
          .product .product_body .product_tab a.active::after {
            display: none; }
    .product .product_body .product_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      color: #222;
      border: 2px #1f0000 solid;
      border-width: 0 2px 2px;
      padding: 2em 1em;
      border-radius: 0 0 5px 5px;
      background-color: rgba(255, 255, 255, 0.2); }
      .product .product_body .product_list .product_item {
        width: 46%;
        max-width: 500px;
        margin: calc(1%);
        background-color: #FFF;
        padding-bottom: 7em;
        position: relative; }
        .product .product_body .product_list .product_item .product_picbox {
          background: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/product/listbg.jpg) repeat-x;
          background-size: contain; }
        .product .product_body .product_list .product_item .product_package {
          margin: 0 auto; }
        .product .product_body .product_list .product_item img {
          max-width: 350px; }
        @media (max-width: 768px) {
          .product .product_body .product_list .product_item {
            width: 100%;
            padding-bottom: 0; }
            .product .product_body .product_list .product_item::after {
              content: "";
              display: block;
              height: 0;
              clear: both; } }
        .product .product_body .product_list .product_item h3 {
          text-align: center;
          height: 5em;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: 'Noto Sans JP', sans-serif; }
        .product .product_body .product_list .product_item.pk h3 {
          background: linear-gradient(to bottom, rgba(139, 117, 0, 0.63), rgba(170, 148, 72, 0.5));
          color: #393417; }
        .product .product_body .product_list .product_item.wpk h3 {
          background: linear-gradient(to bottom, rgba(104, 122, 135, 0.76), rgba(122, 160, 162, 0.5), rgba(176, 186, 186, 0.5));
          color: #293037; }
        .product .product_body .product_list .product_item img.product_package {
          display: block;
          width: 100%; }
          @media (max-width: 768px) {
            .product .product_body .product_list .product_item img.product_package {
              width: 30%;
              margin: 1%;
              box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
              float: left; } }
          @media (max-width: 640px) {
            .product .product_body .product_list .product_item img.product_package {
              width: 40%; } }
        .product .product_body .product_list .product_item .product_info {
          margin: 0;
          padding: 1em; }
          @media (max-width: 768px) {
            .product .product_body .product_list .product_item .product_info {
              width: 65%;
              float: right; } }
          @media (max-width: 640px) {
            .product .product_body .product_list .product_item .product_info {
              width: 55%; } }
          .product .product_body .product_list .product_item .product_info ul {
            margin-bottom: 0.5em; }
            .product .product_body .product_list .product_item .product_info ul li {
              font-size: 80%;
              font-family: 'Noto Sans JP', sans-serif; }
          .product .product_body .product_list .product_item .product_info .product_order {
            position: absolute;
            bottom: 0.5%;
            left: 0;
            width: 100%; }
            @media (max-width: 768px) {
              .product .product_body .product_list .product_item .product_info .product_order {
                position: relative;
                width: 100%;
                margin: 1em auto 0; } }
            .product .product_body .product_list .product_item .product_info .product_order h4 {
              text-align: center;
              color: #600; }
              .product .product_body .product_list .product_item .product_info .product_order h4 img {
                display: block;
                width: 95%;
                margin: 0 auto; }
                @media (max-width: 768px) {
                  .product .product_body .product_list .product_item .product_info .product_order h4 img {
                    width: 80%; } }
            .product .product_body .product_list .product_item .product_info .product_order .product_orderbutton {
              display: flex;
              width: 100%;
              padding: 0 1%; }
              @media (max-width: 640px) {
                .product .product_body .product_list .product_item .product_info .product_order .product_orderbutton {
                  flex-direction: column; } }
              .product .product_body .product_list .product_item .product_info .product_order .product_orderbutton a {
                flex: 1;
                margin: 0.5%; }
                @media (max-width: 640px) {
                  .product .product_body .product_list .product_item .product_info .product_order .product_orderbutton a {
                    width: 95%;
                    margin: 1% auto; } }
    .product .product_body h2 {
      margin: 3em 0 0.2em;
      text-align: center; }
    .product .product_body .seasonpass_lead {
      text-align: center;
      margin-bottom: 0.5em; }
    .product .product_body table {
      margin-top: 0.5em; }
      .product .product_body table th, .product .product_body table td {
        padding: 1em;
        border: 1px rgba(255, 255, 255, 0.2) solid;
        vertical-align: middle;
        font-size: 80%;
        color: #DDD;
        font-family: 'Noto Sans JP', sans-serif; }
      .product .product_body table th {
        background-color: rgba(255, 255, 255, 0.1); }
    .product .product_body table.composition th, .product .product_body table.composition td {
      text-align: center;
      width: 20%; }
    .product .product_body table.composition tbody th {
      text-align: left;
      border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(139, 31, 31, 0.81) rgba(255, 255, 255, 0.2); }
      .product .product_body table.composition tbody th.pk {
        background-color: #EFDA6D;
        color: #393417; }
      .product .product_body table.composition tbody th.wpk {
        background-color: #B8DBF5;
        color: #293037; }
    .product .product_body table.composition tbody tr:last-child th {
      border-color: rgba(255, 255, 255, 0.2); }
    .product .product_body table.seasonpass_table th, .product .product_body table.seasonpass_table td {
      text-align: left; }
    .product .product_body table.seasonpass_table tbody th {
      width: 20%;
      text-align: center; }

.incentive {
  background-image: url(https://www.koeitecmoamerica.com/rtk14/wpk/images/incentive/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 0 2.5%;
  padding-bottom: 5em; }
  @media (max-width: 768px) {
    .incentive {
      background-size: 400vw auto; } }
  .incentive h2 {
    font-size: 200%;
    display: block;
    padding: 0 1em 0.2em;
    width: 10em;
    text-align: center;
    margin: 5% auto 1em;
    color: #FFF;
    border: 1px #FFF solid;
    border-width: 0 0 1px;
    font-weight: bold; }
  .incentive .incentive_early {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #FFF; }
    .incentive .incentive_early img {
      display: block;
      width: 100%; }
      .incentive .incentive_early img:nth-of-type(2) {
        margin-top: 7%; }
  .incentive .incentive_shop {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    .incentive .incentive_shop .shop-item {
      margin: 0.2%;
      position: relative;
      background-color: #FFF;
      padding-bottom: 4em; }
      .incentive .incentive_shop .shop-item img {
        display: block;
        width: 100%; }
      .incentive .incentive_shop .shop-item a, .incentive .incentive_shop .shop-item span {
        width: 95%;
        font-size: 120%;
        position: absolute;
        bottom: 1.5%;
        left: 2.5%; }

.product_annou {
  width: 100%;
  border: 1px #888 solid;
  border-radius: 10px;
  margin: 1em auto 4em;
  padding: 1em 2em;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.05);
  font-size: 90%; }
  .product_annou h3 {
    text-align: center;
    font-size: 140%;
    margin-bottom: 1em;
    color: #ded163; }

.chushi {
  position: relative; }

.dddxchushi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #ded163;
  font-size: 150%;
  padding: 5%;
  text-align: center;
  font-weight: 700; }
  .dddxchushi > div {
    position: relative;
    top: 35%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0%); }
  .dddxchushi .chushisub {
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.7;
    color: #fff; }

/* ==============0211==================*/
.productbtn {
  text-align: center; }
  .productbtn a {
    display: inline-block;
    width: 15em;
    text-align: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    padding: .5em 1em;
    margin: 1em 0.5em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2em; }
  .productbtn .active {
    background: rgba(255, 255, 255, 0.2); }

.dlc_body {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0 5%; }
  .dlc_body .dlc_info {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1em;
    border-radius: 10px;
    color: #222;
    margin-bottom: 5%;
    position: relative; }
    .dlc_body .dlc_info h4 {
      font-size: 150%;
      font-weight: bold;
      padding: 0;
      margin: 0;
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      border: 1px #999 dashed;
      border-width: 0 0 1px; }
      .dlc_body .dlc_info h4 .price {
        color: #fff;
        background-color: #900;
        display: inline-block;
        font-size: 60%;
        vertical-align: 0.2em;
        padding: 0.2em 1em;
        margin-left: 1em;
        border-radius: 3px; }
    .dlc_body .dlc_info .dlc_info_body {
      margin-top: 1em; }
      .dlc_body .dlc_info .dlc_info_body img {
        width: 100%; }
    .dlc_body .dlc_info .slice {
      display: flex; }
      .dlc_body .dlc_info .slice a {
        position: relative; }
        .dlc_body .dlc_info .slice a::after {
          content: "＋";
          display: block;
          border: 1px #AAA solid;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          bottom: 10px;
          right: 10px;
          font-size: 18px;
          width: 24px;
          height: 24px;
          text-align: center;
          color: #FFF; }
    .dlc_body .dlc_info .dlc_info_spec {
      padding: 0.5em;
      font-size: 100%;
      margin: 1em auto;
      width: 100%;
      text-align: center; }
    .dlc_body .dlc_info .dlc_price {
      font-weight: bold;
      font-size: 120%; }
      .dlc_body .dlc_info .dlc_price b {
        font-size: 120%; }
    .dlc_body .dlc_info .dlc_release {
      font-weight: bold;
      font-size: 160%; }
    .dlc_body .dlc_info .subtext {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 80%;
      opacity: 0.7; }
  .dlc_body .new {
    position: relative; }
    .dlc_body .new::after {
      content: "NEW";
      width: 3em;
      background-color: #F00;
      color: #FFF;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.1em 0.5em;
      text-align: center;
      font-size: 90%;
      text-shadow: none;
      animation: blink 0.5s 0s alternate infinite;
      font-family: "Oswald",sans-serif; }

/* ==============0211==================*/

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