@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*-----clearfix-----*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

@-webkit-keyframes bgSlide {
  0% {
    background-position: 2491px 0; }
  100% {
    background-position: 0 0; } }

@keyframes bgSlide {
  0% {
    background-position: 2491px 0; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes icoSlide {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@keyframes icoSlide {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@-webkit-keyframes icoRotate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg); } }

@keyframes icoRotate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg); } }

@-webkit-keyframes hanging {
  0% {
    -webkit-transform: rotateX(-150deg);
    transform: rotateX(-150deg); }
  20% {
    -webkit-transform: rotateX(12deg);
    transform: rotateX(12deg); }
  40% {
    -webkit-transform: rotateX(-6deg);
    transform: rotateX(-6deg); }
  60% {
    -webkit-transform: rotateX(3deg);
    transform: rotateX(3deg); }
  80% {
    -webkit-transform: rotateX(-1deg);
    transform: rotateX(-1deg); }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@keyframes hanging {
  0% {
    -webkit-transform: rotateX(-150deg);
    transform: rotateX(-150deg); }
  20% {
    -webkit-transform: rotateX(12deg);
    transform: rotateX(12deg); }
  40% {
    -webkit-transform: rotateX(-6deg);
    transform: rotateX(-6deg); }
  60% {
    -webkit-transform: rotateX(3deg);
    transform: rotateX(3deg); }
  80% {
    -webkit-transform: rotateX(-1deg);
    transform: rotateX(-1deg); }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-webkit-keyframes centerglow {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@keyframes centerglow {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }

@-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;
  -ms-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;
  -ms-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: none;
    transform: none; }
  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: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-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-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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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-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: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  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-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-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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge; }

/* 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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0; }
  60% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@keyframes jump {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0; }
  60% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes twitter {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  25% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); }
  50% {
    -webkit-transform: rotateZ(-2deg);
    transform: rotateZ(-2deg); }
  75% {
    -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }

@keyframes twitter {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  25% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); }
  50% {
    -webkit-transform: rotateZ(-2deg);
    transform: rotateZ(-2deg); }
  75% {
    -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }

@-webkit-keyframes movie {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes movie {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulseleft01 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, -5px);
    transform: translate(-10px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulseleft01 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, -5px);
    transform: translate(-10px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes pulseleft02 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); }
  50% {
    -webkit-transform: translate(-10px, -5px) scale(0.7);
    transform: translate(-10px, -5px) scale(0.7); }
  100% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); } }

@keyframes pulseleft02 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); }
  50% {
    -webkit-transform: translate(-10px, -5px) scale(0.7);
    transform: translate(-10px, -5px) scale(0.7); }
  100% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); } }

@-webkit-keyframes pulseright01 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10px, -3px);
    transform: translate(10px, -3px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulseright01 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10px, -3px);
    transform: translate(10px, -3px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes pulseright02 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); }
  50% {
    -webkit-transform: translate(10px, -3px) scale(0.7);
    transform: translate(10px, -3px) scale(0.7); }
  100% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); } }

@keyframes pulseright02 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); }
  50% {
    -webkit-transform: translate(10px, -3px) scale(0.7);
    transform: translate(10px, -3px) scale(0.7); }
  100% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7); } }

@-webkit-keyframes str01 {
  0% {
    top: 104px;
    left: 169px;
    -webkit-transform: scale(0) rotateZ(0deg);
    transform: scale(0) rotateZ(0deg); }
  50% {
    top: 4px;
    left: 58px;
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg); }
  100% {
    top: 4px;
    left: 58px;
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg); } }

@keyframes str01 {
  0% {
    top: 104px;
    left: 169px;
    -webkit-transform: scale(0) rotateZ(0deg);
    transform: scale(0) rotateZ(0deg); }
  50% {
    top: 4px;
    left: 58px;
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg); }
  100% {
    top: 4px;
    left: 58px;
    -webkit-transform: scale(1) rotateZ(180deg);
    transform: scale(1) rotateZ(180deg); } }

@-webkit-keyframes str02 {
  0% {
    bottom: 120px;
    right: 80px;
    -webkit-transform: scale(0) rotateZ(0deg);
    transform: scale(0) rotateZ(0deg); }
  50% {
    bottom: 60px;
    right: -10px;
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg); }
  100% {
    bottom: 60px;
    right: -10px;
    -webkit-transform: scale(1) rotateZ(-180deg);
    transform: scale(1) rotateZ(-180deg); } }

@keyframes str02 {
  0% {
    bottom: 120px;
    right: 80px;
    -webkit-transform: scale(0) rotateZ(0deg);
    transform: scale(0) rotateZ(0deg); }
  50% {
    bottom: 60px;
    right: -10px;
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg); }
  100% {
    bottom: 60px;
    right: -10px;
    -webkit-transform: scale(1) rotateZ(-180deg);
    transform: scale(1) rotateZ(-180deg); } }

@-webkit-keyframes henkei {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0); }
  33% {
    -webkit-transform: skew(2deg, 2deg);
    transform: skew(2deg, 2deg); }
  66% {
    -webkit-transform: skew(-2deg, -2deg);
    transform: skew(-2deg, -2deg); }
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0); } }

@keyframes henkei {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0); }
  33% {
    -webkit-transform: skew(2deg, 2deg);
    transform: skew(2deg, 2deg); }
  66% {
    -webkit-transform: skew(-2deg, -2deg);
    transform: skew(-2deg, -2deg); }
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0); } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(-360deg);
    transform: translate(-50%, -50%) rotateY(-360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg); } }

@keyframes loading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(-360deg);
    transform: translate(-50%, -50%) rotateY(-360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg); } }

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

@-webkit-keyframes bganime {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% 100%; } }

@keyframes bganime {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% 100%; } }

@-webkit-keyframes bganime2 {
  0% {
    background-position: left top, 0 0; }
  100% {
    background-position: left top, -100% 100%; } }

@keyframes bganime2 {
  0% {
    background-position: left top, 0 0; }
  100% {
    background-position: left top, -100% 100%; } }

@-webkit-keyframes zoomFadeToggle {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes zoomFadeToggle {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@font-face {
  font-family: "Marker Felt";
  src: url("../font/Marker Felt Wide.ttf"); }

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  line-height: 1.5;
  min-width: 1280px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

* {
  box-sizing: border-box;
  outline: none; }

a {
  color: #000;
  text-decoration: none; }

img {
  line-height: 1;
  vertical-align: middle; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

.wrapper {
  width: 100%;
  position: relative; }

.pc-on {
  display: inline-block; }

.pc-on--block {
  display: block; }

.sp-on {
  display: none; }

.sp-on--block {
  display: none; }

.l-header {
  width: calc(100% - 120px);
  padding: 20px 60px; }

.l-header-pages {
  width: 100%;
  min-width: 1280px;
  height: 148px;
  border-bottom: 2px solid #000;
  background: #fff;
  position: relative;
  z-index: 2; }
  .l-header-pages--fixed {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
    z-index: 5; }
    .l-header-pages--fixed.is-hidden {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
      .l-header-pages--fixed.is-hidden .l-header-pages__padding {
        height: 65px; }
  .l-header-pages__padding {
    -webkit-transition: height 0.6s ease-out;
    transition: height 0.6s ease-out;
    position: absolute;
    top: 100%;
    height: 0;
    width: 100%; }
  .l-header-pages__L {
    float: left;
    padding-left: 20px;
    padding-top: 28px; }
    .l-header-pages__L h1 {
      float: left;
      margin-right: 20px; }
    .l-header-pages__L ul {
      float: right; }
  .l-header-pages__R {
    float: right;
    background-size: 100%;
    width: 954px;
    height: 146px;
    position: relative; }
    .l-header-pages__R ul {
      font-family: "Marker Felt";
      color: #EECE1B; }
      .l-header-pages__R ul li {
        float: left;
        position: relative; }
        .l-header-pages__R ul li .gnav-text {
          line-height: 1;
          position: absolute;
          z-index: 1;
          font-size: 46px; }
          .l-header-pages__R ul li .gnav-text span {
            display: inline-block;
            position: relative;
            color: #EECE1B;
            opacity: 1; }
        .l-header-pages__R ul li .gnav-text-jp {
          position: absolute; }
        .l-header-pages__R ul li img {
          width: 100%; }
        .l-header-pages__R ul li:nth-child(1) {
          width: 335px; }
          .l-header-pages__R ul li:nth-child(1) .gnav-text {
            top: 35px;
            left: 117px; }
          .l-header-pages__R ul li:nth-child(1) .gnav-text-jp {
            top: 100px;
            left: 199px; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(1) {
            -webkit-animation: bounce 0.6s 0s;
            animation: bounce 0.6s 0s; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(2) {
            -webkit-animation: bounce 0.6s 0.05s;
            animation: bounce 0.6s 0.05s; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(3) {
            -webkit-animation: bounce 0.6s 0.1s;
            animation: bounce 0.6s 0.1s; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(4) {
            -webkit-animation: bounce 0.6s 0.15s;
            animation: bounce 0.6s 0.15s; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(5) {
            -webkit-animation: bounce 0.6s 0.2s;
            animation: bounce 0.6s 0.2s; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(6) {
            -webkit-animation: bounce 0.6s 0.25s;
            animation: bounce 0.6s 0.25s; }
          .l-header-pages__R ul li:nth-child(1) a:hover span:nth-child(7) {
            -webkit-animation: bounce 0.6s 0.3s;
            animation: bounce 0.6s 0.3s; }
          .l-header-pages__R ul li:nth-child(1) a:hover .gnav-text-jp img {
            -webkit-animation: swing 0.6s 0.7s;
            animation: swing 0.6s 0.7s; }
        .l-header-pages__R ul li:nth-child(2) {
          width: 328px; }
          .l-header-pages__R ul li:nth-child(2) .gnav-text {
            top: 35px;
            left: 97px; }
          .l-header-pages__R ul li:nth-child(2) .gnav-text-jp {
            top: 100px;
            left: 194px; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(1) {
            -webkit-animation: bounce 0.6s 0s;
            animation: bounce 0.6s 0s; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(2) {
            -webkit-animation: bounce 0.6s 0.05s;
            animation: bounce 0.6s 0.05s; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(3) {
            -webkit-animation: bounce 0.6s 0.1s;
            animation: bounce 0.6s 0.1s; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(4) {
            -webkit-animation: bounce 0.6s 0.15s;
            animation: bounce 0.6s 0.15s; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(5) {
            -webkit-animation: bounce 0.6s 0.2s;
            animation: bounce 0.6s 0.2s; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(6) {
            -webkit-animation: bounce 0.6s 0.25s;
            animation: bounce 0.6s 0.25s; }
          .l-header-pages__R ul li:nth-child(2) a:hover span:nth-child(7) {
            -webkit-animation: bounce 0.6s 0.3s;
            animation: bounce 0.6s 0.3s; }
          .l-header-pages__R ul li:nth-child(2) a:hover .gnav-text-jp img {
            -webkit-animation: swing 0.6s 0.7s;
            animation: swing 0.6s 0.7s; }
        .l-header-pages__R ul li:nth-child(3) {
          width: 291px; }
          .l-header-pages__R ul li:nth-child(3) .gnav-text {
            top: 35px;
            left: 128px; }
          .l-header-pages__R ul li:nth-child(3) .gnav-text-jp {
            top: 100px;
            left: 188px; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(1) {
            -webkit-animation: bounce 0.6s 0s;
            animation: bounce 0.6s 0s; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(2) {
            -webkit-animation: bounce 0.6s 0.05s;
            animation: bounce 0.6s 0.05s; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(3) {
            -webkit-animation: bounce 0.6s 0.1s;
            animation: bounce 0.6s 0.1s; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(4) {
            -webkit-animation: bounce 0.6s 0.15s;
            animation: bounce 0.6s 0.15s; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(5) {
            -webkit-animation: bounce 0.6s 0.2s;
            animation: bounce 0.6s 0.2s; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(6) {
            -webkit-animation: bounce 0.6s 0.25s;
            animation: bounce 0.6s 0.25s; }
          .l-header-pages__R ul li:nth-child(3) a:hover span:nth-child(7) {
            -webkit-animation: bounce 0.6s 0.3s;
            animation: bounce 0.6s 0.3s; }
          .l-header-pages__R ul li:nth-child(3) a:hover .gnav-text-jp img {
            -webkit-animation: swing 0.6s 0.7s;
            animation: swing 0.6s 0.7s; }

.l-header-pages-link__twitter {
  margin-top: 20px; }
  .l-header-pages-link__twitter a {
    display: inline-block; }
    .l-header-pages-link__twitter a:hover {
      -webkit-animation: twitter 0.6s ease-in;
      animation: twitter 0.6s ease-in; }

.l-header-pages-link__movie a img {
  vertical-align: middle; }

.l-header-pages-link__movie a:hover .l-header-pages-link__movie-icon {
  -webkit-animation: movie 0.6s ease-out;
  animation: movie 0.6s ease-out; }

.l-header-pages-link__movie-icon {
  display: inline-block;
  margin-right: 5px; }

.l-sp-menu {
  display: none; }

.l-footer--page {
  width: 100%;
  min-width: 1280px;
  text-align: center;
  background: #333;
  position: relative;
  z-index: 2; }
  .l-footer--page .to-top {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -65px; }
    .l-footer--page .to-top a {
      display: inline-block;
      -webkit-transition: -webkit-filter 0.3s ease-out;
      transition: -webkit-filter 0.3s ease-out;
      transition: filter 0.3s ease-out;
      transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out; }
      .l-footer--page .to-top a:hover {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7)); }
  .l-footer--page__logo {
    padding: 30px 0; }
  .l-footer--page__text {
    color: #fff;
    font-size: 11px;
    padding: 16px 0;
    background: #000; }

.l-footer--fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  z-index: 5; }
  .l-footer--fixed.is-hidden {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }

.c-btn--orange a {
  display: block;
  width: 190px;
  text-align: center;
  padding: 12px 0;
  background: #ff7b29;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .c-btn--orange a:hover {
    opacity: 0.8; }

.c-radio-button input {
  display: none; }

.c-radio-button input[type="radio"]:checked + label {
  background-color: #ff7b29;
  color: #fff; }

.c-radio-button input[type="radio"]:disabled + label {
  cursor: default;
  pointer-events: none; }
  .c-radio-button input[type="radio"]:disabled + label:hover {
    background: inherit; }

.c-radio-button label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 260px;
  padding: 0 20px;
  border-radius: 28px;
  text-align: center;
  border: 2px solid #ff7b29;
  background: #fff;
  color: #ff7b29;
  height: 56px;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: bold; }
  .c-radio-button label:hover {
    background: rgba(255, 123, 41, 0.1); }

.c-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 4px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 20px; }
  .c-radio:checked {
    border: 4px solid #ff7721; }
    .c-radio:checked:after {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 24px;
      height: 24px;
      background: #ff7721;
      border-radius: 12px; }
  .c-radio + label {
    font-size: 20px;
    font-weight: bold; }
    .c-radio + label .num {
      background: #eb3c61;
      font-size: 16px;
      width: 156px;
      text-align: center;
      color: #fff;
      padding: 12px 10px;
      line-height: 1;
      margin-right: 20px; }

.c-radio-conf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .c-radio-conf .num {
    display: inline-block;
    background: #eb3c61;
    font-size: 16px;
    color: #fff;
    padding: 12px 10px;
    line-height: 1;
    margin-right: 20px; }
  .c-radio-conf .text {
    margin-top: 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold; }
  .c-radio-conf .special {
    font-size: 14px;
    margin-top: 0.5em; }
  .c-radio-conf .title {
    font-size: 14px; }

.c-input {
  border: 2px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 21px;
  vertical-align: middle; }
  .c-input:placeholder-shown {
    color: #666666; }
  .c-input::-webkit-input-placeholder {
    color: #666666; }
  .c-input:-moz-placeholder {
    color: #666666;
    opacity: 1; }
  .c-input::-moz-placeholder {
    color: #666666;
    opacity: 1; }
  .c-input:-ms-input-placeholder {
    color: #666666; }

.c-select {
  position: relative;
  display: inline-block; }
  .c-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    border: 2px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 21px;
    vertical-align: middle;
    padding-right: 40px;
    background: #fff; }
  .c-select:after {
    content: "▼";
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 10px; }

.loading {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1;
  background: #fff;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }
  .loading__main {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    z-index: 2;
    margin: -45px 0 0 -59px; }
  .loading__sub {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-animation: zoomFadeToggle 2s ease-in-out infinite;
    animation: zoomFadeToggle 2s ease-in-out infinite;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: -45px 0 0 -59px; }

.apple-btn {
  width: 641px;
  height: 422px;
  margin: 0 auto;
  text-align: inherit;
  text-align: center; }
  .apple-btn a {
    display: inline-block; }
  .apple-btn__in {
    width: 641px;
    height: 422px;
    position: relative; }
    .apple-btn__in .btn-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .apple-btn__in span {
      position: absolute; }
    .apple-btn__in .str01 {
      top: 104px;
      left: 169px;
      -webkit-transform: scale(0) rotateZ(0deg);
      -ms-transform: scale(0) rotate(0deg);
      transform: scale(0) rotateZ(0deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .apple-btn__in .str02 {
      bottom: 120px;
      right: 80px;
      -webkit-transform: scale(0) rotateZ(0deg);
      -ms-transform: scale(0) rotate(0deg);
      transform: scale(0) rotateZ(0deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .apple-btn__in .pulse-left-01 {
      position: absolute;
      top: 152px;
      left: 26px; }
    .apple-btn__in .pulse-left-02 {
      position: absolute;
      top: 141px;
      left: -8px;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    .apple-btn__in .pulse-right-01 {
      position: absolute;
      top: 166px;
      left: 541px; }
    .apple-btn__in .pulse-right-02 {
      position: absolute;
      top: 156px;
      left: 576px;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
  .apple-btn a:hover {
    -webkit-animation: pulse 0.2s ease-out;
    animation: pulse 0.2s ease-out; }
    .apple-btn a:hover .apple-btn__in .str01 {
      -webkit-animation: str01 0.4s ease-out forwards;
      animation: str01 0.4s ease-out forwards; }
    .apple-btn a:hover .apple-btn__in .str02 {
      -webkit-animation: str02 0.4s ease-out forwards;
      animation: str02 0.4s ease-out forwards; }
    .apple-btn a:hover .apple-btn__in .pulse-left-01 {
      -webkit-animation: pulseleft01 0.2s ease-out;
      animation: pulseleft01 0.2s ease-out; }
    .apple-btn a:hover .apple-btn__in .pulse-left-02 {
      -webkit-animation: pulseleft02 0.2s ease-out;
      animation: pulseleft02 0.2s ease-out; }
    .apple-btn a:hover .apple-btn__in .pulse-right-01 {
      -webkit-animation: pulseright01 0.2s ease-out;
      animation: pulseright01 0.2s ease-out; }
    .apple-btn a:hover .apple-btn__in .pulse-right-02 {
      -webkit-animation: pulseright02 0.2s ease-out;
      animation: pulseright02 0.2s ease-out; }

.centerglow {
  -webkit-animation-name: centerglow;
  animation-name: centerglow; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

/*index*/
#opening-movie-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: #000; }

#opening-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 111;
  pointer-events: none; }

