@charset "UTF-8";
:root {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100%;
  --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;
}

.imgloaded .content_title,
.imgloaded .content_text {
  -webkit-animation-name: glitch-anim-text;
          animation-name: glitch-anim-text;
  -webkit-animation-duration: var(--time-anim);
          animation-duration: var(--time-anim);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.content_title {
  font-size: 12vw;
  margin: 35vh 0 0 0;
  position: relative;
  font-family: 'Playfair Display', serif;
  -webkit-animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
          animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}

.content_text {
  -webkit-animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
          animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}

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

.glitch_img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../asset/img/top_bg.jpg);
  background-color: var(--blend-color-1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  -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;
}

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

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

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

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

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

/* Animations */
@-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%);
  }
}

/* Flash */
@-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);
  }
}

@-webkit-keyframes blink {
  40% {
    opacity: .85;
  }
  42% {
    opacity: .1;
  }
  43% {
    opacity: .55;
  }
  45% {
    opacity: .4;
  }
  46% {
    opacity: .85;
  }
}

@keyframes blink {
  40% {
    opacity: .85;
  }
  42% {
    opacity: .1;
  }
  43% {
    opacity: .55;
  }
  45% {
    opacity: .4;
  }
  46% {
    opacity: .85;
  }
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-52%) translateY(-52%);
            transform: translateX(-52%) translateY(-52%);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-52%) translateY(-52%);
            transform: translateX(-52%) translateY(-52%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #000;
  font-family: "ten-mincho",
 serif;
}

body:not(.top) {
  background-image: url(../asset/img/bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*====================
共通設定
====================*/
#whole {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

#whole.hide {
  opacity: 0;
}

/*中央寄せ*/
.flex {
  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;
}

.container {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}

section {
  display: block;
  opacity: 1;
}

section.hide {
  display: none;
}

/*====================
ローディング画面
====================*/
.loading_reload {
  width: 100%;
  height: 100vh;
  position: fixed;
  color: #fff;
  background-color: #000;
  z-index: 99999;
}

#mystery_mes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc( var(--vh) * 100);
  display: none;
  background-color: #6b0000;
  z-index: 999999;
}

#mystery_mes > div {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mystery_mes p {
  font-size: 1.25rem;
  font-weight: bold;
  pointer-events: none;
}

#mystery_mes p::first-letter {
  font-size: 3rem;
}

#mystery_mes a {
  display: inline-block;
  font-size: 2rem;
  margin: 0 10px;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}

#mystery_mes a:nth-of-type(2) {
  font-size: 3.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*----------max-width:769px----------*/
/*====================
ヘッダー
====================*/
header #nav {
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}

header #nav.transition {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

header #nav.topanimated {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

header #nav .nav_open {
  display: block;
  position: fixed;
  z-index: 3;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

header #nav .nav_open > div {
  position: absolute;
  top: 0;
  right: 0;
}

header #nav .nav_open > div.open {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header #nav .nav_open > div.open.on {
  opacity: 0;
}

header #nav .nav_open > div.close {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header #nav .nav_open > div.close.on {
  opacity: 1;
}

header #nav .nav_body {
  width: 100vw;
  height: calc( var(--vh) * 100);
  background-color: #6b0000;
  position: relative;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

header #nav .nav_body ul {
  width: 90%;
}

header #nav .nav_body ul li {
  list-style: none;
  margin-right: 0px;
}

header #nav .nav_body ul li:last-of-type {
  margin-right: 0;
}

header #nav .nav_body ul li:not(:last-of-type) {
  margin-bottom: 2rem;
}

header #nav .nav_body ul li a {
  text-decoration: none;
}

header #nav .nav_body ul li a > div {
  display: inline-block;
  width: 100%;
}

header #nav .nav_body ul li a > div > img {
  width: auto;
  height: 50px;
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header #nav .nav_body .nav_body_img {
  width: 40vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

header #nav .nav_body .nav_body_img img {
  width: 100%;
}

header #nav .nav_body.on {
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
}

/*====================
戻るボタン
====================*/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}

.btn_box {
  position: relative;
  width: 60px;
  height: 60px;
}

/*====================
トップ
====================*/
#top .top_bg {
  width: 100%;
  height: calc( var(--vh) * 100);
  background-image: url(../asset/img/bg.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#top .top_bg .top_intro {
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 2.6s ease;
  transition: all 2.6s ease;
}

#top .top_bg .top_intro.topanimated {
  opacity: 1;
}

#top .top_bg .glitch {
  width: 100vw;
  height: calc( var(--vh) * 100);
  opacity: 0;
  -webkit-transition: opacity 4s ease;
  transition: opacity 4s ease;
}

#top .top_bg .glitch.topanimated {
  opacity: 1;
}

