#mv {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#mv img {
  display: block;
  width: 100%;
  height: auto;
}
#mv .title01, #mv .title02, #mv .chara01, #mv .chara02, #mv .chara03, #mv .img01, #mv .chara04, #mv .chara05, #mv .img02, #mv .chara06, #mv .img03, #mv .base02, #mv .base03 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#mv .title01 {
  z-index: 13;
}
#mv .title02 {
  z-index: 12;
}
#mv .base03 {
  z-index: 11;
}
#mv .chara04 {
  z-index: 10;
}
#mv .chara06 {
  z-index: 9;
}
#mv .img02 {
  z-index: 8;
}
#mv .chara05 {
  z-index: 7;
}
#mv .img03 {
  z-index: 6;
}
#mv .base02 {
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #mv .base02 {
    z-index: 5;
  }
}
#mv .chara03 {
  z-index: 4;
}
#mv .chara02 {
  z-index: 3;
}
#mv .chara01 {
  z-index: 2;
}
#mv .img01 {
  z-index: 1;
}

#mv .title01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(-10%);
}
#mv .title02 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(10%);
}
#mv .img02,
#mv .chara04,
#mv .chara06,
#mv .chara05,
#mv .chara03,
#mv .chara02,
#mv .chara01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(10%);
}
#mv .img03,
#mv .img01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#mv.act .title01 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  #mv.act .title01 {
    transition-delay: 1.8s;
  }
}
#mv.act .title02 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  #mv.act .title02 {
    transition-delay: 1.8s;
  }
}
#mv.act .chara04 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  #mv.act .chara04 {
    transition-delay: 0s;
  }
}
#mv.act .chara06 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  #mv.act .chara06 {
    transition-delay: 0.6s;
  }
}
#mv.act .img02 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #mv.act .img02 {
    transition-delay: 0.4s;
  }
}
#mv.act .chara05 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  #mv.act .chara05 {
    transition-delay: 0.2s;
  }
}
#mv.act .img03 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #mv.act .img03 {
    transition-delay: 1.2s;
  }
}
#mv.act .chara03 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  #mv.act .chara03 {
    transition-delay: 0.4s;
  }
}
#mv.act .chara02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #mv.act .chara02 {
    transition-delay: 0.2s;
  }
}
#mv.act .chara01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  #mv.act .chara01 {
    transition-delay: 0s;
  }
}
#mv.act .img01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  #mv.act .img01 {
    transition-delay: 1.2s;
  }
}/*# sourceMappingURL=style_top.css.map */