@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

img {
  height: auto;
  width: 100%; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

@media (max-width: 480px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; } }
/*==================================================*/
/* アニメーション用css */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* アニメーション */
/*==============================================================*/
@-webkit-keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@-moz-keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@-webkit-keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-moz-keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@-moz-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
.bright {
  -webkit-animation: bright 1s ease;
  -moz-animation: bright 1s ease;
  animation: bright 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes slideIn {
  0% {
    transform: translateX(-1200px);
    opacity: 0; }
  100% {
    transform: translateX(0); }
  40%,100% {
    opacity: 1; } }
.slideInLeft {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }

/* 以下拾いもののアニメーション*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.eary {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*==================================================*/
/* fonts */
/*==================================================*/
/*==================================================*/
/* common */
/*==================================================*/
.pc {
  display: block; }
  @media (max-width: 980px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 980px) {
    .sp {
      display: block; } }

img {
  object-fit: contain;
  height: auto;
  width: 100%; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeBottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

#page-top {
  position: fixed;
  right: 0;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100); }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/page_top.png") no-repeat top left/cover;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      #page-top a {
        width: 5.46875vw;
        height: 5.46875vw; } }
    @media (max-width: 980px) {
      #page-top a {
        width: 7.1428571429vw;
        height: 7.1428571429vw; } }
    @media (max-width: 480px) {
      #page-top a {
        width: 10.4166666667vw;
        height: 10.4166666667vw; } }
    #page-top a:hover {
      opacity: .8; }
  #page-top.UpMove {
    animation: UpAnime 0.5s forwards; }
  #page-top.DownMove {
    animation: DownAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*==================================================*/
/* contents */
/*==================================================*/
body {
  background: #fff;
  background-size: cover;
  font-family: 'Noto Sans JP', 'Koulen', cursive, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  position: relative; }

/*==================================================*/
/* header */
/*==================================================*/
header {
  background: url("../img/header_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  /*==================================================*/
  /* nav */
  /*==================================================*/ }
  @media (max-width: 980px) {
    header {
      background-position: left top; } }
  header .asw {
    position: absolute;
    top: 6.25vw;
    left: 2.6041666667vw;
    width: 100%;
    max-width: 4.6875vw; }
    @media (max-width: 1280px) {
      header .asw {
        top: 9.375vw;
        left: 3.90625vw;
        width: 100%;
        max-width: 7.03125vw; } }
    @media (max-width: 980px) {
      header .asw {
        top: 3.0612244898vw;
        left: 3.0612244898vw;
        width: 100%;
        max-width: 9.1836734694vw; } }
  header .header_wrap {
    box-sizing: border-box;
    padding: 8.3333333333vw 0 7.03125vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      header .header_wrap {
        padding: 12.5vw 0 10.546875vw; } }
    header .header_wrap .inr {
      width: 100%;
      max-width: 37.5vw; }
      @media (max-width: 1280px) {
        header .header_wrap .inr {
          max-width: 73.4693877551vw; } }
      @media (max-width: 980px) {
        header .header_wrap .inr {
          max-width: 100%; } }
      header .header_wrap .inr h1 {
        box-sizing: border-box;
        width: 100%; }
        header .header_wrap .inr h1 + p {
          margin-top: 30px; }
          @media (max-width: 980px) {
            header .header_wrap .inr h1 + p {
              margin-top: 15px; } }
    header .header_wrap .btn_movie:hover {
      opacity: .5;
      transition: all .3s; }
      @media (max-width: 980px) {
        header .header_wrap .btn_movie:hover {
          opacity: 1; } }
    header .header_wrap .btn_movie:active {
      transition: all .3s; }
      @media (max-width: 980px) {
        header .header_wrap .btn_movie:active {
          opacity: .5; } }
  header .header_release {
    margin: 15px 0 40px; }
    @media (max-width: 980px) {
      header .header_release {
        margin: 15px 0 20px; } }
  header #nav {
    background-image: linear-gradient(180deg, black, rgba(255, 255, 255, 0));
    box-sizing: border-box;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2.6041666667vw;
    height: 4.1666666667vw;
    width: 100%;
    z-index: 9999; }
    @media (max-width: 980px) {
      header #nav {
        height: auto;
        background: none;
        border-bottom: 0; } }
    header #nav nav {
      display: flex;
      align-items: center; }
      @media (max-width: 980px) {
        header #nav nav {
          flex-direction: column; } }
      header #nav nav ul {
        display: flex;
        align-items: center; }
        @media (max-width: 980px) {
          header #nav nav ul {
            margin-top: 8.1632653061vw;
            flex-direction: column;
            width: 100%; } }
        @media (max-width: 480px) {
          header #nav nav ul {
            margin-top: 16.6666666667vw; } }
        header #nav nav ul li {
          position: relative; }
          @media (max-width: 980px) {
            header #nav nav ul li {
              box-sizing: border-box;
              height: 100%;
              padding: 6.1224489796vw;
              text-align: left;
              width: 100%; } }
          @media (max-width: 480px) {
            header #nav nav ul li {
              box-sizing: border-box;
              height: 100%;
              padding: 6.25vw; } }
          header #nav nav ul li:nth-child(n + 2) {
            box-sizing: border-box;
            padding-left: 2.0833333333vw; }
            @media (max-width: 980px) {
              header #nav nav ul li:nth-child(n + 2) {
                padding-left: 1.0204081633vw;
                border-top: 1px solid #ccc; } }
          header #nav nav ul li a {
            color: #fff;
            font-size: 1.3541666667vw;
            font-weight: bold; }
            @media (max-width: 980px) {
              header #nav nav ul li a {
                box-sizing: border-box;
                font-size: 2.6530612245vw;
                padding-top: 5.1020408163vw;
                padding-left: 4.0816326531vw;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
                header #nav nav ul li a:active {
                  opacity: .4;
                  transition: all .3s; } }
            @media (max-width: 480px) {
              header #nav nav ul li a {
                font-size: 4.1666666667vw;
                padding-top: 4.1666666667vw;
                padding-left: 5.2083333333vw; } }
            header #nav nav ul li a:hover {
              opacity: .4;
              transition: all .3s; }
              @media (max-width: 980px) {
                header #nav nav ul li a:hover {
                  opacity: 1; } }
          header #nav nav ul li.language_menu {
            display: none; }
            @media (max-width: 980px) {
              header #nav nav ul li.language_menu div {
                color: #555;
                display: block;
                box-sizing: border-box;
                padding-left: 15px;
                width: 100%; }
                header #nav nav ul li.language_menu div a {
                  position: static; }
                  header #nav nav ul li.language_menu div a:hover {
                    color: #d2ff00;
                    transition: all .3s; } }
      @media (max-width: 980px) and (max-width: 980px) {
        header #nav nav ul li.language_menu div a:hover {
          color: #fff; } }
    @media (max-width: 980px) and (max-width: 980px) {
      header #nav nav ul li.language_menu div a:active {
        color: #d2ff00;
        transition: all .3s; } }
            @media (max-width: 980px) {
                header #nav nav ul li.language_menu div strong {
                  color: #d2ff00;
                  font-weight: bold; } }
  @media (max-width: 980px) {
    header .openbtn {
      position: absolute;
      background: #000;
      border-top: 0;
      border-right: 0;
      cursor: pointer;
      width: 60px;
      height: 60px;
      right: 0;
      top: 0;
      z-index: 1000; }
      header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 17px;
        height: 3px;
        border-radius: 2px;
        background: #fff; }
        header .openbtn span:nth-of-type(1) {
          top: 20px;
          width: 45%; }
        header .openbtn span:nth-of-type(2) {
          top: 28px;
          width: 45%; }
        header .openbtn span:nth-of-type(3) {
          top: 36px;
          width: 45%; }
      header .openbtn.active span:nth-of-type(1) {
        top: 23px;
        left: 15px;
        transform: translateY(6px) rotate(-135deg);
        width: 50%; }
      header .openbtn.active span:nth-of-type(2) {
        opacity: 0; }
      header .openbtn.active span:nth-of-type(3) {
        top: 35px;
        left: 15px;
        transform: translateY(-6px) rotate(135deg);
        width: 50%; }
    header nav {
      position: fixed;
      top: 0;
      left: -100%;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.95);
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transition: all .5s;
      z-index: 3; }
    header .open nav {
      left: 0; } }
  @media (max-width: 480px) {
    header nav {
      left: -100%;
      width: 100%; } }

