@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
 * defaut style
 */
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 16px;
  letter-spacing: -0.03rem; }

body {
  /* min-height:100%; */
  font-size: 100%;
  color: #333333;
  min-width: 1000px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Noto Sans JP',	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

table {
  word-break: break-word; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
  border: none; }

li {
  list-style-type: none; }

ol {
  margin-bottom: 1.5em; }

ol li {
  margin-left: 20px;
  padding-left: 5px;
  list-style-type: decimal;
  margin-bottom: 0.5em; }

p {
  margin-bottom: 2em;
  line-height: 160%; }

p:last-child {
  margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

sup {
  position: relative;
  font-size: 100%;
  top: -5px; }

sub {
  position: relative;
  font-size: 100%;
  bottom: -5px; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px; }

.sp {
  display: none !important; }

.center {
  text-align: center; }

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

.right {
  text-align: right; }

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

strong {
  /* color:#C00; */ }

em {
  /* color:#960; */
  font-weight: bold;
  font-style: normal; }

* {
  box-sizing: border-box; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  margin-top: -14px;
  margin-left: -14px;
  text-align: center;
  color: #333;
  z-index: 1000; }

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: auto; }
  .start p img {
    max-height: 90vh; }

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_parallax.png") center no-repeat;
  background-size: cover; }

/*
 * header & footer
 */
body.loading #container {
  visibility: hidden; }

#header > .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

#header .logo {
  width: 20.2%;
  position: relative;
  top: -2px; }

#header #gnav {
  position: absolute;
  right: 2%;
  top: 0;
  margin-top: 2rem; }

#header #gnav li {
  display: inline-block;
  border-left: 1px solid #88602c;
  padding-left: 2rem;
  margin-left: 2rem; }

#header #gnav li:first-child {
  border-left: none;
  padding-left: 0; }

#header #gnav a {
  color: #76491b;
  font-size: 1.5rem; }

#footer {
  background: #251552;
  position: relative;
  padding: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 160%; }

#footer .pagetop {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 0;
  max-width: 157px;
  transform: translateY(100%);
  transition: 0.2s ease-in-out; }

#footer .pagetop.show {
  transform: translateY(-20%); }

#footer .pagetop img {
  width: 100%; }

#footer .pagetop:hover {
  opacity: 0.7; }

#footer .sns {
  text-align: center;
  margin: 40px 0 20px; }

#footer .prize {
  text-align: center;
  margin-bottom: 20px; }

#footer .logo {
  text-align: center;
  margin: 40px 0 20px; }

#footer .copyright {
  text-align: center; }

/*
 * contents
 */
/* anime */
.rotateZoomIn {
  animation-name: rotate-zoom-in; }

@keyframes rotate-zoom-in {
  0% {
    opacity: 0;
    transform: rotate(180deg) scale(1.5); }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1); } }
