@charset "UTF-8";
/*-----------------------------------------------
-----------------------------------------------*/
/*==================================================*/
/* 前提css */
/*==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Noto+Serif+TC:wght@200..900&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: 750px) {
  .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 */
/*==================================================*/
/*==================================================*/
/* color */
/*==================================================*/
/*==================================================*/
/* common */
/*==================================================*/
.pc {
  display: block; }
  @media (max-width: 980px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 980px) {
    .sp {
      display: block; } }

img {
  object-fit: contain;
  height: auto;
  width: 100%; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeBottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

#page-top {
  position: fixed;
  right: 0;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100); }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/page_top.png") no-repeat top left/cover;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      #page-top a {
        width: 5.46875vw;
        height: 5.46875vw; } }
    @media (max-width: 980px) {
      #page-top a {
        width: 7.1428571429vw;
        height: 7.1428571429vw; } }
    @media (max-width: 750px) {
      #page-top a {
        width: 6.6666666667vw;
        height: 6.6666666667vw; } }
    #page-top a:hover {
      opacity: .8; }
  #page-top.UpMove {
    animation: UpAnime 0.5s forwards; }
  #page-top.DownMove {
    animation: DownAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*==================================================*/
/* contents */
/*==================================================*/
html, body {
  height: 100%;
  margin: 0; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.movie_blk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden; }
  .movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

/*==================================================*/
/* header */
/*==================================================*/
header {
  position: relative;
  z-index: 1;
  width: 100%;
  /*.character {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    @include height(1010);
    @include width(1397);    
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
    z-index: 2;
  }*/
  /*----------  nav  ----------*/ }
  header h1 {
    margin-top: 130px;
    margin-right: 0px;
    margin-bottom: 600px;
    margin-left: 60px;
    width: 812px; }
    @media (max-width: 750px) {
      header h1 {
        margin-top: 17.3333333333vw;
        margin-right: 0vw;
        margin-bottom: 80vw;
        margin-left: 8vw; } }
    @media (max-width: 750px) {
      header h1 {
        width: 108.2666666667vw; } }
    @media (max-width: 1280px) {
      header h1 {
        width: 560px;
        margin: 7.8125vw 0 28.125vw 2.1875vw; } }
  @media (max-width: 1280px) and (max-width: 750px) {
    header h1 {
      width: 74.6666666667vw; } }

    @media (max-width: 980px) {
      header h1 {
        width: 330px;
        margin: 10.2040816327vw 0 28.5714285714vw 2.8571428571vw; } }
  @media (max-width: 980px) and (max-width: 750px) {
    header h1 {
      width: 44vw; } }

    @media (max-width: 750px) {
      header h1 {
        width: 330px;
        margin: 8vw 0 26.6666666667vw 2.4vw; } }
  @media (max-width: 750px) and (max-width: 750px) {
    header h1 {
      width: 44vw; } }

  header .visual_top {
    box-sizing: border-box;
    background-image: url("../img/header_visual_bg.jpg");
    background-position: top center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    overflow: hidden; }
  header #nav {
    background-image: linear-gradient(0deg, transparent, #000000);
    position: fixed;
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    z-index: 9999; }
    @media (max-width: 750px) {
      header #nav {
        height: 10.6666666667vw; } }
    @media (max-width: 980px) {
      header #nav {
        height: auto;
        background: none;
        border-bottom: 0; } }
    header #nav nav {
      display: flex;
      align-items: center; }
      @media (max-width: 980px) {
        header #nav nav {
          flex-direction: column; } }
      header #nav nav ul {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 50px; }
        @media (max-width: 750px) {
          header #nav nav ul {
            padding-top: 0vw;
            padding-right: 0vw;
            padding-bottom: 0vw;
            padding-left: 6.6666666667vw; } }
        @media (max-width: 980px) {
          header #nav nav ul {
            margin-top: 8.1632653061vw;
            flex-direction: column;
            width: 100%; } }
        @media (max-width: 750px) {
          header #nav nav ul {
            margin-top: 10.6666666667vw; } }
        header #nav nav ul li {
          margin-top: 0px;
          margin-right: 40px;
          margin-bottom: 0px;
          margin-left: 0px;
          font-family: "Noto Serif JP", serif;
          position: relative; }
          @media (max-width: 750px) {
            header #nav nav ul li {
              margin-top: 0vw;
              margin-right: 5.3333333333vw;
              margin-bottom: 0vw;
              margin-left: 0vw; } }
          @media (max-width: 980px) {
            header #nav nav ul li {
              box-sizing: border-box;
              height: 100%;
              padding: 6.1224489796vw;
              text-align: left;
              width: 100%; } }
          @media (max-width: 750px) {
            header #nav nav ul li {
              box-sizing: border-box;
              height: 100%;
              padding: 4vw; } }
          header #nav nav ul li a {
            color: #fff;
            font-size: 25px;
            font-weight: 500; }
            @media (max-width: 750px) {
              header #nav nav ul li a {
                font-size: 3.3333333333vw; } }
            @media (max-width: 980px) {
              header #nav nav ul li a {
                box-sizing: border-box;
                font-size: 3.0612244898vw;
                padding-top: 5.1020408163vw;
                padding-left: 4.0816326531vw;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
                header #nav nav ul li a:active {
                  opacity: .4;
                  transition: all .3s; } }
            @media (max-width: 750px) {
              header #nav nav ul li a {
                font-size: 2.6666666667vw;
                padding-top: 2.6666666667vw;
                padding-left: 3.3333333333vw; } }
            header #nav nav ul li a:hover {
              color: #cfa972;
              transition: all .3s; }
              @media (max-width: 980px) {
                header #nav nav ul li a:hover {
                  opacity: 1; } }

@media (max-width: 980px) {
  .openbtn {
    position: absolute;
    background: #000;
    border-top: 0;
    border-right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 1000; }
    .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 17px;
      height: 3px;
      border-radius: 2px;
      background: #fff; }
      .openbtn span:nth-of-type(1) {
        top: 20px;
        width: 45%; }
      .openbtn span:nth-of-type(2) {
        top: 28px;
        width: 45%; }
      .openbtn span:nth-of-type(3) {
        top: 36px;
        width: 45%; }
    .openbtn.active span:nth-of-type(1) {
      top: 23px;
      left: 15px;
      transform: translateY(6px) rotate(-135deg);
      width: 50%; }
    .openbtn.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn.active span:nth-of-type(3) {
      top: 35px;
      left: 15px;
      transform: translateY(-6px) rotate(135deg);
      width: 50%; }

  nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3; }

  .open nav {
    left: 0; } }
