.ecitem {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	margin: 0 -0.4em;
}
.ecitem li {
	width: 50%;
	margin-bottom: 1.4em;
	padding: 0 0.4em;
}
.ecitem li .thmb {
	display: block;
	position: relative;
	z-index: 0;
}
.ecitem li .thmb::before {
	content: "";
	display: block;
	z-index: 0;
	width: 100%;
	padding-top: 68%;
}
.ecitem li .thmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.ecitem li .thmb:hover .colum {
	visibility: visible;
	background-image: url(/share/im/nv_arrow-white.svg);
	background-size: 1.6em auto;
	background-position: right 0.8em bottom 0.8em;
}
.ecitem li .thmb:hover img {
	opacity: 0.6;
}
.ecitem li .title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.ecitem li .price {
	font-size: 110%;
}
.ecitem li .price .unit {
	opacity: 0.5;
}
.ecitem li .price .val {
	font-weight: 400;
	letter-spacing: 0.04em;
}
.ecitem li .price .tax {
	font-size: 70%;
	opacity: 0.6;
	margin-left: 0.2em;
	vertical-align: baseline;
}
@media only screen and (min-width: 640px){
	.ecitem li {
		width: 33.33%;
	}
}