.coupon div{
		margin: 0 4%;
	}
	.coupon dd div div {
	display: inline-block;
  padding: 1.5% 7%;
  border: 1px solid #ccc;
	background: #fff;
	}
	.coupon label span{
	opacity: 0;
	font-weight: bold;
}
	.coupon input[type=radio]:checked + label span{
	opacity: 1;
}
.coupon label p{
	font-weight: 600;
	padding-left: 1.5vw;
}
	.couponBox{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 2%;
		padding-bottom: 5%;
	}
.coupon	.counone{
		display: none;
	}
	.coupon input{
		display: none;
	}
	.coupon input[type=radio]:checked + label, #ucouponbox input[type=radio]:checked + label{
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: relative;
		margin-right: 0!important;
		font-size: 1.3em;
		border: none;
		width: 100%;
		margin-right: 0;
		box-shadow: none;
	}
	.coupon input[type="radio"]:checked + label{
		background: rgba(249,249,197,0.4);
		color: #000;
		padding: 15px;
		width: 310px;
		margin: auto!important;

	}
	.coupon input[type="radio"]:checked + label::before, #ucouponbox input[type="radio"]:checked + label::before{
		position: absolute;
		content: '';
		top: 28px;
		left: 45px;
		width: 10px;
		height: 9px;
		border-left: 4px solid #e30200;
		border-bottom: 4px solid #e30200;
		transform: rotate(-45deg);
		border-radius: 3px;
	}
	#ucouponbox input[type="radio"]:checked + label::before {
		top: 24px;
		left: 32px;
		width: 8px;
		height: 8px;
		border-left: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}
	.coupon label span{
	opacity: 0;
	font-weight: bold;
}
	.coupon input[type=radio]:checked + label span{
	opacity: 1;
}
body #ucouponbox > li:nth-of-type(2) > label {
	display: none;
}
body #ucouponbox > li {
	width: 100%;
}
.couponBox, #ucouponbox {
display: block;
}
.couponballoon label p {
	display: none !important;
}
.couponballoon li:first-of-type label {
	position: relative !important;
	height: 20vw;
}
.couponballoon li:first-of-type label:after {
	position: absolute;
	content: "1,000円分ポイントを獲得";
	/* top: 5vw; */
	top: 17px;
	right: 0;
	left: 0;
	/* font-size: 4.2vw; */
	font-size: 20px;
}
.couponballoon li:first-of-type span:before {
	content: "クーポンコード：";
}
.couponballoon li:first-of-type span {
	margin-top: 10%;
	font-size: 2.6vw;
	width: 100%;
}
.couponballoon li:first-of-type div {
	text-align: center;
	width: 100%;
}
#ucouponbox input[type="radio"]:checked + label::before {
	top: 4.8vw;
	left: 3vw;
}
/* 220623EFOクーポン */
.coupon dd label {
	display: flex;
	padding: 20px 70px;
	width: 210px;
	margin: 0 auto;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #ccc;
	font-size: 1.4em;
}
.coupon label:hover, #ucouponbox label:hover {
	background: rgba(249,249,197,0.4);
}
.coupon label::before {
	position: absolute;
	content: '';
	top: 27px;
	left: 45px;
	width: 10px;
	height: 9px;
	border-left: 4px solid #e30200;
	border-bottom: 4px solid #e30200;
	transform: rotate(-45deg);
	border-radius: 3px;
}

/* 220623チャットフォームクーポン */
#ucouponbox li label {
	height: 62px;
	background: var(--ReD);
	border: none;
	color: var(--WhitE);
}
#ucouponbox li label:hover {
	background: var(--ReD);
}
#ucouponbox input[type="radio"]:disabled + label::before {
	content: "";
  position: absolute;
	top: 23px;
  left: 29px;
  border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
	border-radius: 3px;
	width: 8px;
	height: 7px;
}