/* トップページスライダー */
.p-kv_slider__track__list__item {
    position:relative;
}
.p-kv_slider__track__list__item .p-kv_slider__track__list__item__inner__info__btn.overlay {
        display: block;
    max-width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    background:none !important;
}
.p-kv_slider__nav {
    z-index:99;
}

/* カテゴリー一覧 */
.p-category_tool {
    padding:0;
}
.p-product_categories__list {
    width:100%;
    max-width:1120px;
    gap: 20px 2%;
    margin: 50px auto;
    justify-content: flex-start;
}
@media screen and (max-width: 719px) {
.p-product_categories__list {
    gap: 10px 0;
}
}
.p-product_categories__list .p-product_categories__item {
    max-width:100%;
    width:32%;
    min-height:auto;
    height:80px;
    padding:0;
    border:1px solid #d8dddf;
}
@media screen and (max-width: 899px) and (min-width: 720px) {
    .p-product_categories__list .p-product_categories__item {
    width:49%;
}
}
@media screen and (max-width: 719px) {
    .p-product_categories__list .p-product_categories__item {
    width:100%;
}
}
.p-product_categories__list .p-product_categories__item::before {
    display:none;
}
.p-product_categories__list .p-product_categories__item .p-product_categories__text {
    display:flex;
    width:100%;
    height:100%;
    align-items: center;
}
.p-product_categories__list .p-product_categories__item .p-product_categories__text .img {
    width:80px;
    height:100%;
    position:relative;
    background:#efefef;
}
.p-product_categories__list .p-product_categories__item .p-product_categories__text .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-product_categories__list .p-product_categories__item .p-product_categories__text .txt {
    width:calc(100% - 80px);
    text-align: center;
    padding:0 15px;
}
.p-category_tool__inner {
    max-width:1200px;
    margin: 0 auto;
}
.p-product_list .l-container__row.u-margin__top--60{
    margin-top:0;
}