.btn-buy {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
  width: 100%;
  max-width: 17.5520833333vw; }
  @media (max-width: 1280px) {
    .btn-buy {
      max-width: 26.328125vw; } }
  @media (max-width: 980px) {
    .btn-buy {
      max-width: 34.387755102vw; } }
  .btn-buy:hover {
    opacity: .5;
    transition: all .3s; }
    @media (max-width: 980px) {
      .btn-buy:hover {
        opacity: 1; } }
  .btn-buy:active {
    transition: all .3s; }
    @media (max-width: 980px) {
      .btn-buy:active {
        opacity: .5; } }

/*---------------------------------------------------------
  language
---------------------------------------------------------*/
.language {
  background: #000;
  border: 1px solid #fff;
  border-radius: 80px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0416666667vw;
  font-weight: bold;
  position: absolute;
  top: 1.0416666667vw;
  right: 20px;
  height: 100%;
  max-height: 3.125vw;
  width: 100%;
  max-width: 10.4166666667vw;
  text-align: left;
  z-index: 2; }
  @media (max-width: 1280px) {
    .language {
      font-size: 1.40625vw;
      max-width: 10.9375vw; } }
  @media (max-width: 980px) {
    .language {
      display: none; } }

.acd-check {
  display: none; }

.acd-label {
  box-sizing: border-box;
  cursor: pointer;
  color: #d2ff00;
  display: flex;
  align-items: center;
  padding-left: 4.4270833333vw;
  /*margin-bottom: 1px;*/
  position: relative;
  transition: all .3s;
  height: 100%;
  width: 100%; }
  .acd-label::before {
    background: url(../img/ico_pulldown.png) no-repeat;
    background-size: contain;
    content: "";
    margin-top: -0.9375vw;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 2.0833333333vw;
    width: 1.9270833333vw;
    height: 1.71875vw; }

.acd-content {
  box-sizing: border-box;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 85px;
  height: 0;
  opacity: 0;
  padding: 20px 15px;
  transition: all .1s;
  visibility: hidden;
  width: 100%;
  max-width: 142px; }
  @media (max-width: 980px) {
    .acd-content {
      top: 52px;
      max-width: 120px; } }
  .acd-content li {
    color: #fff;
    font-size: 16px;
    text-align: center; }
    .acd-content li:nth-child(n + 2) {
      margin-top: 15px; }
    .acd-content li a {
      color: #fff;
      transition: all .3s;
      width: 100%; }
      .acd-content li a:hover {
        color: #d2ff00;
        font-weight: 600; }
      .acd-content li a.on {
        color: #d2ff00;
        cursor: default; }
  .acd-content.box {
    box-sizing: border-box;
    position: fixed;
    background: #000;
    top: 0;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: all .1s;
    visibility: hidden;
    width: 100%;
    max-width: 200px; }
    .acd-content.box p {
      color: #555;
      text-align: center; }
      .acd-content.box p a {
        color: #fff;
        transition: all .3s; }
        .acd-content.box p a:hover {
          color: orange;
          opacity: 1; }

.acd-check:checked + .acd-label + .acd-content {
  box-sizing: border-box;
  height: auto;
  opacity: 1;
  padding: 20px 0;
  visibility: visible;
  z-index: 1; }

