@charset "UTF-8";
/*Roboto */
@import url(https://fonts.googleapis.com/css?family=Roboto:700&display=swap);
/* Lato (font-weight=300 , 400 , 900)*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,300);
/* Yaku Han JP (Noto Sans Japaneseの約物半角) */
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_regular.woff") format("woff"); }

@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_bold.woff") format("woff"); }

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff"); }

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP-Bold.woff") format("woff"); }

/* ゴシック体 */
/* 明朝体 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lw25it");
  src: url("../fonts/icomoon.eot?lw25it#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lw25it") format("truetype"), url("../fonts/icomoon.woff?lw25it") format("woff"), url("../fonts/icomoon.svg?lw25it#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\ea90";
  color: #C32AA3; }

.icon-instagram:before {
  content: "\ea92";
  color: #1877F2; }

.icon-twitter:before {
  content: "\ea96";
  color: #1DA1F3; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInUp, .fadeInUp_step01, .fadeInUp_step02, .fadeInUp_step03, .fadeInUp_step04, .fadeInUp_step05 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

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

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

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.animated {
  opacity: 0; }

.fadeInUp_step01 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
  animation-direction: nomal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.fadeInUp_step02 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
  animation-direction: nomal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.fadeInUp_step03 {
  opacity: 0;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
  animation-direction: nomal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.fadeInUp_step04 {
  opacity: 0;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
  animation-direction: nomal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.fadeInUp_step05 {
  opacity: 0;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
  animation-direction: nomal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

/*

@Author: Tanislav Robert Marian.
@URL: http://www.woctech.ro

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

		Body
	00.  General
	01.  Header & footer
	02.  Homepage slider
	03.  About us
	04.  Facts
	05.  Services
	06.  Portfolio
	07.  Team
	08.  Pricing
	09.  visions
	10. Blog
	11. Contact & Subscribe
	12. Single Project
	13. Services page
	14. Contact page

*/
/* --------------------------------

00.GENERAL STYLES

-------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 300; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 400; }

html {
  font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html {
    font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; } }

* {
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #ddd; }

/* #####  text  ##### */
h1, h2, h3, h4, h5, h6 {
  color: #333; }

a:hover:after {
  width: 50%; }

a:hover, a:focus {
  color: #333;
  text-decoration: underline; }

a.outerlink {
  color: #1AB3C1; }

a.outerlink:hover, a.outerlink:focus {
  color: #1AB3C1; }

/* Expansion setting of click area */
.position-relative {
  position: relative !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: ""; }

/* /Expansion setting of click area */
ol, ul {
  list-style: none; }

p {
  color: #333;
  font-size: 16px;
  font-weight: 400; }

.lead {
  color: #333;
  font-size: 20px; }

.xsmall {
  font-size: 68%;
  letter-spacing: 0px; }

.white-color {
  color: white; }

.green-text {
  color: #BF9940; }

.gray-text {
  color: #ccc; }

.base-text {
  color: #333; }

.white {
  color: #fff; }

.bolder, .bold {
  font-weight: bold; }

ul.social-icons li a:hover {
  color: #BF9940; }

/* #####  sections  ##### */
#top-section > .container {
  max-width: 576px; }

.section-overlay ~ .container {
  position: relative;
  z-index: 5; }

section {
  position: relative; }

.section-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-image: url(../img/dot.gif);
  opacity: 0.06; }

/*部分的全画面用 - 親要素に付ける。子要素にwidth100%必須*/
.over-width {
  margin: 0 calc((50vw - 50%)* -1); }

@media (min-width: 768px) {
  .over-width {
    margin: 0 auto; } }

.border-radius-0 {
  border-radius: 0; }

.border-top-1 {
  border-top: 1px solid #FAF8F8; }

.border-bottom-1 {
  border-bottom: 1px solid #FAF8F8; }

.border-1 {
  border: 1px solid #666; }

.border-3 {
  border: 3px solid #666; }

.border-r4 {
  border-radius: 4px; }

.border-r8 {
  border-radius: 8px; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.mt-8 {
  margin-top: 80px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px; }
  .mt-md-60 {
    margin-top: 60px; } }

.mt-100 {
  margin-top: 100px; }

@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px; } }

.mt-150 {
  margin-top: 150px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-150 {
  margin-bottom: 150px; }

.mr-1 {
  margin-right: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.mt-1 {
  margin-top: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mr-0 {
  margin-right: 0rem; }

.ml-0 {
  margin-left: 0rem; }

.mt-0 {
  margin-top: 0rem; }

.mb-0 {
  margin-bottom: 0rem; }

.pt-3 {
  padding-top: 3px; }

.pt-30 {
  padding-top: 30px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-100 {
  padding-top: 100px; }

.pt-150 {
  padding-top: 150px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-150 {
  padding-bottom: 150px; }

@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px; } }

a {
  text-decoration: none;
  font-weight: 700;
  color: #1AB3C1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.btn-hero:hover:after {
  width: 100%;
  background-color: #fff; }

.btn-hero-white:hover:after {
  width: 100%; }

.contact-agree_area-label {
  margin-top: 6px; }

.fill-shadow {
  -webkit-filter: drop-shadow(0px 1.5px 3px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 1.5px 3px rgba(0, 0, 0, 0.8)); }

.fill-shadow-strong {
  -webkit-filter: drop-shadow(0px 1.5px 3px black);
  filter: drop-shadow(0px 1.5px 3px black); }

ul.list li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px; }

ul.list li:last-child {
  margin-bottom: 0; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  word-wrap: break-all;
  white-space: normal; }

.btn-narrow {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.3rem 1.6rem;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.btn-primary {
  color: #fff;
  background-color: #1AB3C1 !important;
  border-color: #1AB3C1 !important; }

.btn-primary:hover {
  color: #fff;
  background-color: #42d8e6 !important;
  border-color: #42d8e6 !important; }

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1AB3C1;
  border-color: #1AB3C1; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #11747e;
  border-color: #11747e; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary {
  color: #1AB3C1;
  background-color: transparent;
  background-image: none;
  border-color: #1AB3C1; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1AB3C1;
  border-color: #1AB3C1; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1AB3C1;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1AB3C1;
  border-color: #1AB3C1; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

.btn-secondary {
  color: #333;
  background-color: #e9ce61 !important;
  border-color: #e9ce61 !important; }

.btn-secondary:hover {
  color: #333;
  background-color: #DFB91F !important;
  border-color: #DFB91F !important; }

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #333;
  background-color: #e9ce61;
  border-color: #e9ce61; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #333;
  background-color: #9c8116;
  border-color: #9c8116; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-3rdDefinition {
  color: #fff;
  background-color: #BF9940;
  border-color: #BF9940; }

.btn-3rdDefinition:hover {
  color: #fff;
  background-color: #997a33;
  border-color: #997a33; }

.btn-3rdDefinition:focus, .btn-3rdDefinition.focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

.btn-3rdDefinition.disabled, .btn-3rdDefinition:disabled {
  color: #fff;
  background-color: #BF9940;
  border-color: #BF9940; }

.btn-3rdDefinition:not(:disabled):not(.disabled):active, .btn-3rdDefinition:not(:disabled):not(.disabled).active,
.show > .btn-3rdDefinition.dropdown-toggle {
  color: #fff;
  background-color: #997a33;
  border-color: #735c26; }

.btn-3rdDefinition:not(:disabled):not(.disabled):active:focus, .btn-3rdDefinition:not(:disabled):not(.disabled).active:focus,
.show > .btn-3rdDefinition.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

/*radius off btn*/
.btn-4thDefinition {
  color: #333;
  background-color: #D5F9FF;
  border-color: #D5F9FF;
  height: 56px;
  padding-left: 15px;
  padding-right: 15px; }

.btn-4thDefinition:hover {
  color: #333;
  background-color: #a2f2ff;
  border-color: #a2f2ff; }

.btn-4thDefinition:focus, .btn-4thDefinition.focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

.btn-4thDefinition.disabled, .btn-4thDefinition:disabled {
  color: #333;
  background-color: #D5F9FF;
  border-color: #D5F9FF; }

.btn-4thDefinition:not(:disabled):not(.disabled):active, .btn-4thDefinition:not(:disabled):not(.disabled).active,
.show > .btn-4thDefinition.dropdown-toggle {
  color: #333;
  background-color: #a2f2ff;
  border-color: #6feaff; }

.btn-4thDefinition:not(:disabled):not(.disabled):active:focus, .btn-4thDefinition:not(:disabled):not(.disabled).active:focus,
.show > .btn-4thDefinition.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

/*radius off btn*/
.btn-5thDefinition {
  color: #1AB3C1;
  background-color: #D5F9FF;
  border-color: #D5F9FF; }

.btn-5thDefinition:hover {
  color: #1AB3C1;
  background-color: #a2f2ff;
  border-color: #a2f2ff; }

.btn-5thDefinition:focus, .btn-5thDefinition.focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

.btn-5thDefinition.disabled, .btn-5thDefinition:disabled {
  color: #1AB3C1;
  background-color: #D5F9FF;
  border-color: #D5F9FF; }

.btn-5thDefinition:not(:disabled):not(.disabled):active, .btn-5thDefinition:not(:disabled):not(.disabled).active,
.show > .btn-5thDefinition.dropdown-toggle {
  color: #1AB3C1;
  background-color: #a2f2ff;
  border-color: #6feaff; }

.btn-5thDefinition:not(:disabled):not(.disabled):active:focus, .btn-5thDefinition:not(:disabled):not(.disabled).active:focus,
.show > .btn-5thDefinition.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

/*radius off btn*/
.btn-common_send {
  color: #fff;
  background-color: #1AB3C1;
  border-color: #1AB3C1; }

.btn-common_send:hover {
  color: #fff;
  background-color: #148994;
  border-color: #148994; }

.btn-common_send:focus, .btn-common_send.focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

.btn-common_send.disabled, .btn-common_send:disabled {
  color: #333;
  background-color: #999;
  border-color: #999; }

.btn-common_send:not(:disabled):not(.disabled):active, .btn-common_send:not(:disabled):not(.disabled).active,
.show > .btn-common_send.dropdown-toggle {
  color: #999;
  background-color: gray;
  border-color: #666666; }

.btn-common_send:not(:disabled):not(.disabled):active:focus, .btn-common_send:not(:disabled):not(.disabled).active:focus,
.show > .btn-common_send.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px 0.2rem rgba(110, 110, 110, 0.3); }

/* --------------------------------

icon set

-------------------------------- */
/* --------------------------------

01.HEADER & FOOTER

-------------------------------- */
.box-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: calc(100%);
  z-index: 3;
  padding: 0 15px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.box-header {
  background-color: #fff;
  border: 1px solid #FFF; }

.box-header {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
@media (min-width: 576px) {
    .box-header{
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .box-header {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .box-header {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .box-header {
      max-width: 1140px;
    }
  }
*/
.box-header.is-fixed {
  position: fixed;
  top: -60px;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.box-header.is-visible {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.box-header.menu-is-open {
  background-color: rgba(255, 255, 255, 0.96); }

.navbar-nav > .nav-item {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5rem 0.8rem; }

.navbar-nav > .nav-right-bar::after {
  content: '';
  position: absolute;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 16px;
  margin-top: 10px;
  border-right: 1px solid #999; }

.navbar-nav > .active {
  background: #1AB3C1;
  border-radius: 1.2rem;
  color: #fff; }

.box-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

.box-primary-nav-trigger .box-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #333;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  list-style: none; }

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
  transition: top .3s, background-color 0s, -webkit-transform .3s;
  -o-transition: transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s; }

.box-primary-nav-trigger .box-menu-icon::before {
  top: -8px; }

.box-primary-nav-trigger .box-menu-icon::after {
  top: 8px; }

.box-primary-nav-trigger .box-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0); }

.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #333; }

.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #333; }

.box-primary-nav-trigger {
  width: 30px;
  background-color: transparent;
  color: #333;
  height: 30px;
  line-height: 30px;
  right: 30px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.box-primary-nav-trigger .box-menu-text {
  display: inline-block; }

.box-primary-nav-trigger .box-menu-icon {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%); }

.box-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  list-style: none; }

.box-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0 2rem;
  text-transform: capitalize; }

.box-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #333;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid #666; }

.box-primary-nav a:focus {
  outline: none; }

.no-touch .box-primary-nav a:hover {
  text-decoration: none;
  color: #1AB3C1; }

.box-primary-nav .nav-copyright {
  font-size: 14px;
  padding-right: 10%;
  padding-left: 10%; }

.box-primary-nav .nav-border {
  border-top: 1px solid #666;
  padding-top: 1rem; }

.box-primary-nav .box-label {
  color: #999;
  font-weight: 700;
  font-size: 17px;
  margin: 2.4em 0 .8em; }

.box-primary-nav .box-social {
  display: inline-block;
  margin: 10px .4em; }

.box-primary-nav .box-social a {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 20px; }

.box-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.box-primary-nav {
  padding: 150px 0 0; }

.box-primary-nav li {
  font-size: 18px; }

.box-logo {
  display: block;
  padding: 20px 0;
  max-width: 360px; }

.my_svg {
  max-height: 3rem;
  max-width: 50vw;
  color: #333; }

.my_svg path {
  color: #333;
  fill: currentColor; }

.my_svg polygon {
  color: #333;
  fill: currentColor; }

.my_svg rect {
  color: #333;
  fill: currentColor; }

.is-logocolor .my_svg {
  color: #333; }

.is-logocolor.box-primary-nav-trigger .box-menu-icon {
  background-color: #BF9940; }

.is-logocolor.box-primary-nav-trigger.box-menu-icon::before {
  background-color: #BF9940; }

.is-logocolor.box-primary-nav-trigger.box-menu-icon:after {
  background-color: #BF9940; }

/* #####  Footer  ##### */
footer .footer-menu-title h4 {
  text-align: center;
  font-weight: bold; }

footer .copyright-section {
  background-color: #1AB3C1;
  padding: 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center; }

footer .copyright-section p {
  font-size: 16px; }

/* #####  SNS button  ##### */
#twit_jump {
  width: 130px;
  height: 50px;
  position: fixed;
  left: -20px;
  bottom: 5px;
  padding-left: 15px;
  background: #86DFEE;
  border: 1px solid #86DFEE;
  border-radius: 25px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#twit_jump a {
  position: relative;
  color: #fff;
  text-decoration: none; }

#twit_jump a::before {
  /*
    font-family: "Linearicons-Free";
    content: "Twitter \e818";
    */
  content: url("../img/icon-twitter.png");
  letter-spacing: 1px;
  font-size: 1rem;
  color: #fff;
  top: 14px;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 1rem; }

/* --------------------------------
TOP page - box-intro
-------------------------------- */
.box-intro {
  text-align: center;
  height: calc(100vh - 60px);
  max-width: 100%;
  padding-top: 100px;
  background-image: url(../img/top/image-top-herox2.jpg);
  background-attachment: scroll;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.box-inner {
  margin-top: auto;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  height: auto;
  background-color: rgba(26, 179, 193, 0.6); }
  .box-inner h1 {
    padding: 2rem 1rem 1rem 1rem; }
    .box-inner h1 img {
      max-width: 100%;
      height: auto;
      min-height: 200px; }
  .box-inner .h1-info .h1-infotext {
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 2rem; }
    .box-inner .h1-info .h1-infotext a.btn-flat {
      position: relative;
      overflow: hidden;
      padding: 0rem 1rem;
      border-radius: 0;
      border: 2px solid #1AB3C1;
      background: #fff;
      top: -4px;
      margin-right: 4px; }
    .box-inner .h1-info .h1-infotext a.btn-flat span {
      position: relative;
      color: #000;
      font-weight: 600; }
    .box-inner .h1-info .h1-infotext a.btn-flat:before {
      position: absolute;
      top: 0;
      left: 10px;
      width: 120%;
      height: 500%;
      content: '';
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
      -ms-transform: translateX(-98%) translateY(-70%) rotate(135deg);
      transform: translateX(-98%) translateY(-70%) rotate(135deg);
      background: #1AB3C1; }
    .box-inner .h1-info .h1-infotext a.btn-flat:hover:before {
      -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
      -ms-transform: translateX(-9%) translateY(-25%) rotate(135deg);
      transform: translateX(-9%) translateY(-25%) rotate(135deg); }
    .box-inner .h1-info .h1-infotext .h1-infotext-align {
      line-height: 1rem; }
  .box-inner .btn-readmore {
    padding: 0.5rem 1rem;
    max-width: 30%;
    height: auto;
    background-color: rgba(191, 153, 64, 0.6);
    margin-top: auto;
    margin-left: auto; }
    .box-inner .btn-readmore img {
      height: 18px; }

@media (min-width: 576px) {
  .box-intro {
    text-align: center;
    height: 660px;
    width: 100%;
    background-image: url(../img/top/image-top-herox2.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
    .box-intro .box-inner {
      margin-top: auto;
      margin-bottom: 1rem;
      width: 100%;
      height: auto;
      background-color: rgba(26, 179, 193, 0.6); }
      .box-intro .box-inner h1 {
        padding: 0.5rem; }
        .box-intro .box-inner h1 img {
          max-width: 700px;
          min-width: 560px;
          min-height: 120px;
          height: auto; }
      .box-intro .box-inner .btn-readmore {
        padding: 0rem 2rem 0.5rem;
        height: auto;
        background-color: rgba(191, 153, 64, 0.6);
        margin-top: auto;
        margin: 0 auto 1rem; }
        .box-intro .box-inner .btn-readmore img {
          height: 18px; } }

/* --------------------------------
02.Tour Visual
-------------------------------- */
#Tour-recommend .recommend-h2title {
  width: 100%;
  max-width: 720px; }

#Tour-recommend .tour_image_title {
  background: url("../img/top/recommend-h2title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#Tour-recommend .tour-banner {
  height: 140px;
  padding: 1rem 0 0 1rem;
  margin-bottom: 1rem; }
  #Tour-recommend .tour-banner.tour_image_01 {
    background: url("../img/tour/tour_image_banner_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner.tour_image_02 {
    background: url("../img/tour/tour_image_banner_02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner.tour_image_03 {
    background: url("../img/tour/tour_image_banner_03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner.tour_image_04 {
    background: url("../img/tour/tour_image_banner_04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner.tour_image_05 {
    background: url("../img/tour/tour_image_banner_05.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner.tour_image_06 {
    background: url("../img/seminar/TOP-seminarbanner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner .tour-banner-title {
    height: 80px; }
    #Tour-recommend .tour-banner .tour-banner-title img {
      padding: 0;
      height: 80px;
      max-height: 100%;
      max-width: 100%; }
  #Tour-recommend .tour-banner .btn-readmore {
    height: 30px;
    width: 140px;
    padding: 0.2rem 1rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #Tour-recommend .tour-banner .tour-banner-recommend-title {
    height: auto; }
    #Tour-recommend .tour-banner .tour-banner-recommend-title img {
      padding: 0;
      height: 80px;
      max-height: 100%;
      max-width: 94%; }
  #Tour-recommend .tour-banner .btn-period01 {
    height: 30px;
    width: 200px;
    background-color: rgba(26, 179, 193, 0.8);
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Tour-recommend .tour-banner .btn-period01 img {
      padding-left: 0.5rem;
      width: 140px;
      max-width: 80%; }
  #Tour-recommend .tour-banner .btn-period02 {
    height: 30px;
    width: 200px;
    background-color: rgba(223, 139, 128, 0.8);
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Tour-recommend .tour-banner .btn-period02 img {
      padding-left: 0.5rem;
      width: 140px;
      max-width: 80%; }
  #Tour-recommend .tour-banner .btn-period03 {
    height: 30px;
    width: 200px;
    background-color: rgba(223, 185, 31, 0.8);
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Tour-recommend .tour-banner .btn-period03 img {
      padding-left: 0.5rem;
      width: 140px;
      max-width: 80%; }
  #Tour-recommend .tour-banner .sns-area {
    margin-left: auto;
    padding: 0 0.5rem;
    height: 100%;
    width: 100px;
    background-color: #fff; }

#Tour-recommend .tour-banner-large {
  height: 240px;
  padding: 1rem;
  margin-bottom: 1rem; }
  #Tour-recommend .tour-banner-large.tour_image_01 {
    background: url("../img/tour/tour_image_banner_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner-large.tour_image_02 {
    background: url("../img/tour/tour_image_banner_02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner-large.tour_image_03 {
    background: url("../img/tour/tour_image_banner_03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner-large.tour_image_04 {
    background: url("../img/tour/tour_image_banner_04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner-large.tour_image_05 {
    background: url("../img/tour/tour_image_banner_05.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #Tour-recommend .tour-banner-large .tour-banner-title {
    height: 80px; }
    #Tour-recommend .tour-banner-large .tour-banner-title img {
      padding: 0;
      height: 80px;
      max-height: 100%;
      max-width: 100%; }
  #Tour-recommend .tour-banner-large .btn-readmore {
    height: 30px;
    width: 140px;
    padding: 0.2rem 1rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #Tour-recommend .tour-banner-large .tour-banner-recommend-title img {
    padding: 0;
    height: 210px;
    max-height: 100%;
    max-width: 100%; }
  #Tour-recommend .tour-banner-large .btn-period01 {
    height: 30px;
    width: 160px;
    background-color: rgba(26, 179, 193, 0.8);
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Tour-recommend .tour-banner-large .btn-period01 img {
      padding-left: 0.5rem;
      width: auto;
      max-width: 80%; }
  #Tour-recommend .tour-banner-large .btn-period02 {
    height: 30px;
    width: 160px;
    background-color: rgba(223, 139, 128, 0.8);
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Tour-recommend .tour-banner-large .btn-period02 img {
      padding-left: 0.5rem;
      width: auto;
      max-width: 80%; }
  #Tour-recommend .tour-banner-large .btn-period03 {
    height: 30px;
    width: 160px;
    background-color: rgba(223, 185, 31, 0.8);
    position: absolute;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Tour-recommend .tour-banner-large .btn-period03 img {
      padding-left: 0.5rem;
      width: auto;
      max-width: 80%; }
  #Tour-recommend .tour-banner-large .sns-area {
    margin-left: auto;
    padding: 0 0.5rem;
    height: 100%;
    width: 100px;
    background-color: #fff; }

/* --------------------------------

03.Content-Setting

-------------------------------- */
#mystudyabroad {
  background: #F7F1E3; }

#mystudyabroad .mystudyabroad_title {
  padding: 1.4rem;
  border-top: 4px dotted #935D53;
  border-bottom: 4px dotted #935D53;
  background: #F7F1E3;
  margin-bottom: 3rem; }
  #mystudyabroad .mystudyabroad_title img {
    max-width: 260px; }

#mystudyabroad .mystudyabroad-user {
  margin-bottom: 3rem; }
  #mystudyabroad .mystudyabroad-user .user_image {
    width: 140px;
    margin-right: 10px; }
    #mystudyabroad .mystudyabroad-user .user_image img {
      border-radius: 50%;
      width: 140px;
      height: 140px; }
  #mystudyabroad .mystudyabroad-user .user_comment h3 {
    font-size: 18px;
    font-weight: bold; }
  #mystudyabroad .mystudyabroad-user .user_name img {
    width: 30px;
    height: auto; }
  #mystudyabroad .mystudyabroad-user .user_name h5 {
    font-weight: bold;
    font-size: 14px; }

#planandprice .planandprice_title {
  padding: 1.4rem;
  background: #FAF8F8; }
  #planandprice .planandprice_title h2 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0; }

#planandprice .plan_01_banner {
  height: 240px;
  padding: 1rem 1rem 0 0;
  margin-bottom: 1rem;
  background: url("../img/planandprice/plane_01_image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#planandprice .plan_02_banner {
  height: 240px;
  padding: 1rem 1rem 0 0;
  margin-bottom: 1rem;
  background: url("../img/planandprice/plane_02_image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#planandprice .plan_01_tag {
  padding: 0 1.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #dfb91f;
  width: 200px; }

#planandprice .plan_02_tag {
  padding: 0 1.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #1ab3c1;
  width: 200px; }

#planandprice .plan_title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  width: 330px;
  max-width: 100%; }
  #planandprice .plan_title img {
    max-width: 95%; }

#planandprice .plan_lead01 {
  margin-left: 1rem;
  width: 300px;
  max-width: 100%; }
  #planandprice .plan_lead01 img {
    max-width: 95%; }

#planandprice .plan_lead02 {
  margin-left: 1rem;
  width: 240px;
  max-width: 100%; }
  #planandprice .plan_lead02 img {
    max-width: 95%; }

#planandprice .plan_01_pointlist ol {
  list-style: none; }

#planandprice .plan_01_pointlist li {
  padding: 1rem 2rem 1rem 2.4rem;
  font-weight: bold;
  border-bottom: 2px dotted #666;
  background: url("../img/svg/check-mark_primary.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center left; }

#planandprice .plan_02_pointlist h5 {
  font-weight: bold;
  color: #1AB3C1;
  text-align: center; }

#planandprice .plan_02_pointlist ol {
  list-style: none; }

#planandprice .plan_02_pointlist li {
  padding: 1rem 2rem 1rem 2.4rem;
  font-weight: bold;
  border-bottom: 2px dotted #666;
  background: url("../img/svg/check-mark_secondary.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center left; }

#planpriceguide .planpriceguide_title {
  padding: 1.4rem;
  background: #FAF8F8; }
  #planpriceguide .planpriceguide_title h2 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0; }

#planpriceguide dl,
#planpriceguide dt,
#planpriceguide dd {
  padding: 0;
  margin: 0; }

#planpriceguide .guide-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

#planpriceguide .guide-list dt {
  font-size: 16px;
  padding: 4px 0 4px 10px;
  width: 30%;
  text-align: center; }

#planpriceguide .guide-list dd {
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 0;
  width: 30%;
  text-align: center; }

@media screen and (min-width: 768px) {
  #planpriceguide .guide-list dt {
    min-width: 1px; }
  #planpriceguide .guide-list dd {
    min-width: 1px; } }

#fast-estimate {
  /* Variables */ }
  #fast-estimate .arrow-down {
    width: 100%;
    max-width: 40px;
    height: auto; }
  #fast-estimate .result-border {
    border: 4px solid #1AB3C1;
    border-radius: 10px;
    max-width: 100%;
    padding: 4px; }
  #fast-estimate .fast-estimate_title {
    padding: 1.4rem;
    background: #FAF8F8; }
    #fast-estimate .fast-estimate_title h2 {
      color: #666;
      font-weight: bold;
      padding: 0;
      margin: 0; }
  #fast-estimate h3, #fast-estimate .h3 {
    font-weight: bold;
    text-align: center;
    color: #666; }
  #fast-estimate .estimate-allresult {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    #fast-estimate .estimate-allresult span {
      font-size: 1rem; }
    #fast-estimate .estimate-allresult .lead {
      text-align: center;
      font-size: 1rem; }
    #fast-estimate .estimate-allresult .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      font-weight: bold;
      font-size: 2.4rem;
      color: #666; }
      #fast-estimate .estimate-allresult .price h2 {
        color: #666;
        padding: 0;
        margin: 0;
        font-weight: bold;
        font-size: 3.6rem;
        text-align: center; }
  #fast-estimate .plane_image {
    padding: 1rem 2rem;
    max-width: 320px;
    margin: 0 auto; }
    #fast-estimate .plane_image img {
      border-radius: 50%;
      width: 100%;
      height: 100%; }
  #fast-estimate .plane_price h2 {
    font-weight: bold;
    text-align: center; }
  #fast-estimate .acd-check {
    display: none; }
  #fast-estimate .acd-label {
    display: block;
    position: relative;
    font-weight: bold;
    background: #F7F1E3;
    max-width: 100%;
    margin-bottom: 0;
    padding: 10px; }
  #fast-estimate .acd-label:after {
    background: #F7F1E3;
    content: "▼";
    color: #999;
    font-weight: 900;
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0; }
  #fast-estimate .acd-content {
    border: 2px solid #F7F1E3;
    max-width: 100%;
    height: 0;
    /*高さを0に*/
    padding: 0;
    /*余白を0に*/
    overflow: hidden;
    /*非表示に*/
    opacity: 0;
    /*中身を透明に*/
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  #fast-estimate .acd-check:checked + .acd-label:after {
    content: "▲";
    font-weight: 900; }
  #fast-estimate .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 10px;
    visibility: visible; }
  #fast-estimate .acd-check02 {
    display: none; }
  #fast-estimate .acd-label02 {
    display: block;
    position: relative;
    font-weight: bold;
    background: #ddd;
    max-width: 100%;
    margin-bottom: 0;
    padding: 10px;
    padding-right: 50px; }
  #fast-estimate .acd-label02:after {
    background: #ddd;
    content: "＋　";
    color: #333;
    font-weight: 900;
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0; }
  #fast-estimate .acd-content02 {
    border: 2px solid #ddd;
    max-width: 100%;
    height: 0;
    /*高さを0に*/
    padding: 0;
    /*余白を0に*/
    overflow: hidden;
    /*非表示に*/
    opacity: 0;
    /*中身を透明に*/
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  #fast-estimate .acd-check02:checked + .acd-label02:after {
    content: "―　";
    font-weight: 900; }
  #fast-estimate .acd-check02:checked + .acd-label02 + .acd-content02 {
    height: auto;
    opacity: 1;
    padding: 10px 10px;
    visibility: visible; }

#fast-estimate .check-option {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem; }
  #fast-estimate .check-option input {
    margin-right: 5px; }
  #fast-estimate .check-option label {
    padding: 0;
    margin: 0; }
  #fast-estimate .check-option .btn-option {
    height: 60px; }

#fast-estimate .form-control option {
  text-align: center; }

