@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: 'Segoe UI','SegoeUI','Microsoft JhengHei', 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; }

h2 {
  margin: 0;
  padding: 0; }

h3 {
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

h5 {
  margin: 0;
  padding: 0; }

h6 {
  margin: 0;
  padding: 0; }

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

html {
  height: 100%; }

body {
  margin: 0;
  background-color: #000;
  height: 100%;
  font-family: 'Segoe UI','SegoeUI','Microsoft JhengHei', 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: 3.7vw; } }
    .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: 'Segoe UI','SegoeUI','Microsoft JhengHei', 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: 'Segoe UI','SegoeUI','Microsoft JhengHei', 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: cover;
  background-position: center top;
  background-image: url(../images/collabo/gineiden/bg.jpg);
  background-attachment: fixed; }
  @media (max-width: 768px) {
    body {
      background-size: 150%; } }

header {
  width: 100%; }
  header h1 img {
    display: block;
    width: 90%;
    margin: 8em auto 2em;
    max-width: 727px;
    filter: drop-shadow(5px 5px 7px black); }
    @media (max-width: 640px) {
      header h1 img {
        margin-top: 5em; } }
    @media (max-width: 768px) {
      header h1 img {
        width: 80%; } }
  header .noshadow img {
    display: block;
    width: 90%;
    margin: 8em auto 2em;
    max-width: 727px;
    filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0)); }
    @media (max-width: 640px) {
      header .noshadow img {
        margin-top: 5em; } }
    @media (max-width: 768px) {
      header .noshadow img {
        width: 80%; } }

