@charset "utf-8";

/*----------------------------------------------------------------pc*/
@media (min-width : 769px ) {
.box {
	width: 30%;
	float: left;
	height: 60vw;
	margin: 0 5% 40px 0;
	max-height: 420px;
}
.box:nth-child(3n) {
	margin-right: 0;
}
.sub_cnt .box .ph {
	width: 76%;
	object-fit: contain;
	height: 42%;
	margin: 0 auto;
	display: block;
}
.sub_cnt .box .name {
	font-size: 1.28em;
	margin: 16px 0;
	border-bottom: 2px solid rgba(240,204,204,1.00);
	padding-bottom: 6px;
}
.sub_cnt .box .exp {
	font-size: 0.94em;
	margin-bottom: 10px;
}
.sub_cnt .box .spec {
}
.sub_cnt .box .price {
	color: rgba(149,6,9,1.00);
	margin-top: 6px;
}

}
/*----------------------------------------------------------------sp*/
@media (max-width : 768px ) {
.box {
	width: 46%;
	float: left;
	height: 140vw;
	margin: 0 8% 40px 0;
	max-height: 432px;
}
.box:nth-child(2n) {
	margin-right: 0;
}
.sub_cnt .box .ph {
	width: 80%;
	object-fit: contain;
	height: 36%;
	margin: 0 auto;
	display: block;
}
.sub_cnt .box .name {
	font-size: 1.28em;
	margin: 16px 0;
	border-bottom: 2px solid rgba(240,204,204,1.00);
	padding-bottom: 6px;
}
.sub_cnt .box .exp {
	font-size: 0.8em;
	line-height: 16px;
	margin-bottom: 10px;
	
}
.sub_cnt .box .spec {
	font-size: 0.8em;
}
.sub_cnt .box .price {
	color: rgba(149,6,9,1.00);
	margin-top: 6px;
	font-size: 0.8em;
}
}
