@charset "UTF-8";
/* Shared */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1, h2, h3, p, ul, li, dl, dt, dd {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, li, dl, dt, dd {
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s ease;
  outline: none;
}

a:hover {
  opacity: 0.6;
}

a.disabled {
  pointer-events: none;
  opacity: 0.25;
}

/* Device
------------------------------------------------------------*/
.spView {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pcView {
    display: none !important;
  }
  .spView {
    display: block !important;
  }
}

/* body
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: "Noto Sans JP", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: justify;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.065em;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  -o-font-feature-settings: "palt" 1;
  -webkit-tap-highlight-color: rgba(8, 6, 6, 0);
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 4.0vw;
    text-align: left;
    letter-spacing: 0.35vw;
  }
}

html, body {
  overflow-x: hidden;
}

/* loading
------------------------------------------------------------*/
.wwd__loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 9999;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: all;
  transition-duration: 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wwd__loading img {
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .wwd__loading img {
    max-width: 85.0vw;
  }
}

/* nav__header
------------------------------------------------------------*/
.nav__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
  width: 100%;
  height: 0;
  transition: all .3s ease;
}

.nav__header .c-gnavi__button {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button {
    top: 8.0vw;
    left: 8.0vw;
    width: 8.0vw;
    height: 8.0vw;
  }
}

.nav__header .c-gnavi__button .icon-container span {
  display: block;
  width: 40px;
  height: 1.5px;
  background-color: #fff;
  margin: 10px 0;
  transition: .3s ease-in-out;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button .icon-container span {
    width: 7.0vw;
    height: 0.38vw;
    margin: 1.8vw 0;
  }
}

.nav__header .c-gnavi__button .icon-container span:nth-child(2) {
  width: 30px;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button .icon-container span:nth-child(2) {
    width: 5.0vw;
  }
}

.nav__header .c-gnavi__button.is-open span {
  margin: 0;
}

.nav__header .c-gnavi__button.is-open span:nth-child(1) {
  transform: translateY(2px) rotate(45deg) !important;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button.is-open span:nth-child(1) {
    transform: translateY(0.34vw) rotate(45deg) !important;
  }
}

.nav__header .c-gnavi__button.is-open span:nth-child(2) {
  transform: translateX(-10px) !important;
  opacity: 0 !important;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button.is-open span:nth-child(2) {
    transform: translateX(-10px) !important;
  }
}

.nav__header .c-gnavi__button.is-open span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg) !important;
}

@media only screen and (max-width: 768px) {
  .nav__header .c-gnavi__button.is-open span:nth-child(3) {
    transform: translateY(-0.34vw) rotate(-45deg) !important;
  }
}

.nav__header #drawer {
  position: fixed;
  top: 0;
  left: -455px;
  z-index: 1000;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background-color: rgba(11, 5, 81, 0.9);
  transition: all .3s ease;
  overflow: hidden;
  backdrop-filter: blur(3px);
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer {
    left: -90.0vw;
    max-width: 90.0vw;
    overflow: auto;
  }
}

.nav__header #drawer.is-show {
  left: 0;
}

.nav__header #drawer .drawer__inner {
  position: relative;
  padding: 135px 50px 0 90px;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner {
    padding: 25.0vw 8.0vw 12.5vw 18.5vw;
  }
}

.nav__header #drawer .drawer__inner ul {
  list-style: none;
}

.nav__header #drawer .drawer__inner ul li {
  position: relative;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.0;
  letter-spacing: 0;
  transition: all .3s ease;
  transform: translateX(10px);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li {
    margin-bottom: 8.0vw;
    font-size: 3.8vw;
    transform: translateX(5vw);
  }
}

.nav__header #drawer .drawer__inner ul li:last-child {
  margin-bottom: 0;
}

.nav__header #drawer .drawer__inner ul li span {
  position: absolute;
  left: -40px;
  font-size: 17px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li span {
    left: -10.0vw;
    font-size: 4.6vw;
  }
}

.nav__header #drawer .drawer__inner ul li a {
  display: block;
  position: relative;
  padding: 0;
  color: #fff;
}

