@charset "UTF-8";

#lv p span {
    display: inline-block;
    font-size: 3.4rem !important;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0rem;
    padding: 0 60px;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
}
@media screen and (max-width: 800px) {
    #lv p span {
        font-size: 2.4rem !important;
        padding: 0px 5px;
    }
}