.p-product-heading__unit {
  margin: 0 20px 20px;
}

.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-fav-item {
  margin-top: 10px;
}


.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.p-product-fav-item .is-added {
  color: #ff7373;
}

.p-product-fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;

  fill: currentColor;
}

.p-large-image__image-wrap {
  max-width: 100% !important;
  border: 1px solid transparent;
}

.p-large-image__image-wrap {
  margin: 10px auto;
}

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 10px -5px 5px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-thumbnail-list__image-wrap {
  border: 1px solid transparent;
}

.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: '';
}

.p-thumbnail-list__unit {
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 1px;
  padding: 0 1px;
}

.p-thumbnail-list__image-wrap.is-current {
  border-color: #cccccc;
  background: #cccccc;
}

.p-view-product-images {
  text-align: right;
  margin-bottom: 1.0em;
}

.p-view-product-images a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
}

.p-view-product-images a:hover {
  opacity: .66;
}

.p-view-product-images a:active {
  opacity: 1;
}

.p-short-description {
  line-height: 1.5;
  margin: 20px 0;
}

.p-cart-form {
  margin: 20px 0;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: '';
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__link-list {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-cart-form__link-list a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .4em;
}

.p-cart-form__price {
  font-size: 22px;
  font-weight: bold;
}

.p-cart-form__regular-price {
  font-weight: bold;
  margin-top: .5em;
}

.p-cart-form__list-price {
  font-size: 12px;
  line-height: 2;
  opacity: .7;
}

.p-cart-form__point {
  font-size: 12px;
  margin-top: 10px;
}

.p-cart-form__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__stock {
  margin-top: 10px;
}

.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
  border-color: #eaeaea;
}

.p-cart-form__option-select select:hover {
  border-color: #333;
}

.p-cart-form__password-input input {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: #000;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -2em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;

  fill: currentColor;
}

.p-cart-form__button-wrap {
  margin-top: 20px;
}

.p-cart-form__add-cart-button {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 15px;
  letter-spacing: 1px;
}

.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

.p-view-option-info {
  display: block;
  margin-top: 20px;
  padding: .4em;
  text-align: center;
}

.p-price-table {
  line-height: 1.4;
  height: auto;
  margin-top: 10px;
  transition: .2s;
  text-align: left;
}

.p-price-table.is-hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-price-table__heading-wrap {
  display: table;
  width: 100%;
}

.p-price-table__heading {
  font-size: 12px;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding: .5em;
  background: #eaeaea;
}

.p-price-table__body {
  font-size: 12px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: '';
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: .7em .5em;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body span {
  display: block;
  text-align: right;
}

.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-price-table__body li {
  padding: .7em .5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

/* LINEクーポンバナーの余白調整 */
.tgr-line-banner {
margin-top: 16px; /* 上の余白（特定商取引法との間）を調整 */
margin-bottom: 16px; /* 下の余白（商品名との間） */
text-align: center;
}

.tgr-line-banner img {
width: 100%;
height: auto;
max-width: 900px;
display: inline-block;
border-radius: 6px;
}

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
}

.p-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type='radio']:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}

.p-product-body__model {
  font-size: 12px;
  line-height: 2;
  color: #888;
}

.p-product-body__name {
  font-size: 0px;
  font-weight: bold;
  line-height: 1.4;
}

.p-product-body__share-buttons {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.p-product-body__share-buttons li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.p-product-body__review-link {
  margin: 10px 0;
}

.p-product-body__review-link span {
  font-size: 18px;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
}

.p-product-body__review-link a:hover {
  opacity: .66;
}

.p-product-body__review-link a:active {
  opacity: 1;
}

.p-product-body__price {
  font-size: 0px;
  font-weight: bold;
  clear: both;
  margin: 20px 0;
}

.p-product-body__price--discount {
  color: #f00;
}

.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}

