@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Anton&amp;family=Koulen&amp;family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;family=Noto+Sans+SC:wght@100..900&amp;family=Noto+Sans+TC:wght@100..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 */
/*==================================================*/
.pc {
  display: block; }
  @media (max-width: 980px) {
    .pc {
      display: none; } }

.pad {
  display: none; }
  @media (max-width: 480px) {
    .pad {
      display: block; } }

.sp {
  display: none; }
  @media (max-width: 980px) {
    .sp {
      display: block; } }

img {
  object-fit: contain;
  height: auto;
  width: 100%; }

.kr {
  font-family: "Noto Sans KR", sans-serif !important; }

.tc {
  font-family: "Noto Sans TC", sans-serif !important; }

.sc {
  font-family: "Noto Sans SC", sans-serif !important; }

.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; }

.yellow {
  color: #ffff00; }

/*==================================================*/
/* contents */
/*==================================================*/
body {
  background: #000;
  background-size: cover;
  font-family: 'Noto Sans JP', 'Koulen', cursive, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  position: relative; }
  body .logo_switch {
    position: absolute;
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    width: 100%;
    max-width: 5.78125vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      body .logo_switch {
        top: 1.5625vw;
        left: 1.5625vw;
        max-width: 7.109375vw; } }
    @media (max-width: 980px) {
      body .logo_switch {
        top: 2.0408163265vw;
        left: 2.0408163265vw;
        max-width: 8.2653061224vw; } }
    @media (max-width: 480px) {
      body .logo_switch {
        top: 4.1666666667vw;
        left: 4.1666666667vw;
        max-width: 12.7083333333vw; } }

header {
  box-sizing: border-box;
  background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_header.jpg") no-repeat top center;
  background-size: 100%;
  border-bottom: 5px solid #0c65a3;
  display: flex;
  justify-content: center;
  padding-top: 4.375vw;
  position: relative; }
  @media (max-width: 1280px) {
    header {
      padding-top: 6.5625vw; } }
  @media (max-width: 980px) {
    header {
      background-size: cover;
      align-items: center;
      flex-direction: column;
      padding-top: 8.5714285714vw; } }
  @media (max-width: 480px) {
    header {
      padding-top: 19.1666666667vw; } }
  header > .inr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0.5208333333vw 0 0 0;
    position: relative;
    width: 100%;
    max-width: 40.6770833333vw;
    z-index: 2; }
    @media (max-width: 1280px) {
      header > .inr {
        margin: 0.78125vw -4.6875vw 0 0;
        max-width: 37.578125vw; } }
    @media (max-width: 980px) {
      header > .inr {
        margin: 0;
        max-width: 90%; } }
    header > .inr h1 {
      margin: -0.5208333333vw auto 1.3020833333vw;
      width: 100%;
      max-width: 28.125vw; }
      @media (max-width: 1280px) {
        header > .inr h1 {
          margin: 0 auto 0.78125vw;
          max-width: 25.625vw; } }
      @media (max-width: 980px) {
        header > .inr h1 {
          margin: 0 auto 2.5510204082vw;
          max-width: 56.4285714286vw; } }
      @media (max-width: 480px) {
        header > .inr h1 {
          margin: 0 auto 3.125vw;
          max-width: 58.3333333333vw; } }
    header > .inr .release {
      box-sizing: border-box;
      background: rgba(12, 101, 136, 0.82);
      margin-top: -1.5625vw;
      padding: 0.78125vw 3.6458333333vw;
      width: 100%;
      max-width: 21.875vw; }
      @media (max-width: 1280px) {
        header > .inr .release {
          padding: 0.78125vw 2.34375vw;
          max-width: 26.5625vw; } }
      @media (max-width: 980px) {
        header > .inr .release {
          padding: 1.5306122449vw 7.1428571429vw;
          max-width: 55.1020408163vw; } }
      @media (max-width: 480px) {
        header > .inr .release {
          margin-top: -3.125vw;
          padding: 3.125vw 6.25vw;
          max-width: 66.6666666667vw; } }
      header > .inr .release.en {
        padding: 0.78125vw 1.5625vw 0.5208333333vw; }
        @media (max-width: 1280px) {
          header > .inr .release.en {
            padding: 0.78125vw 2.34375vw; } }
        @media (max-width: 980px) {
          header > .inr .release.en {
            padding: 1.5306122449vw 3.0612244898vw 1.0204081633vw;
            max-width: 55.1020408163vw; } }
        @media (max-width: 480px) {
          header > .inr .release.en {
            padding: 3.125vw 4.1666666667vw 2.0833333333vw;
            max-width: 70.8333333333vw; } }
  header .chara {
    margin: -3.125vw -1.5625vw 0 -11.4583333333vw;
    position: relative;
    width: 100%;
    max-width: 57.2395833333vw;
    z-index: 1; }
    @media (max-width: 1280px) {
      header .chara {
        margin: -4.6875vw -2.34375vw 0 -3.125vw;
        max-width: 56.40625vw; } }
    @media (max-width: 980px) {
      header .chara {
        margin-top: 3.0612244898vw;
        max-width: 100%;
        z-index: 0; } }
    @media (max-width: 480px) {
      header .chara {
        margin-top: 37.5vw;
        max-width: 95%; } }
  header .movie {
    background: #2efeff;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    left: 1.0416666667vw;
    bottom: 1.0416666667vw;
    height: 8.8541666667vw;
    width: 100%;
    max-width: 15.625vw;
    z-index: 2; }
    @media (max-width: 1280px) {
      header .movie {
        left: 1.5625vw;
        bottom: 1.5625vw;
        height: 8.59375vw;
        max-width: 15.625vw; } }
    @media (max-width: 980px) {
      header .movie {
        left: 2.0408163265vw;
        bottom: 3.0612244898vw;
        height: 17.3469387755vw;
        max-width: 30.612244898vw; } }
    @media (max-width: 480px) {
      header .movie {
        left: 14.2857142857vw;
        bottom: 79.1666666667vw;
        height: 29.1666666667vw;
        max-width: 51.0416666667vw; } }
    header .movie.en::before {
      content: "";
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/ttl-new_movie_en.svg") no-repeat top center;
      background-size: 100%; }
    header .movie.kr::before {
      content: "";
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/ttl-new_movie_kr.svg") no-repeat top center;
      background-size: 100%; }
    header .movie.tc::before {
      content: "";
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/ttl-new_movie_tc.svg") no-repeat top center;
      background-size: 100%; }
    header .movie.sc::before {
      content: "";
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/ttl-new_movie_sc.svg") no-repeat top center;
      background-size: 100%; }
    header .movie::before {
      content: "";
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/ttl-new_movie.svg") no-repeat top center;
      background-size: 100%;
      height: 2.6041666667vw;
      position: absolute;
      right: -5.2083333333vw;
      bottom: 1.0416666667vw;
      width: 100%;
      max-width: 10vw;
      z-index: 1; }
      @media (max-width: 1280px) {
        header .movie::before {
          height: 3.90625vw;
          right: -6.25vw;
          bottom: 0vw;
          max-width: 11.71875vw; } }
      @media (max-width: 980px) {
        header .movie::before {
          height: 5.1020408163vw;
          right: -8.1632653061vw;
          bottom: 2.0408163265vw;
          max-width: 19.5918367347vw; } }
      @media (max-width: 480px) {
        header .movie::before {
          height: 8.3333333333vw;
          right: -20.8333333333vw;
          bottom: 2.0833333333vw;
          max-width: 31.25vw; } }
    header .movie img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
      header .movie img:hover {
        opacity: .6;
        transition: all .3s; }
        @media (max-width: 980px) {
          header .movie img:hover {
            opacity: 1; } }
      @media (max-width: 980px) {
        header .movie img:active {
          opacity: .6;
          transition: all .3s; } }
  header .topics {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 1.5625vw;
    width: 100%;
    max-width: 15.3125vw;
    z-index: 6; }
    @media (max-width: 1280px) {
      header .topics {
        bottom: 2.34375vw;
        max-width: 17.5vw; } }
    @media (max-width: 980px) {
      header .topics {
        bottom: 3.0612244898vw;
        max-width: 30vw; } }
    @media (max-width: 480px) {
      header .topics {
        bottom: 6.25vw;
        max-width: 38.3333333333vw; } }
    header .topics li {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/btn-topics.png") no-repeat top right;
      background-size: 100%;
      display: flex;
      align-items: center;
      position: relative;
      height: 4.6875vw;
      width: 100%; }
      @media (max-width: 1280px) {
        header .topics li {
          height: 5.46875vw; } }
      @media (max-width: 980px) {
        header .topics li {
          height: 9.1836734694vw; } }
      @media (max-width: 480px) {
        header .topics li {
          height: 11.4583333333vw; } }
      header .topics li:nth-child(n + 2) {
        /*margin-top: vw(10);
        @include pcW{
          margin-top: vw_np(10);
        }
        @include pad{
          margin-top: vw_p(10);
        }
        @include sp{
          margin-top: vw_s(10);
        }*/ }
      header .topics li a {
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5625vw;
        font-weight: 900;
        padding-left: 3.125vw; }
        @media (max-width: 1280px) {
          header .topics li a {
            font-size: 1.5625vw;
            padding-left: 3.125vw; } }
        @media (max-width: 980px) {
          header .topics li a {
            font-size: 3.0612244898vw;
            padding-left: 6.1224489796vw; } }
        @media (max-width: 480px) {
          header .topics li a {
            font-size: 3.75vw;
            padding-left: 7.2916666667vw; } }
        header .topics li a:hover {
          transition: all .3s;
          color: #ffbf12; }
          @media (max-width: 980px) {
            header .topics li a:hover {
              color: #fff; } }
        @media (max-width: 980px) {
          header .topics li a:active {
            transition: all .3s;
            color: #ffbf12; } }
      header .topics li::before {
        content: "";
        background: url("https://www.arcsystemworks.jp/dtd/assets/img/icon_btn_arrow_yellow.svg") no-repeat top left;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -0.6770833333vw;
        height: 1.3541666667vw;
        width: 100%;
        max-width: 1.3541666667vw; }
        @media (max-width: 1280px) {
          header .topics li::before {
            margin-top: -1.015625vw;
            height: 2.03125vw;
            max-width: 2.03125vw; } }
        @media (max-width: 980px) {
          header .topics li::before {
            margin-top: -1.3265306122vw;
            height: 2.6530612245vw;
            max-width: 2.6530612245vw; } }
        @media (max-width: 480px) {
          header .topics li::before {
            margin-top: -1.875vw;
            height: 3.75vw;
            max-width: 3.75vw; } }
      header .topics li:hover::before {
        right: 12px;
        transition: all .3s; }
        @media (max-width: 980px) {
          header .topics li:hover::before {
            right: 20px; } }
      @media (max-width: 980px) {
        header .topics li:active::before {
          right: 12px;
          transition: all .3s; } }

footer {
  background: #000;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 2.0833333333vw 1.5625vw 1.5625vw; }
  @media (max-width: 1280px) {
    footer {
      padding: 3.125vw 2.34375vw 2.34375vw; } }
  @media (max-width: 980px) {
    footer {
      padding: 4.0816326531vw 3.0612244898vw 3.0612244898vw; } }
  @media (max-width: 480px) {
    footer {
      padding: 8.3333333333vw 6.25vw 6.25vw; } }
  footer ul.links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.8645833333vw;
    width: 100%; }
    @media (max-width: 1280px) {
      footer ul.links {
        margin: 0 auto 4.296875vw; } }
    @media (max-width: 980px) {
      footer ul.links {
        margin: 0 auto 5.612244898vw; } }
    @media (max-width: 480px) {
      footer ul.links {
        margin: 0 auto 11.4583333333vw; } }
    footer ul.links li {
      /*&.bilibili{
        width: 100%;
        max-width: vw(180);
        @include pcW{
          max-width: vw_np(120);
        }
        @include pad{
          max-width: vw_p(120);
        }
        @include sp{
          max-width: vw_s(120);
        }
      }*/ }
      footer ul.links li a:hover {
        opacity: .5;
        transition: all .3s; }
        @media (max-width: 980px) {
          footer ul.links li a:hover {
            opacity: 1; } }
      @media (max-width: 980px) {
        footer ul.links li a:active {
          opacity: .5;
          transition: all .3s; } }
      footer ul.links li:nth-child(n + 3) {
        margin-left: 1.0416666667vw; }
        @media (max-width: 1280px) {
          footer ul.links li:nth-child(n + 3) {
            margin-left: 1.5625vw; } }
        @media (max-width: 980px) {
          footer ul.links li:nth-child(n + 3) {
            margin-left: 2.0408163265vw; } }
        @media (max-width: 480px) {
          footer ul.links li:nth-child(n + 3) {
            margin-left: 4.1666666667vw; } }
      footer ul.links li.switch {
        border-right: 1px solid #fff;
        box-sizing: border-box;
        padding-right: 4.1666666667vw;
        margin-right: 4.1666666667vw; }
        @media (max-width: 1280px) {
          footer ul.links li.switch {
            padding-right: 3.90625vw;
            margin-right: 3.125vw; } }
        @media (max-width: 980px) {
          footer ul.links li.switch {
            padding-right: 4.0816326531vw;
            margin-right: 4.0816326531vw; } }
        @media (max-width: 480px) {
          footer ul.links li.switch {
            padding-right: 8.3333333333vw;
            margin-right: 8.3333333333vw; } }
        footer ul.links li.switch img {
          height: 5.2083333333vw;
          width: 100%;
          max-width: 5.7291666667vw; }
          @media (max-width: 1280px) {
            footer ul.links li.switch img {
              height: 6.25vw;
              max-width: 6.25vw; } }
          @media (max-width: 980px) {
            footer ul.links li.switch img {
              height: 6.1224489796vw;
              max-width: 6.1224489796vw; } }
          @media (max-width: 480px) {
            footer ul.links li.switch img {
              height: 12.5vw;
              max-width: 12.5vw; } }
      footer ul.links li.youtube, footer ul.links li.x_twitter, footer ul.links li.facebook, footer ul.links li.weibo, footer ul.links li.bilibili {
        width: 100%;
        max-width: 4.7916666667vw; }
        @media (max-width: 1280px) {
          footer ul.links li.youtube, footer ul.links li.x_twitter, footer ul.links li.facebook, footer ul.links li.weibo, footer ul.links li.bilibili {
            max-width: 4.6875vw; } }
        @media (max-width: 980px) {
          footer ul.links li.youtube, footer ul.links li.x_twitter, footer ul.links li.facebook, footer ul.links li.weibo, footer ul.links li.bilibili {
            max-width: 6.1224489796vw; } }
        @media (max-width: 480px) {
          footer ul.links li.youtube, footer ul.links li.x_twitter, footer ul.links li.facebook, footer ul.links li.weibo, footer ul.links li.bilibili {
            max-width: 12.5vw; } }
  footer > .inr {
    display: flex;
    align-items: center; }
    @media (max-width: 980px) {
      footer > .inr {
        flex-direction: column; } }
    footer > .inr .footer_logo {
      display: flex;
      align-items: flex-end;
      position: relative;
      z-index: 1; }
      footer > .inr .footer_logo li {
        height: 3.125vw;
        width: 3.125vw; }
        @media (max-width: 1280px) {
          footer > .inr .footer_logo li {
            height: 4.6875vw;
            width: 4.6875vw; } }
        @media (max-width: 980px) {
          footer > .inr .footer_logo li {
            height: 6.1224489796vw;
            width: 6.1224489796vw; } }
        @media (max-width: 480px) {
          footer > .inr .footer_logo li {
            height: 12.5vw;
            width: 12.5vw; } }
        footer > .inr .footer_logo li:nth-child(2) {
          /*-- /NEXON/ --*/
          height: 3.125vw;
          width: 3.5416666667vw; }
          @media (max-width: 1280px) {
            footer > .inr .footer_logo li:nth-child(2) {
              height: 4.6875vw;
              width: 5.3125vw; } }
          @media (max-width: 980px) {
            footer > .inr .footer_logo li:nth-child(2) {
              height: 6.1224489796vw;
              width: 6.9387755102vw; } }
          @media (max-width: 480px) {
            footer > .inr .footer_logo li:nth-child(2) {
              height: 12.5vw;
              width: 14.1666666667vw; } }
        footer > .inr .footer_logo li:nth-child(3) {
          /*-- /MINT ROCKET/ --*/
          height: 3.125vw;
          width: 7.8125vw; }
          @media (max-width: 1280px) {
            footer > .inr .footer_logo li:nth-child(3) {
              height: 4.6875vw;
              width: 11.71875vw; } }
          @media (max-width: 980px) {
            footer > .inr .footer_logo li:nth-child(3) {
              height: 6.1224489796vw;
              width: 15.306122449vw; } }
          @media (max-width: 480px) {
            footer > .inr .footer_logo li:nth-child(3) {
              height: 12.5vw;
              width: 31.25vw; } }
        footer > .inr .footer_logo li:nth-child(n + 2) {
          margin-left: 0.78125vw; }
          @media (max-width: 1280px) {
            footer > .inr .footer_logo li:nth-child(n + 2) {
              margin-left: 1.171875vw; } }
          @media (max-width: 980px) {
            footer > .inr .footer_logo li:nth-child(n + 2) {
              margin-left: 1.5306122449vw; } }
          @media (max-width: 480px) {
            footer > .inr .footer_logo li:nth-child(n + 2) {
              margin-left: 3.125vw; } }
        footer > .inr .footer_logo li a {
          transition: all .3s; }
          footer > .inr .footer_logo li a:hover {
            opacity: .5; }
    footer > .inr .copy {
      margin-left: -16.0416666667vw;
      font-size: 0.7291666667vw;
      text-align: center;
      line-height: 1.6;
      width: 100%; }
      @media (max-width: 1280px) {
        footer > .inr .copy {
          font-size: 1.09375vw; } }
      @media (max-width: 980px) {
        footer > .inr .copy {
          font-size: 1.4285714286vw;
          margin: 0;
          margin: 4.0816326531vw auto 0; } }
      @media (max-width: 480px) {
        footer > .inr .copy {
          font-size: 2.9166666667vw;
          margin: 8.3333333333vw auto 0; } }

/*==================================================*/
/* top */
/*==================================================*/
.special_edition {
  background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_special.jpg") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  padding: 5.2083333333vw 0; }
  @media (max-width: 1480px) {
    .special_edition {
      padding: 6.7567567568vw 0; } }
  @media (max-width: 1280px) {
    .special_edition {
      padding: 6.25vw 0 7.8125vw; } }
  @media (max-width: 980px) {
    .special_edition {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_special.jpg") no-repeat top left;
      background-size: cover;
      padding: 8.1632653061vw 0; } }
  @media (max-width: 480px) {
    .special_edition {
      padding: 16.6666666667vw 0; } }
  .special_edition > h2 {
    margin: 0 auto 4.0625vw;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    max-width: 52.0833333333vw; }
    .special_edition > h2::before, .special_edition > h2::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    .special_edition > h2::before {
      margin-top: calc((1 - 1.4) * 0.5em); }
    .special_edition > h2::after {
      margin-bottom: calc((1 - 1.4) * 0.5em); }
    @media (max-width: 1480px) {
      .special_edition > h2 {
        margin: 0 auto 5.2702702703vw;
        max-width: 67.5675675676vw; } }
    @media (max-width: 1280px) {
      .special_edition > h2 {
        margin: 0 auto 3.90625vw;
        max-width: 54.140625vw; } }
    @media (max-width: 980px) {
      .special_edition > h2 {
        margin: 0 auto 5.1020408163vw;
        max-width: 80%; } }
    @media (max-width: 480px) {
      .special_edition > h2 {
        max-width: 90%;
        margin: 0 auto 10.4166666667vw; } }
    .special_edition > h2.kr {
      max-width: 34.8958333333vw; }
      @media (max-width: 1480px) {
        .special_edition > h2.kr {
          max-width: 45.2702702703vw; } }
      @media (max-width: 1280px) {
        .special_edition > h2.kr {
          max-width: 52.34375vw; } }
    .special_edition > h2.tc {
      max-width: 43.0208333333vw; }
      @media (max-width: 1480px) {
        .special_edition > h2.tc {
          max-width: 55.8108108108vw; } }
      @media (max-width: 1280px) {
        .special_edition > h2.tc {
          max-width: 64.53125vw; } }
  .special_edition .special_point {
    margin: 0 auto;
    width: 100%;
    max-width: 60.4166666667vw; }
    @media (max-width: 1480px) {
      .special_edition .special_point {
        max-width: 67.5675675676vw; } }
    @media (max-width: 1280px) {
      .special_edition .special_point {
        max-width: 78.125vw; } }
    @media (max-width: 980px) {
      .special_edition .special_point {
        max-width: 80.4081632653vw; } }
    @media (max-width: 480px) {
      .special_edition .special_point {
        max-width: 90%; } }
    .special_edition .special_point:nth-child(n + 2) {
      margin-top: 4.1666666667vw; }
      @media (max-width: 1280px) {
        .special_edition .special_point:nth-child(n + 2) {
          margin-top: 3.90625vw; } }
      @media (max-width: 980px) {
        .special_edition .special_point:nth-child(n + 2) {
          margin-top: 5.1020408163vw; } }
    .special_edition .special_point h3 {
      background: #094975;
      box-sizing: border-box;
      border-radius: 40px 40px 0 0;
      color: #fed931;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.40625vw;
      font-weight: 900;
      padding: 1.8229166667vw 0;
      text-align: center;
      line-height: 1.4; }
      .special_edition .special_point h3::before, .special_edition .special_point h3::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      .special_edition .special_point h3::before {
        margin-top: calc((1 - 1.4) * 0.5em); }
      .special_edition .special_point h3::after {
        margin-bottom: calc((1 - 1.4) * 0.5em); }
      @media (max-width: 1480px) {
        .special_edition .special_point h3 {
          font-size: 1.6216216216vw;
          padding: 1.6891891892vw 0; } }
      @media (max-width: 1280px) {
        .special_edition .special_point h3 {
          font-size: 1.875vw;
          padding: 1.953125vw 0; } }
      @media (max-width: 980px) {
        .special_edition .special_point h3 {
          border-radius: 25px 25px 0 0;
          font-size: 2.4489795918vw;
          padding: 2.5510204082vw 0; } }
      @media (max-width: 480px) {
        .special_edition .special_point h3 {
          border-radius: 15px 15px 0 0;
          font-size: 3.5416666667vw;
          padding: 4.1666666667vw 0; } }
      .special_edition .special_point h3.kr {
        font-weight: bold; }
      .special_edition .special_point h3.sc {
        font-family: "Noto Sans SC", sans-serif !important; }
    .special_edition .special_point > .inr {
      box-sizing: border-box;
      background: rgba(2, 49, 69, 0.9);
      padding: 2.0833333333vw 3.125vw 3.6458333333vw;
      border-radius: 0 0 40px 40px;
      display: flex; }
      @media (max-width: 1480px) {
        .special_edition .special_point > .inr {
          padding: 2.7027027027vw 4.0540540541vw 4.7297297297vw; } }
      @media (max-width: 1280px) {
        .special_edition .special_point > .inr {
          padding: 2.34375vw 3.125vw; } }
      @media (max-width: 980px) {
        .special_edition .special_point > .inr {
          flex-direction: column;
          border-radius: 0 0 25px 25px;
          padding: 3.0612244898vw 4.0816326531vw 4.0816326531vw; } }
      @media (max-width: 480px) {
        .special_edition .special_point > .inr {
          border-radius: 0 0 15px 15px;
          padding: 6.25vw 8.3333333333vw 8.3333333333vw; } }
      .special_edition .special_point > .inr > figure {
        width: 100%;
        max-width: 28.9583333333vw; }
        @media (max-width: 1480px) {
          .special_edition .special_point > .inr > figure {
            max-width: 37.5675675676vw; } }
        @media (max-width: 1280px) {
          .special_edition .special_point > .inr > figure {
            max-width: 43.4375vw; } }
        @media (max-width: 980px) {
          .special_edition .special_point > .inr > figure {
            max-width: 100%; } }
        .special_edition .special_point > .inr > figure:hover {
          cursor: pointer;
          opacity: .5;
          transition: all .3s; }
          @media (max-width: 980px) {
            .special_edition .special_point > .inr > figure:hover {
              opacity: 1; } }
        .special_edition .special_point > .inr > figure:active {
          cursor: pointer; }
          @media (max-width: 980px) {
            .special_edition .special_point > .inr > figure:active {
              opacity: .5;
              transition: all .3s; } }
      .special_edition .special_point > .inr.left {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        /*margin-right: 0;
        margin-left: vw(50);*/ }
        @media (max-width: 1280px) {
          .special_edition .special_point > .inr.left {
            /*margin-left: vw_np(30);*/ } }
        @media (max-width: 980px) {
          .special_edition .special_point > .inr.left {
            flex-direction: column; } }
        .special_edition .special_point > .inr.left p.txt {
          margin-right: 0;
          margin-left: 2.6041666667vw; }
          @media (max-width: 1480px) {
            .special_edition .special_point > .inr.left p.txt {
              margin-left: 2.027027027vw; } }
          @media (max-width: 1280px) {
            .special_edition .special_point > .inr.left p.txt {
              margin-left: 2.34375vw; } }
          @media (max-width: 980px) {
            .special_edition .special_point > .inr.left p.txt {
              margin: 0;
              margin-bottom: 2.0408163265vw; } }
          @media (max-width: 480px) {
            .special_edition .special_point > .inr.left p.txt {
              margin: 0;
              margin-bottom: 4.1666666667vw; } }
      .special_edition .special_point > .inr p.txt {
        color: #fff;
        font-size: 0.9375vw;
        margin-top: 1.0416666667vw;
        margin-right: 2.6041666667vw;
        line-height: 2;
        width: 100%;
        max-width: 22.1354166667vw; }
        .special_edition .special_point > .inr p.txt::before, .special_edition .special_point > .inr p.txt::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        .special_edition .special_point > .inr p.txt::before {
          margin-top: calc((1 - 2) * 0.5em); }
        .special_edition .special_point > .inr p.txt::after {
          margin-bottom: calc((1 - 2) * 0.5em); }
        @media (max-width: 1480px) {
          .special_edition .special_point > .inr p.txt {
            font-size: 1.2162162162vw;
            max-width: 28.7162162162vw; } }
        @media (max-width: 1280px) {
          .special_edition .special_point > .inr p.txt {
            font-size: 1.40625vw;
            margin-top: 1.171875vw;
            margin-right: 2.34375vw;
            max-width: 28.515625vw;
            line-height: 1.6; }
            .special_edition .special_point > .inr p.txt::before, .special_edition .special_point > .inr p.txt::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            .special_edition .special_point > .inr p.txt::before {
              margin-top: calc((1 - 1.6) * 0.5em); }
            .special_edition .special_point > .inr p.txt::after {
              margin-bottom: calc((1 - 1.6) * 0.5em); } }
        @media (max-width: 980px) {
          .special_edition .special_point > .inr p.txt {
            font-size: 1.8367346939vw;
            margin-bottom: 2.0408163265vw;
            max-width: 100%; } }
        @media (max-width: 480px) {
          .special_edition .special_point > .inr p.txt {
            font-size: 3.3333333333vw;
            margin-bottom: 4.1666666667vw;
            margin-right: 0;
            max-width: 100%; } }
  .special_edition > .notes {
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    font-size: 0.78125vw;
    margin: 1.5625vw auto 0;
    padding: 0.78125vw;
    color: #fff;
    max-width: 60.4166666667vw; }
    @media (max-width: 1480px) {
      .special_edition > .notes {
        font-size: 1.0135135135vw;
        margin: 2.027027027vw auto 0;
        padding: 1.0135135135vw;
        max-width: 67.5675675676vw; } }
    @media (max-width: 1280px) {
      .special_edition > .notes {
        font-size: 1.171875vw;
        margin: 2.34375vw auto 0;
        padding: 1.171875vw;
        max-width: 78.125vw; } }
    @media (max-width: 980px) {
      .special_edition > .notes {
        font-size: 1.5306122449vw;
        margin: 3.0612244898vw auto 0;
        padding: 1.5306122449vw;
        max-width: 80.4081632653vw; } }
    @media (max-width: 480px) {
      .special_edition > .notes {
        font-size: 3.125vw;
        margin: 6.25vw auto 0;
        padding: 3.125vw;
        max-width: 90%; } }

#about {
  background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_about.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  padding: 5.2083333333vw 0; }
  @media (max-width: 1480px) {
    #about {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_about.jpg") no-repeat bottom center;
      padding: 6.7567567568vw 0; } }
  @media (max-width: 1280px) {
    #about {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_about.jpg") no-repeat bottom center;
      background-size: cover;
      padding: 7.8125vw 0; } }
  @media (max-width: 980px) {
    #about {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_about.jpg") no-repeat bottom right;
      background-size: cover;
      padding: 8.1632653061vw 0 15.306122449vw; } }
  @media (max-width: 480px) {
    #about {
      padding: 16.6666666667vw 0 20.8333333333vw; } }
  #about .about_inr {
    background: rgba(23, 23, 23, 0.9);
    border: 4px solid #094975;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2.6041666667vw 0 6.25vw;
    width: 100%;
    max-width: 60.4166666667vw; }
    @media (max-width: 1480px) {
      #about .about_inr {
        padding: 3.3783783784vw 0 6.0810810811vw;
        max-width: 67.5675675676vw; } }
    @media (max-width: 1280px) {
      #about .about_inr {
        border: 3px solid #094975;
        padding: 3.90625vw 0 7.8125vw;
        max-width: 78.125vw; } }
    @media (max-width: 980px) {
      #about .about_inr {
        border: 3px solid #094975;
        padding: 3.5714285714vw 0 9.693877551vw;
        max-width: 80.1020408163vw; } }
    @media (max-width: 480px) {
      #about .about_inr {
        padding: 7.2916666667vw 0 19.7916666667vw;
        max-width: 90%; } }
    #about .about_inr > h3 {
      margin: 0 auto 2.6041666667vw;
      width: 100%;
      max-width: 24.4791666667vw; }
      @media (max-width: 1280px) {
        #about .about_inr > h3 {
          margin: 0 auto 2.734375vw;
          max-width: 28.125vw; } }
      @media (max-width: 980px) {
        #about .about_inr > h3 {
          margin: 0 auto 3.5714285714vw;
          max-width: 36.7346938776vw; } }
      @media (max-width: 480px) {
        #about .about_inr > h3 {
          margin: 0 auto 7.2916666667vw;
          max-width: 64.5833333333vw; } }
      #about .about_inr > h3.kr {
        max-width: 20vw; }
        @media (max-width: 1280px) {
          #about .about_inr > h3.kr {
            max-width: 30vw; } }
        @media (max-width: 980px) {
          #about .about_inr > h3.kr {
            max-width: 36.7346938776vw; } }
        @media (max-width: 480px) {
          #about .about_inr > h3.kr {
            max-width: 64.5833333333vw; } }
  #about .about_slider li {
    display: flex;
    justify-content: center; }
    @media (max-width: 980px) {
      #about .about_slider li {
        align-items: center;
        flex-direction: column; } }
    #about .about_slider li figure {
      width: 100%;
      max-width: 27.0833333333vw; }
      @media (max-width: 1480px) {
        #about .about_slider li figure {
          max-width: 28.3783783784vw; } }
      @media (max-width: 1280px) {
        #about .about_slider li figure {
          max-width: 32.8125vw; } }
      @media (max-width: 980px) {
        #about .about_slider li figure {
          max-width: 100%; } }
      @media (max-width: 480px) {
        #about .about_slider li figure {
          max-width: 90%; } }
    #about .about_slider li > dl {
      margin-left: 2.6041666667vw; }
      @media (max-width: 1480px) {
        #about .about_slider li > dl {
          margin-left: 3.3783783784vw; } }
      @media (max-width: 1280px) {
        #about .about_slider li > dl {
          margin-left: 2.34375vw; } }
      @media (max-width: 980px) {
        #about .about_slider li > dl {
          margin-left: 0;
          margin-top: 3.125vw;
          width: 100%;
          max-width: 100%; } }
      @media (max-width: 480px) {
        #about .about_slider li > dl {
          margin-left: 0;
          margin-top: 4.1666666667vw;
          max-width: 90%; } }
      #about .about_slider li > dl dt, #about .about_slider li > dl dd {
        color: #fff;
        line-height: 1.4; }
        #about .about_slider li > dl dt::before, #about .about_slider li > dl dt::after, #about .about_slider li > dl dd::before, #about .about_slider li > dl dd::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        #about .about_slider li > dl dt::before, #about .about_slider li > dl dd::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        #about .about_slider li > dl dt::after, #about .about_slider li > dl dd::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
      #about .about_slider li > dl dt {
        box-sizing: border-box;
        font-size: 1.0416666667vw;
        font-weight: bold;
        margin-bottom: 2.0833333333vw;
        padding: 0.5208333333vw 0.5208333333vw 0.5208333333vw 1.5625vw;
        position: relative; }
        @media (max-width: 1480px) {
          #about .about_slider li > dl dt {
            font-size: 1.3513513514vw;
            margin-bottom: 2.7027027027vw;
            padding: 0.6756756757vw 0.6756756757vw 0.6756756757vw 2.027027027vw; } }
        @media (max-width: 1280px) {
          #about .about_slider li > dl dt {
            font-size: 1.40625vw;
            margin-bottom: 2.34375vw;
            padding: 0.46875vw 0.46875vw 0.46875vw 1.953125vw; } }
        @media (max-width: 980px) {
          #about .about_slider li > dl dt {
            font-size: 1.8367346939vw;
            margin-bottom: 3.0612244898vw;
            padding: 0.612244898vw 0.612244898vw 0.612244898vw 2.5510204082vw; } }
        @media (max-width: 480px) {
          #about .about_slider li > dl dt {
            font-size: 3.75vw;
            margin-bottom: 6.25vw;
            padding: 1.25vw 1.25vw 1.25vw 5.2083333333vw; } }
        #about .about_slider li > dl dt::before {
          content: "";
          background: #00f0ff;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -1.0416666667vw;
          height: 2.2916666667vw;
          width: 0.625vw; }
          @media (max-width: 1480px) {
            #about .about_slider li > dl dt::before {
              margin-top: -1.3513513514vw;
              height: 2.972972973vw;
              width: 0.8108108108vw; } }
          @media (max-width: 1280px) {
            #about .about_slider li > dl dt::before {
              margin-top: -1.171875vw;
              height: 2.65625vw;
              width: 0.703125vw; } }
          @media (max-width: 980px) {
            #about .about_slider li > dl dt::before {
              margin-top: -1.5306122449vw;
              height: 3.4693877551vw;
              width: 0.9183673469vw; } }
          @media (max-width: 480px) {
            #about .about_slider li > dl dt::before {
              margin-top: -3.125vw;
              height: 7.0833333333vw;
              width: 1.875vw; } }
      #about .about_slider li > dl dd {
        color: #fff;
        font-size: 0.8333333333vw;
        line-height: 2; }
        #about .about_slider li > dl dd::before, #about .about_slider li > dl dd::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        #about .about_slider li > dl dd::before {
          margin-top: calc((1 - 2) * 0.5em); }
        #about .about_slider li > dl dd::after {
          margin-bottom: calc((1 - 2) * 0.5em); }
        @media (max-width: 1480px) {
          #about .about_slider li > dl dd {
            font-size: 1.0810810811vw; } }
        @media (max-width: 1280px) {
          #about .about_slider li > dl dd {
            font-size: 1.25vw;
            line-height: 1.8; }
            #about .about_slider li > dl dd::before, #about .about_slider li > dl dd::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #about .about_slider li > dl dd::before {
              margin-top: calc((1 - 1.8) * 0.5em); }
            #about .about_slider li > dl dd::after {
              margin-bottom: calc((1 - 1.8) * 0.5em); } }
        @media (max-width: 980px) {
          #about .about_slider li > dl dd {
            font-size: 1.6326530612vw; } }
        @media (max-width: 480px) {
          #about .about_slider li > dl dd {
            font-size: 3.3333333333vw; } }

