@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}
#headline h1 {
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#headline h1 span {
	font-size: 12px;
	letter-spacing: 0.1em;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	margin-top: 10px;
}

@media screen and (max-width: 840px) {
#headline {
	height: 240px;
}
#headline h1 {
	font-size: 29px;
}
}

@media screen and (max-width: 640px) {
#headline {
	height: 180px;
}
#headline h1 {
	font-size: 21px;
}
}
