/*TOP css*/
.wrapper {
    background: url(../img/article/mv_bg.webp) no-repeat;
    background-size: contain;
    background-position: center top;
}

.front-page .l-section {
    padding: 8rem 0 9rem;
}

.mv-wrap {
    padding: 5.6rem 0 0;
    position: relative;
    margin: 0 auto 8.8rem;
    max-width: 67.6rem;
}

.mv-ttl {
    width: fit-content;
    font-weight: 700;
    margin: 0 auto 3rem 0;
}

.mv-lead {
    display: block;
    background: #0164E3;
    color: #fff;
    width: fit-content;
    font-weight: 600;
    height: 2.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.16em;
    padding: 0 0.5rem;
}

.mv-main-ttl {
    display: inline-block;
    font-size: 11.8rem;
    letter-spacing: 0.17em;
    transform: skew(-7deg, -5deg);
    line-height: 1.1;
}

.mv-main-ttl .bl {
    font-size: 0.87em;
    color: #0164E3;
    letter-spacing: normal;
    text-indent: -0.25em;
}

.mv-en-txt {
    line-height: 1.625;
    letter-spacing: 0.27em;
    font-weight: 700;
    color: #0164E3;
}

.mv-img {
    width: 25rem;
    position: absolute;
    right: 2rem;
    bottom: -2rem;
}

.mv-balloon {
    width: 27.5rem;
    height: 14.4rem;
    background: url(../img/article/mv-ballon.webp) no-repeat;
    background-size: contain;
    background-position: left top;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.2em;
    position: absolute;
    right: -4.5rem;
    top: -12.8rem;
    padding: 2.2rem 1rem 0 7.2rem;
}

.mv-balloon .bl {
    font-size: 1.3em;
    font-weight: 700;
    color: #0164E3;
}

@media screen and (max-width:750px) {
    .front-page .l-section {
        padding: 6rem 0 6rem;
    }

    .mv-wrap {
        padding: 0;
        margin: 0 auto 4rem;
    }

    .mv-lead {
        font-size: 1.4rem;
    }

    .mv-ttl {
        text-align: center;
        width: calc(100% - 4rem);
        margin: 2rem auto 4rem;
    }

    .mv-lead {
        width: 100%;
    }

    .mv-main-ttl {
        font-size: 6.2rem;
        display: block;
        margin: 1rem auto 0 0;
        width: fit-content;

    }

    .mv-main-ttl {
        font-size: 5.7rem;
    }

    .mv-en-txt {
        font-size: 0.9rem;
        text-align: center;
    }

    .mv-en-txt br {
        display: none;
    }

    .mv-img {
        position: absolute;
        width: 11rem;
        right: 4.8rem;
        bottom: auto;
        top: 8rem;
    }

    .mv-balloon {
        font-size: 1.1rem;
        position: absolute;
        right: -4.5rem;
        top: -4.5rem;
        padding: 2.5rem 0 0 0;
        background-image: url(../img/article/mv-ballon-sp.webp);
        width: 9rem;
        height: 9rem;
        text-align: center;
        letter-spacing: 0.05em;
    }
}