#top .top_bg .glitch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .top_bg .top_bg_img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  opacity: 0;
}

#top .top_bg .top_bg_img.topanimated {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#top .top_bg .top_bg_shadow {
  width: 55%;
  opacity: 0.5;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

#top .top_bg .top_bg_shadow.topanimated {
  opacity: 1;
}

#top .top_bg .top_bg_shadow img {
  -webkit-animation: blink 3s infinite alternate;
          animation: blink 3s infinite alternate;
}

#top .top_bg .top_txt {
  width: 90%;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(255, 0, 0, 0.5), -1px -1px 6px rgba(255, 0, 0, 0.5);
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  opacity: 0;
}

#top .top_bg .top_txt.topanimated {
  opacity: 1;
}

#top .top_bg .top_txt p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
}

#top #info {
  height: 100px;
  color: #fff;
  background-color: #6b0000;
  overflow-y: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top #info.active {
  height: 400px;
}

#top #info.active .info_open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#top #info .container {
  position: relative;
}

#top #info .container .info_open {
  width: 35px;
  height: 35px;
  background-image: url(../asset/img/arrow.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}

#top #info .container h3 {
  height: 40px;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  font-weight: normal;
}

#top #info .container dl {
  height: 40px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

#top #info .container dl dd {
  padding-left: 0rem;
}

#top #info .container dl a {
  color: #fff;
  text-decoration: underline;
}

#top #ad {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #000;
}

#top #ad .container .ad_wrap {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
}

#top #ad .container .ad_wrap > li {
  width: 48%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#top #ad .container .sns {
  margin-top: 35px;
}

#top #ad .container .sns h3 {
  color: #fff;
  letter-spacing: 0.5rem;
  text-align: center;
  position: relative;
}

#top #ad .container .sns h3::after {
  content: '';
  width: 75%;
  height: 50px;
  background-image: url(../asset/img/underline_white01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top #ad .container .sns ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top #ad .container .sns ul li {
  width: 50px;
}

#top #ad .container .sns ul li:not(:last-of-type) {
  margin-right: 2rem;
}

#top #ad .container .sns ul li a i {
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top #ad .container .sns ul li a i:hover {
  color: #6b0000;
}

/*====================
各ページ共通（TOP以外）
====================*/
#story,
#guide,
#character,
#news {
  position: relative;
  overflow: hidden;
}

#story .container,
#guide .container,
#character .container,
#news .container {
  margin-bottom: 50px;
}

#story .container .page_nav,
#guide .container .page_nav,
#character .container .page_nav,
#news .container .page_nav {
  margin-top: 50px;
  margin-bottom: 50px;
}

#story .container .page_nav .title,
#guide .container .page_nav .title,
#character .container .page_nav .title,
#news .container .page_nav .title {
  width: 100%;
  margin-bottom: 12.5px;
  height: auto;
  z-index: 10;
}

#story .container .page_nav .title > img,
#guide .container .page_nav .title > img,
#character .container .page_nav .title > img,
#news .container .page_nav .title > img {
  display: block;
  margin: 0 auto;
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

#story .container .page_nav .sub,
#guide .container .page_nav .sub,
#character .container .page_nav .sub,
#news .container .page_nav .sub {
  width: 100%;
}

#story .container .page_nav .sub ul,
#guide .container .page_nav .sub ul,
#character .container .page_nav .sub ul,
#news .container .page_nav .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#story .container .page_nav .sub ul li,
#guide .container .page_nav .sub ul li,
#character .container .page_nav .sub ul li,
#news .container .page_nav .sub ul li {
  width: 32%;
  padding: 0.5rem 0;
  border: 1px solid #fff;
}

#story .container .page_nav .sub ul li a,
#guide .container .page_nav .sub ul li a,
#character .container .page_nav .sub ul li a,
#news .container .page_nav .sub ul li a {
  font-size: 0.9rem;
  letter-spacing: 0.125rem;
}

#story .container .inner,
#guide .container .inner,
#character .container .inner,
#news .container .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}

span {
  color: #6b0000;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
}

/*====================
ものがたり
====================*/
#story .container .inner > .txt {
  color: #fff;
  z-index: 99;
}

#story .container .inner > .txt p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  text-align: justify;
}

#story .container .inner > .txt #story_txt {
  font-size: 1.1rem;
  margin-top: 1rem;
  color: #6b0000;
}

/*====================
あそびかた
====================*/
#guide .container .inner_top > div {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 99;
}

#guide .container .wrap .contents .contents_item {
  color: #fff;
}

#guide .container .wrap .contents .contents_item:not(:last-of-type) {
  border-bottom: 1px solid #6b0000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

#guide .container .wrap .contents .contents_item h3, #guide .container .wrap .contents .contents_item h4 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

