/******************************************************************
miai
 -----------------------------------------------------------------*/

.mvLoopSlide .item01 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider01.jpg"); }
.mvLoopSlide .item02 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider02.jpg"); }
.mvLoopSlide .item03 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider03.jpg"); }
.mvLoopSlide .item04 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider04.jpg"); }
.mvLoopSlide .item05 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider05.jpg"); }
.mvLoopSlide .item06 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider06.jpg"); }
.mvLoopSlide .item07 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider07.jpg"); }
.mvLoopSlide .item08 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider08.jpg"); }
.mvLoopSlide .item09 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider09.jpg"); }
.mvLoopSlide .item10 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/miai/main_slider10.jpg"); }



.mvLoopSlideItemList:first-child {
  -webkit-animation: loop 90s linear infinite;
          animation: loop 90s linear infinite;
}
.mvLoopSlideItemList:nth-child(2) {
  -webkit-animation: loop2 90s -60s linear infinite;
          animation: loop2 90s -60s linear infinite;
}
.mvLoopSlideItemList:last-child {
  -webkit-animation: loop3 90s -30s linear infinite;
          animation: loop3 90s -30s linear infinite;
}

@media (max-width: 839px) {
.mvLoopSlideItemList:first-child {
  -webkit-animation: loop 45s linear infinite;
          animation: loop 45s linear infinite;
}
.mvLoopSlideItemList:nth-child(2) {
  -webkit-animation: loop2 45s -30s linear infinite;
          animation: loop2 45s -30s linear infinite;
}
.mvLoopSlideItemList:last-child {
  -webkit-animation: loop3 45s -15s linear infinite;
          animation: loop3 45s -15s linear infinite;
}
}