@media (max-width: 750px) {
  nav {
    left: -100%;
    width: 100%; } }
.store_area {
  background-image: url("../img/store_bg.png");
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
  margin-top: -90px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
  position: relative;
  width: 100%; }
  @media (max-width: 750px) {
    .store_area {
      margin-top: -12vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      margin-left: 0vw; } }
  @media (max-width: 750px) {
    .store_area {
      padding-top: 0vw;
      padding-right: 0vw;
      padding-bottom: 12vw;
      padding-left: 0vw; } }
  @media (max-width: 980px) {
    .store_area {
      margin-top: -18.3673469388vw; } }
  .store_area::before {
    content: "";
    background-image: url("../img/store_bottom_bg.png");
    background-position: top center;
    background-size: cover;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 36px;
    z-index: 0; }
    @media (max-width: 750px) {
      .store_area::before {
        bottom: -1.3333333333vw; } }
    @media (max-width: 750px) {
      .store_area::before {
        height: 4.8vw; } }
  .store_area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    z-index: -1; }
  .store_area ul {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 165px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
    @media (max-width: 750px) {
      .store_area ul {
        padding-top: 22vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
        padding-left: 0vw; } }
    @media (max-width: 980px) {
      .store_area ul {
        flex-direction: column;
        padding-top: 28.5714285714vw; } }
    .store_area ul li:nth-child(n + 2) {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 45px; }
      @media (max-width: 750px) {
        .store_area ul li:nth-child(n + 2) {
          margin-top: 0vw;
          margin-right: 0vw;
          margin-bottom: 0vw;
          margin-left: 6vw; } }
      @media (max-width: 980px) {
        .store_area ul li:nth-child(n + 2) {
          margin-left: 0;
          margin-top: 4.5918367347vw; } }
    .store_area ul li a {
      background: #000;
      border: 2px solid #fff;
      border-radius: 50px;
      display: flex;
      overflow: hidden;
      justify-content: space-around;
      align-items: center;
      position: relative;
      margin: 0 auto;
      padding-top: 25px;
      padding-right: 50px;
      padding-bottom: 25px;
      padding-left: 50px;
      transition: 0.3s ease-in-out;
      width: auto;
      z-index: 0; }
      @media (max-width: 750px) {
        .store_area ul li a {
          padding-top: 3.3333333333vw;
          padding-right: 6.6666666667vw;
          padding-bottom: 3.3333333333vw;
          padding-left: 6.6666666667vw; } }
      .store_area ul li a.btn_ps::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        display: block;
        background: #004098;
        transition: .3s;
        left: 0;
        z-index: -1; }
      .store_area ul li a.btn_ps:hover:before {
        width: 100%;
        z-index: -1; }
      .store_area ul li a.btn_ps > img {
        object-fit: contain;
        height: 100%;
        width: auto; }
        .store_area ul li a.btn_ps > img.pf_ps {
          height: 41px;
          width: auto; }
          @media (max-width: 750px) {
            .store_area ul li a.btn_ps > img.pf_ps {
              height: 5.4666666667vw; } }
      .store_area ul li a.btn_steam {
        padding-top: 20px;
        padding-right: 50px;
        padding-bottom: 20px;
        padding-left: 50px; }
        @media (max-width: 750px) {
          .store_area ul li a.btn_steam {
            padding-top: 2.6666666667vw;
            padding-right: 6.6666666667vw;
            padding-bottom: 2.6666666667vw;
            padding-left: 6.6666666667vw; } }
        .store_area ul li a.btn_steam::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          width: 0;
          display: block;
          background: #096295;
          transition: .3s;
          left: 0;
          z-index: -1; }
        .store_area ul li a.btn_steam:hover:before {
          width: 100%;
          z-index: -1; }
        .store_area ul li a.btn_steam > img {
          object-fit: contain;
          height: 100%;
          width: auto; }
          .store_area ul li a.btn_steam > img.pf_steam {
            height: 38px;
            width: auto; }
            @media (max-width: 750px) {
              .store_area ul li a.btn_steam > img.pf_steam {
                height: 5.0666666667vw; } }
            @media (max-width: 980px) {
              .store_area ul li a.btn_steam > img.pf_steam {
                height: 41px; } }
  @media (max-width: 980px) and (max-width: 750px) {
    .store_area ul li a.btn_steam > img.pf_steam {
      height: 5.4666666667vw; } }