/* -----------------------------------------------------
   footer
----------------------------------------------------- */
footer {
  background: #000;
  padding: 50px 0;
  box-sizing: border-box;
  height: auto;
  width: 100%; }
  @media (max-width: 980px) {
    footer {
      padding-bottom: 50px; } }
  footer .footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px; }
    footer .footer_link .btm_twitter, footer .footer_link .btm_youtube, footer .footer_link .btm_facebook, footer .footer_link .btm_bilibili, footer .footer_link .btm_weibo {
      width: 90px; }
      @media (max-width: 980px) {
        footer .footer_link .btm_twitter, footer .footer_link .btm_youtube, footer .footer_link .btm_facebook, footer .footer_link .btm_bilibili, footer .footer_link .btm_weibo {
          width: 60px; } }
      footer .footer_link .btm_twitter:hover, footer .footer_link .btm_youtube:hover, footer .footer_link .btm_facebook:hover, footer .footer_link .btm_bilibili:hover, footer .footer_link .btm_weibo:hover {
        opacity: .5;
        transition: all .3s; }
        @media (max-width: 980px) {
          footer .footer_link .btm_twitter:hover, footer .footer_link .btm_youtube:hover, footer .footer_link .btm_facebook:hover, footer .footer_link .btm_bilibili:hover, footer .footer_link .btm_weibo:hover {
            opacity: 1; } }
      footer .footer_link .btm_twitter:active, footer .footer_link .btm_youtube:active, footer .footer_link .btm_facebook:active, footer .footer_link .btm_bilibili:active, footer .footer_link .btm_weibo:active {
        transition: all .3s; }
        @media (max-width: 980px) {
          footer .footer_link .btm_twitter:active, footer .footer_link .btm_youtube:active, footer .footer_link .btm_facebook:active, footer .footer_link .btm_bilibili:active, footer .footer_link .btm_weibo:active {
            opacity: .5; } }
    footer .footer_link > li:nth-child(n + 2) {
      margin-left: 2.0833333333vw; }
      @media (max-width: 980px) {
        footer .footer_link > li:nth-child(n + 2) {
          margin-left: 4.0816326531vw; } }
    footer .footer_link_bnr {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 980px) {
        footer .footer_link_bnr {
          flex-direction: column;
          align-items: center; } }
      footer .footer_link_bnr > .ft_bnr {
        width: 100%;
        max-width: 14.3229166667vw; }
        @media (max-width: 1280px) {
          footer .footer_link_bnr > .ft_bnr {
            max-width: 21.484375vw; } }
        @media (max-width: 980px) {
          footer .footer_link_bnr > .ft_bnr {
            max-width: 28.0612244898vw; } }
        @media (max-width: 480px) {
          footer .footer_link_bnr > .ft_bnr {
            max-width: 57.2916666667vw; } }
        footer .footer_link_bnr > .ft_bnr:nth-child(n + 2) {
          margin-left: 1.5625vw; }
          @media (max-width: 980px) {
            footer .footer_link_bnr > .ft_bnr:nth-child(n + 2) {
              margin-left: 0;
              margin-top: 3.0612244898vw; } }
        footer .footer_link_bnr > .ft_bnr:hover {
          opacity: .5;
          transition: all .3s; }
          @media (max-width: 980px) {
            footer .footer_link_bnr > .ft_bnr:hover {
              opacity: 1; } }
        footer .footer_link_bnr > .ft_bnr:active {
          transition: all .3s; }
          @media (max-width: 980px) {
            footer .footer_link_bnr > .ft_bnr:active {
              opacity: .5; } }
  footer .footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px auto 40px;
    width: 100%;
    max-width: 41.6666666667vw; }
    @media (max-width: 1280px) {
      footer .footer_logo {
        max-width: 62.5vw; } }
    @media (max-width: 980px) {
      footer .footer_logo {
        margin-bottom: 30px;
        max-width: 90%; } }
    footer .footer_logo li {
      margin-top: 20px; }
      footer .footer_logo li:nth-child(1) {
        width: 215px; }
        @media (max-width: 1280px) {
          footer .footer_logo li:nth-child(1) {
            width: 16.796875vw; } }
        @media (max-width: 980px) {
          footer .footer_logo li:nth-child(1) {
            width: 21.9387755102vw; } }
      footer .footer_logo li:nth-child(2) {
        width: 392px;
        margin-left: 20px; }
        @media (max-width: 1280px) {
          footer .footer_logo li:nth-child(2) {
            width: 30.625vw; } }
        @media (max-width: 980px) {
          footer .footer_logo li:nth-child(2) {
            width: 40vw; } }
      footer .footer_logo li:nth-child(3) {
        width: 152px;
        margin-left: 20px; }
        @media (max-width: 1280px) {
          footer .footer_logo li:nth-child(3) {
            width: 11.875vw; } }
        @media (max-width: 980px) {
          footer .footer_logo li:nth-child(3) {
            width: 15.5102040816vw; } }
      footer .footer_logo li:nth-child(4) {
        width: 196px;
        margin-left: 20px; }
        @media (max-width: 1280px) {
          footer .footer_logo li:nth-child(4) {
            width: 15.3125vw; } }
        @media (max-width: 980px) {
          footer .footer_logo li:nth-child(4) {
            width: 20vw; } }
      footer .footer_logo li:nth-child(5) {
        height: 46px;
        margin-left: 20px; }
        @media (max-width: 1280px) {
          footer .footer_logo li:nth-child(5) {
            height: 3.59375vw; } }
        @media (max-width: 980px) {
          footer .footer_logo li:nth-child(5) {
            height: 4.693877551vw; } }
        footer .footer_logo li:nth-child(5) > img {
          width: auto !important;
          height: 100% !important; }
  footer .footer_asw_icon {
    margin: 45px auto 30px;
    text-align: center;
    width: 100%;
    max-width: 3.3333333333vw; }
    @media (max-width: 1280px) {
      footer .footer_asw_icon {
        max-width: 5vw; } }
    @media (max-width: 980px) {
      footer .footer_asw_icon {
        max-width: 6.5306122449vw; } }
    @media (max-width: 480px) {
      footer .footer_asw_icon {
        max-width: 13.3333333333vw; } }

.copy {
  width: 100%;
  max-width: 52.5vw;
  margin: 0 auto 0; }
  @media (max-width: 1280px) {
    .copy {
      max-width: 78.75vw; } }
  @media (max-width: 980px) {
    .copy {
      max-width: 90%; } }
  .copy_en {
    width: 100%;
    max-width: 54.21875vw;
    margin: 26px auto 0; }
    @media (max-width: 1280px) {
      .copy_en {
        max-width: 81.328125vw; } }
    @media (max-width: 980px) {
      .copy_en {
        max-width: 90%; } }
  .copy_txt {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2.5; }
    .copy_txt::before, .copy_txt::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    .copy_txt::before {
      margin-top: calc((1 - 2.5) * 0.5em); }
    .copy_txt::after {
      margin-bottom: calc((1 - 2.5) * 0.5em); }
    @media (max-width: 980px) {
      .copy_txt {
        font-size: 12px; } }

/* -----------------------------------------------------
   news
----------------------------------------------------- */
#news {
  background: #092932;
  box-sizing: border-box;
  padding: 80px 0 100px;
  position: relative; }
  @media (max-width: 1280px) {
    #news {
      padding: 6.25vw 50px 7.8125vw; } }
  @media (max-width: 980px) {
    #news {
      background-position: top;
      background-size: 100%;
      padding: 8.1632653061vw 0 10.2040816327vw; } }
  @media (max-width: 480px) {
    #news {
      padding: 8.3333333333vw 0 12.5vw; } }
  #news .news_ttl {
    margin: 0 auto 50px;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 3; }
    @media (max-width: 1280px) {
      #news .news_ttl {
        margin-bottom: 3.90625vw;
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #news .news_ttl {
        margin-bottom: 40px;
        max-width: 90%; } }
    @media (max-width: 480px) {
      #news .news_ttl {
        margin-bottom: 30px;
        max-width: 90%; } }
    #news .news_ttl > img {
      width: 100%;
      max-width: 12.2916666667vw; }
      @media (max-width: 1280px) {
        #news .news_ttl > img {
          max-width: 18.4375vw; } }
      @media (max-width: 980px) {
        #news .news_ttl > img {
          max-width: 24.0816326531vw; } }
      @media (max-width: 480px) {
        #news .news_ttl > img {
          max-width: 38%; } }
  #news .news_wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #news .news_wrap {
        max-width: 109.375vw; } }
    @media (max-width: 980px) {
      #news .news_wrap {
        margin: 0 auto;
        max-width: 90%; } }
    #news .news_wrap > dl {
      background: url("../img/news/bg_pc.svg") no-repeat;
      background-size: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 2.6041666667vw 3.6458333333vw;
      height: 15.625vw;
      width: 100%;
      max-width: 65.1041666667vw; }
      @media (max-width: 1280px) {
        #news .news_wrap > dl {
          padding: 3.90625vw 5.46875vw;
          height: 23.4375vw;
          max-width: 97.65625vw; } }
      @media (max-width: 980px) {
        #news .news_wrap > dl {
          background: url("../img/news/bg_sp.svg") no-repeat;
          background-size: cover;
          height: 30.612244898vw;
          width: 100%;
          max-width: 80.1020408163vw; } }
      #news .news_wrap > dl div {
        display: flex;
        align-items: center; }
        @media (max-width: 980px) {
          #news .news_wrap > dl div {
            align-items: flex-start;
            flex-direction: column; } }
        #news .news_wrap > dl div dt {
          color: #f6dc47;
          font-size: 1.25vw;
          font-weight: bold;
          width: 100%;
          max-width: 9.6354166667vw; }
          @media (max-width: 1280px) {
            #news .news_wrap > dl div dt {
              font-size: 1.875vw;
              max-width: 14.453125vw; } }
          @media (max-width: 980px) {
            #news .news_wrap > dl div dt {
              max-width: 100%;
              font-size: 18px; } }
          @media (max-width: 480px) {
            #news .news_wrap > dl div dt {
              font-size: 16px; } }
        #news .news_wrap > dl div dd {
          color: #fff;
          font-size: 1.25vw;
          font-weight: bold;
          margin-left: 4.1666666667vw; }
          @media (max-width: 1280px) {
            #news .news_wrap > dl div dd {
              font-size: 1.875vw;
              margin-left: 4.6875vw; } }
          @media (max-width: 980px) {
            #news .news_wrap > dl div dd {
              margin-left: 0;
              margin-top: 10px;
              font-size: 18px; } }
          @media (max-width: 480px) {
            #news .news_wrap > dl div dd {
              margin-left: 0;
              margin-top: 10px;
              font-size: 16px; } }