.nav__header #drawer .drawer__inner ul li a img {
  display: inline-block;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li a img {
    margin-top: 3.5vw;
    height: 4.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner ul li a img.gnavi02, .nav__header #drawer .drawer__inner ul li a img.gnavi03 {
    height: 10.5vw;
  }
}

.nav__header #drawer .drawer__inner .share-link {
  position: absolute;
  top: 50px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner .share-link {
    top: 9.0vw;
    right: 8.0vw;
  }
}

.nav__header #drawer .drawer__inner .share-link h3 {
  margin-right: 15px;
  font-family: din-condensed, sans-serif;
  font-size: 18px;
  line-height: 1.0;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner .share-link h3 {
    margin-right: 3.0vw;
    font-size: 3.65vw;
  }
}

.nav__header #drawer .drawer__inner .share-link ul {
  display: flex !important;
}

.nav__header #drawer .drawer__inner .share-link ul li {
  margin: 0 15px 0 0;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner .share-link ul li {
    width: 6.0vw;
    height: 6.0vw;
  }
}

.nav__header #drawer .drawer__inner .share-link ul li:nth-child(3) {
  margin-right: 0;
}

.nav__header #drawer .drawer__inner .share-link ul li a img {
  display: block;
  width: 100%;
  max-height: 26px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .nav__header #drawer .drawer__inner .share-link ul li a img {
    max-height: 6.0vw;
    height: auto;
  }
}

.nav__header #drawer.is-show .drawer__inner ul li {
  opacity: 1.0;
  transform: translateX(0);
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(1) {
  transition-delay: .35s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(2) {
  transition-delay: .40s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(3) {
  transition-delay: .45s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(4) {
  transition-delay: .50s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(5) {
  transition-delay: .55s;
}

.nav__header #drawer.is-show .drawer__inner ul li:nth-child(6) {
  transition-delay: .60s;
}

/* btn
------------------------------------------------------------*/
.btn-wrap {
  margin: 0;
  padding: 0;
}

.btn-wrap.center {
  text-align: center;
}

.btn-wrap .btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background-color: #FCF051;
  backdrop-filter: blur(3px);
  color: #273038;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  font-weight: 700;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .btn-wrap .btn {
    max-width: 65.0vw;
    height: 16.0vw;
    font-size: 4.2vw;
    line-height: 16.0vw;
  }
}

.btn-wrap .btn.interview {
  padding-left: 20px;
  padding-right: 20px;
  border: 1.5px solid #EC077A;
  box-sizing: border-box;
  background-color: #EC077A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .btn-wrap .btn.interview {
    padding-left: 5.0vw;
    padding-right: 5.0vw;
    font-size: 4.2vw;
    border-width: 0.38vw !important;
  }
}

.btn-wrap .btn.interview.soon {
  pointer-events: none;
  opacity: 1.0;
  background-color: transparent;
  color: #EC077A;
}

.btn-wrap.disabled {
  pointer-events: none;
  opacity: 1.0;
}

.view-result {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
  width: 158px;
  right: 65px;
  line-height: 1.0;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
  opacity: 0;
  transition: .5s;
}

@media only screen and (max-width: 768px) {
  .view-result {
    right: 5.0vw;
    bottom: 5.0vw;
    width: 25.0vw;
  }
}

.view-result a {
  display: inline-block;
}

/* footer
------------------------------------------------------------*/
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

footer .share-link h3 {
  margin-bottom: 30px;
  font-family: din-condensed, sans-serif;
  font-size: 30px;
  line-height: 1.0;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .share-link h3 {
    margin-bottom: 5.0vw;
    font-size: 5.25vw;
  }
}

footer .share-link ul {
  display: flex !important;
  list-style: none;
}

footer .share-link ul li {
  margin: 0 30px 0 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  footer .share-link ul li {
    margin-right: 6.0vw;
    width: 10.0vw;
    height: 10.0vw;
  }
}

footer .share-link ul li:nth-child(3) {
  margin-right: 0;
}

