/* MV */
.matProTimber .heading--primary.imgBg {
    background-image: url(../img/mv_timber.webp);
}


@media screen and (max-width: 767.9px) {
    .matProTimber .heading--primary.imgBg {
        background-image: url(../img/mv_timber_sp.webp);
    }
}

.lead__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48rem;
}

.lead {
    width: 644rem;
}

.lead__wrapper .btn {
    margin-top: 8rem;
}

.card__lists--3cols {
    gap: 40rem 0;
    margin-bottom: 118rem;
}

@media screen and (max-width: 767.9px) {
    .lead__wrapper {
        flex-direction: column-reverse;
        margin-bottom: 20rem;
    }

    .lead {
        width: 100%;
    }

    .lead__wrapper .btn {
        margin: 7rem auto 50rem;
    }

    .card__lists--3cols {
        margin-bottom: 60rem;
    }
}