@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.3;font-size: 1.5rem;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;}
.oneContents .contentsWrap #main .mainInner {width: 100%;padding: 0;}
#footerLink {margin-top: 0;}
/*=====main=====*/
.pcOnly {display: none;}
main {
	background-color: #170a06;
}
main .CPbn {
	padding: 8% 6% 5%;
}
.wrap01 {
	padding-bottom: 5%;
	background: url("../images/idx_bg02.png") no-repeat center top;
	background-size: 100%;
}
.belchoco h2 {
	padding: 11% 0;
}
.belchoco .point01 {
	margin-bottom: 8%;
}
.belchoco .chocolate {
	margin-bottom: 12%;
}
.belchoco .point03 {
	margin-top: -10%;
}
.wrap02 {
	margin-top: 6%;
	padding-bottom: 13%;
	background: url("../images/idx_bg03.png") no-repeat center top;
	background-size: 100%;
}
.crunch h2 {
	padding: 15% 0 0;
}
.wrap03 {
	background: url("../images/idx_bg04.png") no-repeat center top;
	background-size: 100%;
}
.lineup {
	margin-top: 3%;
}
.lineup h2 {
	padding-top: 8%;
}
.lineup ul {
	margin: 2% 3% 0;
}
.lineup ul li {
	float: left;
	width: 20%;
}
.lineup .caution {
	color: #fff;
	font-size: 1.2rem;
	margin: 8% 6% 0;
}
.contents03 {
	margin-top: 10%;
}
.contents03 .btnArea {
	padding: 0 3% 13%;
}
.contents03 .btnArea li+li {
	margin: 5% 3% 0;
}
/*=====インスタウィジット=====*/
.InstaWidget {
	text-align: center;
	padding: 5% 3% 5%;
	background-color: #00102b;
}
.InstaWidget h2 {
	font-size: 5.8vw;
	font-weight: bold;
	color: #fff;
	padding: 3% 0 2%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.InstaWidget p {
	padding: 3% 0;
	color: #fff;
	font-size: 3.8vw;
}
/*==========*/
.recomend p {
	text-align: center;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: inline-block;
	}
	main h1 {
		text-align: center;
		background: url("../images/idx_bg01pc.jpg") no-repeat center top;
	}
	main .CPbn {
		text-align: center;
		padding: 60px 0 20px;
	}
	.wrap01 {
		padding-bottom: 0;
		background: url("../images/idx_bg02pc.png") no-repeat center top;
		background-size: auto;
	}
	.belchoco {
		width: 1000px;
		margin: 0 auto;
		padding: 0 70px;
	}
	.belchoco h2 {
		text-align: center;
		padding: 90px 0 31px;
	}
	.belchoco .point01 {
		margin-bottom: 0;
	}
	.belchoco .chocolate {
		text-align: center;
		margin-bottom: 0;
	}
	.belchoco .point03 {
		margin-top: -110px;
	}
	.wrap02 {
		margin-top: 0;
		padding-bottom: 0;
		background: url("../images/idx_bg03pc.png") no-repeat center top;
		background-size: auto;
	}
	.crunch {
		width: 1000px;
		margin: 0 auto;
		padding: 0 70px 80px;
	}
	.crunch h2 {
		text-align: center;
		padding: 138px 0 0;
	}
	.wrap03 {
		background: url("../images/idx_bg04pc.png") no-repeat center top;
		background-size: auto;
	}
	.lineup {
		width: 1000px;
		margin: -6px auto 0;
		padding: 0 89px;
	}
	.lineup h2 {
		text-align: center;
		padding-top: 21px;
	}
	.lineup ul {
		margin: 2% 3% 0;
	}
	.lineup ul li {
		width: auto;
		margin-right: 10px;
	}
	.lineup ul li:last-child {
		margin-right: 0;
	}
	.lineup .caution {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 60px 22px 0;
	}
	.contents03 {
		margin-top: 60px;
	}
	.contents03 .btnArea {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 86px;
	}
	.contents03 .btnArea li+li {
		margin: 20px 0 0;
	}
	/*=====インスタウィジット=====*/
	.InstaWidget {
		padding: 10px 0 50px;
	}
	.InstaWidget h2 {
		font-size: 3rem;
		padding: 12px 0 8px;
	}
	.InstaWidget p {
		font-size: 2rem;
		padding: 20px;
	}
	.InstaWidget .widget-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 0 20px 25px;
	}
	/*==========*/
	.recomend p {
		text-align: center;
		background: url("../images/idx_bg05pc.png") no-repeat center top;
	}
	.recomend ul li {
		float: left;
		width: 33.3%;
	}
}
/*=====clearFix=====*/
.lineup ul:after,
.contents03 ul:after,
.recomend ul:after,
.pointCol .point01:after {
	display: block;
	clear: both;
	content: ""
}