/*==================================================*/
/* footer */
/*==================================================*/
footer {
  background: #000;
  box-sizing: border-box;
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0px; }
  @media (max-width: 750px) {
    footer {
      padding-top: 9.3333333333vw;
      padding-right: 0vw;
      padding-bottom: 9.3333333333vw;
      padding-left: 0vw; } }
  footer .footer_logo {
    margin: 0 auto;
    width: 594px; }
    @media (max-width: 750px) {
      footer .footer_logo {
        width: 79.2vw; } }
    @media (max-width: 980px) {
      footer .footer_logo {
        width: 60.612244898vw; } }
  footer .company {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
    @media (max-width: 750px) {
      footer .company {
        margin-top: 6.6666666667vw;
        margin-right: 0vw;
        margin-bottom: 0vw;
        margin-left: 0vw; } }
    footer .company li {
      height: 141px;
      width: auto; }
      @media (max-width: 750px) {
        footer .company li {
          height: 18.8vw; } }
      footer .company li:nth-child(n + 2) {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px; }
        @media (max-width: 750px) {
          footer .company li:nth-child(n + 2) {
            margin-top: 0vw;
            margin-right: 0vw;
            margin-bottom: 0vw;
            margin-left: 2.6666666667vw; } }
      @media (max-width: 980px) {
        footer .company li {
          height: 14.387755102vw; } }
      footer .company li img {
        object-fit: contain;
        height: 100%;
        width: auto; }
  footer .ft_lnk {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
    @media (max-width: 750px) {
      footer .ft_lnk {
        margin-top: 9.3333333333vw;
        margin-right: 0vw;
        margin-bottom: 0vw;
        margin-left: 0vw; } }
    footer .ft_lnk .sns_list {
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .ft_lnk .sns_list li:nth-child(n +2) {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 30px; }
        @media (max-width: 750px) {
          footer .ft_lnk .sns_list li:nth-child(n +2) {
            margin-top: 0vw;
            margin-right: 0vw;
            margin-bottom: 0vw;
            margin-left: 4vw; } }
      footer .ft_lnk .sns_list li.x_twitter {
        width: 90px; }
        @media (max-width: 750px) {
          footer .ft_lnk .sns_list li.x_twitter {
            width: 12vw; } }
      footer .ft_lnk .sns_list li.youtube {
        width: 90px; }
        @media (max-width: 750px) {
          footer .ft_lnk .sns_list li.youtube {
            width: 12vw; } }
      footer .ft_lnk .sns_list li a.kr {
        font-family: "Noto Sans KR", sans-serif !important; }
      footer .ft_lnk .sns_list li a.tc {
        font-family: "Noto Sans TC", sans-serif !important; }
      footer .ft_lnk .sns_list li a.sc {
        font-family: "Noto Sans SC", sans-serif !important; }
      footer .ft_lnk .sns_list li a:hover {
        transition: all .3s;
        opacity: .5; }
        @media (max-width: 750px) {
          footer .ft_lnk .sns_list li a:hover {
            opacity: 1; } }
      @media (max-width: 750px) {
        footer .ft_lnk .sns_list li a:active {
          transition: all .3s;
          opacity: .5; } }
  footer .platform {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px; }
    @media (max-width: 750px) {
      footer .platform {
        margin-top: 5.3333333333vw;
        margin-right: 0vw;
        margin-bottom: 9.3333333333vw;
        margin-left: 0vw; } }
    @media (max-width: 980px) {
      footer .platform {
        margin: 6.1224489796vw 0 7.1428571429vw; } }
    footer .platform > li {
      margin-top: 0px;
      margin-right: 30px;
      margin-bottom: 0px;
      margin-left: 30px; }
      @media (max-width: 750px) {
        footer .platform > li {
          margin-top: 0vw;
          margin-right: 4vw;
          margin-bottom: 0vw;
          margin-left: 4vw; } }
      @media (max-width: 980px) {
        footer .platform > li {
          margin: 0 2.0408163265vw 0; } }
      footer .platform > li > img {
        object-fit: contain;
        height: 100%;
        width: auto; }
        footer .platform > li > img.pf_switch {
          height: 40px;
          width: auto; }
          @media (max-width: 750px) {
            footer .platform > li > img.pf_switch {
              height: 5.3333333333vw; } }
        footer .platform > li > img.pf_ps {
          height: 41px;
          width: auto; }
          @media (max-width: 750px) {
            footer .platform > li > img.pf_ps {
              height: 5.4666666667vw; } }
        footer .platform > li > img.pf_steam {
          height: 54px;
          width: auto; }
          @media (max-width: 750px) {
            footer .platform > li > img.pf_steam {
              height: 7.2vw; } }
          @media (max-width: 980px) {
            footer .platform > li > img.pf_steam {
              margin-top: 4vw; } }
  footer .copy {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.5; }
    @media (max-width: 750px) {
      footer .copy {
        font-size: 1.6vw; } }
    footer .copy::before, footer .copy::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    footer .copy::before {
      margin-top: calc((1 - 1.5) * 0.5em); }
    footer .copy::after {
      margin-bottom: calc((1 - 1.5) * 0.5em); }
    @media (max-width: 980px) {
      footer .copy {
        margin: 0 auto;
        width: 90%; } }
    footer .copy > .ps_mark {
      display: inline;
      height: 13px;
      width: auto; }
      @media (max-width: 750px) {
        footer .copy > .ps_mark {
          height: 1.7333333333vw; } }
    footer .copy_logo {
      margin: 40px auto 0;
      height: auto;
      width: 253px; }
      @media (max-width: 750px) {
        footer .copy_logo {
          width: 33.7333333333vw; } }

/* -----------------------------------------------------
   news
----------------------------------------------------- */
#news {
  background: #000;
  box-sizing: border-box;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px; }
  @media (max-width: 750px) {
    #news {
      padding-top: 13.3333333333vw;
      padding-right: 0vw;
      padding-bottom: 13.3333333333vw;
      padding-left: 0vw; } }
  #news > .inr {
    display: flex;
    margin: 0 auto;
    width: 1400px; }
    @media (max-width: 750px) {
      #news > .inr {
        width: 186.6666666667vw; } }
    @media (max-width: 1280px) {
      #news > .inr {
        width: 90%; } }
    @media (max-width: 980px) {
      #news > .inr {
        flex-direction: column;
        width: 90%; } }
    #news > .inr h2 {
      font-size: 48px;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      color: #fff;
      margin-top: -5px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding: 0;
      width: auto; }
      @media (max-width: 750px) {
        #news > .inr h2 {
          font-size: 6.4vw; } }
      @media (max-width: 750px) {
        #news > .inr h2 {
          margin-top: -0.6666666667vw;
          margin-right: 0vw;
          margin-bottom: 0vw;
          margin-left: 0vw; } }
    #news > .inr .news_inr {
      box-sizing: border-box;
      border-left: 1px solid #fff;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 80px;
      padding-top: 0px;
      padding-right: 80px;
      padding-bottom: 0px;
      padding-left: 80px; }
      @media (max-width: 750px) {
        #news > .inr .news_inr {
          margin-top: 0vw;
          margin-right: 0vw;
          margin-bottom: 0vw;
          margin-left: 10.6666666667vw; } }
      @media (max-width: 750px) {
        #news > .inr .news_inr {
          padding-top: 0vw;
          padding-right: 10.6666666667vw;
          padding-bottom: 0vw;
          padding-left: 10.6666666667vw; } }
      @media (max-width: 1280px) {
        #news > .inr .news_inr {
          margin-left: 6.25vw;
          padding-right: 6.25vw; } }
      @media (max-width: 980px) {
        #news > .inr .news_inr {
          border-left: none;
          border-top: 1px solid #fff;
          margin: 3.0612244898vw 0 0;
          padding: 3.0612244898vw 0 0; } }
      #news > .inr .news_inr div {
        display: flex; }
        #news > .inr .news_inr div dt {
          color: #cfa972;
          font-size: 24px;
          font-weight: bold;
          width: 220px; }
          @media (max-width: 750px) {
            #news > .inr .news_inr div dt {
              font-size: 3.2vw; } }
          @media (max-width: 750px) {
            #news > .inr .news_inr div dt {
              width: 29.3333333333vw; } }
          @media (max-width: 980px) {
            #news > .inr .news_inr div dt {
              width: 20.4081632653vw; } }
        #news > .inr .news_inr div dd {
          color: #fff;
          font-size: 24px;
          line-height: 2; }
          @media (max-width: 750px) {
            #news > .inr .news_inr div dd {
              font-size: 3.2vw; } }
          #news > .inr .news_inr div dd::before, #news > .inr .news_inr div dd::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #news > .inr .news_inr div dd::before {
            margin-top: calc((1 - 2) * 0.5em); }
          #news > .inr .news_inr div dd::after {
            margin-bottom: calc((1 - 2) * 0.5em); }
          #news > .inr .news_inr div dd a {
            color: #cfa972; }
            #news > .inr .news_inr div dd a:hover {
              color: #fff;
              transition: all .3s; }
              @media (max-width: 980px) {
                #news > .inr .news_inr div dd a:hover {
                  color: #cfa972; } }
            @media (max-width: 980px) {
              #news > .inr .news_inr div dd a:active {
                color: #fff;
                transition: all .3s; } }
  #news .btn_trailer {
    display: block;
    margin-top: 120px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%; }
    @media (max-width: 750px) {
      #news .btn_trailer {
        margin-top: 16vw;
        margin-right: 0vw;
        margin-bottom: 0vw;
        margin-left: 0vw; } }
    @media (max-width: 980px) {
      #news .btn_trailer {
        margin: 8.1632653061vw 0 0; } }
    #news .btn_trailer ul {
      display: flex;
      justify-content: center;
      margin: auto; }
      #news .btn_trailer ul li {
        border: 1px solid #cfa972;
        height: 170px;
        width: 690px; }
        @media (max-width: 750px) {
          #news .btn_trailer ul li {
            height: 22.6666666667vw; } }
        @media (max-width: 750px) {
          #news .btn_trailer ul li {
            width: 92vw; } }
        #news .btn_trailer ul li:hover {
          opacity: .6;
          transition: all .3s; }
          @media (max-width: 980px) {
            #news .btn_trailer ul li:hover {
              opacity: 1; } }
        @media (max-width: 980px) {
          #news .btn_trailer ul li:active {
            opacity: .6;
            transition: all .3s; } }
        #news .btn_trailer ul li a {
          background: url("../img/btn_trailer.jpg") no-repeat top center;
          background-size: cover;
          display: block;
          color: #cfa972;
          font-family: "Noto Serif JP", serif;
          font-size: 42px;
          position: relative;
          height: 100%;
          width: 100%; }
          @media (max-width: 750px) {
            #news .btn_trailer ul li a {
              font-size: 5.6vw; } }
          #news .btn_trailer ul li a span {
            display: block;
            box-sizing: border-box;
            padding-top: 50px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 120px; }
            @media (max-width: 750px) {
              #news .btn_trailer ul li a span {
                padding-top: 6.6666666667vw;
                padding-right: 0vw;
                padding-bottom: 0vw;
                padding-left: 16vw; } }
            #news .btn_trailer ul li a span.ttl {
              color: #fff;
              padding: 0;
              padding-top: 10px;
              padding-right: 0px;
              padding-bottom: 0px;
              padding-left: 110px;
              font-size: 16px; }
              @media (max-width: 750px) {
                #news .btn_trailer ul li a span.ttl {
                  padding-top: 1.3333333333vw;
                  padding-right: 0vw;
                  padding-bottom: 0vw;
                  padding-left: 14.6666666667vw; } }
              @media (max-width: 750px) {
                #news .btn_trailer ul li a span.ttl {
                  font-size: 2.1333333333vw; } }
          #news .btn_trailer ul li a::before {
            content: "";
            background-image: url("../img/icon_movie_arrow.png");
            background-size: cover;
            position: absolute;
            left: 40px;
            top: 60px;
            height: 51px;
            width: 51px; }
            @media (max-width: 750px) {
              #news .btn_trailer ul li a::before {
                left: 5.3333333333vw; } }
            @media (max-width: 750px) {
              #news .btn_trailer ul li a::before {
                top: 8vw; } }
            @media (max-width: 750px) {
              #news .btn_trailer ul li a::before {
                height: 6.8vw; } }
            @media (max-width: 750px) {
              #news .btn_trailer ul li a::before {
                width: 6.8vw; } }

