@charset "UTF-8";

/* タイトル */
#titLineupPageOut{
	height: 250px;
	background-color: #000000;
	position: relative;
}
#titLineupPage{
	width:1160px;
	padding:0 30px;
	margin:0 auto;
	color: #ffffff;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
#titLineupPage .tit{
	font-size: 4.0rem;
}
#titLineupPage .tit span{
	display: inline-block;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-size: 1.5rem;
}
#titLineupPage p{
	font-size: 1.5rem;
}
@media screen and (max-width:667px){
	#titLineupPageOut{
		height: 150px;
		background-size: contain;
	}
	#titLineupPage{
		width:100%;
		padding:20px 15px;
	}
	#titLineupPage .tit{
		font-size: 2.5rem;
	}
	#titLineupPage .tit span{
		padding: 0 0 0 10px;
		font-size: 1.0rem;
	}
	#titLineupPage p{
		font-size: 1.4rem;
	}
}