/* BASIC css start */
.couponwrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.couponwrap img {
    display: block;
    width: 100%;
}

.couponwrap .imgLink {
    position: relative;
}

.couponwrap .imgLink .link01 {
    position: absolute;
    bottom: 13.43523%;
    left: 50%;
    transform: translateX(-50%);
    width: 15.052%;
}

.couponwrap .opacityImg > img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: .8s;
}

.couponwrap .opacityImg > img.opa:nth-child(2) {
    opacity: 0;
}
    
.couponwrap .imgLink .link02 {
    position: absolute;
    bottom: 23.1866%;
    left: 50%;
    transform: translateX(-50%);
    width: 92.65625%;
}

.couponwrap .imgLink .link03 {
    position: absolute;
    bottom: 14.8038%;
    left: 50%;
    transform: translateX(-50%);
    width: 92.8125%;
}
/* BASIC css end */

