@charset "UTF-8";

@keyframes basic-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body{color:#fff;background-color:#101010}.site{opacity:0}.site-loading{position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2000;width:64px;height:64px;pointer-events:none}.site-loading .svg-icon{display:block;position:absolute;left:0;top:0;width:100%;height:100%;animation:basic-rotate 1.5s linear 0s infinite normal both}.site-loading svg{width:100%}.site-loading path{fill:none;stroke:rgba(255,255,255,.5);stroke-width:1px}

@font-face {
  font-family: Original Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 100
}

@font-face {
  font-family: Original Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 200
}

@font-face {
  font-family: Original Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 300
}

@font-face {
  font-family: Original Yu Gothic;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: Original Yu Gothic;
  src: local("Yu Gothic Bold");
  font-weight: 700
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  display:flex;
  flex-direction:column;
 min-height: 100vh;
}

main,
article,
header,
nav {
  display: block
}

video {
  display: inline-block;
  vertical-align: baseline
}

a {
  background: transparent
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled] {
  cursor: default
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/*! jquery-drawer v3.2.2 Flexible drawer menu using jQuery, iScroll and CSS. http://git.blivesta.com/drawer License : MIT Author : blivesta <design@blivesta.com> (http://blivesta.com/) */
.drawer-open {
  overflow: hidden !important
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
  display: block
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
  transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
  top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
  transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #222
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "
}

.drawer-hamburger-icon:after {
  top: 10px
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff
}

.drawer--navbarTopGutter {
  padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%
}

.drawer-navbar--fixed {
  position: fixed
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem
}

.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff
}

.drawer-dropdown-menu>li {
  width: 100%;
  list-style: none
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}

.drawer-dropdown.open>.drawer-dropdown-menu {
  display: block
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.drawer-container {
  margin-right: auto;
  margin-left: auto
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@keyframes world-noise {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 -7em
  }
}

@keyframes arrow-link-fade {
  0% {
    opacity: 0
  }

  30% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes button-grow {
  0% {
    -webkit-box-shadow: rgba(0, 236, 255, .6) 0 0 .4rem .1rem;
    box-shadow: rgba(0, 236, 255, .6) 0 0 .4rem .1rem
  }

  100% {
    -webkit-box-shadow: rgba(0, 236, 255, .1) 0 0 .1rem .025rem;
    box-shadow: rgba(0, 236, 255, .1) 0 0 .1rem .025rem
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  top: 0;
  font-size: calc(.875em + 1vw)
}

body {
  color: #fff;
  background-color: #101010;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Noto Sans CJK JP, Original Yu Gothic, Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji;
  font-feature-settings: 'palt';
  text-align: center;
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
  overflow-y: scroll
}

h2,
h3,
p,
ul,
table,
article,
header,
nav {
  text-align: left;
  margin: 0
}

h2,
h3 {
  font-size: 100%;
  line-height: 1.25
}

p,
ul,
th,
td {
  line-height: 1.5
}

th,
td {
  vertical-align: top
}

ul,
ul ul {
  list-style-type: square
}

ul ul {
  margin-bottom: 0
}

ul {
  padding-left: 2em
}

a {
  color: #00ecff;
  text-decoration: underline;
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  cursor: pointer
}

a:visited {
  color: #00ecff
}

a:hover {
  text-decoration: none
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

iframe {
  vertical-align: top
}

textarea {
  font-size: 100%;
  line-height: 1.25;
  padding: .25em;
  color: #000;
  background-color: #fff
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.br-only-s {
  display: inline
}

.clickable,
.clickable-container>* {
  cursor: pointer;
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease, fill .2s ease, letter-spacing .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease
}

.movie-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}

.movie-container iframe {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.article-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2
}

.article-heading .en {
  display: inline-block;
  font-weight: 400;
  color: rgba(255, 225, 124, .3);
  font-size: 2.5rem;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  letter-spacing: .05em;
  padding-left: .5rem;
  white-space: nowrap
}

.article-heading .ja {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .25em
}

.article-heading .line {
  display: block;
  height: 1px;
  background: rgba(255, 255, 125, .1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 125, .1)), color-stop(50%, rgba(255, 255, 125, .8)), to(rgba(255, 255, 125, .1)));
  background: linear-gradient(to right, rgba(255, 255, 125, .1) 0, rgba(255, 255, 125, .8) 50%, rgba(255, 255, 125, .1) 100%);
  margin-top: -.6rem;
  margin-bottom: .4rem
}

.article {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.article.top {
  padding: 0
}

.article.news {
  display: block;
  background-image: url(../img/bg-news.png)
}

.article.world {
  background-image: url(../img/bg-world.jpg)
}

.article.present {
  background-image: url(../img/bg-present.jpg)
}

.article.pre-registration {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center top;
}

.article-shade {
  background: rgba(0, 0, 0, .9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), color-stop(60%, rgba(0, 0, 0, .2)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .2) 60%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9rem;
  z-index: 1;
  pointer-events: none
}

.back-to-top {
  position: fixed;
  z-index: 100;
  margin: 0;
  bottom: 18vh;
  width: 3.33333rem;
  height: 3.33333rem;
  cursor: pointer;
  left: .33333rem;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5)
}

body.loaded .back-to-top {
  -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
  transition: visibility .3s, opacity .3s, -webkit-transform .3s;
  transition: visibility .3s, opacity .3s, transform .3s;
  transition: visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s
}

.back-to-top a {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.back-to-top a * {
  pointer-events: none
}

.back-to-top a.push {
  -webkit-transition: none;
  transition: none
}

.back-to-top a.hover {
  opacity: .7
}

.back-to-top a.push {
  opacity: .55
}

.back-to-top .svg-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg) translateX(7%);
  -ms-transform: rotate(-90deg) translateX(7%);
  transform: rotate(-90deg) translateX(7%)
}

.back-to-top .svg-line {
  stroke: #fff;
  stroke-width: 1px
}

body.loaded .site-bg {
  -webkit-animation: bg-fade .5s linear .5s 1 normal both;
  animation: bg-fade .5s linear .5s 1 normal both
}

/* 事前登録 */

.yoyaku-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.yoyaku-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .25rem;
  margin: .25rem;
  justify-content: center;
  align-items: center;
}

.yoyaku-banner-inner>* {
  margin: .25rem;
  width: calc(100% - .5rem)
}

.yoyaku-banner-inner img {
  align: center;
  width: 80%
}

.yoyaku-banner-inner a {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  display: block;
}

.yoyaku-banner-inner a * {
  pointer-events: none
}

.yoyaku-banner-inner a.push {
  -webkit-transition: none;
  transition: none
}

.yoyaku-banner-inner a.hover {
  opacity: .7
}

.yoyaku-banner-inner a.push {
  opacity: .55
}

.jizen-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

/* 事前登録 */

.drawer-container {
  display: block
}

.drawer-hamburger,
.drawer-nav {
  z-index: 150 !important
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff !important
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important
}

.drawer-nav {
  background-color: rgba(0, 0, 0, .7) !important;
  padding: 18px
}

.drawer-inner {
  background-color: rgba(0, 0, 0, .9);
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.drawer-menu {
  width: 100%
}

.drawer-menu li {
  position: relative
}

.drawer-menu li[data-disabled]:before {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.54167rem;
  height: .83333rem;
  white-space: nowrap;
  font-size: .5rem;
  content: 'coming soon';
  line-height: 1;
  border: rgba(255, 255, 255, .3) 1px solid;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

.drawer-menu li[data-disabled] a {
  opacity: .3;
  pointer-events: none
}

.drawer-menu a {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  padding: 1rem;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.drawer-menu a * {
  pointer-events: none
}

.drawer-menu a.push {
  -webkit-transition: none;
  transition: none
}

.drawer-menu a.hover {
  opacity: .7
}

.drawer-menu a.push {
  opacity: .55
}

body.loaded .fixed-link-button {
  opacity: 1;
  pointer-events: auto
}

body.fade-out .fixed-link-button {
  opacity: 0;
  pointer-events: none
}

.global-nav {
  width: 100%;
  height: 4rem;
  z-index: 100;
  -webkit-box-shadow: rgba(255, 255, 255, .1) 0 0 .5rem .1rem;
  box-shadow: rgba(255, 255, 255, .1) 0 0 .5rem .1rem;
  display: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background: rgba(0, 0, 0, .6)
}

.global-nav:before,
.global-nav:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  left: 0
}

.global-nav:before {
  top: .25rem
}

.global-nav:after {
  bottom: .25rem
}

.global-nav.fixed {
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, .9)
}

.global-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1920px
}

.global-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.global-list li[data-disabled]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.54167rem;
  height: .83333rem;
  white-space: nowrap;
  font-size: .5rem;
  content: 'coming soon';
  line-height: 1;
  border: rgba(255, 255, 255, .3) 1px solid;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

.global-list li[data-disabled] a {
  opacity: .3;
  pointer-events: none
}

.global-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  line-height: 1.25;
  font-size: .66667rem
}