footer .share-link ul li a img {
  display: block;
  width: 100%;
  max-height: 50px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  footer .share-link ul li a img {
    max-height: 10.0vw;
    height: auto;
  }
}

footer .supported figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

footer .supported figure img {
  width: 100%;
  max-width: 365px;
}

@media only screen and (max-width: 768px) {
  footer .supported figure img {
    max-width: 65.0vw;
  }
}

footer .copyright .logo {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  footer .copyright .logo {
    max-width: 43.0vw;
  }
}

footer .copyright .logo path {
  fill: #fff;
}

footer .copyright p {
  margin-top: 30px;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  footer .copyright p {
    margin-top: 6.0vw;
    font-size: 2.65vw;
  }
}

/*!-------------------------------------------------------------
 Pages
--------------------------------------------------------------*/
.next-leaders-2021:after {
  display: block;
  content: '';
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -100;
  object-fit: cover;
  background-image: url(../../images/bgr_body.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.next-leaders-2021.loading {
  pointer-events: none;
  touch-action: none;
  overflow: hidden;
}

#bg-movie {
  position: fixed;
  z-index: -100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity .6s ease;
}

#bg-movie:before {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  transition: opacity .6s ease;
}

#bg-movie video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transition: opacity .6s ease;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  #bg-movie video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  #bg-movie video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

#bg-movie.hidden video {
  opacity: 0;
}

#bg-movie.blur:before {
  opacity: 0;
}

#bg-movie.blur video {
  opacity: .25;
}

.mfp-content {
  max-width: 800px;
  background-color: #333;
  box-sizing: border-box;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .mfp-content {
    padding: 1.5vw;
  }
}

.mfp-content .movie-content-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mfp-content .movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-content .movie-content-wrap h1 {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .mfp-content .movie-content-wrap h1 {
    bottom: -20.0vw;
    font-size: 3.8vw;
  }
}

.mfp-content .movie-content-wrap .mfp-close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  right: -10px;
  top: -60px;
  padding: 0;
  font-size: 42px;
}

@media only screen and (max-width: 768px) {
  .mfp-content .movie-content-wrap .mfp-close {
    position: fixed;
    top: 2.5vw;
    right: 2.5vw;
    font-size: 12.5vw;
  }
}

.mfp-fade01.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
  background-image: url(../../images/bgr_body.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 1.0;
}

.mfp-fade01.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade01.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* box-mainvisual
------------------------------------------------------------*/
.box-mainvisual {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.box-mainvisual .container {
  position: relative;
  z-index: 99;
  margin: 120px auto 0;
  padding: 0;
  width: 950px;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual .container {
    margin: 0 auto;
    padding: 0;
    height: 100%;
  }
}

.box-mainvisual h1 {
  max-width: 950px;
  font-size: 0;
  line-height: 1.0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .box-mainvisual h1 {
    margin: 15.0vw auto;
    max-width: 90vw;
  }
}

/* box-spread
------------------------------------------------------------*/
.box-spread {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}

.box-spread .inner-content {
  position: relative;
  z-index: 0;
  max-width: 882px;
  margin: 0 auto;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content {
    max-width: 86.0vw;
    padding: 24.0vw 0 12.0vw;
  }
}

.box-spread .inner-content .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0 auto;
}

.box-spread .inner-content .container.btn {
  display: block;
  padding-top: 30px;
}

.box-spread .inner-content .container.btn p {
  color: #e80013;
  font-weight: bold;
}

.box-spread .inner-content .box-header {
  width: calc(100% - 50px);
  position: relative;
  margin-bottom: 100px;
  padding-left: 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header {
    width: auto;
    margin-bottom: 12.0vw;
    padding-left: 0;
  }
}

.box-spread .inner-content .box-header .Number {
  position: absolute;
  left: 0;
  font-family: din-condensed, sans-serif;
  font-size: 21px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header .Number {
    position: relative;
    margin-right: 6.0vw;
    font-size: 4.8vw;
  }
}

.box-spread .inner-content .box-header h2 {
  margin-bottom: 30px;
  width: 100%;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header h2 {
    display: inline-block;
    margin-bottom: 6.0vw;
    width: auto;
  }
}

