@charset "UTF-8";
/* ============================================
Base
============================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #00265a;
}

img {
  border: none;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, sans-serif;
  border-radius: 0;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* ============================================
Blocks
============================================ */
.container {
  width: 100%;
  padding-top: 56px;
  background: #FFF;
}

.main {
  position: relative;
  height: 88.3vw;
}
.main_sky {
  height: 100%;
  position: relative;
  background: linear-gradient(0deg, #71c7d5 70%, #52c1e1);
}
.main_mountain {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 320%;
  margin-left: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main_bg {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	width: 320%;
	margin-left: 0;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 0px;
	max-width: 320%;
}
.main_cloud {
  position: absolute;
  will-change: animation;
  left: -23.3vw;
  -webkit-animation: clouds infinite linear both;
  animation: clouds infinite linear both;
}
.main_cloud-1 {
  width: 7.25vw;
  top: 2.5vw;
}
.main_cloud-2 {
  width: 12.71vw;
  top: 4vw;
}
.main_cloud-3 {
  width: 8.96vw;
  top: 7vw;
}
.main_cloud-4 {
  width: 6.93vw;
  top: 4vw;
}
.main_cloud-5 {
  width: 7.09vw;
  top: 3vw;
}
.main_cloud-6 {
  width: 8.96vw;
  top: 1vw;
}
.main_cloud-7 {
  width: 12.71vw;
  top: 11vw;
}
.main_cloud-8 {
  width: 6.93vw;
  top: 12vw;
}
.main_cloud-9 {
  width: 7.09vw;
  top: 20vw;
}
.main_cloud-10 {
  width: 8.81vw;
  top: 20vw;
}
.main_cloud img {
  width: 100%;
  max-width: none;
  height: auto;
}
.main_baloonShip {
  width: 13.5vw;
  position: absolute;
  /* top: 11.5vw; */
  bottom: 69vw;
  left: 9.8vw;
  z-index: 3;
}
.main_baloonShip img {
  width: 100%;
  max-width: none;
  height: auto;
  will-change: animation;
}
.main_baloonNav {
  display: none;
}
.main_screen {
  width: 28.5vw;
  position: absolute;
  top: 23.0vw;
  left: -0.8vw;
  z-index: 3;
}
.main_screen img {
  width: 100%;
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}
.main_screen #video {
  position: absolute;
  top: 2.3vw;
  left: 1.0vw;
  max-width: 114%;
}
.main_ferrisWheel {
  width: 31vw;
  position: absolute;
  top: 11.9vw;
  right: 0;
  overflow: hidden;
  z-index: 3;
}
.main_ferrisWheel-body {
  width: 47vw;
  height: 48vw;
  background-image: url(../images/top/ferris-wheel-body.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 141vw 48vw;
}
.main_ferrisWheel-stand {
  width: 48vw;
  position: absolute;
  top: 0vw;
  right: -16.2vw;
}
.main_ferrisWheel-stand img {
  display: block;
  width: 100%;
}
.main_car {
  display: none;
}
.main_kabuki {
  width: 3vw;
  position: absolute;
  /* top: 50.9vw; */
  bottom: 32vw;
  right: 12.2vw;
  z-index: 4;
}
.main_kabuki img {
  width: 100%;
  max-width: none;
  height: auto;
  will-change: animation;
}
.main_cat {
  width: 3vw;
  position: absolute;
  /* top: 71.5vw; */
  bottom: 11.4vw;
  left: 46.6vw;
  z-index: 6;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.main_cat img {
  width: 100%;
  max-width: none;
  height: auto;
  will-change: animation;
}
.main_leftDoor {
  width: 4.4vw;
  position: absolute;
  /* top: 59.62vw; */
  bottom: 11.5vw;
  left: 45.7vw;
  z-index: 7;
}
.main_leftDoor img {
  width: 4.39vw;
  max-width: none;
  height: auto;
}
.main_people {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_peopleEl {
  position: absolute;
  z-index: 6;
  will-change: animation;
}
.main_peopleEl-1 {
  display: none;
}
.main_peopleEl-2 {
  display: none;
}
.main_peopleEl-3 {
  top: 73.0vw;
  left: 28.8vw;
}
.main_peopleEl-3 img {
  width: 3.5vw;
}
.main_peopleEl-4 {
  top: 80.9vw;
  right: 4.2vw;
}
.main_peopleEl-4 img {
  width: 3.6vw;
}
.main_peopleEl-5 {
  top: 74.2vw;
  right: 12.0vw;
}
.main_peopleEl-5 img {
  width: 3.8vw;
}
.main_peopleEl-6 {
  display: none;
}
.main_peopleEl-7 {
  top: 71.7vw;
  right: 18.5vw;
}
.main_peopleEl-7 img {
  width: 3.7vw;
}
.main_peopleEl-8 {
  top: 78.5vw;
  right: 19.4vw;
}
.main_peopleEl-8 img {
  width: 3.8vw;
}
.main_peopleEl-9 {
  top: 74.4vw;
  right: 24.5vw;
}
.main_peopleEl-9 img {
  width: 3.8vw;
}
.main_peopleEl-10 {
  top: 76.2vw;
  right: 28.9vw;
}
.main_peopleEl-10 img {
  width: 3.8vw;
}
.main_peopleEl-11 {
  display: none;
}
.main_peopleEl-12 {
  display: none;
}
.main_peopleEl-13 {
  display: none;
}
.main_peopleEl img {
  max-width: none;
}
.main_orchestra {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_orchestraEl {
  position: absolute;
  z-index: 6;
  will-change: animation;
}
.main_orchestraEl-1 {
  top: 70.8vw;
  left: 12.8vw;
}
.main_orchestraEl-1 img {
  width: 4vw;
}
.main_orchestraEl-2 {
  top: 68.4vw;
  left: 20.6vw;
}
.main_orchestraEl-2 img {
  width: 8.6vw;
}
.main_orchestraEl-3 {
  top: 77.0vw;
  left: 23.5vw;
}
.main_orchestraEl-3 img {
  width: 4.5vw;
}
.main_orchestraEl-4 {
  top: 79.2vw;
  left: 14.7vw;
}
.main_orchestraEl-4 img {
  width: 8.6vw;
}
.main_orchestraEl-5 {
  top: 78.2vw;
  left: 10.2vw;
}
.main_orchestraEl-5 img {
  width: 4.2vw;
}
.main_orchestraEl-6 {
  top: 76.9vw;
  left: 5.3vw;
}
.main_orchestraEl-6 img {
  width: 4.2vw;
}
.main_orchestraEl img {
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .main {
    min-width: 1280px;
    height: 680px;
    margin-top: -56px;
  }
  .main_sky {
    height: 680px;
  }
  .main_mountain {
    left: 50%;
    width: 2464px;
    margin-left: 0;
  }
  .main_bg {
    left: 50%;
    width: 2464px;
    margin-left: 0;
    height:680px;
  }
  .main_cloud-1 {
    width: 72px;
    top: 18px;
  }
  .main_cloud-2 {
    width: 107px;
    top: 36px;
  }
  .main_cloud-3 {
    width: 83px;
    top: 96px;
  }
  .main_cloud-4 {
    width: 70px;
    top: 144px;
  }
  .main_cloud-5 {
    width: 71px;
    top: 57px;
  }
  .main_cloud-6 {
    width: 83px;
    top: 180px;
  }
  .main_cloud-7 {
    width: 107px;
    top: 108px;
  }
  .main_cloud-8 {
    width: 70px;
    top: 90px;
  }
  .main_cloud-9 {
    width: 71px;
    top: 156px;
  }
  .main_cloud-10 {
    width: 82px;
    top: 70px;
  }
  .main_baloonShip {
    width: 1200px;
    top: 55px;
    bottom: none;
    left: 50%;
    margin-left: -600px;
  }
  .main_baloonShip img {
    width: 8.9%;
    position: absolute;
    top: 0px;
    left: 265px;
  }
  .main_baloonNav {
    display: block;
    width: 1200px;
    max-width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    z-index: 99;
  }
  .main_baloonNav ul li {
    width: 96px;
    height: 124px;
    padding-top: 28px;
    position: absolute;
  }
  .main_baloonNav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main_baloonNav ul li a img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .main_baloonNav-news {
    top: -8px;
    left: 390px;
  }
  .main_baloonNav-news img {
    width: 49px;
    padding-top: 14px;
  }
  .main_baloonNav-yt {
    top: 67px;
    left: 150px;
  }
  .main_baloonNav-yt img {
    width: 57px;
    padding-top: 12px;
  }
  .main_baloonNav-company {
    top: 298px;
    left: 90px;
  }
  .main_baloonNav-company img {
    width: 53px;
    padding-top: 11px;
  }
  .main_baloonNav-contents {
    top: 437px;
    left: 255px;
  }
  .main_baloonNav-contents img {
    width: 63px;
    padding-top: 10px;
  }
  .main_baloonNav-recruit {
    top: 442px;
    left: 765px;
  }
  .main_baloonNav-recruit img {
    width: 52px;
    padding-top: 9px;
  }
  .main_baloonNav-dl {
    top: 447px;
    left: 1060px;
  }
  .main_baloonNav-dl img {
    width: 48px;
    padding-top: 13px;
  }
  .main_baloonNav-equipment {
    top: 112px;
    left: 1010px;
  }
  .main_baloonNav-equipment img {
    width: 54px;
    padding-top: 14px;
  }
  .main_baloonNav-slot {
    top: 47px;
    left: 618px;
  }
  .main_baloonNav-slot img {
    width: 55px;
    padding-top: 15px;
  }
  .main_screen {
    width: 1200px;
    top: 175px;
    left: 50%;
    margin-left: -600px;
  }
  .main_screen img {
    width: 18%;
    position: absolute;
    top: 0px;
    left: 210px;
  }
  .main_screen #video {
    max-width: none;
    width: 252px;
    height: 130px;
    position: absolute;
    top: 16px;
    left: 216px;
  }
  .main_ferrisWheel {
    width: 1200px;
    top: 105px;
    left: 50%;
    margin-left: -600px;
    overflow: visible;
  }
  .main_ferrisWheel-body {
    width: 394px;
    height: 406px;
    position: absolute;
    top: 0;
    right: 90px;
    background-size: 1182px 406px;
  }
  .main_ferrisWheel-stand {
    width: 394px;
    top: 0px;
    right: 90px;
  }
  .main_car {
    display: block;
    width: 1200px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -600px;
    z-index: 5;
  }
  .main_car img {
    width: 123px;
    max-width: none;
    height: auto;
    position: absolute;
    right: 75px;
    top: 530px;
  }
  .main_kabuki {
    width: 1200px;
    top: 0px;
    bottom: auto;
    left: 50%;
    margin-left: -600px;
  }
  .main_kabuki img {
    width: 28px;
    position: absolute;
    right: 310px;
    top: 390px;
  }
  .main_cat {
    width: 1200px;
    top: 0px;
    bottom: auto;
    left: 50%;
    margin-left: -600px;
  }
  .main_cat img {
    width: 27px;
    position: absolute;
    left: 571px;
    top: 557px;
  }
  .main_leftDoor {
    width: 1200px;
    top: 105px;
    bottom: auto;
    left: 50%;
    margin-left: -600px;
  }
  .main_leftDoor img {
    width: 34px;
    position: absolute;
    left: 566px;
    top: 354px;
  }
  .main_people {
    left: 50%;
    margin-left: -600px;
  }
  .main_peopleEl {
    display: block;
  }
  .main_peopleEl-1 {
    top: 590px;
    right: 10px;
  }
  .main_peopleEl-1 img {
    width: 29px;
  }
  .main_peopleEl-2 {
    top: 575px;
    right: 200px;
  }
  .main_peopleEl-2 img {
    width: 28px;
  }
  .main_peopleEl-3 {
    top: 560px;
    left: 450px;
  }
  .main_peopleEl-3 img {
    width: 29px;
  }
  .main_peopleEl-4 {
    top: 620px;
    right: 230px;
  }
  .main_peopleEl-4 img {
    width: 28px;
  }
  .main_peopleEl-5 {
    top: 570px;
    right: 300px;
  }
  .main_peopleEl-5 img {
    width: 30px;
  }
  .main_peopleEl-6 {
    top: 600px;
    left: 87px;
  }
  .main_peopleEl-6 img {
    width: 28px;
  }
  .main_peopleEl-7 {
    top: 550px;
    right: 360px;
  }
  .main_peopleEl-7 img {
    width: 28px;
  }
  .main_peopleEl-8 {
    top: 605px;
    right: 335px;
  }
  .main_peopleEl-8 img {
    width: 29px;
  }
  .main_peopleEl-9 {
    top: 572px;
    right: 398px;
  }
  .main_peopleEl-9 img {
    width: 30px;
  }
  .main_peopleEl-10 {
    top: 590px;
    right: 435px;
  }
  .main_peopleEl-10 img {
    width: 31px;
  }
  .main_peopleEl-11 {
    top: 590px;
    left: 35px;
  }
  .main_peopleEl-11 img {
    width: 31px;
  }
  .main_peopleEl-12 {
    top: 600px;
    left: 180px;
  }
  .main_peopleEl-12 img {
    width: 31px;
  }
  .main_peopleEl-13 {
    top: 590px;
    left: 130px;
  }
  .main_peopleEl-13 img {
    width: 31px;
  }
  .main_orchestra {
    left: 50%;
    margin-left: -600px;
  }
  .main_orchestraEl-1 {
    top: 550px;
    left: 320px;
  }
  .main_orchestraEl-1 img {
    width: 35px;
  }
  .main_orchestraEl-2 {
    top: 518px;
    left: 376px;
  }
  .main_orchestraEl-2 img {
    width: 74px;
  }
  .main_orchestraEl-3 {
    top: 595px;
    left: 392px;
  }
  .main_orchestraEl-3 img {
    width: 39px;
  }
  .main_orchestraEl-4 {
    top: 622px;
    left: 340px;
  }
  .main_orchestraEl-4 img {
    width: 67px;
  }
  .main_orchestraEl-5 {
    top: 610px;
    left: 302px;
  }
  .main_orchestraEl-5 img {
    width: 38px;
  }
  .main_orchestraEl-6 {
    top: 594px;
    left: 255px;
  }
  .main_orchestraEl-6 img {
    width: 39px;
  }
}
@-webkit-keyframes clouds {
  0% {
    left: -10vw;
  }
  100% {
    left: 100%;
  }
}
@keyframes clouds {
  0% {
    left: -10vw;
  }
  100% {
    left: 100%;
  }
}
.main_cloud-1 {
  -webkit-animation-duration: 95s;
  -webkit-animation-delay: -20s;
  animation-duration: 95s;
  animation-delay: -20s;
}

.main_cloud-2 {
  -webkit-animation-duration: 88s;
  -webkit-animation-delay: -60s;
  animation-duration: 88s;
  animation-delay: -60s;
}

.main_cloud-3 {
  -webkit-animation-duration: 110s;
  -webkit-animation-delay: -100s;
  animation-duration: 110s;
  animation-delay: -100s;
}

.main_cloud-4 {
  -webkit-animation-duration: 70s;
  -webkit-animation-delay: -140s;
  animation-duration: 70s;
  animation-delay: -140s;
}

.main_cloud-5 {
  -webkit-animation-duration: 95s;
  -webkit-animation-delay: -180s;
  animation-duration: 95s;
  animation-delay: -180s;
}

.main_cloud-6 {
  -webkit-animation-duration: 90s;
  -webkit-animation-delay: -220s;
  animation-duration: 90s;
  animation-delay: -220s;
}

.main_cloud-7 {
  -webkit-animation-duration: 115s;
  -webkit-animation-delay: -260s;
  animation-duration: 115s;
  animation-delay: -260s;
}

.main_cloud-8 {
  -webkit-animation-duration: 100s;
  -webkit-animation-delay: -300s;
  animation-duration: 100s;
  animation-delay: -300s;
}

.main_cloud-9 {
  -webkit-animation-duration: 106s;
  -webkit-animation-delay: -340s;
  animation-duration: 106s;
  animation-delay: -340s;
}

.main_cloud-10 {
  -webkit-animation-duration: 120s;
  -webkit-animation-delay: -380s;
  animation-duration: 120s;
  animation-delay: -380s;
}

@-webkit-keyframes baloonShip {
  0% {
    -webkit-transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-40%);
  }
}
@keyframes baloonShip {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-40%);
  }
}
.main_baloonShip img {
  -webkit-animation: baloonShip 3.2s infinite alternate both;
  animation: baloonShip 3.2s infinite alternate both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes people1 {
  0% {
    -webkit-transform: translateY(0);
  }
  7% {
    -webkit-transform: translateY(-20%);
  }
  14% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes people1 {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(-20%);
  }
  14% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes people2 {
  0% {
    -webkit-transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-20%);
  }
  10% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes people2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-20%);
  }
  10% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.main_peopleEl-jump1 {
  -webkit-animation: people1 infinite ease-in-out both;
  animation: people1 infinite ease-in-out both;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.main_peopleEl-jump2 {
  -webkit-animation: people2 infinite ease-in-out both;
  animation: people2 infinite ease-in-out both;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.main_peopleEl-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.main_peopleEl-2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.main_peopleEl-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.main_peopleEl-4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.main_peopleEl-5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.main_peopleEl-6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.main_peopleEl-7 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.main_peopleEl-8 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.main_peopleEl-9 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.main_peopleEl-10 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.main_peopleEl-11 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.main_peopleEl-12 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.main_peopleEl-13 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

@-webkit-keyframes orchestra {
  0% {
    -webkit-transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-20%);
  }
  10% {
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-20%);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes orchestra {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-20%);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20%);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.main_orchestraEl {
  -webkit-animation: orchestra infinite ease-in-out both;
  animation: orchestra infinite ease-in-out both;
  -webkit-animation-duration: 3.0s;
  animation-duration: 3.0s;
}
.main_orchestraEl-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.main_orchestraEl-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.main_orchestraEl-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.main_orchestraEl-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.main_orchestraEl-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.main_orchestraEl-6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes baloonNav {
  20% {
    -webkit-transform: scale(1, 0.9);
  }
  30% {
    -webkit-transform: scale(0.85, 1.15);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  70% {
    -webkit-transform: scale(1, 1.05);
  }
  90% {
    -webkit-transform: scale(1.02, 0.97);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes baloonNav {
  20% {
    transform: scale(1, 0.9);
  }
  30% {
    transform: scale(0.85, 1.15);
  }
  50% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(1, 1.05);
  }
  90% {
    transform: scale(1.02, 0.97);
  }
  100% {
    transform: scale(1, 1);
  }
}
.main_baloonNav ul li.active {
  -webkit-animation: baloonNav 0.8s;
  animation: baloonNav 0.8s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes kabuki {
  0% {
    -webkit-transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-5vmin);
  }
  20% {
    -webkit-transform: translateY(-5vmin);
  }
  25% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes kabuki {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-5vmin);
  }
  20% {
    transform: translateY(-5vmin);
  }
  25% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes cat {
  0% {
    -webkit-transform: translateX(0);
  }
  0.5% {
    -webkit-transform: translateX(100%);
  }
  5% {
    -webkit-transform: translateX(100%);
  }
  5.5% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cat {
  0% {
    transform: translateX(0);
  }
  0.5% {
    transform: translateX(100%);
  }
  5% {
    transform: translateX(100%);
  }
  5.5% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ferrisWheel {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 150% 0;
  }
}
@media only screen and (min-width: 768px) {
  @keyframes ferrisWheel {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1182px 0;
    }
  }

  .main_ferrisWheel-body {
    -webkit-animation: ferrisWheel steps(3) 3.5s infinite;
    animation: ferrisWheel steps(3) 3.5s infinite;
  }

}