.best_seller h2 {
    line-height: 1;
    font-family: var(--font-notosan);
    font-weight: 500;
}

.best_seller_ranking_description {
    margin-top: 24px;
}

.best_seller_ranking_description p {
    font-weight: 400;
}

.best_sellser_grid {
    display: grid;
    grid-template-columns: minmax(auto, 840px) 250px;
    gap: 40px;
    justify-content: space-between;
    margin-top: 32px;
}


.best_sellser_grid .best_sellser_content_block {
    width: 100%;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_ranking {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content {
    display: block;
    padding: 32px 0 40px;
    border-top: 1px solid #ccc6b0;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content:last-child {
    border-bottom: 1px solid #ccc6b0;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon .best_sellser_ranking {
    padding-left: 48px;
    position: relative;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon .best_sellser_ranking::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 40px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon:first-child .best_sellser_ranking::before {
    background-image: url("../images/best_seller/icon_best1.svg");
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon:nth-child(2) .best_sellser_ranking::before {
    background-image: url("../images/best_seller/icon_best2.svg");
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon:nth-child(3) .best_sellser_ranking::before {
    background-image: url("../images/best_seller/icon_best3.svg");
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .best_sellser_content_link {
    transition: all 0.3s;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .best_sellser_content_link:hover {
    opacity: 0.75;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_block {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_block .entry_image {
    width: 240px;
    height: 240px;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.entry_image img {
    display: none;
}

.horizontal {
    padding: 0 32px;
}

.vertical {
    padding: 32px 0;
}

.square {
    padding: 32px;
}

.horizontal img {
    width: 100%;
    display: block;
}

.vertical img {
    height: 100%;
    display: block;
}

.square img {
    height: 100%;
    width: 100%;
    display: block;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info {}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .category_label {
    display: inline-block;
    font-size: 12px;
    background-color: var(--color-beige-accent);
    line-height: 24px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 6px;
    font-weight: 500;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .tag_label {
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
    margin-bottom: 6px;
    font-family: var(--font-notosan);
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .entry_title {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-notosan);
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .author {
    font-size: 14px;
    font-weight: 400;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info #book_price_tax {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
}

.best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info #book_bace_price {
    font-size: 14px;
    font-weight: 400;
}

.best_sellser_grid .best_sellser_month_list {
    margin-top: 0;
}

.best_sellser_grid .best_sellser_month_list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--font-notosan);
}

.best_sellser_grid .best_sellser_month_list h5 {
    margin-top: 32px;
}

.best_sellser_grid .best_sellser_month_list h5 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    font-family: var(--font-notosan);
    border-bottom: 1px solid var(--color-text-entry);
}

@media (max-width: 1099px) {
    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_block {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 40px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_block .entry_image {
        width: 200px;
        height: 200px;
        background-color: rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media (max-width: 767.98px) {
    .best_sellser_grid {
        display: block;
        margin-top: 24px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_ranking {
        font-size: 20px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content {
        padding: 24px 0 32px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_block {
        grid-template-columns: 152px 1fr;
        gap: 16px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_block .entry_image {
        width: 152px;
        height: 152px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .category_label {
        font-size: 11px;
        line-height: 22px;
        padding: 0 4px;
        margin-bottom: 4px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .entry_title {
        font-size: 14px;

    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .author {
        font-size: 11px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info #book_price_tax {
        margin-top: 2px;
        line-height: 1.3;
        font-size: 15px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info #book_bace_price {
        font-size: 12px;
    }

    .best_sellser_grid .best_sellser_month_list {
        margin-top: 56px;
    }

    .best_sellser_grid .best_sellser_month_list h5 {
        margin-top: 20px;
    }

    .best_sellser_grid .best_sellser_month_list h5:first-child {
        margin-top: 32px;
    }

    .horizontal {
        padding: 0 16px;
    }

    .vertical {
        padding: 16px 0;
    }

    .square {
        padding: 16px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content:last-child {
        border-bottom: 1px solid #ccc6b0;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content .entry_info .tag_label {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon .best_sellser_ranking {
        padding-left: 31px;
        position: relative;
    }

    .best_sellser_grid .best_sellser_content_block .best_sellser_content.ranking_icon .best_sellser_ranking::before {
        top: 46%;
        transform: translateY(-50%);
        width: 25px;
        height: 20px;
    }

    .best_seller_ranking_description {
        margin-top: 24px;
    }

    .best_seller_ranking_description p {
        font-size: 14px;
    }
}