@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap);

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

/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
html {
  scroll-behavior: smooth;
}

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

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

img, svg {
  width: auto;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

small {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  small {
    font-size: 85.0%;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: all .3s linear;
  outline: none;
}

a.textlink {
  position: relative;
}

a.textlink:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50.0%;
  display: inline-block;
  width: 0;
  height: .0233rem;
  background-color: transparent;
  transition: all .3s linear;
}

a.textlink:hover:after {
  left: 0.0%;
  width: 100%;
  background-color: #fff;
}

a.disabled {
  pointer-events: none;
}

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

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

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

/* Text */
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

/* body
------------------------------------------------------------*/
body {
  position: relative;
  width: 100.0vw;
  height: 100%;
  background-color: #EFEFED;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  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, 8, 8, 0);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\6E38\660E\671D", "YuMincho", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: .0233rem;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100.0vw;
    font-size: 3.8vw;
    letter-spacing: .0391rem;
  }
}

body.complete {
  overflow-x: hidden;
  overflow-y: auto;
}

body.is-open {
  overflow: hidden;
}

/* loader
------------------------------------------------------------*/
#js__loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #3B3B3B;
}

#js__loader.js-fadeOut {
  animation: fadeOut 1s cubic-bezier(0.18, 0.58, 0.58, 0.9) forwards;
}

#js__loader #loader__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 10rem;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  #js__loader #loader__image {
    width: 26.67vw;
  }
}

#js__loader #loader__image img, #js__loader #loader__image svg {
  width: 10rem;
}

@media only screen and (max-width: 768px) {
  #js__loader #loader__image img, #js__loader #loader__image svg {
    width: 26.67vw;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}

/* backlayer
------------------------------------------------------------*/
#backlayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: multiply;
  opacity: .8;
}

#backlayer #js-backlayer {
  transform: translateZ(0);
  filter: blur(30px);
  transform: scale(1.01);
}

@media only screen and (max-width: 768px) {
  #backlayer #js-backlayer {
    position: absolute;
    top: -5.0vh;
    left: -5.0vw;
    z-index: 0;
    width: 110.0vw;
    height: 110.0vh;
    filter: blur(5vw);
    opacity: .65;
  }
}

/* header
------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.l-header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4.25rem;
  padding: 0 1.25rem 0 1.875rem;
}

@media only screen and (max-width: 768px) {
  .l-header__wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    height: 13.33vw;
    padding: 0;
  }
}

.l-header__logo {
  width: 8.125rem;
  height: 2.375rem;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .l-header__logo {
    width: 19.47vw;
    height: 5.73vw;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo a img, .l-header__logo a svg {
  width: 8.125rem;
  height: 2.375rem;
}

@media only screen and (max-width: 768px) {
  .l-header__logo a img, .l-header__logo a svg {
    width: 19.47vw;
    height: 5.73vw;
  }
}

.l-header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header__nav .p-anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .l-header__nav .p-anchor {
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 11.2vw;
    left: 0;
    width: 100.0vw;
    overflow-x: auto;
    padding: 0 2.13vw;
  }
}

.l-header__nav .p-anchor li {
  list-style: none;
  font-family: "miller-banner", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .l-header__nav .p-anchor li {
    font-size: 3.73vw;
    white-space: nowrap;
  }
}

.l-header__nav .p-anchor li a {
  display: block;
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #000;
  transition: color .15s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .l-header__nav .p-anchor li a {
    padding: 2.13vw 1.33vw;
  }
}

.l-header__nav .p-anchor li a:hover {
  color: rgba(253, 126, 35, 0.65);
}

@media only screen and (max-width: 768px) {
  .l-header__nav .p-anchor li a:hover {
    color: #000;
  }
}

.l-header__nav .btn-wrapper {
  position: relative;
  margin-inline: 1rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .l-header__nav .btn-wrapper {
    display: none;
  }
}

.l-header__nav .btn-wrapper .btn {
  width: 13.75rem;
  height: 2.25rem;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  background-color: #FD7E23;
  border: none;
  border-radius: 2.25rem;
}

.l-header__nav .btn-wrapper .btn:hover {
  color: #FD7E23;
  background-color: #fff;
}

.l-header__nav .btn-wrapper p {
  width: 100%;
  position: absolute;
  bottom: -1rem;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}

.l-header__nav__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .l-header__nav__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 13.33vw;
    height: 13.33vw;
  }
}

.l-header__nav__button .button-toggle {
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  width: 1.3125rem;
  height: 0.9375rem;
}

@media only screen and (max-width: 768px) {
  .l-header__nav__button .button-toggle {
    width: 5.867vw;
    height: 3.733vw;
  }
}

.l-header__nav__button .button-toggle:focus {
  outline: none;
}

.l-header__nav__button .button-toggle span {
  position: absolute;
  top: calc(50% - 1px*0.5);
  display: block;
  width: 1.3125rem;
  height: 0.08438rem;
  background-color: #000;
  border-radius: .8vw;
  transition: all ease 0.4s;
}

@media only screen and (max-width: 768px) {
  .l-header__nav__button .button-toggle span {
    top: calc(50% - .267vw*0.5);
    width: 5.867vw;
    height: .267vw;
  }
}

.l-header__nav__button .button-toggle span.bar-01 {
  top: 0;
}

.l-header__nav__button .button-toggle span.bar-03 {
  top: auto;
  bottom: 0;
}

.is-open .l-header__nav__button .button-toggle span {
  transform-origin: center;
  top: calc(50% - .4vw);
}

.is-open .l-header__nav__button .button-toggle .bar-02 {
  opacity: 0;
}

.is-open .l-header__nav__button .button-toggle .bar-01 {
  transform: rotate(-45deg);
  top: calc(50% - .4vw);
}

.is-open .l-header__nav__button .button-toggle .bar-03 {
  transform: rotate(45deg);
  top: calc(50% - .4vw);
}

.is-open .l-header__logo {
  opacity: 0;
  pointer-events: none;
}

.is-open .l-header__nav .p-anchor {
  opacity: 0;
  pointer-events: none;
}

.is-open .l-header__nav .btn-wrapper {
  opacity: 0;
  pointer-events: none;
}

.is-open .l-header__nav .btn-wrapper p {
  color: #fff;
}

.is-open .l-header__nav__button .button-toggle span {
  background-color: #fff;
}

.is-open .l-header__nav__button .button-toggle .bar-01 {
  transform: rotate(-45deg);
  top: 50.0%;
}

.is-open .l-header__nav__button .button-toggle .bar-02 {
  opacity: 0;
}

.is-open .l-header__nav__button .button-toggle .bar-03 {
  transform: rotate(45deg);
  top: 50.0%;
}

@media only screen and (max-width: 768px) {
  #about .l-header__nav .p-anchor,
  #application .l-header__nav .p-anchor,
  #judge .l-header__nav .p-anchor {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* drawer-nav
------------------------------------------------------------*/
.drawer-nav {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .6s ease;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  pointer-events: none;
  background-color: #606060;
}

@media only screen and (max-width: 768px) {
  .drawer-nav {
    overflow-y: auto;
  }
}

.drawer-nav.is-open {
  pointer-events: all;
  opacity: 1;
  transition-delay: 0s;
  right: 0;
}

.drawer-nav-wrapper {
  width: 61.25rem;
  height: 100%;
  margin: 0 auto;
  padding-inline: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper {
    width: 100.0vw;
    height: unset;
    padding: 13.33vw 15.0vw 21.33vw;
    box-sizing: border-box;
    overflow-y: auto;
  }
}

.drawer-nav-wrapper .logo {
  width: 37.5rem;
  margin: 0 auto 4rem;
  padding: 0;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper .logo {
    margin: 0 auto 6.7vw;
    width: 36.0vw;
    height: auto;
    aspect-ratio: 1.25 / 1;
  }
}

.drawer-nav-wrapper .logo img {
  width: 100%;
}

.drawer-nav-wrapper nav {
  width: 100%;
}