.global-list a * {
  pointer-events: none
}

.global-list a.push {
  -webkit-transition: none;
  transition: none
}

.global-list a.hover {
  opacity: .7
}

.global-list a.push {
  opacity: .55
}

.global-list .br-only-m {
  display: none
}

.site-loading {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .5s, .001s;
  transition-duration: .5s, .001s;
  -webkit-transition-delay: 0s, .5s;
  transition-delay: 0s, .5s;
  opacity: 1
}

body.loaded .site-loading {
  opacity: 0
}

body.fade-out .site-loading {
  opacity: 1
}

.site-footer {
  position: relative;
  z-index: 15;
  padding: 1.5rem 0;
  background: #333;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Noto Sans CJK JP, Original Yu Gothic, Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji
}

.site-footer>*+* {
  margin-top: 1rem
}

.site-footer.with-fixed-link-button {
  padding-bottom: 8rem
}

/* 事前登録バナー */
.jizen_b{
  position:fixed;
  bottom:0;
  width:12rem;
  height:6rem;
  z-index:100;
}


.jizen_b a {
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.jizen_b a * {
  pointer-events: none
}

.jizen_b a.push {
  -webkit-transition: none;
  transition: none
}

.jizen_b a.hover {
  opacity: .7
}

.jizen_b a.push {
  opacity: .55
}

/* 事前登録バナー */

.footer-menu {
  line-height: 1
}

.footer-menu a {
  color: inherit;
  font-size: .58333rem
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem
}

.footer-social a {
  width: 2rem;
  height: 2rem
}

.footer-social svg {
  width: 100%
}

.footer-social .label {
  margin-right: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: .58333rem
}

.footer-social .social-buttons-custom path {
  fill: #fff !important
}

.footer-bottom>*+* {
  margin-top: .5rem
}

.footer-copyright {
  font-size: .625rem;
  text-align: center
}

.footer-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 616px
}

.footer-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .25rem;
  margin: -.5rem
}

.footer-banner-inner>* {
  margin: .25rem;
  width: calc(100% - .5rem)
}

.footer-banner-inner img {
  width: 100%
}

.footer-banner-inner a {
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.footer-banner-inner a * {
  pointer-events: none
}

.footer-banner-inner a.push {
  -webkit-transition: none;
  transition: none
}

.footer-banner-inner a.hover {
  opacity: .7
}

.footer-banner-inner a.push {
  opacity: .55
}

.scroll-bar-fill {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #f1f1f1;
  display: none
}

.social-buttons-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.social-buttons-default>*+* {
  margin-left: .25rem
}

.social-buttons-default>div {
  margin: 4px;
  height: 20px;
  overflow: hidden
}

.social-buttons-default>div>* {
  line-height: 1;
  height: 20px;
  vertical-align: top
}

.social-buttons-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.social-buttons-custom>*+* {
  margin-left: .75rem
}

.social-buttons-custom a {
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.social-buttons-custom a * {
  pointer-events: none
}

.social-buttons-custom a.push {
  -webkit-transition: none;
  transition: none
}

.social-buttons-custom a.hover {
  opacity: .7
}

.social-buttons-custom a.push {
  opacity: .55
}

.social-buttons-custom svg {
  pointer-events: none;
  display: inline-block;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.social-buttons-custom .svg-icon {
  width: 2rem;
  height: 2rem
}

.social-buttons-custom .svg-icon.twitter path {
  fill: #55acee
}

.social-buttons-custom .svg-icon.facebook path {
  fill: #1877f2
}

.social-buttons-custom .svg-icon.line path {
  fill: #00b900
}

.svg-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em
}

.svg-icon svg {
  width: 100%
}

.svg-line {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px
}

.svg-line.crisp {
  shape-rendering: crispEdges
}

.top-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
  height: 100vh;
  height: calc(var(--vh, 1vh)*100);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  min-height: 30rem
}

.top-video.news {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.top-video-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background-image: url(../img/movie-dots.png);
  opacity: .4
}

.top-video-media-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #000;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1
}