/* -----------------------------------------------------
   about
----------------------------------------------------- */
#about {
  background: url("../img/about/bg.jpg");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 120px 0;
  position: relative; }
  @media (max-width: 1280px) {
    #about {
      padding: 9.375vw 0; } }
  @media (max-width: 980px) {
    #about {
      background-position: top;
      background-size: 100%;
      padding: 10.2040816327vw 0; } }
  @media (max-width: 480px) {
    #about {
      padding: 16.6666666667vw 0 41.6666666667vw; } }
  #about::before {
    content: "";
    background: url("../img/about/gorilla.png");
    background-size: cover;
    object-fit: contain;
    position: absolute;
    left: 1.9791666667vw;
    bottom: 0;
    margin-bottom: -3.125vw;
    height: 33.0208333333vw;
    width: 27.1354166667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #about::before {
        margin-bottom: -4.6875vw;
        left: 2.96875vw; } }
    @media (max-width: 980px) {
      #about::before {
        left: 5px;
        margin-bottom: -9.375vw;
        height: 49.53125vw;
        width: 40.703125vw; } }
  #about::after {
    content: "";
    background: url("../img/about/card.png");
    background-size: cover;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -2.7083333333vw;
    height: 37.65625vw;
    width: 24.7395833333vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #about::after {
        margin-top: -4.0625vw;
        height: 33.046875vw;
        width: 21.484375vw; } }
    @media (max-width: 980px) {
      #about::after {
        display: none;
        margin-top: -5.306122449vw;
        height: 73.7755102041vw;
        width: 48.4693877551vw; } }
  #about .about_ttl {
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 3; }
    @media (max-width: 1280px) {
      #about .about_ttl {
        margin-bottom: 3.90625vw;
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #about .about_ttl {
        margin-bottom: 40px;
        max-width: 90%; } }
    @media (max-width: 480px) {
      #about .about_ttl {
        margin-bottom: 30px;
        max-width: 90%; } }
    #about .about_ttl > img {
      width: 100%;
      max-width: 27.8645833333vw; }
      @media (max-width: 1280px) {
        #about .about_ttl > img {
          max-width: 41.796875vw; } }
      @media (max-width: 980px) {
        #about .about_ttl > img {
          max-width: 54.5918367347vw; } }
      @media (max-width: 480px) {
        #about .about_ttl > img {
          max-width: 75%; } }
    #about .about_ttl.en > img {
      width: 100%;
      max-width: 40.1041666667vw; }
      @media (max-width: 1280px) {
        #about .about_ttl.en > img {
          max-width: 5.46875vw; } }
      @media (max-width: 980px) {
        #about .about_ttl.en > img {
          max-width: 90%; } }
  #about .about_wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #about .about_wrap {
        max-width: 109.375vw; } }
    @media (max-width: 980px) {
      #about .about_wrap {
        margin: 0 auto;
        max-width: 90%; } }
  #about .about_txt {
    color: #fff;
    font-size: 1.1458333333vw;
    font-weight: bold;
    display: block;
    line-height: 2.2;
    margin-bottom: 60px;
    text-shadow: 0 0 8px #5c4933;
    text-align: center; }
    #about .about_txt::before, #about .about_txt::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    #about .about_txt::before {
      margin-top: calc((1 - 2.2) * 0.5em); }
    #about .about_txt::after {
      margin-bottom: calc((1 - 2.2) * 0.5em); }
    @media (max-width: 1280px) {
      #about .about_txt {
        font-size: 1.5625vw; } }
    @media (max-width: 980px) {
      #about .about_txt {
        font-size: 18px;
        text-align: left; } }
    @media (max-width: 480px) {
      #about .about_txt {
        font-size: 16px; } }
    #about .about_txt strong {
      color: #fff000; }
    #about .about_txt.en {
      line-height: 1.8; }
      #about .about_txt.en::before, #about .about_txt.en::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      #about .about_txt.en::before {
        margin-top: calc((1 - 1.8) * 0.5em); }
      #about .about_txt.en::after {
        margin-bottom: calc((1 - 1.8) * 0.5em); }
  #about .about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 980px) {
      #about .about_list {
        flex-direction: column;
        align-items: center; } }
    #about .about_list li {
      width: 100%;
      max-width: 19.7916666667vw; }
      @media (max-width: 980px) {
        #about .about_list li {
          margin-left: 70px;
          max-width: 65%; } }
      @media (max-width: 480px) {
        #about .about_list li {
          margin-left: 0;
          max-width: 100%; } }
      #about .about_list li:nth-child(n + 2) {
        margin-left: 1.0416666667vw; }
        @media (max-width: 980px) {
          #about .about_list li:nth-child(n + 2) {
            margin-left: 0;
            margin-right: 70px;
            margin-top: 30px; } }
        @media (max-width: 480px) {
          #about .about_list li:nth-child(n + 2) {
            margin: 0;
            margin-top: 30px; } }
      @media (max-width: 980px) {
        #about .about_list li:last-child {
          margin-left: 70px;
          margin-right: 0; } }
      @media (max-width: 480px) {
        #about .about_list li:last-child {
          margin-left: 0;
          margin-top: 30px; } }
      #about .about_list li:hover {
        opacity: .5;
        transition: all .3s; }
        @media (max-width: 980px) {
          #about .about_list li:hover {
            opacity: 1; } }
      #about .about_list li:active {
        transition: all .3s; }
        @media (max-width: 980px) {
          #about .about_list li:active {
            opacity: .5; } }