/* 汎用 */
.red {
  color: #e71f19; }

.green {
  color: #009d42; }

.blue {
  color: #0099ff; }

.note {
  line-height: 140%; }

.underline {
  text-decoration: underline; }

.underline:hover {
  text-decoration: none; }

.btn01 a {
  display: block;
  width: 62.2%;
  margin: 0 auto 1.8rem;
  border: 2px solid #76491b;
  background: #fff;
  color: #76491b;
  border-radius: 50px;
  font-size: 1.875rem;
  padding: 2rem;
  position: relative;
  text-align: center; }

.btn01 a:after {
  display: block;
  content: "";
  background: url("../img/ico_arrow01.png") no-repeat left top;
  background-size: cover;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 3.89408099688474%;
  top: 50%;
  transform: translateY(-50%); }

.btn01 a:hover {
  text-decoration: none;
  opacity: 0.7; }

/* content */
.sns {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 15; }

.sns ul {
  font-size: 0; }

.sns ul li {
  display: inline-block; }

.sns ul li:not(:last-of-type) {
  margin-right: 10px; }

.visual-area {
  margin-bottom: 0;
  position: relative; }

.visual-area .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 1046px; }

.visual-area .title {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 3; }

.visual-area .visual1 {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 2000px; }

.visual-area .visual {
  position: absolute;
  left: -207px;
  top: 0;
  margin: 0 auto;
  z-index: 2;
  width: 1443px;
  height: 1449px; }

.visual-area .book {
  position: absolute;
  left: 0;
  top: 318px;
  background: #d52148;
  padding: 6px;
  z-index: 10; }

.visual-area .book .date {
  padding-bottom: 5px; }

.visual-area .book .buy {
  margin-top: 6px; }

.visual-area .book .buy a:hover {
  opacity: 0.7; }

.visual-area .book .trial {
  margin-top: 6px; }

.visual-area .book .trial a:hover {
  opacity: 0.7; }

.visual-area .author {
  position: absolute;
  left: 136px;
  top: 18px;
  z-index: 10; }

.visual-area .prize {
  position: absolute;
  left: 18px;
  top: 20px;
  z-index: 10; }

.visual-area .prize .prize01 {
  margin-bottom: 8px;
  position: relative;
  z-index: 2; }

.visual-area .prize .prize02 {
  margin-left: 1px;
  position: relative;
  z-index: 2; }

.visual-area .prize .prize03 {
  position: absolute;
  left: 26px;
  top: 117px;
  z-index: 1; }

.visual-area .catch01 {
  position: absolute;
  left: 370px;
  top: 20px;
  z-index: 5; }

.visual-area .catch {
  position: absolute;
  left: 78px;
  margin: 0 auto;
  text-align: center;
  top: 720px;
  z-index: 5; }

.visual-area .replay {
  position: absolute;
  left: 124px;
  bottom: 336px;
  z-index: 5; }

.visual-area .twitter_tl {
  position: absolute;
  left: -18px;
  bottom: 20px;
  z-index: 5; }

.visual-area .title,
.visual-area .visual1,
.visual-area .visual,
.visual-area .visual02 img,
.visual-area .author,
.visual-area .book,
.visual-area .prize,
.visual-area .catch01,
.visual-area .catch,
.visual-area .replay,
.visual-area .twitter_tl {
  opacity: 0; }

.menu-area {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-100%);
  transition: 0.2s ease-in-out; }

.menu-area.show {
  transform: translateY(0%); }

.menu-area ul {
  display: block;
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.menu-area ul li {
  float: left; }

.menu-area ul li:hover {
  opacity: 0.7; }

/*benefit*/
.benefit-area {
  position: relative;
  background: url("../img/bg_benefit.png") no-repeat top center;
  background-size: cover;
  height: 650px;
  padding: 68px 0 0px;
  margin: 0 0 0px;
  z-index: 2; }

.benefit-area > .inner {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative; }
  .benefit-area > .inner .inner_img img {
    margin-top: 50px; }

.benefit-area .title {
  text-align: center;
  margin-bottom: 102px; }

.benefit-area ul {
  font-size: 0;
  text-align: center; }

.benefit-area ul li {
  display: inline-block;
  margin-right: 34px;
  margin-bottom: 22px; }

.benefit-area ul li:nth-of-type(3n) {
  margin-right: 0; }

/*story*/
.story-area {
  position: relative;
  /*background: url('../img/bg_story.png') no-repeat top center;*/
  background-color: rgba(255, 255, 255, 0.7);
  height: 940px;
  padding: 40px 0 0px;
  margin: 0 0 0px;
  z-index: 2; }

.story-area > .inner {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative; }
  .story-area > .inner .inner_img img {
    margin-top: 50px; }

.story-area .title {
  text-align: center;
  margin-bottom: 42px; }

.story-area p {
  text-align: center;
  margin-top: 310px; }

/*character*/
.character-area {
  background: url("../img/bg_character.png") no-repeat top center;
  margin: 0 auto;
  position: relative;
  height: 790px;
  padding-top: 50px; }
  .character-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 75px; }
    .character-area > .inner .title {
      text-align: center;
      margin-bottom: 0px; }
    .character-area > .inner .char-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-top: 115px; }