.box-spread .inner-content .box-header .title-wrap {
  position: relative;
}

.box-spread .inner-content .box-header .title-wrap .inner {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all .8s ease;
  transition-delay: .2s;
}

.box-spread .inner-content .box-header .title-wrap .inner img {
  position: absolute;
  left: 0;
  max-width: unset;
}

.box-spread .inner-content .box-header .title-wrap.inview .inner {
  width: 100%;
}

.box-spread .inner-content .box-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.box-spread .inner-content .box-body.column {
  flex-direction: column;
}

.box-spread .inner-content .box-body.column .right-blank {
  margin-right: calc(100% - 400px);
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body.column .right-blank {
    margin-right: 0;
  }
}

.box-spread .inner-content .box-body.column .left-blank {
  margin-left: calc(100% - 400px);
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body.column .left-blank {
    margin-left: 0;
  }
}

.box-spread .inner-content .box-body.pl50 {
  width: calc(100% - 50px);
  padding-left: 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body.pl50 {
    width: auto;
    padding-left: 0;
  }
}

.box-spread .inner-content .box-body .text-wrap {
  width: 400px;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap {
    width: auto;
  }
}

.box-spread .inner-content .box-body .text-wrap h3 {
  margin: 0 0 30px;
  font-family: din-condensed, sans-serif;
  font-size: 60px;
  line-height: 0.85;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap h3 {
    margin: 0 0 6.0vw;
    font-size: 10.5vw;
  }
}

.box-spread .inner-content .box-body .text-wrap p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-body .text-wrap p {
    margin-bottom: 6.0vw;
  }
}

.box-spread .inner-content .box-body .text-wrap p:last-child {
  margin-bottom: 0;
}

.box-spread#about .box-body .text-wrap, .box-spread#message .box-body .text-wrap, .box-spread#advisory-board .box-body .text-wrap, .box-spread#applications .box-body .text-wrap, .box-spread#schedule .box-body .text-wrap, .box-spread#archives .box-body .text-wrap {
  margin-left: calc(100% - 400px);
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-body .text-wrap, .box-spread#message .box-body .text-wrap, .box-spread#advisory-board .box-body .text-wrap, .box-spread#applications .box-body .text-wrap, .box-spread#schedule .box-body .text-wrap, .box-spread#archives .box-body .text-wrap {
    margin-left: 0;
  }
}

.box-spread#about .box-header .title-wrap, .box-spread#schedule .box-header .title-wrap, .box-spread#archives .box-header .title-wrap {
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-header .title-wrap, .box-spread#schedule .box-header .title-wrap, .box-spread#archives .box-header .title-wrap {
    height: 12.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#about .box-header .title-wrap img, .box-spread#schedule .box-header .title-wrap img, .box-spread#archives .box-header .title-wrap img {
    height: 12.5vw;
  }
}

.box-spread#advisory-board .box-header .title-wrap {
  height: 175px;
}

@media only screen and (max-width: 768px) {
  .box-spread#advisory-board .box-header .title-wrap {
    height: 28.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#advisory-board .box-header .title-wrap img {
    height: 28.0vw;
  }
}

.box-spread#about {
  position: relative;
  z-index: 200;
}

@media only screen and (max-width: 768px) {
  .box-spread#about {
    margin-bottom: -9.5vw;
  }
}

.box-spread#message .box-header {
  margin-bottom: 160px;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-header {
    margin-bottom: 14.0vw;
  }
}

.box-spread#message .box-header .title-wrap {
  margin-top: 380px;
  height: 170px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-header .title-wrap {
    margin-top: 38.0vw;
    height: 42.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-header .title-wrap img {
    height: 42.0vw;
  }
}

.box-spread#message .box-header figure {
  margin: 0;
  position: absolute;
  width: calc(100% - (50px*2));
  top: 60px;
  left: auto;
  right: auto;
  line-height: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-header figure {
    width: 68.0vw;
    margin: 0 9.0vw 13.5vw;
    padding-left: 0;
  }
}

.box-spread#message .box-header figure img {
  width: 100%;
  max-width: 598px;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-header figure img {
    max-width: unset;
  }
}