/* -----------------------------------------------------
   introduction
----------------------------------------------------- */
#introduction {
  box-sizing: border-box;
  padding-top: 320px;
  padding-right: 0px;
  padding-bottom: 300px;
  padding-left: 0px;
  position: relative; }
  @media (max-width: 750px) {
    #introduction {
      padding-top: 42.6666666667vw;
      padding-right: 0vw;
      padding-bottom: 40vw;
      padding-left: 0vw; } }
  @media (max-width: 980px) {
    #introduction {
      padding: 28.5714285714vw 0 35.7142857143vw; } }
  #introduction::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    z-index: -1; }
  #introduction p.txt {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.8; }
    @media (max-width: 750px) {
      #introduction p.txt {
        font-size: 3.2vw; } }
    #introduction p.txt::before, #introduction p.txt::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    #introduction p.txt::before {
      margin-top: calc((1 - 1.8) * 0.5em); }
    #introduction p.txt::after {
      margin-bottom: calc((1 - 1.8) * 0.5em); }
    #introduction p.txt.kr {
      font-family: "Noto Serif KR", serif !important; }
    #introduction p.txt.tc {
      font-family: "Noto Serif TC", serif !important; }
    #introduction p.txt.sc {
      font-family: "Noto Serif SC", serif !important; }
    #introduction p.txt strong {
      color: #cfa972;
      font-size: 28px;
      font-weight: bold; }
      @media (max-width: 750px) {
        #introduction p.txt strong {
          font-size: 3.7333333333vw; } }

