@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
@import url("http://fonts.googleapis.com/css2?family=Koulen&amp;family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;500;600;700;800;900&amp;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 */
/*==================================================*/
/*
  @media screen and (max-width:0px) {}
  @include pad{}
  @include sp{}
*/
.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%; }

.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s, transform .5s; }

.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s; }

.fadeBottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/*==================================================*/
/* contents */
/*==================================================*/
body {
  background: #000;
  background-size: cover;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  position: relative; }

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-family: "M PLUS 2", sans-serif;
  background: black; }
  #splash #splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
    color: #000;
    width: 100%; }
  #splash #splash_text svg {
    height: 2px; }
  #splash .loader_cover {
    width: 100%;
    height: 50%;
    background-color: #000;
    transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    transform: scaleY(1); }
  #splash .loader_cover-up {
    transform-origin: center top; }
  #splash .loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom; }
  #splash .coveranime {
    transform: scaleY(0); }

#nav {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
  width: 100%;
  z-index: 999; }
  @media screen and (max-width: 1150px) {
    #nav {
      background: none; } }
  @media (max-width: 980px) {
    #nav {
      right: 0;
      width: 60px; } }
  #nav nav {
    margin-left: 50px; }
    @media screen and (max-width: 1480px) {
      #nav nav {
        box-sizing: border-box;
        padding-left: 30px;
        margin-left: 0; } }
    @media screen and (max-width: 1150px) {
      #nav nav {
        padding-left: 0; } }
    #nav nav ul {
      height: 60px;
      margin-left: -70px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1240px) {
        #nav nav ul {
          margin-left: -55px; } }
      @media screen and (max-width: 1150px) {
        #nav nav ul {
          display: flex;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box;
          padding-top: 80px;
          margin-left: 0;
          height: auto;
          margin-left: 0;
          margin-top: -30px; } }
      #nav nav ul li {
        font-family: "M PLUS 2", sans-serif;
        font-size: 20px;
        margin-left: 70px;
        white-space: nowrap;
        /*margin-left: 55px;*/ }
        @media screen and (max-width: 1150px) {
          #nav nav ul li {
            margin-left: 0;
            margin-top: 30px;
            white-space: normal; } }
        #nav nav ul li a {
          color: #fff;
          font-weight: bold;
          transition: all .3s;
          position: relative; }
          #nav nav ul li a:hover {
            color: #fd3329;
            font-weight: bold;
            transition: all .3s; }
            #nav nav ul li a:hover::before {
              content: "";
              background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/nav_icon_on.png") no-repeat top left;
              background-size: 100%;
              position: absolute;
              left: -25px;
              top: 50%;
              margin-top: -11px;
              height: 21px;
              width: 20px;
              transition: all .3s; }
              @media screen and (max-width: 1150px) {
                #nav nav ul li a:hover::before {
                  display: none; } }
            @media screen and (max-width: 1150px) {
              #nav nav ul li a:hover {
                color: #fff; } }
          @media screen and (max-width: 1150px) {
            #nav nav ul li a:active {
              color: #fd3329; } }
        #nav nav ul li.buy {
          box-sizing: border-box;
          margin: 0 0 0 auto;
          padding-right: 70px;
          position: relative; }
          @media screen and (max-width: 1150px) {
            #nav nav ul li.buy {
              margin: 30px auto 0;
              padding-right: 10px;
              text-align: center; } }
          #nav nav ul li.buy a {
            color: #fff000;
            font-weight: bold;
            transition: all .3s;
            position: relative; }
            #nav nav ul li.buy a::after {
              content: "";
              background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/nav_icon_buy.png") no-repeat top left;
              background-size: 100%;
              position: absolute;
              right: -25px;
              top: 50%;
              margin-top: -10px;
              height: 21px;
              width: 20px;
              transition: all .3s; }
            #nav nav ul li.buy a:hover {
              color: #fff000;
              opacity: .6; }
              @media screen and (max-width: 1150px) {
                #nav nav ul li.buy a:hover {
                  opacity: 1; } }
              #nav nav ul li.buy a:hover::before {
                display: none; }
            @media screen and (max-width: 1150px) {
              #nav nav ul li.buy a:active {
                color: #fff000;
                opacity: .6; } }
    #nav nav .acd-check {
      display: none; }
    #nav nav .acd-label {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      margin-bottom: 1px;
      padding: 10px;
      transition: all .3s; }
      #nav nav .acd-label:hover {
        opacity: .5; }
    #nav nav .acd-content {
      box-sizing: border-box;
      position: fixed;
      background: #000;
      top: 4.1666666667vw;
      height: 0;
      opacity: 0;
      padding: 0 10px;
      transition: all .1s;
      visibility: hidden;
      width: 100%;
      max-width: 200px; }
      #nav nav .acd-content p {
        color: #555; }
        #nav nav .acd-content p a {
          color: #fff;
          transition: all .3s; }
      #nav nav .acd-content.box {
        box-sizing: border-box;
        position: fixed;
        background: #000;
        top: 3.6458333333vw;
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: all .1s;
        visibility: hidden;
        width: 100%;
        max-width: 200px; }
        #nav nav .acd-content.box p {
          color: #555;
          text-align: center; }
          #nav nav .acd-content.box p a {
            color: #fff;
            transition: all .3s; }
            #nav nav .acd-content.box p a:hover {
              opacity: 1; }
    #nav nav .acd-check:checked + .acd-label + .acd-content {
      box-sizing: border-box;
      height: auto;
      opacity: 1;
      padding: 10px 0;
      visibility: visible; }

