@media screen and (min-width: 768px) {
  .p-home-category__container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
  .p-home-category__item {
    flex: 0 0 175px !important;
    width: 175px !important;
  }
  .p-home-category__image {
    width: 175px !important;
    height: 175px !important;
    object-fit: cover;
    display: block;
  }
}

/* もっと見るボタン ブラック */
.c-button-more,
.c-button-more a {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}




@media screen and (min-width: 768px) {
  .p-home-section__heading {
    text-align: center;
  }
}