.opening-skip-button {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 112; }

#page-index {
  position: relative;
  z-index: 3;
  background: #000;
  overflow: hidden;
  min-width: 1200px; }
  #page-index .bg-movie-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #page-index .bg-movie-wrapper:after {
      content: "";
      background: url(../img/pages/top/bg_movie.png) left top repeat;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0; }
  #page-index #bg-movie {
    opacity: 0; }
  #page-index .confetti-bg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%; }
  #page-index .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #page-index .index-cont {
    width: 100%;
    height: calc(100% - 111px);
    position: relative; }
    #page-index .index-cont img {
      width: 100%; }
    #page-index .index-cont .btn-bg:hover {
      opacity: 1; }
    #page-index .index-cont h2 {
      width: 30%;
      position: absolute;
      top: -4%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      #page-index .index-cont h2 .main-logo {
        position: relative; }
        #page-index .index-cont h2 .main-logo__msg {
          opacity: 0;
          -webkit-animation: fadeInUpSmall 1s 0.3s ease-out forwards;
          animation: fadeInUpSmall 1s 0.3s ease-out forwards; }
      #page-index .index-cont h2 .litl-text {
        position: absolute;
        width: 16%;
        top: 12%;
        left: 56%;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s; }
    #page-index .index-cont__btn01 {
      width: 34%;
      position: absolute;
      top: 20%;
      left: 0;
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
      #page-index .index-cont__btn01 a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        #page-index .index-cont__btn01 a .btn-bg {
          -webkit-transition: -webkit-filter 0.3s ease-out;
          transition: -webkit-filter 0.3s ease-out;
          transition: filter 0.3s ease-out;
          transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out; }
        #page-index .index-cont__btn01 a span {
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: 88%;
          position: absolute;
          top: -30%;
          left: 0;
          -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
          -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }
        #page-index .index-cont__btn01 a:hover span {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5)); }
        #page-index .index-cont__btn01 a:hover .btn-bg {
          -webkit-filter: drop-shadow(0px 0px 10px #FFF);
          filter: drop-shadow(0px 0px 10px #FFF); }
    #page-index .index-cont__btn02 {
      width: 34%;
      position: absolute;
      top: -10%;
      right: 0;
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
      #page-index .index-cont__btn02 a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        #page-index .index-cont__btn02 a .btn-bg {
          -webkit-transition: -webkit-filter 0.3s ease-out;
          transition: -webkit-filter 0.3s ease-out;
          transition: filter 0.3s ease-out;
          transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out; }
        #page-index .index-cont__btn02 a span {
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: 100%;
          position: absolute;
          top: 30%;
          left: 0;
          -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
          -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }
        #page-index .index-cont__btn02 a .close-text {
          position: absolute;
          right: 30px;
          bottom: 110px; }
        #page-index .index-cont__btn02 a:hover span {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5)); }
        #page-index .index-cont__btn02 a:hover .btn-bg {
          -webkit-filter: drop-shadow(0px 0px 10px #FFF);
          filter: drop-shadow(0px 0px 10px #FFF); }
    #page-index .index-cont__btn03 {
      width: 50%;
      position: absolute;
      bottom: 0;
      left: 22%;
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
      #page-index .index-cont__btn03 a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        #page-index .index-cont__btn03 a span {
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: 48%;
          position: absolute;
          top: -2%;
          left: 43%;
          -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
          -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }
        #page-index .index-cont__btn03 a:hover span {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5)); }
        #page-index .index-cont__btn03 a:hover .btn-bg {
          -webkit-filter: drop-shadow(0px 0px 10px #FFF);
          filter: drop-shadow(0px 0px 10px #FFF); }
    #page-index .index-cont .c-btn--orange {
      position: absolute;
      bottom: 10%;
      right: 5%; }
  #page-index .bg-layer {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  #page-index #movie-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 101;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    margin-left: -427px;
    margin-top: -240px; }
    #page-index #movie-modal.is-open {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

#page-history-pc {
  background: #000; }
  #page-history-pc .content {
    position: relative;
    min-height: calc(100vh - 323px); }
  #page-history-pc .history-canvas {
    line-height: 0;
    height: 100vh; }
  #page-history-pc .history-title {
    position: absolute;
    top: 168px;
    left: 80px;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
    #page-history-pc .history-title.is-small {
      top: 38px;
      -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
  #page-history-pc .position {
    position: absolute;
    left: 60px;
    top: 25%;
    height: 50%;
    width: 20px;
    padding-left: 10px;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
    #page-history-pc .position .ui-slider-vertical .ui-slider-handle {
      left: 5px;
      pointer-events: auto;
      background: #ea6614;
      border: 2px solid #fff;
      width: 14px;
      height: 14px;
      border-radius: 7px; }
      #page-history-pc .position .ui-slider-vertical .ui-slider-handle:after {
        content: "";
        border-top: 1px solid #fff;
        width: 14px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 100%;
        display: block; }
    #page-history-pc .position.is-show {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  #page-history-pc .slide-bar {
    position: absolute;
    height: 100%;
    width: 20px;
    left: -10px;
    top: 0;
    border: none;
    background: url(../img/pages/history/bg_slidebar.png) 10px 0 repeat-y;
    background-size: 3px 100%;
    border-radius: 0px;
    z-index: 1; }
  #page-history-pc .current-year {
    position: absolute;
    left: 26px;
    margin-bottom: -13px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    font-size: 16px; }
    #page-history-pc .current-year.is-big {
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5); }
  #page-history-pc .scale {
    position: absolute;
    top: 0;
    right: calc(100% - 2px);
    width: 50px;
    height: 100%;
    color: #fff; }
    #page-history-pc .scale > div {
      position: absolute;
      left: 0;
      font-size: 11px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      #page-history-pc .scale > div:nth-child(1) {
        top: 1px; }
      #page-history-pc .scale > div:nth-child(2) {
        top: 23.8%; }
      #page-history-pc .scale > div:nth-child(3) {
        top: 47.6%; }
      #page-history-pc .scale > div:nth-child(4) {
        top: 71.4%; }
      #page-history-pc .scale > div:nth-child(5) {
        top: 95.2%; }
      #page-history-pc .scale > div:after {
        content: "";
        border-top: 1px solid #fff;
        width: 14px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: calc(100% + 5px);
        display: block; }
  #page-history-pc .loading {
    z-index: 2; }
  #page-history-pc .auto {
    position: absolute;
    top: 38px;
    right: 80px;
    -webkit-transition: all  0.3s;
    transition: all  0.3s; }
    #page-history-pc .auto.is-active {
      -webkit-filter: drop-shadow(0px 0px 12px #ff7b29);
      filter: drop-shadow(0px 0px 12px #ff7b29); }
    #page-history-pc .auto:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

#page-history-sp {
  background: #40aedb; }
  #page-history-sp #history-sp {
    min-height: 100vh;
    position: relative;
    margin: 0 10px; }
  #page-history-sp .tree {
    max-width: 1044px;
    text-align: center;
    margin: 0 auto; }
  #page-history-sp .history-title {
    left: 0px;
    top: 20px;
    max-width: 50%;
    position: fixed;
    zoom: 0.5;
    z-index: 5; }
  #page-history-sp .current-year {
    position: fixed;
    bottom: 60px;
    left: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    font-family: "Marker Felt";
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    #page-history-sp .current-year:before {
      content: "";
      width: calc(50% - 50px);
      height: 1px;
      background: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 0; }
    #page-history-sp .current-year:after {
      content: "";
      width: calc(50% - 50px);
      height: 1px;
      background: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 0; }
  #page-history-sp .board-item {
    position: relative;
    max-width: 60%;
    z-index: 40;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    left: 0;
    right: auto;
    z-index: 1; }
    #page-history-sp .board-item.is-zoom {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      z-index: 2; }
    #page-history-sp .board-item:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 20px;
      background: #fff;
      -webkit-transform: skewY(1deg);
      -ms-transform: skewY(1deg);
      transform: skewY(1deg);
      z-index: 0;
      box-sizing: border-box; }
    #page-history-sp .board-item:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 20px;
      -webkit-transform: skewY(1deg);
      -ms-transform: skewY(1deg);
      transform: skewY(1deg);
      background: #fff;
      z-index: 0;
      box-sizing: border-box; }
    #page-history-sp .board-item--right {
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      right: 0;
      left: auto; }
      #page-history-sp .board-item--right.is-zoom {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 2; }
      #page-history-sp .board-item--right:before, #page-history-sp .board-item--right:after {
        -webkit-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        transform: skewY(-1deg); }
      #page-history-sp .board-item--right .board-item__category {
        top: -12px; }
        #page-history-sp .board-item--right .board-item__category:before {
          -webkit-transform: skewY(-1deg);
          -ms-transform: skewY(-1deg);
          transform: skewY(-1deg);
          top: 1px; }
    #page-history-sp .board-item--center {
      left: 50%;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      #page-history-sp .board-item--center.is-zoom {
        -webkit-transform: translateX(-50%) scale(1.2);
        -ms-transform: translateX(-50%) scale(1.2);
        transform: translateX(-50%) scale(1.2);
        z-index: 2; }
    #page-history-sp .board-item--1 {
      width: 82%;
      max-width: 82%; }
      #page-history-sp .board-item--1:before, #page-history-sp .board-item--1:after {
        border: 2px solid #000;
        background: #eb6716; }
      #page-history-sp .board-item--1 .board-item__box {
        background: #eb6716;
        color: #fff;
        border-left: 2px solid #000;
        border-right: 2px solid #000; }
      #page-history-sp .board-item--1 .board-item__category:before {
        border-color: transparent #000 transparent transparent; }
    #page-history-sp .board-item--2:before, #page-history-sp .board-item--2:after {
      border: 2px solid #000;
      background: #8426d3; }
    #page-history-sp .board-item--2 .board-item__box {
      background: #8426d3;
      color: #fff;
      border-left: 2px solid #000;
      border-right: 2px solid #000; }
    #page-history-sp .board-item--2 .board-item__category:before {
      border-color: transparent #000 transparent transparent; }
    #page-history-sp .board-item--3:before, #page-history-sp .board-item--3:after {
      border: 2px solid #eb6716;
      background: #fff; }
    #page-history-sp .board-item--3 .board-item__box {
      background: #fff;
      color: #000;
      border-left: 2px solid #eb6716;
      border-right: 2px solid #eb6716; }
    #page-history-sp .board-item--3 .board-item__category:before {
      border-color: transparent #eb6716 transparent transparent; }
    #page-history-sp .board-item__category {
      position: absolute;
      right: -2px;
      top: -7px;
      width: 40px;
      height: 40px; }
      #page-history-sp .board-item__category:before {
        content: "";
        position: absolute;
        right: 0;
        top: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        -webkit-transform: skewY(1deg);
        -ms-transform: skewY(1deg);
        transform: skewY(1deg); }
      #page-history-sp .board-item__category span {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 22px;
        zoom: 0.5;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #page-history-sp .board-item__box {
      position: relative;
      z-index: 2;
      font-size: calc(100vw / 36);
      padding: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #page-history-sp .board-item__image {
      width: 40px;
      text-align: center;
      margin-right: 5px; }
      #page-history-sp .board-item__image img {
        max-height: 50px; }
    #page-history-sp .board-item__body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #page-history-sp .board-item__text {
      padding-right: 20px; }
    #page-history-sp .board-item__copyright {
      font-size: 7px; }

