@charset "utf-8";

* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	line-height: 1.5;
	font-size: 1.2rem;
	color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
	margin: 0;
	padding: 0;
}
.contentsWrap {
	width: 100%;
}
.oneContents .contentsWrap #main {
	width: 100%;
}
#main {
	padding: 0;
}
#footerLink {
	margin-top: 0;
}
/*=====main=====*/
.pcOnly {
	display: none;
}
main .bgWrap {
	background: url(../images/idx_bg02.png) no-repeat center top;
	background-size: 100%;
}
main .main-inner {
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 10% 0 7%;
}
.CPbn {
	padding: 0 6% 0;
}
.main-inner .detail {
	font-size: 4vw;
	margin: 24% 0 13%;
}
.main-inner .detail figure {
	margin-bottom: 6%;
}
.main-inner .detail .floatCol {
	float: left;
	width: 44%;
}
.main-inner .detail .floatCol .tx01 {
	margin-top: 8%;
}
.main-inner .detail .left {
	color: #fff4f1;
	margin: 0 6% 0 3%;
}
.main-inner .detail .right {
	color: #ff6000;
	margin-right: 3%;
}
.main-inner .lineup h2 {
	margin: 5% 30% 2%;
}
.btnArea {
	padding: 9% 6% 0;
}
.btnArea > p:nth-of-type(2n) {
	margin: 3%;
}

/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
	.pcOnly {
		display: inline-block;
	}
	.spOnly {
		display: none;
	}
	main h1 {
		text-align: center;
		background: url("../images/idx_bg01pc.jpg") no-repeat center top;
	}
	main .bgWrap {
	background: url(../images/idx_bg02pc.png) no-repeat center top;
	background-size: auto;
}
	main .main-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 50px 0 70px;
	}
	.CPbn {
		text-align: center;
		padding: 0;
	}
	.main-inner .detail {
		font-size: 2rem;
		margin: 130px 0 115px;
	}
	.main-inner .detail figure {
		position: relative;
		margin-bottom: -126px;
		z-index: 0;
	}
	.main-inner .detail .floatCol {
		position: relative;
		width: 456px;
		z-index: 99;
	}
	.main-inner .detail .floatCol .tx01 {
		margin-top: 8%;
	}
	.main-inner .detail .left {
		color: #fff4f1;
		margin: 0 47px 0 20px;
	}
	.main-inner .detail .right {
		color: #ff6000;
		margin-right: 20px;
	}
	.main-inner .detail .right p:first-child {
		text-align: right;
	}
	.main-inner .lineup {
		text-align: center;
	}
	.main-inner .lineup h2 {
		margin: 0 0 40px;
	}
	.btnArea {
		text-align: center;
		padding: 68px 0 0;
	}
	.btnArea > p:nth-of-type(2n) {
		margin: 15px;
	}
	.recomend p {
		text-align: center;
		background-color: #7a3d1f;
	}
	.recomend ul li {
		float: left;
		width: 33.3%;
	} 
}
/*=====clearFix=====*/
.main-inner .detail:after,
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}