.top-video-media-mask.active {
  opacity: 0
}

.top-video-media {
  position: relative;
  z-index: 99;
  pointer-events: none;
  opacity: .6
}

.mfp-bg {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.mfp-bg.mfp-ready {
  opacity: .9
}

.mfp-bg.mfp-removing {
  opacity: 0
}

.my-mfp-zoom-in .mfp-content,
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .mfp-content,
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .mfp-content,
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.mfp-bottom-bar {
  pointer-events: none;
  margin: 0;
  padding: .5rem;
  top: auto;
  left: 0;
  bottom: 0;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mfp-title {
  width: 100%;
  font-size: .6875rem;
  position: relative
}

.mfp-title:empty {
  display: none
}

.mfp-counter {
  position: relative;
  color: #fff;
  text-align: right;
  font-size: .625rem;
  white-space: nowrap
}

.mfp-container {
  padding: 0 .25rem
}

button.mfp-close {
  opacity: 1;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

button.mfp-close * {
  pointer-events: none
}

button.mfp-close.push {
  -webkit-transition: none;
  transition: none
}

button.mfp-close.hover {
  opacity: .7
}

button.mfp-close.push {
  opacity: .55
}

button.mfp-close:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgc3R5bGU9ImZpbGw6bm9uZSIvPjxsaW5lIHgxPSIzMi41IiB5MT0iMzIuNSIgeDI9IjcuNSIgeTI9IjcuNSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzY1ZDlmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4Ii8+PGxpbmUgeDE9IjMyLjUiIHkxPSI3LjUiIHgyPSI3LjUiIHkyPSIzMi41IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNjVkOWZmO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHgiLz48L3N2Zz4=);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.mfp-image-holder button.mfp-close {
  top: .25rem
}

.mfp-inline-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
  top: -2.75rem
}

.mfp-image-holder button.mfp-close,
.mfp-inline-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
  width: 2.5rem;
  height: 2.5rem;
  right: 0
}

button.mfp-close.hover:before,
button.mfp-close.push:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

button.mfp-arrow {
  width: 2.5rem;
  height: 2.5rem;
  top: .25rem;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.mfp-ready button.mfp-arrow {
  opacity: 1
}

.mfp-removing button.mfp-arrow {
  opacity: 0
}

.mfp-s-loading button.mfp-arrow {
  display: none
}

.mfp-s-ready button.mfp-arrow {
  display: block
}

button.mfp-arrow * {
  pointer-events: none
}

button.mfp-arrow.push {
  -webkit-transition: none;
  transition: none
}

button.mfp-arrow.hover {
  opacity: .7
}

button.mfp-arrow.push {
  opacity: .55
}

button.mfp-arrow:before {
  display: none
}

button.mfp-arrow:after {
  width: 70%;
  height: 70%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmljb24tYXJyb3c8L3RpdGxlPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgc3R5bGU9ImZpbGw6bm9uZSIvPjxwb2x5bGluZSBwb2ludHM9IjEyLjUgMzMuNzUgMjYuMjUgMjAgMTIuNSA2LjI1IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNjVkOWZmO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHgiLz48L3N2Zz4=);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mfp-arrow-right {
  left: 2.75rem
}

.mfp-figure,
.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  margin: 3rem auto
}

.mfp-figure:after {
  background: transparent;
  top: 3rem;
  bottom: 3rem
}

.mfp-inline {
  max-width: 800px;
  position: relative;
  margin: 0 auto .25rem
}

.mfp-animated-image {
  display: block
}

.mfp-preloader {
  width: 5rem;
  height: 5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  text-align: left;
  text-indent: 200%;
  white-space: nowrap
}

.mfp-preloader:before {
  content: '';
  display: inline-block;
  z-index: 10;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmljb24tbG9hZGluZzwvdGl0bGU+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBzdHlsZT0iZmlsbDpub25lIi8+PHBhdGggZD0iTTIwLDhBMTIsMTIsMCwxLDAsMzIsMjAiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==);
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .5;
  -webkit-animation: basic-rotate 1s linear 0s infinite normal both;
  animation: basic-rotate 1s linear 0s infinite normal both
}

.site {
  font-size: .875rem;
  position: relative;
  min-height: 100%;
  z-index: 10;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none
}

body.loaded .site {
  opacity: 1;
  pointer-events: auto
}

body.fade-out .site {
  opacity: 0;
  pointer-events: none
}

.site-child {
  overflow: hidden
}

body.admin-bar .site-header {
  top: 46px
}