#page-present {
  overflow: hidden;
  background: url(../img/pages/present/bg_top.png) left top no-repeat, url(../img/pages/present/bg.png) left top repeat;
  background-attachment: scroll, fixed; }
  #page-present .present-wrap {
    background: url(../img/pages/present/bg_present_item.png) right 15px no-repeat;
    width: 1340px;
    margin: 0 auto; }
  #page-present .present-inner {
    width: 1200px;
    margin: 0 auto; }
  #page-present .present-header {
    padding-top: 60px;
    margin-bottom: 130px; }
    #page-present .present-header__title {
      margin-bottom: 30px; }
    #page-present .present-header__text1 {
      margin-bottom: 40px;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
    #page-present .present-header__text2 {
      position: relative; }
    #page-present .present-header__text-wrap {
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px; }
    #page-present .present-header__close-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 700px;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      padding: 10px; }
      #page-present .present-header__close-layer-inner {
        border: 2px solid #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.4; }
        #page-present .present-header__close-layer-inner span {
          display: block;
          font-weight: normal;
          font-size: 18px; }
        #page-present .present-header__close-layer-inner a {
          color: #ffe71a;
          text-decoration: underline; }
  #page-present .quiz-present-button {
    background: #fff;
    display: inline-block;
    height: 54px;
    border: 2px solid #000;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 27px;
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 4px;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    #page-present .quiz-present-button:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  #page-present .page-title {
    line-height: 1;
    z-index: 1;
    top: 0;
    left: 30px;
    font-family: "Marker Felt";
    font-size: 90px;
    text-shadow: 2px 0 0 #896e58, -2px 0 0 #896e58, 0 2px 0 #896e58, -2px 0 #896e58; }
    #page-present .page-title img {
      display: none; }
    #page-present .page-title span:after {
      font-size: 90px; }
    #page-present .page-title__upper {
      margin-bottom: 10px; }
      #page-present .page-title__upper span:nth-child(1) {
        -webkit-animation: jump 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(1):after {
          content: "P";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__upper span:nth-child(2) {
        -webkit-animation: jump 0.6s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(2):after {
          content: "R";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__upper span:nth-child(3) {
        -webkit-animation: jump 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(3):after {
          content: "E";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__upper span:nth-child(4) {
        -webkit-animation: jump 0.6s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(4):after {
          content: "S";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__upper span:nth-child(5) {
        -webkit-animation: jump 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(5):after {
          content: "E";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__upper span:nth-child(6) {
        -webkit-animation: jump 0.6s 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(6):after {
          content: "N";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__upper span:nth-child(7) {
        -webkit-animation: jump 0.6s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__upper span:nth-child(7):after {
          content: "T";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
    #page-present .page-title__under span {
      font-size: 130px; }
      #page-present .page-title__under span:after {
        font-size: 130px; }
      #page-present .page-title__under span:nth-child(1) {
        -webkit-animation: jump 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(1):after {
          content: "M";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(2) {
        -webkit-animation: jump 0.6s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(2):after {
          content: "a";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(3) {
        -webkit-animation: jump 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(3):after {
          content: "r";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(4) {
        -webkit-animation: jump 0.6s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(4):after {
          content: "v";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(5) {
        -webkit-animation: jump 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(5):after {
          content: "e";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(6) {
        -webkit-animation: jump 0.6s 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(6):after {
          content: "l";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(7) {
        -webkit-animation: jump 0.6s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(7):after {
          content: "o";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(8) {
        -webkit-animation: jump 0.6s 0.55s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.55s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(8):after {
          content: "u";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(9) {
        -webkit-animation: jump 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(9):after {
          content: "s";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(10) {
        -webkit-animation: jump 0.6s 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(10):after {
          content: "Q";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(11) {
        -webkit-animation: jump 0.6s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(11):after {
          content: "u";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(12) {
        -webkit-animation: jump 0.6s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(12):after {
          content: "i";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
      #page-present .page-title__under span:nth-child(13) {
        -webkit-animation: jump 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-present .page-title__under span:nth-child(13):after {
          content: "z";
          position: absolute;
          top: -8px;
          left: -8px;
          color: #ffe71a; }
    #page-present .page-title span {
      display: inline-block;
      position: relative;
      opacity: 0; }
  #page-present .present-items {
    height: 2564px;
    position: relative; }
    #page-present .present-items a {
      display: block;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
      #page-present .present-items a:hover {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04); }
  #page-present .present-item {
    position: absolute; }
    #page-present .present-item--1 {
      top: -40px;
      left: 0; }
    #page-present .present-item--2 {
      top: -40px;
      right: 0; }
    #page-present .present-item--3 {
      top: 250px;
      left: 0px; }
    #page-present .present-item--4 {
      top: 204px;
      right: 0px; }
    #page-present .present-item--5 {
      top: 540px;
      left: 0; }
    #page-present .present-item--6 {
      top: 538px;
      right: 0; }
    #page-present .present-item--7 {
      top: 846px;
      left: 0; }
    #page-present .present-item--8 {
      top: 816px;
      left: 397px; }
    #page-present .present-item--9 {
      top: 784px;
      right: 0; }
    #page-present .present-item--10 {
      top: 1144px;
      left: 0; }
    #page-present .present-item--11 {
      top: 1097px;
      left: 382px; }
    #page-present .present-item--12 {
      top: 1095px;
      right: 0; }
    #page-present .present-item--13 {
      top: 1402px;
      left: 0; }
    #page-present .present-item--14 {
      top: 1382px;
      left: 410px; }
    #page-present .present-item--15 {
      top: 1377px;
      right: 0; }
    #page-present .present-item--16 {
      top: 1656px;
      left: 0; }
    #page-present .present-item--17 {
      top: 1660px;
      left: 382px; }
    #page-present .present-item--18 {
      top: 1656px;
      right: 0; }
    #page-present .present-item--19 {
      top: 1967px;
      left: 0; }
    #page-present .present-item--20 {
      top: 1947px;
      left: 406px; }
    #page-present .present-item--21 {
      top: 1941px;
      right: 0; }
    #page-present .present-item--22 {
      top: 2278px;
      left: 0; }
    #page-present .present-item--23 {
      top: 2248px;
      left: 396px; }
    #page-present .present-item--24 {
      top: 2215px;
      right: 0; }
  #page-present .present-method {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 73px;
    -webkit-perspective: 1000;
    perspective: 1000; }
    #page-present .present-method__wrap {
      background: #ffe71a;
      border-radius: 100% 100% 0 0;
      width: 150%;
      margin-left: -25%;
      padding-bottom: 120px; }
    #page-present .present-method__inner {
      width: 1200px;
      margin: 0 auto;
      padding-top: 110px; }
    #page-present .present-method__title {
      text-align: center;
      margin-bottom: -120px; }
    #page-present .present-method__detail {
      position: relative;
      text-align: center;
      margin-bottom: -110px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
    #page-present .present-method__close {
      position: absolute;
      left: 50%;
      top: 166px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: nowrap;
      color: #fff;
      line-height: 1.4;
      font-size: 50px;
      font-weight: bold; }
      #page-present .present-method__close span {
        display: block; }
      #page-present .present-method__close a {
        vertical-align: top;
        color: #ffe71a;
        text-decoration: underline;
        font-size: 30px; }
    #page-present .present-method__button {
      text-align: center; }
  #page-present .hanging {
    -webkit-animation-name: hanging;
    animation-name: hanging; }
  #page-present .present-method-point {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    #page-present .present-method-point__item {
      position: relative;
      font-size: 20px;
      padding-left: 64px;
      font-weight: bold; }
      #page-present .present-method-point__item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        background: url(../img/pages/present/ico_point.png);
        width: 60px;
        height: 23px; }
      #page-present .present-method-point__item span {
        font-size: 28px; }
      #page-present .present-method-point__item--lines {
        line-height: 2; }
  #page-present .present-note-wrap {
    position: relative; }
  #page-present .present-note {
    position: relative;
    z-index: 1;
    border-top: 8px solid #000;
    background: #fff;
    padding-bottom: 90px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
    #page-present .present-note:before {
      content: "";
      display: block;
      width: 100%;
      height: calc(100vw / 21.0153846154);
      position: absolute;
      bottom: 100%;
      background: url(../img/pages/present/bg_present_note.png) center bottom no-repeat;
      background-size: 100% auto;
      left: 0; }
    #page-present .present-note__inner {
      padding-top: 40px;
      width: 1200px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #page-present .present-note__block {
      width: calc(50% - 30px); }
    #page-present .present-note__title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 25px; }
    #page-present .present-note__subtitle {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0.5em; }
    #page-present .present-note__list {
      margin-bottom: 30px; }
      #page-present .present-note__list li {
        padding-left: 1.5em;
        text-indent: -1.5em;
        margin-bottom: 1em;
        font-size: 12px; }
        #page-present .present-note__list li:before {
          content: "※";
          margin-right: 0.5em; }
  #page-present .bg-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #page-present .present-modal {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: 120px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 830px;
    z-index: 100; }
    #page-present .present-modal:before {
      content: "";
      background: #fff;
      position: absolute;
      top: -45px;
      left: 0;
      height: 100px;
      width: 100%;
      -webkit-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
      transform: skewY(4deg);
      border: 8px solid #000;
      box-sizing: border-box; }
    #page-present .present-modal:after {
      content: "";
      position: absolute;
      box-sizing: border-box;
      background: #fff;
      bottom: -45px;
      left: 0;
      height: 100px;
      width: 100%;
      -webkit-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
      transform: skewY(-4deg);
      border: 8px solid #000; }
    #page-present .present-modal__close {
      position: absolute;
      top: -65px;
      right: -8px; }
    #page-present .present-modal__inner {
      position: relative;
      z-index: 1;
      background: #fff;
      border-left: 8px solid #000;
      border-right: 8px solid #000; }
  #page-present .present-modal-content {
    display: none; }
    #page-present .present-modal-content__header {
      padding-top: 20px;
      text-align: center; }
    #page-present .present-modal-content__body {
      padding-top: 40px; }
    #page-present .present-modal-content__title {
      margin: 0px 40px 26px; }
    #page-present .present-modal-content__top {
      font-size: 20px;
      text-align: left;
      margin: 0 40px 40px; }
    #page-present .present-modal-content__image {
      min-width: 320px;
      text-align: center;
      min-height: 200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #page-present .present-modal-content__image .caption {
        font-size: 12px;
        color: #333; }
    #page-present .present-modal-content__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 40px 40px; }
      #page-present .present-modal-content__box--logress {
        margin-top: -40px;
        background: url(../img/pages/present/present_detail/detail_2_bg.png) right top no-repeat; }
    #page-present .present-modal-content__copyright {
      margin-top: 20px;
      font-size: 10px; }
    #page-present .present-modal-content__text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 16px;
      margin-left: 40px; }
      #page-present .present-modal-content__text em {
        font-weight: bold; }
    #page-present .present-modal-content__footer {
      font-size: 14px;
      padding: 0 40px; }
      #page-present .present-modal-content__footer em {
        font-weight: bold;
        display: block;
        margin-bottom: 0.5em; }
    #page-present .present-modal-content__notes {
      font-size: 12px; }
      #page-present .present-modal-content__notes li {
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.8; }
        #page-present .present-modal-content__notes li:before {
          content: "※"; }
  #page-present .logress-present {
    margin-bottom: 35px; }
    #page-present .logress-present__1 {
      text-align: center; }
      #page-present .logress-present__1 img {
        position: relative;
        left: -10px;
        top: 30px; }
    #page-present .logress-present__box {
      margin: 0 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #page-present .logress-present__items {
      overflow: hidden;
      margin-bottom: 10px; }
      #page-present .logress-present__items li {
        float: left;
        margin-right: 6px; }
        #page-present .logress-present__items li:last-child {
          margin-right: 0; }
    #page-present .logress-present__tablebox {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 4px; }
      #page-present .logress-present__tablebox:last-child {
        margin-right: 0; }
    #page-present .logress-present__table {
      width: 100%;
      font-size: 14px;
      color: #333333; }
      #page-present .logress-present__table img {
        width: 25px; }
      #page-present .logress-present__table--1 th {
        background: #eceeb1; }
      #page-present .logress-present__table--1 tr:nth-child(2n-1) td {
        background: #fffeec; }
      #page-present .logress-present__table--2 th {
        background: #ddcedf; }
      #page-present .logress-present__table--2 tr:nth-child(2n-1) td {
        background: #f6ecf7; }
      #page-present .logress-present__table th {
        font-weight: bold;
        padding: 5px 10px;
        text-align: center;
        border: 2px solid #dddddd; }
      #page-present .logress-present__table td {
        background: #fff;
        padding: 5px 10px;
        border: 2px solid #dddddd; }
  #page-present .present-announcement {
    background: url(../img/pages/present/bg_announcement_top.png) center top no-repeat, url(../img/pages/present/bg_announcement_bottom.png) center bottom no-repeat;
    background-color: #ffe9ed;
    background-size: 100% auto, 100% auto;
    position: relative;
    margin-top: calc(-100% / 20);
    padding-bottom: 200px; }
    #page-present .present-announcement__title {
      text-align: center;
      margin-bottom: 80px; }
  #page-present .present-announcement-box-wrap {
    background: #94ffd3;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    left: 10px; }
    #page-present .present-announcement-box-wrap:before {
      content: "";
      display: block;
      position: absolute;
      background: #94ffd3;
      height: 80px;
      width: 100%;
      left: 0px;
      top: -40px;
      -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
      transform: skewY(-3deg);
      box-sizing: content-box; }
    #page-present .present-announcement-box-wrap:after {
      content: "";
      display: block;
      position: absolute;
      background: #94ffd3;
      height: 80px;
      width: 100%;
      left: 0px;
      bottom: -40px;
      -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
      transform: skewY(3deg);
      box-sizing: content-box; }
  #page-present .present-announcement-box {
    position: relative;
    left: -10px;
    top: -10px;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    width: 1200px;
    background: #fff; }
    #page-present .present-announcement-box:before {
      content: "";
      display: block;
      position: absolute;
      background: #fff;
      height: 80px;
      width: 100%;
      left: -4px;
      top: -40px;
      border: 4px solid #000;
      -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
      transform: skewY(-3deg);
      box-sizing: content-box;
      z-index: 1; }
    #page-present .present-announcement-box:after {
      content: "";
      display: block;
      position: absolute;
      background: #fff;
      height: 80px;
      width: 100%;
      left: -4px;
      bottom: -40px;
      border: 4px solid #000;
      -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
      transform: skewY(3deg);
      box-sizing: content-box;
      z-index: 1; }
    #page-present .present-announcement-box__inner {
      background: #fff;
      position: relative;
      z-index: 2; }
  #page-present .present-announcement-box-list {
    padding: 30px 40px; }
    #page-present .present-announcement-box-list li {
      font-size: 20px;
      padding: 12px 20px 12px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #page-present .present-announcement-box-list li:nth-child(2n) {
        background: #f2f2f2; }
    #page-present .present-announcement-box-list__body {
      width: calc(100% - 680px); }
    #page-present .present-announcement-box-list__title {
      font-weight: bold;
      width: 680px; }
      #page-present .present-announcement-box-list__title + .present-announcement-box-list__detail {
        clear: none; }
    #page-present .present-announcement-box-list__detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 12px; }
      #page-present .present-announcement-box-list__detail:before {
        content: "…";
        display: inline-block;
        margin: 0 20px; }
    #page-present .present-announcement-box-list__pref {
      margin-right: 20px;
      width: 4em; }
    #page-present .present-announcement-box-list__name {
      font-size: 12px; }
      #page-present .present-announcement-box-list__name em {
        font-size: 20px;
        font-weight: bold;
        color: #eb3c61; }

