/* 追従キャンペーンバナー
-------------------------------------------------------------------*/
.coupon p {
	text-align: right;
	margin-bottom: 0;
}
.coupon a:hover,.coupon a img:hover {
	opacity: 1;
}

.coupon_pc {
	width: 682px;
	height: auto;
	transition: all 0.2s;
	transform-origin: right bottom;
	transform: translate(682px) scale(0.22, 0.55);
	position: fixed;
	bottom: 17%;
	right: 0;
	z-index: 1000;
}
.coupon_mini {
	width: 156px;
	height: 115px;
	position: fixed;
	bottom: 17%;
	right: 0;
	z-index: 10;
	margin-bottom: 0 !important;
}
.coupon_pc.switch {
	transform: translate(0);
}
.coupon_switch:hover{
	cursor: pointer;
}

.cp_lp .coupon_pc,
.cp_lp .coupon_mini {
	bottom: 27%;
}


.coupon_sp {
	width: 85vw;
	height: auto;
	transition: all 0.2s;
	transform-origin: right bottom;
	transform: translate(250px) scale(0.26, 0.45);
	position: fixed;
	bottom: 55vw;
	right: 0;
	z-index: 100;
}
.coupon_sp .coupon_switch {
	width: 8.5vw;
	height: 8.5vw;
	position: absolute;
	top: 0;
	right: 0;
}
.coupon_mini_sp {
	width: 20vw;
	max-width: 70px;
	height: auto;
	position: fixed;
	bottom: 55vw;
	right: 0;
	z-index: 10;
	margin-bottom:0 !important;
}
.coupon_sp.switch {
	transform: translate(0);
}

.cp_lp .coupon_sp,
.cp_lp .coupon_mini_sp {
	bottom: 45vw;
}
.cp_lp.notel .coupon_sp,
.cp_lp.notel .coupon_mini_sp {
	bottom: 23vw;
}

.cp_lst .coupon_sp,
.cp_lst .coupon_mini_sp {
	bottom: 57vw;
}


@media screen and (max-width:480px) {
	.coupon_pc,
	.coupon_mini {
		display: none;
	}
}
@media screen and (min-width:481px) {
	.coupon_sp,
	.coupon_mini_sp {
		display: none;
	}
}