#faq {
  /*FAQ部アコーディオン部設定*/
  /* end FAQ部アコーディオン部設定*/ }
  #faq .faq_title {
    padding: 1.4rem;
    background: #FAF8F8; }
    #faq .faq_title h2 {
      color: #666;
      font-weight: bold;
      padding: 0;
      margin: 0; }
  #faq h4 {
    text-align: center;
    font-weight: bold; }
  #faq .acd-check {
    display: none; }
  #faq .acd-label {
    position: relative;
    font-weight: bold;
    background: #F7F1E3;
    max-width: 100%;
    min-height: 100px;
    margin-bottom: 0;
    padding: 10px; }
  #faq .acd-label:after {
    background: #F7F1E3;
    content: "▼";
    color: #999;
    font-weight: 900;
    display: block;
    padding: 10px;
    margin-bottom: 0; }
  #faq .acd-content {
    border: 2px solid #F7F1E3;
    max-width: 100%;
    height: 0;
    /*高さを0に*/
    padding: 0;
    /*余白を0に*/
    overflow: hidden;
    /*非表示に*/
    opacity: 0;
    /*中身を透明に*/
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  #faq .acd-check:checked + .acd-label:after {
    content: "▲";
    font-weight: 900; }
  #faq .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 20px;
    visibility: visible; }
  #faq .question-q {
    width: 8%;
    font-size: 24px;
    text-align: center;
    margin-right: 10px; }
  #faq .question-text {
    max-width: 80%;
    width: 80%; }

