@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap");
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

/*!
  Styles
  */
body {
  background: #050042;
}

body.is-modal-open {
  overflow: hidden;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -webkit-box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  position: relative;
  flex-shrink: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  width: 27px;
  height: 44px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: 300ms opacity;
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
  width: 8px;
  height: 8px;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
  width: 100%;
  height: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  z-index: 10;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
}

.swiper-lazy-preloader:after {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
  z-index: 0;
  filter: blur(50px);
  background: #000;
  width: 100%;
  height: 100%;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.l-wrapper {
  overflow: hidden;
  color: #ffffff;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic,
 "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.l-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  padding-bottom: 200px;
  min-height: 50vh;
}

.is-load .l-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

@media screen and (max-width: 900px) {
  .l-in {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 901px) {
  .l-in__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
  }
  .is-load .l-in__bg {
    -webkit-transition: width 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: width 3s cubic-bezier(0.1, 1, 0, 0.96);
    width: 25.5%;
  }
  .is-load .l-in__bg figure {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: transform 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: transform 3s cubic-bezier(0.1, 1, 0, 0.96), -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96);
  }
  .l-in__bg figure {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25.5vw;
    height: 100%;
  }
}

.l-in_head {
  pointer-events: none;
}

@media screen and (min-width: 901px) {
  .l-in_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 900px) {
  .l-in_head {
    position: relative;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 900px) {
  .l-in_head__bg {
    width: 100%;
  }
  .l-in_head__bg img {
    width: 100%;
  }
}

.l-in__title {
  pointer-events: none;
  color: #ffdf00;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0;
  font-weight: 400;
  letter-spacing: -0.4em;
}

@media screen and (min-width: 901px) {
  .l-in__title {
    position: relative;
    -webkit-transform: translate(84px, 0) rotate(90deg);
        -ms-transform: translate(84px, 0) rotate(90deg);
            transform: translate(84px, 0) rotate(90deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    padding-left: 48px;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: none) {
  .l-in__title {
    -webkit-transform: translate(76px, 0) rotate(90deg);
        -ms-transform: translate(76px, 0) rotate(90deg);
            transform: translate(76px, 0) rotate(90deg);
  }
}

@media screen and (max-width: 900px) {
  .l-in__title {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 4%);
        -ms-transform: translate(0, 4%);
            transform: translate(0, 4%);
    padding-right: 6%;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  .l-in__title {
    -webkit-transform: translate(0, 15%);
        -ms-transform: translate(0, 15%);
            transform: translate(0, 15%);
  }
}

.l-in__title > span {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  font-size: 92px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .l-in__title > span {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  }
}

@media screen and (max-width: 900px) {
  .l-in__title > span {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  }
}

.l-in__title > span span {
  display: block;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (-ms-high-contrast: none) {
  .l-in__title > span span {
    display: none;
  }
}

@media (-ms-high-contrast: none) {
  .is-load .l-in__title > span span {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .l-in__title > span {
    font-size: 39px;
    font-size: 10.5vw;
    letter-spacing: normal;
  }
}

.l-in__title > span.is-fase1 span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width: 900px) {
  .l-in__title > span.is-fase1 span {
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

@media screen and (min-width: 901px) {
  .l-in__title > span.is-fase2 {
    -webkit-animation: txtBoxAnm2 1.5s linear forwards;
            animation: txtBoxAnm2 1.5s linear forwards;
  }
}

@media screen and (max-width: 900px) {
  .l-in__title > span.is-fase2 {
    -webkit-animation: txtBoxAnm2 1.5s linear forwards;
            animation: txtBoxAnm2 1.5s linear forwards;
  }
}

.l-in__content {
  position: relative;
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}

.is-load .l-in__content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: opacity 0.6s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, opacity 0.6s ease 0.8s;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, opacity 0.6s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}

@media (-ms-high-contrast: none) {
  .is-load .l-in__content {
    -webkit-transition: opacity 0.6s ease 1s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    transition: opacity 0.6s ease 1s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s, opacity 0.6s ease 1s;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s, opacity 0.6s ease 1s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  }
}

@media screen and (max-width: 900px) {
  .l-in__content {
    width: 87%;
  }
}

.l-op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.is-load .l-op {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.4s ease 2s;
  transition: all 0.4s ease 2s;
}

.l-op_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-op_line__item {
  position: absolute;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  background: #3f2095;
}

.l-op_line__item:nth-child(odd) {
  width: 100%;
  height: 50%;
}

.l-op_line__item:nth-child(even) {
  width: 50%;
  height: 100%;
}

.l-op_line__item:nth-child(1), .l-op_line__item:nth-child(2) {
  top: 0;
  left: 0;
}

.l-op_line__item:nth-child(1) {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.l-op_line__item:nth-child(2) {
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.l-op_line__item:nth-child(3), .l-op_line__item:nth-child(4) {
  right: 0;
  bottom: 0;
}

.l-op_line__item:nth-child(3) {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}

.l-op_line__item:nth-child(4) {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}

.is-load .l-op_line__item:nth-child(odd) {
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}

.is-load .l-op_line__item:nth-child(even) {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}

.l-op_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
      -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 20%;
  max-width: 470px;
}

@media screen and (max-width: 900px) {
  .l-op_logo {
    width: 45%;
  }
}

.is-load .l-op_logo {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 6s cubic-bezier(0, 1, 0.05, 0.95);
  transition: opacity 0.3s ease, -webkit-transform 6s cubic-bezier(0, 1, 0.05, 0.95);
  transition: opacity 0.3s ease, transform 6s cubic-bezier(0, 1, 0.05, 0.95);
  transition: opacity 0.3s ease, transform 6s cubic-bezier(0, 1, 0.05, 0.95), -webkit-transform 6s cubic-bezier(0, 1, 0.05, 0.95);
}

.l-op_logo__inner {
  position: relative;
}

.is-load .l-op_logo__inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 1.8s;
  transition: opacity 0.4s ease 1.8s;
}

.l-op_logo__inner::before, .l-op_logo__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  mix-blend-mode: color-burn;
  animation: glitchAnm 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

@media (-ms-high-contrast: none) {
  .l-op_logo__inner::before, .l-op_logo__inner::after {
    visibility: hidden;
  }
}

@-moz-document url-prefix() {
  .l-op_logo__inner::before, .l-op_logo__inner::after {
    visibility: hidden;
  }
}

.l-op_logo__inner::before {
  top: 0;
  left: 0;
  background-image: url(../img/common/logo_c.svg);
}

.l-op_logo__inner::after {
  top: 1px;
  left: 1px;
  background-image: url(../img/common/logo_m.svg);
}

_::-webkit-full-page-media,
_:future,
:root .l-op_logo__inner::before,
_::-webkit-full-page-media,
_:future,
:root .l-op_logo__inner::after {
  visibility: hidden;
}

template {
  display: none;
}

[data-modal] {
  cursor: pointer;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (-ms-high-contrast: none) {
  .m-modal {
    overflow-x: hidden;
  }
}

.is-load .m-modal {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.m-modal.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.m-modal__wrap {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 75px 0;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 900px) {
  .m-modal__wrap {
    padding: 100px 0;
  }
}

.m-modal__inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 18px;
  letter-spacing: normal;
}

.m-modal__content {
  margin: 0 auto;
  width: 87%;
  max-width: 900px;
  position: relative;
}

.m-modal__title {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(160px, 0) rotate(90deg);
      -ms-transform: translate(160px, 0) rotate(90deg);
          transform: translate(160px, 0) rotate(90deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  padding-left: 48px;
  pointer-events: none;
  color: #12097c;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0;
  font-weight: 400;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .m-modal__title {
    -webkit-transform: translate(86px, 0) rotate(90deg);
        -ms-transform: translate(86px, 0) rotate(90deg);
            transform: translate(86px, 0) rotate(90deg);
    padding-left: 27px;
  }
}

.m-modal__title > span {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  overflow: hidden;
  font-size: 92px;
  letter-spacing: 0.05em;
  line-height: 0.9;
}

.m-modal__title > span span {
  display: block;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

@media screen and (max-width: 900px) {
  .m-modal__title > span {
    font-size: 50px;
    letter-spacing: normal;
  }
}

.m-modal__title > span.is-active {
  -webkit-animation: txtBoxAnm2 1.5s linear forwards;
          animation: txtBoxAnm2 1.5s linear forwards;
}

.m-modal__title > span.is-active span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.m-modal__item {
  position: relative;
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.m-modal__item.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease, -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.m-modal__close {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  padding-top: 11%;
  width: 11%;
}

@media screen and (min-width: 901px) and (min-width: 1400px) {
  .m-modal__close {
    padding-top: 150px;
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .m-modal__close {
    top: 10px;
    right: 10px;
    padding-top: 75px;
    width: 75px;
  }
}

.m-modal__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffdf00;
  width: 80%;
  height: 8px;
}

@media screen and (max-width: 900px) {
  .m-modal__close span {
    height: 4px;
  }
}

.m-modal__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.m-modal__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.m-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #050042;
  width: 100%;
  height: 100% !important;
}

.m-modal_comment__pos {
  font-size: 0;
  letter-spacing: -0.4em;
}

.m-modal_comment__pos p {
  display: inline-block;
  vertical-align: top;
  background: #ffdf00;
  padding: 0 8px;
  color: #050042;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .m-modal_comment__pos p {
    padding: 2px 6px;
    font-size: 11px;
  }
}

.m-modal_comment__name {
  margin-top: 2px;
  color: #ffdf00;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .m-modal_comment__name {
    font-size: 36px;
  }
}

.m-modal_comment__txt {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .m-modal_comment__txt {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.95;
  }
}

.m-img {
  margin: 0 auto;
  max-width: 600px;
}

.m-img__slider {
  position: relative;
  overflow: hidden;
}

.m-img__slide-wrap {
  position: relative;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.m-img__slide {
  display: inline-block;
  width: 100%;
}

.m-img__img {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .m-img__img {
    padding-top: 100%;
  }
}

.m-img__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: auto !important;
  left: auto !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-img__pagination-bullet {
  display: block;
  cursor: pointer;
  margin: 10px 5px 0;
  background-color: #ffffff;
  width: 40px;
  height: 8px;
}

@media screen and (max-width: 900px) {
  .m-img__pagination-bullet {
    margin: 10px 4px 0;
    width: 30px;
    height: 4px;
  }
}

.m-img__pagination-bullet--active {
  background-color: #ffdf00;
}

.c-header {
  position: relative;
  z-index: 1;
  padding: 50px 0 62px;
}

@media screen and (max-width: 900px) {
  .c-header {
    padding: 15px 0 16px;
  }
}

.c-header__logo {
  margin: 0 auto;
  width: 17%;
  max-width: 228px;
}

@media screen and (max-width: 900px) {
  .c-header__logo {
    width: 31%;
  }
}

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #050042;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (-ms-high-contrast: none) {
  .c-nav {
    overflow-x: hidden;
  }
}

.c-nav.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.c-nav__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 30.5%;
  height: 100%;
  overflow: hidden;
}

.c-nav__img::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  background: #050042;
  width: 100%;
  height: 100%;
  content: "";
}

.is-open .c-nav__img::after {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
  transition: -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
  transition: transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
  transition: transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
}

.is-open .c-nav__img figure {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
  transition: -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
  transition: transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
  transition: transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 0.6s;
}

@media screen and (max-width: 900px) {
  .c-nav__img {
    display: none;
  }
}

.c-nav__img figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.c-nav__inner {
  display: table;
  position: relative;
  margin: 0 auto;
  padding-left: 36.4%;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 900px) {
  .c-nav__inner {
    padding-left: 0;
    width: 88%;
  }
}

.c-nav__content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 4% 0 5%;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-nav__content {
    padding: 16% 0 20%;
  }
}

.c-nav__item {
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-nav__item a {
  color: #fc2960;
  font-size: 0;
  letter-spacing: -0.4em;
  text-decoration: none;
}

.c-nav__item a > span {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  overflow: hidden;
  font-size: 55px;
  font-size: 3.86vw;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.c-nav__item a > span span {
  display: block;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.c-nav__item a > span.is-active {
  -webkit-animation: txtBoxAnm2 1.5s linear forwards;
          animation: txtBoxAnm2 1.5s linear forwards;
}

.c-nav__item a > span.is-active span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (min-width: 901px) {
  .c-nav__item a {
    -webkit-text-stroke: 2px #050042;
    transition: color 0.6s ease, -webkit-text-stroke 0.6s ease;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: none) {
  .c-nav__item a {
    -webkit-transition: color 0.6s ease, text-shadow 0.6s ease;
    transition: color 0.6s ease, text-shadow 0.6s ease;
    text-shadow: 1px 1px 0 #050042, -1px 1px 0 #050042, 1px -1px 0 #050042, -1px -1px 0 #050042;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__item a:hover {
    -webkit-text-stroke: 2px #fc2960;
    transition: color 0.6s ease, -webkit-text-stroke 0.6s ease;
    color: #050042;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: none) {
  .c-nav__item a:hover {
    -webkit-transition: color 0.6s ease, text-shadow 0.6s ease;
    transition: color 0.6s ease, text-shadow 0.6s ease;
    text-shadow: 1px 1px 0 #fc2960, -1px 1px 0 #fc2960, 1px -1px 0 #fc2960, -1px -1px 0 #fc2960;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .c-nav__item {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__item a > span {
    font-size: 9.2vw;
    letter-spacing: normal;
  }
}

.c-nav__item:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .c-nav__item:nth-child(n + 2) {
    margin-top: 5px;
  }
}

.c-nav__item.is-current a {
  -webkit-text-stroke: 2px #fc2960;
  color: #050042;
}

@media (-ms-high-contrast: none) {
  .c-nav__item.is-current a {
    text-shadow: 1px 1px 0 #fc2960, -1px 1px 0 #fc2960, 1px -1px 0 #fc2960, -1px -1px 0 #fc2960;
  }
}

.c-nav__sns {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-open .c-nav__sns {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.6s;
  transition: opacity 0.6s ease 0.6s;
}

@media screen and (min-width: 901px) {
  .c-nav__sns {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 220px;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: right;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__sns {
    margin-top: 20%;
    text-align: center;
  }
}

.c-nav__twitter {
  display: inline-block;
  vertical-align: top;
  width: 78%;
  letter-spacing: normal;
}

.c-nav__twitter a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-nav__twitter {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
}

.c-nav_share {
  display: inline-block;
  vertical-align: top;
  margin-top: 13%;
  width: 100%;
  font-size: 0;
  letter-spacing: normal;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .c-nav_share {
    margin-top: 10%;
  }
}

.c-nav_share__cap, .c-nav_share__content {
  display: inline-block;
  vertical-align: middle;
}

.c-nav_share__cap {
  color: #fc2960;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .c-nav_share__cap {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}

.c-nav_share__content {
  margin-left: 12%;
  letter-spacing: normal;
}

@media screen and (max-width: 900px) {
  .c-nav_share__content {
    margin-left: 10%;
  }
}

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

.c-nav_share__item {
  width: 32px;
}

@media screen and (max-width: 900px) {
  .c-nav_share__item {
    width: 26px;
  }
}

.c-nav_share__item a {
  display: block;
  width: 100%;
}

.c-nav_share__item:nth-child(n + 2) {
  margin-left: 19px;
}

@media screen and (max-width: 900px) {
  .c-nav_share__item:nth-child(n + 2) {
    margin-left: 26px;
  }
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  width: 190px;
  height: 182px;
}

@media screen and (min-width: 901px) {
  .c-hamburger .c-hamburger__line span {
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-hamburger:hover .c-hamburger__line span {
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-hamburger:hover .c-hamburger__line span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-hamburger:hover .c-hamburger__line span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 900px) {
  .c-hamburger {
    width: 65px;
    height: 60px;
  }
}

.c-hamburger__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-perspective: none;
          perspective: none;
  width: 48%;
  color: #ffdf00;
  text-align: center;
}

[data-page="top"] .c-hamburger__inner {
  color: #fc2960;
}

.is-open .c-hamburger__inner {
  color: #fc2960;
}

@media screen and (max-width: 900px) {
  .c-hamburger__inner {
    width: 70%;
  }
}

.c-hamburger__line {
  position: relative;
  padding-top: 53%;
  width: 100%;
}

.c-hamburger__line span {
  display: block;
  position: absolute;
  left: 50%;
  background: #ffdf00;
  width: 100%;
  height: 8px;
}

[data-page="top"] .c-hamburger__line span {
  background: #fc2960;
}

.is-open .c-hamburger__line span {
  background: #fc2960;
}

@media screen and (max-width: 900px) {
  .c-hamburger__line span {
    height: 4px;
  }
}

.c-hamburger__line span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c-hamburger__line span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hamburger__line span:nth-child(3) {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.c-hamburger__txt {
  position: relative;
  -webkit-transform: translateZ(-25px) rotateX(0deg);
          transform: translateZ(-25px) rotateX(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  height: 36px;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (-ms-high-contrast: none) {
  .c-hamburger__txt {
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
  }
}

@media screen and (max-width: 900px) {
  .c-hamburger__txt {
    height: 16px;
  }
}

.is-open .c-hamburger__txt {
  -webkit-transform: translateZ(-25px) rotateX(-90deg);
          transform: translateZ(-25px) rotateX(-90deg);
}

@media (-ms-high-contrast: none) {
  .is-open .c-hamburger__txt {
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
  }
}

.c-hamburger__txt span {
  display: block;
  padding-top: 12px;
  width: 100%;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .c-hamburger__txt span {
    padding-top: 4px;
    font-size: 12px;
  }
}

@media (-ms-high-contrast: none) {
  .c-hamburger__txt .is-open,
  .c-hamburger__txt .is-close {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

.c-hamburger__txt .is-open {
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  letter-spacing: 0.08em;
}

@media (-ms-high-contrast: none) {
  .c-hamburger__txt .is-open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .is-open .c-hamburger__txt .is-open {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

.c-hamburger__txt .is-close {
  -webkit-transform: rotateX(90deg) translateZ(25px);
          transform: rotateX(90deg) translateZ(25px);
}

@media (-ms-high-contrast: none) {
  .c-hamburger__txt .is-close {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .is-open .c-hamburger__txt .is-close {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.c-list__item {
  position: relative;
  background: #050042;
  padding: 35px 50px 30px 198px;
  color: #ffffff;
}

@media screen and (min-width: 901px) {
  .c-list__item {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .c-list__item::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background: #ffdf00;
    width: 100%;
    height: 100%;
    content: "";
  }
  .c-list__item:hover {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #050042;
  }
  .c-list__item:hover::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-list__item {
    padding: 28px 30px 21px 5%;
  }
}

.c-list__item::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/point.png) left center no-repeat;
  background-size: 35%;
  width: 34px;
  height: 100%;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-list__item::after {
    width: 22px;
  }
}

.c-list__item:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .c-list__item:nth-child(n + 2) {
    margin-top: 9px;
  }
}

.c-list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-list__title {
  position: relative;
  height: 1.5em;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .c-list__title {
    font-size: 12px;
  }
}

.c-list__date {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  vertical-align: top;
  -webkit-transform: translate(-13px, -50%) rotate(-5deg);
      -ms-transform: translate(-13px, -50%) rotate(-5deg);
          transform: translate(-13px, -50%) rotate(-5deg);
  background: #ffdf00;
  padding: 0 8px;
  min-width: 178px;
  color: #050042;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

@media screen and (max-width: 900px) {
  .c-list__date {
    top: 1px;
    left: 4%;
    -webkit-transform: translate(0, 0) rotate(-5deg);
        -ms-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
    padding: 0 3px;
    min-width: 87px;
    font-size: 13px;
    line-height: 1.1;
  }
}

.c-pagination {
  position: relative;
  margin-top: 56px;
}

@media screen and (min-width: 901px) {
  .c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .c-pagination {
    margin-top: 33px;
    padding: 0 10%;
  }
}

.c-pagination__arrow {
  width: 27px;
}

.c-pagination__arrow.is-disable {
  visibility: hidden;
}

@media screen and (max-width: 900px) {
  .c-pagination__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 6%;
  }
}

.c-pagination__arrow a {
  display: block;
  width: 100%;
}

.c-pagination__arrow a img {
  width: 100%;
}

@media screen and (min-width: 901px) {
  .c-pagination__arrow.-prev img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__arrow.-prev:hover img {
    -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-pagination__arrow.-prev {
    left: 0;
  }
}

@media screen and (min-width: 901px) {
  .c-pagination__arrow.-next img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__arrow.-next:hover img {
    -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-pagination__arrow.-next {
    right: 0;
  }
}

.c-pagination_num {
  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;
  margin: 0 30px;
}

@media screen and (max-width: 900px) {
  .c-pagination_num {
    margin: 0;
  }
}

.c-pagination_num__item {
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 901px) {
  .c-pagination_num__item a {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .c-pagination_num__item:hover a {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
    background: #ffdf00;
    color: #050042;
  }
}

.c-pagination_num__item:nth-child(n + 2) {
  margin-left: 21px;
}

@media screen and (max-width: 900px) {
  .c-pagination_num__item:nth-child(n + 2) {
    margin-left: 6.5%;
  }
}

.c-pagination_num__item a {
  display: block;
  padding: 3px 12px 4px;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .c-pagination_num__item a {
    padding: 2px 8px 2px;
    font-size: 22px;
  }
}

.c-pagination_num__item.is-current a {
  background: #050042;
  pointer-events: none;
}

.c-footnav {
  position: relative;
  margin-top: 41px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .c-footnav {
    margin-top: 17px;
  }
}

.c-footnav__arrow, .c-footnav__top {
  display: inline-block;
  vertical-align: middle;
}

.c-footnav__top {
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media screen and (min-width: 901px) {
  .c-footnav__top {
    margin: 0 86px;
  }
}

@media screen and (max-width: 900px) {
  .c-footnav__top {
    font-size: 22px;
  }
}

.c-footnav__top a {
  display: block;
  padding: 0 15px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.c-footnav__arrow {
  width: 27px;
}

.c-footnav__arrow.is-disable {
  visibility: hidden;
}

@media screen and (max-width: 900px) {
  .c-footnav__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 6%;
  }
}

.c-footnav__arrow a {
  display: block;
  width: 100%;
}

.c-footnav__arrow a img {
  width: 100%;
}

@media screen and (min-width: 901px) {
  .c-footnav__arrow.-prev img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footnav__arrow.-prev:hover img {
    -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-footnav__arrow.-prev {
    left: 0;
  }
}

@media screen and (min-width: 901px) {
  .c-footnav__arrow.-next img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footnav__arrow.-next:hover img {
    -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-footnav__arrow.-next {
    right: 0;
  }
}

.c-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-thumb__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-thumb__icon::before, .c-thumb__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-thumb__icon::before {
  background: url(../img/top/play01.png) center center no-repeat;
  background-size: contain;
  background-size: 22.5%;
}

.is-load .c-thumb__icon::before {
  -webkit-animation: rotateAnm 15s linear infinite;
          animation: rotateAnm 15s linear infinite;
}

.c-thumb__icon::after {
  background: url(../img/top/play02.png) center center no-repeat;
  background-size: contain;
  background-size: 22.5%;
}

.c-thumb__inner {
  position: relative;
  padding-top: 52.25%;
  width: 100%;
}

.c-thumb__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  content: "";
}

.c-thumb__inner figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.c-cover {
  position: relative;
}

.c-cover_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.c-cover_content__item {
  position: absolute;
  width: 25%;
  height: 100%;
}

.c-cover_content__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background: #3f2095;
  width: 100%;
  height: 100%;
  content: "";
}

.is-scrolled .c-cover_content__item::after {
  -webkit-transition: height 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: height 1s cubic-bezier(0.25, 1, 0.5, 1);
  height: 0;
}

.is-scrolled .c-cover_content__item:nth-child(1)::after {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.c-cover_content__item:nth-child(2) {
  width: 50%;
}

.c-cover_content__item:nth-child(2)::after {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.is-scrolled .c-cover_content__item:nth-child(2)::after {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.c-cover_content__item:nth-child(3) {
  width: 75%;
}

.c-cover_content__item:nth-child(3)::after {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.is-scrolled .c-cover_content__item:nth-child(3)::after {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.c-cover_content__item:nth-child(4) {
  width: 100%;
}

.c-cover_content__item:nth-child(4)::after {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.is-scrolled .c-cover_content__item:nth-child(4)::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.c-numnav {
  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;
}

@media screen and (max-width: 900px) {
  .c-numnav {
    margin: 0 auto;
    width: 90%;
  }
}

.c-numnav__item {
  margin: 0 13.5px 10px;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .c-numnav__item {
    margin: 0 8px 10px;
  }
}

@media screen and (max-width: 900px) {
  .c-numnav__item {
    margin: 0 3% 8px;
  }
}

@media screen and (max-width: 900px) and (max-width: 340px) {
  .c-numnav__item {
    margin: 0 2% 8px;
  }
}

.c-numnav__item a {
  display: block;
  position: relative;
  padding-bottom: 12px;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .c-numnav__item a {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px) {
  .c-numnav__item a::before {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .c-numnav__item a:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

@media screen and (max-width: 900px) {
  .c-numnav__item a {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) and (max-width: 340px) {
  .c-numnav__item a {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) and (max-width: 280px) {
  .c-numnav__item a {
    font-size: 16px;
  }
}

.c-numnav__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: #ffffff;
  width: 100%;
  height: 9px;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-numnav__item a::before {
    height: 5px;
  }
}

.c-numnav__item.is-current a {
  color: #ffdf00;
}

.c-numnav__item.is-current a::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #ffdf00;
}

.c-footer {
  position: relative;
  z-index: 3;
  background: #050042;
  padding: 66px 0 90px;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .c-footer {
    padding: 46px 0 40px;
  }
}

.c-footer::before {
  position: absolute;
  top: -50px;
  left: 0;
  background: #050042;
  width: 50%;
  height: 50px;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-footer::before {
    top: -25px;
    height: 25px;
  }
}

.c-footer__inner {
  margin: 0 auto;
  width: 88%;
  max-width: 1210px;
}

@media screen and (min-width: 901px) {
  .c-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-footer_pagetop {
  position: absolute;
  top: 0;
  right: 3%;
  -webkit-transform: translate(0, -75%) rotate(-90deg);
      -ms-transform: translate(0, -75%) rotate(-90deg);
          transform: translate(0, -75%) rotate(-90deg);
  cursor: pointer;
  width: 105px;
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (min-width: 901px) {
  .c-footer_pagetop .c-footer_pagetop__inner {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footer_pagetop:hover .c-footer_pagetop__inner {
    -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-footer_pagetop {
    right: 5%;
    width: 14.5%;
  }
}

.c-footer_pagetop__inner {
  position: relative;
  background: url(../img/common/arrow_l_w.svg) center center no-repeat;
  background-size: contain;
  padding-top: 85%;
  width: 100%;
}

[data-page="top"] .c-footer_pagetop__inner {
  background-image: url(../img/common/arrow_l_p.svg);
}

@media screen and (min-width: 901px) {
  .c-footer_nav {
    width: 60%;
  }
}

.c-footer_nav__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (min-width: 901px) {
  .c-footer_nav__line {
    max-width: 763px;
  }
}

.c-footer_nav__line:nth-child(n + 2) {
  margin-top: 0.9%;
}

@media screen and (max-width: 900px) {
  .c-footer_nav__line:nth-child(n + 2) {
    margin-top: 1.3%;
  }
}

.c-footer_nav__line[data-line="1"] {
  padding-left: 10%;
}

.c-footer_nav__line[data-line="2"] {
  padding-left: 15%;
}

.c-footer_nav__line[data-line="4"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-footer_nav__line[data-line="5"] {
  padding-left: 5%;
}

.c-footer_nav__line[data-line="6"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5%;
}

.c-footer_nav__item {
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0;
  letter-spacing: -0.4em;
  text-decoration: none;
}

.c-footer_nav__item a {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 4px 0;
  color: #fc2960;
  font-size: 54px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
}

@media (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    display: none;
  }
}

@media (-ms-high-contrast: none) {
  .is-load .c-footer_nav__item a {
    display: block;
  }
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-footer_nav__item a {
    font-size: 3.8vw;
  }
}

@media screen and (min-width: 901px) and (max-width: 1400px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    font-size: 46px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    font-size: 42px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .c-footer_nav__item a {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    font-size: 38px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    font-size: 36px;
  }
}

@media screen and (min-width: 901px) {
  .c-footer_nav__item a {
    -webkit-text-stroke: 2px #050042;
    transition: color 0.6s ease, -webkit-text-stroke 0.6s ease;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    -webkit-transition: color 0.6s ease, text-shadow 0.6s ease;
    transition: color 0.6s ease, text-shadow 0.6s ease;
    text-shadow: 1px 1px 0 #050042, -1px 1px 0 #050042, 1px -1px 0 #050042, -1px -1px 0 #050042;
  }
}

@media screen and (min-width: 901px) {
  .c-footer_nav__item a:hover {
    -webkit-text-stroke: 2px #fc2960;
    transition: color 0.6s ease, -webkit-text-stroke 0.6s ease;
    color: #050042;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a:hover {
    -webkit-transition: color 0.6s ease, text-shadow 0.6s ease;
    transition: color 0.6s ease, text-shadow 0.6s ease;
    text-shadow: 1px 1px 0 #fc2960, -1px 1px 0 #fc2960, 1px -1px 0 #fc2960, -1px -1px 0 #fc2960;
  }
}

@media screen and (max-width: 900px) {
  .c-footer_nav__item a {
    font-size: 54px;
    font-size: 6.8vw;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  .c-footer_nav__item a {
    font-size: 6.6vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 800px) {
  .c-footer_nav__item a {
    font-size: 51px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 750px) {
  .c-footer_nav__item a {
    font-size: 48px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 700px) {
  .c-footer_nav__item a {
    font-size: 44px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 650px) {
  .c-footer_nav__item a {
    font-size: 41px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 600px) {
  .c-footer_nav__item a {
    font-size: 38px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 550px) {
  .c-footer_nav__item a {
    font-size: 34px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 500px) {
  .c-footer_nav__item a {
    font-size: 30px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 450px) {
  .c-footer_nav__item a {
    font-size: 28px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 400px) {
  .c-footer_nav__item a {
    font-size: 26px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 380px) {
  .c-footer_nav__item a {
    font-size: 25px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 360px) {
  .c-footer_nav__item a {
    font-size: 22px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 320px) {
  .c-footer_nav__item a {
    font-size: 20px;
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 300px) {
  .c-footer_nav__item a {
    font-size: 16px;
    font-size: 6.8vw;
  }
}

.c-footer_nav__item:nth-child(n + 2) {
  margin-left: 4%;
}

@media screen and (max-width: 900px) {
  .c-footer_nav__item:nth-child(n + 2) {
    margin-left: 3%;
  }
}

.c-footer_nav__item.is-current a {
  -webkit-text-stroke: 2px #fc2960;
  color: #050042;
}

@media (-ms-high-contrast: none) {
  .c-footer_nav__item.is-current a {
    text-shadow: 1px 1px 0 #fc2960, -1px 1px 0 #fc2960, 1px -1px 0 #fc2960, -1px -1px 0 #fc2960;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__info {
    padding-left: 10%;
    width: 40%;
    text-align: right;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__info {
    margin-top: 17%;
    text-align: center;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__twitter {
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .c-footer__twitter a {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    max-width: 225px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__twitter {
    margin: 0 auto;
    width: 59%;
    max-width: 225px;
  }
  .c-footer__twitter a {
    display: block;
    width: 100%;
  }
}

.c-footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16.75%;
}

@media screen and (max-width: 900px) {
  .c-footer_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9.25%;
  }
}

.c-footer_share__cap {
  color: #fc2960;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-footer_share__cap {
    font-size: 0.96vw;
  }
}

@media screen and (max-width: 900px) {
  .c-footer_share__cap {
    font-size: 10px;
    font-size: 2.5vw;
    letter-spacing: 0.06em;
  }
}

.c-footer_share__content {
  margin-left: 8%;
}

@media screen and (max-width: 900px) {
  .c-footer_share__content {
    margin-left: 10%;
  }
}

.c-footer_share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-footer_share__item {
  width: 32px;
}

@media screen and (max-width: 900px) {
  .c-footer_share__item {
    width: 26px;
  }
}

.c-footer_share__item a {
  display: block;
  width: 100%;
}

.c-footer_share__item:nth-child(n + 2) {
  margin-left: 19px;
}

@media screen and (max-width: 900px) {
  .c-footer_share__item:nth-child(n + 2) {
    margin-left: 26px;
  }
}

.c-footer__address {
  margin-top: 8%;
  font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-footer__address {
    font-size: 1.55vw;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__address {
    font-size: 6vw;
    letter-spacing: normal;
  }
}

.c-footer__logo {
  margin-top: 4%;
}

@media screen and (min-width: 901px) {
  .c-footer__logo {
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .c-footer__logo a {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    max-width: 225px;
    letter-spacing: normal;
  }
  .c-footer__logo a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__logo {
    margin: 6% auto 0;
    width: 33%;
    max-width: 225px;
  }
  .c-footer__logo a {
    display: block;
    width: 100%;
  }
}

.c-footer__copy {
  margin-top: 11%;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .c-footer__copy {
    margin-top: 9%;
    font-size: 10px;
  }
}

@media screen and (min-width: 901px) {
  .u-hover__scale {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .u-hover__scale:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media screen and (min-width: 901px) {
  .u-hover__opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .u-hover__opacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

@-webkit-keyframes twitterTxt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -570px 0;
  }
}

@keyframes twitterTxt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -570px 0;
  }
}

@-webkit-keyframes rotateAnm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes glitchAnm {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 1px);
            transform: translate(-2px, 1px);
  }
  40% {
    -webkit-transform: translate(-2px, -1px);
            transform: translate(-2px, -1px);
  }
  60% {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px);
  }
  80% {
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes glitchAnm {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 1px);
            transform: translate(-2px, 1px);
  }
  40% {
    -webkit-transform: translate(-2px, -1px);
            transform: translate(-2px, -1px);
  }
  60% {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px);
  }
  80% {
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes txtBoxAnm {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
  }
  4.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.956, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.956, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.824, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.824, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.765, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.765, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.503, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.503, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.176, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.176, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.156, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.156, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.004, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.004, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes txtBoxAnm {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
  }
  4.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.956, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.956, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.824, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.824, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.765, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.765, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.503, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.503, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.176, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.176, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.156, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.156, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.004, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.004, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes txtBoxAnm2 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  }
  2.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
  }
  4.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
  }
  9.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
  }
  14.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
  }
  19.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
  }
  33.93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
  }
  48.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
  }
  76.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes txtBoxAnm2 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  }
  2.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
  }
  4.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
  }
  9.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
  }
  14.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
  }
  19.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
  }
  33.93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
  }
  48.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
  }
  76.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes txtBoxSp {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  }
  1.74% {
    -webkit-transform: matrix3d(1.415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.039, 0, 0, 1);
    transform: matrix3d(1.415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.039, 0, 0, 1);
  }
  2.5% {
    -webkit-transform: matrix3d(1.484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
    transform: matrix3d(1.484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.508, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.818, 0, 0, 1);
    transform: matrix3d(1.508, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.818, 0, 0, 1);
  }
  4.9% {
    -webkit-transform: matrix3d(1.464, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
    transform: matrix3d(1.464, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
    transform: matrix3d(1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
  }
  7.61% {
    -webkit-transform: matrix3d(1.291, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.999, 0, 0, 1);
    transform: matrix3d(1.291, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.999, 0, 0, 1);
  }
  9.81% {
    -webkit-transform: matrix3d(1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
    transform: matrix3d(1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
  }
  11.75% {
    -webkit-transform: matrix3d(1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.75, 0, 0, 1);
    transform: matrix3d(1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.75, 0, 0, 1);
  }
  14.71% {
    -webkit-transform: matrix3d(1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
    transform: matrix3d(1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
  }
  15.95% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.872, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.872, 0, 0, 1);
  }
  19.62% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
  }
  20.09% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.058, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.058, 0, 0, 1);
  }
  33.93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
  }
  36.77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.193, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.193, 0, 0, 1);
  }
  48.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
  }
  53.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.017, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.017, 0, 0, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
  }
  76.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes txtBoxSp {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  }
  1.74% {
    -webkit-transform: matrix3d(1.415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.039, 0, 0, 1);
    transform: matrix3d(1.415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110.039, 0, 0, 1);
  }
  2.5% {
    -webkit-transform: matrix3d(1.484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
    transform: matrix3d(1.484, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.809, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.508, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.818, 0, 0, 1);
    transform: matrix3d(1.508, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 78.818, 0, 0, 1);
  }
  4.9% {
    -webkit-transform: matrix3d(1.464, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
    transform: matrix3d(1.464, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 56.46, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
    transform: matrix3d(1.305, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 29.656, 0, 0, 1);
  }
  7.61% {
    -webkit-transform: matrix3d(1.291, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.999, 0, 0, 1);
    transform: matrix3d(1.291, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.999, 0, 0, 1);
  }
  9.81% {
    -webkit-transform: matrix3d(1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
    transform: matrix3d(1.162, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.639, 0, 0, 1);
  }
  11.75% {
    -webkit-transform: matrix3d(1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.75, 0, 0, 1);
    transform: matrix3d(1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.75, 0, 0, 1);
  }
  14.71% {
    -webkit-transform: matrix3d(1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
    transform: matrix3d(1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.597, 0, 0, 1);
  }
  15.95% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.872, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.872, 0, 0, 1);
  }
  19.62% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.074, 0, 0, 1);
  }
  20.09% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.058, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.058, 0, 0, 1);
  }
  33.93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.417, 0, 0, 1);
  }
  36.77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.193, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.193, 0, 0, 1);
  }
  48.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.025, 0, 0, 1);
  }
  53.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.017, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.017, 0, 0, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1);
  }
  76.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes scrollIcon {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@keyframes scrollIcon {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  1.35% {
    -webkit-transform: matrix3d(1.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 236.435, 0, 0, 1);
    transform: matrix3d(1.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 236.435, 0, 0, 1);
  }
  2.5% {
    -webkit-transform: matrix3d(1.392, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189.619, 0, 0, 1);
    transform: matrix3d(1.392, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189.619, 0, 0, 1);
  }
  2.7% {
    -webkit-transform: matrix3d(1.393, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 182.164, 0, 0, 1);
    transform: matrix3d(1.393, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 182.164, 0, 0, 1);
  }
  4.9% {
    -webkit-transform: matrix3d(1.307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.919, 0, 0, 1);
    transform: matrix3d(1.307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.919, 0, 0, 1);
  }
  6.91% {
    -webkit-transform: matrix3d(1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.179, 0, 0, 1);
    transform: matrix3d(1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.179, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.163, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.312, 0, 0, 1);
    transform: matrix3d(1.163, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.312, 0, 0, 1);
  }
  9.81% {
    -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.278, 0, 0, 1);
    transform: matrix3d(1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.278, 0, 0, 1);
  }
  11.06% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.242, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.242, 0, 0, 1);
  }
  14.71% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.194, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.194, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  19.42% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.146, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.146, 0, 0, 1);
  }
  19.62% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.148, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.148, 0, 0, 1);
  }
  33.93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.834, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.834, 0, 0, 1);
  }
  36.09% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.473, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.473, 0, 0, 1);
  }
  48.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.051, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.051, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.048, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.048, 0, 0, 1);
  }
  76.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  1.35% {
    -webkit-transform: matrix3d(1.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 236.435, 0, 0, 1);
    transform: matrix3d(1.32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 236.435, 0, 0, 1);
  }
  2.5% {
    -webkit-transform: matrix3d(1.392, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189.619, 0, 0, 1);
    transform: matrix3d(1.392, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189.619, 0, 0, 1);
  }
  2.7% {
    -webkit-transform: matrix3d(1.393, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 182.164, 0, 0, 1);
    transform: matrix3d(1.393, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 182.164, 0, 0, 1);
  }
  4.9% {
    -webkit-transform: matrix3d(1.307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.919, 0, 0, 1);
    transform: matrix3d(1.307, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 112.919, 0, 0, 1);
  }
  6.91% {
    -webkit-transform: matrix3d(1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.179, 0, 0, 1);
    transform: matrix3d(1.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 68.179, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.163, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.312, 0, 0, 1);
    transform: matrix3d(1.163, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 59.312, 0, 0, 1);
  }
  9.81% {
    -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.278, 0, 0, 1);
    transform: matrix3d(1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 27.278, 0, 0, 1);
  }
  11.06% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.242, 0, 0, 1);
    transform: matrix3d(1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.242, 0, 0, 1);
  }
  14.71% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.194, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.194, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  19.42% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.146, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.146, 0, 0, 1);
  }
  19.62% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.148, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.148, 0, 0, 1);
  }
  33.93% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.834, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.834, 0, 0, 1);
  }
  36.09% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.473, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.473, 0, 0, 1);
  }
  48.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.051, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.051, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.048, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.048, 0, 0, 1);
  }
  76.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes maskHorizontal {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes maskHorizontal {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

.aniplex_link{
	margin-top: 1rem;
}
.aniplex_link li{
	margin-bottom: 0.4em;
}

.aniplex_link a{
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
}
.aniplex_link a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 900px){
	.aniplex_link ul{
		display: flex;
		-webkit-justify-content: center;
		        justify-content: center;
		gap:12px
	}
}