@charset "UTF-8";
/*==================================================
フリーページ共通
==================================================*/

/* すべての要素でタップ時のハイライトを無効化（最も簡単で確実な方法） */
* {
  -webkit-tap-highlight-color: transparent;
}

/*タイトル非表示*/
article #Journal h1 {
  font-family: "Noto Serif JP", serif;
  display: none;
}
article #Journal h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  display: none;
}

/*上部パンくず*/
#bread-crumb-listTop ol li {
  font-size: 12px;
}
/*下部パンくず*/
.state_r {
  border-top: none;
  padding: 10px 0 0;
  margin: 0 0 25px;
  text-align: right;
  font-size: 12px;
}

#main-column {
  padding: 0 15px;
}

.you_tube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.you_tube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.you_tube_pc {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.you_tube_pc iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row_product_table {
  width: 100%;
  height: 100%;
}
.td_top {
  vertical-align: top;
}
.td_bottom {
  vertical-align: bottom;
  text-align: center;
}

.sl-line {
  border-bottom: 1px solid;
  color: #796955;
}

.l_sp2 {
  letter-spacing: 2px;
}
.l_sp3 {
  letter-spacing: 3px;
}
.l_sp4 {
  letter-spacing: 4px;
}
.l_sp5 {
  letter-spacing: 5px;
}
.l_sp8 {
  letter-spacing: 8px;
}
.l_sp10 {
  letter-spacing: 10px;
}

.line_ht160 {
  line-height: 160%;
}
.line_ht170 {
  line-height: 170%;
}
.line_ht180 {
  line-height: 180%;
}
.line_ht190 {
  line-height: 190%;
}
.line_ht200 {
  line-height: 200%;
}
.line_ht210 {
  line-height: 210%;
}
.line_ht220 {
  line-height: 220%;
}
.line_ht230 {
  line-height: 230%;
}
.line_ht240 {
  line-height: 240%;
}

.brdiv5 {
  height: 5px;
}
.brdiv8 {
  height: 8px;
}
.brdiv10 {
  height: 10px;
}
.brdiv12 {
  height: 12px;
}
.brdiv15 {
  height: 15px;
}
.brdiv18 {
  height: 18px;
}
.brdiv20 {
  height: 20px;
}
.brdiv25 {
  height: 25px;
}
.brdiv30 {
  height: 30px;
}
.brdiv35 {
  height: 35px;
}
.brdiv40 {
  height: 40px;
}
.brdiv50 {
  height: 50px;
}
.brdiv60 {
  height: 60px;
}

.fnt06em {
  font-size: 0.6em;
}
.fnt07em {
  font-size: 0.7em;
}
.fnt08em {
  font-size: 0.8em;
}
.fnt09em {
  font-size: 0.9em;
}
.fnt10em {
  font-size: 1em;
}
.fnt11em {
  font-size: 1.1em;
}
.fnt12em {
  font-size: 1.2em;
}
.fnt13em {
  font-size: 1.3em;
}
.fnt14em {
  font-size: 1.4em;
}
.fnt15em {
  font-size: 1.5em;
}
.fnt16em {
  font-size: 1.6em;
}
.fnt17em {
  font-size: 1.7em;
}
.fnt18em {
  font-size: 1.8em;
}
.fnt19em {
  font-size: 1.9em;
}
.fnt20em {
  font-size: 2em;
}
.fnt21em {
  font-size: 2.1em;
}
.fnt22em {
  font-size: 2.2em;
}
.fnt23em {
  font-size: 2.3em;
}
.fnt24em {
  font-size: 2.4em;
}
.fnt25em {
  font-size: 2.5em;
}
.fnt26em {
  font-size: 2.6em;
}
.fnt27em {
  font-size: 2.7em;
}
.fnt28em {
  font-size: 2.8em;
}
.fnt29em {
  font-size: 2.9em;
}
.fnt30em {
  font-size: 3em;
}
.fnt40em {
  font-size: 4em;
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #f4f1d0; /*背景色*/
}
.box3 p {
  margin: 0;
  padding: 0;
}

.centerleftp {
  display: table;
  margin: 0 auto;
  vertical-align: middle;
}

/* シンプル囲み枠 2*/
.kakomi-box2 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #666666; /* 文字色 */
  background-color: #fff0ec; /* 背景色 */
  border: 1px solid #ffc8ba; /* 枠線 */
}

/*PCの場合*/
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 992px) {
  /*タブレット、スマホの場合*/
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}

/* カテゴリページのh1*/
#category-detail article h1 {
  border-top: none;
  border-left: none;
  padding: 0;
}