@media screen and (max-width: 1150px) {
  .openbtn {
    position: absolute;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #000;
    border-top: 0;
    border-right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 1000; }
    .openbtn span {
      display: inline-block;
      transition: all .4s;
      /*アニメーションの設定*/
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
      background: #fff; }
      .openbtn span:nth-of-type(1) {
        top: 20px;
        width: 45%; }
      .openbtn span:nth-of-type(2) {
        top: 28px;
        width: 45%; }
      .openbtn span:nth-of-type(3) {
        top: 36px;
        width: 45%; }
    .openbtn.active span:nth-of-type(1) {
      top: 23px;
      left: 15px;
      transform: translateY(6px) rotate(-135deg);
      width: 50%; }
    .openbtn.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn.active span:nth-of-type(3) {
      top: 35px;
      left: 15px;
      transform: translateY(-6px) rotate(135deg);
      width: 50%; }

  nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(250, 178, 255, 0.8) 10%, #6757ff 100%);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3; }

  .open nav {
    left: 0; } }
@media screen and (max-width: 1150px) and (max-width: 767px) {
  nav {
    left: -100%;
    width: 100%; } }
header {
  background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/bg_top.jpg") no-repeat top center, #020a13;
  box-sizing: border-box;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
  width: 100%;
  /*==================================================*/
  /* movie */
  /*==================================================*/
  /*==================================================*/
  /* buy */
  /*==================================================*/ }
  @media (max-width: 980px) {
    header {
      background-size: cover;
      padding-top: 72px; } }
  @media (max-width: 480px) {
    header {
      padding-top: 52px; } }
  header .charaImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }
  header .head_cont {
    position: relative;
    z-index: 1; }
    header .head_cont h1 {
      width: 100%;
      max-width: 42.8125vw;
      margin: 0 auto; }
      @media (max-width: 980px) {
        header .head_cont h1 {
          max-width: 55.1020408163vw; } }
      @media (max-width: 480px) {
        header .head_cont h1 {
          max-width: 66.6666666667vw; } }
    header .head_cont .release {
      margin: -20px auto 0;
      width: 100%;
      max-width: 21.875vw; }
      @media (max-width: 980px) {
        header .head_cont .release {
          margin: -2.0408163265vw auto 0;
          max-width: 42.8571428571vw; } }
    header .head_cont .topbtn_area ul {
      display: flex;
      max-width: 600px;
      margin: 2.0408163265vw auto 80px; }
      @media (max-width: 980px) {
        header .head_cont .topbtn_area ul {
          display: block;
          margin: 28.5714285714vw auto 0; } }
      header .head_cont .topbtn_area ul li {
        width: 49%; }
        @media (max-width: 980px) {
          header .head_cont .topbtn_area ul li {
            width: 100%; } }
        header .head_cont .topbtn_area ul li:first-of-type {
          margin-right: 2%; }
          @media (max-width: 980px) {
            header .head_cont .topbtn_area ul li:first-of-type {
              margin-right: 0; } }
    header .head_cont .topbtn {
      margin: 0 auto;
      border: 2px solid #bd68ff;
      background: rgba(14, 0, 43, 0.9);
      position: relative;
      padding: 0;
      transition: all .3s;
      max-width: 340px; }
      header .head_cont .topbtn:hover {
        background: #1f005e; }
      header .head_cont .topbtn.privilege {
        border: 2px solid #c94040;
        background: rgba(60, 0, 0, 0.9); }
        header .head_cont .topbtn.privilege:hover {
          background: #720000; }
      @media (max-width: 980px) {
        header .head_cont .topbtn {
          margin: 2.0408163265vw auto 0;
          width: 70%; }
          header .head_cont .topbtn:hover {
            background: rgba(14, 0, 43, 0.9); }
          header .head_cont .topbtn:active {
            background: #1f005e; }
          header .head_cont .topbtn.privilege {
            border: 2px solid #e75454;
            background: rgba(60, 0, 0, 0.9); }
            header .head_cont .topbtn.privilege:hover {
              background: rgba(60, 0, 0, 0.9); }
            header .head_cont .topbtn.privilege:active {
              background: #720000; } }
      header .head_cont .topbtn a {
        color: #fff;
        display: flex;
        align-items: baseline;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: .05em;
        font-weight: 700;
        position: relative;
        margin: 0 auto;
        padding: 20px 20px 20px 20px;
        text-decoration: none;
        transition: all .3s; }
        header .head_cont .topbtn a span {
          font-size: 24px;
          font-weight: bold;
          color: #ffff00; }
          @media (max-width: 980px) {
            header .head_cont .topbtn a span {
              font-size: 18px; } }
        @media (max-width: 980px) {
          header .head_cont .topbtn a {
            font-size: 16px;
            letter-spacing: .08em; } }
        header .head_cont .topbtn a::before {
          content: '';
          position: absolute;
          top: calc(50% - 3px);
          right: 1.2em;
          transform: translateY(calc(-50% - 3px)) rotate(45deg);
          width: 16px;
          height: 2px;
          background: #fff;
          transition: all .3s; }
        header .head_cont .topbtn a::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 1.2em;
          transform: translateY(-50%);
          width: 50px;
          height: 2px;
          background: #fff;
          transition: all .3s; }
        header .head_cont .topbtn a:hover {
          text-decoration: none;
          opacity: 1; }
          header .head_cont .topbtn a:hover::before, header .head_cont .topbtn a:hover::after {
            right: .5em; }
            @media (max-width: 980px) {
              header .head_cont .topbtn a:hover::before, header .head_cont .topbtn a:hover::after {
                right: 1.2em; } }
        @media (max-width: 980px) {
          header .head_cont .topbtn a {
            padding: 20px 90px 20px 20px; }
            header .head_cont .topbtn a:active::before, header .head_cont .topbtn a:active::after {
              right: .6em; } }
  header .movie_area {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 580px;
    margin: 0 auto 60px; }
    @media (max-width: 980px) {
      header .movie_area {
        margin: 40px auto 40px;
        max-width: 90%; } }
    header .movie_area .youtube_movie {
      position: relative;
      z-index: 1; }
      header .movie_area .youtube_movie:hover {
        cursor: pointer; }
        header .movie_area .youtube_movie:hover .movie {
          background: #444; }
          header .movie_area .youtube_movie:hover .movie figure {
            transition: all .3s;
            opacity: .8; }
            @media (max-width: 980px) {
              header .movie_area .youtube_movie:hover .movie figure {
                opacity: 1; } }
      @media (max-width: 980px) {
        header .movie_area .youtube_movie:active {
          cursor: pointer; }
          header .movie_area .youtube_movie:active .movie {
            background: #444; }
            header .movie_area .youtube_movie:active .movie figure {
              transition: all .3s;
              opacity: .8; } }
      header .movie_area .youtube_movie::after {
        content: "";
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/header/movie_frame.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  header #buy_btn_area {
    margin: 55px auto; }
    @media (max-width: 980px) {
      header #buy_btn_area {
        margin: 40px auto 30px; } }
    header #buy_btn_area ul.reserve {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      margin-left: -40px; }
      @media (max-width: 1280px) {
        header #buy_btn_area ul.reserve {
          margin-left: -20px;
          margin-top: -20px; } }
      header #buy_btn_area ul.reserve li {
        box-sizing: border-box;
        border: 1px solid #fff;
        position: relative;
        padding: 10px 30px;
        transition: all .3s;
        margin-left: 40px; }
        @media (max-width: 1280px) {
          header #buy_btn_area ul.reserve li {
            margin-left: 20px;
            margin-top: 20px;
            padding: 10px 20px; } }
        header #buy_btn_area ul.reserve li:hover {
          transition: all .3s;
          opacity: .5; }
          header #buy_btn_area ul.reserve li:hover.sw {
            background: #FF4554; }
          header #buy_btn_area ul.reserve li:hover.ps5 {
            background: #002fc3; }
          header #buy_btn_area ul.reserve li:hover.ps4 {
            background: #008afa; }
          header #buy_btn_area ul.reserve li:hover.xbox {
            background: #8bd80a; }
          header #buy_btn_area ul.reserve li:hover.x-series {
            background: #107c10; }
          header #buy_btn_area ul.reserve li:hover.steam {
            background: #230F5C; }
          @media (max-width: 980px) {
            header #buy_btn_area ul.reserve li:hover {
              opacity: 1; } }
        @media (max-width: 980px) {
          header #buy_btn_area ul.reserve li:active {
            transition: all .3s;
            opacity: .5; } }
        header #buy_btn_area ul.reserve li a {
          box-sizing: border-box;
          padding-top: 50px;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 0; }
        header #buy_btn_area ul.reserve li img {
          opacity: 1; }
          @media (max-width: 1280px) {
            header #buy_btn_area ul.reserve li img {
              height: 40px;
              width: auto; } }
          @media (max-width: 980px) {
            header #buy_btn_area ul.reserve li img {
              height: 30px;
              width: auto; } }

