@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);
body { background: url(/nyugakusha/img/bg.jpg) center center/cover no-repeat; background-attachment: fixed; font-feature-settings: "palt"; color: #000; }

.l-footer { background: transparent; }

svg { max-width: 100%; height: auto; vertical-align: top; }

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper { border: 0; }

/******************************************************************
layout - loading
******************************************************************/
body[data-loading] { visibility: hidden; }

body[data-loading="true"] { overflow: hidden; }

.l-loading { position: fixed; z-index: 10000; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; visibility: hidden; }

.l-loading.is-animation { visibility: visible; background: #fff; }

.l-loading__text { transition-property: opacity; transition-duration: 1.0s; transition-delay: 1.0s; opacity: 0; color: #ac4aa4; text-align: center; font-size: 40px; }

@media print, screen and (max-width: 1130px) { .l-loading__text { font-size: 4vw; } }

@media screen and (max-width: 736px) { .l-loading__text { font-size: 5.0vw; } }

.l-loading.is-animation .l-loading__text { opacity: 1; }

/******************************************************************
layout - header
******************************************************************/
.p-header--index { position: absolute; width: 100%; z-index: +1; }

.p-header__menu { display: none; position: absolute; right: 0; box-sizing: border-box; background-color: #ac4aa4; font-weight: bold; }

@media print, screen and (min-width: 737px) { .p-header__menu { width: 260px; top: 80px; font-size: 18px; } }

@media screen and (max-width: 736px) { .p-header__menu { width: 100vw; top: 60px; font-size: 16px; } }

.p-header__menu a { transition-property: opacity; transition-duration: 0.3s; text-align: center; }

.p-header__menu a:hover { text-decoration: none; opacity: 0.7; }

.p-header__menu-main { padding: 1rem; }

.p-header__menu-main a { display: block; color: #fff; padding: 5px; }

.p-header__menu-sub { padding: 1rem; background-color: #c36bbc; }

.p-header__menu-sub a { display: block; color: #fff; padding: 5px; }

@media print, screen and (min-width: 737px) { .p-header__inner { display: flex; justify-content: space-between; }
  .p-header__logo { padding: 1.5rem 1.5rem 0 2.5rem; }
  .p-header__logo img { max-width: 280px; }
  .p-header__body { position: fixed; right: 0; top: 0; z-index: 1000; } }

@media screen and (max-width: 736px) { .p-header__inner { display: flex; justify-content: space-between; }
  .p-header__logo { width: 55%; padding: 0.5625rem; }
  .p-header__logo img { width: 100%; max-width: 220px; }
  .p-header__body { position: fixed; right: 0; top: 0; z-index: 1000; display: flex; } }

.p-header__body { transform: translateY(-110%); transition-property: transform; transition-duration: 0.8s; transition-delay: 1.8s; }

.p-header__body--detail { transition-delay: 0.2s; }

[data-loading="false"] .p-header__body { transform: translateY(0%); }

/******************************************************************
layout - nav-mega-overlay
******************************************************************/
.l-nav-mega-overlay { display: none; z-index: 999; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; }

/******************************************************************
layout - sp-nav-control
******************************************************************/
.p-nav-control { outline: 0; display: block; background: #ac4aa4; }

@media print, screen and (min-width: 737px) { .p-nav-control { padding: 5px 10px 10px 10px; width: 80px; height: 80px; transition-property: opacity; transition-duration: 0.3s; }
  .p-nav-control:hover { opacity: 0.7; } }

@media screen and (max-width: 736px) { .p-nav-control { padding: 5px 10px 10px 10px; width: 60px; height: 60px; } }

@media print, screen and (min-width: 737px) { .p-nav-control__item { display: inline-block; top: -1px; position: relative; height: 4px; width: 32px; background-color: #fff; transition-property: all; transition-duration: 0.3s; }
  .p-nav-control__item::before, .p-nav-control__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; width: 0; height: 0; left: 0; transition-property: all; transition-duration: 0.3s; }
  .p-nav-control__item::before { height: 4px; width: 32px; background-color: #fff; width: 32px; bottom: 10px; }
  .p-nav-control__item::after { height: 4px; width: 32px; background-color: #fff; width: 32px; bottom: -10px; } }

@media screen and (max-width: 736px) { .p-nav-control__item { display: inline-block; top: -1px; position: relative; height: 3px; width: 28px; background-color: #fff; transition-property: all; transition-duration: 0.3s; }
  .p-nav-control__item::before, .p-nav-control__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; width: 0; height: 0; left: 0; transition-property: all; transition-duration: 0.3s; }
  .p-nav-control__item::before { height: 3px; width: 28px; background-color: #fff; width: 28px; bottom: 8px; }
  .p-nav-control__item::after { height: 3px; width: 28px; background-color: #fff; width: 28px; bottom: -8px; } }

.p-nav-control[aria-expanded="true"] .p-nav-control__item { background-color: transparent; }

.p-nav-control[aria-expanded="true"] .p-nav-control__item::before { bottom: 0; transform: rotate(-45deg); }

.p-nav-control[aria-expanded="true"] .p-nav-control__item::after { bottom: 0; transform: rotate(45deg); }

/******************************************************************
layout - visual
******************************************************************/
.p-visual { position: relative; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; }

.p-visual__inner { position: relative; margin: 0 30px; }

@media screen and (max-width: 736px) { .p-visual__inner { margin: 0 12px; } }

.p-visual__inner img { width: auto; max-height: 70vh; }

.p-visual__en { display: block; position: absolute; top: 0; left: 0; width: 100%; }

.p-visual__ja { display: block; position: absolute; top: 0; left: 0; opacity: 0; transition-property: all; transition-duration: 1s; transition-delay: 3s; }

.p-visual__ja.is-animation { opacity: 1; }

.p-visual__copy { display: block; opacity: 0; transition-property: all; transition-duration: 0.3s; transition-delay: 0.4s; }

.p-visual__copy.is-animation { opacity: 1; }

.p-visual__scroll { position: absolute; bottom: 3vh; opacity: 0; transition-property: all; transition-duration: 1s; transition-delay: 1s; animation: floating 1.5s ease-in-out infinite alternate; }

.p-visual__scroll.is-animation { opacity: 1; }

.p-visual__scroll img { text-align: center; max-width: 74px; width: auto; max-height: 12vh; }

@media screen and (max-width: 736px) { .p-visual__scroll img { max-width: 50px; width: 10vw; } }

@keyframes floating { 0% { transform: translateY(0); }
  80% { transform: translateY(0); }
  100% { transform: translateY(15%); } }

/******************************************************************
layout - pagetop
******************************************************************/
@media print, screen and (min-width: 737px) { [data-pagetop] .l-pagetop__btn { right: 0; } }

/******************************************************************
component - button
******************************************************************/
.p-button { color: inherit; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.5; padding: 0.5em 1.5em; }

.p-button:hover { color: inherit; text-decoration: none; }

.p-button--basic { background-color: #ac4aa4; color: #fff; padding: 1em 1.4em; transition-property: opacity; transition-duration: 0.3s; }

.p-button--basic:hover { color: #fff; opacity: 0.7; }

.p-button:disabled { opacity: 0.6; cursor: not-allowed; }

/******************************************************************
component - animate
******************************************************************/
/*! animate.css -http://daneden.me/animate Version - 3.7.0 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2018 Daniel Eden */
@-webkit-keyframes bounce { from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -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);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  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);
    -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 { from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -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);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  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);
    -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 { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

@keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

.flash { -webkit-animation-name: flash; animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 { from, to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada { -webkit-animation-name: tada; animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; }

@-webkit-keyframes heartBeat { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  14% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% { -webkit-transform: scale(1);
    transform: scale(1); }
  42% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% { -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  14% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% { -webkit-transform: scale(1);
    transform: scale(1); }
  42% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% { -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn { from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn { from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceIn; animation-name: bounceIn; }

@keyframes bounceInDown { from, 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, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  75% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% { -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft { from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft { from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight { from, 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); }
  from { 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight { from, 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); }
  from { 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@keyframes bounceInUp { from, 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); }
  from { opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0); }
  60% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  75% { -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  90% { -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUpSmall { from, 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); }
  from { opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  60% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  75% { -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  90% { -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

.bounceInUpSmall { -webkit-animation-name: bounceInUpSmall; animation-name: bounceInUpSmall; }

@-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-duration: 0.75s; animation-duration: 0.75s; -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 { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition-timing-function: ease-out; }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@keyframes fadeInUpSmall { from { opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    transition-timing-function: ease-out; }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp { from { 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 { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { from { 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 { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip { from { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to { -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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 { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn { from { -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);
    opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn { from { -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);
    opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut { from { 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 { from { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn { from { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut { from { -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut { from { -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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% { -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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-duration: 2s; animation-duration: 2s; -webkit-animation-name: hinge; animation-name: hinge; }

@-webkit-keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox { -webkit-animation-name: jackInTheBox; animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }

@-webkit-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  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 { from { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

[data-animate-groups="true"] [data-animate-group], [data-animate="true"], .animated { animation-duration: 1.0s; animation-fill-mode: both; }

[data-animate-groups="true"] [data-animate-group].infinite, [data-animate="true"].infinite, .animated.infinite { animation-iteration-count: infinite; }

.animated.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }

.animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }

.animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }

.animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }

.animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }

.animated.fast { -webkit-animation-duration: 800ms; animation-duration: 800ms; }

.animated.faster { -webkit-animation-duration: 500ms; animation-duration: 500ms; }

.animated.slow { -webkit-animation-duration: 2s; animation-duration: 2s; }

.animated.slower { -webkit-animation-duration: 3s; animation-duration: 3s; }

@media (prefers-reduced-motion) { .animated { -webkit-animation: unset !important; animation: unset !important; -webkit-transition: none !important; transition: none !important; } }

[data-animate-group], [data-animate], .js-wow { opacity: 0; }

.serif { font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; letter-spacing: 0.1em; }

@media all and (-ms-high-contrast: none) { .serif { letter-spacing: 0; } }

.c-heading1 { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: bold; font-size: 3rem; }

@media screen and (max-width: 736px) { .c-heading1 { font-size: 2rem; } }

.c-heading-catch { border-bottom: 2px solid #872d7f; }

.p-pickup-card__body p, .p-point3__text, .p-department-grid__text p, .c-card__body p, dd.c-define-arrow__body, dd.c-define-disc__body, p.u-center, p.u-right, p.u-left { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

p.c-heading-catch { font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

/******************************************************************
project - welcome
******************************************************************/
@media print, screen and (min-width: 737px) { .p-welcome { display: flex; justify-content: space-between; }
  .p-welcome__body { order: 1; width: 62%; }
  .p-welcome__img { order: 2; text-align: right; width: 36%; } }

@media screen and (max-width: 736px) { .p-welcome { text-align: center; }
  .p-welcome__body { display: inline; text-align: left; }
  .p-welcome__img { box-sizing: border-box; float: right; width: 35%; padding-left: 3%; padding-bottom: 3%; display: inline-block; } }

.p-welcome__img-inner { position: relative; padding-top: 147.5827%; }

.p-welcome__img-inner > * { position: absolute; opacity: 0; transition-property: opacity; transition-duration: 1.6s; }

[data-animate-groups="true"] .p-welcome__img-inner > * { opacity: 1; }

.p-welcome__img1-1, .p-welcome__img1-2 { top: 0; right: 0; width: 39.94911%; }

.p-welcome__img2-1, .p-welcome__img2-2 { top: 17.24138%; left: 0; width: 34.86005%; }

.p-welcome__img3-1, .p-welcome__img3-2 { top: 37.58621%; left: 51.65394%; width: 19.84733%; }

.p-welcome__img4-1, .p-welcome__img4-2 { top: 52.58621%; left: 12.21374%; width: 39.69466%; }

.p-welcome__img5-1, .p-welcome__img5-2 { top: 60.17241%; left: 68.70229%; width: 22.1374%; }

.p-welcome__img6-1, .p-welcome__img6-2 { top: 83.10345%; left: 0; width: 16.28499%; }

.p-welcome__img7-1, .p-welcome__img7-2 { bottom: 0; left: 38.16794%; width: 16.79389%; }

.p-welcome__img1-1 { transition-delay: 0.6s; }

.p-welcome__img2-1 { transition-delay: 0.7s; }

.p-welcome__img3-1 { transition-delay: 0.8s; }

.p-welcome__img4-1 { transition-delay: 0.9s; }

.p-welcome__img5-1 { transition-delay: 1.0s; }

.p-welcome__img6-1 { transition-delay: 1.1s; }

.p-welcome__img7-1 { transition-delay: 1.2s; }

.p-welcome__img1-2 { transition-delay: 1.5s; }

.p-welcome__img2-2 { transition-delay: 1.6s; }

.p-welcome__img3-2 { transition-delay: 1.7s; }

.p-welcome__img4-2 { transition-delay: 1.8s; }

.p-welcome__img5-2 { transition-delay: 1.9s; }

.p-welcome__img6-2 { transition-delay: 2.0s; }

.p-welcome__img7-2 { transition-delay: 2.1s; }

.p-welcome__title { font-weight: normal; line-height: 1.7; font-size: 45px; margin-bottom: 30px; }

@media print, screen and (max-width: 1130px) { .p-welcome__title { font-size: 4.0vw; } }

@media screen and (max-width: 736px) { .p-welcome__title { font-size: 6.5vw; margin-bottom: 20px; } }

.p-welcome__copy p { font-size: 18px; margin-top: 25px; }

@media print, screen and (max-width: 1130px) { .p-welcome__copy p { font-size: 1.6vw; } }

@media screen and (max-width: 736px) { .p-welcome__copy p { font-size: 4.0vw; margin-top: 4vw; } }

/******************************************************************
project - students
******************************************************************/
.p-students__side-fixed[data-position="top"] { position: absolute; top: 0; z-index: +1; }

.p-students__side-fixed[data-position="fixed"] { position: fixed; top: 0; z-index: +1; }

.p-students__side-fixed[data-position="bottom"] { position: absolute; bottom: 0; z-index: +1; }

@media print, screen and (max-width: 1130px) { .p-students__side-fixed img { width: 12vw; } }

@media screen and (max-width: 736px) { .p-students__side-fixed img { width: 18vw; } }

.p-students__title { display: inline-block; color: #fff; line-height: 1; padding: 0.2em 0.4em; font-size: 20px; position: relative; overflow: hidden; }

@media screen and (max-width: 736px) { .p-students__title { font-size: 13px; } }

.p-students__title span { display: inline-block; opacity: 0; transition-property: opacity; transition-duration: 0.3s; transition-delay: 1.2s; }

.p-students__title::after { transition-property: transform; transition-duration: 0.3s; transition-delay: 0.5s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #ac4aa4; z-index: -1; transform: translateX(-110%); }

.p-students__title[data-trans="true"] span { opacity: 1; }

.p-students__title[data-trans="true"]::after { transform: translateX(0%); }

.p-students__inner { position: relative; margin-top: 2.5rem; }

@media screen and (max-width: 736px) { .p-students__inner { margin-top: 1.875rem; } }

.p-students__side { position: absolute; top: 0; z-index: +1; transform: translateX(-19%); }

@media print, screen and (max-width: 1130px) { .p-students__side img { width: 12vw; } }

@media screen and (max-width: 736px) { .p-students__side img { width: 18vw; } }

@media screen and (max-width: 736px) { .p-students__item-body { padding-left: 20vw; } }

.p-students__item:not(:first-child) { margin-top: 4.5rem; }

@media screen and (max-width: 736px) { .p-students__item:not(:first-child) { margin-top: 3rem; } }

@media print, screen and (min-width: 737px) { .p-students__item { display: flex; justify-content: space-between; align-items: center; margin-left: 20px; }
  .p-students__item-img { position: relative; text-align: right; width: 56.0%; }
  .p-students__item-body { width: 43.0%; } }

@media screen and (max-width: 736px) { .p-students__item-img { position: relative; text-align: center; }
  .p-students__item-body { margin-top: 1rem; } }

.p-students__item-illust { display: block; }

.p-students__item-illust img { opacity: 0; transform: translateX(20%); transition-property: opacity transform; transition-duration: 1.2s; transition-delay: 0.3s; }

.p-students__item-illust.odd img { transform: translateX(-20%); }

.p-students__item-illust[data-trans-group="true"] img { opacity: 1; transform: translateX(0%); }

.p-students__item-signe { display: block; position: absolute; width: 100%; z-index: +1; }

.p-students__item h3 { color: #ac4aa4; font-weight: normal; letter-spacing: 1px; font-size: 26px; }

@media screen and (max-width: 736px) { .p-students__item h3 { font-size: 5.5vw; } }

.p-students__item h3 small { display: inline-block; font-size: 80%; }

@media screen and (max-width: 736px) { .p-students__item h3 small { font-size: 70%; } }

.p-students__item p { font-size: 18px; margin-top: 20px; }

@media print, screen and (max-width: 1130px) { .p-students__item p { font-size: 1.6vw; } }

@media screen and (max-width: 736px) { .p-students__item p { font-size: 4.0vw; margin-top: 4vw; } }

/******************************************************************
project - president
******************************************************************/
.p-president { position: relative; }

.p-president__title { display: inline-block; color: #fff; line-height: 1; padding: 0.2em 0.4em; font-size: 20px; position: relative; overflow: hidden; }

@media screen and (max-width: 736px) { .p-president__title { font-size: 13px; } }

.p-president__title span { display: inline-block; opacity: 0; transition-property: opacity; transition-duration: 0.3s; transition-delay: 1.2s; }

.p-president__title::after { transition-property: transform; transition-duration: 0.3s; transition-delay: 0.5s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #ac4aa4; z-index: -1; transform: translateX(-110%); }

.p-president__title[data-trans-group="true"] span { opacity: 1; }

.p-president__title[data-trans-group="true"]::after { transform: translateX(0%); }

.p-president__subtitle { position: absolute; top: 40px; z-index: -1; }

@media print, screen and (min-width: 737px) { .p-president__subtitle { left: 0; } }

@media screen and (max-width: 736px) { .p-president__subtitle { right: 0; } }

@media print, screen and (max-width: 1130px) { .p-president__subtitle img { width: 12vw; } }

@media screen and (max-width: 736px) { .p-president__subtitle img { width: 18vw; } }

@media print, screen and (min-width: 737px) { .p-president__inner { margin-top: 2.5rem; } }

@media screen and (max-width: 736px) { .p-president__inner { margin-top: 1.875rem; } }

@media print, screen and (min-width: 737px) { .p-president__img { position: relative; float: left; max-width: 50%; margin-left: 50px; margin-right: 35px; margin-bottom: 10px; padding-top: 15px; } }

@media screen and (max-width: 736px) { .p-president__img { text-align: center; }
  .p-president__img svg, .p-president__img img { width: 65%; } }

@media print, screen and (min-width: 737px) { .p-president__body { padding-left: 170px; } }

@media screen and (max-width: 736px) { .p-president__body { margin-top: 1rem; } }

.p-president__illust { position: relative; z-index: -2; display: block; }

.p-president__illust img { opacity: 0; transform: translateX(20%); transition-property: opacity transform; transition-duration: 1.2s; transition-delay: 1s; }

@media screen and (max-width: 736px) { .p-president__illust img { transition-delay: 0.6s; } }

.p-president__illust[data-trans-group="true"] img { opacity: 1; transform: translateX(0%); }

.p-president__signe { display: block; position: absolute; width: 100%; }

.p-president__copy { color: #ac4aa4; font-weight: bold; line-height: 1; font-size: 68px; margin-bottom: 30px; }

@media screen and (max-width: 1000px) { .p-president__copy { font-size: 6.5vw; margin-bottom: 3.7vw; } }

@media screen and (max-width: 736px) { .p-president__copy { font-size: 10.5vw; margin-bottom: 3.7vw; } }

.p-president__name { letter-spacing: 1px; line-height: 1.4; font-size: 34px; }

.p-president__name small { font-size: 24px; }

@media screen and (max-width: 900px) { .p-president__name { font-size: 3.2vw; }
  .p-president__name small { font-size: 77%; } }

@media screen and (max-width: 736px) { .p-president__name { font-size: 6.2vw; }
  .p-president__name small { font-size: 77%; } }

.p-president__text p { font-size: 18px; margin-top: 35px; }

@media print, screen and (max-width: 1130px) { .p-president__text p { font-size: 1.6vw; } }

@media screen and (max-width: 736px) { .p-president__text p { font-size: 4.0vw; margin-top: 4vw; } }

/******************************************************************
project - campus
******************************************************************/
.p-campus__title { display: inline-block; color: #fff; line-height: 1; padding: 0.2em 0.4em; font-size: 20px; position: relative; overflow: hidden; }

@media screen and (max-width: 736px) { .p-campus__title { font-size: 13px; } }

.p-campus__title span { display: inline-block; opacity: 0; transition-property: opacity; transition-duration: 0.3s; transition-delay: 1.2s; }

.p-campus__title::after { transition-property: transform; transition-duration: 0.3s; transition-delay: 0.5s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #ac4aa4; z-index: -1; transform: translateX(-110%); }

.p-campus__title[data-trans-group="true"] span { opacity: 1; }

.p-campus__title[data-trans-group="true"]::after { transform: translateX(0%); }

.p-campus__inner { position: relative; }

@media print, screen and (min-width: 737px) { .p-campus__inner { margin-top: 2.5rem; } }

@media screen and (max-width: 736px) { .p-campus__inner { margin-top: 1.125rem; } }

.p-campus__img { position: absolute; bottom: 0; right: 0; z-index: -1; max-width: 88%; }

.p-campus__img img { transform: translateY(55%); }

.p-campus__subtitle { display: flex; align-items: center; color: #ac4aa4; font-weight: bold; line-height: 1; font-size: 60px; margin-bottom: 30px; }

.p-campus__subtitle strong { font-size: 80px; }

@media screen and (max-width: 900px) { .p-campus__subtitle { font-size: 7vw; margin-bottom: 3.7vw; }
  .p-campus__subtitle strong { font-size: 120%; } }

@media screen and (max-width: 736px) { .p-campus__subtitle { font-size: 7.5vw; margin-bottom: 3.7vw; } }

.p-campus__text p { font-size: 18px; margin-top: 40px; }

@media print, screen and (max-width: 1130px) { .p-campus__text p { font-size: 1.6vw; } }

@media screen and (max-width: 736px) { .p-campus__text p { font-size: 4.0vw; margin-top: 4vw; } }

/******************************************************************
project - orientation
******************************************************************/
.p-orientation__title { display: inline-block; background-color: #ac4aa4; color: #fff; line-height: 1; padding: 0.2em 0.4em; font-size: 20px; }

@media screen and (max-width: 736px) { .p-orientation__title { font-size: 13px; } }

.p-orientation__subtitle { display: flex; align-items: center; color: #ac4aa4; font-weight: bold; line-height: 1.2; font-size: 45px; margin-bottom: 30px; }

@media print, screen and (min-width: 737px) { .p-orientation__subtitle { margin-top: 2.5rem; } }

@media screen and (max-width: 736px) { .p-orientation__subtitle { margin-top: 1.125rem; } }

@media screen and (max-width: 900px) { .p-orientation__subtitle { font-size: 5vw; margin-bottom: 3.7vw; } }

@media screen and (max-width: 736px) { .p-orientation__subtitle { font-size: 5.5vw; margin-bottom: 3.7vw; } }

.p-orientation__text p, .p-orientation__text ul { font-size: 18px; margin-top: 40px; }

@media print, screen and (max-width: 1130px) { .p-orientation__text p, .p-orientation__text ul { font-size: 1.6vw; } }

@media screen and (max-width: 736px) { .p-orientation__text p, .p-orientation__text ul { font-size: 4.0vw; margin-top: 4vw; } }

/******************************************************************
project - news
******************************************************************/
.p-news__title { display: inline-block; line-height: 1; font-size: 20px; }

.p-news__inner { position: relative; }

@media print, screen and (min-width: 737px) { .p-news__inner { margin-top: 1.5rem; } }

@media screen and (max-width: 736px) { .p-news__inner { margin-top: 1.125rem; } }

/******************************************************************
project - list
******************************************************************/
@media screen and (max-width: 736px) { .p-list { margin-bottom: 30px; } }

.p-list__item { color: #fff !important; background-color: #000; padding-top: 18%; font-size: 28px; }

@media screen and (max-width: 900px) { .p-list__item { font-size: 3vw; } }

@media screen and (max-width: 736px) { .p-list__item { padding-top: 27%; font-size: 5vw; } }

.p-list__item .u-over-scale__inner { opacity: 0.45; }

.p-list__item .p-list__text { position: relative; display: inline-block; padding: 0 0.3em; }

.p-list__item .p-list__text::after { transition-property: width; transition-duration: 0.3s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: 0; left: 0; width: 0; border-bottom: 1px solid #fff; }

.p-list__item:hover .p-list__text::after { width: 100%; }

/******************************************************************
utility - over-scale
******************************************************************/
.u-over-scale { position: relative; overflow: hidden; width: 100%; }

.u-over-scale__inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; transition-property: transform; transition-duration: 0.3s; }

a:hover .u-over-scale__inner { transform: scale(1.1); }

.u-over-scale--light .u-over-scale__inner, .u-over-scale--dark .u-over-scale__inner { transition-property: all; }

.u-over-scale--light { background-color: #ffffff; }

.u-over-scale--dark { background-color: #000000; }

a:hover.u-over-scale--light .u-over-scale__inner, a:hover .u-over-scale--light .u-over-scale__inner, a:hover.u-over-scale--dark .u-over-scale__inner, a:hover .u-over-scale--dark .u-over-scale__inner { opacity: 0.7; }

/******************************************************************
utility - trans-delay
******************************************************************/
.u-trans-delay0 { transition-delay: 0; }

.u-trans-delay01s { transition-delay: 0.1s; }

.u-trans-delay02s { transition-delay: 0.2s; }

.u-trans-delay03s { transition-delay: 0.3s; }

.u-trans-delay04s { transition-delay: 0.4s; }

.u-trans-delay05s { transition-delay: 0.5s; }

.u-trans-delay06s { transition-delay: 0.6s; }

.u-trans-delay07s { transition-delay: 0.7s; }

.u-trans-delay08s { transition-delay: 0.8s; }

.u-trans-delay09s { transition-delay: 0.9s; }

.u-trans-delay10s { transition-delay: 1s; }

.u-trans-delay11s { transition-delay: 1.1s; }

.u-trans-delay12s { transition-delay: 1.2s; }

.u-trans-delay13s { transition-delay: 1.3s; }

.u-trans-delay14s { transition-delay: 1.4s; }

.u-trans-delay15s { transition-delay: 1.5s; }

.u-trans-delay16s { transition-delay: 1.6s; }

.u-trans-delay17s { transition-delay: 1.7s; }

.u-trans-delay18s { transition-delay: 1.8s; }

.u-trans-delay19s { transition-delay: 1.9s; }

.u-trans-delay20s { transition-delay: 2s; }

.u-trans-delay21s { transition-delay: 2.1s; }

.u-trans-delay22s { transition-delay: 2.2s; }

.u-trans-delay23s { transition-delay: 2.3s; }

.u-trans-delay24s { transition-delay: 2.4s; }

.u-trans-delay25s { transition-delay: 2.5s; }

.u-trans-delay26s { transition-delay: 2.6s; }

.u-trans-delay27s { transition-delay: 2.7s; }

.u-trans-delay28s { transition-delay: 2.8s; }

.u-trans-delay29s { transition-delay: 2.9s; }

.u-trans-delay30s { transition-delay: 3s; }

@media screen and (max-width: 736px) { .u-sp-trans-delay0 { transition-delay: 0; }
  .u-sp-trans-delay01s { transition-delay: 0.1s; }
  .u-sp-trans-delay02s { transition-delay: 0.2s; }
  .u-sp-trans-delay03s { transition-delay: 0.3s; }
  .u-sp-trans-delay04s { transition-delay: 0.4s; }
  .u-sp-trans-delay05s { transition-delay: 0.5s; }
  .u-sp-trans-delay06s { transition-delay: 0.6s; }
  .u-sp-trans-delay07s { transition-delay: 0.7s; }
  .u-sp-trans-delay08s { transition-delay: 0.8s; }
  .u-sp-trans-delay09s { transition-delay: 0.9s; }
  .u-sp-trans-delay10s { transition-delay: 1s; }
  .u-sp-trans-delay11s { transition-delay: 1.1s; }
  .u-sp-trans-delay12s { transition-delay: 1.2s; }
  .u-sp-trans-delay13s { transition-delay: 1.3s; }
  .u-sp-trans-delay14s { transition-delay: 1.4s; }
  .u-sp-trans-delay15s { transition-delay: 1.5s; }
  .u-sp-trans-delay16s { transition-delay: 1.6s; }
  .u-sp-trans-delay17s { transition-delay: 1.7s; }
  .u-sp-trans-delay18s { transition-delay: 1.8s; }
  .u-sp-trans-delay19s { transition-delay: 1.9s; }
  .u-sp-trans-delay20s { transition-delay: 2s; }
  .u-sp-trans-delay21s { transition-delay: 2.1s; }
  .u-sp-trans-delay22s { transition-delay: 2.2s; }
  .u-sp-trans-delay23s { transition-delay: 2.3s; }
  .u-sp-trans-delay24s { transition-delay: 2.4s; }
  .u-sp-trans-delay25s { transition-delay: 2.5s; }
  .u-sp-trans-delay26s { transition-delay: 2.6s; }
  .u-sp-trans-delay27s { transition-delay: 2.7s; }
  .u-sp-trans-delay28s { transition-delay: 2.8s; }
  .u-sp-trans-delay29s { transition-delay: 2.9s; }
  .u-sp-trans-delay30s { transition-delay: 3s; } }

/******************************************************************
utility - ani-duration
******************************************************************/
.u-ani-duration0 { animation-duration: 0 !important; }

.u-ani-duration01s { animation-duration: 0.1s !important; }

.u-ani-duration02s { animation-duration: 0.2s !important; }

.u-ani-duration03s { animation-duration: 0.3s !important; }

.u-ani-duration04s { animation-duration: 0.4s !important; }

.u-ani-duration05s { animation-duration: 0.5s !important; }

.u-ani-duration06s { animation-duration: 0.6s !important; }

.u-ani-duration07s { animation-duration: 0.7s !important; }

.u-ani-duration08s { animation-duration: 0.8s !important; }

.u-ani-duration09s { animation-duration: 0.9s !important; }

.u-ani-duration10s { animation-duration: 1s !important; }

.u-ani-duration11s { animation-duration: 1.1s !important; }

.u-ani-duration12s { animation-duration: 1.2s !important; }

.u-ani-duration13s { animation-duration: 1.3s !important; }

.u-ani-duration14s { animation-duration: 1.4s !important; }

.u-ani-duration15s { animation-duration: 1.5s !important; }

.u-ani-duration16s { animation-duration: 1.6s !important; }

.u-ani-duration17s { animation-duration: 1.7s !important; }

.u-ani-duration18s { animation-duration: 1.8s !important; }

.u-ani-duration19s { animation-duration: 1.9s !important; }

.u-ani-duration20s { animation-duration: 2s !important; }

.u-ani-duration21s { animation-duration: 2.1s !important; }

.u-ani-duration22s { animation-duration: 2.2s !important; }

.u-ani-duration23s { animation-duration: 2.3s !important; }

.u-ani-duration24s { animation-duration: 2.4s !important; }

.u-ani-duration25s { animation-duration: 2.5s !important; }

.u-ani-duration26s { animation-duration: 2.6s !important; }

.u-ani-duration27s { animation-duration: 2.7s !important; }

.u-ani-duration28s { animation-duration: 2.8s !important; }

.u-ani-duration29s { animation-duration: 2.9s !important; }

.u-ani-duration30s { animation-duration: 3s !important; }

@media screen and (max-width: 736px) { .u-sp-ani-duration0 { animation-duration: 0 !important; }
  .u-sp-ani-duration01s { animation-duration: 0.1s !important; }
  .u-sp-ani-duration02s { animation-duration: 0.2s !important; }
  .u-sp-ani-duration03s { animation-duration: 0.3s !important; }
  .u-sp-ani-duration04s { animation-duration: 0.4s !important; }
  .u-sp-ani-duration05s { animation-duration: 0.5s !important; }
  .u-sp-ani-duration06s { animation-duration: 0.6s !important; }
  .u-sp-ani-duration07s { animation-duration: 0.7s !important; }
  .u-sp-ani-duration08s { animation-duration: 0.8s !important; }
  .u-sp-ani-duration09s { animation-duration: 0.9s !important; }
  .u-sp-ani-duration10s { animation-duration: 1s !important; }
  .u-sp-ani-duration11s { animation-duration: 1.1s !important; }
  .u-sp-ani-duration12s { animation-duration: 1.2s !important; }
  .u-sp-ani-duration13s { animation-duration: 1.3s !important; }
  .u-sp-ani-duration14s { animation-duration: 1.4s !important; }
  .u-sp-ani-duration15s { animation-duration: 1.5s !important; }
  .u-sp-ani-duration16s { animation-duration: 1.6s !important; }
  .u-sp-ani-duration17s { animation-duration: 1.7s !important; }
  .u-sp-ani-duration18s { animation-duration: 1.8s !important; }
  .u-sp-ani-duration19s { animation-duration: 1.9s !important; }
  .u-sp-ani-duration20s { animation-duration: 2s !important; }
  .u-sp-ani-duration21s { animation-duration: 2.1s !important; }
  .u-sp-ani-duration22s { animation-duration: 2.2s !important; }
  .u-sp-ani-duration23s { animation-duration: 2.3s !important; }
  .u-sp-ani-duration24s { animation-duration: 2.4s !important; }
  .u-sp-ani-duration25s { animation-duration: 2.5s !important; }
  .u-sp-ani-duration26s { animation-duration: 2.6s !important; }
  .u-sp-ani-duration27s { animation-duration: 2.7s !important; }
  .u-sp-ani-duration28s { animation-duration: 2.8s !important; }
  .u-sp-ani-duration29s { animation-duration: 2.9s !important; }
  .u-sp-ani-duration30s { animation-duration: 3s !important; } }

/******************************************************************
utility - ani-delay
******************************************************************/
.u-ani-delay0 { animation-delay: 0 !important; }

.u-ani-delay0::before, .u-ani-delay0::after { animation-delay: 0 !important; }

.u-ani-delay01s { animation-delay: 0.1s !important; }

.u-ani-delay01s::before, .u-ani-delay01s::after { animation-delay: 0.1s !important; }

.u-ani-delay02s { animation-delay: 0.2s !important; }

.u-ani-delay02s::before, .u-ani-delay02s::after { animation-delay: 0.2s !important; }

.u-ani-delay03s { animation-delay: 0.3s !important; }

.u-ani-delay03s::before, .u-ani-delay03s::after { animation-delay: 0.3s !important; }

.u-ani-delay04s { animation-delay: 0.4s !important; }

.u-ani-delay04s::before, .u-ani-delay04s::after { animation-delay: 0.4s !important; }

.u-ani-delay05s { animation-delay: 0.5s !important; }

.u-ani-delay05s::before, .u-ani-delay05s::after { animation-delay: 0.5s !important; }

.u-ani-delay06s { animation-delay: 0.6s !important; }

.u-ani-delay06s::before, .u-ani-delay06s::after { animation-delay: 0.6s !important; }

.u-ani-delay07s { animation-delay: 0.7s !important; }

.u-ani-delay07s::before, .u-ani-delay07s::after { animation-delay: 0.7s !important; }

.u-ani-delay08s { animation-delay: 0.8s !important; }

.u-ani-delay08s::before, .u-ani-delay08s::after { animation-delay: 0.8s !important; }

.u-ani-delay09s { animation-delay: 0.9s !important; }

.u-ani-delay09s::before, .u-ani-delay09s::after { animation-delay: 0.9s !important; }

.u-ani-delay10s { animation-delay: 1s !important; }

.u-ani-delay10s::before, .u-ani-delay10s::after { animation-delay: 1s !important; }

.u-ani-delay11s { animation-delay: 1.1s !important; }

.u-ani-delay11s::before, .u-ani-delay11s::after { animation-delay: 1.1s !important; }

.u-ani-delay12s { animation-delay: 1.2s !important; }

.u-ani-delay12s::before, .u-ani-delay12s::after { animation-delay: 1.2s !important; }

.u-ani-delay13s { animation-delay: 1.3s !important; }

.u-ani-delay13s::before, .u-ani-delay13s::after { animation-delay: 1.3s !important; }

.u-ani-delay14s { animation-delay: 1.4s !important; }

.u-ani-delay14s::before, .u-ani-delay14s::after { animation-delay: 1.4s !important; }

.u-ani-delay15s { animation-delay: 1.5s !important; }

.u-ani-delay15s::before, .u-ani-delay15s::after { animation-delay: 1.5s !important; }

.u-ani-delay16s { animation-delay: 1.6s !important; }

.u-ani-delay16s::before, .u-ani-delay16s::after { animation-delay: 1.6s !important; }

.u-ani-delay17s { animation-delay: 1.7s !important; }

.u-ani-delay17s::before, .u-ani-delay17s::after { animation-delay: 1.7s !important; }

.u-ani-delay18s { animation-delay: 1.8s !important; }

.u-ani-delay18s::before, .u-ani-delay18s::after { animation-delay: 1.8s !important; }

.u-ani-delay19s { animation-delay: 1.9s !important; }

.u-ani-delay19s::before, .u-ani-delay19s::after { animation-delay: 1.9s !important; }

.u-ani-delay20s { animation-delay: 2s !important; }

.u-ani-delay20s::before, .u-ani-delay20s::after { animation-delay: 2s !important; }

.u-ani-delay21s { animation-delay: 2.1s !important; }

.u-ani-delay21s::before, .u-ani-delay21s::after { animation-delay: 2.1s !important; }

.u-ani-delay22s { animation-delay: 2.2s !important; }

.u-ani-delay22s::before, .u-ani-delay22s::after { animation-delay: 2.2s !important; }

.u-ani-delay23s { animation-delay: 2.3s !important; }

.u-ani-delay23s::before, .u-ani-delay23s::after { animation-delay: 2.3s !important; }

.u-ani-delay24s { animation-delay: 2.4s !important; }

.u-ani-delay24s::before, .u-ani-delay24s::after { animation-delay: 2.4s !important; }

.u-ani-delay25s { animation-delay: 2.5s !important; }

.u-ani-delay25s::before, .u-ani-delay25s::after { animation-delay: 2.5s !important; }

.u-ani-delay26s { animation-delay: 2.6s !important; }

.u-ani-delay26s::before, .u-ani-delay26s::after { animation-delay: 2.6s !important; }

.u-ani-delay27s { animation-delay: 2.7s !important; }

.u-ani-delay27s::before, .u-ani-delay27s::after { animation-delay: 2.7s !important; }

.u-ani-delay28s { animation-delay: 2.8s !important; }

.u-ani-delay28s::before, .u-ani-delay28s::after { animation-delay: 2.8s !important; }

.u-ani-delay29s { animation-delay: 2.9s !important; }

.u-ani-delay29s::before, .u-ani-delay29s::after { animation-delay: 2.9s !important; }

.u-ani-delay30s { animation-delay: 3s !important; }

.u-ani-delay30s::before, .u-ani-delay30s::after { animation-delay: 3s !important; }

@media screen and (max-width: 736px) { .u-sp-ani-delay0 { animation-delay: 0 !important; }
  .u-sp-ani-delay0::before, .u-sp-ani-delay0::after { animation-delay: 0 !important; }
  .u-sp-ani-delay01s { animation-delay: 0.1s !important; }
  .u-sp-ani-delay01s::before, .u-sp-ani-delay01s::after { animation-delay: 0.1s !important; }
  .u-sp-ani-delay02s { animation-delay: 0.2s !important; }
  .u-sp-ani-delay02s::before, .u-sp-ani-delay02s::after { animation-delay: 0.2s !important; }
  .u-sp-ani-delay03s { animation-delay: 0.3s !important; }
  .u-sp-ani-delay03s::before, .u-sp-ani-delay03s::after { animation-delay: 0.3s !important; }
  .u-sp-ani-delay04s { animation-delay: 0.4s !important; }
  .u-sp-ani-delay04s::before, .u-sp-ani-delay04s::after { animation-delay: 0.4s !important; }
  .u-sp-ani-delay05s { animation-delay: 0.5s !important; }
  .u-sp-ani-delay05s::before, .u-sp-ani-delay05s::after { animation-delay: 0.5s !important; }
  .u-sp-ani-delay06s { animation-delay: 0.6s !important; }
  .u-sp-ani-delay06s::before, .u-sp-ani-delay06s::after { animation-delay: 0.6s !important; }
  .u-sp-ani-delay07s { animation-delay: 0.7s !important; }
  .u-sp-ani-delay07s::before, .u-sp-ani-delay07s::after { animation-delay: 0.7s !important; }
  .u-sp-ani-delay08s { animation-delay: 0.8s !important; }
  .u-sp-ani-delay08s::before, .u-sp-ani-delay08s::after { animation-delay: 0.8s !important; }
  .u-sp-ani-delay09s { animation-delay: 0.9s !important; }
  .u-sp-ani-delay09s::before, .u-sp-ani-delay09s::after { animation-delay: 0.9s !important; }
  .u-sp-ani-delay10s { animation-delay: 1s !important; }
  .u-sp-ani-delay10s::before, .u-sp-ani-delay10s::after { animation-delay: 1s !important; }
  .u-sp-ani-delay11s { animation-delay: 1.1s !important; }
  .u-sp-ani-delay11s::before, .u-sp-ani-delay11s::after { animation-delay: 1.1s !important; }
  .u-sp-ani-delay12s { animation-delay: 1.2s !important; }
  .u-sp-ani-delay12s::before, .u-sp-ani-delay12s::after { animation-delay: 1.2s !important; }
  .u-sp-ani-delay13s { animation-delay: 1.3s !important; }
  .u-sp-ani-delay13s::before, .u-sp-ani-delay13s::after { animation-delay: 1.3s !important; }
  .u-sp-ani-delay14s { animation-delay: 1.4s !important; }
  .u-sp-ani-delay14s::before, .u-sp-ani-delay14s::after { animation-delay: 1.4s !important; }
  .u-sp-ani-delay15s { animation-delay: 1.5s !important; }
  .u-sp-ani-delay15s::before, .u-sp-ani-delay15s::after { animation-delay: 1.5s !important; }
  .u-sp-ani-delay16s { animation-delay: 1.6s !important; }
  .u-sp-ani-delay16s::before, .u-sp-ani-delay16s::after { animation-delay: 1.6s !important; }
  .u-sp-ani-delay17s { animation-delay: 1.7s !important; }
  .u-sp-ani-delay17s::before, .u-sp-ani-delay17s::after { animation-delay: 1.7s !important; }
  .u-sp-ani-delay18s { animation-delay: 1.8s !important; }
  .u-sp-ani-delay18s::before, .u-sp-ani-delay18s::after { animation-delay: 1.8s !important; }
  .u-sp-ani-delay19s { animation-delay: 1.9s !important; }
  .u-sp-ani-delay19s::before, .u-sp-ani-delay19s::after { animation-delay: 1.9s !important; }
  .u-sp-ani-delay20s { animation-delay: 2s !important; }
  .u-sp-ani-delay20s::before, .u-sp-ani-delay20s::after { animation-delay: 2s !important; }
  .u-sp-ani-delay21s { animation-delay: 2.1s !important; }
  .u-sp-ani-delay21s::before, .u-sp-ani-delay21s::after { animation-delay: 2.1s !important; }
  .u-sp-ani-delay22s { animation-delay: 2.2s !important; }
  .u-sp-ani-delay22s::before, .u-sp-ani-delay22s::after { animation-delay: 2.2s !important; }
  .u-sp-ani-delay23s { animation-delay: 2.3s !important; }
  .u-sp-ani-delay23s::before, .u-sp-ani-delay23s::after { animation-delay: 2.3s !important; }
  .u-sp-ani-delay24s { animation-delay: 2.4s !important; }
  .u-sp-ani-delay24s::before, .u-sp-ani-delay24s::after { animation-delay: 2.4s !important; }
  .u-sp-ani-delay25s { animation-delay: 2.5s !important; }
  .u-sp-ani-delay25s::before, .u-sp-ani-delay25s::after { animation-delay: 2.5s !important; }
  .u-sp-ani-delay26s { animation-delay: 2.6s !important; }
  .u-sp-ani-delay26s::before, .u-sp-ani-delay26s::after { animation-delay: 2.6s !important; }
  .u-sp-ani-delay27s { animation-delay: 2.7s !important; }
  .u-sp-ani-delay27s::before, .u-sp-ani-delay27s::after { animation-delay: 2.7s !important; }
  .u-sp-ani-delay28s { animation-delay: 2.8s !important; }
  .u-sp-ani-delay28s::before, .u-sp-ani-delay28s::after { animation-delay: 2.8s !important; }
  .u-sp-ani-delay29s { animation-delay: 2.9s !important; }
  .u-sp-ani-delay29s::before, .u-sp-ani-delay29s::after { animation-delay: 2.9s !important; }
  .u-sp-ani-delay30s { animation-delay: 3s !important; }
  .u-sp-ani-delay30s::before, .u-sp-ani-delay30s::after { animation-delay: 3s !important; } }
