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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5% !important;
  /*16px×62.5%=10px*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}

li {
  list-style: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.cont-pc {
  display: inherit;
}

@media screen and (max-width: 768px) {
  .cont-pc {
    display: none;
  }
}

.cont-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cont-sp {
    display: inherit;
  }
}

.share_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn li {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@-webkit-keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#trailer {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 0%;
  height: 0vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0s;
  transition: 0s;
}

#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
  width: 100%;
  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;
  z-index: -2;
}

#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: calc(100vh);
  overflow: auto;
  max-width: 150vh;
}

#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer .trailer_inner .overlay_trailer {
  display: none;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}

#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#trailer .close_btn_trailer {
  display: none;
  position: fixed;
  top: 2px;
  right: 2px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 1px #fff;
}

#trailer .close_btn_trailer::before, #trailer .close_btn_trailer::after {
  overflow: visible;
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

#trailer .close_btn_trailer::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#trailer .close_btn_trailer::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#trailer .close_btn_trailer:hover::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#trailer .close_btn_trailer:hover::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#trailer.on {
  -webkit-animation: trailer_appear .6s;
          animation: trailer_appear .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#trailer.on .overlay_trailer {
  display: block;
}

#trailer.on .close_btn_trailer {
  display: block;
}

.trailer_tab {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trailer_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 5px;
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: #0b0b0b;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 4em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  color: #fff;
  width: 32%;
}

@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: 49%;
  }
  .trailer_tab li.tab3 {
    width: 100%;
  }
}

.trailer_tab li:before {
  content: '●';
  margin-right: 4px;
  font-weight: 900;
}

.trailer_tab li.ready {
  background-color: #222323;
  color: #c1c1c1;
  cursor: pointer;
}

.trailer_tab li.ready::before {
  content: '';
}

.trailer_tab li.ready:hover {
  background: rgba(107, 107, 107, 0.4);
  -webkit-transition: .4s;
  transition: .4s;
}

#youtube2, #youtube3 {
  display: none;
}

@-webkit-keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}

@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}

.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 100px;
  -webkit-animation: noise 2s steps(10) infinite;
          animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.3;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  background-color: #000;
  background-size: cover;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #D6D6D6;
  overflow-x: hidden;
  font-family: 'Shippori Mincho', serif;
  min-height: 100vh;
  height: 100%;
  min-height: 50vw;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  body {
    min-height: 150vw;
    font-size: 1.4rem;
  }
}

body.active {
  overflow-y: hidden;
}

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

@-webkit-keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #000;
}

.loading .loader {
  mix-blend-mode: lighten;
  max-width: 200px;
  width: 30%;
  -webkit-animation: flash .6s linear infinite alternate;
          animation: flash .6s linear infinite alternate;
}

/*
NAV-----------------------
*/
.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.gnav.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .gnav {
    top: calc(100% - 50px);
    height: 50px;
  }
}

.gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 50px;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000;
    padding: 0;
    height: 50px;
    background-image: url(none);
  }
}

.gnav .gnav_list .gnav_item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5em;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item.cont-pc {
    display: none;
  }
}

.gnav .gnav_list .gnav_item a, .gnav .gnav_list .gnav_item #btn_trailer-menu {
  display: block;
  font-size: 1.1em;
  letter-spacing: .05em;
  height: 50px;
  width: 100%;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a.cont-pc, .gnav .gnav_list .gnav_item #btn_trailer-menu.cont-pc {
    display: none;
  }
}

.gnav .gnav_list .gnav_item a.construction, .gnav .gnav_list .gnav_item #btn_trailer-menu.construction {
  pointer-events: none;
  opacity: .5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-menu img {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a img.sp-theater, .gnav .gnav_list .gnav_item #btn_trailer-menu img.sp-theater {
    height: 60px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.gnav .gnav_list .gnav_item a img.sp-twitter, .gnav .gnav_list .gnav_item #btn_trailer-menu img.sp-twitter {
  width: 1.1em;
  margin-top: 0.1em;
}

.gnav .gnav_list .gnav_item a p, .gnav .gnav_list .gnav_item #btn_trailer-menu p {
  line-height: 50px;
  white-space: nowrap;
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-menu:hover {
  color: #fff;
}

.gnav .gnav_list .gnav_item a.construction, .gnav .gnav_list .gnav_item #btn_trailer-menu.construction {
  opacity: .5;
  pointer-events: none;
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-menu:hover {
  opacity: .5;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-menu:hover {
    opacity: 1;
  }
}