footer {
  border-top: 2px solid #333;
  box-sizing: border-box;
  padding: 60px 0 40px; }
  @media (max-width: 980px) {
    footer {
      padding: 40px 0; } }
  footer div.link_area {
    margin-bottom: 45px; }
    @media (max-width: 980px) {
      footer div.link_area {
        margin-bottom: 30px;
        padding: 0 10px; } }
    footer div.link_area ul {
      display: flex;
      justify-content: center;
      flex-flow: wrap;
      margin-left: -30px;
      margin-top: -20px; }
      @media (max-width: 980px) {
        footer div.link_area ul {
          align-items: center; } }
      footer div.link_area ul li {
        width: 30%;
        max-width: 345px;
        margin: 20px 0 0 30px; }
        @media (max-width: 980px) {
          footer div.link_area ul li {
            width: 100%; }
            footer div.link_area ul li img {
              height: 100%; } }
        footer div.link_area ul li a {
          transition: .3s; }
          @media (max-width: 980px) {
            footer div.link_area ul li a {
              margin: 0 auto;
              width: 90%; } }
          footer div.link_area ul li a:hover {
            opacity: .5; }
          footer div.link_area ul li a:nth-child(2) {
            margin-left: 40px; }
            @media (max-width: 980px) {
              footer div.link_area ul li a:nth-child(2) {
                margin: 0 auto;
                margin-top: 30px; } }
  footer div.company_area {
    margin-bottom: 45px; }
    @media (max-width: 980px) {
      footer div.company_area {
        margin-bottom: 30px; } }
    footer div.company_area ol {
      display: flex;
      justify-content: center;
      flex-flow: wrap;
      margin-left: -30px;
      margin-top: -20px; }
      @media (max-width: 980px) {
        footer div.company_area ol {
          align-items: center; } }
      footer div.company_area ol li {
        height: 70px;
        margin: 20px 0 0 30px; }
        @media (max-width: 980px) {
          footer div.company_area ol li {
            height: 60px; }
            footer div.company_area ol li img {
              height: 100%;
              width: auto; } }
  footer div.platform_area {
    box-sizing: border-box;
    background: #111;
    margin-bottom: 40px;
    padding: 50px 0; }
    @media (max-width: 980px) {
      footer div.platform_area {
        padding: 30px 20px; } }
    footer div.platform_area ol {
      display: flex;
      justify-content: center;
      flex-flow: wrap;
      margin-left: -30px;
      margin-top: -20px; }
      footer div.platform_area ol li {
        height: 50px;
        margin: 20px 0 0 30px; }
        @media (max-width: 980px) {
          footer div.platform_area ol li {
            height: 40px; }
            footer div.platform_area ol li > img {
              height: 100%;
              width: auto; } }
  footer figure {
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 1359px; }
  footer p.copyTxt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #fff; }
    footer p.copyTxt::before, footer p.copyTxt::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    footer p.copyTxt::before {
      margin-top: calc((1 - 2) * 0.5em); }
    footer p.copyTxt::after {
      margin-bottom: calc((1 - 2) * 0.5em); }
    @media (max-width: 980px) {
      footer p.copyTxt {
        font-size: 14px; } }