/*game*/
.game-area {
  background: url("../img/bg_game01.png") no-repeat top center;
  margin: 0 auto;
  height: 533px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative; }
  .game-area > .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 80px; }
    .game-area > .inner .title {
      text-align: center;
      margin-bottom: 30px; }
    .game-area > .inner .game-list {
      background: url("../img/bg_game02.png") no-repeat top center;
      width: 1024px;
      height: 248px;
      margin-top: 115px; }
      .game-area > .inner .game-list .item {
        color: #fff;
        text-align: justify;
        font-size: 18px;
        line-height: 1.8;
        padding: 40px; }
        .game-area > .inner .game-list .item .ttl_game {
          text-align: center;
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 10px; }
          .game-area > .inner .game-list .item .ttl_game span {
            color: #140622;
            background-color: #de0088; }

.book-area {
  margin: 0 auto;
  padding: 40px 20px 0;
  position: relative;
  background: #a18abc;
  z-index: 2;
  color: #000; }
  .book-area #bg1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg_book01.png") 50% 0 no-repeat fixed;
    position: absolute;
    z-index: -1; }
  .book-area #bg2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/bg_book02.png") 50% 0 no-repeat fixed;
    z-index: -1;
    opacity: 0.5; }
  .book-area .skrollable {
    position: fixed;
    z-index: 100; }
  .book-area > .inner {
    width: 934px;
    margin: 0 auto; }
    .book-area > .inner .title {
      text-align: center;
      margin-bottom: 155px; }
    .book-area > .inner .book-box {
      padding-bottom: 60px; }
      .book-area > .inner .book-box .box-left {
        float: left;
        width: 269px; }
      .book-area > .inner .book-box .box-right {
        float: right;
        width: 625px; }
        .book-area > .inner .book-box .box-right .ttl {
          font-size: 36px;
          font-weight: bold;
          margin-bottom: 20px; }
          .book-area > .inner .book-box .box-right .ttl .small {
            font-size: 26px; }
        .book-area > .inner .book-box .box-right .author {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 10px; }
          .book-area > .inner .book-box .box-right .author span {
            font-size: 20px;
            margin-left: 25px; }
        .book-area > .inner .book-box .box-right .isbn {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 20px; }
        .book-area > .inner .book-box .box-right p {
          font-size: 18px; }
        .book-area > .inner .book-box .box-right .btns {
          margin-top: -5px; }
          .book-area > .inner .book-box .box-right .btns a:hover {
            opacity: 0.7; }
          .book-area > .inner .book-box .box-right .btns .buy {
            display: inline-block;
            margin-right: 18px; }
          .book-area > .inner .book-box .box-right .btns .trial {
            display: inline-block; }

