@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%;
}
.headTitleBox {
	margin-bottom: 0;
}
.oneContents .contentsWrap #main {
	width: 100%;
}
#main {
	padding: 0;
}
#footerLink {
	margin-top: 0;
}
/*=====main=====*/
.pcOnly {
	display: none;
}
.main-inner .detail {
	position: relative;
}
.main-inner .detail .CPbn {
	position: absolute;
	top: 1%;
	margin: 0 3%;
}
.main-inner .detail .btn01 {
	position: absolute;
	width: 55%;
	bottom: 6.5%;
	margin: 0 3%;
}
.btnArea {
	margin-top: -38%;
	padding: 0 3% 7%;
}
.btnArea .btn03 {
	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-inner {
		text-align: center;
    padding-bottom: 0;
	}
	.main-inner .text01-wrap {
		background: url(../images/idx_bg02pc.jpg) no-repeat center top;
	}
	.main-inner .text01 {
		width: 1000px;
		margin: 0 auto;
	}
	.main-inner .text02-wrap {
		background: url(../images/idx_bg03pc.jpg) no-repeat center top;
	}
	.main-inner .text02 {
		width: 1000px;
		margin: 0 auto;
	}
	.main-inner .detail {
		position: static;
		background: url(../images/idx_bg04pc.jpg) no-repeat center top;
	}
	.main-inner .detail .detail-inner {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
	.main-inner .detail .detail-inner .CPbn {
		position: absolute;
		top: 20px;
		left: 16%;
	}
	.main-inner .detail .btn01 {
		position: absolute;
		width: auto;
		bottom: 13%;
		left: 12%;
		margin: 0;
	}
	.main-inner .text04-wrap {
		background: url(../images/idx_bg05pc.jpg) no-repeat center top;
	}
	.main-inner .text04 {
		width: 1000px;
		margin: 0 auto;
	}
	.btnArea {
		text-align: center;
		margin-top: -238px;
		padding: 0 0 94px;
		bottom: 70px;
		background-size: 100%;
	}
	.btnArea .btn03 {
		margin: 10px 0;
	}
	.recomend p {
		text-align: center;
		background-color: #46130c;
	}
	.recomend ul li {
		float: left;
		width: 33.3%;
		background-color: #fff;
	} 
}
/*=====clearFix=====*/
.syohin-point:after,
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}