.updown_nav {
  z-index: 998;
  position: fixed;
  right: 10px;
  top: calc(100% - 160px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.updown_nav.active {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .updown_nav {
    right: 10px;
    top: calc(100% - 170px);
  }
}

.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  border: solid 1px #fff;
}

.updown_nav ul li:hover {
  cursor: pointer;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

.updown_nav ul li a {
  height: 100%;
  width: 100%;
  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;
}

.doro1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .doro1 {
    width: 60px;
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 996;
  }
}

/* ---- SNS ---- */
.SNS_block {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 50px;
  right: 50px;
  z-index: 997;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.SNS_block.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .SNS_block {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: inherit;
    bottom: 60px;
    right: inherit;
    left: 10px;
  }
}

.SNS_block li {
  display: none;
  width: 24px;
  margin-left: 1em;
  margin-right: .5em;
  padding-bottom: 20px;
  opacity: .9;
  -webkit-transition: .2s;
  transition: .2s;
}

.SNS_block li:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .SNS_block li {
    padding-bottom: 0;
    margin-left: .5em;
    margin-right: .5emem;
    display: block;
  }
}

.comic_window_layer {
  position: fixed;
  z-index: -11;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 0, 0, 0.8);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.comic_window_layer.active {
  z-index: 9997;
  opacity: 1;
}

.close_btn_comic {
  opacity: 0;
  top: 2px;
  right: 2px;
  width: 60px;
  height: 60px;
  z-index: -13;
  border: solid 1px #fff;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
}

.close_btn_comic::after, .close_btn_comic::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  height: 1px;
  width: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.close_btn_comic::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close_btn_comic:hover::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.close_btn_comic:hover::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.close_btn_comic.active {
  opacity: 1;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .close_btn_comic {
    width: 60px;
    height: 60px;
    right: 0;
  }
}

.comic_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: -10;
}

.comic_window.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  z-index: 9998;
  opacity: 1;
}

.comic_window .comic_window_main {
  position: absolute;
  z-index: 99;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: auto;
  padding: 120px 20px;
}

@media screen and (max-width: 768px) {
  .comic_window .comic_window_main {
    padding: 70px 20px;
  }
}

.comic_window .comic_window_main .comic_window_main_inner {
  background-color: #000;
  max-width: 1100px;
  margin: 0 auto;
  border: solid 1px #333;
  padding: 120px 100px;
  background-size: cover, 100%, 100%;
  background-position: center center, center bottom, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

@media screen and (max-width: 768px) {
  .comic_window .comic_window_main .comic_window_main_inner {
    padding: 60px 20px;
  }
}

.comic_window .comic_window_main .comic_window_main_inner h3 {
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 40px;
}

.comic_window .comic_window_main .close_text_comic {
  text-align: center;
  letter-spacing: .25em;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.comic_window .comic_window_main .close_text_comic:hover {
  opacity: .5;
}

/*
MAIN TOP------------------
*/
@-webkit-keyframes falling {
  0% {
    top: -150vh;
  }
  100% {
    top: 150vh;
  }
}
@keyframes falling {
  0% {
    top: -150vh;
  }
  100% {
    top: 150vh;
  }
}

@-webkit-keyframes falling1 {
  0% {
    top: -80.27vw;
  }
  100% {
    top: 100%;
  }
}

@keyframes falling1 {
  0% {
    top: -80.27vw;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes falling2 {
  0% {
    top: -128vw;
  }
  100% {
    top: 100%;
  }
}

@keyframes falling2 {
  0% {
    top: -128vw;
  }
  100% {
    top: 100%;
  }
}

#top {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#top .main_base {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vw;
}

@media screen and (max-width: 768px) {
  #top .main_base {
    min-height: 150vw;
  }
}

#top .main_base img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#top .main_l1 {
  position: absolute;
  left: 0%;
  width: 100%;
  -webkit-animation: falling1 60s linear -30s infinite;
          animation: falling1 60s linear -30s infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  min-height: 50vw;
  overflow: visible;
  height: 80.27vw;
}

#top .main_l1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#top .main_l1_double {
  position: absolute;
  left: 0%;
  width: 100%;
  -webkit-animation: falling1 60s linear 0s infinite;
          animation: falling1 60s linear 0s infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  min-height: 50vw;
  overflow: visible;
  height: auto;
  height: 80.27vw;
}

#top .main_l1_double img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#top .main_l2 {
  position: absolute;
  left: 0%;
  width: 100%;
  -webkit-animation: falling2 120s linear -60s infinite;
          animation: falling2 120s linear -60s infinite;
  min-height: 50vw;
  overflow: visible;
  height: auto;
  height: 128vw;
}

#top .main_l2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#top .main_l2_double {
  position: absolute;
  left: 0%;
  width: 100%;
  min-height: 50vw;
  -webkit-animation: falling2 120s linear 0s infinite;
          animation: falling2 120s linear 0s infinite;
  overflow: visible;
  height: auto;
  height: 128vw;
}

#top .main_l2_double img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#top .top_overlay {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #top .top_overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
  }
}

