@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;
}


.msa-block
{
	width: auto;
	border: 1px solid #999;
	border-radius: 15px;
	padding: 60px 50px;
	margin-bottom: 80px;
	position: relative;
}

.msa-block.msa-block2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	border: 1px solid #BC8909;
  pointer-events: none;
}

.msa-block.msa-block2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	border: 1px solid #BC8909;
	border-radius: 40px;
	pointer-events: none
}

.msa-block3
{
	width: 60%;
	border: 8px solid #fe3d7f;
	border-radius: 15px;
	padding: 30px 30px;
	margin: 120px auto 120px;
	text-align: center;
	font-size: 110%;
	background: linear-gradient(150deg, rgb(251, 189, 210) 0%, rgb(250, 205, 151) 100%);
}

.msa-ribbon
{
	border: 0px;
	border-radius: 5px;
	position: absolute;
	background-color: red;
	width: auto;
	top: 30px;
	left: -10px;
	transform: rotate(0deg);
	z-index: 10;
	text-align: center;
	font-size: 110%;
	color: #FFF;
	padding: 8px 30px;
}

.msa-subtitle
{
	font-weight: 800;
	font-size: 150%;
	text-align: center;
	display: block;
	padding: 20px 0 10px;
	line-height: 130%;
}
.msa-red
{
	background-color: #C00;
	color: #FFF;
	display: block;
	padding: 0 30px;
	font-size: 65%;
	margin: 8px auto 0;
	width: fit-content;
}
.msa-image
{
	width: 65%;
	margin: 0 auto;
}
.msa-image-qrcode
{
	width: 20%;
	margin: 0;
}




@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;
	}

	.msa-block
	{
		padding: 60px 26px;
	}

	.msa-block3
	{
		width: 85%;
		padding: 30px 5%;
		margin: 80px auto 80px;
	}

	.msa-ribbon
	{
		font-size: 100%;
		padding: 5px 20px;
	}

	.msa-image
	{
		width: 100%;
	}

	.msa-image-qrcode
	{
		width: 60%;
		margin: 0 auto;
	}
}