#planpackage-content02 .guidemesseage {
  padding: 1rem 3rem;
  background-color: #F7F1E3; }
  #planpackage-content02 .guidemesseage h5 {
    padding: 0;
    margin: 0;
    line-height: 1.5; }

/* --------------------------------
下層 ページ
-------------------------------- */
.breadcrumb {
  background-color: #ddd;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 1rem;
  font-weight: bold;
  margin-top: 60px; }

.breadcrumb .inner {
  font-size: 10px;
  color: #1AB3C1;
  padding: 0;
  margin-right: 0.4rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

body {
  background-color: #fff; }

.overflow-hidden {
  background-color: #fff;
  overflow: hidden; }

/* --------------------------------
privacypolicy　ページ
-------------------------------- */
#privacypolicy h3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

#privacypolicy p {
  line-height: 1.5; }

#privacypolicy .c_ttl01 {
  margin-top: 2rem;
  margin-bottom: 1rem; }

#privacypolicy .c_ttl02 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #1AB3C1; }

#privacypolicy .c_ttl03 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1AB3C1; }

#privacypolicy .c_ttl05 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd; }

#privacypolicy .c_ttl07 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd; }

#privacypolicy .p_box02 {
  margin-top: 2rem; }

#privacypolicy .c_tbl02 th, #privacypolicy .c_tbl02 td {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0 0.4rem; }

