.cpcoupon_sp {
  background: url(/resources/lp_pc/img/coupon/cpcoupon_bg.gif) #ffa;
}

.cpcoupon_sp_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cpcoupon_sp .coupontxt {
  font-size: 2.125em;
  display: block;
  width: 8.4705882353em;
  height: 1.6470588235em;
  line-height: 1.2941176471em;
  padding: 0.1764705882em 0;
  position: absolute;
  top: 21%;
  right: 5.5%;
  background: #ffffff;
  color: #000;
  text-align: center;
  border: none;
}
.cpcoupon_sp button {
  font-size: 1.5em;
  position: absolute;
  bottom: 21%;
  right: 4%;
  outline: 0;
  color: #fff;
  font-weight: bold;
  background: #e62e8b;
  border-radius: 1.1666666667em;
  text-align: center;
  line-height: 2.0833333333em;
  padding: 0;
  margin: 0;
  border: 0;
  width: 41.3333333333%;
  height: 30.4166666667%;
}
.cpcoupon_sp #btn_copy2, .cpcoupon_sp #btn_copy3 {
  background-image: url(/resources/lp_swan_set/img/coupon/btn_copy.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width:769px){
  .cpcoupon_sp #btn_copy2:hover, .cpcoupon_sp #btn_copy3:hover {
    background-image: url(/resources/lp_swan_set/img/coupon/btn_hover.png);
  }
}
.cpcoupon_sp #btn_copy2.code_copied, .cpcoupon_sp #btn_copy3.code_copied {
  background-image: url(/resources/lp_swan_set/img/coupon/btn_copied.png);
}