/* -----------------------------------------------------
   trailer
----------------------------------------------------- */
#trailer {
  background: url("../img/trailer/bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  padding: 120px 0 100px;
  position: relative; }
  @media (max-width: 1280px) {
    #trailer {
      padding: 9.375vw 50px; } }
  @media (max-width: 980px) {
    #trailer {
      background-position: right;
      padding: 14.2857142857vw 0 25.5102040816vw; } }
  @media (max-width: 480px) {
    #trailer {
      background-position: right;
      padding: 16.6666666667vw 0 29.1666666667vw; } }
  #trailer .trailer_ttl {
    margin: 0 auto 50px;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #trailer .trailer_ttl {
        margin-bottom: 3.90625vw;
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #trailer .trailer_ttl {
        margin-bottom: 40px;
        max-width: 90%; } }
    @media (max-width: 480px) {
      #trailer .trailer_ttl {
        margin-bottom: 30px;
        max-width: 90%; } }
    #trailer .trailer_ttl > img {
      width: 100%;
      max-width: 18.0729166667vw; }
      @media (max-width: 1280px) {
        #trailer .trailer_ttl > img {
          max-width: 27.109375vw; } }
      @media (max-width: 980px) {
        #trailer .trailer_ttl > img {
          max-width: 35.4081632653vw; } }
      @media (max-width: 480px) {
        #trailer .trailer_ttl > img {
          max-width: 47.2916666667vw; } }
    #trailer .trailer_ttl.en {
      max-width: 11.25vw; }
      @media (max-width: 1280px) {
        #trailer .trailer_ttl.en {
          max-width: 16.875vw; } }
      @media (max-width: 980px) {
        #trailer .trailer_ttl.en {
          max-width: 22.0408163265vw; } }
      @media (max-width: 480px) {
        #trailer .trailer_ttl.en {
          max-width: 30.2083333333vw; } }
  #trailer .trailer_wrap {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #trailer .trailer_wrap {
        max-width: 109.375vw; } }
    @media (max-width: 980px) {
      #trailer .trailer_wrap {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        max-width: 90%; } }
    #trailer .trailer_wrap > .coming_soon {
      margin: 200px auto;
      width: 100%;
      max-width: 26.0416666667vw; }
      @media (max-width: 1280px) {
        #trailer .trailer_wrap > .coming_soon {
          max-width: 39.0625vw; } }
      @media (max-width: 980px) {
        #trailer .trailer_wrap > .coming_soon {
          margin: 150px auto;
          max-width: 80%; } }
    #trailer .trailer_wrap > dl {
      margin: 0 auto;
      width: 100%;
      max-width: 43.75vw; }
      @media (max-width: 1280px) {
        #trailer .trailer_wrap > dl {
          max-width: 65.625vw; } }
      @media (max-width: 980px) {
        #trailer .trailer_wrap > dl {
          max-width: 100%; } }
      #trailer .trailer_wrap > dl dt {
        cursor: pointer; }
        #trailer .trailer_wrap > dl dt:hover {
          opacity: .5;
          transition: all .5s; }
          @media (max-width: 980px) {
            #trailer .trailer_wrap > dl dt:hover {
              opacity: 1; } }
        @media (max-width: 980px) {
          #trailer .trailer_wrap > dl dt:active {
            opacity: .5;
            transition: all .5s; } }
      #trailer .trailer_wrap > dl dd {
        color: #4f3c2a;
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        text-align: center; }
        @media (max-width: 980px) {
          #trailer .trailer_wrap > dl dd {
            font-size: 16px;
            margin-top: 20px;
            text-align: left; } }
        @media (max-width: 480px) {
          #trailer .trailer_wrap > dl dd {
            font-size: 15px; } }
  #trailer::after {
    content: "";
    background: url("../img/trailer/gorilla.png");
    background-size: cover;
    object-fit: contain;
    position: absolute;
    right: 2.2395833333vw;
    bottom: 0;
    margin-bottom: -6.5625vw;
    height: 30.5208333333vw;
    width: 22.34375vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #trailer::after {
        margin-bottom: -9.84375vw;
        right: 3.359375vw; } }
    @media (max-width: 980px) {
      #trailer::after {
        margin-bottom: -12.8571428571vw;
        height: 46.5306122449vw;
        width: 31.5306122449vw;
        right: 0; } }

/* -----------------------------------------------------
   collabo
----------------------------------------------------- */
#collabo {
  background: #333;
  background-size: cover;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative; }
  @media (max-width: 1280px) {
    #collabo {
      padding: 7.8125vw 50px; } }
  @media (max-width: 980px) {
    #collabo {
      padding: 10.2040816327vw 0; } }
  @media (max-width: 480px) {
    #collabo {
      padding: 16.6666666667vw 0; } }
  #collabo .collabo_ttl {
    margin: 0 auto 50px;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #collabo .collabo_ttl {
        margin-bottom: 3.90625vw;
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #collabo .collabo_ttl {
        margin-bottom: 40px;
        max-width: 90%; } }
    @media (max-width: 480px) {
      #collabo .collabo_ttl {
        margin-bottom: 30px;
        max-width: 90%; } }
    #collabo .collabo_ttl > img {
      width: 100%;
      max-width: 30.2083333333vw; }
      @media (max-width: 1280px) {
        #collabo .collabo_ttl > img {
          max-width: 45.3125vw; } }
      @media (max-width: 980px) {
        #collabo .collabo_ttl > img {
          max-width: 59.1836734694vw; } }
      @media (max-width: 480px) {
        #collabo .collabo_ttl > img {
          max-width: 90%; } }
    #collabo .collabo_ttl.en {
      max-width: 11.25vw; }
      @media (max-width: 1280px) {
        #collabo .collabo_ttl.en {
          max-width: 16.875vw; } }
      @media (max-width: 980px) {
        #collabo .collabo_ttl.en {
          max-width: 22.0408163265vw; } }
      @media (max-width: 480px) {
        #collabo .collabo_ttl.en {
          max-width: 30.2083333333vw; } }
  #collabo .collabo_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #collabo .collabo_wrap {
        max-width: 109.375vw; } }
    @media (max-width: 980px) {
      #collabo .collabo_wrap {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        max-width: 90%; } }
  #collabo .collabo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 980px) {
      #collabo .collabo_list {
        flex-direction: column; } }
    #collabo .collabo_list li {
      width: 100%;
      max-width: 33.8541666667vw; }
      @media (max-width: 1280px) {
        #collabo .collabo_list li {
          max-width: 50.78125vw; } }
      @media (max-width: 980px) {
        #collabo .collabo_list li {
          max-width: 100%; } }
      #collabo .collabo_list li:nth-child(n + 2) {
        margin-left: 4.9479166667vw; }
        @media (max-width: 980px) {
          #collabo .collabo_list li:nth-child(n + 2) {
            margin-left: 0;
            margin-top: 30px; } }
      #collabo .collabo_list li:hover {
        opacity: .5;
        transition: all .3s; }
        @media (max-width: 980px) {
          #collabo .collabo_list li:hover {
            opacity: 1; } }
      #collabo .collabo_list li:active {
        transition: all .3s; }
        @media (max-width: 980px) {
          #collabo .collabo_list li:active {
            opacity: .5; } }

