.visually-hidden {
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(0, 0, 0, 0) !important;
}

.img-event {
  display: -webkit-box; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  display: -moz-box; /* Firefox 19- */
  display: -webkit-flex; /* Chrome */
  display: flex;
  align-items: center;
  width: 1200px;
}

#rohan {
  position: relative;
  width: 100%;
  height: 5961px;
  background: url('../images/bg-event.jpg?ver=2') center top no-repeat;
  background-size: cover;
  background-color: #012772;
}

.r-main {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  height: 100%;
}

.r-visual,
.r-event,
.r-footer {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.r-header {
  z-index: 7721;
  position: absolute;
  width: 100%;
  height: 100px;
}
.r-header .inner {
  display: -webkit-box; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  display: -moz-box; /* Firefox 19- */
  display: -webkit-flex; /* Chrome */
  display: flex;
  -webkit-box-align: center; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  -moz-box-align: center; /* Firefox 19- */
  -webkit-align-items: center; /* IE10 */
  align-items: center; /* Chrome */
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 78px;
}

.link-logo {
  display: block;
  width: 198px;
  height: 60px;
}

.r-header nav {
  display: -webkit-box; /* Android 2.1 ~ 4.3, ios 6-, safari 3.1-6 */
  display: -moz-box; /* Firefox 19- */
  display: -webkit-flex; /* Chrome */
  display: flex;
  width: 104px;
  height: 49px;
}

.link-home {
  display: block;
  width: 56px;
  height: 49px;
  background: url('../images/btn-util.png') no-repeat;
  background-position: 0 0;
}

.link-close {
  display: block;
  width: 48px;
  height: 49px;
  background: url('../images/btn-util.png') no-repeat;
  background-position: -56px 0;
}

.link-home:hover,
.link-close:hover {
  background-position-y: -50px;
}

.r-visual {
  height: 1215px;
}

.event-1,
.event-1 .inner {
  height: 3275px;
}
.event-2,
.event-2 .inner {
  height: 1372px;
}


.wrap-ani-1-1 {
  top: 0;
  height: 1405px;
}
.wrap-ani-1-2 {
  top: 1405px;
  height: 1064px;
}
.wrap-ani-2 {
  height: 833px;
    bottom: -340px;
}
.wrap-ani-3 {
  height: 1262px;
  bottom: 20px;
}

.mt59 {
    margin-top: 59px !important;
}

.wrap-ani-1-1,
.wrap-ani-1-2,
.wrap-ani-2,
.wrap-ani-3 {
  position: absolute;
  width: 100%;
  max-width: 2560px;
  left: 0;
  z-index: 0;
}
.badge {
    position: absolute;
    width: 218px;
    height: 219px;
    left: 50%;
    margin: -347px 0 0 43px;
}

.img-badge {
  display: block;
  width: 218px;
  height: 219px;
}

.circles {
  z-index: 1;
  opacity: 0.7;
  position: absolute;
  display: block;
  width: 174px;
  height: 177px;
  border-radius: 50%;
}

.landing {
  position: absolute;
  width: 337px;
  height: 59px;
  left: 50%;
  margin: 39px 0 0 -167px;
}

.btn-additional {
  display: block;
  width: 337px;
  height: 59px;
  background: url('../images/btn-additional.png') no-repeat;
  background-position: 0 0;
}
.btn-additional:hover {
  background-position-y: 100%;
}

.r-footer {
  height: 56px;
  position: absolute;
  bottom: 0;
}

.img-copyright {
  display: block;
  width: 279px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
}

.btn-top {
  display: none;
  z-index: 77;
  position: fixed;
  width: 51px;
  height: 62px;
  right: 100px;
  bottom: 90px;
  background: url('../images/btn-top.png') center center no-repeat;
}

@media screen and (max-width: 1551px) {
  .btn-top {
    display: none !important;
  }
}

@media screen and (min-width: 2560px) {
  .btn-top {
    right: 500px;
  }
}

/* animation */
.wrap-bubbles {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.ani-bubble {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -100px;
  border-radius: 50%;
  -webkit-animation: visual-bubbles 5s infinite linear;
  -moz-animation: visual-bubbles 5s infinite linear;
  -o-animation: visual-bubbles 5s infinite linear;
  animation: visual-bubbles 5s infinite linear;
  background: url('../images/bubble.png') center center no-repeat;
}

.ani-bubble:nth-child(1) {
  width: 18px;
  height: 18px;
  left: 76%;
  animation-delay: 1.3s;
}
.ani-bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 22%;
  animation-delay: 3.1s;
}
.ani-bubble:nth-child(3) {
  width: 42px;
  height: 42px;
  left: 35%;
  animation-delay: 1s;
}
.ani-bubble:nth-child(4) {
  width: 90px;
  height: 90px;
  left: 50%;
  animation-delay: 2.5s;
}
.ani-bubble:nth-child(5) {
  width: 22px;
  height: 22px;
  left: 55%;
  animation-delay: 2.2s;
}
.ani-bubble:nth-child(6) {
  width: 18px;
  height: 18px;
  left: 65%;
  animation-delay: 1.5s;
}
.ani-bubble:nth-child(7) {
  width: 37px;
  height: 37px;
  left: 70%;
}
.ani-bubble:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-delay: 2s;
}
.ani-bubble:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 70%;
}
.ani-bubble:nth-child(10) {
  width: 50px;
  height: 50px;
  left: 25%;
  animation-delay: 1.4s;
}
.ani-bubble:nth-child(11) {
  width: 13px;
  height: 13px;
  left: 22%;
  animation-delay: 2.1s;
}
.ani-bubble:nth-child(12) {
  width: 30px;
  height: 30px;
  left: 32%;
}
.ani-bubble:nth-child(13) {
  width: 22px;
  height: 22px;
  left: 13%;
  animation-delay: 2.2s;
}
.ani-bubble:nth-child(14) {
  width: 73px;
  height: 73px;
  left: 44%;
}
.ani-bubble:nth-child(15) {
  width: 29px;
  height: 29px;
  left: 75%;
  animation-delay: 2.9s;
}
.ani-bubble:nth-child(16) {
  width: 18px;
  height: 18px;
  left: 63%;
  animation-delay: 1.3s;
}
.ani-bubble:nth-child(17) {
  width: 36px;
  height: 36px;
  left: 31%;
  animation-delay: 3.4s;
}
.ani-bubble:nth-child(18) {
  width: 25px;
  height: 25px;
  left: 42%;
}
.ani-bubble:nth-child(19) {
  width: 15px;
  height: 15px;
  left: 42%;
  animation-delay: 2.1s;
}
.ani-bubble:nth-child(20) {
  width: 7px;
  height: 7px;
  left: 33%;
  animation-delay: 1.3s;
}
@-webkit-keyframes visual-bubbles {
  0% {
    bottom: 0%;
    -webkit-transform: translateX(0) scale(1.1);
    -moz-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    -o-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(100px);
    -moz-transform: translate(100px);
    -ms-transform: translate(100px);
    -o-transform: translate(100px);
    transform: translate(100px);
  }
  70% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
  100% {
    bottom: 100%;
    -webkit-transform: translateX(-200px) scale(0.7);
    -moz-transform: translateX(-200px) scale(0.7);
    -ms-transform: translateX(-200px) scale(0.7);
    -o-transform: translateX(-200px) scale(0.7);
    transform: translateX(-200px) scale(0.7);
  }
}
@keyframes visual-bubbles {
  0% {
    bottom: 0%;
    -webkit-transform: translateX(0) scale(1.1);
    -moz-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    -o-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(100px);
    -moz-transform: translate(100px);
    -ms-transform: translate(100px);
    -o-transform: translate(100px);
    transform: translate(100px);
  }
  70% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
  100% {
    bottom: 100%;
    -webkit-transform: translateX(-200px) scale(0.7);
    -moz-transform: translateX(-200px) scale(0.7);
    -ms-transform: translateX(-200px) scale(0.7);
    -o-transform: translateX(-200px) scale(0.7);
    transform: translateX(-200px) scale(0.7);
  }
}