#page-present-quiz {
  background: url(../img/pages/present/bg_top.png) left top no-repeat, url(../img/pages/present/bg.png) left top repeat;
  background-attachment: scroll, fixed; }
  #page-present-quiz .questions {
    margin: 0 auto;
    position: relative; }
    #page-present-quiz .questions.is-finished {
      padding-bottom: 120px; }
  #page-present-quiz .questions-header {
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto 80px; }
    #page-present-quiz .questions-header__title {
      margin-bottom: 15px; }
    #page-present-quiz .questions-header__text1 {
      margin-bottom: 30px; }
    #page-present-quiz .questions-header__text2 {
      margin-bottom: 20px; }
    #page-present-quiz .questions-header__text-wrap {
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px;
      margin-bottom: 80px;
      padding-left: 10px;
      padding-right: 10px; }
    #page-present-quiz .questions-header__close-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 700px;
      height: 172px;
      background: rgba(0, 0, 0, 0.7);
      padding: 10px; }
      #page-present-quiz .questions-header__close-layer-inner {
        border: 2px solid #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        line-height: 1.4; }
        #page-present-quiz .questions-header__close-layer-inner span {
          display: block;
          font-weight: 400;
          font-size: 18px; }
        #page-present-quiz .questions-header__close-layer-inner strong {
          font-weight: bold; }
        #page-present-quiz .questions-header__close-layer-inner a {
          color: #ffe71a;
          text-decoration: underline; }
    #page-present-quiz .questions-header__text3 {
      color: #fff; }
      #page-present-quiz .questions-header__text3 span {
        font-size: 20px; }
  #page-present-quiz .quiz-present-button {
    background: #fff;
    display: inline-block;
    height: 54px;
    border: 2px solid #000;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 27px;
    font-size: 16px;
    margin-left: 15px;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    #page-present-quiz .quiz-present-button:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  #page-present-quiz .question-list {
    width: 1200px;
    margin: 0 auto 0px; }
  #page-present-quiz .answer-number {
    position: absolute;
    top: 198px;
    right: 0;
    background: url(../img/pages/present/btn_side.png) left top no-repeat;
    width: 332px;
    height: 291px;
    z-index: 5;
    font-size: 20px; }
    #page-present-quiz .answer-number.is-fixed {
      position: fixed;
      top: 0; }
    #page-present-quiz .answer-number__count {
      position: absolute;
      right: 20px;
      top: 38px; }
    #page-present-quiz .answer-number a {
      color: #ee1b43;
      display: block;
      width: 332px;
      height: 291px;
      font-weight: bold;
      position: relative; }
    #page-present-quiz .answer-number span {
      font-size: 50px;
      vertical-align: middle; }
  #page-present-quiz .answer-number-complete {
    position: absolute;
    top: 198px;
    right: 0;
    background: url(../img/pages/present/side_complete.png) left top no-repeat;
    width: 348px;
    height: 294px;
    z-index: 5;
    font-size: 20px; }
    #page-present-quiz .answer-number-complete.is-fixed {
      position: fixed;
      top: 0; }
    #page-present-quiz .answer-number-complete__count {
      color: #fff;
      position: absolute;
      top: 42px;
      right: 85px;
      font-size: 20px;
      color: #ee1b43; }
      #page-present-quiz .answer-number-complete__count span {
        font-size: 30px;
        font-weight: bold;
        vertical-align: middle; }
    #page-present-quiz .answer-number-complete__rightcount {
      color: #fff;
      position: absolute;
      top: 72px;
      right: 85px;
      font-size: 20px;
      color: #ee1b43; }
      #page-present-quiz .answer-number-complete__rightcount span {
        font-size: 30px;
        font-weight: bold;
        vertical-align: middle; }
    #page-present-quiz .answer-number-complete__shogou {
      position: absolute;
      top: 121px;
      left: 70px;
      width: 230px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      line-height: 1.3; }
      #page-present-quiz .answer-number-complete__shogou > div {
        font-weight: bold;
        font-size: 20px; }
    #page-present-quiz .answer-number-complete__sns {
      position: absolute;
      right: 20px;
      bottom: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    #page-present-quiz .answer-number-complete__snstext {
      text-align: right;
      font-size: 11px;
      margin-right: 15px; }
      #page-present-quiz .answer-number-complete__snstext span {
        font-weight: bold;
        font-size: 16px; }
    #page-present-quiz .answer-number-complete__snsbutton a {
      display: inline-block;
      margin-right: 5px;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
      #page-present-quiz .answer-number-complete__snsbutton a:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    #page-present-quiz .answer-number-complete__snsbutton img {
      width: 35px; }
  #page-present-quiz .question {
    position: relative;
    width: 1200px;
    height: 200px;
    margin-bottom: 2px;
    margin-bottom: 80px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff;
    border-left: 8px solid #000;
    border-right: 8px solid #000; }
    #page-present-quiz .question:hover {
      -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
      filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
    #page-present-quiz .question:before {
      content: "";
      position: absolute;
      height: 80px;
      width: 100%;
      left: -8px;
      top: -30px;
      background: #fff;
      -webkit-transform: skewY(1deg);
      -ms-transform: skewY(1deg);
      transform: skewY(1deg);
      border: 8px solid #000;
      box-sizing: content-box; }
    #page-present-quiz .question:after {
      content: "";
      position: absolute;
      height: 80px;
      width: 100%;
      left: -8px;
      bottom: -30px;
      box-sizing: content-box;
      background: #fff;
      -webkit-transform: skewY(-1deg);
      -ms-transform: skewY(-1deg);
      transform: skewY(-1deg);
      border: 8px solid #000; }
    #page-present-quiz .question:nth-child(2n) {
      margin-bottom: -16px;
      margin-bottom: 80px; }
      #page-present-quiz .question:nth-child(2n):before {
        -webkit-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        transform: skewY(-1deg); }
      #page-present-quiz .question:nth-child(2n):after {
        -webkit-transform: skewY(1deg);
        -ms-transform: skewY(1deg);
        transform: skewY(1deg); }
      #page-present-quiz .question:nth-child(2n) .question__no {
        top: 10px; }
      #page-present-quiz .question:nth-child(2n) .question__category {
        top: 65px; }
      #page-present-quiz .question:nth-child(2n) .question__side {
        position: absolute;
        left: 0;
        top: -13px;
        width: 185px;
        height: 185px; }
        #page-present-quiz .question:nth-child(2n) .question__side:before {
          content: "";
          position: absolute;
          left: 0;
          top: -1px;
          -webkit-transform: skewY(-1deg);
          -ms-transform: skewY(-1deg);
          transform: skewY(-1deg); }
    #page-present-quiz .question__inner {
      position: relative;
      z-index: 1;
      height: 200px;
      width: 100%;
      background: #FFFFFF; }
    #page-present-quiz .question__side {
      position: absolute;
      left: 0;
      top: -30px;
      width: 185px;
      height: 185px; }
      #page-present-quiz .question__side:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        -webkit-transform: skewY(1deg);
        -ms-transform: skewY(1deg);
        transform: skewY(1deg);
        border-style: solid;
        border-width: 180px 180px 0 0;
        border-color: #333333 transparent transparent transparent; }
    #page-present-quiz .question__no {
      position: absolute;
      top: 15px;
      left: 10px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      line-height: 1; }
      #page-present-quiz .question__no span {
        font-size: 20px;
        display: inline-block;
        margin-right: 6px;
        font-family: 'Marker Felt'; }
    #page-present-quiz .question__category {
      font-size: 13px;
      color: #ff7721;
      font-family: "Marker Felt";
      position: absolute;
      top: 70px;
      font-weight: normal;
      left: 10px; }
    #page-present-quiz .question__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      left: 170px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 972px; }
    #page-present-quiz .question__image {
      text-align: center;
      margin-right: 20px;
      width: 170px; }
      #page-present-quiz .question__image img {
        max-width: 170px;
        max-height: 127px; }
    #page-present-quiz .question__copyright {
      text-align: left;
      font-size: 10px;
      margin-top: 5px; }
    #page-present-quiz .question__body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #page-present-quiz .question__title {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: bold;
      line-height: 1.8; }
    #page-present-quiz .question__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  #page-present-quiz .question-buttons__item {
    position: relative;
    margin-left: 10px; }
    #page-present-quiz .question-buttons__item:first-child {
      margin-left: 0; }
    #page-present-quiz .question-buttons__item label {
      font-size: 15px;
      height: 60px;
      width: 254px;
      border-radius: 30px; }
    #page-present-quiz .question-buttons__item .answer {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #page-present-quiz .bg-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99; }
  #page-present-quiz .form-submit {
    position: relative;
    text-align: center;
    margin: 0px 0;
    overflow: hidden;
    padding-top: 220px; }
    #page-present-quiz .form-submit__show-answer {
      left: 50%;
      top: 20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute; }
    #page-present-quiz .form-submit__inner {
      border-radius: 100% 100% 0 0;
      width: 150%;
      margin-left: -25%;
      padding-bottom: 50px;
      background: #ffe71a; }
  #page-present-quiz .submit-button {
    position: relative;
    top: -100px; }

#page-present-form .errors {
  margin: 0 auto 40px;
  width: 850px;
  background: #eb3c61;
  padding: 15px 15px 12px; }
  #page-present-form .errors p {
    color: #fff;
    font-weight: bold;
    font-size: 14px; }

#page-present-form .input-header {
  height: 444px;
  background: url(../img/pages/present/bg_input.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 62px;
  margin-bottom: 37px; }
  #page-present-form .input-header__title {
    text-align: center;
    margin-bottom: 5px; }
  #page-present-form .input-header__count {
    position: relative;
    width: 615px;
    height: 211px;
    margin: 0 auto;
    background: url(../img/pages/present/bg_answer_count.png) left top no-repeat; }
  #page-present-form .input-header__num {
    bottom: 40px;
    right: 60px;
    position: absolute;
    color: #ee1b43;
    font-size: 40px;
    font-weight: bold; }
    #page-present-form .input-header__num span {
      vertical-align: middle;
      font-size: 100px; }

#page-present-form .present-input {
  position: relative;
  padding-bottom: 30px; }
  #page-present-form .present-input:after {
    content: "";
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 100%;
    background: url(../img/pages/present/bg_user_input.png) center top no-repeat;
    background-size: 100% auto; }
  #page-present-form .present-input__inner {
    width: 850px;
    margin: 0 auto; }
  #page-present-form .present-input__title {
    color: #eb3c61;
    font-size: 12px;
    margin-bottom: 25px; }
    #page-present-form .present-input__title img {
      margin-right: 5px; }