/* -----------------------------------------------------
   product
----------------------------------------------------- */
#product {
  position: relative; }
  #product > figure {
    position: absolute;
    width: 873px;
    top: -180px;
    right: 0;
    z-index: 0; }
    @media (max-width: 750px) {
      #product > figure {
        width: 116.4vw; } }
    @media (max-width: 750px) {
      #product > figure {
        top: -24vw; } }
    @media (max-width: 1280px) {
      #product > figure {
        width: 52.578125vw; } }
    @media (max-width: 980px) {
      #product > figure {
        top: -24.4897959184vw;
        width: 68.6734693878vw; } }
  #product > .inr {
    background-image: url("../img/product_bg.jpg");
    background-position: top center;
    background-size: cover; }
    #product > .inr > .wrap {
      box-sizing: border-box;
      margin: 0 auto;
      padding-top: 90px;
      padding-right: 0px;
      padding-bottom: 100px;
      padding-left: 0px;
      width: 1400px; }
      @media (max-width: 750px) {
        #product > .inr > .wrap {
          padding-top: 12vw;
          padding-right: 0vw;
          padding-bottom: 13.3333333333vw;
          padding-left: 0vw; } }
      @media (max-width: 750px) {
        #product > .inr > .wrap {
          width: 186.6666666667vw; } }
      @media (max-width: 1280px) {
        #product > .inr > .wrap {
          width: 90%; } }
      @media (max-width: 980px) {
        #product > .inr > .wrap {
          width: 90%; } }
      #product > .inr > .wrap > h2 {
        font-size: 48px;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        color: #fff;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px; }
        @media (max-width: 750px) {
          #product > .inr > .wrap > h2 {
            font-size: 6.4vw; } }
        @media (max-width: 750px) {
          #product > .inr > .wrap > h2 {
            margin-top: 0vw;
            margin-right: 0vw;
            margin-bottom: 6.6666666667vw;
            margin-left: 0vw; } }
        #product > .inr > .wrap > h2.kr {
          font-family: "Noto Serif KR", serif !important; }
        #product > .inr > .wrap > h2.tc {
          font-family: "Noto Serif TC", serif !important; }
        #product > .inr > .wrap > h2.sc {
          font-family: "Noto Serif SC", serif !important; }
      #product > .inr > .wrap dl div {
        display: flex;
        font-family: "Noto Sans JP", sans-serif; }
        #product > .inr > .wrap dl div.kr {
          font-family: "Noto Sans KR", sans-serif !important; }
        #product > .inr > .wrap dl div.tc {
          font-family: "Noto Sans TC", sans-serif !important; }
        #product > .inr > .wrap dl div.sc {
          font-family: "Noto Sans SC", sans-serif !important; }
        #product > .inr > .wrap dl div:nth-child(n +2) {
          margin-top: 40px;
          margin-right: 0px;
          margin-bottom: 0px;
          margin-left: 0px; }
          @media (max-width: 750px) {
            #product > .inr > .wrap dl div:nth-child(n +2) {
              margin-top: 5.3333333333vw;
              margin-right: 0vw;
              margin-bottom: 0vw;
              margin-left: 0vw; } }
        #product > .inr > .wrap dl div dt {
          color: #cfa972;
          font-weight: bold;
          font-size: 24px;
          width: 216px; }
          @media (max-width: 750px) {
            #product > .inr > .wrap dl div dt {
              font-size: 3.2vw; } }
          @media (max-width: 750px) {
            #product > .inr > .wrap dl div dt {
              width: 28.8vw; } }
        #product > .inr > .wrap dl div dd {
          color: #fff;
          font-size: 24px;
          line-height: 1.4; }
          @media (max-width: 750px) {
            #product > .inr > .wrap dl div dd {
              font-size: 3.2vw; } }
          #product > .inr > .wrap dl div dd::before, #product > .inr > .wrap dl div dd::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #product > .inr > .wrap dl div dd::before {
            margin-top: calc((1 - 1.4) * 0.5em); }
          #product > .inr > .wrap dl div dd::after {
            margin-bottom: calc((1 - 1.4) * 0.5em); }
  #product .store {
    background: #111;
    box-sizing: border-box;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    width: 100%; }
    @media (max-width: 750px) {
      #product .store {
        padding-top: 5.3333333333vw;
        padding-right: 0vw;
        padding-bottom: 10.6666666667vw;
        padding-left: 0vw; } }
    #product .store > h2 {
      box-sizing: border-box;
      color: #cfa972;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      font-size: 48px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
      text-align: center; }
      @media (max-width: 750px) {
        #product .store > h2 {
          font-size: 6.4vw; } }
      @media (max-width: 750px) {
        #product .store > h2 {
          margin-top: 0vw;
          margin-right: 0vw;
          margin-bottom: 6.6666666667vw;
          margin-left: 0vw; } }
      #product .store > h2.kr {
        font-family: "Noto Serif KR", serif !important; }
      #product .store > h2.tc {
        font-family: "Noto Serif TC", serif !important; }
      #product .store > h2.sc {
        font-family: "Noto Serif SC", serif !important; }
    #product .store ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 980px) {
        #product .store ul {
          flex-direction: column; } }
      #product .store ul li:nth-child(n + 2) {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 45px; }
        @media (max-width: 750px) {
          #product .store ul li:nth-child(n + 2) {
            margin-top: 0vw;
            margin-right: 0vw;
            margin-bottom: 0vw;
            margin-left: 6vw; } }
        @media (max-width: 980px) {
          #product .store ul li:nth-child(n + 2) {
            margin-left: 0;
            margin-top: 4.0816326531vw; } }
      #product .store ul li a {
        background: #000;
        border: 2px solid #fff;
        border-radius: 50px;
        display: flex;
        overflow: hidden;
        justify-content: space-around;
        align-items: center;
        position: relative;
        margin: 0 auto;
        padding-top: 25px;
        padding-right: 50px;
        padding-bottom: 25px;
        padding-left: 50px;
        transition: 0.3s ease-in-out;
        width: auto;
        z-index: 0; }
        @media (max-width: 750px) {
          #product .store ul li a {
            padding-top: 3.3333333333vw;
            padding-right: 6.6666666667vw;
            padding-bottom: 3.3333333333vw;
            padding-left: 6.6666666667vw; } }
        @media (max-width: 980px) {
          #product .store ul li a {
            padding: 2.5510204082vw 5.1020408163vw 2.5510204082vw; } }
        #product .store ul li a.btn_ps::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          width: 0;
          display: block;
          background: #004098;
          transition: .3s;
          left: 0;
          z-index: -1; }
        #product .store ul li a.btn_ps:hover:before {
          width: 100%;
          z-index: -1; }
        #product .store ul li a.btn_ps > img {
          object-fit: contain;
          height: 100%;
          width: auto; }
          #product .store ul li a.btn_ps > img.pf_ps {
            height: 41px;
            width: auto; }
            @media (max-width: 750px) {
              #product .store ul li a.btn_ps > img.pf_ps {
                height: 5.4666666667vw; } }
        #product .store ul li a.btn_steam {
          padding-top: 20px;
          padding-right: 50px;
          padding-bottom: 20px;
          padding-left: 50px; }
          @media (max-width: 750px) {
            #product .store ul li a.btn_steam {
              padding-top: 2.6666666667vw;
              padding-right: 6.6666666667vw;
              padding-bottom: 2.6666666667vw;
              padding-left: 6.6666666667vw; } }
          #product .store ul li a.btn_steam::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 0;
            display: block;
            background: #096295;
            transition: .3s;
            left: 0;
            z-index: -1; }
          #product .store ul li a.btn_steam:hover:before {
            width: 100%;
            z-index: -1; }
          #product .store ul li a.btn_steam > img {
            object-fit: contain;
            height: 100%;
            width: auto; }
            #product .store ul li a.btn_steam > img.pf_steam {
              height: 38px;
              width: auto; }
              @media (max-width: 750px) {
                #product .store ul li a.btn_steam > img.pf_steam {
                  height: 5.0666666667vw; } }
              @media (max-width: 750px) {
                #product .store ul li a.btn_steam > img.pf_steam {
                  height: 5.4666666667vw; } }

