*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: initial;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

ul,
ol,
li {
  display: block;
  list-style-type: none;
}

input,
button,
select,
textarea,
fieldset,
label {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: currentColor;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
}

@font-face {
  font-family: 'Portago';
  src: url("../fonts/PortagoITCStd/font.woff2") format("woff2"),url("../fonts/PortagoITCStd/font.woff") format("woff");
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #9f0007;
  padding-top: 40px;
  width: 100%;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  min-width: 1200px;
}

*[data-src],
*[data-bg],
.lazyload {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.lazyloading,
.lazyloaded {
  opacity: 1;
}

a {
  position: relative;
  color: currentColor;
  text-decoration: none;
}

a[href] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

a[href]:hover {
  opacity: .5;
}

button {
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

img {
  max-width: 100%;
  height: auto;
}

img.-pc {
  display: block;
}

img.-sp {
  display: none;
}

br.-pc {
  display: block;
}

br.-tb {
  display: none;
}

br.-sp {
  display: none;
}

.-ul {
  text-decoration: underline;
}

.-colored {
  color: #fbb03b;
}

.-cation {
  color: #c60007;
}

.-center {
  text-align: center;
}

.-en {
  font-family: 'Portago', sans-serif;
  line-height: .8;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  border: 1px solid currentcolor;
  border-radius: 3px;
  padding: 8px 24px;
  width: 100%;
}

textarea {
  display: block;
  border: 1px solid currentcolor;
  border-radius: 3px;
  padding: 8px 24px;
  width: 100%;
  height: 12em;
  resize: none;
}

input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 228px;
  height: 70px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

input[type="submit"]:hover {
  opacity: .5;
}

input[type="radio"]+*:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 24px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -.2em;
}

input[type="radio"]:checked+*:before {
  border: 2px solid #333;
  background-color: #333;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
  box-shadow: 0 0 0 4px #fff inset;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #000;
}

.btns>.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn.-browser {
  background-image: url(../images/fill_bg_colored_01.png);
}

.btn.-download {
  background-image: url(../images/fill_bg_colored_02.png);
}

body[data-device='mobile'] .btn.-download {
  display: none;
}

.btn.-app {
  background-image: url(../images/fill_bg_colored_01.png);
}

body:not([data-device]) .btn.-app {
  display: none;
}

body:not([data-os=windows]) .btn.-download,
.btn:not([href]) {
  opacity: .3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}

img {
  image-rendering: smooth;
}

.img {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.img::before {
  content: '';
  display: block;
  width: 100%;
}

.img.-r16x9::before {
  padding-top: 56.25%;
}

.img.-r3x2::before {
  padding-top: 66.66%;
}

.img.-r3x4::before {
  padding-top: 133.33%;
}

.img.-r1x1::before {
  padding-top: 100%;
}

.img.-r2x1::before {
  padding-top: 50%;
}

.img.-r2x3::before {
  padding-top: 150%;
}

.img>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: fill;object-position: 50% 50%;';
}

.img>iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img.-cover>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position: 50% 50%;';
}

.img.-contain>img {
  width: 100%;
  height: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;object-position: 50% 50%;';
}

.wrapper {
  position: relative;
  width: 100%;
}

.gamemaga_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.gamemaga_header .gamemaga_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.gamemaga_header .gamemaga_app>*+* {
  margin-left: 8px;
}

.gamemaga_header .gamemaga_id {
  width: 100px;
}

.menu {
  position: fixed;
  top: 40px;
  right: 0;
  width: 60px;
  height: 60px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background-color: #000;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  right: -8px;
  -webkit-transition: opacity .5s, right .5s;
  transition: opacity .5s, right .5s;
}

.menu:hover {
  opacity: 1;
}

.menu:hover span {
  opacity: .5;
}

.menu span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: currentcolor;
  margin: 5px 0;
  -webkit-transition: opacity .5s, margin .5s, height .5s, -webkit-transform .5s;
  transition: opacity .5s, margin .5s, height .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s, margin .5s, height .5s;
  transition: opacity .5s, transform .5s, margin .5s, height .5s, -webkit-transform .5s;
}

