@charset "utf-8";
/* CSS Document */

.coupon-box {
	width: 100%;
	max-width: 740px;
	background: #1e1e1e url(../img/coupon_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 15px;
	margin: 40px auto;
	border: 6px solid #cccccc;
	position: relative;
}
.coupon-box .coupon-box-inner {
	color: #ffffff;
	text-align: center;
}
.coupon-box .coupon-box-inner p {
	font-size: 1.3em;
}
.coupon-box .coupon-title {
	font-size: 2.6rem;
	font-weight: bold;
}
.coupon-box .coupon-value {
	font-size: 125%;
}
.coupon-box .coupon-code {
	font-size: 2.7em;
	font-weight: bold;
	vertical-align: middle;
}
.coupon-box .coupon-code_19xm {
	font-size: 1.7em;
	font-weight: bold;
	vertical-align: middle;
}
.coupon-box .m-line {
	margin-top: 10px;
}
.coupon-box .coupon-detail:first-child {
	margin-top: 0;
}
.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;
}
.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;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block !important;
  }
}