#page-present-form .present-input-item {
  margin-bottom: 15px; }
  #page-present-form .present-input-item__top {
    margin-bottom: 10px; }
  #page-present-form .present-input-item__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    #page-present-form .present-input-item__select input {
      margin-top: 0px;
      margin-bottom: 0; }
    #page-present-form .present-input-item__select label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #page-present-form .present-input-item__select label .num {
        margin-top: 0; }
      #page-present-form .present-input-item__select label > span {
        display: inline-block;
        margin-top: -10px; }
      #page-present-form .present-input-item__select label .title {
        font-size: 14px; }
  #page-present-form .present-input-item__box {
    display: none;
    margin-left: 63px;
    background: #ffece0;
    padding: 20px;
    margin-bottom: 20px; }
  #page-present-form .present-input-item__input {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    #page-present-form .present-input-item__input .label {
      width: 250px; }
    #page-present-form .present-input-item__input input {
      width: 400px;
      margin-left: 20px;
      font-size: 16px;
      border: 2px solid #000;
      border-radius: 23px;
      height: 45px;
      line-height: 41px;
      padding: 0 25px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #page-present-form .present-input-item__input textarea {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: block;
      width: 400px;
      margin-left: 20px;
      font-size: 16px;
      border: 2px solid #000;
      border-radius: 3px;
      padding: 10px;
      line-height: 1.5; }
  #page-present-form .present-input-item__note {
    color: #eb3c61;
    font-size: 12px; }
    #page-present-form .present-input-item__note li:before {
      content: "※"; }

#page-present-form .user-input {
  background: #f2f2f2;
  padding: 90px 0 300px;
  margin-bottom: -200px; }
  #page-present-form .user-input__inner {
    width: 850px;
    margin: 0 auto; }
  #page-present-form .user-input__title {
    color: #eb3c61;
    font-size: 12px;
    margin-bottom: 25px; }
    #page-present-form .user-input__title img {
      margin-right: 5px; }

#page-present-form .user-input-block {
  margin-bottom: 30px; }
  #page-present-form .user-input-block fieldset {
    display: block;
    margin-bottom: 20px; }
  #page-present-form .user-input-block label {
    width: 195px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold; }
  #page-present-form .user-input-block .input-name {
    width: 400px; }
  #page-present-form .user-input-block .input-email {
    width: 648px; }

#page-present-form .user-input-note {
  color: #eb3c61; }

#page-present-form .form-submit {
  margin: 0px 0;
  overflow: hidden;
  padding-top: 100px; }
  #page-present-form .form-submit__inner {
    border-radius: 100% 100% 0 0;
    width: 150%;
    margin-left: -25%;
    padding-bottom: 100px;
    background: #ffe71a;
    text-align: center; }
  #page-present-form .form-submit__back {
    position: relative;
    top: -40px; }
  #page-present-form .form-submit--complete .form-submit__inner {
    background: none; }
  #page-present-form .form-submit--complete .form-submit__back {
    top: 0;
    margin-bottom: -65px; }

#page-present-form .submit-button {
  position: relative;
  top: -100px;
  display: inline-block; }

#page-present-form .confirm-header {
  height: 444px;
  background: url(../img/pages/present/bg_input.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 62px;
  margin-bottom: 37px; }
  #page-present-form .confirm-header__title {
    text-align: center;
    margin-bottom: 5px; }
  #page-present-form .confirm-header__count {
    position: relative;
    width: 615px;
    height: 211px;
    margin: 0 auto;
    background: url(../img/pages/present/bg_answer_count.png) left top no-repeat; }
  #page-present-form .confirm-header__num {
    position: absolute;
    bottom: 40px;
    right: 60px;
    color: #ee1b43;
    font-size: 40px;
    font-weight: bold; }
    #page-present-form .confirm-header__num span {
      vertical-align: middle;
      font-size: 100px; }

#page-present-form .complete-header {
  height: 548px;
  background: url(../img/pages/present/bg_complete.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 62px;
  margin-bottom: 37px; }
  #page-present-form .complete-header__title {
    text-align: center;
    margin-bottom: 5px; }
  #page-present-form .complete-header__count {
    position: relative;
    width: 615px;
    height: 211px;
    margin: 0 auto;
    background: url(../img/pages/present/bg_class.png) left top no-repeat;
    -webkit-animation: bounceIn 1s 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: bounceIn 1s 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  #page-present-form .complete-header__num {
    padding: 40px 20px 0;
    text-align: center;
    color: #ee1b43;
    font-size: 40px;
    font-weight: bold; }
    #page-present-form .complete-header__num span {
      vertical-align: middle;
      font-size: 100px; }
  #page-present-form .complete-header .complete-header-answ {
    width: 560px;
    margin: 20px auto 20px auto;
    color: #ee1b43;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    #page-present-form .complete-header .complete-header-answ .count-up {
      display: inline-block;
      font-size: 60px;
      font-weight: bold;
      line-height: 1;
      height: 1em;
      width: 110px;
      vertical-align: bottom;
      text-align: right; }
    #page-present-form .complete-header .complete-header-answ .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
    #page-present-form .complete-header .complete-header-answ .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
    #page-present-form .complete-header .complete-header-answ img {
      position: relative;
      top: 0px;
      margin-right: 16px; }
  #page-present-form .complete-header .complete-header__text {
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 1.6; }
    #page-present-form .complete-header .complete-header__text span {
      color: #fff;
      font-size: 32px;
      display: inline-block; }
    #page-present-form .complete-header .complete-header__text .large {
      font-size: 42px; }

#page-present-form .present-input__sns .present-input__sns__content {
  margin-top: 20px; }
  #page-present-form .present-input__sns .present-input__sns__content .image-box {
    text-align: center;
    margin-bottom: 20px; }
    #page-present-form .present-input__sns .present-input__sns__content .image-box img {
      width: 100%; }
  #page-present-form .present-input__sns .present-input__sns__content .text-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #page-present-form .present-input__sns .present-input__sns__content .text-box {
    padding: 20px 20px;
    background: #ffece0;
    font-size: 20px;
    text-align: center;
    margin-right: 36px; }
  #page-present-form .present-input__sns .present-input__sns__content .sns-btns li {
    display: inline-block;
    margin: 0 10px; }
  #page-present-form .present-input__sns .present-input__sns__content p {
    clear: both;
    padding-top: 10px;
    font-size: 11px; }

#page-present-form .conf-text {
  text-align: center;
  margin: 20px auto 0 auto; }
  #page-present-form .conf-text .item-name {
    text-align: left; }
  #page-present-form .conf-text .text-01 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px; }
    #page-present-form .conf-text .text-01 span {
      font-size: 50px; }
  #page-present-form .conf-text .text-02 {
    margin-bottom: 40px; }

#page-present-form .form-submit__back {
  margin: 0 auto 0px 0;
  text-align: center; }
  #page-present-form .form-submit__back a {
    position: relative;
    display: inline-block; }
    #page-present-form .form-submit__back a:before {
      content: "";
      background: url(../img/pages/present/ico_back.png);
      height: 52px;
      width: 52px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px; }
    #page-present-form .form-submit__back a:hover:before {
      -webkit-animation: icoSlide 1s ease-out infinite;
      animation: icoSlide 1s ease-out infinite; }
  #page-present-form .form-submit__back--cross a:before {
    background: url(../img/pages/present/ico_cross.png); }
  #page-present-form .form-submit__back--cross a:hover:before {
    -webkit-animation: icoRotate 2s ease-out infinite;
    animation: icoRotate 2s ease-out infinite; }

/*index*/
#page-message {
  overflow: hidden;
  background: url(../img/pages/message/bg02-message.png) 0 0 repeat;
  background-attachment: fixed; }
  #page-message .content {
    background: url(../img/pages/message/bg01-message.png) repeat-x;
    background-size: auto;
    background-position: 0 0;
    min-width: 1280px;
    padding: 40px 0 170px 0;
    -webkit-animation: bgSlide 60s linear infinite;
    animation: bgSlide 60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #page-message .content .inner {
      width: 1200px;
      margin: 0 auto; }
  #page-message .message-btn01 {
    padding-top: 50px;
    margin-top: 20px;
    position: relative; }
    #page-message .message-btn01 a {
      display: block;
      position: relative; }
      #page-message .message-btn01 a:hover .message-comment__icon {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  #page-message .page-title {
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 30px;
    font-family: "Marker Felt";
    font-size: 210px;
    text-shadow: 2px 0 0 #896e58, -2px 0 0 #896e58, 0 2px 0 #896e58, -2px 0 #896e58; }
    #page-message .page-title span {
      display: inline-block;
      position: relative;
      opacity: 0; }
      #page-message .page-title span:nth-child(1) {
        -webkit-animation: jump 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(1):after {
          content: "M";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
      #page-message .page-title span:nth-child(2) {
        -webkit-animation: jump 0.6s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(2):after {
          content: "E";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
      #page-message .page-title span:nth-child(3) {
        -webkit-animation: jump 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(3):after {
          content: "S";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
      #page-message .page-title span:nth-child(4) {
        -webkit-animation: jump 0.6s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(4):after {
          content: "S";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
      #page-message .page-title span:nth-child(5) {
        -webkit-animation: jump 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(5):after {
          content: "A";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
      #page-message .page-title span:nth-child(6) {
        -webkit-animation: jump 0.6s 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(6):after {
          content: "G";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
      #page-message .page-title span:nth-child(7) {
        -webkit-animation: jump 0.6s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        animation: jump 0.6s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #page-message .page-title span:nth-child(7):after {
          content: "E";
          position: absolute;
          top: -18px;
          left: -18px;
          font-size: 210px;
          color: #ff7b1a; }
  #page-message .message-comment {
    display: block;
    position: absolute;
    left: 396px;
    bottom: 72px;
    background: url(../img/pages/message/bg_interview.png) left top no-repeat;
    width: 529px;
    height: 377px; }
    #page-message .message-comment__icon {
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      position: absolute;
      top: -19px;
      left: 241px; }
    #page-message .message-comment__text {
      position: absolute;
      bottom: 28px;
      left: -77px; }
  #page-message h3 {
    margin-top: -40px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  #page-message .message-sec1 {
    width: 100%;
    height: 1220px;
    position: relative; }
    #page-message .message-sec1 div {
      position: absolute; }
    #page-message .message-sec1 a {
      display: inline-block;
      position: relative;
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      z-index: 1; }
      #page-message .message-sec1 a.out {
        z-index: 0; }
      #page-message .message-sec1 a.zoom {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        z-index: 2; }
  #page-message .message-btn02 {
    top: 0;
    left: 0px; }
  #page-message .message-btn03 {
    top: -36px;
    left: 572px; }
  #page-message .message-btn04 {
    top: 368px;
    left: 0; }
  #page-message .message-btn05 {
    top: 402px;
    left: 493px; }
  #page-message .message-btn06 {
    top: 806px;
    left: 0px; }
  #page-message .message-btn07 {
    top: 768px;
    left: 593px; }
  #page-message .bg-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  #page-message .message-modal {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 830px;
    z-index: 100; }
    #page-message .message-modal:before {
      content: "";
      background: #fff;
      position: absolute;
      top: -45px;
      left: 0;
      height: 100px;
      width: 100%;
      -webkit-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
      transform: skewY(4deg);
      border: 8px solid #000;
      box-sizing: border-box; }
    #page-message .message-modal:after {
      content: "";
      position: absolute;
      box-sizing: border-box;
      background: #fff;
      bottom: -45px;
      left: 0;
      height: 100px;
      width: 100%;
      -webkit-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
      transform: skewY(-4deg);
      border: 8px solid #000; }
    #page-message .message-modal__close {
      position: absolute;
      top: -65px;
      right: -8px; }
      #page-message .message-modal__close a {
        display: inline-block;
        -webkit-transition: -webkit-transform 0.1s ease-out;
        transition: -webkit-transform 0.1s ease-out;
        transition: transform 0.1s ease-out;
        transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        #page-message .message-modal__close a:hover {
          -webkit-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
          transform: rotateZ(90deg); }
    #page-message .message-modal__inner {
      position: relative;
      z-index: 1;
      background: #fff;
      border-left: 8px solid #000;
      border-right: 8px solid #000; }
    #page-message .message-modal__body {
      padding: 20px 40px; }
  #page-message .message-modal-content {
    display: none; }
    #page-message .message-modal-content__header {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
      #page-message .message-modal-content__header .name {
        font-size: 40px;
        vertical-align: middle; }
    #page-message .message-modal-content__body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #page-message .message-modal-content__text {
      font-size: 16px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 1.8; }
    #page-message .message-modal-content__image {
      margin-left: 25px; }
  #page-message #movie-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 101;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    margin-left: -427px;
    margin-top: -240px; }
    #page-message #movie-modal.is-open {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  #page-message .message-footer {
    text-align: right;
    font-size: 14px; }

