/*=========================
下層ページ共通
=========================*/
.footer_contents_ph {
	display: none !important;
}

/*========================
mv
========================*/
#mv {
	height: 5.00rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#mv {
		height: 3.00rem;
	}
}


/* 下部のグラデーション */
#mv::before {
	content: "";
	width: 100%;
	height: 2.00rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#mv .page_title_wrap {
	width: 100%;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	z-index: 2;
}

#mv .page_title {
	font-size: 0.44rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width:599px) {
	#mv .page_title {
		font-size: 0.30rem;
		line-height: 1.45;
	}
}

#mv .page_title span {
	font-size: 0.20rem;
	font-weight: 400;
	letter-spacing: 0.20em;
	display: block;
	padding-top: 0.20rem;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:599px) {
	#mv .page_title span {
		font-size: 0.12rem;
	}
}