h2 {
  text-align: center; }
  h2.movie figure {
    height: 29px;
    margin-bottom: 20px; }
    @media (max-width: 980px) {
      h2.movie figure {
        height: 23px; } }
    h2.movie figure > img {
      height: 100%;
      width: auto; }
  h2 figure {
    height: 39px;
    margin-bottom: 70px; }
    @media (max-width: 980px) {
      h2 figure {
        height: 23px;
        margin-bottom: 40px; } }
    h2 figure > img {
      height: 100%; }

/*==================================================*/
/* about */
/*==================================================*/
#about {
  background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/about/bg_movie_area.png") no-repeat bottom center/cover;
  position: relative;
  /* ----- video ----- */ }
  @media (max-width: 980px) {
    #about {
      background: url(https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/about/bg_movie.jpg) no-repeat center/cover; } }
  #about .movie_bg {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    #about .movie_bg p.txt_catch {
      margin-bottom: 50px;
      line-height: 1.6; }
      #about .movie_bg p.txt_catch::before, #about .movie_bg p.txt_catch::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      #about .movie_bg p.txt_catch::before {
        margin-top: calc((1 - 1.6) * 0.5em); }
      #about .movie_bg p.txt_catch::after {
        margin-bottom: calc((1 - 1.6) * 0.5em); }
      @media (max-width: 980px) {
        #about .movie_bg p.txt_catch {
          margin: 0 auto 50px;
          width: 80%; } }
    #about .movie_bg p.txt {
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 1.6; }
      #about .movie_bg p.txt::before, #about .movie_bg p.txt::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      #about .movie_bg p.txt::before {
        margin-top: calc((1 - 1.6) * 0.5em); }
      #about .movie_bg p.txt::after {
        margin-bottom: calc((1 - 1.6) * 0.5em); }
      @media (max-width: 980px) {
        #about .movie_bg p.txt {
          font-size: 16px; } }
  #about .video {
    width: 100%;
    height: 100vh;
    background: url(https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/about/bg_movie.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; }
    #about .video::after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #000;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .3; }
    #about .video video {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  @media screen and (min-width: 768px) {
    #about .movie_bg {
      min-width: 100%; }
    #about .video {
      min-width: 100%; } }

/*==================================================*/
/* character */
/*==================================================*/
#character {
  box-sizing: border-box;
  background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/bg.jpg") no-repeat center/cover;
  margin-bottom: -30px; }