#top .main_jb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50vw;
}

@media screen and (max-width: 768px) {
  #top .main_jb {
    min-height: 150vw;
  }
}

#top .main_jb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#top .main_lefttop {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 5vh;
  top: 5vh;
  width: 23%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 3s;
  transition: 3s;
}

@media screen and (max-width: 768px) {
  #top .main_lefttop {
    width: 54%;
    left: 23%;
    top: 20px;
  }
}

#top .main_lefttop.active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

#top .main_righttop {
  position: absolute;
  right: 5vh;
  top: 5vh;
  width: 10%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 3s;
  transition: 3s;
}

@media screen and (max-width: 768px) {
  #top .main_righttop {
    position: absolute;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
  }
}

#top .main_righttop.active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 768px) {
  #top .main_righttop .award {
    position: absolute;
    width: 16%;
    left: 3%;
    top: 16px;
  }
}

#top .main_righttop .copy_tate {
  margin: 40% auto 0;
  width: 20%;
}

@media screen and (max-width: 768px) {
  #top .main_righttop .copy_tate {
    position: absolute;
    margin: 0;
    width: 7%;
    left: 86%;
    top: 29%;
  }
}

#top .main_centerbottom {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 4vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 3s;
  transition: 3s;
}

@media screen and (max-width: 768px) {
  #top .main_centerbottom {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 92%;
    bottom: 20px;
    left: 4%;
  }
}

#top .main_centerbottom.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

#top .main_centerbottom .copy_yoko {
  width: 100%;
  margin: 0 auto 1vw;
}

@media screen and (max-width: 768px) {
  #top .main_centerbottom .copy_yoko {
    width: 80%;
    margin: 0 0 -4% auto;
  }
}

#top .main_centerbottom .release {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 768px) {
  #top .main_centerbottom .release {
    margin: 0 auto 0 0;
    width: 70%;
  }
}

#top .main_rightbottom {
  opacity: 0;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 4vh;
  right: 5vh;
  width: 5%;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media screen and (max-width: 768px) {
  #top .main_rightbottom {
    bottom: 20px;
    right: 20px;
    width: 12.6%;
  }
}

#top .main_rightbottom.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

#top .main_rightbottom .thins {
  max-width: 40px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  #top .main_rightbottom .thins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#top .main_rightbottom .share_icons {
  width: 2%;
  margin: 0 auto 30% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

@media screen and (max-width: 768px) {
  #top .main_rightbottom .share_icons {
    margin: 0 7px 10px 0;
  }
}

#top .main_rightbottom .share_icons .share_text {
  width: 24px;
  margin-bottom: 10px;
}

#top .main_rightbottom .share_icons .share_icon {
  width: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

#top .main_rightbottom .share_icons .share_icon:hover {
  opacity: .5;
}

#top .main_rightbottom .main_credit {
  width: 30%;
  margin: 0 auto 60% auto;
}

@media screen and (max-width: 768px) {
  #top .main_rightbottom .main_credit {
    margin: 0 auto 20px;
    min-width: 10.5px;
  }
}

#top .main_rightbottom .main_logoa24 {
  width: 100%;
  margin-left: -32%;
  min-width: 31px;
}

@media screen and (max-width: 768px) {
  #top .main_rightbottom .main_logoa24 {
    margin-left: 0;
  }
}

#top .link_int {
  cursor: pointer;
  position: absolute;
  bottom: calc(4vh + 20px);
  left: 20px;
  max-width: 280px;
  width: 20%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}

#top .link_int.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

#top .link_int:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  #top .link_int {
    display: none;
  }
}

#info {
  padding: 40px 20px 80px;
  background-color: #000;
}

#info .link_int {
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 768px) {
  #info .link_int {
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #info .link_int.active {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  #info .link_int:hover {
    opacity: .5;
  }
}

#info .menu_btns {
  margin: 0 auto 20px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #info .menu_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#info .menu_btns .menu_btn {
  position: relative;
  width: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .8;
}

@media screen and (max-width: 768px) {
  #info .menu_btns .menu_btn {
    width: 70%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
  #info .menu_btns .menu_btn:last-of-type {
    margin: 0 auto;
  }
}

#info .menu_btns .menu_btn a {
  display: block;
}

#info .menu_btns .menu_btn .btn_bg {
  -webkit-transition: .2s;
  transition: .2s;
}

#info .menu_btns .menu_btn:hover .btn_bg {
  background-color: #2a0000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: .6;
}

#info .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  #info .bnrs {
    display: block;
  }
}

#info .bnrs .btn_comic {
  max-width: 300px;
  margin: 0 10px 10px;
  width: 80%;
  display: block;
  border: solid 1px #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

#info .bnrs .btn_comic:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  #info .bnrs .btn_comic {
    margin: 0 auto 20px;
  }
}

