@keyframes animation01 {
  0% {
    background-image: url('../images/arino-kacho-dance01.webp');
  }

  50% {
    background-image: url('../images/arino-kacho-dance01.webp');
  }

  51% {
    background-image: url('../images/arino-kacho-dance02.webp');
  }

  100% {
    background-image: url('../images/arino-kacho-dance02.webp');
  }
}

.arino-kacho-dance {
  position: absolute;
  top: -120px;
  left: -140px;
  animation: animation01 2s infinite;
  width: 160px;
  height: 278px;
  background-size: 100% auto;
}

@media screen and (max-width: 859px) {
  .arino-kacho-dance {
    position: absolute;
    top: -90px;
    left: 0px;
    animation: animation01 2s infinite;
    width: 60px;
    height: 104px;
    background-size: 100% auto;
  }
}

@keyframes animation02 {
  0% {
    background-image: url('../images/arino-kacho-forward01.webp');
  }

  50% {
    background-image: url('../images/arino-kacho-forward01.webp');
  }

  51% {
    background-image: url('../images/arino-kacho-forward02.webp');
  }

  100% {
    background-image: url('../images/arino-kacho-forward02.webp');
  }
}

.arino-kacho-forward {
  position: absolute;
  top: -120px;
  right: -60px;
  animation: animation02 2s infinite;
  width: 160px;
  height: 294px;
  background-size: 100% auto;
}

@media screen and (max-width: 859px) {
  .arino-kacho-forward {
    position: absolute;
    top: -60px;
    right: 0px;
    animation: animation02 2s infinite;
    width: 60px;
    height: 110px;
    background-size: 100% auto;
  }
}

.arino-kacho-pump {
  position: absolute;
  top: 120px;
  left: -120px;
  background-image: url(../images/arino-kacho-pump.webp);
  width: 150px;
  height: 333px;
  background-size: 100% auto;
  transform: rotate(-5deg);
}

.arino-kacho-pump .comment {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  font-size: 22px;
  font-weight: bold;
  line-height: 100%;
  
}

.arino-kacho-pump .comment span {
  background-color: #fff33f;
}

@media screen and (max-width: 859px) {
  .arino-kacho-pump {
    position: absolute;
    top: 0px;
    left: -18px;
    background-image: url(../images/arino-kacho-pump.webp);
    width: 50px;
    height: 111px;
    background-size: 100% auto;
    transform: rotate(30deg);
  }

  .arino-kacho-pump .comment {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    
  }
}

.arino-kacho-link {
  position: relative;
  width: 760px;
  margin: auto;
}

.arino-kacho-flip {
  position: absolute;
  bottom: 50px;
  right: 0px;
  background-image: url(../images/arino-kacho-flip.webp);
  width: 200px;
  height: 141px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  text-decoration: none;

}

@media screen and (max-width: 859px) {
  .arino-kacho-link {
    position: relative;
    width: 100%;
    margin: auto;
    height: 141px;
  }
  
  .arino-kacho-flip {
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
    background-image: url(../images/arino-kacho-flip.webp);
    width: 200px;
    height: 141px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
  
  }
}

.arino-kacho-uchiwa {
  position: absolute;
  bottom: -100px;
  right: -60px;
  background-image: url(../images/arino-kacho-uchiwa.webp);
  width: 160px;
  height: 323px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(5deg);
}

.arino-kacho-uchiwa .comment {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  font-size: 22px;
  font-weight: bold;
  line-height: 110%;
}

.arino-kacho-uchiwa .comment span {
  background-color: #fff33f;
}

@media screen and (max-width: 859px) {
  .arino-kacho-uchiwa {
    bottom: 150px;
    right: 50%;
    width: 30%;
    height: auto;
    padding-bottom: 30%;
    transform: rotate(5deg) translateX(50%);
  }
}

@media screen and (max-width: 600px) {
  .arino-kacho-uchiwa {
    bottom: 110px;
    right: 50%;
    width: 30%;
    height: auto;
    padding-bottom: 30%;
    transform: rotate(5deg) translateX(50%);
  }
}

@media screen and (max-width: 480px) {
  .arino-kacho-uchiwa {
    bottom: 80px;
    right: 50%;
    width: 30%;
    height: auto;
    padding-bottom: 30%;
    transform: rotate(5deg) translateX(50%);
  }
  .arino-kacho-uchiwa .comment {
    font-size: 12px;
    top: -30px;
  }
}