.ani-penguin {
  position: absolute;
  width: 480px;
  height: 659px;
  top: 255px;
  left: 50%;
  margin-left: -1050px;
}

.ani-penguin-bubble {
  z-index: 1;
  position: absolute;
  width: 574px;
  height: 549px;
  top: 210px;
  left: 50%;
  margin-left: -1160px;
}

.ani-fishes {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 2560px;
  height: 510px;
  margin-top: 572px;
}

.ani-fish-1 {
  position: absolute;
  width: 153px;
  height: 121px;
  top: 130px;
  right: 50%;
  margin-right: -620px;
  -webkit-animation: fish-1 1s ease-in infinite alternate;
  -moz-animation: fish-1 1s ease-in infinite alternate;
  -o-animation: fish-1 1s ease-in infinite alternate;
  animation: fish-1 1s ease-in infinite alternate;
}
@-webkit-keyframes fish-1 {
  100%{ transform: rotate(-2deg) }
}
@keyframes fish-1 {
  100%{ transform: rotate(-2deg) }
}

.ani-fish-2 {
  position: absolute;
  width: 116px;
  height: 157px;
  top: 40px;
  right: 50%;
  margin-right: -850px;
  -webkit-animation: fish-2 1.6s 0.6s ease-out infinite alternate;
  -moz-animation: fish-2 1.6s 0.6s ease-out infinite alternate;
  -o-animation: fish-2 1.6s 0.6s ease-out infinite alternate;
  animation: fish-2 1.6s 0.6s ease-out infinite alternate;
}
@-webkit-keyframes fish-2 {
  100%{ transform: rotate(3deg) }
}
@keyframes fish-2 {
  100%{ transform: rotate(3deg) }
}