/* カテゴリh1共通 */
.category-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 8px;
  border: none;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .category-title {
    font-size: 1.3em;
    margin-bottom: 16px;
  }
}

/*==================================================
フリーページ カテゴリ はとむぎほうじ粒
==================================================*/
#free-area-content {
  color: #796955;
}
#free-cate-top h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 70px auto 50px;
}
#free-cate-top #free-cate-mv {
  width: 100%;
  margin: 0 auto 40px;
}
#free-cate-wrap {
  overflow: hidden;
}

/*左側
===============*/
#free-cate-wrap #cate-content-left {
  float: left;
  width: 58.33333333%;
}
#free-cate-wrap #cate-content-left hr {
  display: block;
  border-top: 1px solid #796955;
}
.cate-text-area {
  margin: 0 auto 30px;
}
.cate-text-area h4 {
  margin: 30px auto;
  font-size: 20px;
  font-weight: normal;
}
.cate-text-area p {
  font-size: 14px;
  color: #796955;
}

.cate-img-area {
  width: 100%;
  margin: 0 auto 60px;
}
.cate-img-area img {
  width: 100%;
}

.cate-data-area {
  margin: 30px auto;
}
.cate-data-area .data-text {
  margin: 0 auto 10px;
}
.cate-data-area .data-text dt {
  font-size: 17px;
  margin: 0 auto 3px;
}
.cate-data-area .data-text dd {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.free-bnr-link {
  margin: 60px auto 0;
}

/*右側
===============*/
#free-cate-wrap #cate-content-right {
  float: right;
  width: 33.33333333%;
}

.tocart-prod-area {
  margin: 0 auto 40px;
}
.cate-prod-img {
  margin: 0 auto 20px;
}
.tocart-prod-data {
}
.tocart-prod-data dt {
  font-size: 17px;
  margin: 0 auto 10px;
}
.tocart-prod-data dd {
  font-size: 14px;
}
.tocart-prod-area form {
  font-size: 14px;
}

.tocart-prod-area form input[type="image"] {
  width: 70%;
  display: block;
  margin: 10px 0 0;
}
.tocart-prod-area form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  #free-area-content {
    color: #796955;
  }
  #free-cate-top h3 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 70px auto 50px;
  }
  #free-cate-top #free-cate-mv {
    width: 100%;
    margin: 0 auto;
  }
  #free-cate-wrap {
    overflow: hidden;
  }

  /*左側
    ===============*/
  #free-cate-wrap #cate-content-left {
    float: none;
    width: 100%;
  }
  #free-cate-wrap #cate-content-left hr {
    display: block;
    border-top: 1px solid #796955;
  }
  .cate-text-area {
    margin: 40px auto;
  }
  .cate-text-area h4 {
    margin: 30px auto;
    font-size: 20px;
    font-weight: normal;
  }
  .cate-text-area p {
    font-size: 14px;
    color: #796955;
  }

  .cate-img-area {
    /* width:100%; */
    margin: 0 auto 40px;
  }
  .cate-img-area img {
    width: 100%;
  }

  .cate-data-area {
    margin: 30px auto;
  }
  .cate-data-area .data-text {
    margin: 0 auto 10px;
  }
  .cate-data-area .data-text dt {
    font-size: 17px;
    margin: 0 auto 3px;
  }
  .cate-data-area .data-text dd {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .free-bnr-link {
    margin: 60px auto 0;
  }

  /*右側
    ===============*/
  #free-cate-wrap #cate-content-right {
    float: none;
    width: 100%;
    font-size: 0;
  }

  .tocart-prod-area {
    margin: 0 auto 40px;
    display: inline-block;
    width: 45%;
    padding: 0 5% 0 0;
  }
  .tocart-prod-area:nth-child(2n) {
    padding: 0;
  }
  .cate-prod-img {
    margin: 0 auto 20px;
  }
  .tocart-prod-data {
  }
  .tocart-prod-data dt {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  .tocart-prod-data dd {
    font-size: 14px;
  }
  .tocart-prod-area form {
    font-size: 14px;
  }

  .tocart-prod-area form input[type="image"] {
    width: 70%;
    display: block;
    margin: 10px 0 0;
  }
  .tocart-prod-area form select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #796955;
    border-radius: 0px;
    padding-left: 5px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  #free-area-content {
    color: #796955;
  }
  #free-cate-top h3 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 70px auto 50px;
  }
  #free-cate-top #free-cate-mv {
    width: 100%;
    margin: 0 auto;
  }
  #free-cate-wrap {
    overflow: hidden;
  }

  /*左側
    ===============*/
  #free-cate-wrap #cate-content-left {
    float: none;
    width: 100%;
  }
  #free-cate-wrap #cate-content-left hr {
    display: block;
    border-top: 1px solid #796955;
  }
  .cate-text-area {
    margin: 40px auto;
  }
  .cate-text-area h4 {
    margin: 30px auto;
    font-size: 20px;
    font-weight: normal;
  }
  .cate-text-area p {
    font-size: 14px;
    color: #796955;
  }

  .cate-img-area {
    /* width:100%; */
    margin: 0 auto 40px;
  }
  .cate-img-area img {
    width: 100%;
  }

  .cate-data-area {
    margin: 30px auto;
  }
  .cate-data-area .data-text {
    margin: 0 auto 10px;
  }
  .cate-data-area .data-text dt {
    font-size: 17px;
    margin: 0 auto 3px;
  }
  .cate-data-area .data-text dd {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .free-bnr-link {
    margin: 60px auto 0;
  }

  /*右側
    ===============*/
  #free-cate-wrap #cate-content-right {
    float: none;
    width: 100%;
    font-size: 0;
  }

  .tocart-prod-area {
    margin: 0 auto 40px;
    display: block;
    width: 70%;
    padding: 0;
  }
  .tocart-prod-area:nth-child(2n) {
    padding: 0;
  }
  .cate-prod-img {
    margin: 0 auto 20px;
  }
  .tocart-prod-data {
  }
  .tocart-prod-data dt {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  .tocart-prod-data dd {
    font-size: 14px;
  }
  .tocart-prod-area form {
    font-size: 14px;
  }

  .tocart-prod-area form input[type="image"] {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .tocart-prod-area form select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #796955;
    border-radius: 0px;
    padding-left: 5px;
    margin-top: 2px;
  }
}

