@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1c-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MPLUSRounded1c-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
  font-display: swap;
}
.fuwa img {
  animation: fuwaAnime 6s infinite;
  transform: translateY(0);
}

@keyframes fuwaAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.fuwa2 img {
  animation: fuwa2Anime 2s infinite;
  transform: translateY(0);
}

@keyframes fuwa2Anime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.mole img {
  opacity: 0;
  animation-name: moleSlide;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.mole img:nth-child(1) {
  animation-delay: 0s;
}
.mole img:nth-child(2) {
  animation-delay: 1s;
}

@keyframes moleSlide {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#dam_mole_a img {
  z-index: 2;
  width: 38px;
  height: 29px;
  margin-left: -219px;
  margin-top: -203px;
  transform: rotate(-8deg);
}

#dam_mole_b img {
  z-index: 4;
  width: 29px;
  height: 41px;
  margin-left: -127px;
  margin-top: -202px;
}

#rocket_mole_c img {
  z-index: 4;
  width: 20px;
  height: 32px;
  margin-left: 104px;
  margin-top: -207px;
  transform: scale(-1, 1) rotate(-5deg);
}

.moon_block {
  position: relative;
  width: 111px;
  height: 111px;
  margin-left: -335px;
  margin-top: -305px;
  animation-name: moonRotate;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center;
}
@keyframes moonRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.moon img {
  z-index: 4;
  width: 111px;
  height: 111px;
  transform: translate(-50%, -50%);
}

#moon_caterpillar {
  z-index: 58;
  width: 58px;
  height: 64px;
  overflow: hidden;
  margin-left: -62px;
  margin-top: -80px;
  transform: translate(-50%, -50%);
  animation-name: moonCaterpillarAnime;
  animation-duration: 20s;
  animation-direction: reverse;
  animation-iteration-count: infinite;
  transform-origin: bottom right;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.64, 0.72);
}
#moon_caterpillar .caterpillar_slide {
  animation-name: moonCaterpillarSlide;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
}
#moon_caterpillar .caterpillar_bounds {
  animation-name: caterpillarBounds;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: translate3d(0px, 0px, 0px);
}
#moon_caterpillar img {
  max-width: initial;
  width: 116px;
  height: 64px;
}

@keyframes moonCaterpillarAnime {
  0% {
    transform: translate3d(0, 0, 0) rotate(-50deg);
  }
  10% {
    transform: translate3d(2px, -1px, 0) rotate(-44deg);
  }
  40% {
    transform: translate3d(8px, -14px, 0) rotate(-26deg);
  }
  50% {
    transform: translate3d(10px, -15px, 0) rotate(-20deg);
  }
  60% {
    transform: translate3d(8px, -14px, 0) rotate(-26deg);
  }
  90% {
    transform: translate3d(2px, -1px, 0) rotate(-44deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-50deg);
  }
}
@keyframes moonCaterpillarSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-58px, 0, 0);
  }
  100% {
    transform: translate3d(-116px, 0, 0);
  }
}
@keyframes moonCaterpillarRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#moon_mole_k img {
  z-index: 58;
  width: 33px;
  height: 50px;
  margin-left: 10px;
  margin-top: -64px;
  transform: translate(-50%, -50%) rotate(7deg);
}

#moon_mole_a img {
  z-index: 4;
  width: 44px;
  height: auto;
  margin-left: 38px;
  margin-top: 38px;
  transform: translate(-50%, -50%) rotate(133deg);
}

#aooni img {
  z-index: 2;
  width: 31px;
  height: 36px;
  margin-left: 416px;
  margin-top: -178px;
}

#aooni_hand img {
  z-index: 4;
  width: 33px;
  height: 13px;
  margin-left: 416px;
  margin-top: -154px;
}

.balloon img {
  animation: balloonAnime 6s infinite;
  transform: translateY(0);
}

@keyframes balloonAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
#balloon_01 img {
  animation-delay: -3s;
  z-index: 4;
  width: 262px;
  height: 66px;
  margin-left: -35px;
  margin-top: -260px;
}

#balloon_02 img {
  animation-delay: -1.5s;
  z-index: 4;
  width: 259px;
  height: 75px;
  margin-left: 9px;
  margin-top: -262px;
}

#balloon_03 img {
  z-index: 4;
  width: 260px;
  height: 59px;
  margin-left: 40px;
  margin-top: -260px;
}