#chara-detail_slider {
  max-height: 823px;
  height: 100vh;
  width: 100%; }
  @media (max-width: 1280px) {
    #chara-detail_slider {
      height: inherit;
      min-height: 750px;
      max-height: 800px; } }
  #chara-detail_slider .slide-arrow {
    position: absolute;
    display: block;
    width: 160px;
    height: 28px;
    cursor: pointer;
    transition: all .2s;
    z-index: 10; }
    @media (max-width: 1560px) {
      #chara-detail_slider .slide-arrow {
        width: 10.2564102564vw;
        height: 1.7948717949vw; } }
    @media (max-width: 1280px) {
      #chara-detail_slider .slide-arrow {
        width: 12.5vw;
        height: 2.1875vw; } }
    @media (max-width: 980px) {
      #chara-detail_slider .slide-arrow {
        width: 16.3265306122vw;
        height: 2.8571428571vw;
        transform: translateY(0); } }
  #chara-detail_slider .prev-arrow {
    top: -2.6041666667vw;
    left: 30px; }
    @media (max-width: 1560px) {
      #chara-detail_slider .prev-arrow {
        top: -3.2051282051vw; } }
    @media (max-width: 1280px) {
      #chara-detail_slider .prev-arrow {
        top: -3.90625vw; } }
    @media (max-width: 980px) {
      #chara-detail_slider .prev-arrow {
        top: 0;
        top: 3%;
        left: 2.5510204082vw; } }
    #chara-detail_slider .prev-arrow:hover {
      transform: translateX(-15%); }
      @media (max-width: 980px) {
        #chara-detail_slider .prev-arrow:hover {
          transform: translateY(0); } }
  #chara-detail_slider .next-arrow {
    top: -2.6041666667vw;
    right: 30px; }
    @media (max-width: 1560px) {
      #chara-detail_slider .next-arrow {
        top: -3.2051282051vw; } }
    @media (max-width: 1280px) {
      #chara-detail_slider .next-arrow {
        top: -3.90625vw; } }
    @media (max-width: 980px) {
      #chara-detail_slider .next-arrow {
        border: 0;
        top: 3%;
        right: 2.5510204082vw; } }
    #chara-detail_slider .next-arrow:hover {
      transform: translateX(15%); }
      @media (max-width: 980px) {
        #chara-detail_slider .next-arrow:hover {
          transform: translateY(0); } }
  #chara-detail_slider .slick-slide img {
    min-height: 806px; }
    @media (max-width: 980px) {
      #chara-detail_slider .slick-slide img {
        min-height: inherit; } }
  @media (max-width: 1280px) {
    #chara-detail_slider .slick-track li {
      min-height: 780px; } }
  #chara-detail_slider .slick-dots {
    position: absolute;
    bottom: 90px;
    right: 9.375vw;
    display: block;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 1740px) {
      #chara-detail_slider .slick-dots {
        right: 4.6875vw; } }
    @media (max-width: 1560px) {
      #chara-detail_slider .slick-dots {
        right: 1.2820512821vw;
        bottom: 3.0612244898vw; } }
    @media (max-width: 1280px) {
      #chara-detail_slider .slick-dots {
        bottom: 8%; } }
    @media (max-width: 980px) {
      #chara-detail_slider .slick-dots {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        bottom: 3.0612244898vw; } }
    @media (max-width: 480px) {
      #chara-detail_slider .slick-dots {
        bottom: 6.25vw; } }
    #chara-detail_slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: 8.75vw;
      height: 15.3125vw;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      @media (max-width: 1560px) {
        #chara-detail_slider .slick-dots li {
          width: 10.7692307692vw;
          height: 18.8461538462vw; } }
      @media (max-width: 1280px) {
        #chara-detail_slider .slick-dots li {
          width: 13.125vw;
          height: 22.96875vw; } }
      @media (max-width: 980px) {
        #chara-detail_slider .slick-dots li {
          width: 11.0204081633vw;
          height: 19.2857142857vw; } }
      @media (max-width: 480px) {
        #chara-detail_slider .slick-dots li {
          width: 16.6666666667vw;
          height: 29.1666666667vw; } }
      #chara-detail_slider .slick-dots li.slick-active {
        transition: all .3s; }
        #chara-detail_slider .slick-dots li.slick-active button:before {
          opacity: 1;
          transition: all .3s; }
        #chara-detail_slider .slick-dots li.slick-active:nth-of-type(1) button:before {
          background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_ruby_on.png") no-repeat;
          background-size: contain !important; }
        #chara-detail_slider .slick-dots li.slick-active:nth-of-type(2) button:before {
          background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_weiss_on.png") no-repeat;
          background-size: contain !important; }
        #chara-detail_slider .slick-dots li.slick-active:nth-of-type(3) button:before {
          background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_blake_on.png") no-repeat;
          background-size: contain !important; }
        #chara-detail_slider .slick-dots li.slick-active:nth-of-type(4) button:before {
          background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_yang_on.png") no-repeat;
          background-size: contain !important; }
      #chara-detail_slider .slick-dots li button {
        box-sizing: border-box;
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8.75vw;
        height: 15.3125vw;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        @media (max-width: 1280px) {
          #chara-detail_slider .slick-dots li button {
            width: 13.125vw;
            height: 22.96875vw; } }
        @media (max-width: 980px) {
          #chara-detail_slider .slick-dots li button {
            width: 11.0204081633vw;
            height: 19.2857142857vw; } }
        @media (max-width: 480px) {
          #chara-detail_slider .slick-dots li button {
            width: 16.6666666667vw;
            height: 29.1666666667vw; } }
        #chara-detail_slider .slick-dots li button:before {
          font-family: 'slick';
          position: absolute;
          top: 0;
          left: 0;
          height: 100% !important;
          width: 100% !important;
          content: "" !important;
          text-align: center;
          opacity: 1;
          color: black;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        #chara-detail_slider .slick-dots li button:hover {
          outline: none;
          transition: all .3s; }
          #chara-detail_slider .slick-dots li button:hover:before {
            opacity: 1; }
        #chara-detail_slider .slick-dots li button:focus {
          outline: none;
          transition: all .3s; }
          #chara-detail_slider .slick-dots li button:focus:before {
            opacity: 1; }
      #chara-detail_slider .slick-dots li:nth-of-type(1) button:before {
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_ruby_off.png") no-repeat;
        background-size: contain !important; }
      #chara-detail_slider .slick-dots li:nth-of-type(2) button:before {
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_weiss_off.png") no-repeat;
        background-size: contain !important; }
      #chara-detail_slider .slick-dots li:nth-of-type(3) button:before {
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_blake_off.png") no-repeat;
        background-size: contain !important; }
      #chara-detail_slider .slick-dots li:nth-of-type(4) button:before {
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/character/btn_yang_off.png") no-repeat;
        background-size: contain !important; }
  #chara-detail_slider li {
    height: 100vh;
    display: flex;
    position: relative; }
    @media (max-width: 1280px) {
      #chara-detail_slider li {
        height: inherit; } }
    #chara-detail_slider li .chara_cont {
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      padding: 0 20px;
      margin: 0 auto;
      position: relative;
      height: 100%;
      width: 100%;
      max-width: 1560px; }
      @media (max-width: 1560px) {
        #chara-detail_slider li .chara_cont {
          overflow: hidden;
          max-width: 100%; } }
      @media (max-width: 1280px) {
        #chara-detail_slider li .chara_cont {
          min-height: 780px; } }
      @media (max-width: 980px) {
        #chara-detail_slider li .chara_cont {
          flex-direction: column;
          max-width: 100%;
          padding: 0; } }
      #chara-detail_slider li .chara_cont figure.chara {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 864px; }
        @media screen and (max-width: 1560px) {
          #chara-detail_slider li .chara_cont figure.chara {
            left: -5%; } }
        @media (max-width: 1280px) {
          #chara-detail_slider li .chara_cont figure.chara {
            max-width: 70.3125vw;
            left: -10%; } }
        @media (max-width: 980px) {
          #chara-detail_slider li .chara_cont figure.chara {
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
            margin: 0 auto;
            max-width: 100%; } }
        #chara-detail_slider li .chara_cont figure.chara.pc {
          display: block; }
          @media (max-width: 980px) {
            #chara-detail_slider li .chara_cont figure.chara.pc {
              display: none; } }
        #chara-detail_slider li .chara_cont figure.chara.sp {
          display: none; }
          @media (max-width: 980px) {
            #chara-detail_slider li .chara_cont figure.chara.sp {
              display: block; } }
      #chara-detail_slider li .chara_cont .wrap {
        box-sizing: border-box;
        position: relative;
        padding-top: 7.03125vw;
        width: 100%;
        max-width: 44.2708333333vw; }
        @media screen and (max-width: 1560px) {
          #chara-detail_slider li .chara_cont .wrap {
            max-width: 51.0416666667vw; } }
        @media (max-width: 1280px) {
          #chara-detail_slider li .chara_cont .wrap {
            max-width: 58%; } }
        @media (max-width: 980px) {
          #chara-detail_slider li .chara_cont .wrap {
            box-sizing: border-box;
            padding: 4.0816326531vw 3.0612244898vw 6.1224489796vw 3.0612244898vw;
            background: rgba(17, 17, 17, 0.8);
            max-width: 100%;
            margin-bottom: 25.5102040816vw; } }
        @media (max-width: 480px) {
          #chara-detail_slider li .chara_cont .wrap {
            margin-bottom: 41.6666666667vw; } }
        #chara-detail_slider li .chara_cont .wrap .name_wrap {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px solid #b19552;
          box-sizing: border-box;
          margin-bottom: 30px;
          padding: 0 20px 20px; }
          @media (max-width: 980px) {
            #chara-detail_slider li .chara_cont .wrap .name_wrap {
              align-items: center;
              margin-bottom: 20px;
              padding: 0 15px 20px; } }
          #chara-detail_slider li .chara_cont .wrap .name_wrap .name {
            color: #fff;
            font-family: "Noto Serif JP", serif;
            font-size: 40px;
            font-weight: bold; }
            @media (max-width: 980px) {
              #chara-detail_slider li .chara_cont .wrap .name_wrap .name {
                font-size: 20px; } }
            @media (max-width: 480px) {
              #chara-detail_slider li .chara_cont .wrap .name_wrap .name {
                font-size: 18px; } }
          #chara-detail_slider li .chara_cont .wrap .name_wrap .cv {
            box-sizing: border-box;
            background: #000;
            border-radius: 100vh;
            color: #b19552;
            font-size: 20px;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 900;
            padding: 12px 30px; }
            @media (max-width: 980px) {
              #chara-detail_slider li .chara_cont .wrap .name_wrap .cv {
                font-size: 16px; } }
            @media (max-width: 480px) {
              #chara-detail_slider li .chara_cont .wrap .name_wrap .cv {
                font-size: 14px; } }
            #chara-detail_slider li .chara_cont .wrap .name_wrap .cv span {
              color: #fff;
              font-weight: bold; }
        #chara-detail_slider li .chara_cont .wrap .inr_txt {
          box-sizing: border-box;
          color: #fff;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.6; }
          #chara-detail_slider li .chara_cont .wrap .inr_txt::before, #chara-detail_slider li .chara_cont .wrap .inr_txt::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #chara-detail_slider li .chara_cont .wrap .inr_txt::before {
            margin-top: calc((1 - 1.6) * 0.5em); }
          #chara-detail_slider li .chara_cont .wrap .inr_txt::after {
            margin-bottom: calc((1 - 1.6) * 0.5em); }
          @media (max-width: 980px) {
            #chara-detail_slider li .chara_cont .wrap .inr_txt {
              font-size: 16px;
              margin: 0 auto;
              width: 95%; } }
          @media (max-width: 480px) {
            #chara-detail_slider li .chara_cont .wrap .inr_txt {
              font-size: 14px; } }
      #chara-detail_slider li .chara_cont.yang figure.chara {
        max-width: 895px;
        left: -5%; }
        @media screen and (max-width: 1560px) {
          #chara-detail_slider li .chara_cont.yang figure.chara {
            left: -10%; } }
        @media (max-width: 1280px) {
          #chara-detail_slider li .chara_cont.yang figure.chara {
            max-width: 69.921875vw;
            left: -15%; } }
        @media (max-width: 980px) {
          #chara-detail_slider li .chara_cont.yang figure.chara {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            margin: 0 auto;
            max-width: 91.3265306122vw; } }
        #chara-detail_slider li .chara_cont.yang figure.chara.pc {
          display: block; }
          @media (max-width: 980px) {
            #chara-detail_slider li .chara_cont.yang figure.chara.pc {
              display: none; } }
        #chara-detail_slider li .chara_cont.yang figure.chara.sp {
          display: none; }
          @media (max-width: 980px) {
            #chara-detail_slider li .chara_cont.yang figure.chara.sp {
              display: block; } }