/* -----------------------------------------------------
   modal
----------------------------------------------------- */
.remodal {
  position: relative;
  padding: 25px; }
  @media (max-width: 750px) {
    .remodal {
      padding: 2.6666666667vw 0 6.6666666667vw !important; } }
  .remodal img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.remodal_close {
  cursor: pointer;
  margin: 0 0 0 auto;
  height: 86px;
  width: 66px;
  transition: all .3s; }
  @media (max-width: 1280px) {
    .remodal_close {
      margin-right: 1%;
      height: 5.15625vw;
      width: 3.59375vw; } }
  @media screen and (max-width: 1024px) {
    .remodal_close {
      margin-right: 2.5%;
      margin-bottom: 1%; } }
  @media (max-width: 980px) {
    .remodal_close {
      margin-right: 5%;
      margin-bottom: 2%;
      height: 8.7755102041vw;
      width: 6.7346938776vw; } }
  @media (max-width: 750px) {
    .remodal_close {
      padding-right: 0;
      height: 56px;
      width: 38px; } }
  .remodal_close:hover {
    opacity: .6;
    transition: all .3s; }
    @media (max-width: 980px) {
      .remodal_close:hover {
        opacity: 1; } }
  @media (max-width: 980px) {
    .remodal_close:active {
      opacity: .6;
      transition: all .3s; } }

.movie_modal {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-top: 56.25%; }
  .movie_modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.message_modal {
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
  padding-top: 70%;
  height: 0;
  width: 100%; }
  @media (max-width: 980px) {
    .message_modal {
      margin-top: 5px;
      padding-top: 100vh;
      max-width: 100%; } }
  .message_modal .inr {
    background: #fff url("../img/message/modal_pc_bg.jpg") no-repeat bottom right/contain;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    padding: 2.6041666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      .message_modal .inr {
        padding: 3.90625vw; } }
    @media (max-width: 980px) {
      .message_modal .inr {
        background-color: #fff; } }
    @media (max-width: 750px) {
      .message_modal .inr {
        background: none;
        background-color: #fff;
        padding: 2.6666666667vw;
        flex-direction: column-reverse; } }
    .message_modal .inr .message_txt {
      margin-right: 2.6041666667vw;
      width: 100%;
      max-width: 70%;
      /*max-width: vw(750);*/ }
      @media (max-width: 1280px) {
        .message_modal .inr .message_txt {
          margin-right: 3.90625vw;
          max-width: 70%; } }
      @media (max-width: 750px) {
        .message_modal .inr .message_txt {
          margin-right: 0;
          max-width: 100%; } }
      .message_modal .inr .message_txt dt {
        color: #000;
        font-size: 2.0833333333vw;
        margin-bottom: 2.0833333333vw;
        line-height: 1.4;
        text-align: left; }
        .message_modal .inr .message_txt dt::before, .message_modal .inr .message_txt dt::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        .message_modal .inr .message_txt dt::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        .message_modal .inr .message_txt dt::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dt {
            font-size: 3.125vw;
            margin-bottom: 3.125vw; } }
        @media (max-width: 750px) {
          .message_modal .inr .message_txt dt {
            font-size: 3.2vw;
            margin-bottom: 2.6666666667vw; } }
        .message_modal .inr .message_txt dt span {
          font-size: 0.9375vw; }
          @media (max-width: 1280px) {
            .message_modal .inr .message_txt dt span {
              font-size: 1.40625vw; } }
          @media (max-width: 750px) {
            .message_modal .inr .message_txt dt span {
              font-size: 2.1333333333vw; } }
      .message_modal .inr .message_txt dd.txt {
        color: #3c3c3c;
        font-size: 1.0416666667vw;
        line-height: 1.4;
        text-align: left; }
        .message_modal .inr .message_txt dd.txt::before, .message_modal .inr .message_txt dd.txt::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        .message_modal .inr .message_txt dd.txt::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        .message_modal .inr .message_txt dd.txt::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dd.txt {
            font-size: 1.5625vw; } }
        @media (max-width: 980px) {
          .message_modal .inr .message_txt dd.txt {
            font-size: 2.0408163265vw; } }
        @media (max-width: 750px) {
          .message_modal .inr .message_txt dd.txt {
            font-size: 2.1333333333vw; } }
      .message_modal .inr .message_txt dd .txt_ttl {
        display: block;
        color: #e60012;
        font-weight: bold;
        font-size: 1.1979166667vw;
        margin: 0 0 0.5208333333vw; }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dd .txt_ttl {
            font-size: 1.796875vw; } }
        @media (max-width: 980px) {
          .message_modal .inr .message_txt dd .txt_ttl {
            font-size: 2.3469387755vw; } }
        @media (max-width: 750px) {
          .message_modal .inr .message_txt dd .txt_ttl {
            font-size: 2.6666666667vw; } }
      .message_modal .inr .message_txt dd:nth-child(n + 2) {
        margin-top: 2.0833333333vw; }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dd:nth-child(n + 2) {
            margin-top: 3.125vw; } }
        @media (max-width: 980px) {
          .message_modal .inr .message_txt dd:nth-child(n + 2) {
            margin-top: 3.0612244898vw; } }
        @media (max-width: 750px) {
          .message_modal .inr .message_txt dd:nth-child(n + 2) {
            margin-top: 4vw; } }
    .message_modal .inr > figure {
      width: 100%;
      max-width: 15.625vw; }
      @media (max-width: 1280px) {
        .message_modal .inr > figure {
          max-width: 23.4375vw; } }
      @media (max-width: 750px) {
        .message_modal .inr > figure {
          margin: 0 auto 2.6666666667vw;
          max-width: 34.6666666667vw; } }

