@charset "UTF-8";

/* タイトル */
#titSeriesPageOut{
	height: 250px;
	background: url(../images/bg_darwin_top_pc.png) center center no-repeat #000;
	background-size: auto;
	position: relative;
}
#titSeriesPage{
	width:1160px;
	padding:60px 30px;
	margin:0 auto;
	font-family:'Yu Mincho',YuMincho,'游明朝','ヒラギノ明朝 Pro W3',Hiragino Mincho Pro,'ＭＳ Ｐ明朝',MS PMincho,serif;
	color: #ffffff;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
#titSeriesPage .tit{
	font-size: 4.0rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
}
#titSeriesPage .tit span{
	display: inline-block;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-size: 1.5rem;
}
#titSeriesPage p{
	font-size: 1.5rem;
}
#price_pc {
	width:20%;
	height:60%;
}
#price_sp {
	width:40%;
	height:60%;
}
@media screen and (max-width:667px){
	#titSeriesPageOut{
		height: 150px;
		background: url(../images/bg_darwin_top_sp.png) center center no-repeat #000;
		background-size: contain;
	}
	#titSeriesPage{
		width:100%;
		padding:20px 15px;
	}
	#titSeriesPage .tit{
		font-size: 2.5rem;
	}
	#titSeriesPage .tit span{
		padding: 0 0 0 10px;
		font-size: 1.0rem;
	}
	#titSeriesPage p{
		font-size: 1.4rem;
	}
}


/* ボタン */
.btnDetail{
	margin-top: auto;
}