.ani-fish-3 {
  position: absolute;
  width: 138px;
  height: 125px;
  top: 190px;
  right: 50%;
  margin-right: -996px;
  -webkit-animation: fish-3 2s ease-out infinite alternate;
  -moz-animation: fish-3 2s ease-out infinite alternate;
  -o-animation: fish-3 2s ease-out infinite alternate;
  animation: fish-3 2s ease-out infinite alternate;
}
@-webkit-keyframes fish-3 {
  100%{ transform: rotate(-3deg) }
}
@keyframes fish-3 {
  100%{ transform: rotate(-3deg) }
}

.ani-fish-bubble {
  position: absolute;
  width: 611px;
  height: 585px;
  top: -130px;
  right: 50%;
  margin-right: -1060px;
  -webkit-animation: fish-bubble 2s 0.6s ease-in infinite alternate;
  -moz-animation: fish-bubble 2s 0.6s ease-in infinite alternate;
  -o-animation: fish-bubble 2s 0.6s ease-in infinite alternate;
  animation: fish-bubble 2s 0.6s ease-in infinite alternate;
}
@-webkit-keyframes fish-bubble {
  100% { transform: translateY(10px) }
}
@keyframes fish-bubble {
  100% { transform: translateY(10px) }
}

.ani-swarm-1 {
  position: absolute;
  width: 50px;
  height: 31px;
  bottom: 50px;
  right: 50%;
  margin-right: -540px;
  -webkit-animation: swarm-1 1s linear infinite alternate;
  -moz-animation: swarm-1 1s linear infinite alternate;
  -o-animation: swarm-1 1s linear infinite alternate;
  animation: swarm-1 1s linear infinite alternate;
}
@-webkit-keyframes swarm-1 {
  100%{ transform: rotateX(-4deg) }
}
@keyframes swarm-1 {
  100%{ transform: rotateX(-4deg) }
}

.ani-swarm-2 {
  position: absolute;
  width: 75px;
  height: 65px;
  bottom: 150px;
  right: 50%;
  margin-right: -600px;
  -webkit-animation: swarm-2 10s ease-in-out infinite alternate;
  -moz-animation: swarm-2 10s ease-in-out infinite alternate;
  -o-animation: swarm-2 10s ease-in-out infinite alternate;
  animation: swarm-2 10s ease-in-out infinite alternate;
}
@-webkit-keyframes swarm-2 {
  100%{ transform: rotate(10deg) }
}
@keyframes swarm-2 {
  100%{ transform: rotate(10deg) }
}

