body.post-type-archive-model .sec_hero {
    padding: 135px 0;
    background: url(../images/model_hero.jpg) no-repeat center/cover;
    margin-bottom: 100px;
}

body.post-type-archive-model .sec_hero .model_ttl {
    height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

body.post-type-archive-model .sec_hero .model_ttl img {
    max-height: 100%;
    width: auto;
    max-width: unset;
}

body.post-type-archive-model .sec_hero .sec_desc {
    line-height: 1.5;
    text-align: center;
    font-weight: 900;
}

body.post-type-archive-model .sec_model {
    margin-bottom: 150px;
}

body.post-type-archive-model .sec_model .model_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

body.post-type-archive-model .sec_model .model_item {
    width: calc((100% - 80px) / 3);
}

body.post-type-archive-model .sec_model .img_inner {
    aspect-ratio: 1.17/1;
    margin-bottom: 15px;
}

body.post-type-archive-model .sec_model .img_inner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

body.post-type-archive-model .sec_model .model_name {
    font-size: 18px;
    font-weight: 900;
}

@media(max-width:834px) {
    body.post-type-archive-model .sec_model .model_item {
        width: calc((100% - 40px) / 2);
    }
}

@media(max-width: 430px) {
    body.post-type-archive-model .sec_hero {
        padding: 30px 0 48px;
        margin-bottom: 60px;
    }

    body.post-type-archive-model .sec_hero .model_ttl {
        height: 36px;
        margin-bottom: 20px;
    }

    body.post-type-archive-model .sec_hero .sec_desc {
        text-align: left;
    }

    body.post-type-archive-model .sec_model {
        margin-bottom: 100px;
    }

    body.post-type-archive-model .sec_model .model_list {
        flex-direction: column;
        gap: 40px;
    }

    body.post-type-archive-model .sec_model .model_item {
        width: 100%;
    }

    body.post-type-archive-model .sec_model .model_name {
        font-size: 15px;
    }
}