body.loaded .site-header {
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

body.fade-out .site-header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.characters-content {
  position: relative;
  z-index: 1;
  margin: 0
}

.characters-menu-container {
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  position: relative;
  z-index: 2
}

.characters-menu-parent {
  margin-right: auto;
  max-width: 1000px;
  margin-left: auto
}

.characters-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .25rem;
  margin: -.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.characters-menu>* {
  margin: .25rem;
  width: calc(25% - .5rem)
}

.characters-menu img {
  width: 100%
}

.characters-menu>div {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  position: relative;
  border-bottom: #000 4px solid
}

.characters-menu>div * {
  pointer-events: none
}

.characters-menu>div.push {
  -webkit-transition: none;
  transition: none
}

.characters-menu>div.hover {
  opacity: .7
}

.characters-menu>div.push {
  opacity: .55
}

.characters-menu>div.disabled {
  pointer-events: none;
  border-color: #999
}

.characters-menu>div.active {
  background-image: linear-gradient(135deg, #72a4c3, #182241);
  -webkit-animation: bright .5s linear 0s infinite alternate both;
  animation: bright .5s linear 0s infinite alternate both;
  pointer-events: none;
  border-color: #ffd100
}

.characters-menu.is-disabled {
  pointer-events: none
}

.characters-info-container-parent {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto
}

.characters-info-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 118.75%
}

.characters-info-container .arrow-l,
.characters-info-container .arrow-r {
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.characters-info-container .arrow-l *,
.characters-info-container .arrow-r * {
  pointer-events: none
}

.characters-info-container .arrow-l.push,
.characters-info-container .arrow-r.push {
  -webkit-transition: none;
  transition: none
}

.characters-info-container .arrow-l.hover,
.characters-info-container .arrow-r.hover {
  opacity: .7
}

.characters-info-container .arrow-l.push,
.characters-info-container .arrow-r.push {
  opacity: .55
}

.characters-info-container .arrow-l {
  display: none
}

.characters-info-container .arrow-r {
  display: none
}

.characters-info-container .bg-1 {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #d46f26;
  position: absolute;
  display: inline-block;
  left: -300%;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: -32.76316%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 750%;
  height: 228.94737%;
  z-index: -1
}

.characters-info-container .bg-1,
.characters-info-container .bg-1 img {
  max-width: none;
  vertical-align: top
}

.characters-info-container .bg-2 {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #161616), to(#161616));
  background-image: linear-gradient(90deg, transparent 0, transparent 50%, #161616 50%, #161616 100%);
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;
  position: absolute;
  display: inline-block;
  left: -300%;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: -32.76316%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 600%;
  height: 183.15789%;
  z-index: -2
}

.characters-info-container .bg-2,
.characters-info-container .bg-2 img {
  max-width: none;
  vertical-align: top
}

.characters-info {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 118.75%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none
}

.characters-info .meta {
  position: absolute;
  display: inline-block;
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: 75.92105%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 75%;
  height: auto;
  z-index: 3
}

.characters-info .meta,
.characters-info .meta img {
  max-width: none;
  vertical-align: top
}

.characters-info .meta-line {
  background-color: #000;
  position: absolute;
  display: inline-block;
  left: -150%;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: 75.92105%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 150%;
  height: 12.63158%;
  z-index: 2
}

.characters-info .meta-line,
.characters-info .meta-line img {
  max-width: none;
  vertical-align: top
}

.characters-info .words {
  position: absolute;
  display: inline-block;
  left: 59.375%;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: 0;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 50%;
  height: auto;
  z-index: 2;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg)
}

.characters-info .words,
.characters-info .words img {
  max-width: none;
  vertical-align: top
}

.characters-info .illust {
  pointer-events: none;
  position: absolute;
  display: inline-block;
  left: -62.5%;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: -8.94737%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 200%;
  height: auto;
  z-index: 1
}

.characters-info .illust,
.characters-info .illust img {
  max-width: none;
  vertical-align: top
}

.characters-info .illust.character-03 {
  position: absolute;
  display: inline-block;
  left: -70.3125%;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  top: -22.10526%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 200%;
  height: auto;
  z-index: 1
}

.characters-info .illust.character-03,
.characters-info .illust.character-03 img {
  max-width: none;
  vertical-align: top
}

.characters-info .illust img {
  width: 100%
}

.characters-info>* {
  -webkit-transition: opacity .2s, -webkit-transform .4s cubic-bezier(.755, .05, .855, .06);
  transition: opacity .2s, -webkit-transform .4s cubic-bezier(.755, .05, .855, .06);
  transition: transform .4s cubic-bezier(.755, .05, .855, .06), opacity .2s;
  transition: transform .4s cubic-bezier(.755, .05, .855, .06), opacity .2s, -webkit-transform .4s cubic-bezier(.755, .05, .855, .06)
}

.characters-info .illust {
  opacity: 0;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5)
}

.characters-info.active {
  opacity: 1;
  z-index: 2;
  pointer-events: inherit
}

.characters-info.active .illust {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.characters-info.active>* {
  -webkit-transition: opacity .2s, -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
  transition: opacity .2s, -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
  transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .2s;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .2s, -webkit-transform .4s cubic-bezier(.23, 1, .32, 1)
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 960px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  position: relative;
  z-index: 2
}

.news-content>* {
  width: 100%
}

.news-content>p {
  font-size: 14px;
  margin-top: 5px;
}

.news-list {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Noto Sans CJK JP, Original Yu Gothic, Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji
}

.news-list>*+* {
  margin-top: .5rem
}

.news-list .item {
  border: rgba(255, 255, 255, .15) 1px solid;
  position: relative;
  background-image: linear-gradient(30deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .2) 100%);
  padding: .75rem
}

.news-list .item>*+* {
  margin-top: 1.5rem
}

.news-list .meta {
  padding-right: 2rem
}

.news-list .date {
  text-align: left;
  color: rgba(255, 255, 255, .5);
  white-space: nowrap
}

.news-list .content-toggle {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -.5rem;
  right: .5rem
}

.news-list .content-toggle:before,
.news-list .content-toggle:after {
  content: '';
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, .6);
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease
}

.news-list .content-toggle:before {
  width: 75%;
  height: 1px
}

.news-list .content-toggle:after {
  width: 1px;
  height: 75%
}

.news-list .content-toggle.active:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0)
}

.news-list .content-toggle[data-hidden] {
  display: none
}

.news-list .content {
  display: none;
  font-size: .8rem
}

.news-list .content>*+* {
  margin-top: .75rem
}

.news-list .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: rgba(0, 236, 255, .3) 1px solid;
  text-decoration: none;
  line-height: 1.25;
  padding: .5rem;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

.news-list .button * {
  pointer-events: none
}

.news-list .button.push {
  -webkit-transition: none;
  transition: none
}

.news-list .button.hover {
  color: #00ecff;
  background-color: rgba(0, 236, 255, .2);
  border-color: rgba(0, 236, 255, .3)
}

.news-list .button.push {
  color: rgba(0, 236, 255, .5);
  background-color: rgba(0, 236, 255, .2);
  border-color: rgba(0, 236, 255, .3)
}

