@charset "UTF-8";

/*

page_common.css

*/




#body_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#main_content {
    background: #ffffff;
}

.en {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}


@media (min-width: 768px) {


}


@media (min-width: 1024px) {
    
}




/*========================================

#page_headline

========================================*/

#page_headline .bg_img {
	width: 100%;
	background-position: center;
	background-size: cover;
}

#page_headline .bg_filter {
	position: relative;
	height: 56vw;
	background: rgba(0,0,0,0.3);
}

#page_headline .h1_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

#page_headline .h1_ttl span {
	display: block;
	text-align: center;
	font-size: 8vw;
	font-weight: 700;
	color: #ffffff;
}

#page_headline .h1_ttl h1 {
	text-align: center;
	font-size: 4vw;
	font-weight: 700;
	color: #ffffff;
}


@media (min-width: 768px) {

	#page_headline .bg_filter {
		height: 40vw;
	}

	#page_headline .h1_ttl span {
		font-size: 6vw;
	}
	
	#page_headline .h1_ttl h1 {
		font-size: 3vw;
	}

}


@media (min-width: 1024px) {

	#page_headline .con {
		padding: 80px 0 0;
	}

	#page_headline .bg_filter {
		height: 480px;
	}
    
}