.drawer-nav-wrapper nav .navi-wrapper {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.drawer-nav-wrapper nav .navi-wrapper > div {
  padding-block: 0.5rem;
  width: 33.3%;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper > div {
    padding-block: 5.56vw 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.drawer-nav-wrapper nav .navi-wrapper > div:last-child {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper > div:last-child {
    border-bottom: none;
  }
}

.drawer-nav-wrapper nav .navi-wrapper > div h3 {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper > div h3 {
    margin-bottom: 5.33vw;
    font-size: 2.53vw;
  }
}

.drawer-nav-wrapper nav .navi-wrapper > div h3 .eng {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  color: #FD7E23;
  font-size: 1.9375rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper > div h3 .eng {
    margin-top: 0;
    margin-bottom: 1.33vw;
    font-size: 5.6vw;
  }
}

.drawer-nav-wrapper nav .navi-wrapper > div h3 a {
  color: #fff;
}

.drawer-nav-wrapper nav .navi-wrapper .anchor-top {
  margin-bottom: 1.875rem;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper .anchor-top {
    margin-bottom: 0;
  }
}

.drawer-nav-wrapper nav .navi-wrapper .anchor-top a {
  color: #FD7E23;
  font-size: 2.5rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper .anchor-top a {
    font-size: 6.67vw;
  }
}

.drawer-nav-wrapper nav .navi-wrapper .anchor-contact {
  width: 100%;
  text-align: right;
}

.drawer-nav-wrapper nav .navi-wrapper .anchor-contact a {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav .navi-wrapper .anchor-contact a {
    font-size: 2.67vw;
  }
}

.drawer-nav-wrapper nav ul li {
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 1.1875rem;
  line-height: 1.31579;
  list-style: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav ul li {
    margin-bottom: 5.33vw;
    font-size: 4.0vw;
  }
}

.drawer-nav-wrapper nav ul li a {
  touch-action: none;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav ul li a {
    pointer-events: all;
    touch-action: all;
  }
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav ul li a br {
    display: none;
  }
}

.drawer-nav-wrapper nav ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .drawer-nav-wrapper nav ul li:last-child {
    margin-bottom: 5.33vw;
  }
}

/* footer
------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 99;
}

.footer .inner-content {
  width: 100%;
  background-color: #606060;
}

.footer .inner-content .navi {
  margin: 0 auto;
  padding: 2.5rem 1.875rem;
  width: 100%;
  max-width: 64rem;
}

@media only screen and (max-width: 768px) {
  .footer .inner-content .navi {
    padding: 2.13vw 0;
  }
}

.footer .inner-content .navi ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.footer .inner-content .navi li {
  width: 50.0%;
  text-align: center;
}

.footer .inner-content .navi li:first-child {
  border-right: 0.0625rem solid #fff;
}

.footer .inner-content .navi li a {
  display: block;
  color: #fff;
  padding-block: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .footer .inner-content .navi li a {
    padding-block: 8.0vw;
    font-size: 4.0vw;
  }
}

.footer .inner-content .navi li a .eng {
  display: block;
  margin-bottom: 1.25rem;
  color: #FD7E23;
  font-size: 3.125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .footer .inner-content .navi li a .eng {
    margin-bottom: 1.33vw;
    font-size: 5.3vw;
  }
}

.footer__bar {
  width: 100%;
  background-color: #3B3B3B;
}

.footer__bar__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 64rem;
  height: 3.75rem;
}

@media only screen and (max-width: 768px) {
  .footer__bar__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.0vw 0;
    height: auto;
  }
}

.footer__bar a {
  display: block;
  color: #fff;
}

.footer__bar a:hover {
  opacity: .6;
}

@media only screen and (max-width: 768px) {
  .footer__bar a:hover {
    touch-action: none;
    opacity: 1;
  }
}

.footer__bar .logo {
  width: 6.625rem;
  margin: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .footer__bar .logo {
    order: 3;
    width: 22.67vw;
  }
}

.footer__bar ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.footer__bar .navi ul li {
  margin: 0 0.5rem;
  font-family: "miller-banner", serif;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .footer__bar .navi ul li {
    margin: 0 2.13vw;
    font-size: 3.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .footer__bar .sns {
    margin-block: 4.0vw;
  }
}

.footer__bar .sns ul li {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.625rem;
  font-size: 0;
  line-height: 1;
}

.footer__copyright {
  margin: 0 auto;
  padding: 0.9375rem 4.0625rem;
  max-width: 64rem;
}

@media only screen and (max-width: 768px) {
  .footer__copyright {
    padding: 4.0vw 6.67vw 12.0vw;
  }
}

.footer__copyright p {
  font-family: "miller-banner", serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .footer__copyright p {
    font-size: 3.2vw;
  }
}

/* box-spread
------------------------------------------------------------*/
.box-spread {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .box-spread {
    padding: 0 6.67vw;
  }
}

.box-spread .inner-content {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 15vh 0 6.25rem;
}

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

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

.box-spread .inner-content.box-header .container {
  margin: 0 !important;
}

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

.box-spread .inner-content .container.flexcenter {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-spread .inner-content .container.flexcolumn {
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.box-spread .inner-content .box-header {
  position: relative;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header {
    margin-bottom: 0.5rem;
  }
}

.box-spread .inner-content .box-header h2 {
  font-size: 1rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header h2 {
    font-size: 4.27vw;
    line-height: 1.65;
  }
}

.box-spread .inner-content .box-header h2 .eng {
  font-size: 3.375rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .box-spread .inner-content .box-header h2 .eng {
    font-size: 10.93vw !important;
    line-height: .85;
    letter-spacing: -.05em;
  }
}

.box-spread .inner-content .box-header small {
  display: block;
  margin: 0 auto 1.875rem;
  font-family: "miller-banner", serif;
  font-size: 1.5625rem;
  line-height: 1;
  text-transform: uppercase;
}

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

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

.box-spread .inner-content .box-body .text-wrap {
  width: 100%;
}

@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: "miller-banner", 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 .inner-content .box-body .btn-wrap {
  width: 100%;
}

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

.box-spread.entry-area .inner-content {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  max-width: 64rem;
}

@media only screen and (max-width: 768px) {
  .box-spread.entry-area .inner-content {
    padding: 13.3vw 0 20.0vw;
  }
}

.box-spread.entry-area .container .btn-wrapper {
  margin: 0 auto;
  width: 38.75rem;
}

.box-spread.entry-area .container .btn-wrapper .btn {
  margin-bottom: 1.875rem;
  padding: 0 2rem;
  height: 6.5rem;
  border-radius: 1rem;
  font-family: "miller-banner", serif;
  font-size: 3.4375rem;
  line-height: 1;
  text-transform: uppercase;
  transition: all .3s linear;
  background-color: #FD7E23;
  border: none;
}

@media only screen and (max-width: 768px) {
  .box-spread.entry-area .container .btn-wrapper .btn {
    margin-bottom: 4.0vw;
    padding: 0 6.67vw;
    height: 16.0vw;
    border-radius: 2.67vw;
    font-size: 7.3vw;
  }
}

.box-spread.entry-area .container .btn-wrapper .btn:hover {
  background-color: #fff;
  color: #FD7E23;
}

@media only screen and (max-width: 768px) {
  .box-spread.entry-area .container .btn-wrapper .btn:hover {
    background-color: #FD7E23;
    color: #fff;
  }
}

.box-spread.entry-area .container .btn-wrapper p {
  font-family: "miller-banner", serif;
  font-size: 1.8125rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .box-spread.entry-area .container .btn-wrapper p {
    font-size: 4.0vw;
  }
}

/* btn-wrapper
------------------------------------------------------------*/
.btn-wrapper .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #3B3B3B;
  border: 0.0625rem solid #fff;
  color: #fff;
}

.btn-wrapper .arrow:after {
  position: relative;
  z-index: 500;
  content: '';
  background-color: #fff;
  display: block;
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 1.625rem;
  -webkit-mask: url("https://infaspub-static-posts-new.s3.ap-northeast-1.amazonaws.com/wwdj_dx_awards_2023/pro/images/icon_arrow.svg");
  mask: url("https://infaspub-static-posts-new.s3.ap-northeast-1.amazonaws.com/wwdj_dx_awards_2023/pro/images/icon_arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all .3s linear;
}

@media only screen and (max-width: 768px) {
  .btn-wrapper .arrow:after {
    margin-left: 0.25rem;
    width: 7.2vw;
    height: 4.67vw;
  }
}

.btn-wrapper .btn-txt {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .btn-wrapper .btn-txt {
    width: 78.15vw;
    height: 22.175vw;
    font-size: 3.0vw;
    line-height: 1.65;
  }
}

/* c-ticker
------------------------------------------------------------*/
.c-ticker {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100.0vw;
  height: 7.5rem;
  transition: all .3s linear;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .c-ticker {
    height: 15.0vw;
  }
}

.c-ticker__child:first-child {
  animation: ticker01 90s linear infinite;
}

.c-ticker__child:nth-child(2) {
  animation: ticker02 90s -60s linear infinite;
}

.c-ticker__child:last-child {
  animation: ticker03 90s -30s linear infinite;
}

.c-ticker__text {
  display: inline-block;
  padding-right: 1.5rem;
  font-family: "miller-banner", serif;
  color: #3B3B3B;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.015em;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-ticker__text {
    padding-right: 4.0vw;
    font-size: 8.0vw;
  }
}

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

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

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

/* entry-guide
------------------------------------------------------------*/
#entry-guide {
  display: none !important;
  position: fixed;
  z-index: 99;
  bottom: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8.0vw;
  overflow: hidden;
  background-color: #FD7E23;
}

@media only screen and (max-width: 768px) {
  #entry-guide {
    display: block !important;
  }
}

#entry-guide #ticker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100.0%;
  height: 100.0%;
  color: #fff;
}

