@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.jpg") no-repeat;
	background-size: 100%;
}
.main-inner {
	padding: 3% 0 0;
}
.main-inner h2 {
	margin: 0 19% 0 0;
}
.main-inner .baloon {
	margin: 3% 48% 0 0;
}
.syohin-point {
	position: relative;
	padding-bottom: 170%;
}
.syohin-point li {
	position: absolute;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
}
.syohin-point .point1 {
	color: #fff;
	padding: 14% 9% 12% 3%;
	background: url("../images/idx_bg03.png") no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
}
.syohin-point .point2 {
	color: #5b0060;
	padding: 12% 3% 9% 12%;
	background: url("../images/idx_bg05.png") no-repeat;
	background-size: 100%;
	top: 52.2%;
	right: 0;
}
.syohin-point .btn01 {
	width: 40%;
	top: 76.3%;
	right:3%;
}
.syohin-point .point3 {
	color: #fff100;
	padding: 11% 6% 10% 4%;
	background: url("../images/idx_bg04.png") no-repeat;
	background-size: 100%;
	top: 75.4%;
	left: 0;
}
.btnArea {
	padding: 14% 3% 12%;
}
.btnArea > p:nth-of-type(2n) {
	margin: 3%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:750px), print {
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: inline;
	}
	main h1 {
		text-align: center;
		background: url("../images/idx_bg01pc.jpg") no-repeat center top;
	}
	main .bgWrap {
		background: url("../images/idx_bg02pc.jpg") no-repeat center top;
		background-size: auto;
	}
	.main-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 0 20px 0;
	}
	.main-inner h2 {
		width: 485px;
		margin: 0;
	}
	.main-inner .baloon {
		text-align: right;
		margin: -147px 231px 0 0;
	}
	.syohin-point {
		padding-bottom: 884px;
	}
	.syohin-point li {
		font-size: 2.4rem;
	}
	.syohin-point .point1 {
		padding: 79px 48px 55px 47px;
		background: url("../images/idx_bg03pc.png") no-repeat;
		background-size: auto;
		top: 16px;
		left: 10px;
	}
	.syohin-point .point2 {
		padding: 67px 51px 51px 71px;
		background: url("../images/idx_bg05pc.png") no-repeat;
		background-size: auto;
		top: 388px;
		right: 0;
	}
	.syohin-point .btn01 {
		width: auto;
		top: 628px;
		right: 54px;
	}
	.syohin-point .point3 {
		padding: 71px 38px 56px 55px;
		background: url("../images/idx_bg04pc.png") no-repeat;
		background-size: auto;
		top: 558px;
		left: 52px;
	}
	.tx01 {
		text-align: center;
		margin-left: 30px;
	}
	.btnArea {
		text-align: center;
		padding: 145px 0 72px;
	}
	.btnArea > p:nth-of-type(2n) {
		margin: 23px;
	}
	.recomend h2 {
		text-align: center;
		background-color: #fff100;
	}
	.recomend ul li {
		float: left;
		width: 33.3%;
	} 
}
/*=====clearFix=====*/
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}

