/* カスタマイズ用CSS */

.ec-productRole__priceRegularTax,
.ec-price__tax {
	display: none;
}
.ec-newItemRole .ec-newItemRole__list {
	display: block;
}
.ec-newItemRole .ec-newItemRole__listItem {
	margin-bottom: 4%;
	margin-right: 0%;
	width: 47.5%;
	height: auto;
	float: left;
}
.ec-newItemRole .ec-newItemRole__listItem img {
	max-height: 160px;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
	margin-right: 5%;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(2n+1) {
	clear: both;
}
/* pet */
.ec-headerTitle .ec-headerTitle__title a {
	background: url(../img/common/logo.png) no-repeat left center;
	background-size: 25%;
	padding-left: 2em;
	padding-top: .3em;
	padding-bottom: .3em;
	display: inline-block;
	font-family: 'Comfortaa', cursive;
	font-size: 7vw;
	color: #394148;
}
.ec-headerRole {
	padding-top: 0px;
	padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
		margin-right: 3%;
	}
	.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
		margin-right: 3%;
	}
	.ec-newItemRole .ec-newItemRole__listItem:nth-child(2n+1) {
		clear: none;
	}
	.ec-newItemRole .ec-newItemRole__listItem:nth-child(3n+1) {
		clear: both;
	}
	.ec-newItemRole .ec-newItemRole__listItem {
		margin-bottom: 15px;
		width: 30%;
		margin-right: 3%;
		float: left;
	}
	.ec-newItemRole .ec-newItemRole__listItem img {
		max-height: 247px;
	}
	.ec-headerTitle .ec-headerTitle__title a {
		font-size: 6vw;
		background: url(../img/common/logo.png) no-repeat left center;
		background-size: 23%;
		padding-left: 1.5em;
		padding-top: 0;
		padding-bottom: 0;
	}
}
/*
.ec-headerTitle .ec-headerTitle__title a {
	font-family: 'Fredoka One', cursive;
	font-size: 8vw;
	background: url(../img/common/logo.png) no-repeat left center;
	background-size: 100px 100px;
	padding-left: 1.2em;
}
.ec-headerTitle .ec-headerTitle__title a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 8vw;
	background: url(../img/common/logo.png) no-repeat left center;
	background-size: 80px 80px;
	padding-left: 1em;
}
.ec-headerTitle .ec-headerTitle__title a {
	font-family: 'Pacifico', cursive;
	font-size: 8vw;
	background: url(../img/common/logo.png) no-repeat left center;
	background-size: 100px 100px;
	padding-left: 1em;
}
*/


