/* ==================================================
   FV 長茎スタイル（/lp/_partials/fv_choukei.css）
   ================================================== */

.fvCopyImg {
    display: block;
    width: 96%;
    height: auto;
    margin: 1rem auto 0;
}

#topView .blueBand img {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 1rem;
}

#topView .mtext {
    font-size: 2.4rem;
}

#topView .topViewHeading .bigText {
    margin: 0.5rem auto 0.5rem;
    display: block;
    line-height: 1;
    font-size: 8rem;
}

#topView .topVisualWrap .topVisualTexts {
    margin: auto;
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
}

#topView {
    padding: 6.2rem 0 0;
}

@media screen and (min-width: 451px) {
    #topView .topVisualWrap .topVisualTexts {
        top: 4rem;
    }
}

@media screen and (min-width: 780px) {
    #topView {
        padding: 1.8rem 0 0;
    }

    #topView .topViewHeading .bigText {
        margin: 0.5rem auto 1.5rem;
        display: block;
        line-height: 1;
        font-size: 10rem;
    }

    #topView .mtext {
        font-size: 3rem;
    }
}