/*
Theme Name:custom theme
Description:カスタムテーマ
Author: app_murata
Version:1.0.0
*/
@media screen and (max-width: 680px) {
	body .mv img {
    height: 50svh;
		width:100%;
    object-fit: cover;
  }
	    body .mv-txt-wrap {
        margin-top: 15px;
    }
}