.new_style h2.top_title {
    margin-bottom: 2em;
}

.new_style ul.tab-area.flex {
    border-bottom: unset;
    margin-bottom: unset;
}

.new_style ul.tab-area.flex li {
    border: unset;
    background-color: #ffdfdf;
    margin: 0 1px -1px;
    width: 17%;
    transition: 0.3s;
}

.new_style ul.tab-area.flex li.tab.is-active {
    background: #e52d2e;
    color: white;
    height: 60px;
    margin-top: -10px;
    padding-top: 10px;
}

.new_style ul.tab-area.flex li:hover {
    height: 60px;
    margin-top: -10px;
    padding-top: 10px;
    background: #e52d2e;
    color: white;
}

.new_style ul.category-change-button-list .ch-button {
    display: inline-block;
    cursor: pointer;
    background-color: #e7e7e7;
    border-radius: 15px;
    padding: 0 20px;
}

.new_style ul.category-change-button-list {
    margin: 0 36px;
}

.new_style ul.panel-area {
    background-color: white;
    padding-top: 25px;
    border: 4px solid #e52d2e;
    margin: 0 1px;
}

.new_style li.panel.no-change-button {
    margin-top: 35px;
}


.new_style ul.category-change-button-list .ch-button.is-active {
    background-color: #ff6339;
    color: white;
}

.new_style .body-contents {
    display: none;
    margin-top: 2em;
}

.new_style .body-contents.is-active {
    display: block;
}

section.top-ranking.new_style .product-list.flex li {
    margin-top: 0;
}

section.top-ranking.new_style ul.product-list.flex li::before {
    content: "" !important;
    background-color: unset !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 48px;
    margin-bottom: 10px;
}

section.top-ranking.new_style ul.product-list.flex li:nth-child(1)::before {
    background-image: url(https://meat.itembox.design/item/public_html/images/top/rank01.png);
}

section.top-ranking.new_style ul.product-list.flex li:nth-child(2)::before {
    background-image: url(https://meat.itembox.design/item/public_html/images/top/rank02.png);
}

section.top-ranking.new_style ul.product-list.flex li:nth-child(3)::before {
    background-image: url(https://meat.itembox.design/item/public_html/images/top/rank03.png);
}

section.top-ranking.new_style ul.product-list.flex li:nth-child(4)::before {
    background-image: url(https://meat.itembox.design/item/public_html/images/top/rank04.png);
}

section.top-ranking.new_style ul.product-list.flex li:nth-child(5)::before {
    background-image: url(https://meat.itembox.design/item/public_html/images/top/rank05.png);
}

.productRating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    margin: 5px 0;
}

.fs-c-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fs-c-reviewStars {
    display: flex;
    justify-content: space-between;
}

.fs-c-rating__value, .fs-c-reviewStars::before {
    color: #edcb3a;
}

.ratingcount-0 {
    display: none;
}

.keyword_search_form {
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    section.top-ranking.new_style ul.tab-area.flex {
        display: flex;
        overflow: auto;
        overflow-y: hidden;
        align-items: end;
    }
    html body#fs_Top main.fs-l-main {
        margin-top: 0;
    }

    .new_style h2.top_title {
        margin-bottom: 1em;
    }
    .new_style ul.tab-area.flex li {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {

    .top-recommend #fs-recommend--flick_history_pickup_ranking .fr2-carousel .rcmd-slick-list,
    .top-recommend #fs-recommend--flick_history_pickup .fr2-carousel .rcmd-slick-list {
        margin: unset;
    }

    .top-recommend #fs-recommend--flick_history_pickup_ranking li.rcmd-slick-slide,
    .top-recommend #fs-recommend--flick_history_pickup li.rcmd-slick-slide {
        padding: 0 5px;
        width: 40vw;
    }


    .new_style ul.tab-area.flex li {
        line-height: 1;
    }

    .new_style ul.tab-area.flex li {
        transition: unset;
    }

    .new_style ul.category-change-button-list {
        margin: 0 15px;
    }

    #fs-recommend--flick_history_pickup_ranking .fr2-carousel .rcmd-slick-list,
    #fs-recommend--flick_history_pickup .fr2-carousel .rcmd-slick-list {
        margin: 0;
    }

    #fs-recommend--flick_history_pickup_ranking li.rcmd-slick-slide,
    #fs-recommend--flick_history_pickup li.rcmd-slick-slide {
        padding: 0 5px !important;
        width: 40vw;
    }

    .new_style .body-contents.sp {
        display: none !important;
    }

    .new_style .body-contents.sp.is-active {
        display: block !important;
    }

    section.top-ranking.new_style div#fs-recommend--flick_history_pickup_ranking .rcmd-slick-track li::before {
        content: "" !important;
        background-color: unset !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        margin: 0 auto 10px;
    }

    section.top-ranking.new_style div#fs-recommend--flick_history_pickup_ranking .rcmd-slick-track li:nth-child(1)::before {
        background-image: url(https://meat.itembox.design/item/public_html/images/top/rank01.png);
    }

    section.top-ranking.new_style div#fs-recommend--flick_history_pickup_ranking .rcmd-slick-track li:nth-child(2)::before {
        background-image: url(https://meat.itembox.design/item/public_html/images/top/rank02.png);
    }

    section.top-ranking.new_style div#fs-recommend--flick_history_pickup_ranking .rcmd-slick-track li:nth-child(3)::before {
        background-image: url(https://meat.itembox.design/item/public_html/images/top/rank03.png);
    }

    section.top-ranking.new_style div#fs-recommend--flick_history_pickup_ranking .rcmd-slick-track li:nth-child(4)::before {
        background-image: url(https://meat.itembox.design/item/public_html/images/top/rank04.png);
    }

    section.top-ranking.new_style div#fs-recommend--flick_history_pickup_ranking .rcmd-slick-track li:nth-child(5)::before {
        background-image: url(https://meat.itembox.design/item/public_html/images/top/rank05.png);
    }

    .new_style .body-contents.sp {
        margin: 17px 12px 0;
    }

    .new_style li.panel.no-change-button {
        margin-top: unset;
    }

    .new_style .no-change-button .body-contents.sp.is-active {
        margin-top: 17px;
    }

    #fs-recommend--flick_history_pickup_ranking li.rcmd-slick-slide {
        width: 36vw;
    }
    .new_style ul.tab-area.flex li.tab.is-active {
        border-radius: 10px 10px 0 0;
        height: 50px;
        margin-top: -5px;
        padding-top: 5px;
    }
    .new_style ul.tab-area.flex li.tab {
        border-radius: 3px 3px 0 0;
    }
}