@charset "UTF-8";

.is-sp-tel {
    pointer-events: none;
}

@media screen and (max-width: 900px) {
.is-sp-tel {
    pointer-events: auto;
}
}