.news-list .button .svg-icon {
  width: .83333rem;
  height: .83333rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: .25rem
}

.news-list .button .svg-line {
  stroke: #00ecff;
  stroke-width: 1px
}

.news-list .more {
  font-size: .75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: rgba(0, 236, 255, .3) 1px solid;
  text-decoration: none;
  line-height: 1.25;
  padding: .5rem;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

.news-list .more * {
  pointer-events: none
}

.news-list .more.push {
  -webkit-transition: none;
  transition: none
}

.news-list .more.hover {
  color: #00ecff;
  background-color: rgba(0, 236, 255, .2);
  border-color: rgba(0, 236, 255, .3)
}

.news-list .more.push {
  color: rgba(0, 236, 255, .5);
  background-color: rgba(0, 236, 255, .2);
  border-color: rgba(0, 236, 255, .3)
}

.news-list .more .svg-icon {
  width: 1.66667rem;
  height: 1.66667rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: .25rem
}

.news-list .more .svg-line {
  stroke: #00ecff;
  stroke-width: 1px
}

.news-list-feed {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Noto Sans CJK JP, Original Yu Gothic, Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji
}

.news-list-feed .item {
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  border: rgba(255, 255, 255, .15) 1px solid;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
  margin: .75rem 0;
  position: relative;
  padding: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.news-list-feed .item * {
  pointer-events: none
}

.news-list-feed .item.push {
  -webkit-transition: none;
  transition: none
}

.news-list-feed .item.hover {
  opacity: .7
}

.news-list-feed .item.push {
  opacity: .55
}

.news-list-feed .item>*+* {
  margin-top: .5rem
}

.news-list-feed .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-list-feed .meta>*+* {
  margin-left: .5rem
}

.news-list-feed .date {
  color: rgba(255, 255, 255, .5);
  white-space: nowrap;
  font-size: .58333rem
}

.news-list-feed .title {
  font-size: .75rem;
  font-weight: 400;
  margin-bottom: 0
}

.news-category-menu {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Noto Sans CJK JP, Original Yu Gothic, Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .5rem
}

.news-category-menu>div {
  margin: .125rem;
  font-size: .70833rem;
  color: rgba(255, 255, 255, .8);
  border: rgba(0, 236, 255, .3);
  line-height: 1;
  white-space: nowrap;
  padding: .5rem;
  border: transparent 1px solid
}

.news-category-menu>div.hover[data-category="全て"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category="重要"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category="アップデート"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category="キャンペーン"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category="ムービー"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category="メンテナンス"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category="その他"] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=All] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=Important] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=Update] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=Campaign] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=Movie] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=Maintenance] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.hover[data-category=Other] {
  background-color: rgba(204, 204, 204, .3)
}

.news-category-menu>div.active {
  pointer-events: none
}

.news-category-menu>div.active[data-category="全て"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category="重要"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category="アップデート"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category="キャンペーン"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category="ムービー"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category="メンテナンス"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category="その他"] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=All] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=Important] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=Update] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=Campaign] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=Movie] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=Maintenance] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.active[data-category=Other] {
  color: #ccc;
  border-color: rgba(204, 204, 204, .5);
  text-shadow: rgba(204, 204, 204, .5) 0 0 .25rem
}

.news-category-menu>div.line-break {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0
}

.news-category-label {
  width: 4.16667rem;
  height: 1.16667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, .8);
  font-size: .58333rem;
  line-height: 1;
  white-space: nowrap;
  padding: .25rem;
  border: rgba(255, 255, 255, .5) 1px solid
}

.news-category-label[data-category="全て"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category="重要"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category="アップデート"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category="キャンペーン"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category="ムービー"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category="メンテナンス"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category="その他"] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=All] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=Important] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=Update] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=Campaign] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=Movie] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=Maintenance] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-category-label[data-category=Other] {
  background-color: rgba(204, 204, 204, .1);
  color: #ccc;
  border-color: rgba(204, 204, 204, .3)
}

.news-more {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Noto Sans CJK JP, Original Yu Gothic, Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji;
  font-size: .75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  line-height: 1.25;
  padding: .5rem;
  color: #fff !important;
  background-color: rgba(0, 0, 0, .8);
  border: rgba(255, 255, 255, .15) 1px solid;
  -webkit-tap-highlight-color: transparent;
  outline: 0
}

.news-more * {
  pointer-events: none
}

.news-more.push {
  -webkit-transition: none;
  transition: none
}

.news-more.hover {
  opacity: .7
}

.news-more.push {
  opacity: .55
}

.news-more .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: .25rem
}

.news-more .svg-line {
  stroke: #fff;
  stroke-width: 1px
}

.spec-content {
  margin-top: 1rem;
  position: relative;
  z-index: 10;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  margin-left: 0
}

.spec-content>*+* {
  margin-top: 1rem
}

.spec-content>* {
  margin-left: auto;
  margin-right: auto
}

.spec-content .logo {
  width: 13.33333rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem
}

.spec-content .title {
  font-weight: 700;
  white-space: nowrap
}

.spec-content .price {
  width: 12.5rem;
  padding: .5rem;
  color: #00ecff;
  border: 1px solid rgba(0, 236, 255, .2);
  border-radius: 1.875rem;
  text-align: center;
  letter-spacing: .25rem;
  line-height: 1
}

.spec-content .credit {
  font-size: .66667rem;
  line-height: 1.75
}

