@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

.sale_end {
	position: relative;
	max-width:1000px;
	margin-top: 0px;
}

.sale_end .overlay-end {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000)";
	z-index: 10;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sale_end .overlay-end p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: fit-content;
	margin: auto;
	text-align: center;
	font-family: sans-serif !important;
}

.m-txt-price {
	font-size: 3rem !important;
}
.m-txt-price span {
	font-size: 1.5rem !important;
}

.m-txt-price em {
  font-family: Garamond, "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  font-size: 3.4rem;
  font-weight: normal;
}
.hdg-sec-lv3 {
  text-align: center;
  color: #333;
	margin-bottom: 26px;
}
.hdg-sec-lv3 h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.m-grid__content p img {
	border: 1px solid #999;
}
.m-grid__content .m-grid__txtaria {
	background-color: #BBB;
	padding: 25px 19px 23px;
	color: #333;
	text-align: center;
	height: 100%;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.m-grid__content .m-grid__txtaria p {
	font-size: 1.5rem;
}
.m-footer-social {
	margin: 26px auto 0;
}
.m-txt-price {
    font-size: 4rem !important;
    display: inline;
		font-weight: bold;
}
.m-txt-price span {
    font-size: 2rem !important;
}
.m-txt-price-old {
		text-decoration: line-through;
    margin: 0 0 5px;
    font-size: 3rem;
    font-weight: normal;
    color: #000 !important;
    display: inline;
}
.m-txt-price-old span {
    font-size: 1.5rem;
}
.m-tbl-fixed {
	font-size: 2rem;
}
.m-tbl a {
	font-size: 1.3rem;
	display: block;
	margin-top: 10px;
}
.m-tbl td b {
	font-size: 2rem;
	margin-left: 15px;
	margin-right: 15px;
}
@media screen and (min-width: 768px) {
	.m-list-btn li.btn-width a {
		max-width: 600px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.m-grid__content {
		margin-bottom: 30px;
	}
	.m-grid__content:last-child {
		margin-bottom: 0;
	}
	.m-txt-price {
			display: block;
	}
	.m-tbl td b {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.m-list-btn li.btn-width a {
			max-width: 600px;
			margin: auto;
	}
}