#privacypolicy .c_tbl02 th {
  padding-right: 1rem; }

/* --------------------------------

00 bottom-Seminar-Entryform

-------------------------------- */
.contact-section {
  /* Removes awkward default styles on some .contact-form inputs for iOS */
  /* IE11での文字ズレ調整用 */ }
  .contact-section label {
    font-weight: bold; }
    .contact-section label span {
      padding-left: 1rem;
      font-weight: 400;
      color: #ffd137; }
  .contact-section input[type=radio] + label {
    font-weight: 400; }
  .contact-section .contact-form input[type="email"],
  .contact-section .contact-form input[type="number"],
  .contact-section .contact-form input[type="search"],
  .contact-section .contact-form input[type="text"],
  .contact-section .contact-form input[type="tel"],
  .contact-section .contact-form input[type="url"],
  .contact-section .contact-form input[type="password"],
  .contact-section .contact-form textarea,
  .contact-section .contact-form select {
    height: 3rem;
    padding: 2px 1rem;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .contact-section .contact-form input[type="email"],
  .contact-section .contact-form input[type="number"],
  .contact-section .contact-form input[type="search"],
  .contact-section .contact-form input[type="text"],
  .contact-section .contact-form input[type="tel"],
  .contact-section .contact-form input[type="url"],
  .contact-section .contact-form input[type="password"],
  .contact-section .contact-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .contact-section .contact-form textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px; }
  .contact-section .contact-form input[type="email"]:focus,
  .contact-section .contact-form input[type="number"]:focus,
  .contact-section .contact-form input[type="search"]:focus,
  .contact-section .contact-form input[type="text"]:focus,
  .contact-section .contact-form input[type="tel"]:focus,
  .contact-section .contact-form input[type="url"]:focus,
  .contact-section .contact-form input[type="password"]:focus,
  .contact-section .contact-form textarea:focus,
  .contact-section .contact-form select:focus {
    border: 1px solid #1AB3C1;
    outline: 0; }
  .contact-section .contact-form fieldset {
    padding: 0;
    border-width: 0; }
  .contact-section .contact-form input[type="checkbox"],
  .contact-section .contact-form input[type="radio"] {
    display: inline; }
  .contact-section .contact-form label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal; }
  .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form label > span {
    padding: 0.6rem 1rem 0; }
  .contact-section .contact-form_select_matter select,
  .contact-section .contact-form_select_birth select,
  .contact-section .contact-form_select_entry select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .contact-section .contact-form_select_matter select,
  .contact-section .contact-form_select_birth select,
  .contact-section .contact-form_select_entry select {
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: ''; }
  .contact-section .contact-form_select_matter select::-ms-expand,
  .contact-section .contact-form_select_birth select::-ms-expand,
  .contact-section .contact-form_select_entry select::-ms-expand {
    display: none; }
  .contact-section .contact-form_select_matter {
    position: relative; }
  .contact-section .radio-a,
  .contact-section .radio-b,
  .contact-section .radio-c,
  .contact-section .radio-d {
    margin-right: 5px; }
  .contact-section .contact-form_select_year {
    width: 5em; }
  .contact-section .contact-form_select_month,
  .contact-section .contact-form_select_day {
    width: 5em; }
  .contact-section .required_label {
    padding: 0.4rem 1rem; }
  .contact-section .form-group {
    width: 100%; }
  .contact-section .contact-form {
    width: 100%;
    min-width: 100%; }
  .contact-section .contact-form .form-control {
    width: 100%;
    min-width: 100%; }
  .contact-section .p-postal-code {
    width: 5em;
    max-width: 100%; }
  .contact-section .phone-number {
    width: 5em; }
  .contact-section .number-bar {
    line-height: 2.5;
    margin-right: 0.4rem;
    margin-left: 0.4rem; }
  .contact-section .contact-form-partition {
    margin-bottom: 1rem; }
  .contact-section .contact-form-content textarea {
    min-height: auto;
    height: 12em;
    line-height: 1.5em; }
  .contact-section .contact-agree_area .contact-agree_check {
    margin-right: 0.4rem; }
  .contact-section .contact-agree_area .contact-agree_area-label a {
    color: #1AB3C1; }
  .contact-section .contact-agree_area .contact-agree_area-label a:hover {
    color: #1AB3C1; }
  .contact-section .contact-form input[type="text"]:required,
  .contact-section .contact-form input[type="email"]:required {
    background-color: rgba(255, 235, 235, 0.5); }
  .contact-section #contact_sendcheck input[type="submit"],
  .contact-section #contact_sendcheck input[type="button"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0; }
  .contact-section #contact_sendcheck input[type="submit"] {
    height: 4rem;
    background-color: #1AB3C1;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-top: 2rem; }
  .contact-section #contact_sendcheck input[type="submit"]:hover {
    background-color: #fff;
    color: #1AB3C1;
    border: #1AB3C1 1px solid; }
  .contact-section #contact_sendcheck input[type="button"] {
    height: 4rem;
    background-color: #666;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-top: 2rem; }
  .contact-section #contact_sendcheck input[type="button"]:hover {
    background-color: #fff;
    color: #666;
    border: #666 1px solid; }
  .contact-section #contact_sendcheck .formTable {
    max-width: 100%;
    width: 100%; }
    .contact-section #contact_sendcheck .formTable th, .contact-section #contact_sendcheck .formTable td {
      padding: 1rem 1rem;
      border-bottom: 1px solid #ddd; }
    .contact-section #contact_sendcheck .formTable th {
      width: 30%; }
  .contact-section #contact_sendcheck .btn-contact-sendcheck_back {
    margin: 0;
    margin-top: 2rem;
    width: 100%;
    display: block; }
  .contact-section #contact_sendcheck .btn-contact-sendcheck_send {
    margin: 0;
    margin-top: 0rem;
    width: 100%;
    display: block; }
  @media screen and (min-width: 960px) {
    .contact-section {
      /* Forms reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
      /* IE11での文字ズレ調整用 */ }
      .contact-section .contact-form input[type="email"],
      .contact-section .contact-form input[type="number"],
      .contact-section .contact-form input[type="search"],
      .contact-section .contact-form input[type="text"],
      .contact-section .contact-form input[type="tel"],
      .contact-section .contact-form input[type="url"],
      .contact-section .contact-form input[type="password"],
      .contact-section .contact-form textarea,
      .contact-section .contact-form select {
        height: 4rem;
        padding: 2px 0.4rem;
        /* The 6px vertically centers text on FF, ignored by Webkit */ }
      .contact-section .contact-form textarea {
        min-height: 3rem;
        padding-top: 6px;
        padding-bottom: 6px; }
      .contact-section .contact-form label,
      .contact-section .contact-form legend {
        display: inline-block;
        margin-bottom: .5rem;
        font-weight: 600; }
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form label {
        padding-top: 0.2rem; }
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="email"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="number"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="search"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="text"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="tel"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="url"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form input[type="password"],
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form textarea,
      .contact-section _:lang(x)::-ms-backdrop, .contact-section .contact-form select {
        /* The 6px vertically centers text on FF, ignored by Webkit */ }
      .contact-section .contact-form {
        width: auto;
        min-width: auto; }
      .contact-section .number-bar {
        line-height: 2.5; }
      .contact-section .contact-form-content textarea {
        min-height: auto;
        height: 10em;
        line-height: 1.5em; } }
  .contact-section .privacycovenant {
    height: 10em;
    border: 1px #ccc solid;
    border-radius: 0.5em;
    resize: none;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    padding: 15px;
    font-size: 1.1em; }
  .contact-section dl,
  .contact-section dt,
  .contact-section dd {
    padding: 0;
    margin: 0; }
  .contact-section dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; }
  .contact-section dt {
    font-size: 16px;
    padding: 4px 0 4px 0px;
    width: auto;
    text-align: left; }
  .contact-section dd {
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 0 4px 1rem;
    width: auto;
    text-align: left; }
  @media screen and (min-width: 768px) {
    .contact-section dt {
      min-width: 1px; }
    .contact-section dd {
      min-width: 1px; } }
  .contact-section ul, .contact-section li {
    margin: 0; }