@media (max-width: 767px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    line-height: 1.5;
    min-width: 320px;
    -webkit-text-size-adjust: 100%; }
  * {
    box-sizing: border-box;
    outline: none; }
  a {
    color: #000;
    text-decoration: none; }
  img {
    line-height: 1;
    vertical-align: middle;
    max-width: 100%; }
  sub {
    vertical-align: sub; }
  sup {
    vertical-align: super; }
  .pc-on {
    display: none; }
  .pc-on--block {
    display: none; }
  .sp-on {
    display: inline-block; }
  .sp-on--block {
    display: block; }
  .l-footer--page {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 0 0 51px;
    position: relative;
    min-width: inherit;
    z-index: 3; }
    .l-footer--page .to-top {
      display: none; }
    .l-footer--page__logo {
      display: none; }
    .l-footer--page__text {
      padding: 6px 0;
      line-height: 1; }
  .l-sp-fixed-menu {
    width: 100%;
    height: 51px;
    background-color: rgba(51, 51, 51, 0.7);
    position: fixed;
    bottom: 0;
    z-index: 105;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none; }
    .l-sp-fixed-menu.is-show {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      pointer-events: auto; }
    .l-sp-fixed-menu__inner {
      overflow: hidden; }
    .l-sp-fixed-menu__logo {
      margin-left: 20px;
      float: left;
      width: 70px;
      padding: 10px 0; }
    .l-sp-fixed-menu__text {
      color: #fff;
      background: #000;
      text-align: center;
      font-size: 11px;
      height: 16px;
      line-height: 16px; }
    .l-sp-fixed-menu__btn {
      float: right;
      width: 126px;
      height: 51px;
      background: url(../img/footer/sp/btn-menu-opn.png) no-repeat;
      background-size: 100%; }
      .l-sp-fixed-menu__btn.open {
        background: url(../img/footer/sp/btn-menu-cls.png) no-repeat;
        background-size: 100%; }
  .l-sp-menu {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 51px;
    background-color: rgba(234, 241, 242, 0.9);
    background-image: url(../img/footer/sp/bg-menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 -100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: background-position 0.3s 0.1s, -webkit-transform 0.3s;
    transition: background-position 0.3s 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-position 0.3s 0.1s;
    transition: transform 0.3s, background-position 0.3s 0.1s, -webkit-transform 0.3s; }
    .l-sp-menu.is-open {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      background-position: 0 0; }
      .l-sp-menu.is-open .l-sp-menu__sns li:nth-child(1) {
        -webkit-animation: twitter 0.6s ease-in;
        animation: twitter 0.6s ease-in; }
      .l-sp-menu.is-open .l-sp-menu__sns li:nth-child(2) {
        -webkit-animation: movie 0.6s ease-out;
        animation: movie 0.6s ease-out; }
      .l-sp-menu.is-open .l-sp-menu__btns li:nth-child(1) {
        -webkit-transition: -webkit-transform 0.3s 0.1s;
        transition: -webkit-transform 0.3s 0.1s;
        transition: transform 0.3s 0.1s;
        transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .l-sp-menu.is-open .l-sp-menu__btns li:nth-child(2) {
        -webkit-transition: -webkit-transform 0.3s 0.2s;
        transition: -webkit-transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .l-sp-menu.is-open .l-sp-menu__btns li:nth-child(3) {
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        transition: -webkit-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .l-sp-menu.is-open .l-sp-menu__btns li:nth-child(4) {
        -webkit-transition: -webkit-transform 0.3s 0.4s;
        transition: -webkit-transform 0.3s 0.4s;
        transition: transform 0.3s 0.4s;
        transition: transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .l-sp-menu__in {
      height: 100%;
      overflow: auto; }
    .l-sp-menu__logo {
      width: 50%;
      margin: 0 auto 20px auto;
      padding-top: 20px; }
    .l-sp-menu__sns {
      text-align: center;
      margin-bottom: 30px; }
      .l-sp-menu__sns li {
        width: 34%;
        display: inline-block; }
    .l-sp-menu__btns {
      overflow: hidden;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 40px; }
      .l-sp-menu__btns li {
        margin-top: -10px; }
        .l-sp-menu__btns li:nth-child(1) {
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
        .l-sp-menu__btns li:nth-child(2) {
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%); }
        .l-sp-menu__btns li:nth-child(3) {
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
        .l-sp-menu__btns li:nth-child(4) {
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%); }
  .c-btn--orange-mini a {
    display: block;
    width: 80px;
    text-align: center;
    padding: 6px 0;
    background: #ff7b29;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .c-btn--orange-mini a:hover {
      opacity: 0.8; }
  .c-radio-button input {
    display: none; }
  .c-radio-button input[type="radio"]:checked + label {
    background-color: #ff7b29;
    color: #fff; }
  .c-radio-button input[type="radio"]:disabled + label {
    cursor: default; }
  .c-radio-button label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: auto;
    padding: 0 20px;
    border-radius: 28px;
    text-align: center;
    border: 1px solid #ff7b29;
    background: #fff;
    color: #ff7b29;
    height: 36px;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: bold; }
    .c-radio-button label:hover {
      background: rgba(255, 123, 41, 0.1); }
  .c-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-right: 10px; }
    .c-radio:checked {
      border: 2px solid #ff7721;
      background: none; }
      .c-radio:checked:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background: #ff7721;
        border-radius: 6px; }
    .c-radio + label {
      font-size: 16px;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-radio + label .num {
        background: #eb3c61;
        font-size: 12px;
        color: #fff;
        padding: 10px 10px;
        line-height: 1;
        margin-right: 20px; }
  .c-input {
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 21px;
    vertical-align: middle; }
    .c-input:placeholder-shown {
      color: #666666; }
    .c-input::-webkit-input-placeholder {
      color: #666666; }
    .c-input:-moz-placeholder {
      color: #666666;
      opacity: 1; }
    .c-input::-moz-placeholder {
      color: #666666;
      opacity: 1; }
    .c-input:-ms-input-placeholder {
      color: #666666; }
  .c-select {
    position: relative;
    display: inline-block; }
    .c-select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      line-height: 1;
      border: 1px solid #000;
      padding: 10px 20px;
      font-size: 16px;
      border-radius: 21px;
      vertical-align: middle;
      padding-right: 40px;
      background: #fff; }
    .c-select:after {
      content: "▼";
      pointer-events: none;
      position: absolute;
      right: 20px;
      top: 10px; }
  .c-radio-conf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .c-radio-conf .num {
      display: inline-block;
      background: #eb3c61;
      font-size: 12px;
      color: #fff;
      padding: 10px 10px;
      line-height: 1;
      margin-right: 10px;
      min-width: 60px;
      text-align: center; }
    .c-radio-conf .text {
      margin-top: 5px;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .apple-btn {
    width: 90%;
    height: auto;
    margin-top: 100px; }
  .loading {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
  /*index*/
  .opening-skip-button {
    display: none;
    position: fixed;
    right: 10px;
    top: 10px;
    bottom: auto;
    z-index: 112; }
    .opening-skip-button a {
      color: #fff; }
  #page-index {
    min-width: 320px; }
    #page-index .confetti-bg {
      height: auto;
      position: fixed;
      top: 0;
      left: 0px; }
    #page-index .content {
      height: auto;
      position: relative; }
    #page-index .index-cont {
      position: relative;
      height: auto; }
      #page-index .index-cont h2 {
        position: inherit;
        width: 70%;
        margin: 0 auto;
        padding: 40px 0 50px 0; }
      #page-index .index-cont__btn01 {
        width: 50%;
        position: inherit; }
      #page-index .index-cont__btn02 {
        width: 50%;
        float: right;
        margin-top: -76%;
        position: inherit; }
        #page-index .index-cont__btn02 a .close-text {
          position: absolute;
          right: 10px;
          bottom: 20px; }
          #page-index .index-cont__btn02 a .close-text img {
            width: 45.3vw; }
      #page-index .index-cont__btn03 {
        margin: 0 auto;
        width: 90%;
        position: inherit;
        left: 0;
        right: 0; }
      #page-index .index-cont .c-btn--orange {
        width: 60px;
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0; }
        #page-index .index-cont .c-btn--orange a {
          display: inline; }
    #page-index #movie-modal {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      z-index: 101;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      margin: 0;
      max-width: 420px; }
      #page-index #movie-modal.is-open {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  #page-present {
    background: url(../img/pages/present/bg_top.png) left top no-repeat, url(../img/pages/present/bg.png) left top repeat;
    background-size: 540px auto, 54px 54px;
    background-attachment: scroll, fixed;
    overflow: hidden; }
    #page-present .present-wrap {
      background: url(../img/pages/present/sp/bg_present_item.png) right 45px no-repeat;
      background-size: 180px auto;
      width: auto; }
    #page-present .present-inner {
      width: auto;
      padding: 0 20px;
      margin-bottom: 20px; }
    #page-present .present-header {
      padding-top: 24px;
      margin-bottom: 20px; }
      #page-present .present-header__title {
        margin-bottom: 20px;
        width: 260px; }
      #page-present .present-header__text1 {
        display: none;
        margin-bottom: 20px;
        width: 80%;
        -webkit-animation: none !important;
        animation: none !important; }
      #page-present .present-header__text2 {
        width: 100%; }
      #page-present .present-header__text-wrap {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px; }
      #page-present .present-header__close-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px; }
        #page-present .present-header__close-layer-inner {
          border: 2px solid #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          font-size: 11px;
          font-size: calc(100vw / 29);
          color: #fff;
          font-weight: bold;
          text-align: center;
          line-height: 1.5; }
          #page-present .present-header__close-layer-inner span {
            display: block;
            font-weight: normal;
            font-size: 9px;
            font-size: calc(100vw / 35); }
    #page-present .quiz-present-button {
      position: static;
      background: #fff;
      display: inline-block;
      height: 42px;
      border: 1px solid #000;
      line-height: 40px;
      padding: 0 12px;
      border-radius: 27px;
      font-size: 11px;
      letter-spacing: 2px;
      margin-left: 0;
      margin-top: 10px; }
    #page-present .page-title {
      width: 90%;
      margin-bottom: 10px; }
      #page-present .page-title span {
        display: none; }
      #page-present .page-title img {
        display: block; }
    #page-present .present-items {
      height: auto;
      position: relative; }
    #page-present .present-item {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      padding-top: 0px; }
      #page-present .present-item img {
        width: 100%; }
      #page-present .present-item--1 {
        top: 0px;
        left: 0;
        margin-bottom: calc(100vw / -40); }
      #page-present .present-item--2 {
        top: 0px;
        right: 0;
        margin-bottom: calc(100vw / -25); }
      #page-present .present-item--3 {
        top: 0px;
        left: 0px;
        margin-bottom: calc(100vw / 30); }
      #page-present .present-item--4 {
        top: 0px;
        left: 0px;
        margin-bottom: calc(100vw / 35); }
      #page-present .present-item--5 {
        top: 0px;
        left: 0px;
        margin-bottom: -10px; }
      #page-present .present-item--6 {
        top: 0px;
        left: 0px; }
      #page-present .present-item--7 {
        width: 48%;
        float: left;
        top: 0px;
        left: calc(100vw / 100); }
      #page-present .present-item--8 {
        width: 52%;
        float: right;
        top: calc(100vw / -25);
        left: 0px; }
      #page-present .present-item--9 {
        width: 54%;
        float: left;
        clear: both;
        margin-top: calc(100vw / -22); }
      #page-present .present-item--10 {
        width: 46%;
        float: right;
        margin-top: calc(100vw / -9); }
      #page-present .present-item--11 {
        width: 47%;
        float: left;
        clear: both; }
      #page-present .present-item--12 {
        width: 53%;
        float: right;
        margin-top: calc(100vw / 90); }
      #page-present .present-item--13 {
        width: 50%;
        float: left;
        clear: both;
        margin-top: calc(100vw / -90); }
      #page-present .present-item--14 {
        width: 50%;
        float: right;
        margin-top: calc(100vw / -22); }
      #page-present .present-item--15 {
        clear: both;
        float: left;
        width: 48%;
        padding-top: calc(100vw / 80);
        margin-right: calc(100vw / -80); }
      #page-present .present-item--16 {
        float: right;
        width: 52%;
        padding-top: calc(100vw / 60); }
      #page-present .present-item--17 {
        clear: both;
        width: 54%;
        float: left;
        margin-top: calc(100vw / -20); }
      #page-present .present-item--18 {
        width: 46%;
        float: right;
        margin-top: calc(100vw / -8.5); }
      #page-present .present-item--19 {
        width: 47%;
        clear: both;
        float: left; }
      #page-present .present-item--20 {
        width: 53%;
        float: right;
        padding-top: calc(100vw / 90); }
      #page-present .present-item--21 {
        width: 50%;
        clear: both;
        float: left;
        margin-top: calc(100vw / -90); }
      #page-present .present-item--22 {
        width: 50%;
        float: right;
        margin-top: calc(100vw / -20); }
      #page-present .present-item--23 {
        width: 47%;
        clear: both;
        float: left;
        padding-top: calc(100vw / 60); }
      #page-present .present-item--24 {
        width: 53%;
        float: right;
        padding-top: calc(100vw / 40); }
    #page-present .present-method {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-top: 0px; }
      #page-present .present-method__wrap {
        background: #ffe71a;
        border-radius: 100% 100% 0 0;
        width: 200%;
        margin-left: -50%;
        padding-bottom: 60px; }
      #page-present .present-method__inner {
        width: 100vw;
        margin: 0 auto;
        padding-top: 246px; }
      #page-present .present-method__title {
        text-align: center;
        margin: 10px auto;
        width: 60%; }
      #page-present .present-method__detail {
        position: relative;
        text-align: center;
        margin-bottom: -260px; }
      #page-present .present-method__close {
        line-height: 1.75;
        font-size: 20px;
        font-size: 6.25vw;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #page-present .present-method__close a {
          font-size: 17px;
          font-size: 5.3vw; }
      #page-present .present-method__button {
        text-align: center;
        zoom: 0.5;
        margin: 0 20px; }
    #page-present .present-method-point {
      margin-top: 15px;
      display: block;
      margin-bottom: 40px;
      padding: 0 20px; }
      #page-present .present-method-point__item {
        position: relative;
        font-size: 12px;
        padding-left: 32px;
        font-weight: bold;
        margin-bottom: 10px; }
        #page-present .present-method-point__item:before {
          content: "";
          position: absolute;
          left: 0;
          top: 6px;
          background: url(../img/pages/present/ico_point.png);
          background-size: 30px 12px;
          width: 30px;
          height: 12px; }
        #page-present .present-method-point__item span {
          font-size: 14px; }
        #page-present .present-method-point__item--lines {
          line-height: 2; }
    #page-present .present-note {
      border-top: 4px solid #000;
      background: #fff;
      padding-bottom: 60px;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      margin-bottom: -50px; }
      #page-present .present-note__inner {
        padding: 30px 20px 0;
        width: auto;
        margin: 0 auto;
        display: block; }
      #page-present .present-note__block {
        width: auto; }
      #page-present .present-note__title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
      #page-present .present-note__subtitle {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0.5em; }
      #page-present .present-note__list {
        margin-bottom: 30px; }
        #page-present .present-note__list li {
          padding-left: 1.5em;
          text-indent: -1.5em;
          margin-bottom: 1em;
          font-size: 10px; }
          #page-present .present-note__list li:before {
            content: "※";
            margin-right: 0.5em; }
    #page-present .present-modal {
      display: none;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-top: 40px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100vw - 40px);
      max-width: 480px;
      z-index: 100; }
      #page-present .present-modal:before {
        content: "";
        background: #fff;
        position: absolute;
        top: -20px;
        left: 0;
        height: 100px;
        width: 100%;
        -webkit-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
        transform: skewY(4deg);
        border: 4px solid #000;
        box-sizing: border-box; }
      #page-present .present-modal:after {
        content: "";
        position: absolute;
        box-sizing: border-box;
        background: #fff;
        bottom: -20px;
        left: 0;
        height: 100px;
        width: 100%;
        -webkit-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
        transform: skewY(-4deg);
        border: 4px solid #000; }
      #page-present .present-modal__close {
        position: absolute;
        top: -62px;
        right: -8px; }
      #page-present .present-modal__inner {
        position: relative;
        z-index: 1;
        background: #fff;
        border-left: 4px solid #000;
        border-right: 4px solid #000; }
      #page-present .present-modal__body {
        padding: 10px 12px; }
    #page-present .present-modal-content {
      display: none; }
      #page-present .present-modal-content__header {
        padding-top: 10px;
        text-align: center;
        zoom: 0.5; }
      #page-present .present-modal-content__body {
        padding-top: 20px; }
      #page-present .present-modal-content__title {
        margin: 0px 0px 10px; }
      #page-present .present-modal-content__top {
        font-size: 12px;
        text-align: left;
        margin: 0;
        margin: 10px 0 20px; }
      #page-present .present-modal-content__image {
        float: none;
        min-width: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        min-height: 120px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #page-present .present-modal-content__image img {
          zoom: 0.5; }
        #page-present .present-modal-content__image .caption {
          font-size: 10px; }
      #page-present .present-modal-content__box {
        display: block;
        margin: 0 0px 20px; }
        #page-present .present-modal-content__box--logress {
          margin-top: -20px;
          background: url(../img/pages/present/present_detail/detail_2_bg.png) right top no-repeat;
          background-size: 100% auto; }
      #page-present .present-modal-content__copyright {
        margin-top: 20px;
        font-size: 7px; }
      #page-present .present-modal-content__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        margin-left: 0px; }
        #page-present .present-modal-content__text em {
          font-weight: bold; }
      #page-present .present-modal-content__footer {
        font-size: 12px;
        padding: 0 0px; }
        #page-present .present-modal-content__footer em {
          font-weight: bold;
          display: block;
          margin-bottom: 0.5em; }
      #page-present .present-modal-content__close {
        text-align: center;
        zoom: 0.5;
        margin-top: 25px; }
      #page-present .present-modal-content__notes {
        font-size: 12px; }
        #page-present .present-modal-content__notes li {
          text-indent: -1em;
          padding-left: 1em;
          line-height: 1.8; }
          #page-present .present-modal-content__notes li:before {
            content: "※"; }
    #page-present .logress-present {
      margin-bottom: 15px; }
      #page-present .logress-present__1 {
        text-align: center;
        padding-top: 40px; }
        #page-present .logress-present__1 img {
          position: relative;
          left: -15px;
          zoom: 0.5; }
      #page-present .logress-present__box {
        margin: 0 0px;
        display: block; }
      #page-present .logress-present__items {
        overflow: hidden;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #page-present .logress-present__items li {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          float: none;
          margin-right: 6px; }
          #page-present .logress-present__items li:last-child {
            margin-right: 0; }
      #page-present .logress-present__tablebox {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 0px;
        margin-bottom: 20px; }
        #page-present .logress-present__tablebox:last-child {
          margin-right: 0; }
      #page-present .logress-present__table {
        width: 100%;
        font-size: 14px;
        color: #333333; }
        #page-present .logress-present__table img {
          width: 25px; }
        #page-present .logress-present__table--1 th {
          background: #eceeb1; }
        #page-present .logress-present__table--1 tr:nth-child(2n-1) td {
          background: #fffeec; }
        #page-present .logress-present__table--2 th {
          background: #ddcedf; }
        #page-present .logress-present__table--2 tr:nth-child(2n-1) td {
          background: #f6ecf7; }
        #page-present .logress-present__table th {
          font-weight: bold;
          padding: 5px 10px;
          text-align: center;
          border: 2px solid #dddddd; }
        #page-present .logress-present__table td {
          background: #fff;
          padding: 5px 10px;
          border: 2px solid #dddddd; }
    #page-present .present-announcement {
      background-size: 100% auto, 100% auto;
      position: relative;
      margin-top: calc(-100% / 14);
      padding: 0 20px calc(100% / 6); }
      #page-present .present-announcement__title {
        text-align: center;
        margin-bottom: calc(100% / 10);
        padding-top: calc(100% / 50); }
        #page-present .present-announcement__title img {
          zoom: 0.5; }
    #page-present .present-announcement-box-wrap {
      background: #94ffd3;
      position: relative;
      width: auto;
      margin: 0 auto;
      left: 4px; }
      #page-present .present-announcement-box-wrap:before {
        content: "";
        display: block;
        position: absolute;
        background: #94ffd3;
        height: 40px;
        width: 100%;
        left: 0px;
        top: -20px;
        -webkit-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
        transform: skewY(-3deg);
        box-sizing: content-box; }
      #page-present .present-announcement-box-wrap:after {
        content: "";
        display: block;
        position: absolute;
        background: #94ffd3;
        height: 40px;
        width: 100%;
        left: 0px;
        bottom: -20px;
        -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        transform: skewY(3deg);
        box-sizing: content-box; }
    #page-present .present-announcement-box {
      position: relative;
      left: -4px;
      top: -4px;
      border-left: 2px solid #000;
      border-right: 2px solid #000;
      width: auto;
      background: #fff; }
      #page-present .present-announcement-box:before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        height: 40px;
        width: 100%;
        left: -2px;
        top: -20px;
        border: 2px solid #000;
        -webkit-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
        transform: skewY(-3deg);
        box-sizing: content-box;
        z-index: 1; }
      #page-present .present-announcement-box:after {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        height: 40px;
        width: 100%;
        left: -2px;
        bottom: -20px;
        border: 2px solid #000;
        -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        transform: skewY(3deg);
        box-sizing: content-box;
        z-index: 1; }
      #page-present .present-announcement-box__inner {
        background: #fff;
        position: relative;
        z-index: 2; }
    #page-present .present-announcement-box-list {
      padding: 10px 10px; }
      #page-present .present-announcement-box-list li {
        font-size: 12px;
        padding: 6px 10px 6px;
        overflow: hidden;
        display: block; }
        #page-present .present-announcement-box-list li:nth-child(2n) {
          background: #f2f2f2; }
      #page-present .present-announcement-box-list__body {
        width: auto; }
      #page-present .present-announcement-box-list__title {
        font-weight: bold;
        width: auto;
        float: none;
        margin-bottom: 6px; }
        #page-present .present-announcement-box-list__title + .present-announcement-box-list__detail {
          clear: none; }
      #page-present .present-announcement-box-list__detail {
        float: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        clear: both;
        margin-bottom: 6px; }
        #page-present .present-announcement-box-list__detail:before {
          content: "…";
          display: inline-block;
          margin: 0 10px 0 0; }
      #page-present .present-announcement-box-list__pref {
        margin-right: 20px; }
      #page-present .present-announcement-box-list__name {
        font-size: 10px; }
        #page-present .present-announcement-box-list__name em {
          font-size: 12px;
          font-weight: bold;
          color: #eb3c61; }
  #page-present-quiz {
    background: url(../img/pages/present/bg_top.png) left top no-repeat, url(../img/pages/present/bg.png) left top repeat;
    background-size: 540px auto, 54px 54px;
    margin-bottom: -51px;
    background-attachment: scroll, fixed; }
    #page-present-quiz .questions {
      margin: 0 auto;
      position: relative;
      padding-bottom: 51px; }
      #page-present-quiz .questions.is-finished {
        padding-bottom: 51px; }
    #page-present-quiz .questions-header {
      padding-top: 24px;
      width: auto;
      margin: 0 20px 70px; }
      #page-present-quiz .questions-header img {
        zoom: 0.5; }
      #page-present-quiz .questions-header__title {
        margin-bottom: 10px; }
      #page-present-quiz .questions-header__text1 {
        margin-bottom: 10px; }
      #page-present-quiz .questions-header__text2 {
        margin-bottom: 10px; }
      #page-present-quiz .questions-header__text-wrap {
        position: relative;
        margin-bottom: 40px;
        padding: 0; }
      #page-present-quiz .questions-header__close-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px; }
        #page-present-quiz .questions-header__close-layer-inner {
          border: 2px solid #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          font-size: 11px;
          font-size: calc(100vw / 29);
          color: #fff;
          font-weight: bold;
          text-align: center;
          line-height: 1.5; }
          #page-present-quiz .questions-header__close-layer-inner span {
            display: block;
            font-weight: 400;
            font-size: 9px;
            font-size: calc(100vw/35); }
    #page-present-quiz .quiz-present-button {
      background: #fff;
      display: inline-block;
      height: 42px;
      border: 1px solid #000;
      line-height: 40px;
      padding: 0 12px;
      border-radius: 27px;
      font-size: 11px;
      margin-left: 15px;
      letter-spacing: 2px; }
    #page-present-quiz .question-list {
      width: auto;
      margin: 0 20px 0px; }
    #page-present-quiz .answer-number {
      position: absolute;
      top: 30px;
      right: 0;
      background: url(../img/pages/present/sp/btn_side.png) left top no-repeat;
      background-size: 86px 163px;
      width: 86px;
      height: 163px;
      z-index: 5;
      font-size: 12px; }
      #page-present-quiz .answer-number.is-fixed {
        position: fixed;
        top: 0; }
      #page-present-quiz .answer-number__count {
        position: absolute;
        left: auto;
        right: 5px;
        top: 50px; }
      #page-present-quiz .answer-number a {
        color: #ee1b43;
        display: block;
        width: 86px;
        height: 163px;
        font-weight: bold;
        position: relative; }
      #page-present-quiz .answer-number span {
        font-size: 22px;
        vertical-align: middle; }
    #page-present-quiz .answer-number-complete {
      position: absolute;
      top: 0px;
      right: 0;
      background: url(../img/pages/present/sp/side_complete.png) left top no-repeat;
      background-size: 93px 208px;
      width: 93px;
      height: 208px;
      z-index: 5;
      font-size: 10px; }
      #page-present-quiz .answer-number-complete.is-fixed {
        position: fixed;
        top: 0; }
      #page-present-quiz .answer-number-complete__count {
        color: #fff;
        position: absolute;
        top: 22px;
        right: 8px;
        font-size: 10px;
        color: #ee1b43; }
        #page-present-quiz .answer-number-complete__count span {
          font-size: 13px;
          font-weight: bold;
          vertical-align: top; }
      #page-present-quiz .answer-number-complete__rightcount {
        color: #fff;
        position: absolute;
        top: 37px;
        right: 8px;
        font-size: 10px;
        color: #ee1b43; }
        #page-present-quiz .answer-number-complete__rightcount span {
          font-size: 13px;
          font-weight: bold;
          vertical-align: top; }
      #page-present-quiz .answer-number-complete__shogou {
        position: absolute;
        top: 64px;
        left: 8px;
        width: 80px;
        text-align: center;
        color: #fff;
        font-size: 7px;
        line-height: 1.3;
        white-space: nowrap; }
        #page-present-quiz .answer-number-complete__shogou > div {
          font-weight: bold;
          font-size: 7px; }
      #page-present-quiz .answer-number-complete__sns {
        position: absolute;
        right: 5px;
        bottom: auto;
        top: 100px;
        display: block; }
      #page-present-quiz .answer-number-complete__snstext {
        text-align: right;
        font-size: 7px;
        margin-right: 0px;
        padding-left: 16px;
        margin-bottom: 3px; }
        #page-present-quiz .answer-number-complete__snstext span {
          font-weight: bold;
          font-size: 9px; }
      #page-present-quiz .answer-number-complete__snsbutton {
        text-align: right; }
        #page-present-quiz .answer-number-complete__snsbutton a {
          display: inline-block;
          margin-right: 5px; }
        #page-present-quiz .answer-number-complete__snsbutton img {
          width: 25px; }
    #page-present-quiz .question {
      position: relative;
      background: #fff;
      width: auto;
      max-width: 400px;
      height: auto;
      margin: 0 auto 70px;
      padding: 0px;
      border-left: 2px solid #000;
      border-right: 2px solid #000; }
      #page-present-quiz .question:before {
        content: "";
        position: absolute;
        height: 80px;
        width: 100%;
        left: -2px;
        top: -40px;
        background: #333333;
        -webkit-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
        transform: skewY(4deg);
        border: 2px solid #000; }
      #page-present-quiz .question:after {
        content: "";
        position: absolute;
        height: 80px;
        width: 100%;
        left: -2px;
        bottom: -20px;
        background: #fff;
        -webkit-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
        border: 2px solid #000; }
      #page-present-quiz .question:nth-child(2n) {
        background: #fff;
        margin-bottom: 74px; }
        #page-present-quiz .question:nth-child(2n):before {
          content: "";
          position: absolute;
          height: 80px;
          width: 100%;
          left: -2px;
          top: -40px;
          background: #333333;
          -webkit-transform: skewY(-2deg);
          -ms-transform: skewY(-2deg);
          transform: skewY(-2deg);
          border: 2px solid #000; }
        #page-present-quiz .question:nth-child(2n):after {
          content: "";
          position: absolute;
          height: 80px;
          width: 100%;
          left: -2px;
          bottom: -24px;
          background: #fff;
          -webkit-transform: skewY(4deg);
          -ms-transform: skewY(4deg);
          transform: skewY(4deg);
          border: 2px solid #000; }
        #page-present-quiz .question:nth-child(2n) .question__side {
          position: static;
          left: 0;
          top: 0px;
          width: auto;
          height: auto; }
          #page-present-quiz .question:nth-child(2n) .question__side:before {
            display: none; }
        #page-present-quiz .question:nth-child(2n) .question__no {
          top: -28px; }
        #page-present-quiz .question:nth-child(2n) .question__category {
          top: -23px;
          left: auto;
          right: 10px;
          font-size: 12px; }
      #page-present-quiz .question__inner {
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        background: none; }
      #page-present-quiz .question__side {
        position: static;
        left: 0;
        top: 0px;
        width: auto;
        height: auto; }
        #page-present-quiz .question__side:before {
          display: none; }
      #page-present-quiz .question__no {
        position: absolute;
        top: -28px;
        left: 8px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1; }
        #page-present-quiz .question__no span {
          font-size: 15px;
          display: inline-block;
          margin-right: 4px;
          font-family: 'Marker Felt'; }
      #page-present-quiz .question__category {
        font-size: 12px;
        color: #ff7721;
        font-family: "Marker Felt";
        position: absolute;
        top: -23px;
        font-weight: normal;
        left: auto;
        right: 10px; }
      #page-present-quiz .question__content {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        width: auto;
        padding: 15px 15px 10px;
        background: #ffffff; }
      #page-present-quiz .question__image {
        float: left;
        display: block;
        text-align: center;
        margin-right: 10px;
        max-width: 127px;
        width: auto; }
        #page-present-quiz .question__image img {
          max-width: 127px;
          max-height: 95px; }
      #page-present-quiz .question__copyright {
        text-align: left;
        font-size: 7px;
        margin-top: 4px; }
      #page-present-quiz .question__title {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: bold;
        text-align: justify;
        word-wrap: break-word;
        word-break: break-all; }
      #page-present-quiz .question__buttons {
        display: block;
        clear: both;
        padding-top: 15px; }
    #page-present-quiz .question-buttons__item {
      margin-left: 0px;
      margin-bottom: 10px; }
      #page-present-quiz .question-buttons__item:last-child {
        margin-bottom: 0px; }
      #page-present-quiz .question-buttons__item label {
        font-size: 13px;
        height: 50px;
        width: auto;
        border-radius: 30px; }
    #page-present-quiz .bg-layer {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 99; }
    #page-present-quiz .form-submit {
      text-align: center;
      margin: 0px 0;
      overflow: hidden;
      padding-top: 70px; }
      #page-present-quiz .form-submit__show-answer {
        top: 0px; }
      #page-present-quiz .form-submit__inner {
        border-radius: 100% 100% 0 0;
        width: 150%;
        margin-left: -25%;
        padding-bottom: 0px;
        background: #ffe71a; }
      #page-present-quiz .form-submit img {
        zoom: 0.5; }
    #page-present-quiz .submit-button {
      position: relative;
      top: -50px;
      width: 260px; }
    #page-present-quiz .apple-btn {
      margin-top: 30px; }
  #page-present-form {
    overflow-x: hidden; }
    #page-present-form .errors {
      margin: 0 auto 40px;
      width: auto;
      background: #eb3c61;
      padding: 15px 15px 12px; }
      #page-present-form .errors p {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        line-height: 2; }
    #page-present-form .input-header {
      height: auto;
      background: url(../img/pages/present/sp/bg_input.png) center bottom no-repeat;
      background-size: cover;
      padding-top: 30px;
      padding-bottom: 40px;
      margin-bottom: 37px; }
      #page-present-form .input-header__title {
        text-align: center;
        margin-bottom: 10px;
        padding: 0 20px; }
      #page-present-form .input-header__count {
        position: relative;
        width: 308px;
        height: 106px;
        margin: 0 auto;
        background: url(../img/pages/present/bg_answer_count.png) left top no-repeat;
        background-size: 308px 106px; }
      #page-present-form .input-header__num {
        position: absolute;
        bottom: 20px;
        right: 30px;
        color: #ee1b43;
        font-size: 20px;
        font-weight: bold; }
        #page-present-form .input-header__num span {
          vertical-align: middle;
          font-size: 50px; }
    #page-present-form .present-input {
      position: relative;
      padding: 0 20px 30px; }
      #page-present-form .present-input:after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        height: 50px;
        width: 100%;
        background: url(../img/pages/present/bg_user_input.png) center top no-repeat;
        background-size: 100% auto; }
      #page-present-form .present-input__inner {
        width: auto;
        margin: 0 auto; }
      #page-present-form .present-input__title {
        color: #eb3c61;
        font-size: 12px;
        margin-bottom: 25px; }
        #page-present-form .present-input__title img {
          margin-right: 5px; }
    #page-present-form .present-input-item {
      margin-bottom: 20px; }
      #page-present-form .present-input-item__select {
        display: block;
        margin-bottom: 10px; }
        #page-present-form .present-input-item__select input {
          margin-top: 5px;
          margin-bottom: 0;
          float: left; }
        #page-present-form .present-input-item__select label {
          display: block;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-size: 16px; }
          #page-present-form .present-input-item__select label .num {
            font-size: 12px;
            margin-top: 0;
            padding: 10px 5px;
            width: 115px;
            margin-left: 0; }
          #page-present-form .present-input-item__select label > span {
            margin-left: 0px;
            margin-top: 0px;
            display: inline-block; }
          #page-present-form .present-input-item__select label .title {
            font-size: 12px; }
      #page-present-form .present-input-item__box {
        margin-left: 0px;
        background: #ffece0;
        padding: 10px;
        margin-bottom: 20px; }
      #page-present-form .present-input-item__input {
        font-size: 16px;
        font-weight: bold;
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
        #page-present-form .present-input-item__input input {
          margin-top: 5px;
          width: 100%;
          margin-left: 0px;
          font-size: 16px;
          border: 1px solid #000;
          border-radius: 23px;
          height: 40px;
          line-height: 38px;
          padding: 0 15px; }
        #page-present-form .present-input-item__input textarea {
          margin-top: 5px;
          width: 100%;
          margin-left: 0px;
          font-size: 16px;
          border: 1px solid #000;
          border-radius: 3px;
          padding: 10px; }
      #page-present-form .present-input-item__note {
        color: #eb3c61;
        font-size: 12px; }
        #page-present-form .present-input-item__note li {
          padding-left: 1em;
          text-indent: -1em; }
          #page-present-form .present-input-item__note li:before {
            content: "※"; }
    #page-present-form .user-input {
      background: #f2f2f2;
      padding: 40px 0 300px;
      margin-bottom: -200px; }
      #page-present-form .user-input__inner {
        width: auto;
        margin: 0 auto;
        padding: 0 20px; }
      #page-present-form .user-input__title {
        color: #eb3c61;
        font-size: 12px;
        margin-bottom: 25px; }
        #page-present-form .user-input__title img {
          margin-right: 5px; }
    #page-present-form .user-input-block {
      margin-bottom: 30px; }
      #page-present-form .user-input-block fieldset {
        display: block;
        margin-bottom: 20px; }
      #page-present-form .user-input-block label {
        width: auto;
        display: block;
        font-size: 16px;
        font-weight: bold; }
      #page-present-form .user-input-block .input-name {
        width: 100%; }
      #page-present-form .user-input-block .select-pref {
        width: 100%;
        display: block; }
        #page-present-form .user-input-block .select-pref select {
          width: 100%; }
      #page-present-form .user-input-block .input-email {
        width: 100%; }
    #page-present-form .user-input-note {
      color: #eb3c61; }
    #page-present-form .form-submit {
      text-align: center;
      margin: 0px 0;
      overflow: hidden;
      padding-top: 100px; }
      #page-present-form .form-submit__inner {
        border-radius: 100% 100% 0 0;
        width: 150%;
        margin-left: -25%;
        padding-bottom: 100px;
        background: #ffe71a; }
      #page-present-form .form-submit__back {
        position: relative;
        top: -40px; }
    #page-present-form .submit-button {
      position: relative;
      top: -100px; }
    #page-present-form .confirm-header {
      background: url(../img/pages/present/sp/bg_input.png) center bottom no-repeat;
      background-size: cover;
      height: auto;
      padding-bottom: 40px;
      padding-top: 40px; }
      #page-present-form .confirm-header__title {
        padding: 0 20px;
        margin-bottom: 10px; }
      #page-present-form .confirm-header .confirm-header__count {
        width: 300px;
        height: 102px;
        background-size: 100%; }
        #page-present-form .confirm-header .confirm-header__count .confirm-header__num {
          font-size: 20px; }
          #page-present-form .confirm-header .confirm-header__count .confirm-header__num span {
            font-size: 24px; }
    #page-present-form .user-input {
      padding-bottom: 120px; }
      #page-present-form .user-input--complete {
        margin-bottom: 0;
        padding-bottom: 0px; }
    #page-present-form .form-submit {
      padding-top: 50px; }
      #page-present-form .form-submit .form-submit__inner {
        padding-bottom: 30px; }
        #page-present-form .form-submit .form-submit__inner .submit-button {
          display: block;
          width: 260px;
          margin: 0 auto;
          top: -40px; }
        #page-present-form .form-submit .form-submit__inner .form-submit__back {
          margin: 0 auto;
          top: -10px; }
      #page-present-form .form-submit--complete .form-submit__inner {
        padding-bottom: 30px;
        padding-top: 30px; }
    #page-present-form .complete-header {
      height: auto;
      background: url(../img/pages/present/sp/bg_complete.png) center bottom no-repeat;
      background-size: cover;
      padding-bottom: 40px;
      padding-top: 40px; }
      #page-present-form .complete-header__title {
        padding: 0 20px; }
      #page-present-form .complete-header .complete-header-answ {
        width: 80%;
        margin-top: 20px;
        font-size: 18px;
        text-align: center; }
        #page-present-form .complete-header .complete-header-answ .count-up {
          width: 80px;
          font-size: 40px; }
        #page-present-form .complete-header .complete-header-answ__box img {
          position: relative;
          top: 2px;
          margin-right: 0;
          vertical-align: bottom;
          line-height: 0; }
      #page-present-form .complete-header .complete-header__count {
        width: 300px;
        height: 104px;
        background-size: 100%; }
        #page-present-form .complete-header .complete-header__count .complete-header__text {
          font-size: 16px;
          position: static;
          padding-top: 16px; }
          #page-present-form .complete-header .complete-header__count .complete-header__text .large {
            font-size: 20px; }
          #page-present-form .complete-header .complete-header__count .complete-header__text span {
            vertical-align: baseline;
            font-size: 16px; }
    #page-present-form .present-input__sns .present-input__sns__content {
      text-align: center; }
      #page-present-form .present-input__sns .present-input__sns__content .text-box-wrap {
        display: block; }
      #page-present-form .present-input__sns .present-input__sns__content .text-box {
        width: 100%;
        font-size: 14px;
        padding: 10px;
        float: none; }
      #page-present-form .present-input__sns .present-input__sns__content .sns-btns {
        float: none;
        margin: 30px 0; }
    #page-present-form .conf-text {
      width: 100%; }
      #page-present-form .conf-text .item-name {
        text-align: left; }
      #page-present-form .conf-text .text-01 {
        font-size: 18px; }
        #page-present-form .conf-text .text-01 span {
          font-size: 40px; }
      #page-present-form .conf-text .text-02 {
        margin-bottom: 0;
        text-align: left; }
    #page-present-form .form-submit__back a img {
      zoom: 0.5; }
    #page-present-form .form-submit__back a:before {
      zoom: 0.5; }
  /*index*/
  #page-message {
    background-size: 59px 59px;
    -webkit-animation: none;
    animation: none; }
    #page-message .page-title {
      display: none; }
    #page-message .content {
      background-size: 960px;
      padding: 40px 0 60px 0;
      min-width: inherit;
      -webkit-animation: bgSlide 120s linear infinite;
      animation: bgSlide 120s linear infinite; }
      #page-message .content .inner {
        width: 90%;
        margin: 0 auto; }
    #page-message .message-btn01 {
      margin-top: 0;
      padding-top: 0; }
    #page-message h3 {
      margin-top: 0; }
    #page-message .message-sec1 {
      width: 100%;
      height: auto;
      position: relative;
      margin-top: 0; }
      #page-message .message-sec1 div {
        position: static; }
    #page-message .message-btn02 {
      top: 0;
      left: 0;
      margin-bottom: 10px; }
    #page-message .message-btn03 {
      top: 0;
      left: 0; }
    #page-message .message-btn04 {
      top: 0;
      left: 0;
      margin-bottom: 20px; }
    #page-message .message-btn05 {
      top: 0;
      left: 0;
      margin-bottom: 20px; }
    #page-message .message-btn06 {
      top: 0;
      left: 0;
      margin-bottom: 20px; }
    #page-message .message-btn07 {
      top: 0;
      left: 0; }
    #page-message .message-modal {
      display: none;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-top: 40px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100vw - 40px);
      max-width: 480px;
      z-index: 100; }
      #page-message .message-modal:before {
        content: "";
        background: #fff;
        position: absolute;
        top: -20px;
        left: 0;
        height: 100px;
        width: 100%;
        -webkit-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
        transform: skewY(4deg);
        border: 4px solid #000;
        box-sizing: border-box; }
      #page-message .message-modal:after {
        content: "";
        position: absolute;
        box-sizing: border-box;
        background: #fff;
        bottom: -20px;
        left: 0;
        height: 100px;
        width: 100%;
        -webkit-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
        transform: skewY(-4deg);
        border: 4px solid #000; }
      #page-message .message-modal__close {
        position: absolute;
        top: -62px;
        right: -8px; }
      #page-message .message-modal__inner {
        position: relative;
        z-index: 1;
        background: #fff;
        border-left: 4px solid #000;
        border-right: 4px solid #000; }
      #page-message .message-modal__body {
        padding: 10px 12px; }
    #page-message .message-modal-content {
      display: none; }
      #page-message .message-modal-content__header {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 14px; }
        #page-message .message-modal-content__header .name {
          font-size: 20px;
          vertical-align: baseline; }
      #page-message .message-modal-content__body {
        display: block; }
      #page-message .message-modal-content__text {
        font-size: 12px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 1.8; }
      #page-message .message-modal-content__image {
        margin-left: 12px;
        float: right;
        width: 42%; }
      #page-message .message-modal-content__footer {
        text-align: center;
        zoom: 0.5;
        margin-top: 25px; }
    #page-message .message-footer {
      font-size: 10px;
      margin-top: 20px; }
    #page-message #movie-modal {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      z-index: 101;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      margin: 0;
      max-width: 420px; }
      #page-message #movie-modal.is-open {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); } }

/*# sourceMappingURL=style.css.map */