#bird img {
  z-index: 4;
  width: 163px;
  height: 16px;
  margin-left: 256px;
  margin-top: -219px;
}

#sun img {
  z-index: 4;
  width: 56px;
  height: 56px;
  margin-left: 314px;
  margin-top: -241px;
}

#pyramid_mole_a img {
  z-index: 4;
  width: 30px;
  height: auto;
  margin-left: 24px;
  margin-top: -173px;
  transform: scale(-1, 1) rotate(36deg);
}

#sphinx_mole_g img {
  z-index: 4;
  width: 30px;
  height: 22px;
  margin-left: -65px;
  margin-top: -133px;
}

#helicopter img {
  z-index: 4;
  width: 43px;
  height: 26px;
  margin-left: -80px;
  margin-top: -224px;
}

#mole_l img {
  z-index: 4;
  width: 58px;
  height: 41px;
  margin-left: -150px;
  margin-top: -122px;
}

#river_water img {
  z-index: 4;
  width: 569px;
  height: 273px;
  margin-left: -296px;
  margin-top: -99px;
  opacity: 0;
  animation-name: riverWaterSlide;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#river_water img:nth-child(1) {
  animation-delay: 0s;
}
#river_water img:nth-child(2) {
  animation-delay: 1.5s;
}

@keyframes riverWaterSlide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#dam_water img {
  z-index: 4;
  width: 53px;
  height: 37px;
  margin-left: -199px;
  margin-top: -161px;
  transform: rotate(-4deg);
}
#dam_water img:nth-child(2) {
  opacity: 0;
  animation-name: damWaterSlide;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

@keyframes damWaterSlide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#hanabi img {
  z-index: 0;
  width: 173px;
  height: 106px;
  margin-left: -498px;
  margin-top: -266px;
  opacity: 0;
  animation-name: hanabiAnime;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-duration: 4.5s;
}
#hanabi img:nth-child(1) {
  animation-delay: 0s;
}
#hanabi img:nth-child(2) {
  animation-delay: 1.5s;
}
#hanabi img:nth-child(3) {
  animation-delay: 3s;
}

@keyframes hanabiAnime {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.cloud img {
  z-index: 0;
  opacity: 0;
  margin-left: -250px;
  animation-name: cloudAnime;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-duration: 60s;
}

#cloud_a img {
  width: 96px;
  height: 38px;
  margin-top: -220px;
  animation-delay: -50s;
}

#cloud_b img {
  width: 101px;
  height: 42px;
  margin-top: -265px;
  animation-delay: -5s;
}

#cloud_c img {
  width: 79px;
  height: 34px;
  margin-top: -257px;
  animation-delay: -45s;
}

#cloud_d img {
  width: 54px;
  height: 27px;
  margin-top: -224px;
  animation-delay: -35s;
}

#cloud_e img {
  width: 60px;
  height: 27px;
  margin-top: -243px;
  animation-delay: -25s;
}

#cloud_f img {
  width: 67px;
  height: 30px;
  margin-top: -231px;
  animation-delay: -15s;
}

#cloud_g img {
  width: 79px;
  height: 15px;
  margin-top: -191px;
  animation-delay: 0;
}

@keyframes cloudAnime {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(700px, 0, 0);
  }
}
#train {
  z-index: 53;
  width: 177px;
  height: 112px;
  background-image: url(../images/train.webp);
  background-position: right top;
  opacity: 0;
  animation-name: trainAnime;
  animation-duration: 12s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.64, 0.72);
  transform: translate3d(469px, -106px, 0px);
}

@keyframes trainAnime {
  0% {
    transform: translate3d(469px, -106px, 0px);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  43% {
    opacity: 1;
    transform: translate3d(109px, 79px, 0px);
  }
  50% {
    transform: translate3d(95px, 86px, 0px);
    opacity: 0;
  }
}
.mole_rocket_wrap#mole_rocket_wrap {
  z-index: 110;
  width: 515px;
  height: 92px;
  margin-left: -287px;
  margin-top: -266px;
}
.mole_rocket_wrap#mole_rocket_wrap #line_path {
  width: 515px;
  height: 92px;
}
.mole_rocket_wrap .motionPath_rocket {
  opacity: 0;
}
.mole_rocket_wrap .motionPath_rocket .path_style {
  fill: none;
  stroke: #f00;
  stroke-miterlimit: 10;
}
.mole_rocket_wrap .mole_rocket {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  height: 47px;
  width: 96px;
  overflow: hidden;
  margin-left: -47px;
  margin-top: -27px;
}
.mole_rocket_wrap .mole_rocket .root_rocket img {
  position: absolute;
  max-width: initial;
  height: 47px;
  width: 96px;
  animation-duration: 0.2s;
  transform: scale(-1, -1);
}
.mole_rocket_wrap .mole_rocket .root_rocket img:nth-child(1) {
  animation-delay: 0s;
}
.mole_rocket_wrap .mole_rocket .root_rocket img:nth-child(2) {
  animation-delay: 0.1s;
}