.contents {
  background: rgba(0, 0, 0, 0.9);
  margin-top: 10%;
  color: #fff;
  font-size: 1em;
  line-height: 1.8; }
  .contents .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 7%; }
    .contents .container .contents__lead {
      width: 100%;
      max-width: 1200px;
      padding: 2em 2em 0;
      margin: 0 auto 4%;
      text-align: center;
      font-family: sans-serif;
      font-size: 130%; }
      @media (max-width: 640px) {
        .contents .container .contents__lead {
          font-size: 1.2em; } }
      .contents .container .contents__lead .contents_lead {
        line-height: 1.8;
        font-size: 120%;
        text-align: left;
        padding: 0 4%; }
        @media (max-width: 640px) {
          .contents .container .contents__lead .contents_lead {
            padding: 8% 4%;
            font-size: 1em; } }
    .contents .container .collabo__lead {
      font-size: 120%;
      margin-bottom: 7%;
      padding: 0 4%; }
      @media (max-width: 640px) {
        .contents .container .collabo__lead {
          font-size: 1.1em; } }
      .contents .container .collabo__lead .lead__images {
        text-align: center;
        margin-top: 2%; }
        .contents .container .collabo__lead .lead__images img {
          width: 46%;
          max-width: 750px;
          margin: 1%;
          display: inline-block; }
    .contents .container .dlc__content {
      padding: 2em;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.7);
      color: #111;
      margin-bottom: 1em; }
      .contents .container .dlc__content h4 {
        margin: 0 0 1em;
        padding: 0.2em 0;
        font-size: 120%;
        border: 1px #888 dotted;
        border-width: 0 0 1px; }
      .contents .container .dlc__content .subtext {
        text-indent: -1em;
        margin-left: 1em;
        font-size: 80%;
        opacity: 0.7; }
      .contents .container .dlc__content .dlc__images {
        margin-top: 1em;
        display: flex;
        flex-flow: wrap; }
        .contents .container .dlc__content .dlc__images a {
          display: block;
          width: 25%;
          position: relative; }
        .contents .container .dlc__content .dlc__images a:hover {
          filter: brightness(130%);
          transition: 0.5s; }
        .contents .container .dlc__content .dlc__images img {
          display: block;
          width: 100%; }
      .contents .container .dlc__content .dlc__info__body {
        margin-top: 1em; }
        .contents .container .dlc__content .dlc__info__body .chara {
          border-collapse: collapse;
          width: 100%; }
          .contents .container .dlc__content .dlc__info__body .chara th {
            width: 33%;
            font-size: 80%;
            border-right: 1px #999 solid;
            vertical-align: top;
            padding: 0.5em 1em; }
            .contents .container .dlc__content .dlc__info__body .chara th:last-child {
              border: none; }
            .contents .container .dlc__content .dlc__info__body .chara th .vtb_sns {
              padding: 0.2em 0.5em 0; }
              .contents .container .dlc__content .dlc__info__body .chara th .vtb_sns img {
                height: 2.5em; }
          .contents .container .dlc__content .dlc__info__body .chara .vtb_pic {
            position: relative;
            max-width: 240px;
            max-height: 180px;
            margin: 0 auto 0.5em;
            overflow: hidden; }
            .contents .container .dlc__content .dlc__info__body .chara .vtb_pic img {
              width: 100%;
              transition-duration: 0.3s; }
              .contents .container .dlc__content .dlc__info__body .chara .vtb_pic img:hover {
                transform: scale(1.15);
                transition-duration: 0.3s; }
            .contents .container .dlc__content .dlc__info__body .chara .vtb_pic 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: 30px;
              height: 30px;
              text-align: center;
              color: #FFF; }
          .contents .container .dlc__content .dlc__info__body .chara .chara_text {
            text-align: left;
            font-weight: 400;
            margin-top: 0.5em; }
          @media (max-width: 640px) {
            .contents .container .dlc__content .dlc__info__body .chara th {
              display: block;
              width: auto;
              padding: 2em 0;
              border-right: none;
              border-bottom: 1px #999 solid; }
              .contents .container .dlc__content .dlc__info__body .chara th:last-child {
                border: none; } }
    .contents .container aside.about {
      line-height: 1.7;
      background-image: url(../images/collabo/gineiden/about_bg.jpg);
      background-size: cover;
      padding: 1.5em;
      color: #EEE;
      margin-top: 7%;
      border: 1px rgba(255, 255, 255, 0.2) solid; }
      .contents .container aside.about > div {
        display: flex;
        margin-top: 1em; }
        @media (max-width: 640px) {
          .contents .container aside.about > div {
            display: inline-block; } }
      .contents .container aside.about h4 {
        margin: 0;
        padding: 0;
        margin-bottom: 1em;
        font-size: 130%;
        text-align: center; }
      .contents .container aside.about .about__box {
        border: 1px #999 dotted;
        border-width: 0 1px 0 0;
        padding: 1.5em;
        color: #BBB;
        width: 48%;
        margin: 0.2%; }
        .contents .container aside.about .about__box:last-child {
          border-width: 0; }
        @media (max-width: 640px) {
          .contents .container aside.about .about__box {
            width: 90%;
            margin: 0 auto;
            border-width: 0 0 1px 0; }
            .contents .container aside.about .about__box:last-child {
              border-width: 0; } }
        .contents .container aside.about .about__box .collabotitle {
          display: block;
          margin: 0 auto 5%;
          width: 80%;
          max-width: 328px; }
      .contents .container aside.about .about__image {
        margin: 2em 0; }
        .contents .container aside.about .about__image img {
          display: inline-block;
          width: 49%;
          margin-right: 1%; }
      .contents .container aside.about .about__image_njsj {
        display: block;
        width: 60%;
        margin: 2em auto; }
        .contents .container aside.about .about__image_njsj img {
          display: inline-block;
          width: 100%; }
        @media (max-width: 640px) {
          .contents .container aside.about .about__image_njsj {
            width: 100%; } }
      .contents .container aside.about a {
        display: block;
        width: 98%;
        max-width: 300px;
        font-weight: bold;
        font-size: 110%;
        text-align: center;
        background: linear-gradient(to bottom, #EEE, #DDD);
        border: 1px #999 solid;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
        text-decoration: none;
        color: #333;
        padding: 0.1em 2em;
        border-radius: 7px;
        margin: 2% auto 2%; }

.collabo-copy {
  margin: 0 auto 4em;
  text-align: center;
  font-size: 0.9em; }

.release {
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  font-size: 120%; }
  .release .release_price {
    background-color: #57569f;
    display: inline-block;
    color: #FFF;
    font-size: 70%;
    vertical-align: 0.2em;
    padding: 0.2em 1em 0.2em;
    margin-left: 1em;
    border-radius: 3px; }
  .release .release_plat {
    font-weight: 100;
    font-size: 70%; }

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

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

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