#info .bnrs .bnr_tieup {
  max-width: 300px;
  margin: 0 10px 10px;
  width: 80%;
  display: block;
  border: solid 1px #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#info .bnrs .bnr_tieup:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  #info .bnrs .bnr_tieup {
    margin: 0 auto 10px;
  }
}

#info .mvtk #mvtk-widgets-container {
  overflow: hidden;
  margin: 0 auto 20px;
}

#info .major {
  display: block;
  max-width: 180px;
  width: 60%;
  margin: 0 auto 32px;
  -webkit-transition: .4s;
  transition: .4s;
}

#info .major:hover {
  opacity: .6;
}

#info .billing {
  margin: 0 auto 10px;
  max-width: 900px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #info .billing {
    max-width: 400px;
  }
}

#info .share_btn {
  margin-bottom: 32px;
}

#info .twitter_box {
  margin: 0 auto;
  max-width: 500px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.1);
}

#info .twitter_box .twitter_box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#info .twitter_box .twitter_box_header .text_latest {
  width: 90px;
}

#info .twitter_box .twitter_box_header .text_twitter_arrow {
  width: 70px;
}

#intro {
  position: relative;
  background-color: #000;
  background-image: url(img/bg_intro.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

#intro .section_inner {
  width: 100%;
  position: relative;
  padding: 120px 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 80px 20px;
  }
}

#intro .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}

#intro .section_inner .section_main h2 {
  max-width: 420px;
  margin: 0 auto 60px;
  width: 80%;
}

#intro .section_inner .section_main h2 img {
  -webkit-animation: main_flash 3s infinite;
          animation: main_flash 3s infinite;
}

#intro .section_inner .section_main .text_body p {
  line-height: 2;
  margin-bottom: .8em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#intro .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#intro.section_bg_fixed .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  z-index: -1;
  margin-top: -100vh;
}

#intro.section_bg_fixed .section_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#intro .intro_tare1 {
  position: absolute;
  max-width: 80px;
  width: 10%;
  top: -1px;
  right: 0;
}

#intro .intro_copy1 {
  width: 100%;
  margin: 0 auto 10px;
}

#intro .intro_copy1 img {
  -webkit-animation: main_flash 3.2s infinite;
          animation: main_flash 3.2s infinite;
}

#intro .intro_copy2 {
  width: 90%;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  #intro .intro_copy2 {
    margin: 0 auto 40px;
  }
}

#intro .intro_copy2 img {
  -webkit-animation: main_flash 2.8s infinite;
          animation: main_flash 2.8s infinite;
}

#intro .text_body {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #intro .text_body {
    padding: 0 20px;
  }
}

#intro .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#intro .reviews .review_item {
  max-width: 240px;
  width: 70%;
  margin-bottom: 40px;
}

#intro .reviews .review_item:last-of-type {
  margin-bottom: 0;
}

#story {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  min-height: 100vh;
}

#story .section_inner {
  width: 100%;
  position: relative;
  padding: 120px 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 80px 20px;
  }
}

#story .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
  }
}

#story .section_inner .section_main h2 {
  max-width: 420px;
  margin: 0 auto 60px;
  width: 80%;
}

#story .section_inner .section_main h2 img {
  -webkit-animation: main_flash 3s infinite;
          animation: main_flash 3s infinite;
}

#story .section_inner .section_main .text_body p {
  line-height: 2;
  margin-bottom: .8em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#story .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#story.section_bg_fixed .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  z-index: -1;
  margin-top: -100vh;
}

#story.section_bg_fixed .section_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#story .section_inner .section_main {
  margin-top: 60vh;
  margin-bottom: 50vh;
  max-width: 700px;
  padding: 80px 80px 320px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    padding: 60px 20px 240px;
  }
}

#story .section_inner .section_main .story_apple {
  width: 28%;
  max-width: 90px;
  margin: 0 auto 40px;
  -webkit-transform: translateY(-40px) rotate(-5deg) scale(1.1);
          transform: translateY(-40px) rotate(-5deg) scale(1.1);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
}

#story .section_inner .section_main .story_apple.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg) scale(1);
          transform: translateY(0px) rotate(0deg) scale(1);
}

#story .section_inner .section_main .text_body p {
  color: #333;
  text-align: center;
  margin-bottom: 1em;
}

.imgbox3 {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .imgbox3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgbox3 .imgbox3_first {
  width: 67%;
  margin-right: 1.5%;
}

@media screen and (max-width: 768px) {
  .imgbox3 .imgbox3_first {
    margin-bottom: 20px;
    width: 100%;
  }
}

.imgbox3 .imgbox3_inner {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .imgbox3 .imgbox3_inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .imgbox3 .imgbox3_inner div {
    width: 70%;
  }
}

.imgbox3 .imgbox3_inner div:first-of-type {
  margin-bottom: 2.3%;
}

@media screen and (max-width: 768px) {
  .imgbox3 .imgbox3_inner div:first-of-type {
    margin: 0 0 20px auto;
  }
}

#cast, #staff {
  position: relative;
  background-repeat: repeat-y;
  background-size: 100%;
}