/*==================================================*/
/* screenshot */
/*==================================================*/
#screenshot {
  box-sizing: border-box;
  background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/screenshot/bg.jpg") no-repeat top center;
  background-size: 100%;
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
  /* ページネーション 
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -25px;
  }*/ }
  @media (max-width: 980px) {
    #screenshot {
      padding: 50px 0 0;
      margin-bottom: 20px;
      overflow: visible; } }
  #screenshot #rose_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 980px) {
      #screenshot #rose_area {
        position: static;
        top: 0;
        left: 0;
        z-index: 1;
        margin: 0 !important;
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%; } }
  #screenshot #rose {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
    display: block;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/screenshot/bg_rose.png") no-repeat top right;
    background-size: auto; }
    @media (max-width: 980px) {
      #screenshot #rose {
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/screenshot/bg_rose.png") no-repeat top right;
        background-size: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        margin: 0 !important;
        transform: translate(0%, 0%);
        width: calc(100% + 0px);
        height: calc(100% + 0px); } }
  @media (max-width: 980px) {
    #screenshot h2 {
      position: relative;
      z-index: 1; } }
  @media (max-width: 980px) {
    #screenshot .swiper-button-prev,
    #screenshot .swiper-button-next {
      width: 9.5918367347vw; } }
  #screenshot .swiper-button-prev {
    left: -94px;
    top: 20px;
    transition: all .3s; }
    @media (max-width: 980px) {
      #screenshot .swiper-button-prev {
        top: auto;
        left: 0;
        bottom: -30px; } }
    #screenshot .swiper-button-prev:hover {
      opacity: .8;
      transition: all .3s; }
  #screenshot .swiper-button-next {
    right: -95px;
    bottom: 20px;
    transition: all .3s; }
    @media (max-width: 980px) {
      #screenshot .swiper-button-next {
        right: 0;
        bottom: -30px; } }
    #screenshot .swiper-button-next:hover {
      opacity: .8;
      transition: all .3s; }
  #screenshot .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 820px; }
    @media (max-width: 980px) {
      #screenshot .container {
        max-width: 95%; } }
  #screenshot .swiper {
    position: relative; }
    #screenshot .swiper::before {
      content: "";
      position: absolute;
      background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/screenshot/frame_img.png") no-repeat top left;
      background-size: 100%;
      width: 100%;
      max-width: 820px;
      height: 100%;
      z-index: 11; }
      @media (max-width: 980px) {
        #screenshot .swiper::before {
          max-width: 100%; } }
    #screenshot .swiper .swiper-slide img {
      object-fit: cover;
      height: auto;
      width: 100%; }