/* --------------------------------
下層 - プランパッケージ
-------------------------------- */
#planpackage .plan_01_banner {
  height: 240px;
  padding: 1rem;
  background: url("../img/tour/tour_plan01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1rem; }

#planpackage .plan_02_banner {
  height: 240px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: url("../img/tour/tour_plan02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1rem; }

#planpackage .plan_title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  width: 100%;
  max-width: 330px;
  min-width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 1rem;
  padding-left: 1rem; }

#planpackage .plan_lead {
  padding: 0rem 0 1rem; }
  #planpackage .plan_lead .lead_title01 {
    font-weight: bold;
    color: #1AB3C1;
    text-align: left;
    padding-bottom: 0.5rem; }
  #planpackage .plan_lead .lead_title02 {
    font-weight: bold;
    color: #DFB91F;
    text-align: left;
    padding-bottom: 0.5rem; }
  #planpackage .plan_lead .lead_title03 {
    font-weight: bold;
    color: #ee4f57;
    text-align: left;
    padding-bottom: 0.5rem; }
  #planpackage .plan_lead hr {
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 2px solid #ddd; }
  #planpackage .plan_lead h6 {
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    padding-left: 0.4rem; }
  #planpackage .plan_lead .plan_lead_border01 {
    border-left: 4px solid #1AB3C1;
    margin-bottom: 1rem; }
  #planpackage .plan_lead .plan_lead_border02 {
    border-left: 4px solid #DFB91F;
    margin-bottom: 1rem; }