#cast .section_inner, #staff .section_inner {
  width: 100%;
  position: relative;
  padding: 120px 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #cast .section_inner, #staff .section_inner {
    padding: 80px 20px;
  }
}

#cast .section_inner .section_main, #staff .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main, #staff .section_inner .section_main {
    max-width: 500px;
  }
}

#cast .section_inner .section_main h2, #staff .section_inner .section_main h2 {
  max-width: 420px;
  margin: 0 auto 60px;
  width: 80%;
}

#cast .section_inner .section_main h2 img, #staff .section_inner .section_main h2 img {
  -webkit-animation: main_flash 3s infinite;
          animation: main_flash 3s infinite;
}

#cast .section_inner .section_main .text_body p, #staff .section_inner .section_main .text_body p {
  line-height: 2;
  margin-bottom: .8em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#cast .section_inner .section_main .text_body p:last-of-type, #staff .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#cast.section_bg_fixed .section_bg, #staff.section_bg_fixed .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  z-index: -1;
  margin-top: -100vh;
}

#cast.section_bg_fixed .section_bg img, #staff.section_bg_fixed .section_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#cast .bg_para, #staff .bg_para {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(img/main_layer2.png);
  background-size: cover;
  background-repeat: repeat-y;
  opacity: 0;
  -webkit-transition: 8s;
  transition: 8s;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  z-index: -3;
}

#cast .bg_para.is-inview, #staff .bg_para.is-inview {
  opacity: .4;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#cast .bg_para2, #staff .bg_para2 {
  z-index: -2;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(img/bg_cast3.png);
  background-size: cover;
  background-repeat: repeat-y;
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  margin-top: -100vh;
}

#cast .bg_para2.is-inview, #staff .bg_para2.is-inview {
  opacity: .4;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#cast .section_inner, #staff .section_inner {
  margin-top: -100vh;
}

#cast .section_inner .section_main h2, #staff .section_inner .section_main h2 {
  max-width: 270px;
  margin: 0 auto 120px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main h2, #staff .section_inner .section_main h2 {
    margin: 0 auto 80px;
  }
}

#cast .section_inner .section_main h2 img, #staff .section_inner .section_main h2 img {
  -webkit-animation: main_flash 3s infinite;
          animation: main_flash 3s infinite;
}

#cast .prof_items, #staff .prof_items {
  margin: 0 auto;
  width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
  #cast .prof_items, #staff .prof_items {
    width: calc(100% - 20px);
  }
}

#cast .prof_items .prof_item, #staff .prof_items .prof_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #cast .prof_items .prof_item, #staff .prof_items .prof_item {
    display: block;
  }
  #cast .prof_items .prof_item:last-of-type, #staff .prof_items .prof_item:last-of-type {
    margin-bottom: 0;
  }
}

#cast .prof_items .prof_item .prof_left, #staff .prof_items .prof_item .prof_left {
  width: calc(30% - 40px);
}

@media screen and (max-width: 768px) {
  #cast .prof_items .prof_item .prof_left, #staff .prof_items .prof_item .prof_left {
    width: 60%;
    max-width: 280px;
    margin-bottom: 20px;
  }
}

#cast .prof_items .prof_item .prof_left .prof_img, #staff .prof_items .prof_item .prof_left .prof_img {
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #A9241C;
}

#cast .prof_items .prof_item .prof_right, #staff .prof_items .prof_item .prof_right {
  width: 70%;
}

@media screen and (max-width: 768px) {
  #cast .prof_items .prof_item .prof_right, #staff .prof_items .prof_item .prof_right {
    width: 100%;
  }
}

#cast .prof_items .prof_item .prof_right .prof_names, #staff .prof_items .prof_item .prof_right .prof_names {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
}

#cast .prof_items .prof_item .prof_right .prof_names .prof_name_jp, #staff .prof_items .prof_item .prof_right .prof_names .prof_name_jp {
  font-size: 1.5em;
}

#cast .prof_items .prof_item .prof_right .prof_names .prof_name_jp::after, #staff .prof_items .prof_item .prof_right .prof_names .prof_name_jp::after {
  content: '｜';
  color: #5d5d5d;
  padding: 0 .25em;
}

@media screen and (max-width: 768px) {
  #cast .prof_items .prof_item .prof_right .prof_names .prof_name_jp::after, #staff .prof_items .prof_item .prof_right .prof_names .prof_name_jp::after {
    display: none;
  }
}

