.p_category .img_top_cover {
    height: 300px;
}

@media screen and (min-width: 768px) {
    .p_category .img_top_cover {
        height: 531.82px;
    }
}

.p_category .archive_intro .container {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .p_category .archive_intro .container {
        padding-bottom: 83px;
    }
}

.p_category .archive_title {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #fff;
}

.p_category .archive_title .en {
    flex-shrink: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .p_category .archive_title .en {
        font-size: 0.875rem;
    }
}

.p_category .archive_title .jp {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.54;
}

@media screen and (min-width: 768px) {
    .p_category .archive_title .jp {
        font-size: 2.25rem;
    }
}

.noresult {
    color: #fff;
}