#spec {
  background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_spec.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  padding: 5.2083333333vw 0;
  width: 100%; }
  @media (max-width: 1280px) {
    #spec {
      padding: 6.25vw 0; } }
  @media (max-width: 980px) {
    #spec {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_spec.jpg") no-repeat bottom right;
      background-size: cover;
      padding: 8.1632653061vw 4.0816326531vw 20.4081632653vw; } }
  @media (max-width: 480px) {
    #spec {
      background: url("https://www.arcsystemworks.jp/dtd/assets/img/bg_spec.jpg") no-repeat bottom right;
      background-size: cover;
      padding: 16.6666666667vw 8.3333333333vw 25vw; } }
  #spec > h2 {
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 4.1666666667vw;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 2.6041666667vw;
    text-indent: .05em;
    position: relative;
    text-align: center; }
    @media (max-width: 1280px) {
      #spec > h2 {
        font-size: 6.25vw;
        margin-bottom: 3.90625vw; } }
    @media (max-width: 980px) {
      #spec > h2 {
        font-size: 8.1632653061vw;
        margin-bottom: 5.1020408163vw; } }
    @media (max-width: 480px) {
      #spec > h2 {
        font-size: 12.5vw;
        margin-bottom: 6.25vw; } }
    #spec > h2.jp::before {
      content: "製品情報";
      color: #ffd02e;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 0.7291666667vw;
      font-weight: bold;
      letter-spacing: .2em;
      text-indent: .2em;
      position: absolute;
      top: -1.0416666667vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
      @media (max-width: 1280px) {
        #spec > h2.jp::before {
          top: -1.5625vw;
          font-size: 1.09375vw; } }
      @media (max-width: 980px) {
        #spec > h2.jp::before {
          top: -1.5306122449vw;
          font-size: 1.4285714286vw; } }
      @media (max-width: 480px) {
        #spec > h2.jp::before {
          top: -3.125vw;
          font-size: 2.9166666667vw; } }
    #spec > h2.kr, #spec > h2 .tc, #spec > h2 .sc {
      font-size: 3.125vw;
      font-weight: bold; }
      @media (max-width: 1280px) {
        #spec > h2.kr, #spec > h2 .tc, #spec > h2 .sc {
          font-size: 4.6875vw; } }
      @media (max-width: 980px) {
        #spec > h2.kr, #spec > h2 .tc, #spec > h2 .sc {
          font-size: 6.1224489796vw; } }
      @media (max-width: 480px) {
        #spec > h2.kr, #spec > h2 .tc, #spec > h2 .sc {
          font-size: 6.25vw; } }
  #spec .spec_inr {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%; }
    @media (max-width: 480px) {
      #spec .spec_inr {
        align-items: center;
        flex-direction: column; } }
    #spec .spec_inr figure {
      margin-right: 2.6041666667vw;
      width: 100%;
      max-width: 11.71875vw; }
      @media (max-width: 1280px) {
        #spec .spec_inr figure {
          margin-right: 3.90625vw;
          max-width: 17.578125vw; } }
      @media (max-width: 980px) {
        #spec .spec_inr figure {
          margin-right: 5.1020408163vw;
          margin-bottom: 3.0612244898vw;
          max-width: 22.9591836735vw; } }
      @media (max-width: 480px) {
        #spec .spec_inr figure {
          margin-right: 0;
          margin-bottom: 6.25vw;
          max-width: 46.875vw; } }
    #spec .spec_inr dl {
      width: 100%;
      max-width: 36.4583333333vw; }
      @media (max-width: 1280px) {
        #spec .spec_inr dl {
          max-width: 54.6875vw; } }
      @media (max-width: 980px) {
        #spec .spec_inr dl {
          max-width: 61.2244897959vw; } }
      @media (max-width: 480px) {
        #spec .spec_inr dl {
          max-width: 90%; } }
      #spec .spec_inr dl div {
        display: flex;
        align-items: center; }
        @media (max-width: 480px) {
          #spec .spec_inr dl div {
            flex-direction: column; } }
        #spec .spec_inr dl div.language {
          align-items: flex-start; }
        #spec .spec_inr dl div:nth-child(n + 2) {
          margin-top: 0.78125vw; }
          @media (max-width: 1280px) {
            #spec .spec_inr dl div:nth-child(n + 2) {
              margin-top: 1.171875vw; } }
          @media (max-width: 980px) {
            #spec .spec_inr dl div:nth-child(n + 2) {
              margin-top: 1.5306122449vw; } }
          @media (max-width: 480px) {
            #spec .spec_inr dl div:nth-child(n + 2) {
              margin-top: 8.3333333333vw; } }
        #spec .spec_inr dl div dt, #spec .spec_inr dl div dd {
          color: #fff;
          font-size: 0.8333333333vw;
          font-weight: bold; }
          @media (max-width: 1280px) {
            #spec .spec_inr dl div dt, #spec .spec_inr dl div dd {
              font-size: 1.25vw; } }
          @media (max-width: 980px) {
            #spec .spec_inr dl div dt, #spec .spec_inr dl div dd {
              font-size: 1.6326530612vw; } }
          @media (max-width: 480px) {
            #spec .spec_inr dl div dt, #spec .spec_inr dl div dd {
              font-size: 3.3333333333vw; } }
        #spec .spec_inr dl div dt {
          background: #094975;
          box-sizing: border-box;
          padding: 0.5208333333vw;
          text-align: center;
          width: 100%;
          max-width: 7.2916666667vw;
          line-height: 1.4; }
          #spec .spec_inr dl div dt::before, #spec .spec_inr dl div dt::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #spec .spec_inr dl div dt::before {
            margin-top: calc((1 - 1.4) * 0.5em); }
          #spec .spec_inr dl div dt::after {
            margin-bottom: calc((1 - 1.4) * 0.5em); }
          @media (max-width: 1280px) {
            #spec .spec_inr dl div dt {
              padding: 0.78125vw;
              max-width: 10.9375vw; } }
          @media (max-width: 980px) {
            #spec .spec_inr dl div dt {
              background: rgba(0, 0, 0, 0.5);
              padding: 1.0204081633vw;
              max-width: 14.2857142857vw; } }
          @media (max-width: 480px) {
            #spec .spec_inr dl div dt {
              background: rgba(0, 0, 0, 0.5);
              padding: 2.0833333333vw;
              max-width: 100%; } }
        #spec .spec_inr dl div dd {
          margin-left: 1.8229166667vw;
          width: 100%; }
          @media (max-width: 1280px) {
            #spec .spec_inr dl div dd {
              margin-left: 2.734375vw; } }
          @media (max-width: 980px) {
            #spec .spec_inr dl div dd {
              margin-left: 3.5714285714vw; } }
          @media (max-width: 480px) {
            #spec .spec_inr dl div dd {
              margin-left: 0;
              margin-top: 4.1666666667vw;
              text-align: center; } }
          #spec .spec_inr dl div dd.language_txt {
            box-sizing: border-box;
            padding-top: 0.4166666667vw;
            line-height: 2; }
            #spec .spec_inr dl div dd.language_txt::before, #spec .spec_inr dl div dd.language_txt::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #spec .spec_inr dl div dd.language_txt::before {
              margin-top: calc((1 - 2) * 0.5em); }
            #spec .spec_inr dl div dd.language_txt::after {
              margin-bottom: calc((1 - 2) * 0.5em); }
            @media (max-width: 1280px) {
              #spec .spec_inr dl div dd.language_txt {
                padding-top: 0.625vw; } }
            @media (max-width: 980px) {
              #spec .spec_inr dl div dd.language_txt {
                padding-top: 0.8163265306vw; } }
            @media (max-width: 480px) {
              #spec .spec_inr dl div dd.language_txt {
                padding-top: 1.6666666667vw;
                text-align: left; } }