#guide .container .wrap .contents .contents_item h3 {
  color: #6b0000;
}

#guide .container .wrap .contents .contents_item p {
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 1.5rem;
}

#guide .container .wrap .contents .contents_item img {
  max-width: 100%;
  border: 3px solid #6b0000;
}

#guide .container .wrap .contents .contents_item .txt_in_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#guide .container .wrap .contents .contents_item .txt_in_img a {
  width: 100%;
}

#guide .container .wrap .contents .contents_item .txt_in_img a:not(:last-of-type) {
  margin-bottom: 1rem;
}

#guide .container .wrap .contents .contents_item .txt_in_img a img {
  max-width: 100%;
  width: 100%;
  border: 3px solid #6b0000;
}

/*====================
じんぶつ
====================*/
#character .container .wrap .contents h3 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

#character .container .wrap .contents .chara_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

#character .container .wrap .contents .chara_category a {
  display: block;
  width: 32%;
  border: 3px solid #6b0000;
  background-color: rgba(0, 0, 0, 0.3);
}

#character .container .wrap .contents .contents_item .chara_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(40px + 1.5rem);
}

#character .container .wrap .contents .contents_item .chara_name p {
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  margin-right: 1.5rem;
  padding-right: 0.1rem;
}

#character .container .wrap .contents .contents_item .chara_name p span {
  font-size: 1.24rem;
  font-weight: bold;
  position: absolute;
  bottom: -1rem;
  left: 0;
  white-space: nowrap;
}

#character .container .wrap .contents .contents_item .chara_img img {
  width: 70%;
}

#character .container .wrap .contents .contents_item .chara_txt p {
  margin-bottom: 1.5rem;
  text-align: justify;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

#character .container .inner_bottom a {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  border: 1px solid #fff;
  margin-top: 1rem;
  padding: 1rem 0;
}

/*====================
にゅーす
====================*/
#news .container .inner_top > div {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 99;
}

#news .container .wrap .contents .contents_link {
  display: block;
  border: 2px solid #6b0000;
}

#news .container .wrap .contents .contents_link:not(:last-of-type) {
  margin-bottom: 35px;
}

#news .container .wrap .contents .contents_link > div {
  margin-bottom: 0.5rem;
}

#news .container .wrap .contents .contents_link .txt {
  padding: 0.5rem;
}

#news .container .wrap .contents .contents_link .txt h3 {
  letter-spacing: 0.125rem;
}

#news .container .wrap .contents .contents_link .txt .time {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

#news .container .wrap .contents .contents_link .txt .btn {
  display: inline-block;
  padding: 0.5rem;
  background-color: #6b0000;
}

#news .container .wrap .contents .contents_item {
  color: #fff;
}

#news .container .wrap .contents .contents_item h3 {
  font-size: 2rem;
  letter-spacing: 0.125rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

#news .container .wrap .contents .contents_item > div {
  margin-bottom: 2rem;
}

#news .container .wrap .contents .contents_item > div:last-of-type {
  margin-bottom: 0;
}

#news .container .wrap .contents .contents_item > div h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #6b0000;
  margin-bottom: 0.5rem;
}

#news .container .wrap .contents .contents_item > div p {
  font-size: 0.9rem;
  letter-spacing: 0.125rem;
  text-shadow: 1px 1px 2px rgba(202, 0, 0, 0.3), -1px -1px 2px rgba(202, 0, 0, 0.3);
}

#news .container .wrap .contents .contents_item > div img {
  display: block;
  margin: 0 auto;
  max-width: 65%;
  border: 3px solid #000;
}

#news .container .inner_bottom a {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  border: 1px solid #fff;
  margin-top: 1rem;
  padding: 1rem 0;
}

/*====================
フッター
====================*/
footer {
  width: 100%;
  background-color: #000;
}

footer .product_info {
  background-color: #6b0000;
  color: #fff;
}

footer .product_info > .container {
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .product_info > .container > h3 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 30px;
}

footer .product_info > .container > p {
  width: 100%;
  margin-bottom: 30px;
}

footer .product_info > .container .product_wrap {
  padding: 0.5rem;
  border: 2px solid #000;
}

footer .product_info > .container .product_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
}

footer .product_info > .container .product_wrap dl dt,
footer .product_info > .container .product_wrap dl dd {
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

footer .product_info > .container .product_wrap dl dt {
  width: 40%;
  text-align: left;
  font-weight: bold;
}

footer .product_info > .container .product_wrap dl dd {
  width: 60%;
}

footer .product_info > .container .product_wrap dl dd img {
  width: 30%;
  height: auto;
}

footer > .container p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}

footer > .container .logos {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

footer > .container .copy {
  margin-bottom: 30px;
}

footer > .container .copy p {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0;
}
/*# sourceMappingURL=sp_style.css.map */