*,
::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;
}

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

body {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: .2em;
  background-image: url(../images/body_bg.png);
  background-color: #000;
  background-size: 47.6rem;
  width: 100%;
  font-family: "秀英にじみ明朝 L",serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}

*[data-src],
*[data-bg],
*[data-bgset],
.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;
}

button:hover {
  opacity: .5;
}

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;
}

.-center {
  text-align: center;
}

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

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;
}

hr {
  display: block;
  height: .3rem;
  border: none;
  background: url(../images/hr.png) center center/cover repeat-x;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3.2rem;
  line-height: 1.3;
  font-size: 1.6rem;
  background-color: #770908;
  color: #fff;
}

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

.btn.-secondary {
  background-color: #000;
}

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

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

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

body:not([data-os=windows]) .btn.-download,
.btn a.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.-r4x3::before {
  padding-top: 75%;
}

.img.-r5x3::before {
  padding-top: 60%;
}

.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%;
  overflow: hidden;
  padding-top: 60px;
}

.body_id {
  position: fixed;
  left: 4rem;
  top: 2rem;
  z-index: 10;
  opacity: 0;
  -webkit-transition: top .5s, opacity .5s;
  transition: top .5s, opacity .5s;
}

.body_id.-show {
  top: 4rem;
  opacity: 1;
}

.menu {
  position: fixed;
  top: 0;
  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: #770908;
  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: 4px 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 1200px;
  background-color: #770908;
  z-index: 50;
  -webkit-transition: opacity 1s, visibility 0s ease 1s;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}

.nav_inner {
  width: 108.8rem;
  margin: 0 auto;
  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%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.nav_sub {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.2rem;
  flex: 0 0 34.2rem;
}

.nav_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 8rem 0;
  margin-left: 8rem;
  background: url(../images/nav_bg.png) center center/contain no-repeat;
  text-align: center;
}

.nav_id {
  display: block;
}

.nav .nav_global {
  display: inline-block;
  text-align: left;
  font-size: 2.8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.nav .nav_global ul li+li {
  margin-top: 3.2rem;
}

.nav .nav_global ul a {
  position: relative;
  display: inline-block;
}

.nav .nav_global ul a:after {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  background-color: currentcolor;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

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

.nav .nav_global ul a:hover:after {
  opacity: 1;
}

.nav .nav_global ul i {
  display: block;
  font-size: 1.6rem;
}

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

.header {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  padding: 0 4rem;
  z-index: 10;
}

body.-index .header_id {
  display: none;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 108.8rem;
  margin: 0 auto;
  height: 0;
}

.header_inner .nav_global {
  font-size: 1.6rem;
  margin-left: auto;
}

.header_inner .nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.header_inner .nav_global ul li {
  line-height: 1;
}

.header_inner .nav_global ul li a {
  width: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  white-space: nowrap;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.header_inner .nav_global ul li a[href]:hover {
  opacity: 1;
  background-color: #770908;
}

.header_inner .nav_global ul li+li {
  margin-left: 4rem;
}

.header_inner .nav_global ul i {
  font-size: 1.2rem;
}

.footer {
  padding: 0 6rem;
  font-size: 1.2rem;
}

.footer_inner {
  position: relative;
  max-width: 108.8rem;
  margin: 0 auto;
  padding: 3.2rem 0;
}

.footer_copyright {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.contents_header {
  position: relative;
  max-height: 48rem;
}

.contents_header:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 25%;
}

.contents_header_glitch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.contents_header_inner {
  position: relative;
  width: 108.8rem;
  margin: 0 auto;
}

.contents_header_inner .contents_header_title {
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
}

.contents_header_inner .contents_header_title img {
  width: 100%;
  height: 7.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.contents_header_inner .contents_header_title.game_header_title img {
  height: 15.6rem;
}

body.-article .contents_header_inner .contents_header_title img {
  height: 6rem;
}

.contents_header_img {
  position: relative;
  width: 100%;
  max-height: 48rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contents_header_img:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 25%;
}

.contents_header_img 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;
}

.contents_header_img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/cover_img.png) 2px 2px;
}

:root {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

.glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--glitch-width);
  height: var(--glitch-height);
  overflow: hidden;
}

.glitch__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--blend-color-1);
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}

.glitch__img:nth-child(n+2) {
  opacity: 0;
}

.glitch__img:nth-child(n+2) {
  -webkit-animation-duration: var(--time-anim);
  animation-duration: var(--time-anim);
  -webkit-animation-delay: var(--delay-anim);
  animation-delay: var(--delay-anim);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1;
}

.glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  -webkit-animation-name: glitch-anim-2;
  animation-name: glitch-anim-2;
}

.glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  -webkit-animation-name: glitch-anim-3;
  animation-name: glitch-anim-3;
}

.glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  -webkit-animation-name: glitch-anim-flash;
  animation-name: glitch-anim-flash;
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }

  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }

  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }

  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }

  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }

  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }

  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }

  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }

  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }

  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }

  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }

  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }

  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }

  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }

  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }

  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }

  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }

  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }

  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }

  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }

  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }

  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }

  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }

  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }

  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }

  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }

  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }

  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }

  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }

  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }

  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }

  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }

  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }

  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }

  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }

  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }

  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }

  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }

  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }

  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }

  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }

  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }

  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }

  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }

  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }

  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }

  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }

  10%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }

  10%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }

  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }

  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: -16px;
  margin-left: -16px;
  margin-bottom: -48px;
}

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

.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.-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.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.-gather {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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  - 32px);
  flex-basis: calc( 100% / 1  - 32px);
  max-width: calc( 100% / 1  - 32px);
}

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

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

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

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

.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.-tile {
  margin-bottom: -32px;
}

.cols.-tile>* {
  margin-bottom: 32px;
}

.cols.-tile>*.-col2 {
  -ms-flex-preferred-size: calc( 50% - 32px);
  flex-basis: calc( 50% - 32px);
  max-width: calc( 50% - 32px);
}

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

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

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

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

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

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

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

.cols_item>*+* {
  margin-top: 1.6rem;
}

.cols_item_summary {
  position: relative;
  top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols_item_tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 1.6rem;
}

.cols_item_tax>* {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .8rem 1.6rem;
  border: 1px solid #fff;
  margin-right: .8rem;
}

.row {
  position: relative;
  padding: 3.5rem 0;
}

.row:before,
.row:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: .3rem;
  background: url(../images/hr.png) center center/cover repeat-x;
}

.row:before {
  top: 0;
}

.row:after {
  bottom: 0;
}

.row+.row {
  margin-top: -.3rem;
}

.content_title+.row {
  margin-top: 3.2rem;
}

.row_item_img {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.row_item_body>*+* {
  margin-top: 1.6rem;
}

.row_item_title {
  font-size: 2.8rem;
  line-height: 1.4;
}

.row_item_title+* {
  margin-top: 2.4rem;
}

.row_item_labels {
  margin-bottom: -1.6rem;
  overflow: hidden;
}

.row_item_labels>* {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  height: 2.6rem;
  padding: 0 1.6rem;
  background-color: #770007;
  color: #fff;
}

.content {
  position: relative;
  padding: 8rem 0;
}

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

.content_inner>*+*:not(.row):not(.content_btn) {
  margin-top: 32px;
}

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

.content_header_link {
  margin-left: auto;
}

.content_header_link:after {
  content: '';
  position: relative;
  bottom: .1em;
  display: inline-block;
  width: 2.9rem;
  height: .6rem;
  background: url(../images/arrow_r.svg) center center/contain no-repeat;
  margin-left: 1.2rem;
}

.content_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.2rem -2.4rem;
  overflow: hidden;
}

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

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

*+.content_btn {
  margin-top: 8rem;
}

.content_btn .btn {
  margin: 0 1.2rem 2.4rem;
}

.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;
}

.content_bg.-fill {
  background-color: #770007;
  overflow: visible;
}

.content_bg.-fill.-fill01 {
  top: 8rem;
  bottom: 8rem;
}

.content_bg.-fill.-fill01:before,
.content_bg.-fill.-fill01:after {
  height: 9.5rem;
  background-image: url(../images/bg_fill01.svg);
}

.content_bg.-fill.-fill01:before {
  top: -8rem;
}

.content_bg.-fill.-fill01:after {
  bottom: -8rem;
}

.content_bg.-fill.-fill02 {
  top: 6rem;
  bottom: 6rem;
}

.content_bg.-fill.-fill02:before,
.content_bg.-fill.-fill02:after {
  height: 6.8rem;
  background-image: url(../images/bg_fill02.svg);
}

.content_bg.-fill.-fill02:before {
  top: -6rem;
}

.content_bg.-fill.-fill02:after {
  bottom: -6rem;
}

.content_bg.-fill:before,
.content_bg.-fill:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

.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;
}

.vi {
  width: 100%;
  height: 70.8rem;
}

.vi .content_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vi .content_bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/cover_img.png) 2px 2px;
}

