.kv {
    padding-top: 39.8rem;
    z-index: 1;
    min-height: 141.6rem;
    background: #e9ac5f;
}

.logo {
    width: 61rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10rem;
    z-index: 1;
}

.firework {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.product-1 {
    width: 25rem;
    position: absolute;
    left: 47%;
    top: 53rem;
    z-index: 1;
}
.product-2 {
    width: 21rem;
    position: absolute;
    left: 37%;
    top: 77rem;
    z-index: 1;
}
.award-btn{
    position: absolute;
    width: 56.1rem;
    bottom: 10rem;
    left: 10rem;
    cursor: pointer;
}

.rule {
    margin-top: 0;
    z-index: 0;
    background-color: #e9ac5f;
}
.rule-step2 {
    position: relative; 
}
.rule-step2 a {
    position: absolute;
    bottom: 14.5%;
    left: 33%;
    font-size: 2rem;
    text-decoration: underline;
    color: blue;
}
.footer {
    position: relative;
    margin-top: -3rem;
}
.footer a {
    display: block;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 25%;
    font-size: 2rem;
    line-height: 1em;
    text-decoration: underline;
    color: #1044d7;
    padding-top: 10px;
}

