.front-page .mv__wrap .mv__main .mv__deco .product01 {
  left: -30px;
  bottom: 230px;
}
@media (max-width: 1024px) {
  .front-page .mv__wrap .mv__main .mv__deco .product01 {
    left: -50px;
  }
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product01 {
    left: -15px;
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .front-page .mv__wrap .mv__main .mv__deco .product01 img {
    scale: 0.8;
  }
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product01 img {
    scale: 0.4;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product02 {
  top: 100px;
  left: -45px;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product02 {
    top: -10px;
    left: -10px;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product03 {
  right: initial;
  left: 100px;
  top: -20px;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product03 {
    left: 100px;
    top: -90px;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product04 {
  position: absolute;
  top: -40px;
  right: 100px;
  bottom: initial;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product04 {
    top: initial;
    bottom: 100px;
    right: -15px;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product05 {
  position: absolute;
  top: 100px;
  right: -40px;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product05 {
    top: 90px;
    right: -45px;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product05 img {
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product05 img {
    scale: 0.45;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product06 {
  position: absolute;
  bottom: 100px;
  right: -70px;
  translate: 0 -100%;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product06 {
    bottom: -70px;
    right: -80px;
    translate: 0;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .product06 img {
  opacity: 0;
}
@media (max-width: 1024px) {
  .front-page .mv__wrap .mv__main .mv__deco .product06 img {
    scale: 0.8;
  }
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .product06 img {
    scale: 0.4;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .ameba01 {
  top: 20px;
  left: 40px;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .ameba01 {
    top: 40px;
    left: 0;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .ameba02 {
  top: 250px;
  left: 60px;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .ameba02 {
    top: 280px;
    left: -25px;
  }
}
.front-page .mv__wrap .mv__main .mv__deco .ameba04 {
  bottom: 378px;
  right: 70px;
}
@media (max-width: 834px) {
  .front-page .mv__wrap .mv__main .mv__deco .ameba04 {
    bottom: 220px;
    right: 0;
  }
}
.front-page.js-loaded .product05 img,
.front-page.js-loaded .product06 img {
  animation: fadein-b-deco 1s ease 0.8s forwards;
}
