@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Oswald:wght@400;500&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(../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(../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; }

body {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/common/contents_bg.jpg);
  background-attachment: fixed; }

header {
  width: 100%; }
  header h1 {
    text-align: center;
    font-size: 350%;
    margin: 2em auto 2em;
    color: #fef697;
    background: -webkit-linear-gradient(90deg, #e4c138, #fef697, #e4c138);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(5px 5px 7px black); }
    header h1 img {
      display: block;
      width: 90%;
      margin: 4em auto 2em;
      max-width: 300px;
      filter: drop-shadow(5px 5px 7px black); }
      @media (max-width: 640px) {
        header h1 img {
          margin-top: 2em; } }
      @media (max-width: 768px) {
        header h1 img {
          width: 70%; } }

.container {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 10%;
  color: #fff;
  font-size: 1em;
  line-height: 1.7;
  padding: 2% 0 10%;
  /* ======update====== */
  /* ======update====== */
  /* ======FAQ====== */
  /* ======FAQ====== */ }
  .container .update, .container .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Noto Sans JP",sans-serif;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2em 2em 1em;
    margin-top: 2em;
    border-radius: 5px; }
    .container .update .update__subtitle, .container .inner .update__subtitle {
      display: flex;
      justify-content: flex-start;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 0.5em;
      border-radius: 3px 3px 0 0; }
      @media (max-width: 640px) {
        .container .update .update__subtitle, .container .inner .update__subtitle {
          flex-wrap: wrap; } }
      .container .update .update__subtitle .update_title, .container .inner .update__subtitle .update_title {
        padding-bottom: 0.1em;
        padding-right: 1em;
        display: inline-block;
        font-size: 120%;
        font-weight: 700; }
      .container .update .update__subtitle .platform, .container .inner .update__subtitle .platform {
        font-size: 80%;
        text-align: center;
        margin-left: auto;
        border-width: 0;
        display: flex;
        justify-content: center; }
      .container .update .update__subtitle .ps4, .container .update .update__subtitle .ns, .container .update .update__subtitle .steam, .container .inner .update__subtitle .ps4, .container .inner .update__subtitle .ns, .container .inner .update__subtitle .steam {
        padding: 0.5em 1em;
        display: inline-block; }
      .container .update .update__subtitle .ps4, .container .inner .update__subtitle .ps4 {
        background: #364575; }
      .container .update .update__subtitle .ns, .container .inner .update__subtitle .ns {
        background: #731d1d; }
      .container .update .update__subtitle .steam, .container .inner .update__subtitle .steam {
        background: #353535; }
    .container .update .update__date, .container .inner .update__date {
      font-size: 80%;
      background-color: rgba(255, 255, 255, 0.1);
      padding: 0.5em;
      border-radius: 0 0 3px 3px; }
    .container .update h4, .container .inner h4 {
      display: block;
      margin-block-start: 1.33em;
      margin-block-end: 1.33em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      font-weight: bold; }
    .container .update ul, .container .inner ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px; }
      .container .update ul li, .container .inner ul li {
        display: list-item;
        text-align: -webkit-match-parent;
        font-size: 0.95em; }
        .container .update ul li > div, .container .inner ul li > div {
          border: 1px #333 solid;
          background-color: #222;
          color: #fff;
          padding: 1em;
          margin: 0.5em 0 1em; }
  .container .page__faq {
    color: #FFF;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto; }
    .container .page__faq .page__faq__category {
      width: 100%;
      font-family: "Noto Sans JP" ,sans-serif;
      font-size: 200%;
      padding-bottom: 0.2em;
      margin-bottom: 0.5em;
      margin-top: 3em;
      border: 1px #666 solid;
      border-width: 0 0 1px; }
    .container .page__faq .questions .question {
      margin-bottom: 2em;
      border-radius: 5px;
      overflow: hidden; }
      .container .page__faq .questions .question .text {
        display: block;
        width: auto;
        padding: 1em 1em; }
      .container .page__faq .questions .question .question-q {
        background-color: rgba(255, 255, 255, 0.3);
        display: flex;
        flex-flow: nowrap;
        justify-content: space-between; }
        .container .page__faq .questions .question .question-q .platform {
          font-size: 80%;
          text-align: center;
          margin-left: auto;
          display: flex; }
          @media (max-width: 640px) {
            .container .page__faq .questions .question .question-q .platform {
              flex-wrap: wrap;
              margin-right: 0;
              width: 20%; } }
          .container .page__faq .questions .question .question-q .platform .ps4, .container .page__faq .questions .question .question-q .platform .ns, .container .page__faq .questions .question .question-q .platform .steam {
            padding-top: 1.5em;
            display: inline-block;
            width: 7em; }
            @media (max-width: 640px) {
              .container .page__faq .questions .question .question-q .platform .ps4, .container .page__faq .questions .question .question-q .platform .ns, .container .page__faq .questions .question .question-q .platform .steam {
                width: 10em;
                padding: 1em; } }
          .container .page__faq .questions .question .question-q .platform .ps4 {
            background: #364575; }
          .container .page__faq .questions .question .question-q .platform .ns {
            background: #731d1d; }
          .container .page__faq .questions .question .question-q .platform .steam {
            background: #353535; }
      .container .page__faq .questions .question .question-q:before {
        content: "Q";
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        font-size: 200%;
        max-width: 1em;
        min-width: 1em;
        padding: 0 0.5em;
        font-family: "Noto Serif JP",serif;
        text-align: center; }
      .container .page__faq .questions .question .question-a {
        position: relative;
        background-color: rgba(255, 255, 255, 0.1);
        transition: max-height 1s ease-in-out;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start; }
      .container .page__faq .questions .question .question-a::before {
        content: "A";
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        font-size: 200%;
        max-width: 1em;
        min-width: 1em;
        padding: 0 0.5em;
        font-family: "Noto Serif JP",serif;
        text-align: center; }
      .container .page__faq .questions .question .answer__opener {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.1);
        margin: 0;
        display: block;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start; }
      .container .page__faq .questions .question .answer__opener::before {
        transform: scaleY(0.8) rotate(135deg);
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: 1px rgba(255, 255, 255, 0.4) solid;
        border-width: 0 0 4px 4px;
        margin: 10px auto 10px; }

.inner {
  text-align: center;
  font-size: 1em; }
  .inner a {
    color: #d8245b; }

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