#entry-guide #ticker p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 6.13vw;
  line-height: 1.0;
  text-transform: uppercase;
  font-weight: 700;
}

#entry-guide #ticker p small {
  margin-left: 2.14vw;
  font-size: 3.6vw;
  text-transform: none;
}

/* utility
------------------------------------------------------------*/
.eng {
  display: block;
  font-family: "miller-banner", serif;
  font-weight: 300;
  text-transform: uppercase;
}

.bg-gray {
  background-color: #606060;
}

.wwdj_awards {
  overflow-x: hidden;
}

#home .wwdj_awards {
  overflow-x: hidden !important;
}

#judge .wwdj_awards {
  overflow: unset;
}

@media only screen and (max-width: 768px) {
  #judge .wwdj_awards {
    overflow-x: hidden;
  }
}

.wwdj_awards main {
  position: relative;
  z-index: 1;
}

/* backlayer
------------------------------------------------------------*/
#meshlayer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -55.0vw;
  z-index: 0;
  width: 150.0vw;
  opacity: 0;
  transform: scale(1.25);
  transition: opacity 3.2s cubic-bezier(0.19, 1, 0.22, 1) 3.2s, transform 3.2s cubic-bezier(0.19, 1, 0.22, 1) 3.2s;
}

@media only screen and (max-width: 768px) {
  #meshlayer {
    top: 30.0vw;
    left: -160.0vw;
    width: 350.0vw;
  }
}

#meshlayer.is_animated {
  opacity: 1;
  transform: scale(0.85) translateY(64vh);
}

/* hero-area
------------------------------------------------------------*/
.hero-area {
  position: relative;
  height: 39.375rem;
}

@media only screen and (max-width: 768px) {
  .hero-area {
    height: auto;
  }
}

.hero-area .container {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 64rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .hero-area .container {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .hero-area .container {
    min-height: unset;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.hero-area .container .hero-maintitle {
  margin: 0 0 5rem 0;
  padding: 8.4375rem 5rem 0;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .hero-maintitle {
    margin-bottom: 14.67vw;
    padding: 34.6vw 0 0;
    height: 100%;
    min-height: unset;
    text-align: center;
  }
}

.hero-area .container .hero-maintitle .logo {
  padding: 0;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .hero-maintitle .logo {
    margin: 0 auto 6.7vw;
  }
}

.hero-area .container .hero-maintitle .logo img {
  width: 100%;
  opacity: 0;
  transform: scale(1.6);
  transition: opacity 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .hero-maintitle .logo img {
    width: 74.67vw;
  }
}

.hero-area .container .hero-maintitle .logo small {
  display: block;
  height: 1.5625rem;
  margin-top: 1.5rem;
  overflow: hidden;
  font-size: 1.5625rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .hero-maintitle .logo small {
    height: 12.5vw;
    margin-top: 14.67vw;
    font-size: 4.27vw;
    line-height: 1.45;
    font-weight: 700;
  }
}

.hero-area .container .hero-maintitle .logo small span {
  display: block;
  transform: translateY(1.5625rem);
}

@media only screen and (max-width: 768px) {
  .hero-area .container .hero-maintitle .logo small span {
    opacity: 0;
    transform: unset;
  }
}

.hero-area .container .text-wrap {
  width: 100%;
  padding: 0 1.875rem;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .text-wrap {
    width: 100%;
    padding: 0 4.27vw;
  }
}

.hero-area .container .text-wrap > * {
  width: 40.3125rem;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .text-wrap > * {
    width: auto;
  }
}

.hero-area .container .text-wrap dt {
  margin-bottom: 1rem;
  font-size: 2.6875rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .text-wrap dt {
    margin-bottom: 4.0vw;
    font-size: 5.6vw;
  }
}

.hero-area .container .text-wrap dd {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\6E38\660E\671D", "YuMincho", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  font-size: 1.0625rem;
  line-height: 1.23529;
}

@media only screen and (max-width: 768px) {
  .hero-area .container .text-wrap dd {
    width: 81.3vw;
    font-size: 2.93vw;
  }
}

.complete .hero-area .hero-maintitle .logo img {
  opacity: 1;
  transform: scale(1);
}

.complete .hero-area .hero-maintitle .logo small span {
  transform: translateY(0);
  transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}

@media only screen and (max-width: 768px) {
  .complete .hero-area .hero-maintitle .logo small span {
    opacity: 1;
    transition: opacity 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
    transform: unset;
  }
}

.second-page .hero-area {
  position: relative;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area {
    min-height: unset;
  }
}

@media only screen and (max-height: 635px) {
  .second-page .hero-area {
    height: 168.0vw !important;
  }
}

.second-page .hero-area .container {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 64rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container {
    min-height: unset;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.second-page .hero-area .container .hero-maintitle {
  margin: 0;
  padding: 11.25rem 0 0.3125rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .hero-maintitle {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34.6vw 0 0;
    width: 100%;
    height: 100%;
    min-height: unset;
  }
}

.second-page .hero-area .container .hero-maintitle .logo {
  width: 18.75rem;
  margin: 0 auto 1.5rem;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .hero-maintitle .logo {
    margin: 0 auto 8.0vw;
    width: 45.3vw;
    height: auto;
  }
}

.second-page .hero-area .container .hero-maintitle .logo img {
  width: 100%;
}

.second-page .hero-area .container .hero-maintitle h1 {
  margin-bottom: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 2.1875rem;
  line-height: 1.57143;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .hero-maintitle h1 {
    margin-bottom: 4.0vw;
    font-size: 4.13vw;
  }
}

.second-page .hero-area .container .hero-maintitle h1 .eng {
  font-size: 6.25rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .hero-maintitle h1 .eng {
    font-size: 11.73vw;
    letter-spacing: -.05em;
  }
}

.second-page .hero-area .container .hero-maintitle .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.second-page .hero-area .container .hero-maintitle .breadcrumb .breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .hero-maintitle .breadcrumb .breadcrumb-item {
    font-size: 3.467vw;
  }
}

.second-page .hero-area .container .hero-maintitle .breadcrumb .breadcrumb-item:after {
  content: '\FF1E';
}

.second-page .hero-area .container .hero-maintitle .breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.second-page .hero-area .container .hero-maintitle .breadcrumb .breadcrumb-item a {
  display: block;
  pointer-events: all;
}

.second-page .hero-area .container .text-wrap {
  width: 100%;
  padding: 0 1.875rem;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .text-wrap {
    width: 100%;
    padding: 26.67vw 8.0vw 13.3vw;
  }
}

.second-page .hero-area .container .text-wrap p {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .second-page .hero-area .container .text-wrap p {
    font-size: 3.07vw;
  }
}

/* btn-wrap ( read more )
------------------------------------------------------------*/
.btn-wrap {
  display: inline-block;
  margin-top: 0.625rem;
}

.btn-wrap .btn {
  font-family: "miller-banner", serif;
  text-transform: uppercase;
}

.btn-wrap .btn span {
  display: block;
  position: relative;
}

.btn-wrap .btn span::before, .btn-wrap .btn span::after {
  position: absolute;
  display: block;
  content: '';
  transition: all .3s ease-in-out;
}

.btn-wrap .btn span::before {
  bottom: 0;
  width: 116%;
  height: 0.1rem;
  background-color: #FD7E23;
}

.btn-wrap .btn span::after {
  bottom: -0.15313rem;
  right: -1.02188rem;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("https://infaspub-static-posts-new.s3.ap-northeast-1.amazonaws.com/wwdj_dx_awards_2023/pro/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-wrap .btn:hover span::before {
  width: 126%;
}

.btn-wrap .btn:hover span::after {
  right: -1.875rem;
}

#home {
  /* box-spread
  ------------------------------------------------------------*/
  /* scroll-slider
  ------------------------------------------------------------*/
}

#home .box-spread.about-area {
  position: relative;
  z-index: 200;
  overflow: hidden;
}

#home .box-spread.about-area .inner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 64rem;
  padding-inline: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.about-area .inner-content {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 0;
  }
}

#home .box-spread.about-area .inner-content .box-header {
  margin-bottom: 1.25rem;
  max-width: unset;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.about-area .inner-content .box-header {
    margin-bottom: 6.67vw;
  }
}

#home .box-spread.about-area .inner-content .box-header h2 {
  opacity: 0;
}

