@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	height: 320px;
	position: relative;
}
#headline h1 {
	position: absolute;
	top: calc(50% + 40px);
	left: 50%;
	transform: translate(-50%,-50%);
	font: 700 5.1rem/1 var(--fJA);
}
@media screen and (max-width: 1000px) {
	#headline {
		height: 280px;
	}
	#headline h1 {
		top: 50%;
	}
}
@media screen and (max-width: 640px) {
	#headline {
		height: 180px;
	}
	#headline h1 {
		top: calc(50% + 28.5px);
		font: 700 2.8rem/1 var(--fJA);
	}
}