.car_highway_wrap#car_highway_A_wrap {
  z-index: 11;
  width: 597px;
  height: 112px;
  margin-left: -375px;
  margin-top: -157px;
}
.car_highway_wrap#car_highway_A_wrap #line_path {
  width: 597px;
  height: 112px;
}
.car_highway_wrap#car_highway_C_wrap {
  z-index: 14;
  width: 597px;
  height: 110px;
  margin-left: -375px;
  margin-top: -155px;
}
.car_highway_wrap .motionPath_highway {
  opacity: 0;
}
.car_highway_wrap .motionPath_highway .path_style {
  fill: none;
  stroke: #f00;
  stroke-miterlimit: 10;
}
.car_highway_wrap .car_highway {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
}
.car_highway_wrap .car_highway .root_highway img {
  max-width: initial;
  height: 30px;
  width: 150px;
}

.car-bounds {
  width: 100%;
  height: auto;
  animation-name: carBounds;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: translate3d(0px, 0px, 0px);
}

@keyframes carBounds {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  25% {
    transform: translate3d(0px, 0px, 0px);
  }
  30% {
    transform: translate3d(0px, 0.03em, 0px);
  }
  35% {
    transform: translate3d(0px, 0.03em, 0px);
  }
  50% {
    transform: translate3d(0px, 0px, 0px);
  }
  60% {
    transform: translate3d(0px, 0px, 0px);
  }
  70% {
    transform: translate3d(0px, -0.03em, 0px);
  }
  75% {
    transform: translate3d(0px, -0.03em, 0px);
  }
  80% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
#highway_mole_h img {
  z-index: 15;
  width: 60px;
  height: 55px;
  margin-left: -11px;
  margin-top: -49px;
}

#kappa img {
  z-index: 15;
  width: 66px;
  height: 54px;
  margin-left: -86px;
  margin-top: -55px;
}

#kappa_splash img {
  z-index: 15;
  width: 57px;
  height: 28px;
  margin-left: -88px;
  margin-top: -12px;
}

#human_a img {
  z-index: 21;
  width: 64px;
  height: 68px;
  margin-left: -199px;
  margin-top: 35px;
}

#human_b img {
  z-index: 21;
  width: 28px;
  height: 52px;
  margin-left: -127px;
  margin-top: 3px;
}

#track_a img {
  z-index: 23;
  width: 34px;
  height: 25px;
  background-position: right top;
  opacity: 0;
  animation-name: trackAnimeA;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.64, 0.72);
  transform: translate3d(240px, -96px, 0px);
}

@keyframes trackAnimeA {
  0% {
    transform: translate3d(240px, -96px, 0px);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  43% {
    opacity: 1;
    transform: translate3d(-152px, 98px, 0px);
  }
  50% {
    transform: translate3d(-162px, 105px, 0px);
    opacity: 0;
  }
}
#track_c img {
  z-index: 22;
  width: 34px;
  height: 25px;
  background-position: right top;
  opacity: 0;
  animation-name: trackAnimeC;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.64, 0.72);
  transform: translate3d(240px, -96px, 0px);
}

@keyframes trackAnimeC {
  0% {
    transform: translate3d(-172px, 92px, 0px);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  43% {
    opacity: 1;
    transform: translate3d(220px, -108px, 0px);
  }
  50% {
    opacity: 0;
    transform: translate3d(228px, -111px, 0px);
  }
}
#akaoni img {
  z-index: 31;
  width: 59px;
  height: 56px;
  margin-left: 383px;
  margin-top: -153px;
}

#boring_east img {
  z-index: 33;
  width: 53px;
  height: 76px;
  margin-left: 385px;
  margin-top: -100px;
}

#boring_east_mole_c img {
  z-index: 34;
  width: 24px;
  height: 36px;
  margin-left: 370px;
  margin-top: -82px;
}

