.section-cta.is-show {
    transform: translateY(0);
}
.section-cta {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    bottom: 0;
    transform: translateY(100%);
    transition: 300ms ease-in;
}

@media only screen and (min-width: 768px) {
    .section-cta {
        padding: 18px 20px 33px;
    }
    .section-cta .cta-head {
        height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .section-cta {
        padding: 10px 10px 15px;
    }
    .page-top .section-cta .cta {
        padding: 0;
    }
    
}



.section-cta .cta-head {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}





.section-cta .cta .btn-wrap .btn {
    max-width: 510px;
    background: #fd0000;
    border: none;
    color: #fff;
    border-radius: 39.5px;
    font-weight: 900;
    letter-spacing: 0.06em;
    box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
    .section-cta .cta-head {
        font-size: 2.4rem;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-cta .cta .btn-wrap .btn {
        padding: 20px 5px;
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 768px) {
    .section-cta .cta-head {
        font-size: 1.6rem;
        margin-bottom: 0.4em;
    }
    .page-top .section-cta {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .section-cta .cta .btn-wrap .btn {
        padding: 0.8em 1em;
    }
}