.menu.-open span:nth-of-type(1) {
  margin: 1px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu.-open span:nth-of-type(2) {
  margin: 0;
  opacity: 0;
  height: 0;
}

.menu.-open span:nth-of-type(3) {
  margin: -1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.-show {
  opacity: 1;
  right: 0;
  pointer-events: auto;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 1200px;
  background: url(../images/nav_bg.png) #000 left bottom/cover no-repeat;
  z-index: 50;
  -webkit-transition: opacity 1s, visibility 0s ease 1s;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}

.nav_inner {
  position: absolute;
  top: 100px;
  right: 60px;
  bottom: 60px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.nav_col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 60px;
}

.nav_id {
  display: block;
  max-width: 270px;
  margin-top: -28px;
}

.nav .nav_global {
  font-size: 3.2rem;
  letter-spacing: .34em;
}

.nav .nav_global ul li+li {
  margin-top: 48px;
}

.nav .nav_global ul a {
  -webkit-transition: color .5s;
  transition: color .5s;
}

.nav .nav_global ul a:hover {
  opacity: 1;
  color: #fbb03b;
}

.nav .nav_languages {
  font-size: 1.8rem;
  letter-spacing: .34em;
}

*+.nav .nav_languages {
  margin-top: 160px;
}

*+.nav .nav_languages a {
  -webkit-transition: color .5s;
  transition: color .5s;
}

*+.nav .nav_languages a:hover {
  opacity: 1;
  color: #fbb03b;
}

#menu.-open+.nav {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 40px 72px 0 40px;
  z-index: 10;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_inner .noel_id {
  margin-top: -20px;
  margin-left: -8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}

body.-index .header_inner .noel_id {
  opacity: 0;
  visibility: hidden;
  poitner-events: none;
}

.header_inner .nav_global {
  font-size: 1.8rem;
  letter-spacing: .34em;
  text-indent: .34em;
}

.header_inner .nav_global .inlines {
  overflow: visible;
}

.header_inner .nav_global .inlines li {
  position: relative;
  vertical-align: top;
}

.header_inner .nav_global .inlines li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity .5s, right .25s;
  transition: opacity .5s, right .25s;
}

.header_inner .nav_global .inlines li>a,
.header_inner .nav_global .inlines li>span {
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  cursor: pointer;
}

.header_inner .nav_global .inlines li:hover:before {
  opacity: 1;
  right: 0;
}

.header_inner .nav_global .inlines li:hover .nav_languages {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.header_inner .nav_global .inlines li:hover>a,
.header_inner .nav_global .inlines li:hover>span {
  opacity: 1;
  color: #fbb03b;
}

.header_inner .nav_global .nav_languages {
  position: absolute;
  top: calc( 100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 24px 16px;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 0s ease 1s;
  transition: opacity 1s, visibility 0s ease 1s;
}

.header_inner .nav_global .nav_languages a {
  display: block;
  padding: 12px;
}

.footer {
  padding: 0 60px;
  background-color: #560007;
  font-size: 1.2rem;
}

.footer_inner {
  position: relative;
  max-width: 1088px;
  margin: 0 auto;
  padding: 32px 0;
}

.footer_inner .footer_row+.footer_row {
  margin-top: 32px;
}

.footer_inner a {
  white-space: nowrap;
}

.footer_twitter {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_copyright {
  font-size: 1rem;
}

.contents {
  position: relative;
  min-width: 1088px;
  min-height: 50vh;
  padding: 147px 60px 80px;
  background: url(../images/body_bg.png) center top/100% auto no-repeat;
}

body.-index .contents {
  padding-top: 56px;
}

.contents>*+* {
  margin-top: 80px;
}

.contents_title.-en {
  position: absolute;
  top: 147px;
  left: -.1em;
  font-size: 8.8rem;
  letter-spacing: .34em;
  vertical-align: baseline;
  -webkit-transform: rotate(90deg) translate(-72px, 0);
  transform: rotate(90deg) translate(-72px, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  color: #800007;
  z-index: 10;
  white-space: nowrap;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide a:focus {
  outline: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
  height: 8px;
}

.slick-dots>* {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}

.slick-dots>*>button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f2f2f2;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.slick-dots>*.slick-active>button {
  background-color: #661e7a;
}

.cols {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px;
}

.cols>* {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0 20px 40px;
}

.cols>*[class*="-head"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cols>*[class*="-fix"] {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.cols.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cols.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols.-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cols.-between:not([class*="-has"])>* {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cols.-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cols.-start>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.cols.-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: justify;
}

.cols.-border>* {
  border: 1px solid #000;
  padding: calc( 40px - 1px);
}

.cols[class*="-has"] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols[class*="-has"]>* {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.cols.-has1>* {
  -ms-flex-preferred-size: calc( 100% / 1  - 40px);
  flex-basis: calc( 100% / 1  - 40px);
  max-width: calc( 100% / 1  - 40px);
}

.cols.-has2>* {
  -ms-flex-preferred-size: calc( 100% / 2  - 40px);
  flex-basis: calc( 100% / 2  - 40px);
  max-width: calc( 100% / 2  - 40px);
}

.cols.-has3>* {
  -ms-flex-preferred-size: calc( 100% / 3  - 40px);
  flex-basis: calc( 100% / 3  - 40px);
  max-width: calc( 100% / 3  - 40px);
}

.cols.-has4>* {
  -ms-flex-preferred-size: calc( 100% / 4  - 40px);
  flex-basis: calc( 100% / 4  - 40px);
  max-width: calc( 100% / 4  - 40px);
}

.cols.-has5>* {
  -ms-flex-preferred-size: calc( 100% / 5  - 40px);
  flex-basis: calc( 100% / 5  - 40px);
  max-width: calc( 100% / 5  - 40px);
}

.cols.-attach {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.cols.-attach>* {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0;
}

.cols.-attach.-has1>* {
  -ms-flex-preferred-size: calc( 100% / 1);
  flex-basis: calc( 100% / 1);
  max-width: calc( 100% / 1);
}

.cols.-attach.-has2>* {
  -ms-flex-preferred-size: calc( 100% / 2);
  flex-basis: calc( 100% / 2);
  max-width: calc( 100% / 2);
}

.cols.-attach.-has3>* {
  -ms-flex-preferred-size: calc( 100% / 3);
  flex-basis: calc( 100% / 3);
  max-width: calc( 100% / 3);
}

.cols.-attach.-has4>* {
  -ms-flex-preferred-size: calc( 100% / 4);
  flex-basis: calc( 100% / 4);
  max-width: calc( 100% / 4);
}

.cols.-attach.-has5>* {
  -ms-flex-preferred-size: calc( 100% / 5);
  flex-basis: calc( 100% / 5);
  max-width: calc( 100% / 5);
}

.cols.-close {
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -24px;
}

.cols.-close>* {
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 24px;
}

.cols.-close.-has1>* {
  -ms-flex-preferred-size: calc( 100% / 1 - 16px);
  flex-basis: calc( 100% / 1 - 16px);
  max-width: calc( 100% / 1 - 16px);
}

.cols.-close.-has2>* {
  -ms-flex-preferred-size: calc( 100% / 2 - 16px);
  flex-basis: calc( 100% / 2 - 16px);
  max-width: calc( 100% / 2 - 16px);
}

.cols.-close.-has3>* {
  -ms-flex-preferred-size: calc( 100% / 3 - 16px);
  flex-basis: calc( 100% / 3 - 16px);
  max-width: calc( 100% / 3 - 16px);
}

.cols.-close.-has4>* {
  -ms-flex-preferred-size: calc( 100% / 4 - 16px);
  flex-basis: calc( 100% / 4 - 16px);
  max-width: calc( 100% / 4 - 16px);
}

.cols.-close.-has5>* {
  -ms-flex-preferred-size: calc( 100% / 5 - 16px);
  flex-basis: calc( 100% / 5 - 16px);
  max-width: calc( 100% / 5 - 16px);
}

.cols.-near {
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -40px;
}

.cols.-near>* {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 40px;
}

.cols.-near.-has1>* {
  -ms-flex-preferred-size: calc( 100% / 1 - 32px);
  flex-basis: calc( 100% / 1 - 32px);
  max-width: calc( 100% / 1 - 32px);
}

.cols.-near.-has2>* {
  -ms-flex-preferred-size: calc( 100% / 2 - 32px);
  flex-basis: calc( 100% / 2 - 32px);
  max-width: calc( 100% / 2 - 32px);
}

.cols.-near.-has3>* {
  -ms-flex-preferred-size: calc( 100% / 3 - 32px);
  flex-basis: calc( 100% / 3 - 32px);
  max-width: calc( 100% / 3 - 32px);
}

.cols.-near.-has4>* {
  -ms-flex-preferred-size: calc( 100% / 4 - 32px);
  flex-basis: calc( 100% / 4 - 32px);
  max-width: calc( 100% / 4 - 32px);
}

.cols.-near.-has5>* {
  -ms-flex-preferred-size: calc( 100% / 5 - 32px);
  flex-basis: calc( 100% / 5 - 32px);
  max-width: calc( 100% / 5 - 32px);
}

.cols.-far {
  margin-right: -28px;
  margin-left: -28px;
  margin-bottom: -64px;
}

.cols.-far>* {
  margin-right: 28px;
  margin-left: 28px;
  margin-bottom: 64px;
}

.cols.-far.-has1>* {
  -ms-flex-preferred-size: calc( 100% / 1 - 56px);
  flex-basis: calc( 100% / 1 - 56px);
  max-width: calc( 100% / 1 - 56px);
}

.cols.-far.-has2>* {
  -ms-flex-preferred-size: calc( 100% / 2 - 56px);
  flex-basis: calc( 100% / 2 - 56px);
  max-width: calc( 100% / 2 - 56px);
}

.cols.-far.-has3>* {
  -ms-flex-preferred-size: calc( 100% / 3 - 56px);
  flex-basis: calc( 100% / 3 - 56px);
  max-width: calc( 100% / 3 - 56px);
}

.cols.-far.-has4>* {
  -ms-flex-preferred-size: calc( 100% / 4 - 56px);
  flex-basis: calc( 100% / 4 - 56px);
  max-width: calc( 100% / 4 - 56px);
}

.cols.-far.-has5>* {
  -ms-flex-preferred-size: calc( 100% / 5 - 56px);
  flex-basis: calc( 100% / 5 - 56px);
  max-width: calc( 100% / 5 - 56px);
}

.content_inner {
  max-width: 1088px;
  margin-right: auto;
  margin-left: auto;
}

.content_inner>*+* {
  margin-top: 32px;
}

.content_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

.content_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.content_bg+* {
  position: relative;
  z-index: 2;
}

.inlines {
  line-height: 1.1;
  margin: 0 -10px -16px;
  overflow: hidden;
}

.inlines>* {
  position: relative;
  display: inline-block;
  margin: 0 10px 16px;
  white-space: nowrap;
}

.inlines.-far {
  margin: 0 -16px -24px;
}

.inlines.-far>* {
  margin: 0 16px 24px;
}

.inlines.-close {
  margin: 0 -8px -16px;
}

.inlines.-close>* {
  margin: 0 8px 16px;
}

.inlines.-bar {
  overflow: hidden;
  letter-spacing: -.4em;
  margin: 0 -16px -16px;
}

.inlines.-bar>* {
  margin: 0 16px 16px;
  letter-spacing: normal;
}

.inlines.-bar>*+* {
  margin-left: 0;
  padding-left: 16px;
  border-left: 1px solid currentColor;
}

.index_vi {
  position: relative;
  padding: 0 60px;
  background: url(../images/vi_bg.jpg) #000 center center/cover no-repeat;
  overflow: hidden;
}

.index_vi .content_inner {
  position: relative;
  height: 768px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  padding: 32px 0;
}

.index_vi .vi_text {
  font-size: 2.4rem;
  line-height: 1.5;
  text-shadow: 0 0 16px #000,0 0 8px #000,0 0 4px #000;
}

.index_vi .vi_banner {
  display: block;
  max-width: 528px;
}

.index_vi .vi_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index_vi .content_bg {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}

.index_vi .content_bg+.content_inner {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1s 1.25s;
  transition: all 1s 1.25s;
}

.index_vi .content_bg.lazyloaded {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.index_vi .content_bg.lazyloaded+.content_inner {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.index_vi_banner {
  display: none;
}

.index_information {
  position: relative;
  margin-top: -24px;
}

.index_information_title {
  position: relative;
  width: 203px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/index_information_stroke.svg) center center/contain no-repeat;
  color: #000;
  font-size: 2.6rem;
  line-height: 0;
  letter-spacing: .1em;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -32px;
  z-index: 2;
}

.index_information_body {
  position: relative;
  padding: 56px 32px 32px;
  background: url(../images/index_information_bg.png) center top/100% 100% no-repeat;
}

.index_information_body ul {
  height: 150px;
  overflow: auto;
}

.index_information_body ul li {
  padding-left: 108px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.index_information_body ul li+li {
  margin-top: 16px;
}

.index_information_body ul a {
  display: block;
}

.index_information_body ul .date {
  width: 108px;
  float: left;
  clear: left;
  margin-left: -108px;
}

.index_banners_cols.cols.-has3 {
  margin-bottom: -16px;
}

.index_banners_cols.cols.-has3>* {
  margin-bottom: 16px;
}

.index_spec {
  width: 50%;
  padding-left: 70px;
  position: relative;
}

.index_spec_title {
  position: absolute;
  bottom: .05em;
  left: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  font-size: 5.6rem;
  letter-spacing: .1em;
}

.index_spec dl {
  font-size: 1.4rem;
}

.index_spec dl dt {
  float: left;
  clear: left;
}

.index_spec dl dt:after {
  content: ':';
  margin: 0 5px;
}

.index_spec dl dd+dt {
  margin-top: 2px;
}

.index_spec dl dd+dt+dd {
  margin-top: 2px;
}

.index_message {
  position: relative;
  width: 406px;
  height: 140px;
  padding: 24px;
  color: #000;
  line-height: 1.5;
  background-color: #fcee21;
}

.index_message>* {
  position: relative;
}

.index_message>*+* {
  margin-top: 16px;
}

.index_message_title {
  font-size: 4.1rem;
  color: #c60007;
  letter-spacing: .05em;
}

.index_message:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 146px;
  height: 175px;
  background: url(../images/index_message_img.png) center bottom/contain no-repeat;
  z-index: 1;
}

.index_ranking .content_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: .95;
}

.index_ranking .content_header>*+* {
  margin-left: 16px;
}

.index_ranking .content_header_title {
  font-size: 5.6rem;
}

.index_ranking .content_header_text {
  font-size: 1.2rem;
}

.index_ranking .content_header_label:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 27px;
  height: 22px;
  background: url(../images/icon_crown_fff.svg) center bottom/contain no-repeat;
  margin-right: 16px;
}

.index_ranking_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  line-height: 1.5;
}

.index_ranking_body>*+* {
  margin-left: 10px;
}

.index_ranking_num {
  display: block;
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index_ranking_num:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-style: solid;
  border-color: transparent #718080 transparent #718080;
  border-width: 0 13px 4px 13px;
}

.index_ranking_num:after {
  content: '';
  background: #718080;
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 20px;
  text-align: center;
  color: #fff;
}

.index_ranking_num em {
  position: relative;
  display: block;
  color: #000;
  z-index: 1;
  width: 100%;
  height: 23px;
  font-size: 1.2rem;
  line-height: 23px;
  text-align: center;
}

.index_ranking a:nth-of-type(1) .index_ranking_num:before {
  border-right-color: #fcc821;
  border-left-color: #fcc821;
}

.index_ranking a:nth-of-type(1) .index_ranking_num:after {
  background-color: #fcc821;
}

.index_ranking a:nth-of-type(2) .index_ranking_num:before {
  border-right-color: #718080;
  border-left-color: #718080;
}

.index_ranking a:nth-of-type(2) .index_ranking_num:after {
  background-color: #718080;
}

.index_ranking a:nth-of-type(3) .index_ranking_num:before {
  border-right-color: #b9765f;
  border-left-color: #b9765f;
}

.index_ranking a:nth-of-type(3) .index_ranking_num:after {
  background-color: #b9765f;
}

.index_ranking_status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.index_ranking_status:before {
  content: '';
  display: block;
  height: 1.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.index_ranking_status.-up:before {
  width: 9px;
  background-image: url(../images/index_ranking_up.svg);
}

.index_ranking_status.-down:before {
  width: 9px;
  background-image: url(../images/index_ranking_down.svg);
}

.index_ranking_status.-keep:before {
  width: 12px;
  background-image: url(../images/index_ranking_keep.svg);
}

.index_ranking_status.-new:before {
  width: 20px;
  background-image: url(../images/index_ranking_new.svg);
}

.index_gamemaga {
  margin-right: -60px;
  margin-left: -60px;
  margin-bottom: -80px;
  padding: 32px 60px;
  background: url(../images/index_gamemaga_bg.png) #000 center center/cover no-repeat;
}

.index_gamemaga_body {
  padding: 16px 0 0 16px;
  white-space: nowrap;
}

.index_gamemaga_header {
  width: 260px;
  text-align: center;
}

.index_gamemaga_id {
  margin-top: 8px;
}

.index_gamemaga_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
}

.index_gamemaga_header+.index_gamemaga_row {
  margin-top: 32px;
}

.index_gamemaga_row+.index_gamemaga_row {
  margin-top: 48px;
}

.index_gamemaga_twitter {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}

.index_gamemaga_twitter iframe {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.introduction {
  position: relative;
  margin-right: -60px;
  margin-left: -60px;
  padding-right: 60px;
  padding-left: 60px;
}

.introduction .content_bg {
  max-width: 2300px;
  width: 100%;
  height: 1176px;
  left: 50%;
  top: 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.introduction .content_bg.lazyloaded+.content_inner {
  opacity: 1;
}

.introduction .content_inner {
  padding-top: 184px;
  padding-bottom: 184px;
  opacity: 0;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
}

.introduction .content_inner>*+* {
  margin-top: 56px;
}

.introduction .content_inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background: url(../images/splash01_fff.svg) center center/contain no-repeat;
}

.introduction .content_inner:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 256px;
  height: 256px;
  background: url(../images/splash02_fff.svg) center center/contain no-repeat;
}

.introduction .content_text>*+* {
  margin-top: 32px;
}

.introduction .content_text em {
  font-size: 2.4rem;
}

.introduction .content_title {
  font-size: 2.4rem;
  letter-spacing: .34em;
}

.story_title {
  font-size: 5.6rem;
  letter-spacing: .34em;
  text-align: right;
}

.story_body {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.story_nav {
  position: sticky;
  top: 80px;
  left: 0;
}

.story_nav dl>* {
  white-space: nowrap;
}

.story_nav dl dt span {
  width: 160px;
  padding: 0 16px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story_nav dl dt:nth-of-type(1) span,
.story_nav dl dt:nth-of-type(3n+1) span {
  background-image: url(../images/fill_bg_000_01.png);
}

.story_nav dl dt:nth-of-type(2) span,
.story_nav dl dt:nth-of-type(3n+2) span {
  background-image: url(../images/fill_bg_000_02.png);
}

.story_nav dl dt:nth-of-type(3n) span {
  background-image: url(../images/fill_bg_000_03.png);
}

.story_nav dl dd {
  padding-left: 8px;
  line-height: 1.3;
  font-size: 1.8rem;
}

.story_nav dl dd+dt,
.story_nav dl dt+dd {
  margin-top: 24px;
}

.story_nav dl dd+dd {
  margin-top: 16px;
}

.story_items {
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  padding-right: 40px;
}

.story_items>*+* {
  margin-top: 80px;
}

.story_item_inner {
  position: relative;
  background-color: #000;
  padding: 40px;
}

.story_item_inner>*+* {
  margin-top: 40px;
}

.story_item_img {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 503px;
}

.story_item_img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 63.4%;
}

.story_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: contain;object-position: 50% 50%;';
  margin-left: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.-inview .story_item_img img {
  margin-left: 0;
}

.story_item_title {
  position: relative;
  left: -8px;
  width: 320px;
  height: 195px;
  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;
  color: #c60007;
  background: url(../images/story_item_title_bg.svg) center center/contain no-repeat;
  z-index: 1;
}

.story_item_title span {
  position: relative;
  font-size: 8rem;
  line-height: .8;
  -webkit-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
}

.story_item_title span:before {
  content: '#';
  font-size: 6.4rem;
}

.story_item_title span.-label {
  font-size: 7.2rem;
}

.story_item_title span.-label+* {
  display: inline-block;
  -webkit-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: .8rem;
}

.story_item_text>*+* {
  margin-top: 32px;
}

.story_topic {
  font-size: 1.4rem;
  padding: 32px 40px;
  background-color: #000;
}

*+.story_topic {
  margin-top: 32px;
}

.story_topic_title {
  font-size: 1.8rem;
  line-height: 1.3;
}

.story_topic_cols.cols {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.story_topic_cols.cols .story_topic_img {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.story_topic_cols.cols .story_topic_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
}

.story_topic_cols.cols .story_topic_body>*+* {
  margin-top: 24px;
}

.system {
  padding-top: 80px;
}

.system .content_inner>*+* {
  margin-top: 80px;
}

.system_item {
  background-color: #000;
  padding: 40px 90px;
}

.system_item_num {
  display: inline-block;
  padding-bottom: .15em;
  font-size: 6rem;
  letter-spacing: .1em;
  width: 144px;
  text-align: center;
  background: url(../images/stroke01.svg) center bottom/contain no-repeat;
}

.system_item_label {
  display: inline-block;
  margin-left: 16px;
  font-size: 2.4rem;
  letter-spacing: .2em;
}

.system_item_body {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.system_item_body>*+* {
  margin-top: 32px;
}

.system_item_img {
  -ms-flex-preferred-size: 497px;
  flex-basis: 497px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.system_item_img figure {
  width: 100%;
  position: relative;
  margin-top: -72px;
}

.system_item_img figure:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62%;
}

.system_item_img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: contain;object-position: 50% 50%;';
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-left: 10px;
  transition: all 1s;
}

.-inview .system_item_img img {
  margin-left: 0;
}

.howtoplay {
  margin-top: 56px;
}

.howtoplay .content_inner {
  width: 864px;
  margin: 0 auto;
  background: url(../images/play_howtoplay_bg.png) center center/100% 100% no-repeat;
  padding: 40px 48px;
  color: #000;
}

.howtoplay_title {
  float: left;
  margin-right: 48px;
}

.howtoplay_title span {
  width: 247px;
  height: 73px;
  background: url(../images/play_howtoplay_title_bg.svg) center center/contain no-repeat;
  color: #fff;
  font-size: 3.2rem;
  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;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.howtoplay_body {
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.howtoplay_body.-pc {
  display: block;
}

.howtoplay_body.-sp {
  display: none;
}

.howtoplay_body>*+* {
  margin-top: 24px;
}

.howtoplay_body .-note {
  font-size: 1.2rem;
}

.play .content_inner {
  padding: 56px 96px;
  background-color: #000;
  color: #fff;
}

.play_episode_title {
  width: 205px;
  height: 125px;
  margin: -24px auto 0;
  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;
  background: url(../images/play_episode_title_bg.svg) center center/contain no-repeat;
  font-size: 1.8rem;
  color: #c60007;
}

.play_episode_title span {
  position: relative;
  top: .1em;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

*+.play .episode_vol_cols {
  margin-top: 56px;
}

.play .episode_vol_cols .episode_vol_title {
  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;
}

.play .episode_vol_cols .episode_vol_title i {
  padding: 2px 16px;
  border: 1px solid currentcolor;
  font-size: 1.4rem;
}

.play .episode_vol_cols .episode_vol_title em {
  margin-left: 24px;
  font-size: 2.4rem;
}

.play .episode_vol_cols .episode_vol_img figure {
  width: 100%;
  position: relative;
}

.play .episode_vol_cols .episode_vol_img figure:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56%;
}

.play .episode_vol_cols .episode_vol_img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: contain;object-position: 50% 50%;';
  -webkit-transition: all 1s;
  transition: all 1s;
}

.play .episode_vol_cols .episode_vol_body {
  font-size: 1.4rem;
}

.play .episode_vol_cols .episode_vol_body>*+* {
  margin-top: 32px;
}

.character {
  position: relative;
}

.character .content_inner {
  position: relative;
}

.character_img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.-init .character_img {
  opacity: 1;
}

.character_img_item {
  position: relative;
  right: -5px;
  -webkit-transition: right 1s;
  transition: right 1s;
}

.-init .-in .character_img_item {
  right: 0;
}

.-init .-out .character_img_item {
  right: 10px;
}

.character_img_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.character_img .slick-dots>*.slick-active>button {
  background-color: #000;
}

.character_img_btn {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 113px;
  height: 105px;
  background: url(../images/character_img_btn.svg) center center/contain no-repeat;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.-init .character_img_btn {
  opacity: 1;
}

.-init .character_img_btn:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.-init .character_img_btn:active {
  opacity: .8;
}

.character_body {
  position: absolute;
  top: 0;
  left: 90px;
  max-width: 470px;
  margin-top: 0;
}

.character_body_header {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 330px;
  padding-top: 24px;
  background: url(../images/character_name_bg.svg) center center/contain no-repeat;
  line-height: 1.5;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.-init .character_body_header {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.character_control {
  margin-top: 0;
  position: absolute;
  top: 240px;
  right: 0;
  left: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.-init .character_control {
  opacity: 1;
}

.character_control a[rel="next"],
.character_control a[rel="prev"] {
  position: absolute;
  width: 64px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

.character_control a[rel="next"] {
  left: -32px;
  background-image: url(../images/character_arrow_l.svg);
  -webkit-transition: margin .15s;
  transition: margin .15s;
}

.character_control a[rel="next"]:hover {
  opacity: 1;
  margin-left: -3px;
}

.character_control a[rel="next"]:active {
  opacity: .8;
}

.character_control a[rel="prev"] {
  right: -32px;
  background-image: url(../images/character_arrow_r.svg);
  -webkit-transition: margin .15s;
  transition: margin .15s;
}

.character_control a[rel="prev"]:hover {
  opacity: 1;
  margin-right: -3px;
}

.character_control a[rel="prev"]:active {
  opacity: .8;
}

.character_name {
  font-size: 3.6rem;
  white-space: nowrap;
}

.character_name_sub {
  margin-top: 8px;
  font-size: 1.8rem;
  letter-spacing: .34em;
}

.character_text {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  line-height: 2;
  opacity: 0;
  top: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.-init .character_text {
  opacity: 1;
  top: 0;
}

.character_text .-bg {
  position: relative;
  background-color: #000;
}

.characters {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.-init+.characters {
  opacity: 1;
}

.characters_list_label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px 0 16px;
  background: url(../images/characters_list_label_bg.png) center center/100% 100% no-repeat;
}

.characters_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px -8px -24px;
  overflow: hidden;
}

.characters_list_item {
  margin: 0 8px 24px;
  width: 86px;
  text-align: center;
}

.characters_list_img {
  position: relative;
  width: 100%;
}

.characters_list_img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.characters_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .content_inner {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60vh;
}

.notfound_title {
  font-size: 20rem;
  line-height: 1;
  letter-spacing: .1em;
}

.notfound_text {
  font-size: 2.4rem;
  letter-spacing: .1em;
}

[data-inview] {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

[data-inview].-inview {
  top: 0;
  opacity: 1;
}

.wp-block-columns {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wp-block-column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: 0;
}

.wp-block-column:not(:first-child) {
  margin-left: 40px;
}

.wp-block-column>*+* {
  margin-top: 40px;
}

.wp-block-column.-sub {
  font-size: 1.4rem;
}

.wp-block-column.-sub>*+* {
  margin-top: 20px;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}

.wp-block-embed__wrapper::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.wp-block-embed__wrapper>iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button a {
  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.3;
  width: 227px;
  height: 70px;
  padding: 5px;
  background-color: #333;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.wp-block-button a:hover {
  opacity: .5;
}

.wp-block-button.-s a {
  width: 154px;
  height: 44px;
  font-size: 1.2rem;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-huge-font-size {
  font-size: 3.2rem;
  line-height: 1.5;
}

.has-large-font-size {
  font-size: 2.4rem;
  line-height: 1.5;
}

.has-medium-font-size {
  font-size: 2rem;
  line-height: 1.5;
}

.has-regular-font-size {
  font-size: 1.4rem;
}

.has-small-font-size {
  font-size: 1.2rem;
}

.has-nano-font-size {
  font-size: 1.0rem;
}

*+.has-small-font-size,
*+.has-nano-font-size {
  margin-top: 20px !important;
}

.-post {
  word-break: break-all;
}

.-post .content h2 {
  font-size: 2rem;
}

.-post .content h2::after {
  content: '';
  display: block;
  width: 164px;
  height: 1px;
  background-color: currentcolor;
  margin-top: 12px;
}

.-post .content *+h2 {
  margin-top: 80px;
}

.-post a {
  text-decoration: underline;
}

.-post a:hover {
  text-decoration: none;
}

.-post em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, #E8E6CA), color-stop(95%, #E8E6CA), color-stop(95%, transparent));
  background: -webkit-linear-gradient(transparent 5%, #E8E6CA 5%, #E8E6CA 95%, transparent 95%);
  background: linear-gradient(transparent 5%, #E8E6CA 5%, #E8E6CA 95%, transparent 95%);
}

.-works .content h2 {
  font-size: 3.2rem;
}

.-works .content *+h2 {
  margin-top: 80px;
}

.-works .content h3 {
  font-size: 2.4rem;
}

.-pieces .content_title {
  font-size: 7.2rem;
  line-height: 1.2;
}

.-pieces dl {
  overflow: hidden;
  padding-left: 170px;
}

.-pieces dt {
  float: left;
  clear: left;
  width: 170px;
  margin-left: -170px;
  padding-right: 16px;
}

.-contact .-thanks .wp-block-group__inner-container {
  min-height: 33vh;
}

.-contact .-thanks .wp-block-group__inner-container>*+* {
  margin-top: 56px;
}

.wpcf7-form p+p {
  margin-top: 48px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #ED1C24;
}

.wpcf7-form .wpcf7-response-output,
.wpcf7-form .ajax-loader {
  display: none !important;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0 24px 0 0;
}

@media screen and (max-width: 480px) {
  body {
    min-width: initial;
    padding-top: 40px;
  }

  a[href]:hover {
    opacity: 1;
  }

  img.-pc {
    display: none;
  }

  img.-sp {
    display: block;
  }

  br.-pc {
    display: none;
  }

  br.-pc {
    display: none;
  }

  br.-tb {
    display: block;
  }

  br.-sp {
    display: block;
  }

  .wrapper {
    overflow: hidden;
  }

  .gamemaga_header {
    padding: 0 24px;
  }

  .menu {
    right: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .menu:hover span {
    opacity: 1;
  }

  .nav {
    background-position: center top;
    background-size: contain;
  }

  .nav_inner {
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 104px 24px 40px;
    overflow: scroll;
  }

  .nav_cols {
    display: block;
  }

  .nav_cols>*+* {
    margin-top: 56px;
  }

  .nav_col {
    padding: 0;
  }

  .nav_id {
    max-width: 160px;
    margin-left: -8px;
  }

  .nav .nav_global {
    font-size: 2rem;
  }

  .nav .nav_global ul li+li {
    margin-top: 24px;
  }

  .nav .nav_global ul a:hover {
    color: #fff;
  }

  *+.nav .nav_languages {
    margin-top: 56px;
  }

  *+.nav .nav_languages dt {
    display: block;
    width: 100%;
  }

  *+.nav .nav_languages a:hover {
    color: #fff;
  }

  .header {
    padding: 16px 60px 0 24px;
  }

  .header_inner .noel_id {
    display: block;
    width: 124px;
    height: 52px;
    -ms-flex-preferred-size: 124px;
    flex-basis: 124px;
    margin-top: -8px;
    margin-left: 0;
  }

  .header_inner .nav_global {
    display: none;
  }

  .footer {
    padding: 0 24px;
  }

  .footer_inner {
    min-width: 0;
    padding: 32px 0;
  }

  .footer_inner .inlines.-bar {
    margin-right: -8px;
    margin-left: -8px;
  }

  .footer_inner .inlines.-bar>* {
    width: calc( 50% - 16px);
    margin: 0 8px 16px;
    padding: 0;
    border-left: 0;
  }

  .footer_twitter {
    top: auto;
    bottom: 32px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .footer .gamemaga_id {
    margin-bottom: 8px;
    display: block;
  }

  .contents {
    min-width: 0;
    padding: 40px 0;
    background-image: url(../images/body_bg_sp.png);
  }

  .contents>*+* {
    margin-top: 64px;
  }

  .contents_title.-en {
    font-size: 6rem;
    left: -.15em;
  }

  .cols {
    margin-right: -8px;
    margin-left: -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .cols>* {
    margin: 0 8px 32px;
  }

  .cols.-between {
    display: block;
  }

  .cols.-border {
    margin-bottom: -20px;
  }

  .cols.-border>* {
    margin-bottom: 20px;
  }

  .cols.-has1>* {
    -ms-flex-preferred-size: calc( 100% - 20px);
    flex-basis: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
  }

  .cols.-has2>* {
    -ms-flex-preferred-size: calc( 100% - 20px);
    flex-basis: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
  }

  .cols.-has3>* {
    -ms-flex-preferred-size: calc( 100% - 20px);
    flex-basis: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
  }

  .cols.-has4>* {
    -ms-flex-preferred-size: calc( 100% - 20px);
    flex-basis: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
  }

  .cols.-has5>* {
    -ms-flex-preferred-size: calc( 100% - 20px);
    flex-basis: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
  }

  .cols.-attach.-has1>* {
    -ms-flex-preferred-size: calc( 100% - 0);
    flex-basis: calc( 100% - 0);
    max-width: calc( 100% - 0);
  }

  .cols.-attach.-has2>* {
    -ms-flex-preferred-size: calc( 100% - 0);
    flex-basis: calc( 100% - 0);
    max-width: calc( 100% - 0);
  }

  .cols.-attach.-has3>* {
    -ms-flex-preferred-size: calc( 100% - 0);
    flex-basis: calc( 100% - 0);
    max-width: calc( 100% - 0);
  }

  .cols.-attach.-has4>* {
    -ms-flex-preferred-size: calc( 100% - 0);
    flex-basis: calc( 100% - 0);
    max-width: calc( 100% - 0);
  }

  .cols.-attach.-has5>* {
    -ms-flex-preferred-size: calc( 100% - 0);
    flex-basis: calc( 100% - 0);
    max-width: calc( 100% - 0);
  }

  .cols.-close.-has1>* {
    -ms-flex-preferred-size: calc( 100% - 16px);
    flex-basis: calc( 100% - 16px);
    max-width: calc( 100% - 16px);
  }

  .cols.-close.-has2>* {
    -ms-flex-preferred-size: calc( 100% - 16px);
    flex-basis: calc( 100% - 16px);
    max-width: calc( 100% - 16px);
  }

  .cols.-close.-has3>* {
    -ms-flex-preferred-size: calc( 100% - 16px);
    flex-basis: calc( 100% - 16px);
    max-width: calc( 100% - 16px);
  }

  .cols.-close.-has4>* {
    -ms-flex-preferred-size: calc( 100% - 16px);
    flex-basis: calc( 100% - 16px);
    max-width: calc( 100% - 16px);
  }

  .cols.-close.-has5>* {
    -ms-flex-preferred-size: calc( 100% - 16px);
    flex-basis: calc( 100% - 16px);
    max-width: calc( 100% - 16px);
  }

  .cols.-near {
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: -32px;
  }

  .cols.-near>* {
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 32px;
  }

  .cols.-near.-has1>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-near.-has2>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-near.-has3>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-near.-has4>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-near.-has5>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-far {
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: -32px;
  }

  .cols.-far>* {
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 32px;
  }

  .cols.-far.-has1>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-far.-has2>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-far.-has3>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-far.-has4>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .cols.-far.-has5>* {
    -ms-flex-preferred-size: calc( 100% - 24px);
    flex-basis: calc( 100% - 24px);
    max-width: calc( 100% - 24px);
  }

  .content {
    padding: 0 24px;
  }

  .content_inner {
    min-width: 0;
  }

  body.-index .content.-vi::before {
    padding-top: 150%;
  }

  .index_vi {
    padding: 0 24px;
  }

  .index_vi .content_inner {
    height: 55vw;
  }

  .index_vi .content_inner>*+* {
    margin-top: 16px;
  }

  .index_vi .noel_id {
    width: 55%;
    margin-left: -2%;
  }

  .index_vi .vi_text {
    font-size: 1.2rem;
  }

  .index_vi .vi_banner {
    max-width: 100%;
    display: none;
  }

  .index_vi_banner {
    display: block;
    margin-top: -84px;
    margin-bottom: -40px;
  }

  .index_vi_banner a {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .index_information_title {
    margin-left: -24px;
  }

  .index_information_body {
    margin-right: -8px;
    margin-left: -8px;
    background-size: 100% 100%;
    background-position: right 0;
    padding: 56px 24px 32px;
  }

  .index_information_body ul li {
    font-size: 1.2rem;
    padding-left: 0;
  }

  .index_information_body ul .date {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .index_banners_cols.cols.-has3>* {
    -ms-flex-preferred-size: calc( 50% - 16px);
    flex-basis: calc( 50% - 16px);
  }

  .index_spec {
    width: 100%;
  }

  .index_spec_title {
    bottom: auto;
    top: .1em;
    -webkit-transform: rotate(-90deg) translateY(100%) translateX(-50%);
    transform: rotate(-90deg) translateY(100%) translateX(-50%);
  }

  .index_message {
    width: 100%;
  }

  .index_message>* {
    z-index: 2;
  }

  .index_message:after {
    right: -20px;
    height: 160px;
  }

  .index_ranking .content_header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index_ranking .content_header>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .index_ranking .content_header>*+* {
    margin-left: 0;
  }

  .index_ranking .content_header_text {
    margin-top: 8px;
  }

  .index_ranking .content_header_label {
    margin-top: 8px;
  }

  .index_ranking .content_header_label:before {
    margin-right: 8px;
  }

  .index_gamemaga {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -40px;
    padding: 32px 24px;
  }

  .index_gamemaga_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index_gamemaga_cols>*+* {
    margin-top: 24px;
  }

  .index_gamemaga_body {
    padding: 0;
    white-space: normal;
  }

  .index_gamemaga_header {
    width: 100%;
  }

  .index_gamemaga_img {
    text-align: center;
  }

  .index_gamemaga_img img {
    width: 88%;
  }

  .index_gamemaga_row>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .index_gamemaga_row+.index_gamemaga_row {
    margin-top: 24px;
  }

  .index_gamemaga_stores.cols {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index_gamemaga .index_gamemaga_app {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
  }

  .introduction {
    margin-right: 0;
    margin-left: 0;
    padding-right: 24px;
    padding-left: 80px;
    overflow: hidden;
  }

  .introduction .content_bg {
    height: calc( 100% + 100px);
  }

  .introduction .content_inner {
    padding-bottom: 56px;
  }

  .introduction .content_inner:before {
    top: 3%;
    width: 140px;
    height: 140px;
    right: -33%;
  }

  .introduction .content_inner:after {
    width: 140px;
    height: 140px;
    left: -48%;
    bottom: 40%;
  }

  .story_title {
    text-align: center;
    text-indent: .34em;
  }

  .story_body {
    margin-top: 56px;
    display: block;
  }

  .story_nav {
    position: relative;
    top: 0;
  }

  .story_nav dl {
    text-align: center;
  }

  .story_nav dl dt span {
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 32px;
  }

  .story_nav dl dd {
    display: inline-block;
    margin: 0 8px;
    padding-left: 0;
  }

  .story_items {
    margin-top: 56px;
    padding-right: 0;
  }

  .story_item_header {
    position: relative;
  }

  .story_item_inner {
    padding: 24px;
  }

  .story_item_inner>*+* {
    margin-top: 24px;
  }

  .story_item_img {
    margin-top: -64px;
    margin-right: -24px;
    margin-left: -24px;
    width: auto;
    position: relative;
    top: 0;
    right: -16px;
  }

  .story_item_img img {
    margin-left: 5px;
  }

  .story_item_title {
    position: absolute;
    bottom: -24px;
    left: -16px;
    width: 192px;
    height: 117px;
  }

  .story_item_title span {
    font-size: 4.8rem;
  }

  .story_item_title span:before {
    font-size: 3.8rem;
  }

  .story_item_title span.-label {
    font-size: 4rem;
  }

  .story_item_title span.-label+* {
    font-size: 1.8rem;
  }

  .story_topic {
    padding: 32px 24px;
  }

  .story_topic_cols.cols {
    display: block;
  }

  .story_topic_cols.cols .story_topic_img {
    text-align: center;
  }

  .system {
    padding: 80px 36px 0;
  }

  .system_item {
    padding: 24px;
  }

  .system_item_cols {
    display: block;
  }

  .system_item_num {
    width: 86px;
    font-size: 3.6rem;
  }

  .system_item_label {
    font-size: 1.6rem;
  }

  .system_item_body>*+* {
    margin-top: 24px;
  }

  .system_item_img {
    margin-right: -24px;
    margin-left: -24px;
    max-width: initial;
    position: relative;
    right: -16px;
    margin-top: -48px;
  }

  .system_item_img figure {
    margin-top: 0;
  }

  .howtoplay {
    padding: 0 36px;
  }

  .howtoplay .content_inner {
    width: 100%;
    padding: 32px 24px;
    background-image: url(../images/play_howtoplay_bg_sp.png);
  }

  .howtoplay_title {
    float: none;
    margin-right: -48px;
    margin-left: -48px;
  }

  .howtoplay_title span {
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }

  .howtoplay_body {
    margin-top: 24px;
  }

  .howtoplay_body.-pc {
    display: none;
  }

  .howtoplay_body.-sp {
    display: block;
  }

  .howtoplay_body>*+* {
    margin-top: 16px;
  }

  .play {
    padding: 0 24px;
  }

  .play .content_inner {
    padding: 24px;
    background-color: #000;
  }

  .play_episode_title {
    margin-top: 0;
    margin-bottom: -24px;
  }

  .play .episode_vol_cols .episode_vol_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .play .episode_vol_cols .episode_vol_title em {
    margin-left: 0;
    margin-top: 8px;
  }

  .play .episode_vol_cols .episode_vol_body .btns {
    text-align: center;
  }

  .character {
    z-index: 10;
  }

  .character_img {
    margin-right: -24px;
    margin-left: -24px;
  }

  .character_img_item {
    display: block !important;
  }

  .character_img_item_inner {
    display: block;
    max-width: initial;
    text-align: center;
  }

  .character_img_item_inner span {
    display: block;
    margin-right: -100vw;
    margin-left: -100vw;
  }

  .character_img_item_inner span img {
    margin-top: -24px;
    max-width: initial;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
  }

  .character_img .slick-dots {
    margin-top: -48px;
  }

  .character_img_btn {
    width: 90px;
    height: 81px;
    top: 70%;
    left: 10%;
  }

  .character_body {
    position: relative;
    left: 0;
    margin-top: 24px;
  }

  .character_control a[rel="next"],
  .character_control a[rel="prev"] {
    width: 40px;
    height: 14px;
  }

  .character_control a[rel="next"] {
    left: 0px;
  }

  .character_control a[rel="prev"] {
    right: 0px;
  }

  .character_name {
    font-size: 2.4rem;
  }

  .character_name_sub {
    font-size: 1.2rem;
  }

  .character_text {
    margin-top: 16px;
  }

  .characters_list_item {
    -ms-flex-preferred-size: calc( 25% - 16px);
    flex-basis: calc( 25% - 16px);
    width: calc( 25% - 16px);
  }

  .notfound_title {
    font-size: 12rem;
  }

  .notfound_text {
    font-size: 2.2rem;
  }

  .wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
    overflow: hidden;
  }

  .wp-block-column {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 40px;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }

  .-works .content h2 {
    font-size: 2rem;
  }

  .-pieces .content_title {
    font-size: 3.2rem;
  }

  .-pieces dl {
    padding-left: 96px;
  }

  .-pieces dt {
    width: 96px;
    margin-left: -96px;
  }

  .wpcf7-form p+p {
    margin-top: 32px;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  *+.nav .nav_languages dt {
    margin-bottom: 24px;
  }
}