.remodal {
  position: relative;
  padding: 25px; }
  .remodal img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .remodal figure.images {
    margin: 30px auto 0;
    width: 100%;
    max-width: 51.0416666667vw; }
    @media (max-width: 1280px) {
      .remodal figure.images {
        max-width: 76.5625vw; } }
    @media (max-width: 980px) {
      .remodal figure.images {
        max-width: 90%; } }

.remodal_close {
  cursor: pointer;
  margin: 0 0 0 auto;
  height: 2.6041666667vw;
  width: 2.6041666667vw;
  transition: all .3s; }
  @media (max-width: 1280px) {
    .remodal_close {
      height: 3.90625vw;
      width: 3.90625vw; } }
  @media (max-width: 980px) {
    .remodal_close {
      height: 5.1020408163vw;
      width: 5.1020408163vw; } }
  @media (max-width: 480px) {
    .remodal_close {
      height: 10.4166666667vw;
      width: 10.4166666667vw; } }
  .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%; }
  @media (max-width: 480px) {
    .movie_modal {
      margin-top: 15px; } }
  .movie_modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*==================================================*/
/* button */
/*==================================================*/
.btn_org {
  background: rgba(255, 105, 0, 0.8);
  box-sizing: border-box;
  border: 1px solid #ff6900;
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 1.0416666667vw 4.6875vw 1.0416666667vw 1.5625vw;
  margin: 0 auto;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
  max-width: 15.1041666667vw; }
  @media (max-width: 1280px) {
    .btn_org {
      padding: 1.5625vw 7.03125vw 1.5625vw 2.34375vw;
      max-width: 22.65625vw; } }
  @media (max-width: 980px) {
    .btn_org {
      padding: 2.0408163265vw 9.1836734694vw 2.0408163265vw 3.0612244898vw;
      max-width: 29.5918367347vw; } }
  @media (max-width: 480px) {
    .btn_org {
      padding: 4.1666666667vw 18.75vw 4.1666666667vw 6.25vw;
      max-width: 60.4166666667vw; } }
  .btn_org::before {
    content: '';
    background: url("https://www.arcsystemworks.jp/dtd/assets/img/icon_btn_arrow.svg") no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 10px);
    right: 1.5em;
    width: 20px;
    height: 20px;
    transition: all .3s; }
  .btn_org:hover {
    background: #ff6900;
    text-decoration: none;
    opacity: 1; }
    .btn_org:hover::before, .btn_org:hover::after {
      right: .8em; }
      @media (max-width: 980px) {
        .btn_org:hover::before, .btn_org:hover::after {
          right: 1.5em; } }
  @media (max-width: 980px) {
    .btn_org:active::before, .btn_org:active::after {
      right: .8em; } }