#cast .prof_items .prof_item .prof_right .prof_names .prof_name_role, #staff .prof_items .prof_item .prof_right .prof_names .prof_name_role {
  font-size: 1.2em;
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  #cast .prof_items .prof_item .prof_right .prof_names .prof_name_role, #staff .prof_items .prof_item .prof_right .prof_names .prof_name_role {
    display: block;
    width: 100%;
    margin-top: 0.25em;
  }
}

#cast .prof_items .prof_item .prof_right .prof_names .prof_name_en, #staff .prof_items .prof_item .prof_right .prof_names .prof_name_en {
  margin-top: 1em;
  letter-spacing: .1em;
  display: block;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5em;
  margin-left: 0.25em;
  color: #a3a3a3;
  font-size: .8em;
  font-family: 'Noto Sans JP', sans-serif;
}

#cast .prof_items .prof_item .prof_right hr, #staff .prof_items .prof_item .prof_right hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #333;
  margin: 20px auto;
}

#cast .prof_items .prof_item .prof_right .text_body, #staff .prof_items .prof_item .prof_right .text_body {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #cast .prof_items .prof_item.noimg, #staff .prof_items .prof_item.noimg {
    margin-bottom: 80px;
  }
  #cast .prof_items .prof_item.noimg:last-of-type, #staff .prof_items .prof_item.noimg:last-of-type {
    margin-bottom: 0;
  }
}

#cast .prof_items .prof_item.noimg .prof_right, #staff .prof_items .prof_item.noimg .prof_right {
  width: 100%;
}

#staff .bg_para {
  background-image: url(img/main_layer1.png);
  overflow: hidden;
}

#staff .section_inner .section_main .prof_items .prof_item .prof_right .prof_names .prof_name_jp {
  color: #FF0000;
  font-size: 1.2em;
  margin-bottom: 0.25em;
}

#staff .section_inner .section_main .prof_items .prof_item .prof_right .prof_names .prof_name_role {
  color: #FFF;
  font-size: 1.5em;
}

#comment {
  background: #000;
  position: relative;
}

#comment .section_bg {
  background-color: #000;
  background-image: url(img/bg_comment.svg);
  background-size: 400px;
  background-repeat: repeat;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#comment .section_inner {
  margin-top: -100vh;
  padding: 120px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 20px;
  }
}

#comment .section_main {
  max-width: 1300px;
  margin: 0 auto;
}

#comment .section_main h2 {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 40px;
}

#comment .section_main h2 img {
  opacity: .7;
}

#comment .comment_list {
  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 auto 40px;
  max-width: 600px;
}

#comment .comment_list a {
  color: #675622;
  font-weight: bold;
  padding: 5px 10px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

#comment .comment_list a span {
  font-size: .6em;
}

#comment .comment_list a:hover {
  color: #fff;
}

#comment .cau {
  opacity: .5;
  text-align: right;
  font-size: .8em;
  margin-bottom: 40px;
}

#comment .comment_items {
  margin-bottom: 40px;
}

#comment .comment_items .grid-sizer {
  width: calc(33.33% - 30px);
}

@media screen and (max-width: 768px) {
  #comment .comment_items .grid-sizer {
    width: 100%;
  }
}

#comment .comment_items .comment_item {
  width: calc(33.33% - 30px);
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #comment .comment_items .comment_item {
    width: 100%;
  }
}

#comment .comment_items .comment_item .comment_bg {
  position: relative;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  background-color: #1b1b12;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: -1;
}

#comment .comment_items .comment_item .comment_body {
  padding: 40px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #ccc;
}

#comment .comment_items .comment_item .comment_body .comment_illust {
  width: 100%;
  margin-bottom: 20px;
}

#comment .comment_items .comment_item .comment_body p {
  padding-bottom: 0.4em;
}

#comment .comment_items .comment_item .comment_body p:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #comment .comment_items .comment_item .comment_body {
    padding: 20px;
  }
}

#comment .comment_items .comment_item .comment_body .comment_text {
  position: relative;
  font-size: 1.1em;
  margin-bottom: 1em;
  height: auto;
}

#comment .comment_items .comment_item .comment_body .comment_ppl {
  border-top: 1px solid #4c4c4c;
  padding-top: .7em;
  font-size: 1.3em;
  font-style: italic;
  text-align: right;
  color: #87873c;
}

#comment .comment_items .comment_item .comment_body .comment_ppl .com_art {
  width: 60%;
  margin: 20px 0 10px auto;
}

#comment .comment_items .comment_item .comment_body .comment_ppl .comment_post {
  color: #BFBFBF;
  font-size: .6em;
  display: block;
  opacity: .7;
}

#comment .comment_items .comment_item:nth-of-type(2n) .comment_bg {
  background-color: #202615;
}