.box-spread#message .box-body.column .right-blank {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-body.column .right-blank {
    margin-bottom: 20.0vw;
  }
}

.box-spread#message .box-body.column .left-blank {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-body.column .left-blank {
    margin-bottom: 0;
  }
}

.box-spread#message .box-body .text-wrap {
  margin-left: calc(100% - 400px);
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-body .text-wrap {
    margin-left: 0;
  }
}

.box-spread#message .box-body .text-wrap p.catch {
  font-size: 21px;
}

@media only screen and (max-width: 768px) {
  .box-spread#message .box-body .text-wrap p.catch {
    font-size: 5.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .box-body {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .box-body {
    margin-bottom: 11.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup {
    margin-bottom: 8.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup:last-child {
    margin-bottom: 0;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl {
  width: 30.0%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl {
    width: 47.0%;
    margin-bottom: 10.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl:last-child {
  margin-bottom: 0;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dt {
    margin-bottom: 5.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt small {
  display: block;
  margin-bottom: 12px;
  font-size: 21px;
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.0125rem;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dt small {
    margin-bottom: 2.0vw;
    font-size: 5.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .thum {
  margin: 0 0 18px;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .thum {
    margin-bottom: 2.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile {
  display: block;
  min-height: 75px;
  text-align: left;
  line-height: 1.45;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile {
    min-height: 18.0vw;
    font-size: 4.6vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile .icon-Awardist {
  display: block;
  margin-bottom: 10px;
  width: auto;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile .icon-Awardist {
    margin-bottom: 3.0vw;
    padding: 1.0vw 0;
    font-size: 3.0vw;
    text-align: center;
    line-height: 1.6;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile .icon-Awardist img {
  display: block;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile i {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  font-style: unset;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dt .profile i {
    margin-top: 1.2vw;
    font-size: 3.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd {
  margin-bottom: 25px;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dd {
    margin-bottom: 5.0vw;
    font-size: 3.5vw;
    text-align: justify;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd:last-child {
  margin-bottom: 0;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd.hidden {
  display: none;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd a {
  display: block;
  color: #fff;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd .ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: din-condensed, sans-serif;
  line-height: 1.0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd .ttl:after {
  content: '';
  display: block;
  margin-left: 0.5rem;
  width: 100%;
  height: 0.05rem;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dd .ttl:after {
    width: 60.0vw;
  }
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd .update {
  font-family: din-condensed, sans-serif;
  color: #FCF051;
  font-size: 18px;
  line-height: 1.0;
}

.box-spread.advisory-board .inner-content .container .advisory__lineup dl dd .btn-read_more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  font-family: din-condensed, sans-serif;
  line-height: 1.0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .box-spread.advisory-board .inner-content .container .advisory__lineup dl dd .btn-read_more {
    margin-top: 3.0vw;
  }
}

.box-spread#applications {
  display: none !important;
}

.box-spread#applications .box-header .title-wrap {
  height: 95px;
}

@media only screen and (max-width: 768px) {
  .box-spread#applications .box-header .title-wrap {
    height: 28.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#applications .box-header .title-wrap img {
    height: 28.0vw;
  }
}

.box-spread#applications .box-body.column .left-blank {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .box-spread#applications .box-body.column .left-blank {
    margin-bottom: 0;
  }
}

.box-spread#applications .box-body .btn-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread#applications .box-body .btn-wrap {
    margin-top: 8.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#applications .box-body .btn-wrap .btn {
    display: block;
    max-width: 65.0vw;
    margin: 0 auto;
    line-height: 16vw;
  }
}

.box-spread#result {
  background-color: rgba(255, 255, 255, 0.87);
  color: #000;
}

.box-spread#result .inner-content {
  padding: 80px 0 40px;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .inner-content {
    padding: 15.0vw 0 10.0vw;
  }
}

.box-spread#result .box-header {
  width: 100%;
  padding-left: 0;
  margin-bottom: 60px;
}

.box-spread#result .box-header h2 {
  width: 100%;
  text-align: center;
}

.box-spread#result .box-header h2 .Number {
  position: relative;
  margin-right: 35px;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .box-header h2 .Number {
    margin-right: 6.0vw !important;
  }
}

.box-spread#result .box-header .title-wrap {
  position: relative;
  top: 30px;
  opacity: 0;
  margin-bottom: 40px;
  height: 265px;
  transition: all .3s ease;
  transition-delay: .15s;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .box-header .title-wrap {
    margin-bottom: 8.0vw;
    height: 40.0vw;
  }
}

.box-spread#result .box-header .title-wrap.inview {
  top: 0;
  opacity: 1.0;
}

.box-spread#result .box-header .title-wrap .inner {
  position: relative;
  width: 100%;
}

.box-spread#result .box-header .title-wrap img {
  position: relative;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .box-header .title-wrap img {
    height: 40.0vw;
  }
}

.box-spread#result .box-header .lead-wrap {
  margin: 0 auto;
  max-width: 550px;
}

.box-spread#result .election-header {
  width: 730px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-header {
    width: 100%;
    margin-bottom: 8.0vw;
  }
}

.box-spread#result .election-header h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 7px solid #EC077A;
  font-size: 25px;
  text-align: center;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-header h3 {
    margin-bottom: 5.0vw;
    padding-bottom: 5.0vw;
    font-size: 6.5vw;
    border-bottom-width: 2.0vw;
  }
}

.box-spread#result .election-wrap {
  position: relative;
  width: 730px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap {
    width: 100%;
  }
}

.box-spread#result .election-wrap.wwdjapan-election {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap.wwdjapan-election {
    margin-bottom: 6.0vw;
  }
}

.box-spread#result .election-wrap.recommendation {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap.recommendation {
    margin-bottom: 0;
  }
}

.box-spread#result .election-wrap .elect-box {
  display: flex;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap .elect-box {
    flex-direction: column;
    margin-bottom: 15.0vw;
  }
}

