/* アニメーション */
@keyframes floaty {
  0% {
      transform: translateY(0) rotate(0deg);
  }
  50% {
      transform: translateY(20px) rotate(5deg);
  }
  100% {
      transform: translateY(0) rotate(0deg);
  }
}
.animation_floaty {
  position: absolute;
  animation: floaty 3s ease-in-out infinite;
  z-index: 1;
}

@keyframes floaty_center {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_floaty_c {
  position: absolute;
  animation: floaty_center 3s ease-in-out infinite;
  z-index: 1;
}
.outside{
  position: relative;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}

.tako_left01,
.tako_left02,
.tako_left03,
.tako_left04,
.item_cloud01,
.item_cloud02{
  display: block;
  height: auto;
}
.item_tako{
  max-width: 320px;
  width: 55%;
}
.tako_left{
  top: 30px;
  left: -50px;
}
.tako_right{
  top: 0;
  right: -50px;
}
.tako_hist_l{
  top: -60px;
  left: -5%;
}
.tako_hist_r{
  top: -80px;
  right: -5%;
}
.item_cloud01{
  max-width: 240px;
  width: 30%;
}
.item_cloud02{
  max-width: 200px;
  width: 27%;
}
.item_cloud03{
  max-width: 160px;
  width: 20%;
}
.cloud_left{
  top: 45px;
  left: 30%;
}
.cloud_left02{
  top: 20%;
  left: -20px;
}
.cloud_left03{
  top: 36%;
  left: 23%;
}
.cloud_big_left{
  top: -40px;
  left: 4%;
}
.cloud_big_left02{
  top: 57%;
  left: 10%;
}
.cloud_big_left03{
  bottom: 5%;
  left: 1%;
}

.cloud_right{
  top: 15px;
  right: 30%;
}
.cloud_right02{
  top: 20%;
  right: 15%;
}
.cloud_right03{
  top: 50%;
  right: 23%;
}
.cloud_big_right{
  top: -30px;
  right: 4%;
}
.cloud_big_right02{
  bottom: 30px;
  right: -5%;
}
.cloud_big_right02{
  top: 34%;
  right: -5%;
}
@media (max-width: 768px) {
  .cloud_left_sp01{
    top: 0;
    left: 10%;
  }
  .cloud_left_sp02{
    top: 23%;
    left: -2%;
  }
  .cloud_left_sp03{
    bottom: 40%;
    left: 15%;
  }

  .cloud_right_sp01{
    top: 0;
    right: 10%;
  }
  .cloud_right_sp02{
    top: 27%;
    right: -2%;
  }
  .cloud_right_sp03{
    bottom: 10%;
    right: 15%;
  }
}

/* 花がくるくる */
@keyframes rotateFlower {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 5秒で1回転 */
.rotating-flower {
  position: fixed;
  animation: rotateFlower 5s linear infinite;
  z-index: 2;
}
.item_flower_s,
.item_flower_s_mv{
  width: 65px;
  height: auto;
}
.item_flower_m,
.item_flower_mv{
  width: 85px;
  height: auto;
}
.item_flower_l{
  width: 105px;
  height: auto;
}
.item_flower_xl,
.item_flower_xl_mv{
  width: 120px;
  height: auto;
}

.pos01{
  top: -10px;
  left: 34%;
}
.pos02{
  top: -40px;
  right: 30%;
}
.pos03{
  top: 30%;
  left: 5%;
}
.pos04{
  top: 10%;
  left: 22%;
}
.pos05{
  top: 25%;
  left: 17%;
}
.pos06{
  top: 40%;
  left: 12%;
}
.pos07{
  top: 50%;
  left: 25%;
}
.pos08{
  top: 50%;
  left: -20px;
}
.pos09{
  bottom: 22%;
  left: 3%;
}
.pos10{
  bottom: 13%;
  left: 16%;
}
.pos11{
  bottom: -30px;
  left: -20px;
}

.pos_r01{
  top: 10%;
  right: 23%;
}
.pos_r02{
  top: 30%;
  right: 20%;
}
.pos_r03{
  top: 25%;
  right: 10%;
}
.pos_r04{
  top: 40%;
  right: 22%;
}
.pos_r05{
  top: 42%;
  right: -1%;
}
.pos_r06{
  bottom: 39%;
  right: 13%;
}
.pos_r07{
  bottom: 25%;
  right: 24%;
}
.pos_r08{
  bottom: 20%;
  right: 0;
}
.pos_r09{
  bottom: 0;
  right: 5%;
}

@media (max-width: 768px) {
  .item_flower_s{
    width: 40px;
    height: auto;
  }
  .item_flower_m{
    width: 50px;
  }
  .item_flower_l{
    width: 70px;
  }

  .sp_pos_l01{
    top: 0;
    left: 23%;
  }
  .sp_pos_l02{
    top: 5%;
    left: 0;
  }
  .sp_pos_l03{
    top: 18%;
    left: -25px;
  }
  .sp_pos_l04{
    top: 30%;
    left: 12%;
  }
  .sp_pos_l05{
    top: 42%;
    left: 2%;
  }
  .sp_pos_l06{
    bottom: 45%;
    left: 32%;
  }
  .sp_pos_l07{
    bottom: 29%;
    left: 9%;
  }
  .sp_pos_l08{
    bottom: 10%;
    left: 35%;
  }
  .sp_pos_l09{
    bottom: 20%;
    left: 16%;
  }
  .sp_pos_l10{
    bottom: 5%;
    left: 2%;
  }

  .sp_pos_r01{
    top: -20px;
    right: 23%;
  }
  .sp_pos_r02{
    top: 7%;
    right: 0%;
  }
  .sp_pos_r03{
    top: 15%;
    right: 20%;
  }
  .sp_pos_r04{
    top: 23%;
    right: 2%;
  }
  .sp_pos_r05{
    top: 30%;
    right: 32%;
  }
  .sp_pos_r06{
    top: 42%;
    right: 17%;
  }
  .sp_pos_r07{
    bottom: 40%;
    right: 7%;
  }
  .sp_pos_r08{
    bottom: 35%;
    right: 25%;
  }
  .sp_pos_r09{
    bottom: 20%;
    right: -20px;
  }




}
