@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#item {
	padding: 79px 0 114px;
	background-color: #fff;
}

#item .shopBox {
	margin-bottom: 80px;
	padding-bottom: 123px;
	border-bottom: 1px solid #E0D3EC;
}

#item .inner {
	padding: 0 84px 0 0;
	margin: 0 auto;
	width: 1113px;
}

#item .shopBox02 {
	margin-bottom: 71px;
	border: none;
	padding-bottom: 0;
}

#item .inner .photoBox {
	float: left;
}

#item .inner .textBox {
	float: right;
	width: 618px;
}

#item .inner .textBox h2 {
	margin-bottom: 25px;
}

#item .inner .textBox p {
	font-size: 17px;
	line-height: 2.0;
}

#item .inner .textBox p sup {
	font-size: 12px;
	margin-left: -10px;
}

#item .inner .textBox .text {
	margin-bottom: 15px;
	line-height: 1.2;
}

#item .inner .textBox .text span {
	font-size: 12px;
	margin-left: 7px;
}

#item .inner .textBox .text02 {
	font-size: 12px;
}

#item .infoBox {
	margin: -196px auto 50px;
	width: 1007px;
}

#item .infoBox02 {
	margin: -70px auto 53px;
}

#main .subBox {
	width: 565px;
	float: right;
	padding: 32px 10px 31px 35px;
			background: #f4f3f3;
}

#item .subBox .title {
	margin-bottom: 10px;
}

#item .subBox p {
	font-size: 17px;
	line-height: 2.0;
}

#item .subBox img {
	display: block;
}

#item .pBox {
	margin: 0 auto;
	padding: 13px 20px 19px;
	width: 1030px;
	border: 1px solid #DDD;
}

#item .pBox p {
	font-size: 12px;
	color: #444;
	line-height: 2.0;
}

#item .link {
	margin: 0 auto;
	width: 462px;
}

#item .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#item .moreUse_SP {
	display: none;
}

#item .moreUse_PC {
	margin: 2em 0 4em;
	width: 380px;
}

#item .moreUse_PC p {
	font-size: 14px !important;
	line-height: 120% !important;
}

#item .moreUse_PC img {
	width: 100%;
}

#item .moreUse_PC .JelText {
	padding-left: 1.5em;
	text-indent: -1.5em;
}





@media all and (min-width: 0) and (max-width: 768px)  {
	#item {
		padding: 30px 0;
	}
	
	#item .shopBox {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	#item .inner {
		padding: 0 10px 20px 0;
		width: auto;
	}
	
	#main .inner .photoBox {
		padding-top: 5px;
		width: 40%;
	}
	
	#item .inner .photoBox img {
		width: 100%;
	}
	
	#item .inner .textBox {
		padding-left: 40%;
		width: auto;
		float: none;
	}

	#item .inner .textBox img {
		width: 100%;
	}
	
	#item .inner .textBox h2 {
		margin-bottom: 15px;
		width: auto;
	}
	
	#item .inner .textBox p {
		font-size: 9px;
	}
	
	#item .inner .textBox .text {
		margin-bottom: 8px;
	}
	
	#item .inner .textBox .text span {
		font-size: 10px;
		display: block;
		margin: 10px 0 0;
	}
	
	#main .inner .textBox .cart_btn {
		width: 50%;
	}
	
	#item .inner .textBox p sup {
		font-size: 7px;
	}
	
	#item .inner .textBox .text02 {
		font-size: 9px;
	}
	
	#item .infoBox {
		margin: 0 15px 10px;
		width: auto;
	}
	
	#item .subBox {
		padding: 17px;
		width: auto;
		float: none;
		background: #f4f3f3;
	}
	
	#item .subBox .title {
		margin-bottom: 5px;
		width: 24%;
	}
	
	#item .subBox img {
		width: 100%;
	}
	
	#item .subBox p {
		font-size: 9px;
	}
	
	#item .pBox {
		margin: 0 15px;
		padding: 10px;
		width: auto;
	}
	
	#item .pBox p {
		font-size: 9px;
	}
	
	#item .shopBox02 {
		margin: 0;
	}
	
	#item .link {
		margin: 20px auto;
		width: 70%;
	}
	
	#item .link img {
		width: 100%;
	}
	
	#item .moreUse_PC {
		display: none;
	}
	
	#item .moreUse_SP {
	display: block;
	width: 95%;
	margin: 0 auto 2em;
	text-align: center;
	font-size: 2.8vw;
}
	#item .moreUse_SP img {
		width: 75%;
		margin: 0 auto;
	}
	
	
}