#home .box-spread.about-area .inner-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100.0%;
  max-width: 32.8125rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.about-area .inner-content .container {
    order: 1;
    margin-bottom: 6.67vw;
  }
}

#home .box-spread.about-area .inner-content .container > .text-wrap p {
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.about-area .inner-content .container > .text-wrap p {
    font-size: 3.07vw;
  }
}

#home .box-spread.about-area .inner-content figure {
  margin: 0 3.75rem;
  width: 100.0%;
  max-width: 17.5rem;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.about-area .inner-content figure {
    order: 2;
    margin: 0 auto;
    padding-top: 0;
    width: 62.5vw;
  }
}

#home .box-spread.about-area .inner-content figure figcaption {
  padding-top: 0.625rem;
  font-size: 1rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.about-area .inner-content figure figcaption {
    padding-top: 2.67vw;
    font-size: 3.47vw;
  }
}

#home .box-spread.about-area.animate .inner-content .box-header h2 {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.about-area.animate .inner-content .box-header small {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.about-area.animate .inner-content .container > .text-wrap p {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.about-area.animate .inner-content .container > .btn-wrap {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.about-area.animate .inner-content figure {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.about-area.is_animated .inner-content .box-header h2 {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .6s;
}

#home .box-spread.about-area.is_animated .inner-content .box-header small {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .3s;
}

#home .box-spread.about-area.is_animated .inner-content .container > .text-wrap p {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .9s;
}

#home .box-spread.about-area.is_animated .inner-content .container > .btn-wrap {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: 1.5s;
}

#home .box-spread.about-area.is_animated .inner-content figure {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: 1.2s;
}

#home .box-spread.category-area {
  position: relative;
  z-index: 200;
}

#home .box-spread.category-area .inner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 64rem;
  padding-inline: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 0;
    padding-bottom: 0;
  }
}

#home .box-spread.category-area .inner-content .box-header {
  margin-bottom: 1.25rem;
  max-width: unset;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .box-header {
    margin-bottom: 5.3vw;
  }
}

#home .box-spread.category-area .inner-content .box-header h2 {
  opacity: 0;
}

#home .box-spread.category-area .inner-content .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100.0%;
  margin: 0;
}

#home .box-spread.category-area .inner-content .container > .text-wrap p {
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container > .text-wrap p {
    font-size: 3.45vw;
  }
}

#home .box-spread.category-area .inner-content .container .category-grandprix {
  position: absolute;
  top: -10.0%;
  right: 0;
  width: 30.0%;
}

#home .box-spread.category-area .inner-content .container .category-grandprix figure.label figcaption {
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1;
}

#home .box-spread.category-area .inner-content .container .category-lineup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6.25rem;
  width: 100.0%;
  max-width: unset;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10.67vw;
  }
}

#home .box-spread.category-area .inner-content .container .category-lineup figure.label {
  margin: 0;
  width: 20.0%;
  font-size: 0;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup figure.label {
    width: 30.0%;
    margin: 0 5.0% 8.0% 0;
    padding-top: 0;
  }
}

#home .box-spread.category-area .inner-content .container .category-lineup figure figcaption {
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup figure figcaption {
    padding-top: 2.67vw;
    font-size: 2.4vw;
    line-height: 1.65;
  }
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup figure:nth-child(4), #home .box-spread.category-area .inner-content .container .category-lineup figure:nth-child(5) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup figure:nth-child(3) {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup figure:nth-child(4) {
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  #home .box-spread.category-area .inner-content .container .category-lineup figure:nth-child(5) {
    order: 3;
  }
}

#home .box-spread.category-area.animate .inner-content .box-header h2 {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.category-area.animate .inner-content .box-header small {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.category-area.animate .inner-content .container > .text-wrap p {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.category-area.animate .inner-content .container > .btn-wrap {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .box-spread.category-area.animate .inner-content figure {
  position: relative;
  opacity: 0;
  transform: scale(1.6);
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#home .box-spread.category-area.animate .inner-content figure#label01 {
  transition-delay: .6s;
}

#home .box-spread.category-area.animate .inner-content figure#label02 {
  transition-delay: .75s;
}

#home .box-spread.category-area.animate .inner-content figure#label03 {
  transition-delay: .8s;
}

#home .box-spread.category-area.animate .inner-content figure#label04 {
  transition-delay: .85s;
}

#home .box-spread.category-area.animate .inner-content figure#label05 {
  transition-delay: .9s;
}

#home .box-spread.category-area.is_animated .inner-content .box-header h2 {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .6s;
}

#home .box-spread.category-area.is_animated .inner-content .box-header small {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .3s;
}

#home .box-spread.category-area.is_animated .inner-content .container > .text-wrap p {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .9s;
}

#home .box-spread.category-area.is_animated .inner-content .container > .btn-wrap {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: 1.5s;
}

#home .box-spread.category-area.is_animated .inner-content figure {
  transform: scale(1);
  opacity: 1.0;
}

#home .box-spread.schedule-area .inner-content {
  width: 100%;
  max-width: 64rem;
  padding-inline: 1.875rem;
}

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

#home .box-spread.schedule-area .inner-content .box-header {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 24.0%;
  margin-bottom: 0;
  border-right: 0.0625rem solid #000;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .box-header {
    order: 1;
    justify-content: flex-start;
    width: 100%;
    border-right: none;
  }
}

#home .box-spread.schedule-area .inner-content .box-header h2 {
  margin-right: 1rem;
  margin-bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .box-header h2 {
    margin-right: 0;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

#home .box-spread.schedule-area .inner-content .box-header h2 .eng {
  font-size: 3.125rem;
  line-height: 1;
  white-space: nowrap;
}

#home .box-spread.schedule-area .inner-content .contents__list {
  position: relative;
  width: 76.0%;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .contents__list {
    order: 3;
    width: 100.0%;
  }
}

#home .box-spread.schedule-area .inner-content .contents__list dl {
  position: relative;
  width: 100.0%;
  margin-bottom: 2.375rem;
  padding-left: 2.375rem;
  padding-bottom: 2.375rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid #000;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .contents__list dl {
    margin-bottom: 6.0vw;
    padding-left: 0;
    padding-bottom: 5.33vw;
  }
}

#home .box-spread.schedule-area .inner-content .contents__list dl:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

#home .box-spread.schedule-area .inner-content .contents__list dl dt {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .contents__list dl dt {
    margin-bottom: 2.67vw;
    font-size: 3.33vw;
  }
}

#home .box-spread.schedule-area .inner-content .contents__list dl dd {
  font-size: 1.5625rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .contents__list dl dd {
    font-size: 6.0vw;
    line-height: 1.65;
  }
}

#home .box-spread.schedule-area .inner-content .contents__list dl dd small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .contents__list dl dd small {
    margin-top: 2.67vw;
    font-size: 3.47vw;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .contents__list dl dd .align-right {
    display: block;
    text-align: right;
  }
}