.ani-swarm-3 {
  position: absolute;
  width: 65px;
  height: 47px;
  bottom: 110px;
  right: 50%;
  margin-right: -700px;
  -webkit-animation: swarm-3 3s 0.5s linear infinite alternate;
  -moz-animation: swarm-3 3s 0.5s linear infinite alternate;
  -o-animation: swarm-3 3s 0.5s linear infinite alternate;
  animation: swarm-3 3s 0.5s linear infinite alternate;
}
@-webkit-keyframes swarm-3 {
  100%{ transform: rotate(-3deg) }
}
@keyframes swarm-3 {
  100%{ transform: rotate(-3deg) }
}

.ani-swarm-4 {
  position: absolute;
  width: 138px;
  height: 87px;
  bottom: 180px;
  right: 50%;
  margin-right: -850px;
  -webkit-animation: swarm-4 4s 0.8s linear infinite alternate;
  -moz-animation: swarm-4 4s 0.8s linear infinite alternate;
  -o-animation: swarm-4 4s 0.8s linear infinite alternate;
  animation: swarm-4 4s 0.8s linear infinite alternate;
}
@-webkit-keyframes swarm-4 {
  100% { transform: rotate(6deg) }
}
@keyframes swarm-4 {
  100% { transform: rotate(6deg) }
}

.ani-swarm-5 {
  position: absolute;
  width: 51px;
  height: 31px;
  bottom: 180px;
  right: 50%;
  margin-right: -940px;
  -webkit-animation: swarm-5 1s 0.7s linear infinite alternate;
  -moz-animation: swarm-5 1s 0.7s linear infinite alternate;
  -o-animation: swarm-5 1s 0.7s linear infinite alternate;
  animation: swarm-5 1s 0.7s linear infinite alternate;
}
@-webkit-keyframes swarm-5 {
  100% { transform: rotate(-8deg) }
}
@keyframes swarm-5 {
  100% { transform: rotate(-8deg) }
}

.ani-swarm-6 {
  position: absolute;
  width: 73px;
  height: 44px;
  bottom: 210px; 
  right: 50%;
  margin-right: -1060px;
  -webkit-animation: swarm-6 3.7s 1s ease-in infinite alternate;
  -moz-animation: swarm-6 3.7s 1s ease-in infinite alternate;
  -o-animation: swarm-6 3.7s 1s ease-in infinite alternate;
  animation: swarm-6 3.7s 1s ease-in infinite alternate;
}  
@-webkit-keyframes swarm-6 {
  100% { transform: rotate(-10deg) }
}
@keyframes swarm-6 {
  100% { transform: rotate(-10deg) }
}

