.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;

}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 150px;
  padding: 10px 5px;
            border: 1px solid #ccc; /* 枠線（任意） */
}
.p-sub-category__item-1 {
        display: inline-block;
        width: 140px; /* 固定幅 */
        height: auto; /* 固定高さ */
        text-align: center; /* テキストを中央揃え */
        vertical-align: top; /* 上揃え */
        margin: 10px; /* 隙間調整 */
        border: 0px solid #ccc; /* 枠線（任意） */
        padding: 10px; /* 余白調整 */
        box-sizing: border-box; /* padding を含めたサイズ指定 */
    }

.p-sub-category__image {
 <!-- display: block;
  margin-bottom: 10px;-->
        width: 120px; /* 画像の幅 */
        height: 120px; /* 画像の高さ */
        object-fit: cover; /* 画像のトリミング（必要に応じて変更） */
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
 <!-- padding-left: .8em; -->
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  <!-- content: '-'; -->
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 16.5%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(6n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}
.cp2_block {
	margin: auto;
  	text-align: center;
}
    .category-item-1 {
        display: inline-block;
        width: 150px; /* 固定幅 */
        height: 140px; /* 固定高さ */
        text-align: center; /* テキストを中央揃え */
        vertical-align: top; /* 上揃え */
        margin: 10px; /* 隙間調整 */
        border: 1px solid #ccc; /* 枠線（任意） */
        padding: 10px; /* 余白調整 */
        box-sizing: border-box; /* padding を含めたサイズ指定 */
    }

    .category-img-1 {
        width: 80px; /* 画像の幅 */
        height: 80px; /* 画像の高さ */
        object-fit: cover; /* 画像のトリミング（必要に応じて変更） */
    }

    .category-name-1 {
        display: block;
        margin-top: 5px; /* 画像との間隔 */
        font-size: 11px; /* 文字サイズ */
    }
.p-product-footer-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #eaeaea;
}

.p-product-footer-nav li {
  margin-bottom: 10px;
    display: inline-block;
    margin-left: 10px;
}

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-product-footer-nav a:hover {
  opacity: .66;
}

.p-product-footer-nav a:active {
  opacity: 1;
}

.p-product-footer-nav .c-icon {
  vertical-align: -.4em;
}
