@charset "UTF-8";
.lf-hero-hdg {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 5rem;
    line-height: 1.4;
    font-weight: 700;
}
.lf-hero-a {
    max-height: inherit;
}
.lf-hero-visual {
    padding-top: calc(486 / 1280 * 100%);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .lf-hero-hdg {
        font-size: calc(50vw*100/1280);
    }
}
@media only screen and (max-width: 1600px) {
    .lf-hero-visual img {
        height: 120%;
    }
}
@media only screen and (max-width: 767px) {
    .lf-hero-hdg {
        font-size: 4rem;
    }
    .lf-hero-visual {
        padding-top: 56.25%;
    }
    .lf-hero-visual img {
        height: 142%;
        transform: translateX(50%) translateY(-5%);
    }
}