/*==================================================*/
/* swiper */
/*==================================================*/
.container {
  margin-inline: auto;
  position: relative;
  width: 100%; }
  @media (max-width: 480px) {
    .container {
      width: 90%; } }

.swiper {
  margin: 0 auto;
  height: 100%;
  max-height: 15.625vw;
  width: 100%;
  max-width: 52.6041666667vw; }
  @media (max-width: 1480px) {
    .swiper {
      max-height: 27.027027027vw;
      max-width: 60.472972973vw; } }
  @media (max-width: 1280px) {
    .swiper {
      max-height: 100%;
      max-width: 71.875vw; } }
  @media (max-width: 980px) {
    .swiper {
      max-height: 100%;
      max-width: 73.4693877551vw; } }
  @media (max-width: 480px) {
    .swiper {
      max-height: 100%;
      max-width: 100%; } }

.swiper-slide img {
  height: auto;
  width: 100%; }

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  color: transparent;
  height: 1.3541666667vw;
  width: 100%;
  max-width: 5.1041666667vw;
  z-index: 2; }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    content: ""; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: ""; }
  @media (max-width: 1280px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 2.03125vw;
      max-width: 7.65625vw; } }
  @media (max-width: 980px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 2.6530612245vw;
      max-width: 10vw; } }
  @media (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 5.4166666667vw;
      max-width: 20.4166666667vw; } }