#aboutmalta .banner_aboutmalta {
  height: 240px;
  padding: 1rem;
  background: url("../img/about/about_malta.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1rem; }
  #aboutmalta .banner_aboutmalta img {
    position: relative;
    width: 60vw;
    max-width: 300px; }

#aboutmalta .charmmalta_content .title {
  font-weight: bold;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem; }

#aboutmalta .charmmalta_content .title-v01 {
  border-left: 2px solid #1AB3C1;
  border-bottom: 2px solid #1AB3C1;
  color: #1AB3C1; }

#aboutmalta .charmmalta_content .title-v02 {
  border-left: 2px solid #BF9940;
  border-bottom: 2px solid #BF9940;
  color: #BF9940; }

#aboutmalta .charmmalta_content .title-v03 {
  border-left: 2px solid #DF8B80;
  border-bottom: 2px solid #DF8B80;
  color: #DF8B80; }

#aboutmalta .charmmalta_content .title-v04 {
  border-left: 2px solid #69B90C;
  border-bottom: 2px solid #69B90C;
  color: #69B90C; }

#aboutmalta .charmmalta_content .lead {
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px; }

#activity-introduction .content_title {
  padding: 1.4rem;
  background: #F7F1E3; }
  #activity-introduction .content_title h2 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0; }

