@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	background-color: #000;
}
.sec01 {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.sec01 .verticalP {
	position: absolute;
	right: 14.5%;
	top: 28.3%;
	height: 450px;
	line-height: 3.6;
}
.sec01 .headLine {
	padding-bottom: 5px;
	position: absolute;
	left: 3.125%;
	bottom: 4.3%;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 4.7rem;
	letter-spacing: 15px;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
	z-index: 3;
}
.sec01 .headLine span {
	margin: 3px 0 0;
	display: block;
	letter-spacing: 0.7px;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media all and (max-width: 896px) {
	.sec01 .verticalP {
		height: 65%;
		right: 11px;
		top: 92px;
		font-size: 1.6rem;
		line-height: 3.4;
		letter-spacing: 5px;
	}
	.sec01 .headLine {
		padding-bottom: 3px;
		left: 14px;
		bottom: 15px;
		font-size: 2.6rem;
		letter-spacing: 9px;
		line-height: 1;
	}
	.sec01 .headLine span {
		margin-top: 3px;
		font-size: 1.0rem;
	}
}