/*==================================================*/
/* spec */
/*==================================================*/
#spec {
  background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/bg_spec.jpg") no-repeat bottom;
  box-sizing: border-box;
  padding: 80px 0 72px; }
  @media (max-width: 980px) {
    #spec {
      padding: 80px 0 60px; } }
  #spec .inr {
    display: flex;
    flex-flow: wrap; }
    @media (max-width: 1280px) {
      #spec .inr {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 980px) {
      #spec .inr {
        flex-direction: column; } }
    #spec .inr h3.spec {
      width: 100%;
      max-width: 294px; }
      @media (max-width: 1280px) {
        #spec .inr h3.spec {
          max-width: 22.96875vw; } }
      @media (max-width: 980px) {
        #spec .inr h3.spec {
          margin: 0 auto;
          max-width: 294px; } }
      #spec .inr h3.spec img {
        height: auto;
        width: 100%; }
    #spec .inr.spec {
      width: 100%;
      max-width: 1200px;
      position: relative;
      margin: 0 auto; }
      #spec .inr.spec > dl {
        box-sizing: border-box;
        color: #fff;
        width: 100%;
        max-width: 820px;
        margin-left: 45px;
        padding-bottom: 25px; }
        @media (max-width: 1280px) {
          #spec .inr.spec > dl {
            padding-bottom: 0;
            margin-left: 3.515625vw;
            max-width: 64.0625vw; } }
        @media (max-width: 980px) {
          #spec .inr.spec > dl {
            padding-bottom: 0;
            margin-left: 0;
            margin: 20px auto 0;
            max-width: 90%; } }
        #spec .inr.spec > dl div {
          border-bottom: 2px solid #000;
          box-sizing: border-box;
          display: flex;
          margin-top: 15px;
          padding-bottom: 15px;
          position: relative; }
          @media (max-width: 980px) {
            #spec .inr.spec > dl div {
              flex-direction: column; } }
          #spec .inr.spec > dl div:nth-child(even) dt {
            color: #7fdfff; }
          #spec .inr.spec > dl div::after {
            content: "";
            border-bottom: 1px solid #333;
            top: 0;
            bottom: 100%;
            left: 0;
            height: 100%;
            width: 100%;
            position: absolute; }
          #spec .inr.spec > dl div dt {
            color: #d993f8;
            font-weight: bold;
            box-sizing: border-box;
            padding: 0 20px;
            margin-right: 50px;
            width: 100%;
            max-width: 145px; }
            @media (max-width: 1280px) {
              #spec .inr.spec > dl div dt {
                padding: 0 15px;
                margin-right: 3.90625vw; } }
          #spec .inr.spec > dl div dd {
            box-sizing: border-box;
            padding-right: 20px;
            line-height: 1.6; }
            #spec .inr.spec > dl div dd::before, #spec .inr.spec > dl div dd::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #spec .inr.spec > dl div dd::before {
              margin-top: calc((1 - 1.6) * 0.5em); }
            #spec .inr.spec > dl div dd::after {
              margin-bottom: calc((1 - 1.6) * 0.5em); }
            @media (max-width: 980px) {
              #spec .inr.spec > dl div dd {
                box-sizing: border-box;
                padding: 0 15px;
                margin-top: 10px; } }
      #spec .inr.spec .link_area {
        width: 100%;
        max-width: 280px;
        position: absolute;
        left: 0;
        bottom: 0; }
        @media (max-width: 1280px) {
          #spec .inr.spec .link_area {
            left: 20px;
            max-width: 21.875vw; } }
        @media (max-width: 980px) {
          #spec .inr.spec .link_area {
            position: static;
            max-width: 100%;
            margin-top: 8.1632653061vw; } }
        #spec .inr.spec .link_area li:nth-child(n + 2) {
          margin-top: 20px; }