.p-product-body__point {
  margin: 30px 0;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-product-body__description {
  font-size: 15.5px; /* ← ほんの少し大きめでスマホ特化 */
line-height: 1.9; /* ← 行間を伸ばして高級感UP */
letter-spacing: 0.02em; /* ← 字間を軽く空けると“雑誌感” */
color: #111; /* ← 黒すぎない自然なトーン */
font-weight: 400;
margin: 30px 0 0;
clear: both;
}

.p-product-body__images {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

.p-product-body__linkto-cart {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #FF0099;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-product-images {
  margin: 0 -10px 0 0;
  padding: 1px 0;
  list-style-type: none;
}

.p-product-images__image-wrap {
  border: 1px solid transparent;
}

.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-images li {
  float: left;
  box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 1px;
  padding-right: 1px;
}

.p-product-images li:nth-child(3n + 1) {
  clear: left;
}

.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;
}

.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;
}

.p-review__unit {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.p-review__unit:last-child {
  border: 0;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

.p-posted-review__image {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-posted-review__heading {
  overflow: hidden;
  margin: 0 20px 0 0;
}

.p-posted-review__title {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.p-posted-review__info {
  margin: 15px 0;
  padding: 0;
}

.p-posted-review__info li {
  display: inline;
  margin-right: 10px;
}

.p-posted-review__body {
  line-height: 1.8;
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;

  fill: currentColor;
  fill: #ddd;
}

.p-posted-review__star.is-color {
  fill: #ffdc00;
}

@media screen and (min-width: 600px) {
  .p-product-heading__unit {
    margin: 0 0 20px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
  }

  .p-cart-form__password-input input {
    font-size: 14px;
    padding: 7px 10px 8px;
  }

  .p-product-body__share-buttons {
    float: left;
  }

  .p-product-body__linkto-cart {
    padding: 12px 15px;
  }

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

  .p-review__unit {
    padding: 30px 0;
  }

  .p-review__button {
    padding: 10px 15px;
  }

  .p-posted-review__image {
    float: left;
    height: auto;
    margin: 0 30px 0 0;
  }

  .p-posted-review__title {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-large-image {
    float: left;
    width: 50%;
    margin: 0;
  }

  .p-thumbnail-list {
    float: right;
    width: 45%;
  }

  .p-view-product-images {
    float: right;
    width: 45%;
  }

  .p-short-description {
    float: right;
    width: 45%;
  }

  .p-cart-form__info {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
  }

  .p-cart-form form {
    float: right;
    width: 45%;
  }

  .p-cart-form__link-list {
    float: right;
    clear: right;
    width: 45%;
  }

  .p-product-body-inner {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p-product-wrap {
    overflow: hidden;
  }

  .p-product-heading {
    float: right;
    box-sizing: border-box;
    width: 400px;
  }

  .p-product-body {
    float: right;
    width: 100%;
    margin-right: -400px;
  }

  .p-product-body-inner {
    margin-right: 440px;
  }

  .p-large-image__image-wrap {
    border-width: 9px;
  }

  .p-thumbnail-list__image-wrap {
    border-width: 3px;
  }

  .p-view-product-images {
    display: none;
  }

  .p-product-body__linkto-cart {
    display: none;
  }

  .p-product-images__image-wrap {
    border-width: 9px;
  }

  .p-product-images li {
    width: 50%;
  }

  .p-product-images li:nth-child(3n + 1) {
    clear: none;
  }

  .p-product-images li:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 599px) {
  .p-short-description {
    display: none;
  }

  .p-product-body-inner {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
  }

  .p-product-body {
    padding: 0 20px;
  }

  .p-product-body__price {
    display: none;
  }

  .p-product-body__regular-price {
    display: none;
  }

  .p-product-body__point {
    display: none;
  }
  .c-product-list__item {
        width: 33.33333%;
        padding: 20px 5px 50px;
  }
  .c-product-list__name {
        font-size: 14px;
  }
  .c-product-list__price {
    font-size: 12px;
  }
}

.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;
}

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

.p-layout-container {
margin-top: 10px !important;
margin-bottom: 10px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.p-layout-container + .p-layout-container {
margin-top: 10px !important;
}

.row.proCol {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.row.proCol + .p-layout-container {
margin-top: 10px !important;
padding-top: 0 !important;
}

/* 見出し（青テキストの行）の余白をゼロに */
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など） */
}




/* ----- サムネイル横スクロール用（追加するもの） ----- */

/* ラッパーが横スクロールを持つ */
.p-thumbnail-scroll {
  width: 100%;
  overflow-x: auto;                    /* 横スクロールを有効にする */
  -webkit-overflow-scrolling: touch;   /* iOSの慣性スクロール */
  padding: 10px 6px;                   /* 上下の余白（必要に応じ調整） */
  box-sizing: border-box;
}

/* リストは横並び（折り返しさせない） */
.p-thumbnail-scroll .p-thumbnail-list,
.p-thumbnail-list.js-horizontal-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;          /* サムネ間の間隔 */
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

/* 各サムネ単位のサイズを固定（横スクロールで切れる） */
.p-thumbnail-scroll .p-thumbnail-list__unit,
.p-thumbnail-list.js-horizontal-scroll .p-thumbnail-list__unit {
  flex: 0 0 auto;     /* 固定幅で折り返さない */
  width: 96px;        /* PC基準のサイズ。調整したければここを変える */
  height: 96px;
  box-sizing: border-box;
}

/* 画像ラッパーの余白と枠 */
.p-thumbnail-scroll .p-thumbnail-list__image-wrap,
.p-thumbnail-list__image-wrap {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 6px;       /* サムネ内の白余白 */
  background: #fff;
  box-sizing: border-box;
}

/* 中の画像を矩形にフィットさせる */
.p-thumbnail-scroll .p-thumbnail-list__image-wrap img,
.p-thumbnail-list__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 縦横比を保ちつつ領域にフィット */
  display: block;
}

/* is-current（選択中）の強調（任意） */
.p-thumbnail-list__image-wrap.is-current {
  border-color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* 小さい画面の調整（スマホ） */
@media (max-width: 767px) {
  .p-thumbnail-scroll { padding: 8px 6px; }
  .p-thumbnail-scroll .p-thumbnail-list__unit,
  .p-thumbnail-list.js-horizontal-scroll .p-thumbnail-list__unit {
    width: 72px;
    height: 72px;
  }
  .p-thumbnail-scroll .p-thumbnail-list { gap: 8px; }
}

/* 大画面では余裕を持たせたい場合（任意） */
@media (min-width: 1280px) {
  .p-thumbnail-scroll .p-thumbnail-list__unit { width: 110px; height: 110px; }
}

/* モーダル（swipebox）表示中は下の購入系ボタンを無効化 */
body.tgr-modal-open .p-product-body__linkto-cart,
body.tgr-modal-open .p-cart-form__add-cart-button {
  pointer-events: none !important;
}

/* 念のため、ブロック中は全体もクリック無効化 */
body.tgr-click-block * {
  pointer-events: none !important;
}

#product-images {
  display: none;
}

/* 商品詳細の販売価格を強調表示 */
#cart-form .price--lg,
#cart-form .price--lg * {
font-size: 19px !important; /* ←19や20でもOK */
font-weight: 700 !important;
line-height: 1.4 !important;
color: #111 !important;
letter-spacing: 0.01em !important;
}

/* 強制的に商品詳細ページだけの価格色と太さを上書き */
.p-product-body .p-cart-form__price,
.p-product-body .p-cart-form__regular-price {
color: #000 !important; /* 黒で強調 */
font-weight: 800 !important; /* しっかり太字 */
font-size: 22px !important;
}

/* 税込など補助部分は少しトーンを落とす */
.p-product-body .p-cart-form__price small,
.p-product-body .p-cart-form__price span {
color: #444 !important;
font-weight: 700 !important;
}