.ani-swarm-bubble1 {
  position: absolute;
  width: 29px;
  height: 31px;
  bottom: 420px;
  right: 50%;
  margin-right: -610px;
  -webkit-animation: swarm-bubble1 2s linear infinite alternate;
  -moz-animation: swarm-bubble1 2s linear infinite alternate;
  -o-animation: swarm-bubble1 2s linear infinite alternate;
  animation: swarm-bubble1 2s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble1 {
  100% { transform: translateY(10px); }
}
@keyframes swarm-bubble1 {
  100% { transform: translateY(10px); }
}

.ani-swarm-bubble2 {
  position: absolute;
  width: 29px;
  height: 31px;
  bottom: 230px;
  right: 50%;
  margin-right: -570px;
  -webkit-animation: swarm-bubble2 2s 0.7s linear infinite alternate;
  -moz-animation: swarm-bubble2 2s 0.7s linear infinite alternate;
  -o-animation: swarm-bubble2 2s 0.7s linear infinite alternate;
  animation: swarm-bubble2 2s 0.7s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble2 {
  100% { transform: translateY(20px); }
}
@keyframes swarm-bubble2 {
  100% { transform: translateY(20px); }
}

.ani-swarm-bubble3 {
  position: absolute;
  width: 41px;
  height: 45px;
  bottom: 255px;
  right: 50%;
  margin-right: -620px;
  -webkit-animation: swarm-bubble3 6s ease infinite alternate;
  -moz-animation: swarm-bubble3 6s ease infinite alternate;
  -o-animation: swarm-bubble3 6s ease infinite alternate;
  animation: swarm-bubble3 6s ease infinite alternate;
}
@-webkit-keyframes swarm-bubble3 {
  100% { transform: translateY(-20px); }
}
@keyframes swarm-bubble3 {
  100% { transform: translateY(-20px); }
}

.ani-swarm-bubble4 {
  position: absolute;
  width: 55px;
  height: 61px;
  bottom: 240px;
  right: 50%;
  margin-right: -700px;
  -webkit-animation: swarm-bubble4 3s ease-out infinite alternate;
  -moz-animation: swarm-bubble4 3s ease-out infinite alternate;
  -o-animation: swarm-bubble4 3s ease-out infinite alternate;
  animation: swarm-bubble4 3s ease-out infinite alternate;
}
@-webkit-keyframes swarm-bubble4 {
  100% { transform: translateY(20px); }
}
@keyframes swarm-bubble4 {
  100% { transform: translateY(20px); }
}

.ani-swarm-bubble5 {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 250px;
  right: 50%;
  margin-right: -850px;
  -webkit-animation: swarm-bubble5 2s 0.8s linear infinite alternate;
  -moz-animation: swarm-bubble5 2s 0.8s linear infinite alternate;
  -o-animation: swarm-bubble5 2s 0.8s linear infinite alternate;
  animation: swarm-bubble5 2s 0.8s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble5 {
  100% { transform: translateY(8px) scale(0.8); }
}
@keyframes swarm-bubble5 {
  100% { transform: translateY(8px) scale(0.8); }
}

.ani-swarm-bubble6 {
  position: absolute;
  width: 57px;
  height: 64px;
  bottom: 60px;
  right: 50%;
  margin-right: -860px;
  -webkit-animation: swarm-bubble6 2s 0.2s linear infinite alternate;
  -moz-animation: swarm-bubble6 2s 0.2s linear infinite alternate;
  -o-animation: swarm-bubble6 2s 0.2s linear infinite alternate;
  animation: swarm-bubble6 2s 0.2s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble6 {
  100% { transform: translateY(20px); }
}
@keyframes swarm-bubble6 {
  100% { transform: translateY(20px); }
}

.ani-swarm-bubble7 {
  position: absolute;
  width: 20px;
  height: 21px;
  bottom: 130px;
  right: 50%;
  margin-right: -885px;
  -webkit-animation: swarm-bubble7 3s linear infinite alternate;
  -moz-animation: swarm-bubble7 3s linear infinite alternate;
  -o-animation: swarm-bubble7 3s linear infinite alternate;
  animation: swarm-bubble7 3s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble7 {
  100% { transform: translateY(-14px); }
}
@keyframes swarm-bubble7 {
  100% { transform: translateY(-14px); }
}

.ani-swarm-bubble8 {
  position: absolute;
  width: 42px;
  height: 48px;
  bottom: 120px;
  right: 50%;
  margin-right: -940px;
  -webkit-animation: swarm-bubble8 7s linear infinite alternate;
  -moz-animation: swarm-bubble8 7s linear infinite alternate;
  -o-animation: swarm-bubble8 7s linear infinite alternate;
  animation: swarm-bubble8 7s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble8 {
  100% { transform: translateY(20px); }
}
@keyframes swarm-bubble8 {
  100% { transform: translateY(20px); }
}

.ani-swarm-bubble9 {
  position: absolute;
  width: 24px;
  height: 26px;
  bottom: 110px;
  right: 50%;
  margin-right: -1000px;
  -webkit-animation: swarm-bubble9 5s linear infinite alternate;
  -moz-animation: swarm-bubble9 5s linear infinite alternate;
  -o-animation: swarm-bubble9 5s linear infinite alternate;
  animation: swarm-bubble9 5s linear infinite alternate;
}
@-webkit-keyframes swarm-bubble9 {
  100% { transform: translateY(20px); }
}
@keyframes swarm-bubble9 {
  100% { transform: translateY(20px); }
}

.ani-jellyfish {
  position: absolute;
  width: 199px;
  height: 236px;
  top: -75px;
  left: 50%;
  margin-left: -820px;
  -webkit-animation: jellyfish 1.8s linear infinite alternate;
  -moz-animation: jellyfish 1.8s linear infinite alternate;
  -o-animation: jellyfish 1.8s linear infinite alternate;
  animation: jellyfish 1.8s linear infinite alternate;
  transform-origin: right top;
}
@-webkit-keyframes jellyfish {
  100% { transform: translateY(30px) }
}
@keyframes jellyfish {
  100% { transform: translateY(30px) }
}

.ani-jellyfish-bubble1 {
  position: absolute;
  width: 173px;
  height: 169px;
  top: -296px;
  left: 50%;
  margin-left: -884px;
  -webkit-animation: jellyfish-bubble1 4s 0.2s linear infinite alternate;
  -moz-animation: jellyfish-bubble1 4s 0.2s linear infinite alternate;
  -o-animation: jellyfish-bubble1 4s 0.2s linear infinite alternate;
  animation: jellyfish-bubble1 4s 0.2s linear infinite alternate;
}
@-webkit-keyframes jellyfish-bubble1 {
  100% { transform: translateY(20px); }
}
@keyframes jellyfish-bubble1 {
  100% { transform: translateY(20px); }
}

.ani-jellyfish-bubble2 {
  position: absolute;
  width: 64px;
  height: 70px;
  top: -126px;
  left: 50%;
  margin-left: -826px;
  -webkit-animation: jellyfish-bubble2 3s 0.8s linear infinite alternate;
  -moz-animation: jellyfish-bubble2 3s 0.8s linear infinite alternate;
  -o-animation: jellyfish-bubble2 3s 0.8s linear infinite alternate;
  animation: jellyfish-bubble2 3s 0.8s linear infinite alternate;
}
@-webkit-keyframes jellyfish-bubble2 {
  100% { transform: translateY(5px) }
}
@keyframes jellyfish-bubble2 {
  100% { transform: translateY(5px) }
}

.ani-jellyfish-bubble3 {
  position: absolute;
  width: 64px;
  height: 70px;
  top: 47px;
  left: 50%;
  margin-left: -623px;
  -webkit-animation: jellyfish-bubble3 2.6s 1.2s linear infinite alternate;
  -moz-animation: jellyfish-bubble3 2.6s 1.2s linear infinite alternate;
  -o-animation: jellyfish-bubble3 2.6s 1.2s linear infinite alternate;
  animation: jellyfish-bubble3 2.6s 1.2s linear infinite alternate;
}
@-webkit-keyframes jellyfish-bubble3 {
  100% { transform: translateY(32px) scale(0.97); }
}
@keyframes jellyfish-bubble3 {
  100% { transform: translateY(32px) scale(0.97); }
}

.ani-jellyfish-bubble4 {
  position: absolute;
  width: 106px;
  height: 106px;
  top: 233px;
  left: 50%;
  margin-left: -793px;
  animation: jellyfish-bubble4 0.9s 1.2s linear infinite alternate;
}
@-webkit-keyframes jellyfish-bubble4 {
  100% { transform: translateY(10px) scale(0.97); }
}
@keyframes jellyfish-bubble4 {
  100% { transform: translateY(10px) scale(0.97); }
}

.ani-jellyfish-bubble5 {
  position: absolute;
  width: 64px;
  height: 72px;
  top: -392px;
  left: 50%;
  margin-left: -1186px;
  -webkit-animation: jellyfish-bubble5 3s 0.2s ease-in infinite alternate;
  -moz-animation: jellyfish-bubble5 3s 0.2s ease-in infinite alternate;
  -o-animation: jellyfish-bubble5 3s 0.2s ease-in infinite alternate;
  animation: jellyfish-bubble5 3s 0.2s ease-in infinite alternate;
}
@-webkit-keyframes jellyfish-bubble5 {
  100% { transform: translateY(30px) scale(0.97); }
}
@keyframes jellyfish-bubble5 {
  100% { transform: translateY(30px) scale(0.97); }
}

.ani-hippocampus {
  z-index: 1;
  position: absolute;
  width: 531px;
  height: 886px;
  top: -136px;
  right: 50%;
  margin-right: -1030px;
  -webkit-animation: hippocampus 1.8s 0.9s linear infinite alternate;
  -moz-animation: hippocampus 1.8s 0.9s linear infinite alternate;
  -o-animation: hippocampus 1.8s 0.9s linear infinite alternate;
  animation: hippocampus 1.8s 0.9s linear infinite alternate;
}
@-webkit-keyframes hippocampus {
  100% { transform: translateY(30px) }
}
@keyframes hippocampus {
  100% { transform: translateY(30px) }
}

.ani-hippocampus-bubble {
  z-index: 2;
  position: absolute;
  width: 489px;
  height: 1031px;
  top: -140px;
  right: 50%;
  margin-right: -1000px;
  -webkit-animation: hippocampus-bubble 3s 1.5s linear infinite alternate;
  -moz-animation: hippocampus-bubble 3s 1.5s linear infinite alternate;
  -o-animation: hippocampus-bubble 3s 1.5s linear infinite alternate;
  animation: hippocampus-bubble 3s 1.5s linear infinite alternate;
}
@-webkit-keyframes hippocampus-bubble {
  100% { transform: translateY(-30px) }
}
@keyframes hippocampus-bubble {
  100% { transform: translateY(-30px) }
}

.ani-jellyfish-2 {
  position: absolute;
  width: 250px;
  height: 318px;
  top: 500px;
  right: 50%;
  margin-right: -930px;
  -webkit-animation: jellyfish-2 5s ease-in-out infinite;
  -moz-animation: jellyfish-2 5s ease-in-out infinite;
  -o-animation: jellyfish-2 5s ease-in-out infinite;
  animation: jellyfish-2 5s ease-in-out infinite;
}
@-webkit-keyframes jellyfish-2 {
  0%, 100% { transform: translateY(0) scale(1) }
  50% { transform: translateY(-30px) scale(0.96) }
}
@keyframes jellyfish-2 {
  0%, 100% { transform: translateY(0) scale(1) }
  50% { transform: translateY(-30px) scale(0.96) }
}

.ani-jellyfish-3 {
  position: absolute;
  width: 106px;
  height: 127px;
  top: 740px;
  right: 50%;
  margin-right: -740px;
  -webkit-animation: jellyfish-3 5s 0.6s ease-in-out infinite;
  -moz-animation: jellyfish-3 5s 0.6s ease-in-out infinite;
  -o-animation: jellyfish-3 5s 0.6s ease-in-out infinite;
  animation: jellyfish-3 5s 0.6s ease-in-out infinite;
}
@-webkit-keyframes jellyfish-3 {
  0%, 100% { transform: translateY(0) scale(1) }
  50% { transform: translateY(-22px) scale(0.96) }
}
@keyframes jellyfish-3 {
  0%, 100% { transform: translateY(0) scale(1) }
  50% { transform: translateY(-22px) scale(0.96) }
}

.txt-badge {
  position: absolute;
  width: 118px;
  height: 116px;
  top: 51px;
  left: 50px;
  -webkit-animation: badge 2.8s linear infinite;
  -moz-animation: badge 2.8s linear infinite;
  -o-animation: badge 2.8s linear infinite;
  animation: badge 2.8s linear infinite;
  transform-origin: bottom center;
  background: url('../images/badge-txt-on.png') center center no-repeat;
  
} 
@-webkit-keyframes badge {
  0% {
    -webkit-transform: scale(1, 1) translateZ(1px);
    -moz-transform: scale(1, 1) translateZ(1px);
    -ms-transform: scale(1, 1) translateZ(1px);
    -o-transform: scale(1, 1) translateZ(1px);
    transform: scale(1, 1) translateZ(1px);
  }
  50% {
    -webkit-transform: scale(1, 1) translateZ(1px);
    -moz-transform: scale(1, 1) translateZ(1px);
    -ms-transform: scale(1, 1) translateZ(1px);
    -o-transform: scale(1, 1) translateZ(1px);
    transform: scale(1, 1) translateZ(1px);
    background: url('../images/badge-txt-off.png')center center no-repeat;
  }
}
@keyframes badge {
  0% {
    -webkit-transform: scale(1, 1) translateZ(1px);
    -moz-transform: scale(1, 1) translateZ(1px);
    -ms-transform: scale(1, 1) translateZ(1px);
    -o-transform: scale(1, 1) translateZ(1px);
    transform: scale(1, 1) translateZ(1px);
  }
  50% {
    -webkit-transform: scale(1, 1) translateZ(1px);
    -moz-transform: scale(1, 1) translateZ(1px);
    -ms-transform: scale(1, 1) translateZ(1px);
    -o-transform: scale(1, 1) translateZ(1px);
    transform: scale(1, 1) translateZ(1px);
    background: url('../images/badge-txt-off.png')center center no-repeat;
  }
}