#activity-introduction .activity_01_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #DFB91F; }
  #activity-introduction .activity_01_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#activity-introduction .activity_01_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/activity_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#activity-introduction .activity_01_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #activity-introduction .activity_01_lead h4 {
    font-weight: bold;
    color: #DFB91F; }
  #activity-introduction .activity_01_lead .activity_datail .lead_tag {
    padding: 0.4rem 1rem;
    margin-left: -15px;
    width: auto;
    background-color: #DFB91F;
    color: #fff; }
  #activity-introduction .activity_01_lead .activity_datail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #activity-introduction .activity_01_lead .activity_datail li {
    padding-left: 1em;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    text-indent: -1em; }
  #activity-introduction .activity_01_lead .activity_datail li:before {
    content: "● ";
    color: #DFB91F; }

#activity-introduction .activity_02_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #69B90C; }
  #activity-introduction .activity_02_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#activity-introduction .activity_02_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/activity_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#activity-introduction .activity_02_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #activity-introduction .activity_02_lead h4 {
    font-weight: bold;
    color: #69B90C; }
  #activity-introduction .activity_02_lead .activity_datail .lead_tag {
    padding: 0.4rem 1rem;
    margin-left: -15px;
    width: auto;
    background-color: #69B90C;
    color: #fff; }
  #activity-introduction .activity_02_lead .activity_datail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #activity-introduction .activity_02_lead .activity_datail li {
    padding-left: 1em;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    text-indent: -1em; }
  #activity-introduction .activity_02_lead .activity_datail li:before {
    content: "● ";
    color: #69B90C; }

#activity-introduction .activity_other_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #935D53; }
  #activity-introduction .activity_other_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#activity-introduction .activity_other_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/activity_03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#activity-introduction .activity_other_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #activity-introduction .activity_other_lead h4 {
    font-weight: bold;
    color: #935D53; }
  #activity-introduction .activity_other_lead .activity_datail .lead_tag {
    padding: 0.4rem 1rem;
    margin-left: -15px;
    width: auto;
    background-color: #935D53;
    color: #fff; }
  #activity-introduction .activity_other_lead .activity_datail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #activity-introduction .activity_other_lead .activity_datail li {
    padding-left: 1em;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    text-indent: -1em; }
  #activity-introduction .activity_other_lead .activity_datail li:before {
    content: "● ";
    color: #935D53; }

#school-introduction .content_title {
  padding: 1.4rem;
  background: #F7F1E3; }
  #school-introduction .content_title h2 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0; }

#school-introduction .school_01_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #DF8B80; }
  #school-introduction .school_01_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#school-introduction .school_01_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/school_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#school-introduction .school_01_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #school-introduction .school_01_lead h4 {
    font-weight: bold;
    color: #DF8B80; }
  #school-introduction .school_01_lead .school_datail {
    margin-top: 0.2rem; }
    #school-introduction .school_01_lead .school_datail .lead_tag {
      padding: 0.1rem 1rem;
      margin-left: -15px;
      width: auto;
      background-color: #DF8B80;
      color: #fff; }
    #school-introduction .school_01_lead .school_datail ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px #999 dotted;
      border-bottom: 1px #999 dotted;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    #school-introduction .school_01_lead .school_datail li {
      padding-left: 1em;
      padding-bottom: 0.2rem;
      padding-top: 0.2rem;
      text-indent: -1em; }
    #school-introduction .school_01_lead .school_datail li:before {
      content: "● ";
      color: #DF8B80; }

#school-introduction .school_02_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #86DFEE; }
  #school-introduction .school_02_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#school-introduction .school_02_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/school_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#school-introduction .school_02_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #school-introduction .school_02_lead h4 {
    font-weight: bold;
    color: #86DFEE; }
  #school-introduction .school_02_lead .school_datail {
    margin-top: 0.2rem; }
    #school-introduction .school_02_lead .school_datail .lead_tag {
      padding: 0.1rem 1rem;
      margin-left: -15px;
      width: auto;
      background-color: #86DFEE;
      color: #fff; }
    #school-introduction .school_02_lead .school_datail ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px #999 dotted;
      border-bottom: 1px #999 dotted;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    #school-introduction .school_02_lead .school_datail li {
      padding-left: 1em;
      padding-bottom: 0.2rem;
      padding-top: 0.2rem;
      text-indent: -1em; }
    #school-introduction .school_02_lead .school_datail li:before {
      content: "● ";
      color: #86DFEE; }

#school-introduction .school_03_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #d4b1d4; }
  #school-introduction .school_03_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#school-introduction .school_03_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/school_03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#school-introduction .school_03_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #school-introduction .school_03_lead h4 {
    font-weight: bold;
    color: #d4b1d4; }
  #school-introduction .school_03_lead .school_datail {
    margin-top: 0.2rem; }
    #school-introduction .school_03_lead .school_datail .lead_tag {
      padding: 0.1rem 1rem;
      margin-left: -15px;
      width: auto;
      background-color: #d4b1d4;
      color: #fff; }
    #school-introduction .school_03_lead .school_datail ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px #999 dotted;
      border-bottom: 1px #999 dotted;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    #school-introduction .school_03_lead .school_datail li {
      padding-left: 1em;
      padding-bottom: 0.2rem;
      padding-top: 0.2rem;
      text-indent: -1em; }
    #school-introduction .school_03_lead .school_datail li:before {
      content: "● ";
      color: #d4b1d4; }

#school-introduction .guidemesseage {
  padding: 1rem 3rem; }
  #school-introduction .guidemesseage h5 {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: bold; }

#school-introduction .school_online-01_title {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #86DFEE; }
  #school-introduction .school_online-01_title h5 {
    font-weight: bold;
    color: #fff;
    margin: 0; }