/* -----------------------------------------------------
   product
----------------------------------------------------- */
#product {
  background: url("../img/product/bg.jpg");
  background-size: cover;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative; }
  @media (max-width: 1280px) {
    #product {
      padding: 7.8125vw 50px; } }
  @media (max-width: 980px) {
    #product {
      background-position: 70%;
      padding: 10.2040816327vw 0; } }
  @media (max-width: 480px) {
    #product {
      padding: 16.6666666667vw 0; } }
  #product .product_ttl {
    margin: 0 auto 50px;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #product .product_ttl {
        margin-bottom: 3.90625vw;
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #product .product_ttl {
        margin-bottom: 40px;
        max-width: 90%; } }
    @media (max-width: 480px) {
      #product .product_ttl {
        margin-bottom: 30px; } }
    #product .product_ttl > img {
      width: 100%;
      max-width: 18.9583333333vw; }
      @media (max-width: 1280px) {
        #product .product_ttl > img {
          max-width: 28.4375vw; } }
      @media (max-width: 980px) {
        #product .product_ttl > img {
          max-width: 37.1428571429vw; } }
      @media (max-width: 480px) {
        #product .product_ttl > img {
          max-width: 55vw; } }
    #product .product_ttl.en {
      max-width: 11.25vw; }
      @media (max-width: 1280px) {
        #product .product_ttl.en {
          max-width: 16.875vw; } }
      @media (max-width: 980px) {
        #product .product_ttl.en {
          max-width: 22.0408163265vw; } }
      @media (max-width: 480px) {
        #product .product_ttl.en {
          max-width: 30.2083333333vw; } }
  #product .product_wrap {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #product .product_wrap {
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #product .product_wrap {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        max-width: 90%; } }
  #product .product_productImg {
    width: 100%;
    max-width: 27.8125vw; }
    @media (max-width: 1280px) {
      #product .product_productImg {
        max-width: 41.71875vw; } }
    @media (max-width: 980px) {
      #product .product_productImg {
        max-width: 80%; } }
  #product .product_cont {
    margin-left: 40px;
    width: 100%; }
    @media (max-width: 1280px) {
      #product .product_cont {
        margin-left: 3.125vw; } }
    @media (max-width: 980px) {
      #product .product_cont {
        margin-left: 0;
        margin-top: 40px; } }
    #product .product_cont div {
      display: flex;
      align-items: center;
      width: 100%; }
      @media (max-width: 980px) {
        #product .product_cont div {
          align-items: center; } }
      @media (max-width: 480px) {
        #product .product_cont div {
          flex-direction: column; } }
      #product .product_cont div:nth-child(n + 2) {
        margin-top: 1.0416666667vw; }
        @media (max-width: 1280px) {
          #product .product_cont div:nth-child(n + 2) {
            margin-top: 1.5625vw; } }
        @media (max-width: 980px) {
          #product .product_cont div:nth-child(n + 2) {
            margin-top: 4.0816326531vw; } }
        @media (max-width: 480px) {
          #product .product_cont div:nth-child(n + 2) {
            margin-top: 8.3333333333vw; } }
      @media (max-width: 980px) {
        #product .product_cont div:nth-child(5) {
          align-items: flex-start; }
          #product .product_cont div:nth-child(5) dd {
            margin-top: 14px; } }
      #product .product_cont div dt, #product .product_cont div dd {
        font-family: "Noto Sans JP", sans-serif;
        color: #fff;
        width: 100%; }
      #product .product_cont div dt {
        background: #092932;
        box-sizing: border-box;
        border: 1px solid #fff;
        font-size: 0.9375vw;
        font-weight: bold;
        padding: 15px 10px;
        text-align: center;
        width: 100%;
        max-width: 10.4166666667vw;
        margin-right: 40px; }
        @media (max-width: 1280px) {
          #product .product_cont div dt {
            font-size: 1.40625vw;
            max-width: 15.625vw; } }
        @media (max-width: 980px) {
          #product .product_cont div dt {
            font-size: 14px;
            max-width: 140px;
            margin-right: 20px; } }
        @media (max-width: 480px) {
          #product .product_cont div dt {
            margin-right: 0;
            max-width: 100%; } }
      #product .product_cont div dd {
        color: #111;
        font-size: 1.0416666667vw;
        font-weight: bold;
        line-height: 1.4; }
        #product .product_cont div dd::before, #product .product_cont div dd::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        #product .product_cont div dd::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        #product .product_cont div dd::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
        @media (max-width: 1280px) {
          #product .product_cont div dd {
            font-size: 1.5625vw; } }
        @media (max-width: 980px) {
          #product .product_cont div dd {
            font-size: 16px; } }
        @media (max-width: 480px) {
          #product .product_cont div dd {
            margin-top: 15px; } }
        #product .product_cont div dd > span {
          color: #ff2a00; }
          #product .product_cont div dd > span.notes {
            color: #111;
            font-size: 0.7291666667vw; }
            @media (max-width: 1280px) {
              #product .product_cont div dd > span.notes {
                font-size: 1.09375vw; } }
            @media (max-width: 980px) {
              #product .product_cont div dd > span.notes {
                font-size: 12px; } }
            @media (max-width: 480px) {
              #product .product_cont div dd > span.notes {
                margin-top: 12px; } }
    #product .product_cont.en dt {
      max-width: 13.0208333333vw; }
      @media (max-width: 1280px) {
        #product .product_cont.en dt {
          max-width: 19.53125vw; } }
      @media (max-width: 980px) {
        #product .product_cont.en dt {
          max-width: 25.5102040816vw; } }
      @media (max-width: 480px) {
        #product .product_cont.en dt {
          max-width: 100%; } }
  #product .product_buyBtn {
    margin: 80px auto 0;
    position: relative;
    width: 100%;
    max-width: 72.9166666667vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      #product .product_buyBtn {
        margin-top: 6.25vw;
        max-width: 107.8125vw; } }
    @media (max-width: 980px) {
      #product .product_buyBtn {
        margin-top: 50px;
        max-width: 90%; } }
    #product .product_buyBtn > h3 {
      color: #e9c46d;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.9791666667vw;
      font-weight: 900;
      margin: 0 auto 40px;
      text-align: center;
      width: 100%;
      max-width: 8.125vw; }
      @media (max-width: 1280px) {
        #product .product_buyBtn > h3 {
          max-width: 12.1875vw;
          font-size: 2.96875vw; } }
      @media (max-width: 980px) {
        #product .product_buyBtn > h3 {
          max-width: 15.9183673469vw;
          font-size: 3.8775510204vw; } }
      @media (max-width: 480px) {
        #product .product_buyBtn > h3 {
          max-width: 32.5vw;
          margin-bottom: 30px;
          font-size: 5.8333333333vw; } }
  #product .product_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -30px; }
    @media (max-width: 980px) {
      #product .product_btn {
        flex-direction: column; } }
    #product .product_btn a {
      color: #fff;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      border: 1px solid #fff;
      padding: 0.9895833333vw 0 0.9895833333vw 2.0833333333vw;
      margin-top: 30px;
      position: relative;
      width: 100%;
      max-width: 19.7916666667vw; }
      @media (max-width: 1280px) {
        #product .product_btn a {
          padding: 1.484375vw 0 1.484375vw 3.125vw;
          max-width: 29.6875vw; } }
      @media (max-width: 980px) {
        #product .product_btn a {
          padding: 20px 0 20px 30px;
          max-width: 100%; } }
      #product .product_btn a:nth-child(n + 2) {
        margin-left: 40px; }
        @media (max-width: 980px) {
          #product .product_btn a:nth-child(n + 2) {
            margin-left: 0;
            margin-top: 30px; } }
      #product .product_btn a::before {
        content: "";
        background: url("../img/btn_arrow.svg") no-repeat;
        background-size: 100%;
        margin-top: -0.5729166667vw;
        position: absolute;
        right: 2.6041666667vw;
        top: 50%;
        height: 1.09375vw;
        width: 100%;
        max-width: 4.4791666667vw; }
        @media (max-width: 1280px) {
          #product .product_btn a::before {
            margin-top: -0.859375vw;
            right: 3.90625vw;
            height: 1.640625vw;
            max-width: 6.71875vw; } }
        @media (max-width: 980px) {
          #product .product_btn a::before {
            margin-top: -1.1224489796vw;
            right: 4.0816326531vw;
            height: 2.1428571429vw;
            max-width: 8.7755102041vw; } }
      #product .product_btn a:hover {
        transition: all .5s; }
        #product .product_btn a:hover::before {
          right: 1.3020833333vw;
          transition: all .3s; }
          @media (max-width: 980px) {
            #product .product_btn a:hover::before {
              right: 4.0816326531vw; } }
      @media (max-width: 980px) {
        #product .product_btn a:active::before {
          right: 2.0408163265vw; } }
      #product .product_btn a.switch {
        background: #e60012; }
        #product .product_btn a.switch:hover {
          background: #e60012; }
          @media (max-width: 980px) {
            #product .product_btn a.switch:hover {
              background: #e60012; } }
        @media (max-width: 980px) {
          #product .product_btn a.switch:active {
            background: #e60012; } }
        #product .product_btn a.switch > img {
          width: 100%;
          max-width: 8.90625vw; }
          @media (max-width: 1280px) {
            #product .product_btn a.switch > img {
              max-width: 13.359375vw; } }
          @media (max-width: 980px) {
            #product .product_btn a.switch > img {
              max-width: 140px; } }
          @media (max-width: 480px) {
            #product .product_btn a.switch > img {
              max-width: 120px; } }
      #product .product_btn a.playstation {
        background: #003087;
        width: 100%;
        max-width: 28.125vw; }
        @media (max-width: 1280px) {
          #product .product_btn a.playstation {
            max-width: 42.1875vw; } }
        @media (max-width: 980px) {
          #product .product_btn a.playstation {
            max-width: 100%; } }
        #product .product_btn a.playstation:hover {
          background: #003087; }
          @media (max-width: 980px) {
            #product .product_btn a.playstation:hover {
              background: #003087; } }
        @media (max-width: 980px) {
          #product .product_btn a.playstation:active {
            background: #003087; } }
        #product .product_btn a.playstation > img {
          width: 100%;
          max-width: 16.3020833333vw; }
          @media (max-width: 1280px) {
            #product .product_btn a.playstation > img {
              max-width: 24.453125vw; } }
          @media (max-width: 980px) {
            #product .product_btn a.playstation > img {
              max-width: 250px; } }
          @media (max-width: 480px) {
            #product .product_btn a.playstation > img {
              max-width: 180px; } }
      #product .product_btn a.steam {
        background: #333e50; }
        #product .product_btn a.steam:hover {
          background: #333e50; }
          @media (max-width: 980px) {
            #product .product_btn a.steam:hover {
              background: #333e50; } }
        @media (max-width: 980px) {
          #product .product_btn a.steam:active {
            background: #333e50; } }
        #product .product_btn a.steam > img {
          width: 100%;
          max-width: 7.8125vw; }
          @media (max-width: 1280px) {
            #product .product_btn a.steam > img {
              max-width: 11.71875vw; } }
          @media (max-width: 980px) {
            #product .product_btn a.steam > img {
              max-width: 100px; } }
      #product .product_btn a.android {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        margin-top: 30px;
        padding: 0.5208333333vw 0 0.5208333333vw 2.0833333333vw;
        background: #fff; }
        @media (max-width: 1280px) {
          #product .product_btn a.android {
            padding: 0.78125vw 0 0.78125vw 3.125vw; } }
        @media (max-width: 980px) {
          #product .product_btn a.android {
            font-size: 25px;
            padding: 20px 0 20px 30px; } }
        #product .product_btn a.android > img {
          width: 100%;
          max-width: 8.8541666667vw; }
          @media (max-width: 1280px) {
            #product .product_btn a.android > img {
              max-width: 13.28125vw; } }
          @media (max-width: 980px) {
            #product .product_btn a.android > img {
              max-width: 140px; } }
        #product .product_btn a.android::before {
          content: "";
          background: url("../img/btn_bk_arrow.svg") no-repeat; }
      #product .product_btn a.iOS {
        border: 0;
        padding: 0;
        margin-top: 30px;
        width: 100%;
        max-width: 12.5vw; }
        @media (max-width: 1280px) {
          #product .product_btn a.iOS {
            max-width: 11.71875vw; } }
        @media (max-width: 980px) {
          #product .product_btn a.iOS {
            margin: 30px auto 0;
            max-width: 160px; } }
        #product .product_btn a.iOS::before {
          display: none; }
        #product .product_btn a.iOS:hover {
          opacity: .6;
          transition: all .3s; }
          @media (max-width: 980px) {
            #product .product_btn a.iOS:hover {
              opacity: 1; } }
        @media (max-width: 980px) {
          #product .product_btn a.iOS:active {
            opacity: .6;
            transition: all .3s; } }

