/* MV main panner style sheet */

.main_banner_container {
    margin: 32px 0 100px;
}

.main_banner_item {
    border-radius: 80px;
    background: var(--basic-company);
}

.main_banner_item img {
    object-fit: cover;
}

.main_banner_info {
    width: calc(100% - 765px);
    padding: 80px 0px 80px 90px;
    gap: 24px;
}

.main_banner_ttl {
    font-size: 64px;
    font-weight: 700;
    margin: unset;
}

.main_banner_annotation {
    font-size: 30px;
}

.main_banner_description {
    line-height: 1.5;
}

.main_banner_info .mv_btn {
    margin-top: auto;
}