/* user.css - */
/* lp-custom.scssをビルドすると表示崩れが起こる恐れがあったため本ファイルで追加しています。 */

.lps-custom .section-fv .title {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif !important;
}

/* タイトル位置調整 */
.lps-custom .section-fv .title-pos {
    max-width: 35% !important;
    word-break: keep-all !important;
}

/* 左右タイトルの位置調整 */
.lps-custom .section-fv .title .title-left {
    margin-top: 30vw;
    margin-right: 0.8vw;
}

.lps-custom .section-fv .title .title-right {
    margin-top: 1.4vw;
    margin-right: 0.8vw;
    display: inline-flex;
}

.lps-custom .section-fv .title .title-right span {
    padding: 0;
    display: inline-flex;
}


/* PRO PLUS 横書きスタイル */
.lps-custom .section-fv .title .pro-plus {
    writing-mode: horizontal-tb !important;
    font-size: 0.3em !important;
    font-weight: bold;
    display: inline-block !important;
    line-height: 1.2 !important;
    margin: 0 0  0.4em !important;
    font-family: monospace !important;
    text-align: center !important;
    letter-spacing: 0.3em !important;
}

/* PC表示（901px以上） */
@media screen and (min-width: 901px) {
        .lps-custom .section-fv .title span {
        margin: 0;
    }
    .lps-custom .section-fv .title .title-left {
        margin-top: 250px;
    }
}