/*.other*/
.other-area {
  position: relative;
  background: white; }
  .other-area .title {
    text-align: center;
    padding: 17px;
    background: #bca442; }
  .other-area .other-list {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .other-area .other-list .item {
      position: relative;
      overflow: hidden;
      margin-top: 10px; }
      .other-area .other-list .item .name {
        position: absolute;
        left: 10px;
        top: 10px; }
      .other-area .other-list .item .thumb {
        transition: 0.2s ease-in-out; }
        .other-area .other-list .item .thumb img {
          transition: 0.2s ease-in-out; }
      .other-area .other-list .item:nth-child(1) {
        margin-top: 0px; }
        .other-area .other-list .item:nth-child(1) .thumb {
          background: url("../img/img_other01_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(2) {
        margin-top: 0px; }
        .other-area .other-list .item:nth-child(2) .thumb {
          background: url("../img/img_other02_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(3) .thumb {
        background: url("../img/img_other03_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(4) .thumb {
        background: url("../img/img_other04_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(5) .thumb {
        background: url("../img/img_other05_on.png") no-repeat; }
      .other-area .other-list .item:nth-child(6) .thumb {
        background: url("../img/img_other06_on.png") no-repeat; }
      .other-area .other-list .item:hover .thumb {
        transform: scale(1.2, 1.2); }
        .other-area .other-list .item:hover .thumb img {
          opacity: 0; }
    .other-area .other-list .cursol {
      cursor: default; }
      .other-area .other-list .cursol:hover .thumb {
        transform: inherit; }
        .other-area .other-list .cursol:hover .thumb img {
          opacity: 1; }

.char-modal .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9); }

.mfp-close-btn-in .mfp-close {
  color: #aaa; }

.mfp-wrap {
  z-index: 9999; }

.gallery-modal img {
  max-height: 85vh;
  border: 5px solid #fff; }

.gallery-modal .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #000;
  opacity: 0.75; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  white-space: nowrap;
  opacity: 1;
  right: 1rem; }

.mfp-close-btn-in .mfp-close:after {
  content: "閉じる";
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative; }

.glitch__wrap {
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --time-anim-1: 7s;
  --time-anim-2: 6.5s;
  --time-anim-3: 6s;
  --time-anim-4: 5.5s;
  --time-anim-5: 5s;
  --time-anim-6: 4.5s;
  --time-anim-7: 8s;
  --delay-anim: 2.8s;
  --delay-anim-1: 8s;
  --delay-anim-2: 8.5s;
  --delay-anim-3: 9s;
  --delay-anim-4: 9.5s;
  --delay-anim-5: 10s;
  --delay-anim-6: 10.5s;
  --delay-anim-7: 11s;
  --delay-anim-8: 11.5s;
  --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__img {
  position: absolute;
  width: 100%;
  /*	height : 100%;*/
  top: 0;
  left: 0;
  background: url(../img/img_main_title.png) no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none; }

.benefit-area .inner .glitch__img {
  background: url("../img/ttl_benefit01.png") no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  /*padding-top: 23.91%;*/
  width: 864px;
  height: 88px;
  margin: 0px auto;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none; }

.benefit-area .inner .sub_ttl {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 73px; }

.story-area .inner .glitch__img {
  background: url(../img/ttl_story01.png) no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  /*padding-top: 23.91%;*/
  width: 368px;
  height: 88px;
  margin: 0px auto;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none; }

.story-area .inner .sub_ttl {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 73px; }

.character-area .inner .glitch__img {
  background: url(../img/ttl_character01.png) no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 679px;
  height: 88px;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 50px;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none; }

.character-area .inner .sub_ttl {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 126px; }

.game-area .inner .glitch__img {
  background: url(../img/ttl_game01.png) no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 355px;
  height: 108px;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 50px;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none; }

.game-area .inner .sub_ttl {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 136px; }

.book-area .inner .glitch__img {
  background: url(../img/ttl_book01.png) no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 319px;
  height: 87px;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 50px;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  background-blend-mode: none; }

.book-area .inner .sub_ttl {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 125px; }

.glitch-img:hover .overlay {
  opacity: 1;
  transition: all ease .3s; }

/* Glitch styles */
.active .glitch__img:nth-child(n+2) {
  opacity: 0; }

.active .glitch__img:nth-child(n+2) {
  animation-duration: 4s;
  animation-delay: 2.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

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

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

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

.active .glitch__img:nth-child(5) {
  background-color: #af4949;
  background-blend-mode: overlay;
  /* animation-name: glitch-anim-flash; */ }

/*Random animation*/
.active .rand .glitch__img {
  animation: none; }

.active .rand.action .glitch__img:nth-child(n+2) {
  animation-duration: 4s;
  animation-delay: 2.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.active .rand.action .glitch__img:nth-child(2) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-anim-1; }

.active .rand.action .glitch__img:nth-child(3) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-anim-2; }

.active .rand.action .glitch__img:nth-child(4) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-anim-3; }

.active .rand.action .glitch__img:nth-child(5) {
  background-color: #af4949;
  background-blend-mode: overlay;
  animation-name: glitch-anim-flash; }

/*Edge*/
@supports (-ms-ime-align: auto) {
  .glitch__img {
    animation: none !important; }

  .glitch__img:nth-child(n+2) {
    opacity: 1 !important; }

  .glitch__img.front-1 {
    filter: contrast(10); }

  .glitch__img.front-2 {
    /*		filter: invert(1);*/ }

  .original .glitch__wrap {
    height: 170px;
    padding-top: 0 !important; }

  #member .original li img.on {
    z-index: 10 !important; }

  .active .glitch__img:nth-child(n+2) {
    display: none; } }
/* Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 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;
    transform: translate3d(10px, 0, 0); }
  22%, 100% {
    opacity: 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;
    transform: translate3d(calc(-1 * 10px), 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;
    transform: translate3d(calc(-1 * 10px), 0, 0); }
  22%, 100% {
    opacity: 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;
    transform: translate3d(0, calc(-1 * 5px), 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;
    transform: translate3d(0, calc(-1 * 5px), 0) scale3d(-1, -1, 1); }
  22%, 100% {
    opacity: 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); } }
/* Flash */
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(10px, 5px, 0); }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0); } }
/*
#char-modal01 .bg { background:rgba(25,162,196,0.7); }
#char-modal02 .bg { background:rgba(205,9,21,0.7); }
#char-modal03 .bg { background:rgba(253,95,119,0.7); }
#char-modal04 .bg { background:rgba(85,71,122,0.7); }
#char-modal05 .bg { background:rgba(33,121,161,0.7); }
#char-modal06 .bg { background:rgba(230,140,20,0.7); }
#char-modal07 .bg { background:rgba(29,151,128,0.7); }
#char-modal08 .bg { background:rgba(120,170,47,0.7); }
*/
@media screen and (min-width: 2001px) {
  .bg-back {
    background-size: cover; }

  .bg-front {
    background-size: cover; } }