.box-spread#result .election-wrap .elect-box figure {
  margin: 0;
  padding: 0;
  width: 350px;
  filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.25));
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap .elect-box figure {
    margin: 0 auto 8.0vw;
    width: 54.67vw;
    filter: drop-shadow(1vw 1vw 0.8vw rgba(0, 0, 0, 0.25));
  }
}

.box-spread#result .election-wrap .elect-box figure img {
  position: relative;
  transition: all .6s ease;
  transition-delay: .15s;
}

.box-spread#result .election-wrap .elect-box dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 30px;
  width: calc(100% - 350px);
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap .elect-box dl {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

.box-spread#result .election-wrap .elect-box dl dt {
  order: 2;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap .elect-box dl dt {
    width: 100%;
    margin-bottom: 8.5vw;
    font-size: 6.5vw;
    text-align: center;
  }
}

.box-spread#result .election-wrap .elect-box dl dt small {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap .elect-box dl dt small {
    width: 100%;
    margin-top: 4.5vw;
    font-size: 46.5%;
    text-align: center;
  }
}

.box-spread#result .election-wrap .elect-box dl dd {
  order: 1;
  width: 100%;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap .elect-box dl dd {
    margin-bottom: 6.5vw;
    font-size: 5.25vw;
    text-align: center;
  }
}

.box-spread#result .election-wrap .elect-box dl dd.btn-wrap {
  order: 3;
  margin-bottom: 0;
}

.box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n), .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n), .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) {
    flex-direction: column !important;
  }
}

.box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n) dl, .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) dl {
  padding: 0 30px 0 0;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n) dl, .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) dl {
    padding-right: 0;
    align-items: center;
  }
}

.box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n) dl dt, .box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n) dl dd, .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) dl dt, .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) dl dd {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n) dl dt, .box-spread#result .election-wrap.wwdjapan-election .elect-box:nth-child(2n) dl dd, .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) dl dt, .box-spread#result .election-wrap.recommendation .elect-box:nth-child(2n) dl dd {
    text-align: center;
  }
}

.box-spread#award-streaming {
  margin-bottom: 50px;
  background-color: #EC077A;
}