/*==================================================*/
/* button */
/*==================================================*/
.btn_red {
  border: 1px solid #e70000;
  background: rgba(231, 0, 0, 0.4);
  position: relative;
  padding: 0;
  transition: all .3s;
  width: 100%;
  max-width: 280px; }
  .btn_red.center {
    margin: 0 auto; }
  .btn_red:hover {
    background: #e70000; }
  @media (max-width: 980px) {
    .btn_red {
      margin: 0 auto;
      max-width: 90%; }
      .btn_red:hover {
        background: rgba(231, 0, 0, 0.4); }
      .btn_red:active {
        background: #e70000; } }
  .btn_red a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px 80px;
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      .btn_red a {
        padding: 20px 20px 20px 30px; } }
    .btn_red a span {
      position: relative; }
      .btn_red a span::before {
        content: "";
        position: absolute;
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/icon_youtube.png") no-repeat top;
        background-size: 100%;
        width: 2.0833333333vw;
        height: 1.5104166667vw;
        top: 50%;
        margin-top: -0.7291666667vw;
        left: -2.8645833333vw; }
        @media (max-width: 1280px) {
          .btn_red a span::before {
            display: none; } }
    .btn_red a::before {
      content: '';
      position: absolute;
      top: calc(50% - 2px);
      right: 2em;
      transform: translateY(calc(-50% - 2px)) rotate(30deg);
      width: 12px;
      height: 2px;
      background: #fff;
      transition: all .3s; }
    .btn_red a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 2em;
      transform: translateY(-50%);
      width: 50px;
      height: 2px;
      background: #fff;
      transition: all .3s; }
    .btn_red a:hover {
      text-decoration: none;
      opacity: 1; }
      .btn_red a:hover::before, .btn_red a:hover::after {
        right: 1em; }
        @media (max-width: 980px) {
          .btn_red a:hover::before, .btn_red a:hover::after {
            right: 2em; } }
    @media (max-width: 980px) {
      .btn_red a:active::before, .btn_red a:active::after {
        right: 1em; } }

.btn_blue {
  border: 1px solid #1da1f2;
  background: rgba(29, 161, 242, 0.4);
  position: relative;
  padding: 0;
  transition: all .3s;
  width: 100%;
  max-width: 280px; }
  .btn_blue.center {
    margin: 0 auto; }
  .btn_blue:hover {
    background: #1da1f2; }
  @media (max-width: 980px) {
    .btn_blue {
      margin: 0 auto;
      max-width: 90%; }
      .btn_blue:hover {
        background: rgba(29, 161, 242, 0.4); }
      .btn_blue:active {
        background: #1da1f2; } }
  .btn_blue a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px 80px;
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      .btn_blue a {
        padding: 20px 20px 20px 30px; } }
    .btn_blue a span {
      position: relative; }
      .btn_blue a span::before {
        content: "";
        position: absolute;
        background: url("https://www.arcsystemworks.jp/rwby_arrowfell/assets/img/icon_twitter.png") no-repeat top;
        background-size: 100%;
        width: 1.9791666667vw;
        height: 1.6666666667vw;
        top: 50%;
        margin-top: -0.8333333333vw;
        left: -2.8645833333vw; }
        @media (max-width: 1280px) {
          .btn_blue a span::before {
            display: none; } }
    .btn_blue a::before {
      content: '';
      position: absolute;
      top: calc(50% - 2px);
      right: 2em;
      transform: translateY(calc(-50% - 2px)) rotate(30deg);
      width: 12px;
      height: 2px;
      background: #fff;
      transition: all .3s; }
    .btn_blue a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 2em;
      transform: translateY(-50%);
      width: 50px;
      height: 2px;
      background: #fff;
      transition: all .3s; }
    .btn_blue a:hover {
      text-decoration: none;
      opacity: 1; }
      .btn_blue a:hover::before, .btn_blue a:hover::after {
        right: 1em; }
        @media (max-width: 980px) {
          .btn_blue a:hover::before, .btn_blue a:hover::after {
            right: 2em; } }
    @media (max-width: 980px) {
      .btn_blue a:active::before, .btn_blue a:active::after {
        right: 1em; } }

/*==================================================*/
/* modal */
/*==================================================*/
.remodal {
  position: relative;
  padding: 25px; }
  .remodal img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.remodal_close {
  cursor: pointer;
  margin: 0 0 0 auto;
  height: 63px;
  width: 62px;
  transition: all .3s; }
  @media (max-width: 980px) {
    .remodal_close {
      height: 33px;
      width: 32px; } }
  .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; } }

.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%; }

/*==================================================*/
/* @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%; } }
