.mv {
    position: relative;
    height: 90vh;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.mv .slick__bg img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2vw;
    background-image: url(../image/top/round_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -4px;
    left: 0;
}

.mv_catch {
    position: absolute;
    left: 30%;
    bottom: 34%;
    z-index: 2;
    width: 10%;
}

/* .mv_img {
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 0;
}

.mv_img img {
    height: 100%;
    width: 100%;
} */

h3 {
    margin: 0 auto;
    margin-bottom: 32px;
}

main {
    padding-bottom: 40px;
}

section {
    margin-bottom: 180px;
}

.sec_news h3 {
    width: 92px;
}

.news_list li:first-of-type {
    border-top: 1px solid #A2A2A2;
}

.news_list li:first-of-type a {
    padding-top: 30px;
}

.ineup_list {
    gap: 24px 0;
}

.ineup_list li {
    width: 258px;
    text-align: center;
}

.ineup_list li a {
    display: block;
}

.ineup_list li a span img {
    width: 6.3%;
    margin-top: 0.2em;
}

.sec_feature h3 {
    width: 112px;
}

.col_01 {
    width: 380px;
}

.col_02 {
    width: 512px;
}

.sec_feature .feature_item {
    position: relative;
}


.sec_feature .feature_item:last-of-type {
    padding-bottom: 0;
}

.sec_feature h4 {
    font-size: 26px;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 1.7;
}

.sec_feature .col_01 {
    padding-right: 4%;
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

.sec_feature .col_01 img:first-of-type {
    width: 59%;
    height: 100%;
}

.sec_feature .col_01 img:nth-of-type(2) {
    width: 17%;
}

.sec_feature .col_02 p {
    margin-top: -4px;
    letter-spacing: -0.01em;
}

.sec_feature button {
    margin-left: 0;
    margin-top: 32px;
}

.sec_feature .quality_item h3 {
    width: 154px;
}

.sec_feature .holdings_item h3 {
    width: 112px;
}

.sec_feature .holdings_item .col_01 {
    padding-right: 4%;
}

.sec_feature .holdings_item .col_01 img:nth-of-type(2) {
    width: 25%;
}

.sec_feature .s_btn_wrap {
    justify-content: flex-start;
}

.sec_feature .s_btn_wrap button {
    margin-top: 12px;
    margin-right: 12px;
}

.sec_feature .s_btn_wrap button a {
    width: auto;
    min-width: 240px;
    text-align: center;
    background-color: #231815;
    color: #fff;
}

.sec_feature .s_btn_wrap button a:hover {
    opacity: 0.6;
}


@media screen and (max-width: 767px) {

    .col_01,
    .col_02,
    .col_03,
    .col_04,
    .col_05,
    .col_06 {
        width: 100%;
    }

    main {
        margin-bottom: 0;
    }

    section {
        margin-bottom: 120px;
    }

    section:last-of-type {
        margin-bottom: 80px;
    }

    .mv {
        width: 100%;
        margin-bottom: 60px;
        height: 84vh;
    }

    .mv .slick__bg img {
        height: 84vh;
    }

    .mv::after {

        height: 7vw;
        background-image: url(../image/top/round_bg_mobile.png);
        bottom: -4px;
    }

    .mv_catch {
        width: 25%;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 40px;
    }

    h3 {
        margin-bottom: 32px;
    }

    button {
        margin-top: 40px;
    }

    .sec_news h3 {
        width: 76px;
    }

    .news_list li:first-of-type a {
        padding-top: 20px;
    }

    .sec_lineup h3 {
        width: 102px;
    }

    .ineup_list {
        justify-content: center;
    }

    .ineup_list .deley01,
    .ineup_list .deley02 {
        transition-delay: inherit;
    }

    .sec_feature .col_01 img:nth-of-type(2) {
        width: 20%;
    }

    .sec_feature h3 {
        width: 90px;
    }

    .sec_feature .col_01 {
        margin-bottom: 24px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
        font-size: 24px;
    }

    .sec_feature h4 {
        font-size: 22px;
        margin-bottom: 0.8em;
        transition-delay: 0s;
        white-space: nowrap;
    }

    .sec_feature .col_01 img:first-of-type {
        width: 80%;
        height: 100%;
    }

    .sec_feature .btn_wrap {
        width: 300px;
        margin: 0 auto;
    }

    .sec_feature .button {
        margin: 32px auto;
    }

    .sec_feature .s_btn_wrap {
        margin-top: 20px;
        gap: 8px;
    }

    .sec_feature .s_btn_wrap button {
        margin: 0 auto 0 0;
    }

    .sec_feature .border_space.active::after {
        height: 80px;
    }

    .sec_feature .quality_item h3 {
        width: 120px;
    }

    .quality_item h4 {
        margin-bottom: 0;
    }

    .sec_feature .holdings_item h3 {
        width: 90px;
    }

    .sec_feature .holdings_item h4 {
        margin-bottom: 1em;
    }

    .sec_feature .holdings_item .col_01 img:nth-of-type(2) {
        width: 29%;
    }

    .sec_feature .holdings_item .col_01 {
        padding-right: 0;
    }


}