.box-spread#award-streaming .inner-content {
  padding: 85px 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .inner-content {
    padding: 15.0vw 0;
  }
}

.box-spread#award-streaming .box-body {
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body {
    flex-direction: column;
    width: 100%;
  }
}

.box-spread#award-streaming .box-body figure {
  margin: 0;
  padding: 0;
  max-width: 260px;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body figure {
    margin: 0 auto 15.0vw;
    max-width: 70.0vw;
  }
}

.box-spread#award-streaming .box-body .text-wrap {
  width: 100%;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0 !important;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body .text-wrap {
    width: 100%;
    padding: 0;
  }
}

.box-spread#award-streaming .box-body .text-wrap h2 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.45;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body .text-wrap h2 {
    margin-bottom: 5.0vw;
    font-size: 4.8vw;
  }
}

.box-spread#award-streaming .box-body .text-wrap h2 strong {
  display: inline-block;
  margin-top: 30px;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body .text-wrap h2 strong {
    margin-top: 5.0vw;
    font-size: 6.0vw;
    line-height: 1.6;
  }
}

.box-spread#award-streaming .box-body .text-wrap p {
  margin-bottom: 50px;
  text-align: center;
}

.box-spread#award-streaming .box-body .youtube {
  margin: 0 auto;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body .youtube {
    width: 86.0vw;
  }
}

@media only screen and (max-width: 768px) {
  .box-spread#award-streaming .box-body .youtube iframe {
    width: 100%;
    height: calc((86.0vw / 16) * 9);
  }
}

.box-spread#schedule .box-body.column .left-blank {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body.column .left-blank {
    margin-bottom: 0;
  }
}

.box-spread#schedule .box-body .info-wrap {
  border: 1.5px solid #fff;
  margin: 50px 0;
  padding: 45px 50px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap {
    margin: 12.0vw 0 0;
    padding: 6.5vw 6.0vw 8.0vw;
  }
}

.box-spread#schedule .box-body .info-wrap h3 {
  margin-bottom: 35px;
  font-size: 23px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap h3 {
    margin-bottom: 6.5vw;
    font-size: 4.8vw;
  }
}

.box-spread#schedule .box-body .info-wrap .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap .flex {
    justify-content: unset;
    flex-direction: column;
  }
}

.box-spread#schedule .box-body .info-wrap figure {
  margin: 0;
  padding: 0;
  width: 340px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap figure {
    width: 73.0%;
    margin: 0 auto 6.5vw;
  }
}

.box-spread#schedule .box-body .info-wrap figure img {
  width: 100%;
  line-height: 1.0;
}

.box-spread#schedule .box-body .info-wrap dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 340px - 35px);
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl {
    width: 100%;
  }
}

.box-spread#schedule .box-body .info-wrap dl dt {
  margin-bottom: 30px;
  font-family: din-condensed, sans-serif;
  font-size: 30px;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dt {
    margin-bottom: 6.0vw;
    width: 100%;
    font-size: 8.0vw;
    text-align: center;
  }
}

.box-spread#schedule .box-body .info-wrap dl dt small {
  font-family: "Noto Sans JP", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dt small {
    font-size: 4.25vw;
  }
}

.box-spread#schedule .box-body .info-wrap dl dd {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dd {
    margin-bottom: 8.0vw;
  }
}

.box-spread#schedule .box-body .info-wrap dl dd p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dd p {
    font-size: 4.25vw;
    text-align: justify;
  }
}

.box-spread#schedule .box-body .info-wrap dl dd p small {
  display: block;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dd p small {
    padding-top: 3.0vw;
    font-size: 4.0vw;
  }
}

.box-spread#schedule .box-body .info-wrap dl dd.btn-wrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dd.btn-wrap {
    margin: 0 auto;
  }
}

.box-spread#schedule .box-body .info-wrap dl dd.btn-wrap .btn {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .box-spread#schedule .box-body .info-wrap dl dd.btn-wrap .btn {
    display: block;
    max-width: 65.0vw;
    margin: 0 auto;
    line-height: 16vw;
  }
}

