/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}
.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-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    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: 1px 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;
}
/* ===============================
   全体のフォント太さ・色を調整
   =============================== */

/* 全体の基本文字 */
body {
  font-weight: 500;          /* 通常400→少し太く */
  color: #333;               /* 少し濃いめで可読性UP */
  line-height: 1.8;          /* 行間を広げて読みやすく */
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", sans-serif;
}

/* 見出し（About・NEWSなど） */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;          /* 見出しは強めに */
  color: #222;
  line-height: 1.6;
}

/* 商品説明・About本文など */
p, li, dd, dt {
  font-weight: 500;
  color: #333;
  line-height: 1.8;
}

/* ボタンやリンク（見やすく） */
a, button, input[type="submit"] {
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, button:hover, input[type="submit"]:hover {
  color: #d36b8a;            /* WANA-MIのアクセントピンク */
}

/* 商品名・価格などの強調部分 */
.product-list__name a,
.product-detail__name,
.c-item-list__ttl a {
  font-weight: 600;
  color: #222;
}

.product-detail__price,
.price {
  font-weight: 600;
  color: #111;
}

/* 商品説明（長文）も少し太く・読みやすく */
.product-detail__description,
.p-free__body,
.p-information__body {
  font-weight: 500;
  color: #333;
  line-height: 1.9;
}

/* 見出し付きのセクション（例：AboutやNEWSタイトル） */
.section-title,
.p-top-news__ttl,
.p-line-informaiton__ttl {
  font-weight: 600;
  color: #222;
}

/* サイト内小見出し・強調テキスト */
strong, b {
  font-weight: 600;
  color: #222;
}
/* ===============================
   商品価格の文字を太く・見やすく
   =============================== */

/* 商品一覧・ランキング・詳細ページすべてに適用 */
.price,
.product-detail__price,
.product-list__price,
.p-ranking-list__price {
  font-weight: 700;       /* 太字（しっかり目立たせる） */
  color: #111;            /* 濃いめで視認性UP */
  font-size: 1.05rem;     /* 少し大きく（約5%拡大） */
  letter-spacing: 0.02em; /* 数字の詰まりを改善 */
}

/* 「税込」「円」などの補足部分も統一 */
.price small,
.product-detail__price small {
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}
/* ===============================
   商品価格を太く・濃く修正（上書き版）
   =============================== */

/* 商品一覧・詳細・ランキング すべてに適用 */
.price,
.product-detail__price,
.product-list__price,
.p-ranking-list__price {
  font-weight: 700 !important;   /* 太字を強制適用 */
  color: #111 !important;        /* 濃いグレー（黒に近い）を強制 */
  font-size: 1.1rem !important;  /* 少し大きく */
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* 補足の「税込」「円」部分 */
.price small,
.product-detail__price small {
  font-weight: 600 !impo

/* ===============================
   価格の太さ＆色：強制上書き・完全版
   =============================== */

/* 価格ブロックと、その内側の子要素までまとめて上書き */
.price,
.price * ,
.product-detail__price,
.product-detail__price * ,
.product-list__price,
.product-list__price * ,
.p-ranking-list__price,
.p-ranking-list__price * ,
a .price,
a .price * {
  color: #111 !important;         /* ほぼ黒で濃く */
  font-weight: 700 !important;    /* しっかり太く */
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* 金額の単位や「税込」などの補足は少し弱めに */
.price small,
.product-detail__price small,
.product-list__price small {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 0.9rem;
}
/* ===============================
   商品価格の色・太さを強制上書き（完全版）
   =============================== */

.c-item-list__price,
.c-item-list__price *,
.product-detail__price,
.product-detail__price *,
.price,
.price * {
  color: #111 !important;        /* 濃く・黒寄りに */
  font-weight: 700 !important;   /* しっかり太く */
  font-size: 1.1rem !important;  /* 少し大きく */
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 補足表記（例：「税込」「円」） */
.c-item-list__price small,
.product-detail__price small,
.price small {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

