@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
	width: 1300px;
}

#main .inner {
	margin: 0 auto 92px;
	width: 1100px;
}

#main .headLine01 {
	margin-bottom: 111px;
}

#main p {
	font-size: 14px;
	line-height: 2.15;
}

#main .title {
	margin-bottom: 27px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

#main .imgBox .photoBox {
	float: left;
}

#main .imgBox .textBox {
	padding: 62px 120px 0 0;
	width: 493px;
	float: right;
}

#main .photoUl li {
	float: left;
}

#main .ingredients {
	padding: 137px 0 102px;
	background: url(../img/about/ingredients_bg.jpg) no-repeat center top;
}

#main .ingredients .headLine01 {
	margin-bottom: 82px;
	letter-spacing: 4px;
	text-align: center;
}

#main .total {
	margin: 0 auto;
	padding: 0 0 60px 80px;
	width: 360px;
	font-size: 14px;
}

#main .total dt {
	float: left;
}

#main .total dd {
	padding: 0 0 9px 4em;
}

#main .detail {
	margin: 0 auto 58px;
	width: 760px;
}

#main .detail .photoBox {
	padding-top: 10px;
	float: left;
}

#main .detail .textBox {
	width: 342px;
	float: right;
}

#main .detail .textBox p {
	margin-bottom: 13px;
	font-weight: bold;
}

#main .detail .textBox dl {
	font-size: 14px;
}

#main .detail .textBox dt {
	float: left;
}

#main .detail .textBox dd {
	padding: 0 0 9px 17.3em;
}

#main .btmBox .photoBox {
	float: right;
}

#main .btmBox .textBox {
	padding: 82px 0 0 100px;
	width: 520px;
	float: left;
}

#main .btmBox .textBox p {
	margin-bottom: 30px;
}

#main .btmBox .textBox .title {
	margin-bottom: 22px;
	line-height: 2;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		margin-bottom: 0;
		width: auto;
	}
	
	#main .inner {
		margin: 0 0 68px;
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 67px;
	}
	
	#main p {
		font-size: 15px;
		line-height: 1.65;
	}
	
	#main .title {
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}
		
	#main .imgBox {
		margin-bottom: 70px;
	}
	
	#main .imgBox .photoBox {
		margin: 0 -15px;
		float: none;
	}

	#main .imgBox .photoBox img {
		width: 100%;
	}
	
	#main .imgBox .textBox {
		padding: 69px 0 0 0;
		width: auto;
		float: none;
	}

	#main .imgBox .textBox .title {
		margin-bottom: 63px;
	}
	
	#main .photoUl {
		margin: 0 -15px;
	}
	
	#main .photoUl li {
		width: 50%;
	}

	#main .photoUl li img {
		width: 100%;
	}
	
	#main .ingredients {
		margin: 0 -15px;
		padding: 70px 0 50px;
		background: url(../img/about/sp_ingredients_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .ingredients .headLine01 {
		margin-bottom: 63px;
		font-size: 20px;
		letter-spacing: 0;
	}
	
	#main .total {
		margin: 0 auto;
		padding: 0 20px 64px 45px;
		width: auto;
		font-size: 15px;
	}
	
	#main .total dt {
		float: left;
	}
	
	#main .total dd {
		padding: 0 0 2px 4em;
	}
	
	#main .detail {
		margin: 0;
		width: auto;
	}
	
	#main .detail .photoBox {
		padding: 0 0 43px;
		float: none;
		text-align: center;
	}

	#main .detail .photoBox img {
		width: 118px;
	}
	
	#main .detail .textBox {
		width: auto;
		float: none;
	}
	
	#main .detail .textBox p {
		margin-bottom: 51px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}
	
	#main .detail .textBox dl {
		margin: 0 45px;
		font-size: 15px;
	}
	
	#main .detail .textBox dd {
		padding: 0 0 3px 14.5em;
	}
	
	#main .btmBox {
		padding: 72px 0 43px;
	}
	
	#main .btmBox .photoBox {
		display: none;
	}
	
	#main .btmBox .textBox {
		padding: 0;
		width: auto;
		float: none;
	}
	
	#main .btmBox .textBox p {
		margin-bottom: 26px;
		font-size: 15px;
	}
	
	#main .btmBox .textBox .title {
		margin-bottom: 57px;
		font-size: 20px;
		font-weight: normal;
		line-height: 1.8;
	}
}

@media all and (min-width: 0) and (max-width: 374px) {
	#main .detail .textBox dl {
		font-size: 13px;
	}
}