/* -----------------------------------------------------
   modal
----------------------------------------------------- */
.remodal {
  position: relative;
  padding: 25px; }
  @media (max-width: 480px) {
    .remodal {
      padding: 4.1666666667vw 0 10.4166666667vw !important; } }
  .remodal img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.remodal_close {
  cursor: pointer;
  margin: 0 0 0 auto;
  height: 86px;
  width: 66px;
  transition: all .3s; }
  @media (max-width: 1280px) {
    .remodal_close {
      margin-right: 1%;
      height: 5.15625vw;
      width: 3.59375vw; } }
  @media screen and (max-width: 1024px) {
    .remodal_close {
      margin-right: 2.5%;
      margin-bottom: 1%; } }
  @media (max-width: 980px) {
    .remodal_close {
      margin-right: 5%;
      margin-bottom: 2%;
      height: 8.7755102041vw;
      width: 6.7346938776vw; } }
  @media (max-width: 480px) {
    .remodal_close {
      padding-right: 0;
      height: 56px;
      width: 38px; } }
  .remodal_close:hover {
    opacity: .6;
    transition: all .3s; }
    @media (max-width: 980px) {
      .remodal_close:hover {
        opacity: 1; } }
  @media (max-width: 980px) {
    .remodal_close:active {
      opacity: .6;
      transition: all .3s; } }