#home .box-spread.schedule-area .inner-content .btn-wrap {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 768px) {
  #home .box-spread.schedule-area .inner-content .btn-wrap {
    order: 2;
    margin: 0 0 10.0vw 0;
  }
}

#home .judge-area .scroll-slider {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100vh;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-slider {
    overflow: auto;
    height: unset;
  }
}

#home .judge-area .scroll-header {
  position: relative;
  margin: 0 auto;
  padding-top: 15.0vh;
  max-width: unset;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-header {
    margin-bottom: 8.0vw;
    padding-top: 20.0vw;
  }
}

#home .judge-area .scroll-header__inner {
  position: relative;
  display: inline-block;
}

#home .judge-area .scroll-header h2 {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-header h2 {
    margin-bottom: 0;
    font-size: 4.27vw;
    line-height: 1.65;
  }
}

#home .judge-area .scroll-header h2 .eng {
  font-size: 3.375rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-header h2 .eng {
    font-size: 10.93vw;
  }
}

#home .judge-area .scroll-header .btn-wrap {
  position: absolute;
  right: -7.8125rem;
  bottom: 2.625rem;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-header .btn-wrap {
    position: relative;
    right: unset;
    bottom: unset;
  }
}

#home .judge-area .scroll-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  height: 74.0vh;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
}

#home .judge-area .scroll-slide {
  flex: 1 0 42.0vw;
  max-width: 42.0vw;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .scroll-slide {
    flex: 1 0 47.0vw;
    max-width: 47.0vw;
    height: auto;
    margin-bottom: 8.0vw;
  }
}

#home .judge-area .item {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .item:nth-child(even) .item-image {
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

#home .judge-area .item-container {
  position: relative;
}

#home .judge-area .item-title {
  height: 100%;
  font-size: 4.0vw;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .item-title {
    position: relative;
    padding-top: 3.2vw;
    text-align: center;
  }
}

#home .judge-area .item-title .eng {
  position: relative;
  top: unset;
  margin-left: 0.36em;
  color: rgba(96, 96, 96, 0.25);
  font-size: .9em;
  line-height: .8;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .item-title .eng {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: unset;
    text-align: center;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

#home .judge-area .item-title .ja {
  position: absolute;
  top: 2.4em;
  font-size: .58em;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .item-title .ja {
    position: relative;
    top: unset;
    font-size: 3.45vw;
  }
}

#home .judge-area .item-title .ja small {
  margin-top: .45em;
  display: block;
  font-size: .45em;
  line-height: 1.35;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .item-title .ja small {
    font-size: 2.67vw;
  }
}

@media (min-width: 40em) {
  #home .judge-area .item-body {
    position: absolute;
    left: 100.0%;
    top: 50.0%;
    width: 75.0%;
    height: 100.0%;
    transform: translate(-8%, -50%);
  }
  #home .judge-area .item-body p {
    font-size: 1.0vw;
    line-height: 1.6;
    text-align: center;
  }
}

#home .judge-area .item-image {
  width: 25.0vw;
  max-width: 22.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  #home .judge-area .item-image {
    width: 100%;
    max-width: unset;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}

#home .judge-area.animate .scroll-header h2 {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .judge-area.animate .btn-wrap {
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}

#home .judge-area.is_animated .scroll-header h2 {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .3s;
}

#home .judge-area.is_animated .btn-wrap {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: 1.5s;
}

.second-page .contents-area {
  position: relative;
  width: 64rem;
  margin: 0 auto;
  padding-inline: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .second-page .contents-area {
    width: 100.0vw;
    padding-inline: 0;
  }
}

.second-page .contents-area__inner {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .second-page .contents-area__inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about,
#application {
  /* box-spread
  ------------------------------------------------------------*/
  /* contents-area
  ------------------------------------------------------------*/
}

#about .box-spread.about-area .inner-content,
#application .box-spread.about-area .inner-content {
  width: 100%;
  max-width: 64rem;
  padding-right: 1.875rem;
  padding-bottom: 5rem;
  padding-left: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.about-area .inner-content,
  #application .box-spread.about-area .inner-content {
    padding: 26.67vw 0 6.67vw;
  }
}

#about .box-spread.about-area .inner-content .box-header,
#application .box-spread.about-area .inner-content .box-header {
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.about-area .inner-content .box-header,
  #application .box-spread.about-area .inner-content .box-header {
    margin-bottom: 6.67vw;
  }
}

#about .box-spread.about-area .inner-content .box-header h2,
#application .box-spread.about-area .inner-content .box-header h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 2.125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.about-area .inner-content .box-header h2,
  #application .box-spread.about-area .inner-content .box-header h2 {
    padding-bottom: 2.13vw;
    font-size: 4.8vw;
  }
}

#about .box-spread.about-area .inner-content .box-header h2::after,
#application .box-spread.about-area .inner-content .box-header h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0.125rem;
  background-color: #FD7E23;
  transition: all .6s ease-in-out;
}

#about .box-spread.about-area .inner-content .text-wrap,
#application .box-spread.about-area .inner-content .text-wrap {
  padding-right: 12.5rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.about-area .inner-content .text-wrap,
  #application .box-spread.about-area .inner-content .text-wrap {
    padding-right: 0;
  }
}

#about .box-spread.about-area .inner-content .text-wrap p,
#application .box-spread.about-area .inner-content .text-wrap p {
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.about-area .inner-content .text-wrap p,
  #application .box-spread.about-area .inner-content .text-wrap p {
    font-size: 3.07vw;
  }
}

#about .box-spread.about-area.is_animated .box-header h2::after,
#application .box-spread.about-area.is_animated .box-header h2::after {
  width: 100% !important;
}

#about .box-spread.summary-area,
#application .box-spread.summary-area {
  background-image: url("https://infaspub-static-posts-new.s3.ap-northeast-1.amazonaws.com/wwdj_dx_awards_2023/pro/images/bgr_summary.png");
  background-repeat: no-repeat;
  background-size: 31.25rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.summary-area,
  #application .box-spread.summary-area {
    background-size: 100.0vw;
  }
}

#about .box-spread.summary-area .inner-content,
#application .box-spread.summary-area .inner-content {
  width: 100%;
  max-width: 64rem;
  padding: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.summary-area .inner-content,
  #application .box-spread.summary-area .inner-content {
    padding: 6.67vw 0;
  }
}

#about .box-spread.summary-area .inner-content .container,
#application .box-spread.summary-area .inner-content .container {
  padding-left: 16.875rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.summary-area .inner-content .container,
  #application .box-spread.summary-area .inner-content .container {
    padding-left: 0;
  }
}

#about .box-spread.summary-area .inner-content .box-header,
#application .box-spread.summary-area .inner-content .box-header {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.summary-area .inner-content .box-header,
  #application .box-spread.summary-area .inner-content .box-header {
    margin-bottom: 6.67vw;
    margin-left: 8.0vw;
  }
}

#about .box-spread.summary-area .inner-content .box-header h2,
#application .box-spread.summary-area .inner-content .box-header h2 {
  position: relative;
  display: block;
  padding-bottom: 0.75rem;
  font-size: 2.125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.summary-area .inner-content .box-header h2,
  #application .box-spread.summary-area .inner-content .box-header h2 {
    padding-bottom: 2.13vw;
    font-size: 4.8vw;
  }
}

#about .box-spread.summary-area .inner-content .box-header h2::after,
#application .box-spread.summary-area .inner-content .box-header h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0.125rem;
  background-color: #FD7E23;
  transition: all .6s ease-in-out;
}

#about .box-spread.summary-area .inner-content .text-wrap p,
#application .box-spread.summary-area .inner-content .text-wrap p {
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.summary-area .inner-content .text-wrap p,
  #application .box-spread.summary-area .inner-content .text-wrap p {
    font-size: 3.07vw;
  }
}

#about .box-spread.summary-area.is_animated .box-header h2::after,
#application .box-spread.summary-area.is_animated .box-header h2::after {
  width: 100% !important;
}

#about .box-spread.schedule-area .inner-content,
#application .box-spread.schedule-area .inner-content {
  width: 100%;
  max-width: 64rem;
  padding-inline: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content,
  #application .box-spread.schedule-area .inner-content {
    padding: 26.67vw 0 0;
  }
}