.spec-content .twitter-box {
  margin-top: 3rem;
  padding: .125rem;
  background-image: linear-gradient(45deg, #006169 0, #00a9b7 50%, #006169 100%)
}

.spec-content .twitter-box .heading {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  padding-bottom: .125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.spec-content .twitter-box .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #006169
}

.spec-content .twitter-box .timeline-container {
  background-color: #000;
  width: 100%;
  height: 380px
}

.spec-content .twitter-box .timeline-container a {
  font-size: 10px;
  color: #999;
  text-decoration: none
}

.spec-bg-sp {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40.55556%;
  background-image: url(../img/bg-spec-sp.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem
}

.spec-bg-pc {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../img/bg-spec.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: none
}

.app-info-cols {
  font-size: .66667rem
}

.app-info-cols .icon {
  width: 4.66667rem;
  border-radius: .9rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto
}

.app-info-cols .info {
  margin-top: 1rem
}

.app-info-cols .info table {
  margin-left: auto;
  margin-right: auto
}

.app-info-cols .info th {
  font-weight: 400;
  text-align: right;
  color: rgba(255, 255, 255, .8)
}

.app-info-cols .info th:after {
  font-size: .5rem;
  content: ' ';
  font-weight: 400;
  position: relative;
  left: .25rem;
  color: rgba(255, 255, 255, .3)
}

.app-info-cols .info th,
.app-info-cols .info td {
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
  padding: 0 .25rem;
  height: 1.5rem
}

.system-content {
  margin: 3rem 0;
  position: relative;
  z-index: 1
}

.system-content>*+* {
  margin-top: 4.5rem
}

.system-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.system-group>*+* {
  margin-top: 1.5rem
}

.system-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem
}

.system-heading .arrow {
  display: block;
  background-image: url(../img/system-heading-arrow.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .4s all;
  transition: .4s all;
  width: 1.95rem;
  height: 2.275rem
}

.system-heading .arrow.before {
  margin-right: .5rem
}

.system-heading .arrow.after {
  margin-left: .5rem;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.system-heading img[src*=system-heading-text-01] {
  width: 12.0875rem
}

.system-heading img[src*=system-heading-text-02] {
  width: 10.875rem
}

.system-heading img[src*=system-heading-text-03] {
  width: 6.1625rem
}

.system-desc {
  font-weight: 700;
  letter-spacing: .2em;
  text-align: center;
  padding: 0 1rem;
  text-shadow: rgba(0, 236, 255, .8) 0 0 .25em, rgba(0, 236, 255, .6) 0 0 .5em, rgba(0, 236, 255, .4) 0 0 .75em, rgba(0, 236, 255, .2) 0 0 1.5em;
  font-size: .83333rem
}

.system-movie {
  width: 80%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.system-movie .frame {
  display: block;
  background-image: url(../img/system-movie-frame.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 1.66667rem;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .7
}

.system-movie .frame.before {
  left: -1.66667rem
}

.system-movie .frame.after {
  right: -1.66667rem;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.system-movie .movie-container {
  -webkit-box-shadow: rgba(0, 236, 255, .4) 0 0 .25em, rgba(0, 236, 255, .2) 0 0 .5em;
  box-shadow: rgba(0, 236, 255, .4) 0 0 .25em, rgba(0, 236, 255, .2) 0 0 .5em
}

.system-slide {
  overflow: hidden;
  position: relative;
  pointer-events: none;
  margin-bottom: 1.5rem;
  padding: 3% 0;
  background-image: url(../img/system-slide-h.png);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0 0
}

.system-slide .images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.system-slide .images img {
  opacity: .8;
  border: #333 1px solid;
  width: auto;
  max-height: 20vw
}

.system-slide .images>*+* {
  margin-left: 2vw
}

.system-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../img/pattern-dash-grid.png);
  background-repeat: repeat;
  -webkit-background-size: 3rem 3rem;
  background-size: 3rem;
  opacity: .1;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  -webkit-animation: body-bg 2s linear 0s infinite normal;
  animation: body-bg 2s linear 0s infinite normal
}

@keyframes body-bg {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  100% {
    -webkit-transform: translate(3rem, 3rem);
    transform: translate(3rem, 3rem)
  }
}

.system-attention {
  font-size: .58333rem;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem
}

.top-keyvisual {
  pointer-events: none
}

.world-text-coming-soon {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto
}

.world-text-coming-soon p {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  padding: .25em;
  color: #aaa;
  background-color: rgba(0, 0, 0, .9);
  letter-spacing: .15em
}

.world-text {
  font-size: .75rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto
}

.world-text>*+* {
  margin-top: 1.5rem
}

.world-text>div {
  text-align: left
}

/**/

.world-text p {
  line-height: 1.75;
/*  display: inline;*/
  background-color: rgba(0, 0, 0, .9)
}

.world-text p>span {
  display: inline
}

.world-text p br {
/*   display: none*/
}

.world-text .noise-01,
.world-text .noise-02 {
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: .9em;
  vertical-align: middle;
  position: relative;
  top: -.15em;
  background-image: url(../img/world-noise.png);
  -webkit-background-size: 1em 8em;
  background-size: 1em 8em;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation-name: world-noise;
  animation-name: world-noise;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8)
}

.world-text .noise-01.item-1,
.world-text .noise-02.item-1 {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

.world-text .noise-01.item-2,
.world-text .noise-02.item-2 {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.world-text .noise-01.item-3,
.world-text .noise-02.item-3 {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}

.world-text .noise-01.item-4,
.world-text .noise-02.item-4 {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}

.world-text .noise-01.item-5,
.world-text .noise-02.item-5 {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.world-text .noise-01.item-6,
.world-text .noise-02.item-6 {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.world-text .noise-01.item-7,
.world-text .noise-02.item-7 {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}

.world-text .noise-01.item-8,
.world-text .noise-02.item-8 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

.world-text .noise-01.item-9,
.world-text .noise-02.item-9 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.world-text .noise-01.item-10,
.world-text .noise-02.item-10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.world-text .noise-01.item-11,
.world-text .noise-02.item-11 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.world-text .noise-01.item-12,
.world-text .noise-02.item-12 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

.world-text .noise-01.item-13,
.world-text .noise-02.item-13 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s
}

.world-text .noise-01 {
  width: .9em;
  margin: 0 .1em
}

.world-text .noise-02 {
  width: .5em;
  margin: 0 .08em
}

/* タブ */

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
/*  align-items: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 960px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  position: relative;
  font-size: .66667rem;
  z-index: 2
}

searchinput {
    align-items: center;
    width: 300px;  /* サーチボックスの幅 */
    height: 30px; /* サーチボックスの高さ */
    padding: 5px; /* サーチボックスの内側の余白 */
    font-size: .66667rem
  }
  
button {
    font-size: .66667rem;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #00a9b7;
  }
  
button:hover {
    background: #006169; /* ボタンの背景色をホバー時に変更 */
}

.tabs {
  display: flex;
  flex-wrap: wrap;
/*   margin: 0 auto 50px; */
}

.tabs:after {
  content: '';
  width: 100%;
  height: 3px;
  background:#006169;
  display: block;
  order: -1;
}
.tab_label {
  height: 45px;
  line-height: 45px;
  color:#000;
  background:#d9d9d9;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab_label:not(:last-of-type) {
  margin-right: 5px;
}
.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブタブ */
.tab_active:checked+.tab_label {
  color:#fff;
  background:#006169;
}
.tab_active:checked+.tab_label+.tab_content {
  height: auto;
  overflow: auto;
  padding: 10px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab_active {
  display: none;
}
/* タブ終了 */

/* アコーディオン */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-size: 16px;
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background-image: linear-gradient(45deg, #006169 0, #00a9b7 50%, #006169 100%);
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	border: 1px solid rgba(0, 236, 255, .2);
	color: #ffffff;
}
.cp_actab .cp_actab-content p {
	font-size: 14px;
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* アコーディオン終了 */

/* 問い合わせボタン */
.button01 a {
	font-size: 16px;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #00a9b7;
}
.button01 a:hover {
    background: #006169;
}

/* 問い合わせボタン終了 */

@media(min-width:64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem
  }

  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0
  }

  .drawer-navbar .drawer-menu--right {
    float: right
  }

  .drawer-navbar .drawer-menu li {
    float: left
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .drawer-navbar .drawer-hamburger {
    display: none
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  .drawer-navbar .drawer-menu {
    padding: 0
  }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem
  }

  .drawer-container {
    max-width: 60rem
  }
}

@media(min-width:75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem
  }

  .drawer--sidebar .drawer-container {
    max-width: 60rem
  }

  .drawer-container {
    max-width: 70rem
  }
}

@media(min-width:442.66667px) {
  html {
    top: 0
  }

  .characters-menu>* {
    width: calc(25% - .5rem)
  }
}

@media(min-width:549.33333px) {
  html {
    top: 0
  }

  .characters-menu>* {
    width: calc(25% - .5rem)
  }
}

@media(min-width:656px) {
  html {
    top: 0
  }

  html {
    font-size: calc(.875em + .9vw)
  }

  .text-center-over-m {
    text-align: center
  }

  .br-only-s {
    display: none
  }

  .site-footer {
    margin-bottom: 1.5rem;
  }  
  
/* 事前登録 */
  .yoyaku-banner {
    padding: 0 .0rem
  }

  .yoyaku-banner-inner>* {
    width: calc(50% - .5rem)
  }
  
  .yoyaku-banner-inner img {
  align: center;
  width: 80%
  }

  .article {
    min-height: calc(100vh - 4rem);
    min-height: calc(var(--vh, 1vh)*100 - 4rem)
  }

  .article.top.keyvisual {
    min-height: 0
  }

  .article.characters {
    min-height: 0
  }

  .article.pre-registration.img {
    min-height: 0
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  body.disable-scroll .back-to-top.active {
    -webkit-transition: none;
    transition: none;
    opacity: 0
  }

  .drawer-container {
    display: none
  }

  .global-nav {
    position: relative;
    display: block
  }

  .global-list .br-only-m {
    display: inline
  }

/* 事前登録バナー
.jizen_b{
  position:fixed;
  bottom:0;
  width:100%;
  height:1vh;
  z-index:100;
  background: #000
}
body{
  padding-bottom:1vh;
}
事前登録バナー */

  .footer-banner {
    padding: 0 .5rem
  }

  .footer-banner-inner>* {
    width: calc(33.33333% - .5rem)
  }

  .top-video {
    min-height: 30rem
  }

  .characters-content {
    margin: 1.5rem 0 0
  }

  .characters-menu>* {
    width: calc(25% - .5rem)
  }

  .characters-info-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
  }

  .characters-info-container .arrow-l {
    position: absolute;
    display: inline-block;
    left: 1.5625%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: 43.75%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 3.59375%;
    height: auto;
    z-index: 10
  }

  .characters-info-container .arrow-l,
  .characters-info-container .arrow-l img {
    max-width: none;
    vertical-align: top
  }

  .characters-info-container .arrow-r {
    position: absolute;
    display: inline-block;
    left: 94.92188%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: 43.75%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 3.59375%;
    height: auto;
    z-index: 10
  }

  .characters-info-container .arrow-r,
  .characters-info-container .arrow-r img {
    max-width: none;
    vertical-align: top
  }

  .characters-info-container .bg-1 {
    position: absolute;
    display: inline-block;
    left: -200%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: -75.27778%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 500%;
    height: 322.22222%;
    z-index: -1
  }

  .characters-info-container .bg-1,
  .characters-info-container .bg-1 img {
    max-width: none;
    vertical-align: top
  }

  .characters-info-container .bg-2 {
    position: absolute;
    display: inline-block;
    left: -200%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: -75.27778%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 400%;
    height: 257.77778%;
    z-index: -2
  }

  .characters-info-container .bg-2,
  .characters-info-container .bg-2 img {
    max-width: none;
    vertical-align: top
  }

  .characters-info {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: absolute;
    left: 0;
    top: 0
  }

  .characters-info .meta {
    position: absolute;
    display: inline-block;
    left: 0;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: 70%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 37.5%;
    height: auto;
    z-index: 3
  }

  .characters-info .meta,
  .characters-info .meta img {
    max-width: none;
    vertical-align: top
  }

  .characters-info .meta-line {
    position: absolute;
    display: inline-block;
    left: -150%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: 70%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 150%;
    height: 13.33333%;
    z-index: 2
  }

  .characters-info .meta-line,
  .characters-info .meta-line img {
    max-width: none;
    vertical-align: top
  }

  .characters-info .words {
    position: absolute;
    display: inline-block;
    left: 75%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 25%;
    height: auto;
    z-index: 2
  }

  .characters-info .words,
  .characters-info .words img {
    max-width: none;
    vertical-align: top
  }

  .characters-info .illust,
  .characters-info .illust.character-03 {
    position: absolute;
    display: inline-block;
    left: 0;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    top: -18.88889%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1
  }

  .characters-info .illust,
  .characters-info .illust img,
  .characters-info .illust.character-03,
  .characters-info .illust.character-03 img {
    max-width: none;
    vertical-align: top
  }

  .news-list .item {
    padding: 1.5rem
  }

  .news-list .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .79167rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .news-list .meta>*+* {
    margin-left: .5rem
  }

  .news-list .content-toggle {
    top: -.5rem;
    right: 1rem
  }

  .news-list .content {
    font-size: .71667rem
  }

  .news-list-feed .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .news-list-feed .item>*+* {
    margin-top: 0
  }

  .news-list-feed .item>*+* {
    margin-left: .5rem
  }

  .news-list-feed .date {
    font-size: .66667rem
  }

  .spec-content {
    margin-left: 40%
  }

  .spec-bg-sp {
    display: none
  }

  .spec-bg-pc {
    display: block;
    width: 40%
  }

  .system-heading .arrow {
    width: 3.25rem;
    height: 3.79167rem
  }

  .system-heading .arrow.before {
    margin-right: .83333rem
  }

  .system-heading .arrow.after {
    margin-left: .83333rem
  }

  .system-heading img[src*=system-heading-text-01] {
    width: 16.11667rem
  }

  .system-heading img[src*=system-heading-text-02] {
    width: 14.5rem
  }

  .system-heading img[src*=system-heading-text-03] {
    width: 8.21667rem
  }

  .system-desc {
    font-size: 1rem
  }

  .system-slide:not(.horizontal) {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 2%;
    padding: 0 3%;
    background-image: url(../img/system-slide-v.png);
    background-repeat: repeat-y
  }

  .system-slide:not(.horizontal) .images {
    display: block
  }

  .system-slide:not(.horizontal) .images>*+* {
    margin-left: 0;
    margin-top: 5%
  }

  .world-text {
    margin-left: 0%
  }
  .world-text > div {
    width: 90%
  }

  .world-text p {
    display: block;
    background-color: inherit
  }

  .world-text p>span {
    display: inline-block;
    padding: 0 .25em;
    background-color: rgba(0, 0, 0, .9)
  }

  .world-text p br {
    display: inline
  }
}

@media(min-width:853.33333px) {
  html {
    top: 0
  }

  .characters-menu-container {
    margin-left: 3.5rem;
    margin-right: 21rem
  }

  .characters-menu>* {
    width: calc(25% - .5rem)
  }

  .news-category-menu>div.line-break {
    display: none
  }

  .spec-content {
    margin-left: 45%
  }

  .spec-bg-pc {
    width: 45%
  }
}

@media(min-width:1050.66667px) {
  html {
    top: 0
  }

  .article.pre-registration {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg-pre-registration.jpg)
  }

  .global-list .br-only-m {
    display: none
  }

  .characters-menu>* {
    width: calc(25% - .5rem)
  }

  .spec-content {
    margin-left: 50%
  }

  .spec-content .twitter-box {
    width: 16.66667rem
  }

  .spec-bg-pc {
    width: 50%
  }
}

@media(min-width:1248px) {
  html {
    top: 0
  }

  html {
    font-size: 150%
  }
  
/* 事前登録 */
  .yoyaku-banner {
    padding: 0
  }

  .yoyaku-banner-inner>* {
    width: calc(25% - .5rem)
  }

  .yoyaku-banner-inner img {
    align: center;
    width: 80%
    }

  .article.characters {
    min-height: calc(100vh - 4rem);
    min-height: calc(var(--vh, 1vh)*100 - 4rem)
  }

  .article.pre-registration.img {
    min-height: 37.5rem
  }

  .global-nav {
    position: fixed;
    top: 0 
  }
  body{
    padding-top:10vh;
  }

  .global-list a {
    font-size: .83333rem
  }

  .footer-banner {
    padding: 0
  }

  .footer-banner-inner>* {
    width: calc(33.33333% - .5rem)
  }

  .characters-menu>* {
    width: calc(12.5% - .5rem)
  }

  .app-info-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .app-info-cols .icon {
    margin-left: 0;
    margin-right: 0
  }

  .app-info-cols .info {
    margin-top: 0;
    margin-left: 1rem
  }
  .world-text {
    margin-left: 15%
  }
}

@media(min-width:1477.33333px) {
  html {
    top: 0
  }

  .characters-menu>* {
    width: calc(12.5% - .5rem)
  }
}

@media(min-width:1706.66667px) {
  html {
    top: 0
  }

  .characters-menu>* {
    width: calc(12.5% - .5rem)
  }
}

@media(max-width:335px) {
  html {
    font-size: 100%
  }
}

@media(max-width:655px) {
/* 事前登録 */
  .yoyaku-banner {
    padding: 0 20%
  }

.yoyaku-banner-inner img {
  align: center;
  width: 80%
  }

  .jizen-img {
    padding: 0 0%
  }

  .article.world {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100);
    background-position: 60% 50%
  }

  .article.present {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
  }

/* 事前登録バナー */
.jizen_b{
  position:fixed;
  bottom:0;
  width:30%;
  height:12vh;
  z-index:100;
}
body{
  /*padding-bottom:8vh;*/
}
/* 事前登録バナー */

  .footer-banner {
    padding: 0 20%
  }

  body.scroll-forward:not(.menu-open):not(.anchor-scrolling):not(.resizing-x) .site-header {
    -webkit-transform: translate3d(0, -56px, 0);
    transform: translate3d(0, -56px, 0)
  }

  .news-list .meta {
    font-size: .9rem
  }

  .news-list .meta>*+* {
    margin-top: .25rem
  }
}

@media(min-width:900px) {
  button.mfp-arrow {
    top: calc(50% - 1.25rem);
    bottom: auto
  }

  .mfp-arrow-left {
    left: -2.75rem
  }

  .mfp-arrow-right {
    left: auto;
    right: -2.75rem
  }
}

@media(min-width:783px) {
  body.admin-bar .site-header {
    top: 32px
  }
}

/* 7.8 汎用クラス追加 */
.ta-center {
  text-align: center;
}
.mrl-auto {
  margin: 0 auto;
}