#boring_east_mole_i img {
  z-index: 34;
  width: 24px;
  height: 39px;
  margin-left: 414px;
  margin-top: -66px;
  transform: scale(-1, 1);
}

.boring img {
  opacity: 0;
  animation-name: boringSlide;
  animation-duration: 3s;
  animation-timing-function: steps(6, end);
  animation-iteration-count: infinite;
}
.boring img:nth-child(1) {
  animation-delay: 0s;
}
.boring img:nth-child(2) {
  animation-delay: 0.5s;
}
.boring img:nth-child(3) {
  animation-delay: 1s;
}
.boring img:nth-child(4) {
  animation-delay: 1.5s;
}
.boring img:nth-child(5) {
  animation-delay: 2s;
}
.boring img:nth-child(6) {
  animation-delay: 2.5s;
}

@keyframes boringSlide {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#human_c img {
  z-index: 41;
  width: 35px;
  height: 40px;
  margin-left: 255px;
  margin-top: -43px;
}

#human_d img {
  z-index: 41;
  width: 40px;
  height: 52px;
  margin-left: 254px;
  margin-top: 18px;
}

#human_e img {
  z-index: 41;
  width: 52px;
  height: 50px;
  margin-left: 182px;
  margin-top: 35px;
}

#taiyaki img {
  z-index: 52;
  width: 27px;
  height: 40px;
  margin-left: 148px;
  margin-top: 67px;
}

#taiyaki_splash img {
  z-index: 51;
  width: 48px;
  height: 33px;
  margin-left: 135px;
  margin-top: 91px;
}

#human_f img {
  z-index: 51;
  width: 43px;
  height: 67px;
  margin-left: 86px;
  margin-top: 66px;
}

#kintarou img {
  z-index: 56;
  width: 73px;
  height: 66px;
  margin-left: 408px;
  margin-top: 33px;
}

#boring_southEast_mole_j img {
  z-index: 56;
  width: 33px;
  height: 47px;
  margin-left: 332px;
  margin-top: 31px;
}

#boring_southEast {
  z-index: 57;
  width: 96px;
  height: 226px;
  overflow: hidden;
  margin-left: 306px;
  margin-top: 20px;
}
#boring_southEast .boring_southEast_slide {
  animation-name: boring_southEast;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
}
@keyframes boring_southEast {
  0% {
    transform: translate3d(0, 0, 0);
  }
  16.6% {
    transform: translate3d(-96px, 0, 0);
  }
  33.3% {
    transform: translate3d(-192px, 0, 0);
  }
  49.8% {
    transform: translate3d(-288px, 0, 0);
  }
  66.4% {
    transform: translate3d(-384px, 0, 0);
  }
  83% {
    transform: translate3d(-480px, 0, 0);
  }
  100% {
    transform: translate3d(-576px, 0, 0);
  }
}
#boring_southEast .boring_southEast_slide img {
  max-width: initial;
  width: 576px;
  height: 226px;
}

#boring_southEast_mole_f img {
  z-index: 58;
  width: 38px;
  height: 60px;
  margin-left: 382px;
  margin-top: 64px;
  transform: scale(-1, 1);
}

#boring_southEast_mole_i img {
  z-index: 58;
  width: 39px;
  height: 62px;
  margin-left: 310px;
  margin-top: 84px;
}

#mole_k img {
  z-index: 58;
  width: 33px;
  height: 50px;
  margin-left: -39px;
  margin-top: 63px;
}

#boring_south {
  z-index: 57;
  width: 76px;
  height: 178px;
  overflow: hidden;
  margin-left: -34px;
  margin-top: 70px;
}
#boring_south .boring_south_slide {
  animation-name: boring_south;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
}
@keyframes boring_south {
  0% {
    transform: translate3d(0, 0, 0);
  }
  16.6% {
    transform: translate3d(-76px, 0, 0);
  }
  33.3% {
    transform: translate3d(-152px, 0, 0);
  }
  49.8% {
    transform: translate3d(-228px, 0, 0);
  }
  66.4% {
    transform: translate3d(-304px, 0, 0);
  }
  83% {
    transform: translate3d(-380px, 0, 0);
  }
  100% {
    transform: translate3d(-456px, 0, 0);
  }
}
#boring_south .boring_south_slide img {
  max-width: initial;
  width: 456px;
  height: 178px;
}

