.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;
}
.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;;
}
.coupon input[type="radio"]:checked + label::before, #ucouponbox input[type="radio"]:checked + label::before{
	position: absolute;
	content: '';
	top: 4vw;
	left: 7.5vw;
	width: 0.2%;
	height: 13%;
	border-left: 4px solid #e30200;
	border-bottom: 4px solid #e30200;
	transform: rotate(-45deg);
	border-radius: 2px;
}
#ucouponbox input[type="radio"]:checked + label::before {
	top: 6vw;
	height: 6%;
	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;
	display: block;
	height: 15vw;
	background: var(--ReD)!important;
	border-radius: 5px;
}
.couponballoon li:first-of-type label:after {
	position: absolute;
	content: "1,000円分ポイントを獲得";
	top: 4.5vw;
	right: 0;
	left: 9vw;
	font-size: 4.2vw;
	font-weight: 600;
	color: #fff;
}
.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: 6vw;
	left: 3vw;
}
/* クーポン仕様変更 */
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;
}
.coupon input[type="radio"]:disabled + label::before, #ucouponbox input[type="radio"]:disabled + label::before {
	content: "";
	position: absolute;
	top: 3.5vw;
	left: 9vw;
	width: 6px;
	height: 6px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
	border-radius: 3px;
}
.coupon input[type="radio"]:disabled + label::before {
	top: 4vw;
	left: 9vw;
	width: 3px;
	border-left: 4px solid #e30200;
	border-bottom: 4px solid #e30200;
}
/* チャットフォーム */
body #ucouponbox li label {
	border: none;
	background-color: var(--ReD);
	color: var(--WhitE);
}
body #ucouponbox li label:hover {
	background-color: var(--ReD);
}
#ucouponbox input[type="radio"]:disabled + label::before {
	left: 3vw;
	top: 5.5vw;
}
.coupon input[type="radio"]:checked + label, #ucouponbox input[type="radio"]:checked + label {
	display: none;
}