@media (max-width: 1279px) {

    .btn-contact-sp:hover {
        background-color: #D52128;
    }

    .btn-contact-sp {
        transition: background-color 100ms ease;
    }
}