@charset "UTF-8";

.mv{
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.mv img{
	width: 100%;
	margin: auto;
	display: block;
}