@charset "UTF-8";
@media screen and (max-width: 736px) {
    #top .kv-lp .catch-text .catch-text-title {
        position: absolute;
        top: auto;
        bottom: 4px;
        left: auto;
        padding: 2px 4px;
        max-width: 90%;
        background: -moz-linear-gradient(left, #fff 70%, rgba(255, 255, 255, 0));
        background: -webkit-linear-gradient(left, #fff 70%, rgba(255, 255, 255, 0));
        background: linear-gradient(to right, #fff 70%, rgba(255, 255, 255, 0));
    }
}