#about .box-spread.schedule-area .inner-content .container,
#application .box-spread.schedule-area .inner-content .container {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#about .box-spread.schedule-area .inner-content .box-header,
#application .box-spread.schedule-area .inner-content .box-header {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 24.0%;
  margin-bottom: 0;
  border-right: 0.0625rem solid #000;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .box-header,
  #application .box-spread.schedule-area .inner-content .box-header {
    width: auto;
    margin-bottom: 8.0vw;
    border-right: none;
  }
}

#about .box-spread.schedule-area .inner-content .box-header h2,
#application .box-spread.schedule-area .inner-content .box-header h2 {
  margin-right: 1rem;
  margin-bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .box-header h2,
  #application .box-spread.schedule-area .inner-content .box-header h2 {
    margin-right: 0;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

#about .box-spread.schedule-area .inner-content .box-header h2 .eng,
#application .box-spread.schedule-area .inner-content .box-header h2 .eng {
  font-size: 3.125rem;
  line-height: 1;
  white-space: nowrap;
}

#about .box-spread.schedule-area .inner-content .contents__list,
#application .box-spread.schedule-area .inner-content .contents__list {
  position: relative;
  width: 76.0%;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .contents__list,
  #application .box-spread.schedule-area .inner-content .contents__list {
    width: 100.0%;
  }
}

#about .box-spread.schedule-area .inner-content .contents__list dl,
#application .box-spread.schedule-area .inner-content .contents__list dl {
  position: relative;
  width: 100.0%;
  margin-bottom: 2.375rem;
  padding-left: 2.375rem;
  padding-bottom: 2.375rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid #000;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .contents__list dl,
  #application .box-spread.schedule-area .inner-content .contents__list dl {
    margin-bottom: 6.0vw;
    padding-left: 0;
    padding-bottom: 5.33vw;
  }
}

#about .box-spread.schedule-area .inner-content .contents__list dl:last-of-type,
#application .box-spread.schedule-area .inner-content .contents__list dl:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

#about .box-spread.schedule-area .inner-content .contents__list dl dt,
#application .box-spread.schedule-area .inner-content .contents__list dl dt {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .contents__list dl dt,
  #application .box-spread.schedule-area .inner-content .contents__list dl dt {
    margin-bottom: 2.67vw;
    font-size: 3.33vw;
  }
}

#about .box-spread.schedule-area .inner-content .contents__list dl dd,
#application .box-spread.schedule-area .inner-content .contents__list dl dd {
  font-size: 1.5625rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .contents__list dl dd,
  #application .box-spread.schedule-area .inner-content .contents__list dl dd {
    font-size: 6.0vw;
    line-height: 1.65;
  }
}

#about .box-spread.schedule-area .inner-content .contents__list dl dd small,
#application .box-spread.schedule-area .inner-content .contents__list dl dd small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .contents__list dl dd small,
  #application .box-spread.schedule-area .inner-content .contents__list dl dd small {
    margin-top: 2.67vw;
    font-size: 3.47vw;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  #about .box-spread.schedule-area .inner-content .contents__list dl dd .align-right,
  #application .box-spread.schedule-area .inner-content .contents__list dl dd .align-right {
    display: block;
    text-align: right;
  }
}

#about .contents-area,
#application .contents-area {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #about .contents-area,
  #application .contents-area {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about .contents-area#awards,
#application .contents-area#awards {
  display: block !important;
  padding-top: 6.25rem;
  background-image: url("https://infaspub-static-posts-new.s3.ap-northeast-1.amazonaws.com/wwdj_dx_awards_2023/pro/images/bgr_category.png");
  background-repeat: no-repeat;
  background-size: 23.125rem;
  background-position: left 2.1875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#awards,
  #application .contents-area#awards {
    padding-top: 20.0vw;
    background-size: 90.0vw;
  }
}

#about .contents-area#awards .contents-header,
#application .contents-area#awards .contents-header {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#awards .contents-header,
  #application .contents-area#awards .contents-header {
    margin-top: 0;
    padding-left: 6.67vw;
  }
}

#about .contents-area#awards .contents-header h2,
#application .contents-area#awards .contents-header h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 2.125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#awards .contents-header h2,
  #application .contents-area#awards .contents-header h2 {
    padding-bottom: 2.0vw;
    font-size: 4.8vw;
  }
}

#about .contents-area#awards .contents-header h2::after,
#application .contents-area#awards .contents-header h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0.125rem;
  background-color: #FD7E23;
  transition: all .6s ease-in-out;
}

#about .contents-area.is_animated .contents-header h2::after,
#application .contents-area.is_animated .contents-header h2::after {
  width: 100% !important;
}

#about .contents-area#overview,
#application .contents-area#overview {
  padding-top: 15.0vh;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview,
  #application .contents-area#overview {
    padding-top: 26.67vw;
  }
}

#about .contents-area#overview .contents-area__inner,
#application .contents-area#overview .contents-area__inner {
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .contents-area__inner,
  #application .contents-area#overview .contents-area__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100.0vw;
    border-left: 9.3vw solid #606060;
  }
}

#about .contents-area#overview .box-header,
#application .contents-area#overview .box-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 23.75rem;
  margin-bottom: 0;
  background-color: #606060;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .box-header,
  #application .contents-area#overview .box-header {
    justify-content: flex-start;
    width: 90.7vw;
    margin-bottom: 6.67vw;
    padding: 0 8.0vw 0 4.67vw;
    border-right: none;
    background-color: transparent;
  }
}

#about .contents-area#overview .box-header h2,
#application .contents-area#overview .box-header h2 {
  margin-top: 0.625rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .box-header h2,
  #application .contents-area#overview .box-header h2 {
    margin-top: 0;
  }
}

#about .contents-area#overview .box-header h2 .eng,
#application .contents-area#overview .box-header h2 .eng {
  color: rgba(255, 255, 255, 0.5);
  font-size: 6.5rem;
  line-height: 1;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .box-header h2 .eng,
  #application .contents-area#overview .box-header h2 .eng {
    margin-right: 0;
    color: #000;
    font-size: 10.93vw;
    letter-spacing: -.05em;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

#about .contents-area#overview .box-header h2 .ja,
#application .contents-area#overview .box-header h2 .ja {
  position: absolute;
  top: 1rem;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left top;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .box-header h2 .ja,
  #application .contents-area#overview .box-header h2 .ja {
    position: relative;
    top: 0;
    transform: rotate(0);
    color: #000;
    font-size: 4.27vw;
  }
}

#about .contents-area#overview .page-body,
#application .contents-area#overview .page-body {
  position: relative;
  padding-left: 1.875rem;
  width: 36.5rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body,
  #application .contents-area#overview .page-body {
    width: 100%;
    padding: 0 8.0vw 0 4.67vw;
  }
}

#about .contents-area#overview .page-body .text-wrap,
#application .contents-area#overview .page-body .text-wrap {
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .text-wrap,
  #application .contents-area#overview .page-body .text-wrap {
    padding-bottom: 4.0vw;
  }
}

#about .contents-area#overview .page-body .text-wrap p,
#application .contents-area#overview .page-body .text-wrap p {
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .text-wrap p,
  #application .contents-area#overview .page-body .text-wrap p {
    font-size: 3.07vw;
  }
}

#about .contents-area#overview .page-body .contents__list,
#application .contents-area#overview .page-body .contents__list {
  position: relative;
}

#about .contents-area#overview .page-body .contents__list .list__item,
#application .contents-area#overview .page-body .contents__list .list__item {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item,
  #application .contents-area#overview .page-body .contents__list .list__item {
    margin-bottom: 4.0vw;
    padding-top: 4.0vw;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item:first-child,
  #application .contents-area#overview .page-body .contents__list .list__item:first-child {
    border-top: none;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item:last-child,
#application .contents-area#overview .page-body .contents__list .list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#about .contents-area#overview .page-body .contents__list .list__item::before,
#application .contents-area#overview .page-body .contents__list .list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 4.6875rem;
  height: 0.125rem;
  background-color: #FD7E23;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item::before,
  #application .contents-area#overview .page-body .contents__list .list__item::before {
    width: 16.93vw;
    height: .267vw;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dt,
