/* ==================================================
   FV 包茎スタイル（/lp/_partials/fv_houkei.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: 1rem auto 1.5rem;
    display: block;
    line-height: 1;
    font-size: 7rem;
}

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

.tac {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#topView .topViewHeading {
    font-size: 2.8rem;
}

#topView {
    padding: 6.2rem 0 0;
}

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

    #topView {
        padding: 6.2rem 0 0;
    }
}

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

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

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