@charset "utf-8";
#mv-lottie,#mv-lottie1-2{
    background-color:#fff;
    width: 100%;
    height: calc(100vw * .55);
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    margin: 0 auto;
    opacity: 1;
    position: relative;
}
@media (max-width: 1100px){
  #mv-lottie,#mv-lottie1-2{
    width: 100%;
    height: calc(100vw * .9);
  }
  #mv-lottie .mv-lottie{
    width: 130%!important;
  }
  #mv-lottie1-2 .mv-lottie{
    width: 130%!important;
  }
}
@media (max-width: 900px){
  #mv-lottie,#mv-lottie1-2{
    width: 100%;
    height: calc(100vw * .9);
  }
  #mv-lottie .mv-lottie{
    width: 150%!important;
  }
  #mv-lottie1-2 .mv-lottie{
    width: 150%!important;
  }
}
@media (max-width: 600px){
  #mv-lottie,#mv-lottie1-2{
    width: 100%;
    height: 105vw;
  }
  #mv-lottie .mv-lottie{
    width: 200%!important;
  }
  #mv-lottie1-2 .mv-lottie{
    width: 200%!important;
  }
}
#mv-lottie .mv-lottie{
    position: absolute;
    top: 0;
    height: auto!important;
  }
#mv-lottie1-2 .mv-lottie{
    position: absolute;
    top: 0;
    height: auto!important;
  }