#application .contents-area#overview .page-body .contents__list .list__item dt {
  margin-bottom: 1.25rem;
  font-size: 2.125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dt,
  #application .contents-area#overview .page-body .contents__list .list__item dt {
    margin-bottom: 4.0vw;
    font-size: 4.53vw;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dd,
#application .contents-area#overview .page-body .contents__list .list__item dd {
  font-size: 1rem;
  line-height: 1.875;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dd,
  #application .contents-area#overview .page-body .contents__list .list__item dd {
    font-size: 3.07vw;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dd small,
#application .contents-area#overview .page-body .contents__list .list__item dd small {
  display: inline-block;
  line-height: 1.8;
}

#about .contents-area#overview .page-body .contents__list .list__item dd ul,
#application .contents-area#overview .page-body .contents__list .list__item dd ul {
  margin-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dd ul,
  #application .contents-area#overview .page-body .contents__list .list__item dd ul {
    margin-left: 5.14vw;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dd .fee,
#application .contents-area#overview .page-body .contents__list .list__item dd .fee {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dd .fee,
  #application .contents-area#overview .page-body .contents__list .list__item dd .fee {
    border-top: none;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dd .fee h4,
#application .contents-area#overview .page-body .contents__list .list__item dd .fee h4 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.33333;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dd .fee h4,
  #application .contents-area#overview .page-body .contents__list .list__item dd .fee h4 {
    margin-bottom: 4.0vw;
    font-size: 3.07vw;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dd .fee h4 span,
#application .contents-area#overview .page-body .contents__list .list__item dd .fee h4 span {
  color: #FD7E23;
}

#about .contents-area#overview .page-body .contents__list .list__item dd .fee p,
#application .contents-area#overview .page-body .contents__list .list__item dd .fee p {
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dd .fee p,
  #application .contents-area#overview .page-body .contents__list .list__item dd .fee p {
    font-size: 6.4vw;
  }
}

#about .contents-area#overview .page-body .contents__list .list__item dd .fee p small,
#application .contents-area#overview .page-body .contents__list .list__item dd .fee p small {
  margin-left: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #about .contents-area#overview .page-body .contents__list .list__item dd .fee p small,
  #application .contents-area#overview .page-body .contents__list .list__item dd .fee p small {
    display: inline;
    font-size: 3.87vw;
  }
}

#about .contents-area #awards-review,
#application .contents-area #awards-review {
  -ms-flex-direction: column;
  flex-direction: column;
}

#about .contents-area #awards-review.contents-area__inner,
#application .contents-area #awards-review.contents-area__inner {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review.contents-area__inner,
  #application .contents-area #awards-review.contents-area__inner {
    padding-bottom: 8.0vw;
  }
}

#about .contents-area #awards-review .contents-header,
#application .contents-area #awards-review .contents-header {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.75rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .contents-header,
  #application .contents-area #awards-review .contents-header {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: unset;
    margin: 0 0 6.67vw;
    padding: 0 0 0 6.67vw;
  }
}

#about .contents-area #awards-review .contents-header h3,
#application .contents-area #awards-review .contents-header h3 {
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .contents-header h3,
  #application .contents-area #awards-review .contents-header h3 {
    display: flex;
    width: 100%;
    font-size: 4.3vw;
  }
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .contents-header h3:after,
  #application .contents-area #awards-review .contents-header h3:after {
    content: '';
    display: block;
    width: 100.0%;
    margin-left: 3.34vw;
    border-bottom: 1px solid #000;
  }
}

#about .contents-area #awards-review .contents-header p,
#application .contents-area #awards-review .contents-header p {
  width: 100%;
  margin-left: 1.25rem;
  padding-top: 0.375rem;
  padding-right: 1.875rem;
  font-size: 1rem;
  line-height: 1.875;
  border-top: 1px solid #000;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .contents-header p,
  #application .contents-area #awards-review .contents-header p {
    margin-left: 0;
    padding-top: 2.13vw;
    padding-right: 6.67vw;
    font-size: 3.07vw;
    border-top: none;
  }
}

#about .contents-area #awards-review .page-body,
#application .contents-area #awards-review .page-body {
  position: relative;
  padding-inline: 3.125rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body,
  #application .contents-area #awards-review .page-body {
    padding: 0 8.0vw;
  }
}

#about .contents-area #awards-review .page-body .contents__list,
#application .contents-area #awards-review .page-body .contents__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body .contents__list,
  #application .contents-area #awards-review .page-body .contents__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about .contents-area #awards-review .page-body .contents__list .list__item,
#application .contents-area #awards-review .page-body .contents__list .list__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 47.5%;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body .contents__list .list__item,
  #application .contents-area #awards-review .page-body .contents__list .list__item {
    width: 100.0%;
    margin-bottom: 8.53vw;
  }
}

#about .contents-area #awards-review .page-body .contents__list .list__item:nth-child(3),
#application .contents-area #awards-review .page-body .contents__list .list__item:nth-child(3) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body .contents__list .list__item:nth-child(3),
  #application .contents-area #awards-review .page-body .contents__list .list__item:nth-child(3) {
    margin-bottom: 8.53vw;
  }
}

#about .contents-area #awards-review .page-body .contents__list .list__item:nth-child(4),
#application .contents-area #awards-review .page-body .contents__list .list__item:nth-child(4) {
  margin-bottom: 0;
}

#about .contents-area #awards-review .page-body .contents__list .list__item dt,
#application .contents-area #awards-review .page-body .contents__list .list__item dt {
  position: relative;
  width: 29.25%;
  margin-right: 3.75%;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body .contents__list .list__item dt,
  #application .contents-area #awards-review .page-body .contents__list .list__item dt {
    width: 24.154vw;
    margin-right: 3.75vw;
  }
}

#about .contents-area #awards-review .page-body .contents__list .list__item dt figure,
#application .contents-area #awards-review .page-body .contents__list .list__item dt figure {
  position: relative;
  line-height: 0;
}

#about .contents-area #awards-review .page-body .contents__list .list__item dd,
#application .contents-area #awards-review .page-body .contents__list .list__item dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 67.0%;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body .contents__list .list__item dd,
  #application .contents-area #awards-review .page-body .contents__list .list__item dd {
    width: 56.0vw;
  }
}

#about .contents-area #awards-review .page-body .contents__list .list__item dd .list__item-text h4,
#application .contents-area #awards-review .page-body .contents__list .list__item dd .list__item-text h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
}

#about .contents-area #awards-review .page-body .contents__list .list__item dd .list__item-text p,
#application .contents-area #awards-review .page-body .contents__list .list__item dd .list__item-text p {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-review .page-body .contents__list .list__item dd .list__item-text p,
  #application .contents-area #awards-review .page-body .contents__list .list__item dd .list__item-text p {
    font-size: 3.07vw;
  }
}

#about .contents-area #awards-category,
#application .contents-area #awards-category {
  background-image: url("https://infaspub-static-posts-new.s3.ap-northeast-1.amazonaws.com/wwdj_dx_awards_2023/pro/images/bgr_category.png");
  background-repeat: no-repeat;
  background-size: 23.125rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category,
  #application .contents-area #awards-category {
    background-size: 90.0vw;
  }
}

#about .contents-area #awards-category .contents-header,
#application .contents-area #awards-category .contents-header {
  width: 20.625rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .contents-header,
  #application .contents-area #awards-category .contents-header {
    position: relative;
    top: unset;
    margin-top: 0;
    margin-bottom: 6.67vw;
    margin-left: 8vw;
    padding-left: 6.67vw;
    width: 100%;
  }
}

#about .contents-area #awards-category .contents-header h3,
#application .contents-area #awards-category .contents-header h3 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .contents-header h3,
  #application .contents-area #awards-category .contents-header h3 {
    margin-bottom: 6.67vw;
    font-size: 4.4vw;
  }
}

#about .contents-area #awards-category .contents-header h3:after,
#application .contents-area #awards-category .contents-header h3:after {
  display: block;
  margin-left: 1.875rem;
  content: '';
  background-color: #606060;
  width: 100%;
  height: 0.125rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .contents-header h3:after,
  #application .contents-area #awards-category .contents-header h3:after {
    margin-left: 4.0vw;
    height: .267vw;
  }
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .contents-header p,
  #application .contents-area #awards-category .contents-header p {
    width: 85.0%;
    font-size: 2.67vw;
  }
}

