@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

#myc .centerview {
	width: 1150px;
}

@media screen and (max-width:1151px) {
	#myc .centerview {
		width: auto;
	}
}

.goods-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.goods-block {
	position: relative;
	width: calc(100% / 4);
	flex: 0 1 calc(100% / 5.1);
	flex-grow: 0;
	padding-right: 14px;
	padding-left: 14px;
	display: flex;
	word-break: break-word;
	flex-direction: column;
	background-color: #fff;
	color: #000;
	border-radius: 10px 10px 10px 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 17px;
}

a .goods-title {
	color: #000;
}

.goods-block a:hover {
	text-decoration: none !important;
}

h3 {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.goods-title.pad {
	padding: 10px 0 !important;
}

.goods-image {
	width: 100%;
	border: none;
}

.goods-price {
	width: 100%;
	font-size: 16px;
	text-align: center;
	height: 34px;
	margin-top: 20px;
}

.goods-color {
	width: auto;
	font-size: 13px;
	font-family: "Poppins", Sans-serif;
	color: #555;
	padding: 4px 5px 4px 5px;
	margin: 0 auto 10px;
	background-color: #DDD;
	border-radius: 5px 5px 5px 5px;
	display: block;
}

.goods-size {
	text-align: center;
	margin-bottom: 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
}

.msa-only {
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../images/msa_only.png);
	background-repeat: no-repeat;
	background-size: 40px;
}

.notice {
	padding: 10px 0;
	border-bottom: solid 1px #666;
}



@media screen and (max-width:767px) {
	#myc .centerview {
		width: inherit;
	}

	.goods-wrap {
		padding: 0;
	}

	.goods-block {
		position: relative;
		width: 42%;
		flex: 0 1 42%;
		flex-grow: 0;
		display: flex;
		word-break: break-word;
		flex-direction: column;
		background-color: #fff;
		color: #000;
		border-radius: 10px 10px 10px 10px;
		padding: 10px;
		margin: 0 0 15px 0;
	}

	.goods-block:nth-child(2n-1) {
		margin-right: 4%;
	}

	.goods-block a {
		text-decoration: none !important;
	}

	.goods-title {
		padding: 10px 0 0 !important;
	}

	.goods-title.pad {}

	.ez-flex {
		display: block !important;
		margin: 0 auto !important;
	}
}