#comment .comment_items .comment_item.item_comment .comment_bg {
  -webkit-filter: brightness(40%) blur(5px);
          filter: brightness(40%) blur(5px);
}

#comment .comment_items .comment_item.item_comment .comment_body {
  text-align: center;
}

#comment .comment_items .comment_item.item_comment .comment_body .comment_ppl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 50px;
  }
}

footer .footer {
  background: #000;
  position: relative;
}

footer .footer .footer_img {
  position: relative;
  width: 100%;
}

footer .footer .footer_titles {
  position: absolute;
  width: 18%;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  footer .footer .footer_titles {
    width: 45%;
    top: 28%;
  }
}

footer .footer .billing_en {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}

@media screen and (max-width: 768px) {
  footer .footer .billing_en {
    width: 80%;
    top: 66%;
  }
}

footer .footer .btn_totop {
  position: absolute;
  top: 83%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

footer .footer .btn_totop:hover {
  -webkit-transform: translateX(-50%) rotate(20deg);
          transform: translateX(-50%) rotate(20deg);
}

@media screen and (max-width: 768px) {
  footer .footer .btn_totop {
    top: 77%;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fadeIn.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeInUp.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.blurUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blurUp.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.clipRight {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0% 100% 0% 0);
          clip-path: inset(0% 100% 0% 0);
}

.clipRight.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.clipLeft {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}

.clipLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.coloring {
  opacity: .2;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.coloring.is-inview {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.coloringFadeIn {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.coloringFadeIn.is-inview {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.coloringFadeIn.no2 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.coloringFadeIn.no2 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.shadowIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: drop-shadow(10px 10px 0px #333333);
          filter: drop-shadow(10px 10px 0px #333333);
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}

.shadowIn.is-inview {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.body_tieup {
  background-color: #000;
  width: 100%;
}

.body_tieup .fixed_bg {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  opacity: .3;
}

.body_tieup #tieup {
  overflow-x: hidden;
}

.body_tieup #tieup .section_inner .section_main .tieup_title {
  max-width: 300px;
  margin: 120px auto 60px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .tieup_title {
    margin: 60px auto 40px;
  }
}

.body_tieup #tieup .section_inner .section_main .tieup_sub {
  text-align: center;
  margin-bottom: 60px;
}

.body_tieup #tieup .section_inner .section_main .blocks {
  padding: 0 20px;
}

.body_tieup #tieup .section_inner .section_main .blocks .block {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 60px;
  border: double 4px #A9241C;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block {
    padding: 30px 20px;
    margin: 0 auto 40px;
    max-width: 500px;
  }
}

.body_tieup #tieup .section_inner .section_main .blocks .block .tieupnum {
  width: 100%;
  background-color: rgba(169, 35, 28, 0.4);
  padding: 10px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block .tieupnum {
    margin-bottom: 20px;
  }
}

.body_tieup #tieup .section_inner .section_main .blocks .block .tieupnum .tieupnum_inner {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .left {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right {
  width: 50%;
  line-height: 2;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right a {
  text-decoration: underline;
  color: #BFBFBF;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right a:hover {
  text-decoration: none;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right span {
  display: inline-block;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right .tieupstrong {
  font-size: 1.1em;
  font-weight: bold;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right .tieuplogo {
  margin-top: 20px;
  max-width: 260px;
  width: 60%;
}

.body_tieup #tieup .section_inner .section_main .blocks .block .right .tieuplogo.logomono {
  max-width: 320px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block .right {
    width: 100%;
  }
}

.body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .left {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .left {
    margin-bottom: 10px;
  }
}

.body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .left .weber_shirts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .left .weber_shirts div {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .left {
    width: 100%;
  }
}

.body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .right {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .body_tieup #tieup .section_inner .section_main .blocks .block:nth-of-type(2) .right {
    width: 100%;
  }
}

.body_tieup .main_base {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vw;
}

@media screen and (max-width: 768px) {
  .body_tieup .main_base {
    min-height: 150vw;
  }
}

.body_tieup .main_base img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.body_tieup .main_l1 {
  position: absolute;
  left: 0%;
  width: 100%;
  -webkit-animation: falling1 60s linear -30s infinite;
          animation: falling1 60s linear -30s infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  min-height: 50vw;
  overflow: visible;
  height: 80.27vw;
}

.body_tieup .main_l1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.body_tieup .main_l1_double {
  position: absolute;
  left: 0%;
  width: 100%;
  -webkit-animation: falling1 60s linear 0s infinite;
          animation: falling1 60s linear 0s infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  min-height: 50vw;
  overflow: visible;
  height: auto;
  height: 80.27vw;
}

.body_tieup .main_l1_double img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.body_tieup .main_l2 {
  position: absolute;
  left: 0%;
  width: 100%;
  -webkit-animation: falling2 120s linear -60s infinite;
          animation: falling2 120s linear -60s infinite;
  min-height: 50vw;
  overflow: visible;
  height: auto;
  height: 128vw;
}

.body_tieup .main_l2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.body_tieup .main_l2_double {
  position: absolute;
  left: 0%;
  width: 100%;
  min-height: 50vw;
  -webkit-animation: falling2 120s linear 0s infinite;
          animation: falling2 120s linear 0s infinite;
  overflow: visible;
  height: auto;
  height: 128vw;
}

.body_tieup .main_l2_double img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.body_tieup .link_to_official {
  display: block;
  text-align: center;
  color: #A9241C;
  width: 100%;
  text-decoration: underline;
  margin: 0 auto 120px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .body_tieup .link_to_official {
    margin: 0 auto 80px;
  }
}

.body_tieup .link_to_official:hover {
  text-decoration: none;
}

.body_tieup .share_btn {
  padding-bottom: 80px;
}

.body_tieup .updown_nav {
  z-index: 998;
  position: fixed;
  right: 10px;
  top: calc(100% - 160px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.body_tieup .updown_nav.active {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .body_tieup .updown_nav {
    right: 10px;
    top: calc(100% - 110px);
  }
}

.body_interview .fixed_bg {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  opacity: .4;
  background-image: url(img/bg_int.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.body_interview .section_inner .section_main {
  padding: 120px 40px 60px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .body_interview .section_inner .section_main {
    max-width: 600px;
    padding: 40px 40px;
  }
}

.body_interview .section_inner .section_main h2 {
  font-size: 1.4em;
  color: #A9241C;
  text-align: center;
  margin: 60px auto 60px;
  text-shadow: 0px 0px 10px #000;
  max-width: 500px;
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .body_interview .section_inner .section_main h2 {
    opacity: .8;
  }
}

.body_interview .section_inner .section_main p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.body_interview .section_inner .section_main .int_block {
  margin-bottom: 60px;
}

.body_interview .section_inner .section_main .int_block .int_q {
  margin-bottom: 20px;
  font-weight: bold;
  color: #d2aba9;
  padding: 10px;
}

.body_interview .section_inner .section_main .int_block .int_q p span {
  line-height: 1.6;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 0, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.3) 70%);
}

.body_interview .section_inner .section_main .int_block .int_a p {
  line-height: 1.8;
  margin-bottom: .8em;
  padding-left: .5em;
}

.body_interview .section_inner .section_main .int_block .int_a p span {
  color: #e06059;
}

.body_interview .section_inner .section_main .int_block .int_a p:last-of-type {
  margin-bottom: 0;
}

.body_interview .link_to_official {
  display: block;
  text-align: center;
  color: #A9241C;
  width: 100%;
  text-decoration: underline;
  margin: 0 auto 120px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .body_interview .link_to_official {
    margin: 0 auto 80px;
  }
}

.body_interview .link_to_official:hover {
  text-decoration: none;
}

.body_interview .share_btn {
  padding-bottom: 80px;
}

.body_interview .updown_nav {
  z-index: 998;
  position: fixed;
  right: 10px;
  top: calc(100% - 160px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.body_interview .updown_nav.active {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .body_interview .updown_nav {
    right: 10px;
    top: calc(100% - 110px);
  }
}

@-webkit-keyframes main_flash {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  36% {
    -webkit-transform: none;
            transform: none;
  }
  36.2% {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
  }
  36.4% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  36.6% {
    -webkit-transform: none;
            transform: none;
  }
  66% {
    -webkit-transform: none;
            transform: none;
  }
  66.2% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  66.4% {
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  66.6% {
    -webkit-transform: none;
            transform: none;
  }
  76% {
    -webkit-transform: none;
            transform: none;
  }
  76.2% {
    -webkit-transform: skewX(40deg);
            transform: skewX(40deg);
  }
  76.4% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
  76.6% {
    -webkit-transform: none;
            transform: none;
  }
  97% {
    -webkit-transform: none;
            transform: none;
  }
  97.2% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  97.4% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  97.6% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes main_flash {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  36% {
    -webkit-transform: none;
            transform: none;
  }
  36.2% {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
  }
  36.4% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  36.6% {
    -webkit-transform: none;
            transform: none;
  }
  66% {
    -webkit-transform: none;
            transform: none;
  }
  66.2% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  66.4% {
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  66.6% {
    -webkit-transform: none;
            transform: none;
  }
  76% {
    -webkit-transform: none;
            transform: none;
  }
  76.2% {
    -webkit-transform: skewX(40deg);
            transform: skewX(40deg);
  }
  76.4% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
  76.6% {
    -webkit-transform: none;
            transform: none;
  }
  97% {
    -webkit-transform: none;
            transform: none;
  }
  97.2% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  97.4% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  97.6% {
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=style.css.map */