.info_modal {
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
  padding-top: 70%;
  height: 0;
  width: 100%; }
  @media (max-width: 980px) {
    .info_modal {
      margin-top: 5px;
      padding-top: 100vh;
      max-width: 100%; } }
  .info_modal .inr {
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    padding: 2.6041666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 62.5vw; }
    @media (max-width: 1280px) {
      .info_modal .inr {
        padding: 3.90625vw;
        max-width: 93.75vw; } }
    @media (max-width: 980px) {
      .info_modal .inr {
        background-color: #fff;
        max-width: 90%; } }
    @media (max-width: 750px) {
      .info_modal .inr {
        padding: 2.6666666667vw;
        flex-direction: column-reverse; } }
    .info_modal .inr .info_list {
      width: 100%; }
      .info_modal .inr .info_list > div {
        /*margin: vw(40) auto 0;*/
        margin: 0 auto;
        display: flex;
        width: 100%; }
        @media (max-width: 980px) {
          .info_modal .inr .info_list > div {
            text-align: left;
            flex-direction: column;
            max-width: 100%; } }
        .info_modal .inr .info_list > div:nth-child(n + 2) {
          margin: 1.8229166667vw auto 0; }
          @media (max-width: 980px) {
            .info_modal .inr .info_list > div:nth-child(n + 2) {
              margin: 2.0408163265vw auto 0; } }
          @media (max-width: 750px) {
            .info_modal .inr .info_list > div:nth-child(n + 2) {
              margin: 2.6666666667vw auto 0; } }
        .info_modal .inr .info_list > div dt {
          box-sizing: border-box;
          padding: 3px 0;
          color: #000;
          font-size: 1.0416666667vw;
          font-weight: bold; }
          @media (max-width: 1280px) {
            .info_modal .inr .info_list > div dt {
              font-size: 1.5625vw; } }
          @media (max-width: 980px) {
            .info_modal .inr .info_list > div dt {
              font-size: 2.0408163265vw; } }
          @media (max-width: 750px) {
            .info_modal .inr .info_list > div dt {
              font-size: 2.6666666667vw; } }
        .info_modal .inr .info_list > div dd {
          box-sizing: border-box;
          padding: 5px 0;
          margin-top: -0.1041666667vw;
          font-size: 1.0416666667vw;
          margin-left: 1.8229166667vw; }
          @media (max-width: 1280px) {
            .info_modal .inr .info_list > div dd {
              margin-top: -0.15625vw;
              font-size: 1.5625vw;
              margin-left: 2.734375vw; } }
          @media (max-width: 980px) {
            .info_modal .inr .info_list > div dd {
              font-size: 2.0408163265vw;
              margin-left: 0;
              margin-top: 0.5102040816vw; } }
          @media (max-width: 750px) {
            .info_modal .inr .info_list > div dd {
              font-size: 2.1333333333vw;
              margin-left: 0;
              margin-top: 0.6666666667vw; } }

