@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&family=Noto+Serif+JP:wght@800&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; /*	outline: 0;*/
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
a {
  -webkit-tap-highlight-color: transparent;
}
strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a:focus {
  /*\*/
  overflow: hidden; /**/
}
option {
  padding-right: 10px;
}
a {
  outline: none;
  color: #3399ff;
}
a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
img, a, a img {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
a:focus {
  outline: none;
}
fieldset, img {
  border: 0;
}
b {
  font-weight: bold;
}
.guard {
  pointer-events: none;
  cursor: default;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}
/* ------------------------------
	コンテンツ
------------------------------ */
#top, article, aside, section, footer, nav, menu, details, hgroup, summary {
  display: block;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
body {
  font-size: 16px;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  background: #00091f url("../images/bg.jpg") no-repeat center top fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: none;
  margin: 70px 0 40px;
  padding: 0;
  position: relative;
  width: 100%;
}
.flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.title, .title-red, .subtitle {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: 800;
  position: relative;
  padding: 14px 0;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 2em;
  line-height: 1.6em;
  letter-spacing: -1px;
}
.title::before, .title::after, hr::before, .header-link a.link::after, .back-link a.link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #3d75fc 25%, #3d75fc 75%, transparent);
  background-image: linear-gradient(to right, transparent, #3d75fc 25%, #3d75fc 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.title::after {
  bottom: inherit;
  top: 0;
}
.title-red {
  color: #d00000;
  text-shadow: #04112f 2px 0 10px;
  font-size: 2.6em;
  margin-bottom: 0;
}
.subtitle {
  margin-bottom: 10px;
  text-shadow: #04112f 2px 0 10px;
}
.header-link {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 16px 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 0.75em;
}
.back-link {
  text-align: center;
  font-size: 0.9em;
}
.header-link a.link, .back-link a.link {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 3px;
  margin-top: 10px;
}
.header-link .language {
  text-align: center;
  font-size: 0.8em;
  padding-top: 5px;
}
.header-link .language-box {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-link .language-box li {
  padding: 3px 5px;
  width: 30px;
}
.header-link .language-box li.soon {
  opacity: 0.3;
}
.contents {
  margin: 0 auto;
  width: 86%;
  max-width: 900px;
}
.contents p {
  margin-bottom: 30px;
}
.contents .cap {
  font-size: 0.8em;
  color: #ccc;
  display: block;
  line-height: 1.6em;
  margin-top: 10px;
}
.main .contents {
  text-align: center;
  padding: 100px 0 50px;
  width: 90%;
}
.main .ttl {
  width: 90%;
  max-width: 800px;
  padding-top: 100px;
  margin: 0 auto 60px;
}
.main .download {
  margin: 60px auto;
  padding: 50px 0 60px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, 0.8) 80%, transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .8) 20%, rgba(0, 0, 0, 0.8) 80%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.main .contents.guidelines {
  margin: 0 auto;
  text-align: left;
  padding: 0;
}
.main .contents.guidelines .download {
  margin: 0;
}
.main .guidelines p {
  margin-bottom: 2em;
}
.main .guidelines .txt-right {
  text-align: right;
  font-size: 0.8em;
}
.main .guidelines .contact {
  max-width: 320px;
  width: 80%;
  margin: 3rem auto;
}
.decimal, .disc {
  margin-left: 2em;
  margin-bottom: 2em;
}
.decimal li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.disc li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.main .twitterarea {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.newslist {
  border-bottom: 1px dashed #666;
}
.newslist .item {
  position: relative;
  padding-left: 40px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px dashed #666;
}
.newslist .item .newsttl::before {
  content: "●";
  color: #d00000;
  position: absolute;
  left: 0;
}
.newslist .item .newsttl {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 12px;
}
.newslist .link {
  font-weight: 600;
  margin-right: 5px;
  margin-left: 5px;
}
.newslist p {
  margin-bottom: 10px;
}
.steam {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
}
.main .download .steam {
  margin: 30px auto 0;
}
.bg-black {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  position: relative;
  -webkit-transform: skew(0deg, 8deg);
  -moz-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  padding: 140px 0 110px;
}
.bg-black-opacity {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: relative;
  -webkit-transform: skew(0deg, 8deg);
  -moz-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  padding: 140px 0 110px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.bg-black .contents, .bg-black-opacity .contents {
  -webkit-transform: skew(0deg, -8deg);
  -moz-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
}
.large {
  font-size: 1.6em;
}
.center {
  text-align: center;
}
.footer {
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #000;
  font-size: 0.7em;
  line-height: 1.6em;
}
.copy {
  color: #999;
  margin: 0;
}
.common-link-nav .item {
  display: inline-block;
  padding-bottom: 5px;
}
.common-link-nav .item::after {
  color: #666;
  content: " ｜ ";
}
.common-link-nav .item:last-child::after {
  content: "";
}
.common-link-nav .item .link {
  color: #eee;
  text-decoration: none;
}
.contact {
  text-align: center;
  margin-top: 50px;
}
.contact li {
  display: inline-block;
  width: 40%;
  max-width: 300px;
  margin: 0 2%;
  vertical-align: middle;
  line-height: 1.2em;
}
#en .contact li {
  max-width: inherit;
}
.contact .btn {
  display: block;
  background: #1263fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#1263fb), to(#12329f));
  background: -webkit-linear-gradient(top, #1263fb 0%, #12329f 100%);
  background: linear-gradient(to bottom, #1263fb 0%, #12329f 100%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  border-radius: 30px;
  color: #fff;
  padding: 1em 0.5em;
  font-weight: 700;
  text-decoration: none;
}
.gallery {
  margin: 30px -1%;
  width: 102%;
}
.gallery img {
  max-width: 100%;
}
.modal-inner-img img {
  max-width: 1440px;
  max-height: 700px;
  width: 100%;
  height: auto;
}
.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  z-index: 99999;
  -webkit-animation: byeShutter 3s forwards;
  animation: byeShutter 3s forwards;
}
.shutter .logo {
  position: absolute;
  width: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  animation-delay: 0.3s;
  display: block;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(0.7);
  }
}
/* コンテンツレイアウト用 */
.view {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: #000;
}
.view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.view #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.table-outer {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto 20px;
}
.table-outer th, .table-outer td {
  padding: 2% 3%;
  box-sizing: border-box;
}
.table-outer th {
  width: 20%;
  font-weight: bold;
  background-color: #000;
  border-bottom: solid 1px #163481;
  white-space: nowrap;
}
#en .table-outer th {
  width: auto;
}
.table-outer tr:last-of-type th, .table-outer tr:last-of-type td {
  border: none;
}
.table-outer td {
  border-bottom: solid 1px #163481;
}
.table-outer .info {
  margin: 0;
}
.table-outer .info li {
  margin-bottom: 0;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width : 768px) {
  .table-outer {
    font-size: 1.2em;
  }
  #en .contact li {
    width: 44%;
  }
}
@media screen and (max-width : 767px) {
  body {
    font-size: 14px;
    background-image: none;
  }
  #container::before {
    background: #00091f url("../images/bg.jpg") no-repeat center top;
    background-size: auto 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
    transition: 0.1s;
    opacity: 0.5;
  }
  .contents.top {
    width: 100%;
  }
  .contents.top .steam {
    width: 90%;
  }
  .shutter .logo {
    width: 280px;
  }
  .title, .title-red, .subtitle {
    font-size: 1.6em;
    font-size: 6.4vw;
    line-height: 1.4em;
  }
  .header-link {
    padding: 0 8px 0 13px;
  }
  .header-link .language-box li {
    width: 23px;
  }
  .bg-black-opacity, .bg-black {
    padding: 80px 0 50px;
  }
  .main .download {
    margin: 0 auto 50px;
  }
  .main .ttl {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .newslist .item {
    padding-left: 30px;
  }
  .newslist .item .newsttl {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .contact li {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .steam {
    margin: 60px auto;
  }
  .table-outer td span {
    font-size: 0.8em;
  }
  .gallery li {
    margin-bottom: 20px;
  }
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
  display: none;
}
.grid_1 {
  width: 98%;
  margin: 1%;
}
.grid_2 {
  width: 48%;
  margin: 1%;
}
.grid_3 {
  width: 30%;
  margin: 0 1%;
}
.grid_4 {
  width: 22%;
  margin: 0 1%;
}
.grid_5 {
  width: 66%;
  margin: 0 1%;
}
.L {
  float: left;
}
.R {
  float: right;
}
@media screen and (max-width : 768px) {
  .sp {
    display: block;
  }
  .pc {
    visibility: hidden;
    display: none;
  }
  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5 {
    width: 100%;
    margin: 0;
  }
}
/* ------------------------------
	colorbox
------------------------------ */
.modal-inner {
  display: none;
}
a, a:focus, button:focus {
  outline: none;
  outline-width: none;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 1);
}
#colorbox {
  outline: 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay, #cboxLoadedContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}
#cboxContent {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 70px;
  height: 70px;
  text-align: right;
  font-weight: bold;
  font-size: 0;
  background: url("../images/btn-close.png") no-repeat right top;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
}
@media screen and (max-width : 767px) {
  #cboxClose {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  #cboxOverlay {
    background: rgba(0, 0, 0, 1);
  }
}