#school-introduction .school_online-01_image {
  height: 240px;
  width: 100%;
  padding: 1rem;
  background: url("../img/about/school_online01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#school-introduction .school_online-01_lead {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5rem; }
  #school-introduction .school_online-01_lead h4 {
    font-weight: bold;
    color: #86DFEE; }
  #school-introduction .school_online-01_lead .school_datail {
    margin-top: 0.2rem; }
    #school-introduction .school_online-01_lead .school_datail .lead_tag {
      padding: 0.1rem 1rem;
      margin-left: -15px;
      width: auto;
      background-color: #86DFEE;
      color: #fff; }
    #school-introduction .school_online-01_lead .school_datail ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px #999 dotted;
      border-bottom: 1px #999 dotted;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    #school-introduction .school_online-01_lead .school_datail li {
      padding-left: 1em;
      padding-bottom: 0.2rem;
      padding-top: 0.2rem;
      text-indent: -1em; }
    #school-introduction .school_online-01_lead .school_datail li:before {
      content: "● ";
      color: #86DFEE; }

#stepflow .content_title {
  padding: 1.4rem;
  background: #F7F1E3; }
  #stepflow .content_title h2 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0; }

#stepflow .flow-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 70px 1fr;
  grid-template-rows: 70px 1fr;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr; }
  #stepflow .flow-grid ul, #stepflow .flow-grid li {
    padding: 0;
    margin: 0; }
  #stepflow .flow-grid .flow-step {
    width: 100%;
    height: auto;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end; }
  #stepflow .flow-grid .flow-line {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    background: #1AB3C1;
    height: 100%;
    min-height: 3rem;
    width: 4px;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start; }
  #stepflow .flow-grid .flow-content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding: 2rem 1rem 10px; }

#stepflow .flow-end {
  background: #1AB3C1;
  border: 1px solid #1AB3C1;
  border-radius: 10px;
  padding: 4px; }
  #stepflow .flow-end h3 {
    padding: 0;
    margin: 0;
    color: #fff; }

#seminar .banner_aboutmalta {
  height: 240px;
  padding: 1rem;
  background: url("../img/about/about_malta.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1rem; }
  #seminar .banner_aboutmalta img {
    position: relative;
    width: 60vw;
    max-width: 300px; }

#seminar .charmmalta_content .title {
  font-weight: bold;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem; }

#seminar .charmmalta_content .title-v01 {
  border-left: 2px solid #1AB3C1;
  border-bottom: 2px solid #1AB3C1;
  color: #1AB3C1; }

#seminar .charmmalta_content .title-v02 {
  border-left: 2px solid #BF9940;
  border-bottom: 2px solid #BF9940;
  color: #BF9940; }

#seminar .charmmalta_content .title-v03 {
  border-left: 2px solid #DF8B80;
  border-bottom: 2px solid #DF8B80;
  color: #DF8B80; }

#seminar .charmmalta_content .title-v04 {
  border-left: 2px solid #69B90C;
  border-bottom: 2px solid #69B90C;
  color: #69B90C; }

#seminar .charmmalta_content .lead {
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px; }

#seminar-introduction .content_title {
  padding: 1.4rem;
  background: #F7F1E3; }
  #seminar-introduction .content_title h2 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0; }

#seminar-introduction .seminar_01_image {
  height: 70vh;
  width: 100%;
  padding: 1rem;
  background: url("../img/seminar/seminar_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media (min-width: 768px) {
  #seminar-introduction .seminar_01_image {
    background: url("../img/seminar/seminar_01_@2x.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover 100%; } }

svg {
  overflow: hidden;
  vertical-align: middle; }

#svg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.title-backbar-01 {
  color: #333333; }
  .title-backbar-01:after {
    position: absolute;
    content: '';
    top: 18px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: -1;
    background: rgba(26, 179, 193, 0.4); }

.title-backbar-02 {
  position: relative;
  padding: 1rem 1.4rem calc(1rem + 10px);
  background: #fffa9c; }
  .title-backbar-02:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #999; }

.title-backbar-03 {
  color: #333333;
  line-height: 1.2; }
  .title-backbar-03:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: -1;
    background: rgba(212, 177, 212, 0.4); }

.title-backbar-04 {
  color: #333333;
  line-height: 1.2; }
  .title-backbar-04:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: -1;
    background: #ece88f; }

.title-backbar-05 {
  padding-left: 4px;
  padding-right: 4px;
  background: #ece88f; }

.title-backbar-06 {
  padding-left: 4px;
  padding-right: 4px;
  background: rgba(26, 179, 193, 0.2); }

.title-backbar-07 {
  padding-left: 4px;
  padding-right: 4px;
  background: rgba(223, 139, 128, 0.2); }

#seminar-content01 {
  padding-top: 10px;
  padding-bottom: 120px; }
  #seminar-content01 .seminar_01_title {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #DFB91F; }
    #seminar-content01 .seminar_01_title h5 {
      font-weight: 700;
      color: #fff;
      margin: 0; }
  #seminar-content01 .seminar_01_lead {
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.5rem;
    position: relative;
    /*
        &:after{
            position: absolute;
            content:"";
            background:url("../img/seminar/seminar_content_01bg.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            opacity: 0.4;
            top: 100px;
            left: 0;
            width: 100%;
            height: 300px;
            z-index: -2;
        }*/ }
    #seminar-content01 .seminar_01_lead h3 {
      text-align: center; }
    #seminar-content01 .seminar_01_lead p {
      font-weight: bold;
      line-height: 2; }

#seminar-content02 {
  padding: 0rem 0 4rem; }
  #seminar-content02 .seminar_02_lead h2 {
    font-weight: bold; }
  #seminar-content02 .seminar_02_lead h4 {
    font-weight: bold;
    color: #fff; }
  #seminar-content02 .seminar_02_lead .seminar_datail .lead_tag {
    padding: 0.4rem 1rem;
    margin-left: -15px;
    width: auto;
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #fff; }
  #seminar-content02 .seminar_02_lead .seminar_datail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #seminar-content02 .seminar_02_lead .seminar_datail li {
    padding-left: 1em;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    text-indent: -1em; }
  #seminar-content02 .seminar_02_lead .seminar_datail li:before {
    content: "● ";
    color: #DFB91F; }

#seminar-content03 .seminar_03_lead .seminar_datail {
  margin-bottom: 1rem; }
  #seminar-content03 .seminar_03_lead .seminar_datail .lead_tag {
    padding: 0.4rem 1rem;
    margin-left: -15px;
    width: auto;
    color: #1AB3C1;
    font-weight: 700;
    border-bottom: 2px solid #1AB3C1; }
  #seminar-content03 .seminar_03_lead .seminar_datail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #seminar-content03 .seminar_03_lead .seminar_datail li {
    padding-left: 1em;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    text-indent: -1em; }
  #seminar-content03 .seminar_03_lead .seminar_datail li:before {
    content: "● ";
    color: #1AB3C1; }

#seminar-content04 .seminar_04_lead h4 {
  font-weight: bold;
  color: #fff; }

#seminar-content04 .seminar_04_lead .seminar_datail .lead_tag {
  padding: 0.4rem 1rem;
  margin-left: -15px;
  width: auto;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff; }

#seminar-content04 .seminar_04_lead .seminar_datail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px #999 dotted;
  border-bottom: 1px #999 dotted;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

#seminar-content04 .seminar_04_lead .seminar_datail li {
  padding-left: 1em;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  text-indent: -1em; }

#seminar-content04 .seminar_04_lead .seminar_datail li:before {
  content: "● ";
  color: #DFB91F; }

.guidemesseage {
  padding: 1rem 3rem; }
  .guidemesseage h5 {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: bold; }