#boring_south_mole_i img {
  z-index: 58;
  width: 30px;
  height: 49px;
  margin-left: -30px;
  margin-top: 120px;
}

#caterpillar_mole_c img {
  z-index: 56;
  width: 32px;
  height: 48px;
  margin-left: -127px;
  margin-top: 85px;
}

#caterpillar {
  z-index: 58;
  width: 67px;
  height: 73px;
  overflow: hidden;
  margin-left: -108px;
  margin-top: 84px;
  animation-name: caterpillarAnime;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.32, 0.24, 0.64, 0.72);
}
#caterpillar .caterpillar_slide {
  animation-name: caterpillarSlide;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
}
#caterpillar .caterpillar_slide img {
  max-width: initial;
  width: 134px;
  height: 73px;
  animation-name: caterpillarBounds;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: translate3d(0px, 0px, 0px);
}

@keyframes caterpillarAnime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(2px, -1px, 0);
  }
  40% {
    transform: translate3d(18px, -9px, 0);
  }
  50% {
    transform: translate3d(20px, -10px, 0);
  }
  60% {
    transform: translate3d(18px, -9px, 0);
  }
  90% {
    transform: translate3d(2px, -1px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes caterpillarSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-67px, 0, 0);
  }
  100% {
    transform: translate3d(-134px, 0, 0);
  }
}
@keyframes caterpillarBounds {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  25% {
    transform: translate3d(0px, 0px, 0px);
  }
  30% {
    transform: translate3d(0px, 0.015em, 0px);
  }
  35% {
    transform: translate3d(0px, 0.015em, 0px);
  }
  50% {
    transform: translate3d(0px, 0px, 0px);
  }
  60% {
    transform: translate3d(0px, 0px, 0px);
  }
  70% {
    transform: translate3d(0px, -0.015em, 0px);
  }
  75% {
    transform: translate3d(0px, -0.015em, 0px);
  }
  80% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
#underground_mole_b img {
  z-index: 56;
  width: 37px;
  height: 50px;
  margin-left: -476px;
  margin-top: 68px;
  transform: scale(-1, 1);
}

#underground_mole_a_01 img {
  z-index: 56;
  width: 46px;
  height: 34px;
  margin-left: -382px;
  margin-top: 58px;
  transform: rotate(207deg);
}

#underground_mole_f img {
  z-index: 56;
  width: 39px;
  height: 47px;
  margin-left: -437px;
  margin-top: 154px;
}

#boring_west {
  z-index: 56;
  width: 94px;
  height: 56px;
  overflow: hidden;
  margin-left: -318px;
  margin-top: 170px;
}
#boring_west .boring_west_slide {
  animation-name: boring_west;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
}
@keyframes boring_west {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-94px, 0, 0);
  }
  50% {
    transform: translate3d(-188px, 0, 0);
  }
  75% {
    transform: translate3d(-282px, 0, 0);
  }
  100% {
    transform: translate3d(-376px, 0, 0);
  }
}
#boring_west .boring_west_slide img {
  max-width: initial;
  width: 376px;
  height: 56px;
}

#underground_mole_e img {
  z-index: 56;
  width: 38px;
  height: 60px;
  margin-left: -366px;
  margin-top: 158px;
}

#underground_mole_d img {
  z-index: 56;
  width: 34px;
  height: 54px;
  margin-left: -223px;
  margin-top: 165px;
}

#underground_mole_a_02 img {
  z-index: 56;
  width: 46px;
  height: 34px;
  margin-left: -139px;
  margin-top: 201px;
}

#iron_boy img {
  z-index: 60;
  width: 64px;
  height: 65px;
  margin-left: -270px;
  margin-top: -180px;
}

#thief img {
  z-index: 60;
  width: 84px;
  height: 207px;
  margin-left: -433px;
  margin-top: -190px;
}

#witch img {
  z-index: 60;
  width: 108px;
  height: 102px;
  margin-left: -307px;
  margin-top: -66px;
}

#airplane img {
  z-index: 60;
  width: 106px;
  height: 72px;
  margin-left: 30px;
  margin-top: -9px;
}

#balloon_boy img {
  z-index: 60;
  width: 53px;
  height: 90px;
  margin-left: 272px;
  margin-top: -202px;
}

#pig img {
  z-index: 60;
  width: 89px;
  height: 58px;
  margin-left: 87px;
  margin-top: -115px;
}