/* 目次 */
/* mv */
.alignfull.top-mv {
    padding-top: 0;
}
.top-mv .mv {
    position: relative;
    width: 100%;
    min-height: 280px;
    height: clamp(280px, 42vw, 560px);
    overflow: hidden;
}

    .top-mv .mv img {
        display: block;
        width: 100%;
        height: 50vh;
        object-fit: cover;
        object-position: center center;
        filter: brightness(0.85);
    }

    .top-mv .mv .bg-white90 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        padding: 0.75em 1.2em;
        font-size: 3rem;
        font-weight: 700;
        font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
        color: #fff;
        text-shadow: 0 4px 4px #000;
        width: 100%;
    }
@media (max-width: 767.98px) {
    .top-mv .mv {
        min-height: 220px;
        height: 62vw;
        max-height: 360px;
    }
        .top-mv .mv .bg-white90 {
            font-size: 2rem;
            
        }
}

/* イントロ */
.alignfull.intro {
    padding-top: 0;
}