@charset "utf-8";

@media screen and (min-width: 859px) {
	.mv_detail{
		height: 34vw;
		width: 100%;
		background-image: url("../images/mv_detail.png");
		background-size: cover;
		width: 100%;
	}

	.mv_detail_text{
		text-align: center;
		color: white;
		padding-top: 17vw;
	}
	.mv_detail_text h1{
		font-size: 2vw;
		font-weight: 100;
	}
	.content {
		margin: 0 auto 100px;
	}
}
@media screen and (max-width: 858px) {
	.mv_detail{
		height: 70vw;
		width: 100%;
		background-image: url("../images/mv_detail_sp.png");
		background-size: cover;
		width: 100%;
	}
	.mv_detail_text{
		font-size: 4.5vw;
		text-align: center;
		color: white;
		padding-top: 36vw;
		line-height: 1.8;
		letter-spacing: 2px;
	}
	.mv_detail_text h1{
		font-size: 2.3rem;
		font-weight: 100;
	}
	.content {
		margin: 0 auto 50px;
	}
}