#about .contents-area #awards-category .page-body,
#application .contents-area #awards-category .page-body {
  position: relative;
  padding-left: 5rem;
  width: 39.6875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body,
  #application .contents-area #awards-category .page-body {
    width: 100.0vw;
    padding: 0 6.67vw;
  }
}

#about .contents-area #awards-category .page-body .contents__list,
#application .contents-area #awards-category .page-body .contents__list {
  position: relative;
}

#about .contents-area #awards-category .page-body .contents__list .list__item,
#application .contents-area #awards-category .page-body .contents__list .list__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  padding-right: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body .contents__list .list__item,
  #application .contents-area #awards-category .page-body .contents__list .list__item {
    margin-bottom: 8.0vw;
    padding-right: 0;
    padding-bottom: 0;
  }
}

#about .contents-area #awards-category .page-body .contents__list .list__item:first-child,
#application .contents-area #awards-category .page-body .contents__list .list__item:first-child {
  padding-top: 0;
}

#about .contents-area #awards-category .page-body .contents__list .list__item dt,
#application .contents-area #awards-category .page-body .contents__list .list__item dt {
  position: relative;
  width: 35.0%;
  margin-right: 5.7%;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body .contents__list .list__item dt,
  #application .contents-area #awards-category .page-body .contents__list .list__item dt {
    width: 30.0vw;
    margin-right: 0;
  }
}

#about .contents-area #awards-category .page-body .contents__list .list__item dt figure,
#application .contents-area #awards-category .page-body .contents__list .list__item dt figure {
  overflow: hidden;
  line-height: 0;
}

#about .contents-area #awards-category .page-body .contents__list .list__item dd,
#application .contents-area #awards-category .page-body .contents__list .list__item dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 59.3%;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body .contents__list .list__item dd,
  #application .contents-area #awards-category .page-body .contents__list .list__item dd {
    width: 52.0vw;
  }
}

#about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text,
#application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text {
  width: 100%;
}

#about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4,
#application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4,
  #application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4 {
    margin-bottom: 2.13vw;
    font-size: 3.6vw;
  }
}

#about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4:after,
#application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4:after {
  position: relative;
  right: -1.875rem;
  display: block;
  content: '';
  background-color: #000;
  width: 100%;
  height: 1.25rem;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4:after,
  #application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text h4:after {
    right: -3.0vw;
    height: 3.6vw;
  }
}

#about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text p,
#application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text p {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #about .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text p,
  #application .contents-area #awards-category .page-body .contents__list .list__item dd .list__item-text p {
    font-size: 3.33vw;
  }
}

#about .contents-area #awards-category .page-body .contents__list .list__item#category01 dd .list__item-text h4:after,
#application .contents-area #awards-category .page-body .contents__list .list__item#category01 dd .list__item-text h4:after {
  background-color: #C39A2D;
}

#about .contents-area #awards-category .page-body .contents__list .list__item#category02 dd .list__item-text h4:after,
#application .contents-area #awards-category .page-body .contents__list .list__item#category02 dd .list__item-text h4:after {
  background-color: #0B7716;
}

#about .contents-area #awards-category .page-body .contents__list .list__item#category03 dd .list__item-text h4:after,
#application .contents-area #awards-category .page-body .contents__list .list__item#category03 dd .list__item-text h4:after {
  background-color: #7D110A;
}

#about .contents-area #awards-category .page-body .contents__list .list__item#category04 dd .list__item-text h4:after,
#application .contents-area #awards-category .page-body .contents__list .list__item#category04 dd .list__item-text h4:after {
  background-color: #0C00BC;
}

#about .contents-area #awards-category .page-body .contents__list .list__item#category05 dd .list__item-text h4:after,
#application .contents-area #awards-category .page-body .contents__list .list__item#category05 dd .list__item-text h4:after {
  background-color: #7D1EA2;
}

#judge .contents-area {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 15.0vh;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
}

#judge .contents-area .page-anchor {
  position: sticky;
  top: 15.0vh;
  width: 17.5rem;
  background-color: #606060;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-anchor {
    position: relative;
    top: unset;
    width: 100vw;
    margin-top: 0;
  }
}

#judge .contents-area .page-anchor nav {
  padding: 8.125rem 0 8.125rem 5.75rem;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-anchor nav {
    display: none;
  }
}

#judge .contents-area .page-anchor nav h3 {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

#judge .contents-area .page-anchor nav ul {
  list-style: none;
}

#judge .contents-area .page-anchor nav ul li {
  margin-bottom: 2rem;
  font-size: 1.1875rem;
  line-height: 1;
}

#judge .contents-area .page-anchor nav ul li:last-child {
  margin-bottom: 0;
}

#judge .contents-area .page-anchor nav ul li a {
  color: #fff;
}

#judge .contents-area .page-anchor > div {
  position: absolute;
  top: 0;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 4.1875rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-anchor > div {
    position: relative;
    top: unset;
    padding: 4.0vw 0;
    font-size: 10.13vw;
    text-align: center;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

#judge .contents-area .page-body {
  position: relative;
  padding-left: 1.875rem;
  width: 46.25rem;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body {
    width: 100.0vw;
    padding: 0 8.0vw;
  }
}

#judge .contents-area .page-body .text-wrap {
  padding: 1.875rem 1.25rem;
}

#judge .contents-area .page-body .contents__list {
  position: relative;
}

#judge .contents-area .page-body .contents__list .list__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 0.125rem solid #FD7E23;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item {
    margin-bottom: 8.0vw;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item:first-child {
    border-top: none;
  }
}

#judge .contents-area .page-body .contents__list .list__item dt {
  position: relative;
  width: 33.8%;
  margin-right: 2.85%;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dt {
    display: none;
  }
}

#judge .contents-area .page-body .contents__list .list__item dt figure {
  border-radius: 0.625rem;
  overflow: hidden;
  line-height: 0;
}

#judge .contents-area .page-body .contents__list .list__item dd {
  width: 63.35%;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd {
    width: 100.0vw;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-title {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-title {
    margin-bottom: 2.67vw;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-title .eng {
  color: rgba(96, 96, 96, 0.15);
  font-size: 3.6875rem;
  line-height: 0.84746;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-title .eng {
    font-size: 15.0vw;
    letter-spacing: -.05em;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-title .ja {
  position: absolute;
  z-index: 2;
  font-size: 1.75rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-title .ja {
    font-size: 7.2vw;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-title .ja small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-title .ja small {
    margin-top: 1.067vw;
    font-size: 3.6vw;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-images {
  display: none;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-images {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.67vw;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-images figure {
  width: 90.0%;
  border-radius: 0.625rem;
  overflow: hidden;
  line-height: 0;
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-text {
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-text {
    margin-bottom: 0;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .list__item-text p {
  font-size: 0.8125rem;
  line-height: 1.76923;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .list__item-text p {
    font-size: 3.07vw;
  }
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .relatedlink__list {
    position: absolute;
    top: 0;
    right: -4.0vw;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .relatedlink__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .relatedlink__list ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#judge .contents-area .page-body .contents__list .list__item dd .relatedlink__list ul li {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  #judge .contents-area .page-body .contents__list .list__item dd .relatedlink__list ul li {
    width: 10.0vw;
    height: 10.0vw;
    margin-right: 0;
    margin-bottom: 4.0vw;
  }
}

.box-spread.schedule-area.animate .inner-content .box-header {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.box-spread.schedule-area.animate .inner-content .container .contents__list dl {
  position: relative;
  transform: translateY(3.75rem);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.box-spread.schedule-area.is_animated .inner-content .box-header {
  transform: translateY(0);
  opacity: 1.0;
  transition-delay: .15s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl {
  transform: translateY(0);
  opacity: 1.0;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(1) {
  transition-delay: .35s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(2) {
  transition-delay: .45s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(3) {
  transition-delay: .55s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(4) {
  transition-delay: .65s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(5) {
  transition-delay: .75s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(6) {
  transition-delay: .85s;
}

.box-spread.schedule-area.is_animated .inner-content .container .contents__list dl:nth-of-type(7) {
  transition-delay: .95s;
}

/*!
 * 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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

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

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