.vi .content_inner {
  height: 100%;
  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;
}

.vi_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vi_video.-pc {
  display: block;
}

.vi_video.-sp {
  display: none;
}

.vi_video_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/body_bg.png);
  background-color: #000;
  background-size: 47.6rem;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
}

video.lazyloaded+.vi_video_cover {
  opacity: 0;
}

.vi_title {
  margin-top: 1.6rem;
}

.vi_tagline {
  line-height: 1;
  color: #F21E1C;
  font-size: 2rem;
  text-shadow: 0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000;
}

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

.about_cols>* {
  -ms-flex-preferred-size: 62.8rem;
  flex-basis: 62.8rem;
  max-width: 62.8rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about_cols_text {
  position: relative;
  left: -10.4rem;
  width: 100%;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.about_cols_text>*+* {
  margin-top: 1.75em;
}

.about_cols_text.-vrl {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
}

.about_cols_text.-vrl>*+* {
  margin-top: 0;
  margin-right: 1.75em;
}

.about_cols_text em {
  font-size: 2.6rem;
  color: #ee2c2a;
}

.about_cols_img .img {
  position: relative;
  left: -14rem;
  width: 76.8rem;
}

.about_cols.-reverse .about_cols_text {
  left: 10.4rem;
}

.about_cols.-reverse .about_cols_img .img {
  left: auto;
}

.about_imcyan_title {
  position: relative;
  z-index: 2;
  margin-bottom: -5.6rem;
}

.game_header_title img {
  height: 15.6rem;
}

.gametitle_vi_glitch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.gametitle_vi .content_btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gametitle_btn_play {
  width: 25.4rem;
  height: 7.5rem;
}

.gametitle_summary {
  margin-top: -.5rem;
}

.gametitle_title {
  position: relative;
  max-width: 41.6rem;
  width: 100%;
  margin: 0 auto;
}

.gametitle_tagline {
  font-size: 1.8rem;
  color: #C31D01;
  text-shadow: 0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 0.8rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000,0 0 1.6rem #000;
}

.gametitle_information {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.gametitle_information_items {
  margin-top: 3.2rem;
}

.gametitle_information_items>* {
  display: block;
}

.gametitle_information_items>*+* {
  margin-top: .4rem;
}

.gametitle_information_items .-date {
  clear: left;
  float: left;
  width: 12rem;
}

.gametitle_information_items .-date+* {
  overflow: hidden;
}

.gametitle_spec {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.gametitle_spec_items {
  margin-top: 3.2rem;
  padding-left: 3.2rem;
  border-left: 1px solid #fff;
  line-height: 2.4;
}

.gametitle_spec_items dt {
  float: left;
  clear: left;
}

.gametitle_spec_items dt:after {
  display: inline-block;
  content: ':';
  margin: 0 .4rem;
}

.gametitle_spec_items dt+dd {
  overflow: hidden;
}

.gametitle_outline_img {
  position: relative;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.gametitle_outline_title {
  position: relative;
  margin-top: 0 !important;
}

.gametitle_outline_title img {
  margin-top: -7rem;
}

.gametitle_outline_text {
  font-size: 2rem;
  line-height: 2;
}

.gametitle_outline_text em {
  font-size: 2.6rem;
  color: #EE2C2A;
}

.gametitle_outline_text>*+* {
  margin-top: 3.2rem;
}

.gametitle_outline_text .-note {
  font-size: 1.4rem;
}

.gametitle_howtoplay_title {
  margin-top: -4rem;
}

.gametitle_howtoplay_img {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.gametitle_howtoplay .content_inner>*+.gametitle_howtoplay_img {
  margin-top: 4.8rem;
}

.gametitle_play_title {
  margin-top: -4rem;
}

.gametitle_play_img {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

.gametitle_play_body {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
}

.gametitle_play_body>*+* {
  margin-top: 4.8rem;
}

.gametitle_play_body_title em {
  font-size: 2rem;
}

.gametitle_play .content_btn {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.8rem;
}

.gametitle_play .content_inner>*+* {
  margin-top: 4rem;
}

.gametitle_series>.content_inner>*+* {
  margin-top: 4.8rem;
}

.gametitle_series_title {
  margin-top: -4rem;
}

.gametitle_series_text {
  margin-top: 3.2rem;
}

.gametitle_series_items {
  border: 1px solid #fff;
  padding: 6.4rem 11.3rem;
}

.gametitle_series_items_title {
  line-height: 1.5;
}

.gametitle_series_items .content_btn {
  margin-top: 5.6rem;
}

.gametitle_series .content_inner>*+.gametitle_series_items {
  margin-top: 4.8rem;
}

.article .content_inner {
  max-width: 90.4rem;
  width: 100%;
}

.article .content_inner>*+.article_body {
  margin-top: 5.6rem;
}

.article_header>*+* {
  margin-top: 3.2rem;
}

.article_header_img {
  text-align: center;
}

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

.article_header_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article_header_data>*+* {
  margin-left: 1.6rem;
}

.article_header_date {
  font-size: 1.6rem;
}

.article_header_tags li {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .8rem 1.6rem;
  border: 1px solid #fff;
  margin-right: .8rem;
}

.article_body>*+* {
  margin-top: 3.2rem;
}

.article_body>*+h2,
.article_body>*+h3,
.article_body>*+h4,
.article_body>*+h5 {
  margin-top: 5.6rem;
}

.article_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

*+.article_share {
  margin-top: 8rem;
}

.article_share dt {
  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: 3.2rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  line-height: 1;
}

.article_share dt:before,
.article_share dt:after {
  content: '';
  display: block;
  width: 3.8rem;
  height: .1rem;
  background-color: #707070;
  margin: 0 .7rem;
}

.article_share dd {
  margin: 0 .8rem;
  font-size: 0;
  width: 5rem;
}

.article_share dd a {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.article_share dd a.-facebook {
  background-image: url(../images/icon_facebook_fff.svg);
  background-color: #1877E6;
}

.article_share dd a.-twitter {
  background-image: url(../images/icon_twitter_fff.svg);
  background-color: #1DA1F2;
}

.article_share dd a.-hatena {
  background-image: url(../images/icon_hatena_fff.svg);
  background-color: #0099D3;
}

.article_share dd a.-line {
  background-image: url(../images/icon_line_fff.svg);
  background-color: #00B900;
}

.media-information_tag+.media-information_tag {
  margin-top: -8rem;
}

.media-information_tag_label {
  margin-left: -1.6rem;
  margin-bottom: -1.6rem;
}

.contact_function {
  border: 1px solid #fff;
  max-width: 62.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 4.8rem 2.4rem;
}

.contact_function>*+* {
  margin-top: 4rem;
}

.contact_function_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.contact_function_selector>* {
  max-width: 15.2rem;
  width: 100%;
  -ms-flex-preferred-size: 15.2rem;
  flex-basis: 15.2rem;
}

.contact_function_selector>* a {
  display: block;
  position: relative;
  font-size: 2rem;
  padding-bottom: 1.6rem;
}

.contact_function_selector>* a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .1rem;
  background-color: #770007;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.contact_function_selector>* a:hover {
  opacity: 1;
}

.contact_function_selector>* a:hover:after {
  height: .4rem;
}

.notfound .content_inner {
  min-height: 50vh;
  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;
}

.notfound_title {
  font-size: 1.8rem;
  margin-bottom: -1.6rem;
}

.notfound_text {
  font-size: 2.4rem;
}

.article_body .wp-block-image {
  text-align: center;
}

.article_body .wp-block-image figcaption {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

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

.article_body .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;
}

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

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

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

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

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

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

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

.article_body .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -.8rem;
  margin-bottom: 1.6rem;
  margin-left: -.8rem;
}

.article_body .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;
  height: 70px;
  padding: 5px 3.2rem;
  margin-right: .8rem;
  margin-bottom: 1.6rem;
  margin-left: .8rem;
  background-color: #770007;
  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;
}

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

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

.article_body .wp-block-separator {
  margin: 5.6rem 0;
}

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

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

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

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

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

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

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

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

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

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

.article_body h2 {
  font-size: 2.4rem;
}

.article_body h3 {
  font-size: 2rem;
}

.article_body h4 {
  font-size: 1.4rem;
}

.article_body strong {
  color: #F21E1C;
}

.article_body ul:not([class]),
.article_body ul[class=""] {
  padding-left: 1.5em;
}

.article_body ul:not([class]) li,
.article_body ul[class=""] li {
  display: list-item;
  list-style-type: disc;
}

.article_body em {
  background-color: #770908;
  color: #fff;
}

.article_body a[rel*="noreferrer"],
.article_body p>a[href] {
  text-decoration: underline;
}

.article_body a[rel*="noreferrer"]:hover,
.article_body p>a[href]:hover {
  text-decoration: none;
}

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

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

  button: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 {
    padding-top: 0;
  }

  .body_id {
    top: 4rem;
    opacity: 1;
    width: 12.7rem;
    left: 1.6rem;
    top: 1.6rem;
  }

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

  .menu:hover span {
    opacity: 1;
  }

  .nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 100%;
    background: url(../images/nav_bg.png) #770908 center center/120% no-repeat;
  }

  .nav_inner {
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 4rem 4.8rem;
    overflow: scroll;
  }

  .nav_cols {
    display: block;
  }

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

  .nav_col {
    padding: 0;
  }

  .nav_sub {
    padding-top: 4rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .nav_body {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding: 0rem 2.4rem;
    text-align: left;
    background: none;
  }

  .nav_id {
    width: 19.6rem;
  }

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

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

  .nav .nav_global ul a:hover:after {
    opacity: 0;
  }

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

  .header {
    display: none;
  }

  .header_inner .nav_global {
    display: none;
  }

  .footer {
    padding: 0 24px;
  }

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

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

  .contents_header:before {
    padding-top: 56.25%;
  }

  .contents_header_inner {
    width: initial;
    padding: 0 2.4rem;
  }

  .contents_header_inner .contents_header_title {
    left: 2.4rem;
    right: 2.4rem;
    width: initial;
  }

  .contents_header_inner .contents_header_title img {
    height: 4rem;
  }

  .contents_header_inner .contents_header_title.game_header_title img {
    height: 9.6rem;
  }

  body.-article .contents_header_inner .contents_header_title img {
    height: 3rem;
  }

  .contents_header_img:before {
    padding-top: 56.25%;
  }

  .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% - 16px);
    flex-basis: calc( 100% - 16px);
    max-width: calc( 100% - 16px);
  }

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

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

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

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

  .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.-tile {
    margin-bottom: -16px;
  }

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

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

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

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

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

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

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

  .cols.-far {
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -48px;
  }

  .cols.-far>* {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 48px;
  }

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

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

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

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

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

  .row_item_img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .row_item_body {
    margin-top: -1.6rem;
  }

  .row_item_title {
    font-size: 2rem;
  }

  .row_item_labels {
    margin-bottom: -.8rem;
  }

  .row_item_labels>* {
    font-size: 1.2rem;
    height: 2rem;
    margin-right: .8rem;
    margin-bottom: .8rem;
  }

  .content {
    padding: 6.4rem 2.4rem;
  }

  .content_inner {
    min-width: 0;
  }

  *+.content_btn {
    margin-top: 6.4rem;
  }

  .vi {
    height: 154vw;
  }

  .vi_video.-pc {
    display: none;
  }

  .vi_video.-sp {
    display: block;
  }

  .about_cols>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .about_cols_text {
    font-size: 1.6rem;
    left: 0;
  }

  .about_cols_text.-vrl {
    max-width: 24rem;
    width: 100%;
    padding-right: .8rem;
    margin-top: -10rem;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    font-size: 1.4rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
  }

  .about_cols_img .img {
    width: 100%;
    left: 0;
  }

  .about_cols.-reverse .about_cols_text {
    left: 0;
  }

  .about_imcyan_title {
    height: 9.6rem;
    margin-bottom: 4rem;
  }

  .about_imcyan_title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom;
  }

  .game_header_title img {
    height: 9.6rem;
  }

  .gametitle_vi .content_btn {
    margin-top: 0 !important;
    position: absolute;
    bottom: 2.4rem;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gametitle_title {
    max-width: 25rem;
  }

  .gametitle_tagline {
    font-size: 1.4rem;
    margin-top: 2.4rem !important;
  }

  .gametitle_outline_text {
    font-size: 1.6rem;
  }

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

  .gametitle_howtoplay_title {
    margin-bottom: -1.6rem;
  }

  .gametitle_play_title {
    margin-bottom: -1.6rem;
  }

  .gametitle_play_body>*+* {
    margin-top: 3.2rem;
  }

  .gametitle_play .content_btn {
    margin-top: 3.2rem;
    -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;
  }

  .gametitle_series_title {
    margin-bottom: -1.6rem;
  }

  .gametitle_series_items {
    padding: 4.8rem 3.2rem;
  }

  .gametitle_series_items .content_btn {
    margin-top: 4.8rem;
  }

  .article_header_title {
    font-size: 2.4rem;
  }

  .media-information_tag_label {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-bottom: -3.2rem;
    margin-left: -.8rem;
  }

  .contact_function {
    padding: 4.8rem 1.6rem;
  }

  .contact_function_selector>* a {
    font-size: 1.8rem;
  }

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

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

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

  .article_body .wp-block-buttons {
    display: block;
  }
}