.box-spread#archives .box-body {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .box-spread#archives .box-body {
    margin-bottom: 5.0vw;
  }
}

.box-spread#archives .box-body .text-wrap {
  letter-spacing: 0;
}

.box-spread#archives .box-body .text-wrap h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .box-spread#archives .box-body .text-wrap h3 {
    margin-bottom: 2.0vw;
  }
}

.box-spread#archives .box-body .text-wrap p {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .box-spread#archives .box-body .text-wrap p {
    font-size: 3.65vw;
  }
}

.box-spread#archives .box-body .text-wrap p a {
  text-decoration: underline;
}

.box-spread#archives .box-body .text-wrap p a:hover {
  text-decoration: none;
}

.box-spread#archives .box-slider {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  height: 230px;
}

@media only screen and (max-width: 768px) {
  .box-spread#archives .box-slider {
    margin-bottom: 12.0vw;
    height: 36.923vw;
  }
}

.box-spread#archives .box-slider:last-child {
  margin-bottom: 0;
}

.box-spread#archives .box-slider .box-wrap {
  position: absolute;
  transform: translateX(calc(-50% + 441px));
}

.box-spread#archives .slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.box-spread#archives .slider .slider__inner {
  display: flex;
}

.box-spread#archives .slider .slider__inner:first-child {
  animation: loop 90s linear infinite;
}

.box-spread#archives .slider .slider__inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}

.box-spread#archives .slider .slider__inner:last-child {
  animation: loop3 90s -30s linear infinite;
}

.box-spread#archives .slider .slider__inner .slider__item {
  width: 230px;
  height: 230px;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#archives .slider .slider__inner .slider__item {
    width: 36.923vw;
    height: 36.923vw;
  }
}

.box-spread#archives .slider.reverse .slider__inner:first-child {
  animation: loop4 90s linear infinite !important;
}

.box-spread#archives .slider.reverse .slider__inner:nth-child(2) {
  animation: loop5 90s -60s linear infinite !important;
}

.box-spread#archives .slider.reverse .slider__inner:last-child {
  animation: loop6 90s -30s linear infinite !important;
}

.box-spread#supported .inner-content {
  padding: 100px 0 100px;
}

@media only screen and (max-width: 768px) {
  .box-spread#supported .inner-content {
    padding: 15.0vw 0;
  }
}

.box-spread#supported .box-body {
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .box-spread#supported .box-body {
    flex-direction: column;
    width: 100%;
  }
}

.box-spread#supported .box-body .text-wrap {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 65px;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#supported .box-body .text-wrap {
    margin-bottom: 12.5vw;
  }
}

.box-spread#supported .box-body .text-wrap h2 {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box-spread#supported .box-body .text-wrap h2 {
    margin-bottom: 10.0vw;
    font-size: 5.8vw;
    line-height: 1.6;
  }
}

.box-spread#supported .box-body figure,
.box-spread#supported .box-body .asahikasei {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

.box-spread#supported .box-body figure figcaption,
.box-spread#supported .box-body .asahikasei figcaption {
  margin-bottom: 65px;
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  line-height: 1.0;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#supported .box-body figure figcaption,
  .box-spread#supported .box-body .asahikasei figcaption {
    margin-bottom: 8.5vw;
    font-size: 5.8vw;
  }
}

.box-spread#supported .box-body figure p,
.box-spread#supported .box-body .asahikasei p {
  font-family: din-condensed, sans-serif;
  font-size: 24px;
  line-height: 1.0;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread#supported .box-body figure p,
  .box-spread#supported .box-body .asahikasei p {
    font-size: 6.5vw;
  }
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}

@keyframes loop4 {
  0% {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(250%);
  }
}

@keyframes loop5 {
  0% {
    transform: translateX(-150%);
  }
  to {
    transform: translateX(150%);
  }
}

@keyframes loop6 {
  0% {
    transform: translateX(-250%);
  }
  to {
    transform: translateX(50%);
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  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 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;
}

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-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;
}

@-webkit-keyframes fadeInUp {
  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 fadeInUp {
  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);
  }
}

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

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

.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;
}