/*==================================================
フリーページ テスト
==================================================*/

#free-soleil-center h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 10px auto 5px;
}
#free-soleil-center {
  width: 100%;
  margin: 0 auto 0px;
}

/* procate-4列 */

.procate ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procate ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procate main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
}

.procate img {
  width: 100%;
  display: block;
  margin: auto;
}

.procate dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procate dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procate form {
  font-size: 14px;
}

.procate form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procate form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procate main div.soleilbox {
  width: calc(25% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procate main div.soleilbox {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .procate main div.soleilbox {
    width: calc(50% - 6px);
    margin: 3px;
  }
}

/* procateA-3列 */

.procateA ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procateA ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procateA main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px;
}

.procateA dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procateA dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procateA form {
  font-size: 14px;
}

.procateA form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procateA form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procateA img {
  width: 100%;
  display: block;
  margin: auto;
}

.procateA main div.soleilbox {
  width: calc(33.33% - 6px);
  margin: 3px;
}

.procateA main div.soleilboxA {
  width: calc(40% - 0px);
  margin: 0px;
}
.procateA main div.soleilboxB {
  width: calc(40% - 0px);
  margin: 0px;
}
.procateA main div.soleilboxC {
  width: calc(20% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procateA img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .procateA main div.soleilbox {
    width: calc(33.33% - 6px);
    margin: 3px;
  }

  .procateA main div.soleilboxA {
    width: calc(100% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxB {
    width: calc(50% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxC {
    width: calc(50% - 0px);
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .procateA main {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
  }

  .procateA img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .procateA main div.soleilbox {
    width: calc(50% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxA {
    width: calc(100% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxB {
    width: calc(100% - 0px);
    margin: 0px;
  }
  .procateA main div.soleilboxC {
    width: calc(100% - 0px);
    margin: 0px;
  }
}

/* procateB-2列 */

.procateB ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procateB ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procateB main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}

.procateB img {
  width: 100%;
  display: block;
  margin: auto;
}

.procateB dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procateB dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procateB form {
  font-size: 14px;
}

.procateB form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procateB form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procateB main div.soleilbox {
  width: calc(50% - 0px);
  margin: 0px;
}

.procateB main div.soleilboxA {
  width: calc(70% - 0px);
  margin: 0px;
}

.procateB main div.soleilboxB {
  width: calc(30% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procateB main div.soleilbox {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .procateB main div.soleilboxA {
    width: calc(70% - 0px);
    margin: 0px;
  }
  .procateB main div.soleilboxB {
    width: calc(30% - 0px);
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .procateB main div.soleilbox {
    width: calc(100% - 10px);
    margin: 10px;
  }
  .procateB main div.soleilboxA {
    width: calc(100% - 10px);
    margin: 10px;
  }

  .procateB main div.soleilboxB {
    width: calc(100% - 10px);
    margin: 10px;
  }
}

/* ページ全体の横幅固定を解除 */

@media screen and (max-width: 767px) {
  #main-column {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    float: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* 念のため中身も保険 */
  #main-column * {
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #main-column {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 12px; /* ← 左右の余白 */
    box-sizing: border-box;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  #main-column {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main-column {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}

/* 田七人参画像用 */
.hdenshichi-img {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

/* 田七人参画像　スマホ用 */
@media screen and (max-width: 768px) {
  .hdenshichi-img {
    width: 90%;
  }
}
.product-box {
  text-align: center; /* PCは中央 */
  padding: 0 5%;
  line-height: 1.6;
}

.product-box img {
  max-width: 100%;
  height: auto;
}
.product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
}

.product-size {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
}

.product-price {
  color: #b04a4a;
  font-size: 0.9em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* 田七人参スマホ用 */
@media screen and (max-width: 768px) {
  .product-box {
    text-align: left; /* スマホは左寄せ */
    padding: 0 0;
  }
}

.marker-yellow {
  background: linear-gradient(transparent 55%, #ffe066 55%);
  font-weight: bold;
  padding: 0 4px;
  border-radius: 3px;
}
.marker-orange {
  background: linear-gradient(transparent 55%, #ffe1d3 55%);
  padding: 0 4px;
  border-radius: 3px;
}

.marker-strong {
  font-weight: bold;
  padding: 0 4px;
  border-radius: 3px;
}

/* 見出し h2
==============================================*/
#main-column h2.section-title {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  font-size: 1.6em; /* PC */
  text-align: center;
  border-top: none;
  margin: 0 0 10px;
}

#main-column .news h2::before {
  content: "";
}

/* スマホ */
@media screen and (max-width: 768px) {
  #main-column h2.section-title {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 0 0 5px;
  }
}

/* 見出し h3
==============================================*/
#main-column h3.section-title {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  font-size: 1.2em; /* PC */
  text-align: center;
  border-top: none;
  margin: 0 0 30px;
}

#main-column .news h3::before {
  content: "";
}

/* スマホ */
@media screen and (max-width: 768px) {
  #main-column h3.section-title {
    font-size: 1.1em;
    line-height: 1.4;
  }
}

/* 見出し02 h3
==============================================*/
#main-column h3.section-title02 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  font-size: 1.2em; /* PC */
  text-align: left;
  border-top: none;
}

#main-column .news h3::before {
  content: "";
}

/* スマホ */
@media screen and (max-width: 768px) {
  #main-column h3.section-title02 {
    font-size: 1.1em;
  }
}

/* テキストブロック
==============================================*/

/* 全体余白（PC） */
.content-block {
  margin: 5%;
}

/* 大きめ文字 */
.title-lg {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4em;
  line-height: 160%;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 15px;
}

.title-lg-left {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  line-height: 160%;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 15px;
}

/* 通常文字 */
.text-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: left;
}

/* 箇条書き */
.text-normal ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block !important;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.text-normal li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: list-item !important;
  float: none !important;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 6px;
}

.text-normal li::before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  content: "・ ";
}

@media screen and (max-width: 768px) {
  .content-block {
    margin: 2%;
  }

  .title-lg-left {
    font-size: 1em;
    line-height: 160%;
    letter-spacing: 1px;
  }

  .title-lg {
    font-size: 1.2em;
    line-height: 160%;
    letter-spacing: 1px;
  }

  .text-normal {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

/* メイン画像　PCとスマホを分けて表示
==============================================*/
.img-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
  .main-image img {
    width: 100%;
    height: auto;
  }
}

/* アコーディオンFAQ　
==============================================*/

.faq-q {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  line-height: 160%;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.faq-a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 210%;
  letter-spacing: 2px;
  text-align: left;
  display: none;
  padding: 10px;
}

/* グレーボックス
==============================================*/
.box-gray {
  background-color: #f2eeee;
  padding: 20px 24px;
  border-radius: 6px;
  margin: 20px 0;
}

.box-gray h3 {
  font-family: "Noto Serif JP", serif;
  margin-top: 0;
  font-weight: 700;
}

.box-gray p {
  margin-bottom: 0;
  line-height: 1.8;
}

/* レコメンドボックス
==============================================*/
.recommend-section {
  margin: 40px 0;
}

.recommend-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.recommend-text {
  flex: 1;
}

.recommend-text ul {
  max-width: 420px;
  margin: 0 auto;
  line-height: 2;
}

.recommend-image {
  flex: 1;
  text-align: center;
}

.recommend-image img {
  max-width: 100%;
  height: auto;
}

/* スマホ */

@media screen and (max-width: 768px) {
  .recommend-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .recommend-text ul {
    max-width: 100%;
  }
}

/* はとむぎレシピコーナー
==============================================*/

.recipe-block {
  background: #f9f9f7;
  padding: 40px 20px;
  text-align: center;
}

.recipe-inner {
  max-width: 900px;
  margin: 0 auto;
}

.recipe-lead {
  margin: 5px 0 15px;
  line-height: 1.8;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}

.recipe-item {
  width: 100%;
}

.recipe-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.recipe-item img:hover {
  opacity: 0.85;
  transition: 0.3s;
}

.recipe-item p {
  margin-top: 8px;
  font-size: 14px;
}

.recipe-btn a {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 25px;
  background: #6b8e23;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.recipe-btn a:hover {
  background: #7fa32a; /* 少し明るく */
  transform: translateY(-2px); /* ふわっと浮く */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .recipe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.class-btn a {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 25px;
  background: #ef8203;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

/* ここから、はとむぎ茶カテゴリページ */

.container {
  padding: 0 20px;
}

/* 商品グリッドの基本設定（スマホでは縦に並ぶ） */
.product-grid {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  gap: 20px; /* 要素間の隙間 */
}

.product-card {
  width: 100%; /* スマホでは1枚が横幅いっぱいに（1列） */
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
}

/* --- PC向けの指定（画面幅が768px以上になったら適用） --- */
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .product-card {
    width: calc(25% - 15px); /* 4列にする（100% ÷ 4枚 ＝ 25%） */
  }
}

/* ここから、はとむぎ茶カテゴリ　ヒーロー画像 */

.hero {
  /* 背景画像の設定 */
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
    /* 白い半透明の膜 */
    url("https://kenko-soleil.com/pic-labo/20260414-cha-pc.jpg"); /* ここに画像パスを入れる */

  background-size: cover; /* 画面幅いっぱいに広げる */
  background-position: center; /* 中央合わせ */
  height: 60vh; /* 画面の高さ50%分確保（好みで調整） */
  width: 100%;

  position: relative; /* 中の要素を配置する基準 */
  display: flex;
  justify-content: center; /* 左右中央に配置 */
  align-items: center; /* 上下中央に配置 */
  text-align: center;
  color: #4a3d33; /* はとむぎ茶っぽい濃い茶色 */
}

/* 左上のテキスト配置 */
.hero-logo-text {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 60px;
  left: 5%;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

/* 中央のコピー */
.main-copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.sub-copy {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* ラベル（茶色い楕円） */
.label-badge {
  display: inline-block;
  background-color: #614e3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  margin-bottom: 40px;
}

/* オレンジのボタン */
.btn-orange {
  display: block;
  background-color: #e35a24;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.3s;
}

.btn-orange:hover {
  opacity: 0.8;
}

/* スマホ対応：文字サイズを少し小さくする */
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    justify-content: flex-start; /* 上詰めに変更 */
    height: auto; /* 高さを内容に合わせる */
    padding: 40px 20px; /* 全体に余白を作る */
  }
  .hero-logo-text {
    position: static; /* 「浮いている」状態を解除 */
    text-align: center; /* 真ん中寄せにする */
    margin-bottom: 30px; /* 下のコピーとの間に隙間を作る */
    font-size: 1.2rem;
    top: 20px;
  }
  .main-copy {
    font-size: 1rem;
    margin-bottom: 1px;
  }
  .sub-copy {
    font-size: 0.8rem;
    line-height: 1.8;
    margin-bottom: 60px;
  }
}

.hero {
  width: 100vw; /* 画面の横幅いっぱいにする */
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* 中央に引き戻す */

  /* 既存の背景設定など */
  background-size: cover;
  background-position: center;
}

/* aタグであることを明示する */
a.btn-orange {
  color: #fff !important; /* または単に a.btn-orange と書く */
}

/* もしくは、親要素も含めて指定する */
.hero-content .btn-orange {
  color: #fff;
}

/* ここから はとむぎ茶お悩みセクション */
/* セクション全体の背景色と余白 */
.troubles {
  background-color: #f9f7f2; /* 画像に近いクリーム色 */
  padding: 60px 20px;
  text-align: center;
}

.trouble-title {
  font-size: 1.5rem;
  color: #4a3d33;
  margin-bottom: 40px;
}

/* カードを並べる親要素 */
.trouble-grid {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  gap: 15px; /* カード同士の隙間 */
  max-width: 900px;
  margin: 0 auto;
}

/* カード1枚のスタイル（スマホ：1列） */
.trouble-card {
  background: #fff;
  width: 100%; /* スマホでは横幅いっぱい */
  display: flex; /* アイコンと文字を横並びに */
  align-items: center;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* 軽い影 */
  text-align: left;
}

/* チェックアイコン（擬似的に作成） */
.check-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  border-bottom: 2px solid #8e7a6a;
  border-right: 2px solid #8e7a6a;
  transform: rotate(45deg);
  flex-shrink: 0; /* アイコンが潰れないように */
  margin-top: -5px; /* 位置の微調整 */
}

/* 下部のテキスト */
.trouble-footer {
  font-family: "Noto Serif JP", serif;
  margin-top: 40px;
  color: #8e7a6a;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
}

/* --- PC向けの指定（横幅が768px以上の場合：2列にする） --- */
@media (min-width: 768px) {
  .trouble-grid {
    gap: 20px;
  }

  .trouble-card {
    /* calc(50% - 隙間の半分) で、きれいに2枚並ぶ */
    width: calc(50% - 10px);
  }

  .trouble-title {
    font-size: 2rem;
  }
}
/* --- 背景を画面いっぱいに広げる --- */
.troubles-section {
  background-color: #f9f7f2; /* 薄いベージュ */
  width: 100%; /* 画面幅いっぱい */
  padding: 60px 0; /* 上下の余白 */
  margin: 0 0;
}

/* --- 中身を中央に寄せる --- */
.troubles-inner {
  max-width: 1000px; /* PCでのコンテンツの最大幅 */
  margin: 0 auto; /* 中央寄せ */
  padding: 0 20px; /* スマホ時の左右余白 */
}

/* --- カードを並べる親要素 --- */
.trouble-grid {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  gap: 15px; /* カード間の隙間 */
}

/* --- カード（基本：スマホ用の縦1列） --- */
.trouble-card {
  background: #fff;
  width: 100%; /* スマホでは1列（100%） */
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* --- PC版の設定（画面幅が768px以上の場合） --- */
@media (min-width: 768px) {
  .trouble-card {
    /* ここが重要！ 50%から隙間(gap)の半分を引く */
    width: calc(50% - 8px);
  }

  .trouble-grid {
    gap: 16px; /* 横と縦の隙間 */
  }
}

/* --- セクション全体：親要素を無視して画面幅いっぱいにする --- */
.troubles-section {
  background-color: #f9f7f2 !important; /* 背景色を強制 */
  padding: 60px 0;
  margin: 0 0;

  /* 親要素(1000pxなど)を突き破る魔法のコード */
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* --- 中身を中央に寄せる --- */
.troubles-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- グリッド：PCで横並びにするための設定 --- */
.trouble-grid {
  display: flex !important; /* flexboxを強制 */
  flex-wrap: wrap; /* 折り返し許可 */
  justify-content: space-between;
  gap: 15px;
}

/* --- カード（基本はスマホ用の1列） --- */
.trouble-card {
  background: #fff;
  width: 100% !important; /* スマホでは1列 */
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box; /* パディングを含めたサイズ計算 */
}

/* --- PC版の設定（画面幅が768px以上の場合のみ適用） --- */
@media screen and (min-width: 768px) {
  .trouble-card {
    /* PCでは2列にする（49%に指定して少し余裕を持たせる） */
    width: 49% !important;
  }

  .trouble-grid {
    gap: 20px 2%; /* 縦の隙間20px、横の隙間2% */
  }
}

/* --- はとむぎとは？セクション　ここから --- */

/* セクション全体の背景（前回の100vw設定を継承） */
.about-section02 {
  background-color: #f2ede4;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-section {
  background-color: #ffffff;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  color: #4a3d33;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

/* スマホ版：基本は縦並び */
.about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 15px; /* 画像の角を丸くする */
  display: block;
}

.about-text {
  color: #4a3d33;
}

.intro-p {
  margin-bottom: 25px;
  line-height: 1.6;
}

/* 特徴リストのスタイル */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.feature-list .icon {
  font-size: 1.2rem;
  margin-right: 15px;
  margin-top: 3px;
  color: #8e7a6a;
}

.feature-list strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.feature-list p {
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.8;
}

/* --- PC版の設定：768px以上 --- */
@media screen and (min-width: 768px) {
  .about-content {
    flex-direction: row; /* 横並びにする */
    align-items: center; /* 上下中央揃え */
    gap: 50px; /* 画像とテキストの間の距離 */
  }

  .about-image,
  .about-text {
    flex: 1; /* 左右50%ずつに分ける */
  }
}

/* --- ■■■■　ここからカードセクション　■■■■ --- */

/* セクション全体（100vw突き破り設定を継承） */
.recommend-section {
  background-color: #f2ede4; /* 少し濃いめのベージュ */
  padding: 40px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.recommend-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.recommend-header {
  background-color: #f2ede4; /* 少し濃いめのベージュ */
  text-align: center;
  /* スマホでバッジが入り込む隙間（60px）を強制的に作る */
  margin-bottom: 110px !important;
}

.recommend-header .sub-title {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: #8e7a6a;
}

.recommend-header .main-title {
  font-size: 2rem;
  color: #4a3d33;
  margin: 10px 0;
}
**************************************************************************************************************


/* --- カード全体の枠を少し下に下げる --- */
.card-grid {
  display: flex !important;
  flex-direction: column;
  gap: 40px;
  /*念のため、ここにも上の余白を追加 */
  margin-top: 40px !important;
}

/* カード共通スタイル */
.recommend-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  position: relative; /* 数字バッジの基準点 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  border-top: 8px solid #a68c74; /* デフォルトの上の色 */
}

/* カードごとのテーマカラー */
.card-01 {
  border-top-color: #b4854d;
}
.card-02 {
  border-top-color: #708678;
}
.card-03 {
  border-top-color: #9b737a;
}

/* 数字バッジ01 */
.number-badge-01 {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #b4854d; /* 01の色 */
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: serif;
  font-size: 1.2rem;
}

/* 数字バッジ02 */
.number-badge-02 {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #708678; /* 02の色 */
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: serif;
  font-size: 1.2rem;
}

/* 数字バッジ03 */
.number-badge-03 {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #9b737a; /* 03の色 */
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: serif;
  font-size: 1.2rem;
}

/* アイコンとタグエリア */
.card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.icon-box-01 {
  width: 50px; /* ボックスの横幅 */
  height: 50px; /* ボックスの高さ */
  background: #e8dac9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 万が一画像がはみ出た時のガード */
  padding: 6px; /* 画像の周りに少し余白を作る（お好みで） */
  box-sizing: border-box;
}

.icon-box-01 img {
  width: 100%; /* ボックスの横幅いっぱいに広げる */
  height: 100%; /* ボックスの高さに合わせる */
  object-fit: contain; /* 画像の比率を保ったまま枠内に収める */
}

.icon-box-02 {
  width: 50px;
  height: 50px;
  background: #d4dad6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 万が一画像がはみ出た時のガード */
  padding: 6px; /* 画像の周りに少し余白を作る（お好みで） */
  box-sizing: border-box;
}
.icon-box-02 img {
  width: 100%; /* ボックスの横幅いっぱいに広げる */
  height: 100%; /* ボックスの高さに合わせる */
  object-fit: contain; /* 画像の比率を保ったまま枠内に収める */
}
.icon-box-03 {
  width: 50px;
  height: 50px;
  background: #e1d5d7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 万が一画像がはみ出た時のガード */
  padding: 6px; /* 画像の周りに少し余白を作る（お好みで） */
  box-sizing: border-box;
}
.icon-box-03 img {
  width: 100%; /* ボックスの横幅いっぱいに広げる */
  height: 100%; /* ボックスの高さに合わせる */
  object-fit: contain; /* 画像の比率を保ったまま枠内に収める */
}

.tag {
  background: #fdfaf5;
  border: 1px solid #e0d8cc;
  padding: 2px 10px;
  font-size: 0.75rem;
  border-radius: 50px;
  color: #8e7a6a;
}

.target {
  font-size: 0.85rem;
  margin: 5px 0 0;
}

/* 商品情報 */
.product-name-cha {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #4a3d33;
  margin-bottom: 15px;
}

.product-name-cha span {
  font-size: 0.9rem;
  font-weight: normal;
}

.product-img img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 15px;
}

.product-desc {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1; /* テキスト量にかかわらずボタンの位置を揃える */
}

/* ボタン01 */
.btn-detail-01 {
  background: #b4854d;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 0.9rem;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}

/* ボタン02 */
.btn-detail-02 {
  background: #708678;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 0.9rem;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}

/* ボタン03 */
.btn-detail-03 {
  background: #9b737a;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 0.9rem;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}

/* --- PC版の設定：900px以上 --- */
@media screen and (min-width: 900px) {
  .product-grid {
    /* FlexからGridに変更して、強制的に4等分します */
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); /* 4列を均等に作成 */
    gap: 40px 2%; /* 縦40px、横2%の隙間 */
  }

  .product-card {
    /* Grid側で幅を制御するので、個別の幅指定は解除します */
    width: 100% !important;
    margin-bottom: 0;

    /* 枠線や余白を含めてサイズ計算するように設定 */
    box-sizing: border-box;
    border: 1px solid #eee; /* スクショに合わせて枠線を追加 */
    padding: 10px; /* 内側に少し余白 */
  }
}

/* --- PC版の設定（900px以上） --- */
@media screen and (min-width: 900px) {
  .recommend-header {
    /* PCではさらにゆったりと隙間をあける */
    margin-bottom: 80px !important;
  }
  .card-grid {
    flex-direction: row;
    margin-top: 0; /* PCは横並びなので不要なら0に */
  }
}

/* おすすめセクションのカード並びを修正 */
@media screen and (min-width: 900px) {
  .card-grid {
    display: grid !important;
    grid-template-columns: repeat(
      3,
      1fr
    ); /* 強制的に「1:1:1」の比率で3等分します */
    gap: 20px; /* カード同士の隙間（数値はお好みで調整してください） */
    max-width: 1100px; /* セクション全体の最大幅 */
    margin: 0 auto; /* 中央寄せ */
    align-items: stretch; /* すべてのカードの高さも自動で揃えます */
  }

  .recommend-card {
    width: 100% !important; /* Grid側で幅を決めるので、カード自身の幅指定を解除します */
    box-sizing: border-box; /* 枠線やパディングを含めて幅を計算させます */
    margin: 0 !important; /* 余計なマージンによるズレを防止します */

    /* カード内を縦並びにして、ボタンを一番下に揃えたい場合は以下を追加 */
    display: flex;
    flex-direction: column;
  }

  /* ボタンをカードの最下部に固定する場合 */
  .recommend-card a[class^="btn-detail-"] {
    margin-top: auto;
  }
}

/* --- スマホ・共通設定（ここを追加） --- */
.card-grid {
  display: grid;
  grid-template-columns: 1fr; /* スマホでは1列に並べる */
  gap: 40px; /* ★カードとカードの間の隙間（縦方向） */
  padding: 0 0px; /* 左右の端に少し余白を作る */
}

.recommend-card {
  width: 100%;
  box-sizing: border-box;
}

/* --- PC版の設定：900px以上（前回お伝えした内容の微調整） --- */
@media screen and (min-width: 900px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr); /* 3等分 */
    gap: 20px; /* PCでは横の隙間を20pxに調整 */
    padding: 0;
  }
}

/* ■商品一覧　セクション全体************************************* */

/* セクション全体 */
.products-section {
  background-color: #fff;
  padding: 80px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.products-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0px;
}

.main-title {
  text-align: center;
  font-size: 2rem;
  color: #4a3d33;
  margin-bottom: 60px;
}

.series-title {
  text-align: center;
  font-size: 1.2rem;
  color: #8e7a6a;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

/* グリッド設定：スマホは2列 */
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px; /* 縦の隙間20px、横の隙間10px */
}

/* 商品カード */
.product-card {
  width: calc(50% - 5px); /* スマホ2列 */
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

/* 商品一覧のバッジ */
.product-badges {
  top: 5px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  z-index: 1;
}

.badge {
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
}
.badge.tea-bag01 {
  background: #74665a;
}
.badge.tea-bag02 {
  background: #b96a3a;
}
.badge.new01 {
  background: #4e7a53;
}
.badge.new02 {
  background: #4f7c78;
}
.badge.popular {
  background: #425c7a;
}
.badge.powder {
  background: #c89b2b;
}
.badge.mizu {
  background: #8b4b5a;
}

/* 商品画像 */
.product-image {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形を維持 */
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-image img {
  max-width: 90%;
  height: auto;
}

/* 商品情報 */
.product-name {
  font-weight: bold;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 8px;
}

.product-spec {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product-price {
  font-size: 1rem;
  color: #4a3d33;
  font-weight: bold;
}

.product-price span {
  font-size: 0.8rem;
  font-weight: normal;
}

/* --- PC版の設定：900px以上 --- */
@media screen and (min-width: 900px) {
  .product-grid {
    gap: 40px 2.6%;
  }

  .product-card {
    width: 23%; /* PC4列 */
  }

  .product-name {
    font-size: 0.9rem;
  }

  .product-spec {
    font-size: 0.9rem;
  }
}
