.new-item-page .page-heading {
    margin-bottom: 20px !important;
}

.new-item-page .fs-c-breadcrumb {
    display: block;
}

.new-item-page .sub-page-heading {
    margin-bottom: 15px !important;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
}

.new-item-page .section-ranking {
    padding-bottom: 40px;
    border-bottom: 1px solid #DFDFDF;
}

.new-item-page .section-ranking .ranking-swiper {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.new-item-page  .section-itemlist .new-item-list,
.new-item-page .section-ranking .new-item-ranking-list {
    gap: 32px 16px;
    counter-reset: num 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.new-item-page .section-ranking .new-item-ranking-list {
    flex-direction: column;
    gap: 10px 0px;
    min-height: calc((((100vw - 1rem - 20px) / 2.3) + 50px) * 2);
    max-height: calc((((100vw - 1rem - 20px) / 2.3) + 70px) * 2);
}

.new-item-page  .section-itemlist .new-item-list .new-item-list-item {
    width: calc((100% - 16px) / 2);
    position: relative;
    overflow: hidden;
    padding: 0;
}

.new-item-page  .section-ranking .new-item-ranking-list .new-item-list-item {
    width: calc(((100% - 20px) / 2.3));
    height: calc(((100vw - 20px) / 2.3) + 60px);
    position: relative;
    overflow: hidden;
    padding: 0;
    display: inline-block;
}

.new-item-page .section-ranking .new-item-ranking-list .new-item-list-item:before {
    counter-increment: num 1;
    content: counter(num);
    font-size: 1rem;
    display: block;
    position: absolute;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    top: -1.5rem;
    left: -3.25rem;
    padding: 1rem 3rem 0.25rem;
    transform: rotate(-45deg) translate(-0.25rem, 50%);
    background: #868b93;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    z-index: 1;
}

.new-item-page .section-ranking .new-item-ranking-list .new-item-list-item:nth-of-type(1):before {
    background: #f2d051;
}

.new-item-page .section-ranking .new-item-ranking-list .new-item-list-item:nth-of-type(2):before {
    background: #b3b3b3;
}

.new-item-page .section-ranking .new-item-ranking-list .new-item-list-item:nth-of-type(3):before {
    background: #a07669;
}

.new-item-page .section-ranking .new-item-ranking-list .new-item-list-item .item-img-wrap,
.new-item-page .section-itemlist .new-item-list .new-item-list-item .item-img-wrap {
    aspect-ratio: 1 / 1;
}

.new-item-page .section-itemlist .new-item-list .new-item-list-item .item-img-wrap {
    position: relative;
}

.new-item-page .section-itemlist .new-item-list .new-item-list-item .item-img-wrap:after {
    position: absolute;
    content: 'NEW';
    padding: 4px 8px;
    color: var(--color__white);
    background-color: #E55B46;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family__roboto);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    top: 0px;
    left: 0px;
}

.new-item-page .section-itemlist {
    margin-top: 25px;
}


.new-item-page .itemname {
    -webkit-line-clamp: 1;
    height: unset;
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}

.new-item-page .itemprice {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 2px;
}


@media screen and (min-width: 1024px) {
    .new-item-page .page-heading {
        margin-bottom: 27px !important;
    }

    .new-item-page .sub-page-heading {
        font-size: 17px;
        letter-spacing: 0.51px;
    }

    .new-item-page .section-ranking {
        padding-bottom: 30px;

    }

    .new-item-page  .section-itemlist .new-item-list,
    .new-item-page .section-ranking .new-item-ranking-list {
        gap: 30px 20px;
        flex-direction: unset;
        min-height: unset;
        max-height: unset;
    }

    .new-item-page  .section-itemlist .new-item-list .new-item-list-item,
    .new-item-page  .section-ranking .new-item-ranking-list .new-item-list-item {
        width: calc((100% - 80px) / 5);
    }

    .new-item-page .section-ranking .new-item-ranking-list {
        flex-direction: unset;
    }

    .new-item-page  .section-ranking .new-item-ranking-list .new-item-list-item {
        height: unset;
    }

    .new-item-page .section-itemlist {
        margin-top: 40px;
    }

    .new-item-page .section-ranking .ranking-swiper {
        min-height: 560.59px;
    }

    .ranking-swiper .scrollbar-container {
        display: none;
    }
}

