.c-item-list__ttl {
  font-size:0.9em;
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;

  }
  
  .c-item-list__expl {
    font-size:0.8em;
  }
  
  .group_ex {
    margin-top:40px;
    padding:0  30px;
  }
  
  @media screen and (max-width: 767px) {
  .group_ex {
    margin-top:20px;
    padding:0  0px;
  }
    .group_img {
  
    }
  
  }
  
  
  /******************************/
  /* category */
  /******************************/
  .p-category__ttl {
    margin: 30px 0 10px 0;
    text-align: center;
    line-height: 1.4;
    font-size: 2.5em;
    font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;

    background-color: #fff;
    padding:10px 20px;
    border:solid 1px #000;
    color: #000;
  }

  .p-category__ttl2 {
    margin: 30px 0 10px 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.6em;
    font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;

    background-color: #9D9089;
    padding:10px 20px;
    color: #fff;
  }

  .p-category-free {
    margin-bottom: 60px;
    line-height: 2;
  }
  /***** カテゴリ一覧 *****/
  .p-category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 767px) {

    .p-category__ttl {
      font-size: 1.8em;
    }
    .p-category-list {
      display: block;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .p-category-list__item {
    display: block; /* リンクをブロック全体に */
    position: relative;
    box-sizing: border-box;
    margin: 20px 5px;
    padding: 15px; /* パディングを統一 */
    width: 30%;
    font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    font-size: 1.5em; /* フォントサイズを大きく */
    text-align: center;
    background-color: #f0f0f0; /* 背景色を追加 */
    border: 0px solid #ccc; /* ボーダーを追加 */
    border-radius: 5px; /* 角を丸く */
  }
  @media screen and (max-width: 767px) {
    .p-category-list__item {
      margin:0 0 15px 0;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
      text-align: left;
    }
  }
  .p-category-list__link {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-category-list__link {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  .p-category-list__link:hover {
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .p-category-list__link:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -6px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #aaaaaa;
      border-bottom: 1px solid #aaaaaa;
      transform: rotate(-45deg);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
  }
  .p-category-list__img {
    display: block;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
    .p-category-list__img {
      margin-right: 10px;
      margin-bottom: 0;
      width: 75px;
    }
  }
  .p-category-list__name:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 767px) {
    .p-category-list__name:hover {
      text-decoration: none;
    }
  }
  @media screen and (max-width: 767px) {
    .p-category-list__name {
      flex: 1;
    }
  }
  /***** 商品件数・ソート *****/
  .p-item-list-head {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-top: 0px solid #7d7d7d;
  }
  @media screen and (max-width: 767px) {
    .p-item-list-head {
      padding: 30px 0;
    }
  }
  .p-item-list-num {
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    .p-item-list-num {
      font-size: 14px;
    }
  }
  .p-item-sort-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-item-sort-list__item {
    margin-left: 30px;
  }
  @media screen and (max-width: 767px) {
    .p-item-sort-list__item {
      margin-left: 25px;
    }
  }
  .p-item-sort-list__item:first-child {
    margin-left: 0;
  }
  .p-item-sort-list__item span {
    text-decoration: underline;
  }
  