
@charset "UTF-8";

#mv.slide05 .mv_img li.show img {
    animation: unset!important;
}

#top_blog + div p {
	display: none;
}

#top_blog + div img {
	width: 100%;
	object-fit: contain;
}

#mv.slide01 .mv_img li.show img {
    animation: unset!important;
}

/*---MV装飾削除
--------------------------------------*/
#mv_outer::before {
	display: none;
}

/*---MV高さ調整
-----------------------------------*/
@media screen and (max-width: 600px){
	#mv {
    height: 60vw!important;
  }
}