/*==================================================*/
/* button */
/*==================================================*/
.btn {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 1.3541666667vw;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3.4375vw;
  position: relative;
  width: 100%;
  max-width: 19.7916666667vw;
  text-align: center; }
  @media (max-width: 980px) {
    .btn {
      font-size: 2.6530612245vw;
      padding-top: 5.612244898vw;
      max-width: 31.6326530612vw; } }
  @media (max-width: 750px) {
    .btn {
      font-size: 1.8666666667vw;
      padding-top: 4.6666666667vw;
      max-width: 26.6666666667vw; } }
  .btn::before {
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    max-width: 2.6041666667vw;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    @media (max-width: 750px) {
      .btn::before {
        max-width: 4vw; } }
  .btn.en-top {
    max-width: 25.5208333333vw; }
    @media (max-width: 980px) {
      .btn.en-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 44.8979591837vw; } }
    @media (max-width: 750px) {
      .btn.en-top {
        font-size: 2vw;
        padding-top: 5.3333333333vw;
        max-width: 37.3333333333vw; } }
  .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn a:hover {
      transition: all .3s;
      background: #ffffb4; }

.btn_sns {
  margin-top: 0px;
  margin-right: 60px;
  margin-bottom: 0px;
  margin-left: 0px; }
  @media (max-width: 750px) {
    .btn_sns {
      margin-top: 0vw;
      margin-right: 8vw;
      margin-bottom: 0vw;
      margin-left: 0vw; } }
  .btn_sns a {
    background: #000;
    border-radius: 50px;
    border: 3px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: auto;
    padding-top: 25px;
    padding-right: 95px;
    padding-bottom: 25px;
    padding-left: 50px;
    transition: 0.3s ease-in-out; }
    @media (max-width: 750px) {
      .btn_sns a {
        font-size: 3.7333333333vw; } }
    @media (max-width: 750px) {
      .btn_sns a {
        padding-top: 3.3333333333vw;
        padding-right: 12.6666666667vw;
        padding-bottom: 3.3333333333vw;
        padding-left: 6.6666666667vw; } }
    @media (max-width: 980px) {
      .btn_sns a {
        border: 2px solid #fff;
        padding: 2.5510204082vw 12.7551020408vw 2.5510204082vw 5.1020408163vw; } }
    @media (max-width: 750px) {
      .btn_sns a {
        border: 2px solid #fff;
        padding: 3.3333333333vw 16.6666666667vw 3.3333333333vw 6.6666666667vw; } }
    .btn_sns a:after {
      content: "";
      position: absolute;
      top: 50%;
      bottom: 0;
      right: 2.5rem;
      font-size: 90%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: right 0.3s;
      width: 12px;
      height: 12px;
      border-top: solid 4px currentColor;
      border-right: solid 4px currentColor;
      transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 980px) {
        .btn_sns a:after {
          right: 1.8rem; } }
    .btn_sns a:hover {
      background: #444;
      color: #FFF;
      transition: all .3s; }
      .btn_sns a:hover:after {
        right: 1.8rem;
        transition: all .3s; }

/*---------------------------------------------------------
  language
---------------------------------------------------------*/
.language {
  background: rgba(17, 17, 17, 0.85);
  border: 1px solid #fff;
  border-radius: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 180px;
  text-align: left;
  z-index: 1000; }
  @media (max-width: 750px) {
    .language {
      font-size: 2.1333333333vw; } }
  @media (max-width: 750px) {
    .language {
      top: 2.6666666667vw; } }
  @media (max-width: 750px) {
    .language {
      right: 2.6666666667vw; } }
  @media (max-width: 750px) {
    .language {
      height: 5.3333333333vw; } }
  @media (max-width: 750px) {
    .language {
      width: 24vw; } }
  @media (max-width: 980px) {
    .language {
      background: none;
      display: block;
      justify-content: flex-start;
      align-items: flex-start;
      border: none;
      margin-top: 6.1224489796vw;
      position: static;
      width: 100%; } }
  @media (max-width: 750px) {
    .language {
      margin-top: 8vw; } }
  .language::before {
    content: "LANGUAGE";
    color: #cfa972;
    font-family: "Noto Serif JP", serif;
    position: absolute;
    font-size: 24px;
    left: -160px;
    top: 8px;
    bottom: 0; }
    @media (max-width: 750px) {
      .language::before {
        font-size: 3.2vw; } }
    @media (max-width: 750px) {
      .language::before {
        left: -21.3333333333vw; } }
    @media (max-width: 980px) {
      .language::before {
        left: 0;
        position: static;
        margin-left: 7.6530612245vw; } }
    @media (max-width: 750px) {
      .language::before {
        margin-top: 8vw;
        margin-left: 7.3333333333vw; } }
  .language .acd-check {
    display: none; }
  .language .acd-label {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s;
    width: 100%;
    height: 100%; }
    @media (max-width: 750px) {
      .language .acd-label {
        padding-top: 0vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
        padding-left: 4vw; } }
    @media (max-width: 980px) {
      .language .acd-label {
        display: none; } }
    .language .acd-label::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      height: 24px;
      width: 24px;
      background: url(../img/icon_arrow.png) no-repeat;
      background-size: 100% auto;
      pointer-events: none; }
      @media (max-width: 750px) {
        .language .acd-label::before {
          right: 2.6666666667vw; } }
      @media (max-width: 750px) {
        .language .acd-label::before {
          height: 3.2vw; } }
      @media (max-width: 750px) {
        .language .acd-label::before {
          width: 3.2vw; } }
      @media (max-width: 980px) {
        .language .acd-label::before {
          display: none; } }
  .language .acd-content {
    box-sizing: border-box;
    position: fixed;
    top: 62px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 142px;
    padding: 100px 15px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.1s;
    z-index: 100; }
    @media (max-width: 980px) {
      .language .acd-content {
        position: static;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        padding: 0 !important;
        background: none;
        top: 0;
        max-width: 100%;
        z-index: auto; } }
    .language .acd-content > ul {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding-left: 0 !important;
      padding-top: 80px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      list-style: none; }
      @media (max-width: 750px) {
        .language .acd-content > ul {
          padding-top: 10.6666666667vw;
          padding-right: 0vw;
          padding-bottom: 0vw;
          padding-left: 0vw; } }
      @media (max-width: 980px) {
        .language .acd-content > ul {
          margin-top: 4vw !important; } }
      @media (max-width: 750px) {
        .language .acd-content > ul {
          margin-top: 4.0816326531vw !important; } }
      .language .acd-content > ul > li {
        color: #1b0b05;
        margin: 0 !important;
        padding: 0 !important; }
        .language .acd-content > ul > li:not(:first-child) {
          margin-top: 15px !important; }
          @media (max-width: 980px) {
            .language .acd-content > ul > li:not(:first-child) {
              margin-top: 50px !important; } }
          @media (max-width: 750px) {
            .language .acd-content > ul > li:not(:first-child) {
              margin-top: 30px !important; } }
        .language .acd-content > ul > li a {
          color: #1b0b05;
          font-size: 16px !important;
          text-decoration: none;
          transition: all 0.3s;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%; }
          @media (max-width: 980px) {
            .language .acd-content > ul > li a {
              font-size: 24px !important;
              justify-content: flex-start;
              padding: 0 !important;
              margin-top: 2.0408163265vw !important;
              margin-left: 7.6530612245vw; } }
          @media (max-width: 750px) {
            .language .acd-content > ul > li a {
              font-size: 16px !important;
              padding: 0 !important;
              margin-left: 7.3333333333vw; } }
          .language .acd-content > ul > li a:hover {
            color: #e60020;
            font-weight: 600; }
          .language .acd-content > ul > li a.on {
            font-size: 16px;
            color: #e60020;
            cursor: default; }
            @media (max-width: 750px) {
              .language .acd-content > ul > li a.on {
                font-size: 2.1333333333vw; } }
  .language .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px; }
    @media (max-width: 750px) {
      .language .acd-check:checked + .acd-label + .acd-content {
        padding-top: 2.6666666667vw;
        padding-right: 0vw;
        padding-bottom: 2.6666666667vw;
        padding-left: 0vw; } }

/*==================================================*/
/* @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%; } }
