.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: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.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: 25%;
    padding: 15px 10px;
  }

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

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}

.proCol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    text-align: center;
}
.proCol a{
  text-decoration: none;
    color: #000;
}

.proCol .col-md-6{
  width: 50%;
}

.c-section__heading--title a{
       
    text-decoration: none;
}
/* GROUPタブ（カテゴリページ用） */
.cat-groupbar{
  display:block;
  clear: both;                 /* カウント/並び替えの float を解除 */
  margin: 16px 0 12px !important;  /* 上に間隔 */
  padding-top: 8px;            /* float直下でも確実に余白が出るように */
}
.cat-groupbar__scroll{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
.cat-groupbar__list{ display:flex; gap:10px; padding:0; margin:0; list-style:none; white-space:nowrap; }
.cat-groupbar__link{
  display:inline-block; padding:8px 12px;
  border:1px solid #e5e5e5; border-radius:9999px;
  text-decoration:none; font-size:13px; color:#111; background:#fff;
}
.cat-groupbar__link:active{ opacity:.7; }

@media (min-width:600px){
  .cat-groupbar{ margin: 24px 0 16px !important; padding-top: 10px; }
  .cat-groupbar__list{ flex-wrap:wrap; white-space:normal; gap:12px 14px; }
  .cat-groupbar__link{ font-size:14px; padding:8px 14px; }
}

/* 見出し（青テキストの行）の余白をゼロに */
h1.c-section__heading{
margin:  0 !important;
padding: 0 !important;
line-height: 1.3; /* お好みで 1.2〜1.5 */
}

/* ALL ITEMS 見出しの“上”にだけスペースを足す */
h1.c-section__heading::before {
content: "";
display: block;
height: 15px; /* ← 欲しい余白量に調整（20&#12316;40pxなど） */
}