.swiper-button-prev {
  top: auto !important;
  left: 3.125vw !important;
  bottom: -3.3854166667vw; }
  @media (max-width: 1280px) {
    .swiper-button-prev {
      left: 4.6875vw !important;
      bottom: -5.078125vw; } }
  @media (max-width: 980px) {
    .swiper-button-prev {
      left: 3.0612244898vw !important;
      bottom: -6.1224489796vw; } }
  @media (max-width: 480px) {
    .swiper-button-prev {
      left: 4.1666666667vw !important;
      bottom: -10.4166666667vw; } }

.swiper-button-next {
  top: auto !important;
  right: 3.125vw !important;
  bottom: -3.3854166667vw; }
  @media (max-width: 1280px) {
    .swiper-button-next {
      right: 4.6875vw !important;
      bottom: -5.078125vw; } }
  @media (max-width: 980px) {
    .swiper-button-next {
      right: 3.0612244898vw !important;
      bottom: -6.1224489796vw; } }
  @media (max-width: 480px) {
    .swiper-button-next {
      right: 4.1666666667vw !important;
      bottom: -10.4166666667vw; } }

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3.125vw;
  z-index: 1; }
  @media (max-width: 1280px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: -4.6875vw; } }
  @media (max-width: 980px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: -6.1224489796vw; } }
  @media (max-width: 480px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: -10.4166666667vw; } }

