	.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{
	padding-left: 8vw;
}
	.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-between;
		position: relative;
		margin-right: 0!important;
		font-size: 1.2em;
		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;
		width: 75%;
		margin: 0 auto!important;
	}
	.coupon input[type="radio"]:checked + label::before, #ucouponbox input[type="radio"]:checked + label::before{
		position: absolute;
		content: '';
		top: 29%;
		left: 12%;
		width: 5px;
		height: 8px;
		border-left: 4px solid #e30200;
		border-bottom: 4px solid #e30200;
		transform: rotate(-45deg);
		border-radius: 3px;
	}
	#ucouponbox input[type="radio"]:checked + label::before {
		top: 25%;
		left: 10%;
		width: 4px;
		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;
}
.coupon label p{
	padding-left: 7vw;
}
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: 15vw;
}
.couponballoon li:first-of-type label:after {
	position: absolute;
	content: "1,000円分ポイントを獲得";
	top: 4.5vw;
	right: 0;
	left: 11vw;
	font-size: 4.2vw;
	font-weight: 600;
}
.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: 5.5vw;
	left: 3.5vw;
}
/* 220623EFOクーポン */
body .coupon label {
	display: flex;
	position: relative;
	width: 75%;
	margin: 0 auto!important;
	background: rgba(249,249,197,0.4);
	font-size: 1.4em;
	box-shadow:  2px 2px #ccc
}
body .coupon label:hover {
	background: rgba(249,249,197,0.4);
}
.coupon label p {
	padding-left: 14vw;
}

/* 220623チャットフォームクーポン */
body #ucouponbox li label {
	border: none;
	background-color: var(--ReD);
	color: var(--WhitE);
}
body #ucouponbox li label:hover {
	background-color: var(--ReD);
}