.ss_modal {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 30px; }

.movie_modal {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-top: 56.25%; }
  .movie_modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*==================================================*/
/* button */
/*==================================================*/
.btn {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #e60012;
  border-radius: 50px;
  font-size: 1.3541666667vw;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3.4375vw;
  position: relative;
  width: 100%;
  max-width: 19.7916666667vw;
  text-align: center; }
  @media (max-width: 980px) {
    .btn {
      font-size: 2.6530612245vw;
      padding-top: 5.612244898vw;
      max-width: 31.6326530612vw; } }
  @media (max-width: 480px) {
    .btn {
      font-size: 2.9166666667vw;
      padding-top: 7.2916666667vw;
      max-width: 41.6666666667vw; } }
  .btn::before {
    content: "";
    background: #e60012;
    width: 100%;
    height: 2px;
    max-width: 2.6041666667vw;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    @media (max-width: 480px) {
      .btn::before {
        max-width: 6.25vw; } }
  .btn.en-top {
    max-width: 25.5208333333vw; }
    @media (max-width: 980px) {
      .btn.en-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 44.8979591837vw; } }
    @media (max-width: 480px) {
      .btn.en-top {
        font-size: 3.125vw;
        padding-top: 8.3333333333vw;
        max-width: 58.3333333333vw; } }
  .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn a:hover {
      transition: all .3s;
      background: #ffffb4; }

.btn-series {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #e60012;
  border-radius: 50px;
  font-size: 1.3541666667vw;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3.4375vw;
  position: relative;
  width: 100%;
  max-width: 19.7916666667vw;
  text-align: center; }
  @media (max-width: 1280px) {
    .btn-series {
      font-size: 2.03125vw;
      padding-top: 5.15625vw;
      max-width: 29.6875vw; } }
  @media (max-width: 980px) {
    .btn-series {
      font-size: 2.6530612245vw;
      padding-top: 6.7346938776vw;
      max-width: 38.7755102041vw; } }
  @media (max-width: 480px) {
    .btn-series {
      font-size: 4.1666666667vw;
      padding-top: 12.0833333333vw;
      max-width: 66.6666666667vw; } }
  .btn-series::before {
    content: "";
    background: #e60012;
    width: 100%;
    height: 2px;
    max-width: 2.6041666667vw;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    @media (max-width: 1280px) {
      .btn-series::before {
        max-width: 3.125vw; } }
    @media (max-width: 980px) {
      .btn-series::before {
        max-width: 4.0816326531vw; } }
    @media (max-width: 480px) {
      .btn-series::before {
        max-width: 6.25vw; } }
  .btn-series.en-top {
    max-width: 25.5208333333vw; }
    @media (max-width: 980px) {
      .btn-series.en-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 44.8979591837vw; } }
    @media (max-width: 480px) {
      .btn-series.en-top {
        font-size: 3.125vw;
        padding-top: 8.3333333333vw;
        max-width: 58.3333333333vw; } }
  .btn-series a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60012;
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn-series a:hover {
      transition: all .3s;
      background: #ffffb4; }

.btn-vote {
  background: url("../img/series/btn_bg_vote.png") no-repeat left top/100%;
  position: relative;
  margin: -2.6041666667vw auto 5.2083333333vw;
  padding: 0;
  transition: all .3s;
  height: 5.2083333333vw;
  width: 100%;
  max-width: 26.0416666667vw; }
  @media (max-width: 1280px) {
    .btn-vote {
      margin: -3.90625vw auto 7.8125vw;
      height: 7.8125vw;
      max-width: 39.0625vw; } }
  @media (max-width: 980px) {
    .btn-vote {
      margin: -5.1020408163vw auto 10.2040816327vw;
      height: 10.2040816327vw;
      max-width: 51.0204081633vw; } }
  @media (max-width: 480px) {
    .btn-vote {
      margin: -6.25vw auto 12.5vw;
      height: 12.5vw;
      max-width: 62.5vw; } }
  .btn-vote a {
    color: #fff596;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.5625vw;
    font-weight: 700;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    /*padding: 20px 20px 20px 30px;*/
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      .btn-vote a {
        font-size: 2.34375vw; } }
    @media (max-width: 980px) {
      .btn-vote a {
        font-size: 3.0612244898vw; } }
    @media (max-width: 480px) {
      .btn-vote a {
        font-size: 4.1666666667vw; } }
    .btn-vote a::before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 1.75em;
      transform: translateY(calc(-50% - 3px)) rotate(45deg);
      width: 20px;
      height: 3px;
      background: #fff596;
      transition: all .3s; }
      @media (max-width: 980px) {
        .btn-vote a::before {
          top: calc(50% - 1px);
          height: 2px;
          width: 10px; } }
    .btn-vote a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.8em;
      transform: translateY(-50%);
      width: 50px;
      height: 3px;
      background: #fff596;
      transition: all .3s; }
      @media (max-width: 980px) {
        .btn-vote a::after {
          height: 2px;
          width: 30px; } }
      @media (max-width: 480px) {
        .btn-vote a::after {
          height: 2px;
          width: 20px; } }
    .btn-vote a:hover {
      text-decoration: none;
      color: #fff; }
      @media (max-width: 980px) {
        .btn-vote a:hover {
          color: #fff596; } }
      .btn-vote a:hover::before {
        right: 1.45em; }
        @media (max-width: 980px) {
          .btn-vote a:hover::before {
            right: 1.75em; } }
      .btn-vote a:hover::after {
        right: 1.5em; }
        @media (max-width: 980px) {
          .btn-vote a:hover::after {
            right: 1.8em; } }
    @media (max-width: 980px) {
      .btn-vote a:active {
        color: #fff; }
        .btn-vote a:active::before {
          right: 1.45em; }
        .btn-vote a:active::after {
          right: 1.5em; } }

/*==================================================*/
/* @keyframes */
/*==================================================*/
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes equalizer01 {
  0% {
    width: 70%; }
  10% {
    width: 50%; }
  20% {
    width: 100%; }
  30% {
    width: 10%; }
  40% {
    width: 50%; }
  50% {
    width: 70%; }
  60% {
    width: 50%; }
  70% {
    width: 10%; }
  80% {
    width: 100%; }
  90% {
    width: 10%; }
  100% {
    width: 70%; } }
@keyframes equalizer02 {
  0% {
    width: 30%; }
  10% {
    width: 20%; }
  20% {
    width: 40%; }
  30% {
    width: 10%; }
  40% {
    width: 20%; }
  50% {
    width: 30%; }
  60% {
    width: 20%; }
  70% {
    width: 10%; }
  80% {
    width: 40%; }
  90% {
    width: 10%; }
  100% {
    width: 30%; } }