.swiper-pagination-bullet {
  background: #535353;
  opacity: 1;
  height: 0.7291666667vw;
  width: 0.7291666667vw; }
  @media (max-width: 1280px) {
    .swiper-pagination-bullet {
      height: 1.09375vw;
      width: 1.09375vw; } }
  @media (max-width: 980px) {
    .swiper-pagination-bullet {
      height: 1.4285714286vw;
      width: 1.4285714286vw; } }
  @media (max-width: 480px) {
    .swiper-pagination-bullet {
      height: 1.4285714286vw;
      width: 1.4285714286vw; } }
  .swiper-pagination-bullet-active {
    background: #fed82e; }

/*==================================================*/
/* language */
/*==================================================*/
#language_btn {
  box-sizing: border-box;
  background: #ffc41a;
  color: #267a9a;
  cursor: pointer;
  font-family: "Teko", sans-serif;
  font-size: 1.5625vw;
  font-weight: bold;
  padding: 0.4166666667vw 0.625vw 0.2604166667vw;
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 9.375vw; }
  @media (max-width: 1280px) {
    #language_btn {
      font-size: 1.953125vw;
      padding: 0.625vw 0.9375vw 0.390625vw;
      top: 1.5625vw;
      right: 1.5625vw;
      max-width: 11.71875vw; } }
  @media (max-width: 980px) {
    #language_btn {
      font-size: 2.5510204082vw;
      padding: 0.8163265306vw 1.2244897959vw 0.5102040816vw;
      top: 2.0408163265vw;
      right: 2.0408163265vw;
      max-width: 15.306122449vw; } }
  @media (max-width: 480px) {
    #language_btn {
      font-size: 3.75vw;
      padding: 1.6666666667vw 2.5vw 1.0416666667vw;
      top: 4.1666666667vw;
      right: 4.1666666667vw;
      max-width: 25vw; } }
  #language_btn .language_btn_inr {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 0.78125vw 0.4166666667vw 0.5208333333vw;
    right: 0;
    margin-top: 1.0416666667vw;
    width: 100%;
    z-index: 4; }
    @media (max-width: 1280px) {
      #language_btn .language_btn_inr {
        margin-top: 1.171875vw;
        padding: 1.171875vw 0.625vw 0.78125vw; } }
    @media (max-width: 980px) {
      #language_btn .language_btn_inr {
        margin-top: 1.5306122449vw;
        padding: 1.5306122449vw 0.8163265306vw 1.0204081633vw; } }
    @media (max-width: 480px) {
      #language_btn .language_btn_inr {
        margin-top: 2.0833333333vw;
        padding: 3.125vw 1.6666666667vw 2.0833333333vw; } }
    #language_btn .language_btn_inr p {
      font-size: 1.0416666667vw;
      position: relative;
      display: block;
      z-index: 5; }
      @media (max-width: 1280px) {
        #language_btn .language_btn_inr p {
          font-size: 1.40625vw; } }
      @media (max-width: 980px) {
        #language_btn .language_btn_inr p {
          font-size: 1.8367346939vw; } }
      @media (max-width: 480px) {
        #language_btn .language_btn_inr p {
          font-size: 3.3333333333vw; } }
      #language_btn .language_btn_inr p a {
        color: #fff;
        font-family: "Teko", sans-serif;
        font-weight: bold; }
        #language_btn .language_btn_inr p a:hover {
          ransition: all .3s;
          color: #ffff00; }
      #language_btn .language_btn_inr p .off {
        color: #ffff00; }

/*==================================================*/
/* @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%; } }
