.btnc,
a.btnc,
button.btnc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn-tag--verc {
  padding: calc(54px + 1rem) 2rem 1rem 2rem;

  color: #fff;
  border-bottom: 5px solid #db9014;
  background: #f39800;
}

a.btn-tag--verc:before {
  position: absolute;
  top: -1px;
  left: 0;

  width: 100%;
  height: 54px;

  border-radius: 0.5rem 0.5rem 0 0;
  background: #fff;
}

a.btn-tag--verc i {
  font-size: 120%;

  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  width: 100%;
  padding: 1.5rem 0;

  text-align: center;
  letter-spacing: 0;

  color: #f39800;
}

a.btn-tag--verc:hover {
  margin-top: 3px;

  border-bottom: 2px solid #db9014;
  background: #ffa50e;
}

.c-topic-path {
  display: block; /* 大枠をブロック要素に設定 */
  margin: 20px 0; /* 上下にスペースを確保 */
  padding: 0; /* 余白のリセット */
  width: 95%; /* 親要素の幅いっぱいに設定 */
  position: relative; /* 他要素とのレイヤー管理を容易に */
  z-index: 1; /* 必要ならレイヤー優先度を指定 */
}

@media screen and (max-width: 768px) {
  .c-topic-path {
    padding-left: 15px; /* スマホ時の左余白 */
  }
}


.c-topic-path__list {
  display: flex; /* 子要素を横並びに */
  flex-wrap: wrap; /* 子要素が溢れた場合は折り返し */
  padding: 0; /* リストのデフォルト余白をリセット */
  margin: 0;
  list-style: none; /* リストの点や番号を削除 */
  justify-content: flex-start; /* 子要素を左寄せ */
}

.c-topic-path__item {
  margin-bottom: 5px; /* 下方向にスペースを確保 */
}

.c-topic-path__item a {
  font-weight: bold;
  font-size: 1.2em;
  background: #EBEBEA;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px 5px 8px;
  color: #000;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
}
.c-topic-path__item a:hover {
  background: #eee; /* ホバー時の背景色 */
  color: #313131; /* ホバー時の文字色 */
}

.twitter-tweet{
  margin: 0 20px 20px;
  width: 93%;
}

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

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

.p-product-fav-item {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.p-product-fav-item button {
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.p-product-fav-item button:hover {
  color: #ff5050;
}

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

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



.p-large-image__image-wrap {
  max-width: 400px;
  border: 6px solid transparent;
}

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

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

.p-thumbnail-list__image-wrap {
  border: 2px 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: 10px;
  padding: 0 5px;
}

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

.p-view-product-images {
  text-align: right;
}

.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: 10px 0;
}

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

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  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 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 0px 0px 15px 0px;
  border-bottom: solid 3px #C0C0C0;
}

.p-cart-form__price {
  font-size: 18px;
  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 {
    /* 表示スタイルのカスタマイズ */
    font-size: 14px; /* フォントサイズの設定 */
    color: #333; /* テキストの色 */
    padding: 10px; /* 内側の余白 */
    border: 1px solid #ddd; /* ボーダーの設定 */
    border-radius: 5px; /* 角を丸くする */
    background-color: #f9f9f9; /* 背景色の設定 */
    margin-top: 15px; /* 上部の余白 */
}

/* 在庫状況が特定の条件を満たす場合の追加スタイル */
.p-cart-form__stock.in-stock {
    color: green; /* 在庫がある場合のテキストの色 */
}

.p-cart-form__stock.out-of-stock {
    color: red; /* 在庫がない場合のテキストの色 */
}

.p-cart-form__stock.limited-stock {
    color: orange; /* 限定在庫の場合のテキストの色 */
}

  .low-stock {
    background-color: #ff4c4c; /* 赤色 */
  }

  .medium-stock {
    background-color: #ffcc00; /* 黄色 */
  }

  .high-stock {
    background-color: #28a745; /* 緑色 */
  }


.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: 10px;
  line-height: 10px;
  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: #222222;
  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;
    font-weight: bold;  
    font-size: 20px;
}

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

.p-option-table table {
  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;
  background: #f2f0e9;
  padding: 3px;
  display: flex;
  justify-content: flex-end;
}

.p-product-body__name {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2em;
padding:1em 0px 1em 0px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 600px) {
  .p-product-body__name { font-size:20px }
}

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

.p-product-body__share-buttons li {
  display: inline-block;
  margin-right: 5px;
  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: 18px;
  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 {
  line-height: 1.8;
  clear: both;
  margin: 30px 0 0;
}

.p-product-body__description strong {
    font-size: 1.4em;
    font-weight: bolder;
}



.p-product-body__description h4, 
.p-product-body__description h5, 
.p-product-body__description h6 {
    font-size: 1.8em;
    font-weight: bolder;
        margin-top: 0;
      margin-bottom: 0;
}




.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: #ff8c00;

  -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: 30px 0;
  list-style-type: none;
}

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

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

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

.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_flex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

@media (max-width: 600px) {
	.p-review__unit_flex {
		display: block;
	}
}

.p-review__unit {
  width: 33.3%;
  padding: 15px 0px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

@media (max-width: 600px) {
	.p-review__unit {
      width: 100%;
		  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
	}
}

.p-review__unit:last-child {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

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



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

 

@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: 10px;
    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: 0px;
  }
}

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

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

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

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
    line-height: 1.5;
}


@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


.btn,
a.btn,
button.btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.2rem;
}

a.btn-tag {
  padding: 1px;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 100%;

  content: "";

  border-radius: 0.2rem 0.2rem 0.2rem;
}

a.btn-tag--comment {
  padding-left: calc(26px + 1rem);
  color: #fff;
  background: #111111	;
}

a.btn-tag--comment span {
  font-size: 12px;

  position: absolute;
  top: 0;
  left: 0;

  width: 30px;
  padding: 1px 0px 1px 0px;
  text-align: center;
  letter-spacing: 0;

  color: #fff;
  border-radius: 0.2rem 0rem 0rem 0.2rem;
  background: #888888;
}


/*-------optionTable------------*/
#optionTable {padding:1em 0 2em;}
[class*="optionTable"] {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	max-width: 96%;
	margin:0 auto 1em; 
 }
[class*="optionTable"] td{
	text-align:center;
}
[class*="optionTable"] td, [class*="optionTable"] th {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  text-align: center;
  padding: 0.25em;
}
[class*="optionTable"] th {	font-weight: bold;}
[class*="optionTable"] .num_last{ color:#F00;}
[class*="optionTable"]  span.num_soldout::before {
	content: "売り切れ中";
}
[class*="optionTable"]  span.option_name::before {
	content: "オプション名";
}
[class*="optionTable"]  span.num_before::before {
	content: "残り";
}
[class*="optionTable"]  span.num_after::before {
	content: "点";
}

[class*="optionTable"]  span.num_last_before::before {
	content: "ラスト";
}
[class*="optionTable"]  span.num_last_after::before {
	content: "点";
}
[class*="optionTable"] span.option_zaiko_label::before{
	content: "在庫数";
}
/*ie*/
@media all and (-ms-high-contrast: none) {
[class*='optionTable'] td, [class*='optionTable'] th {
    border-right-style: solid;
    border-right-color: #aaa;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    border-bottom-width: 1px;
}
[class*='optionTable'] {
    border-top-style: solid;
    border-top-color: #aaa;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: #aaa;   
    border-left-width: 1px;
}

[class*='optionTable'] .num_last {
    border-bottom-color: #aaa;
}
}
/*-----------------------------*/

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: 1px solid #e0e0e0; /* これが薄いグレーの罫線です */

}
.box1 p {
    margin: 0; 
    padding: 0;
}

.gray-line {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eeeeee;
    border-radius: 4px;
    margin-bottom: 8px;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.speclist_t  {width: 100%;
  padding: 10px;
}

.speclist_t  td{
padding: 10px;
}


.speclist_t  td { background:#FFFFFF ;
}  

.speclist_t  th {background: #eee;
  width: 30%;
}


blockquote {
    position: relative;
    padding: 10px 15px 10px 10px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 100%; /* 幅を100%に設定 */
    margin-left: 0; /* 左マージンをなしに設定 */
    margin-right: 0; /* 右マージンをなしに設定 */
}

blockquote:before{
    display: inline-block;
    position: absolute;
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


.rounded-square {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: left;
}

.rounded-square h3 {
    cursor: pointer;
    font-size: 1em;
    color: #333;
    margin-bottom: 10px;
}

.rounded-square p {
    font-size: 0.9em;
    line-height: 1.6;
    color: #666; 
}
  .c-product-list-p__item {
    width: 33.33333%;
    padding-top: 40px;
  }

  .c-product-list-p__item:nth-child(3n) {
    border-right: 0;
  }

  .c-product-list-p__item:nth-child(3n + 1) {
    clear: both;
  }

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color:rgba(255,255,255,1);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  background-color: #fff;
  padding: 5px;
  width: 170px;
  height: 170px;
  background-color:rgba(255,255,255,1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    background-color: #fff;
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

.p-cart-form_tag30 {
    background-color: #f5f5f5; /* 落ち着いたライトグレー */
    color: #333; /* モダンな濃い文字色 */
    padding: 10px 0; /* 縦の余白を確保 */
    border-radius: 6px; /* 柔らかい角丸 */
    font-weight: 600; /* 適度な太さ */
    font-size: 16px; /* 読みやすいフォントサイズ */
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
    width: 100%; /* 幅いっぱいに広げる */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* 軽い影で自然な立体感 */
    margin-bottom: 20px; /* 下にスペースを追加 */
    border: 1px solid #ddd; /* やわらかな境界線 */
}

.p-cart-form_tag30::before {
    content: "★"; /* アイコン */
    color: #ff6b6b; /* 明るいアクセントカラー（赤系） */
    margin-right: 8px; /* アイコンと文字の間隔 */
    font-size: 18px; /* アイコンサイズを文字より少し大きめに */
}

.p-cart-form_tag24 {
    display: block;
    color: #fff; /* 白文字 */
    background-color: #0073e6; /* シンプルな青色 */
    font-size: 14px; /* コンパクトで読みやすいサイズ */
    font-weight: 600; /* 適度な太さ */
    padding: 10px 0; /* 縦の余白 */
    margin: 0 0 20px 0; /* 下にスペース */
    text-align: center; /* テキスト中央揃え */
    text-decoration: none; /* 装飾を排除 */
    border-radius: 4px; /* 控えめな角丸 */
    border: 1px solid #005bb5; /* 境界線で視認性をアップ */
}



.flex_test-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    align-items:stretch;        /* 縦の位置指定 */
}

.recommendationbox {
	display: flex;
	flex-wrap: wrap;
}
.recommendation {
	margin-left: 20px;
}
@media screen and (min-width: 1001px){
	.recommendation:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 751px){
	.recommendation:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 750px){
	.recommendationbox {
		justify-content: space-between;
	}
	.recommendation {
		margin-left: 0;
	}
}

.poster_notification_btn {
      font-size: 0.8em;
}
  
/* レビューユニット全体のスタイル */
.p-review__unit_flex {
  display: flex;
  flex-wrap: wrap;
  border: 15px solid #ebebe6; /* 15pxのボーダーを追加し、ボーダーの色を指定 */
}


/* レビューユニットのスタイル */
.p-review__unit {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  width: 33.33%; /* 幅を33.33%に設定 */
  box-sizing: border-box; /* ボックスサイジングをボーダーボックスに設定 */
}

/* レビューボタンのスタイル */
.p-review__button {
  padding: 10px 15px;
}

/* レビュー画像のスタイル */
.p-posted-review__image {
  float: left;
  height: auto;
  margin: 0 0 15px 0;
}

/* タイトルのスタイル */
.p-posted-review__title {
  display: block;
  margin: 15px 0 0 0;
  clear: both;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
  font-size: 1.3em;
  font-weight: bold;
}

/* レビュー全体のスタイル */
.p-posted-review {
  margin: 0 10px; /* 上下0、左右10px */
}

/* レビュー画像のスタイル */
.p-posted-review__image {
  display: block;
  max-width: 100%;
  margin: 0 0 15px 0;
  clear: both;
}

/* 情報を3カラムで並べる */
.p-posted-review__info {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

/* レビュー情報のスタイル */
.p-posted-review__info {
  margin: 15px 0;
  padding: 0;
}

.p-posted-review__info li {
  flex: 1;
  font-weight: bold;
  color: #696969;
  background: #FFF;
  border-radius: 10px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  border-right: 1px solid #eaeaea;
  margin: 0;
  padding: 0.5em 1em;
}


/* レビュー本文のスタイル */
.p-posted-review__body {
  margin: 15px 0;
  line-height: 1.5;
  overflow: hidden;
  clear: both;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .p-posted-review__body {
    margin: 15px 0;
    line-height: 1.5;
    overflow: hidden;
    clear: both;
  }
}

/* 星アイコンのスタイル */
.p-posted-review__star {
  width: 35px;
  height: 35px;
  vertical-align: -.2em;
  fill: currentColor;
  fill: #ddd;
}

/* 星アイコンのカラー指定 */
.p-posted-review__star.is-color {
  fill: #ffdc00;
}

.p-posted-review__star:after {
  content: "";
  display: block;
  clear: both;
}

/* 星評価のスタイル調整 */
#cart-average-rating svg {
    width: 24px !important;
    height: 24px !important;
    fill: #ffdc00 !important;
}



/* 画面幅が600px以上の場合のスタイル */
@media screen and (min-width: 600px) {
  .p-product-heading__unit {
        margin: 120 0 200px;
    border: 1px solid #eaeaea;
  }
}
@media screen and (max-width: 600px) {
  /* スマートフォンの幅に対するスタイルをここに記述 */
  .p-review__unit {
    width: 100%; /* 幅を100%に設定して1カラムにする */
    border-right: none; /* 右のボーダーを削除 */
  }
}

/* スマートフォン用のナビゲーションスタイル */
@media screen and (max-width: 767px) {
    /* ナビゲーションを下に移動 */
    .c-pager {
        display: block;
        text-align: center;
        margin-top: 20px; /* 適切なマージンを設定してください */
    }

    .c-pager__list {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .c-pager__list-item {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .c-pager__link {
        display: inline-block;
        margin: 0;
        padding: 5px 10px;
    }
}



.alert {
    background-color: #f8d7da;
    color: #721c24;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    position: relative;
    font-size: 0.9em;
}

.alert a {
    color: #721c24;
    text-decoration: underline;
}

.alert a:hover,
.alert a:focus {
    color: #491217;
    text-decoration: none;
}


.coupon {
    border: 1px solid black;
    padding: 10px;
    margin: 20px 0;
}
.review-points-notice {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px;
    border-radius: 5px;
    text-align: left;
}

.review-points-notice h3 {
    font-size: 1em;
    color: black;
    margin-bottom: 10px;
}

.review-points-notice p {
    font-size: 0.9em;
    line-height: 1.6;
    color: #666; 
}

.review-points-notice b {
      font-size: 1em;
    color: black;
}

.review-link {
    display: none;
}
.review-links {
    display: none;
}


.cartjs_product_table {
  display: none;
}

.c-product-info__price--discount {
    color: red; 
}

.related-keywords__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333; /* 黒色のテキスト */
}


  .p-custom-layout-container {
    border: 1px solid #ccc; /* 枠線をグレーに設定 */
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden; /* オーバーフローを制御 */
  }

  .c-custom-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-custom-product-list__item {
    width: calc(50% - 10px); /* アイテムの幅を調整 */
    margin-bottom: 20px;
    border: 1px solid #ccc; /* アイテムの枠線をグレーに設定 */
    box-sizing: border-box;
  }

  .c-custom-product-list__image-wrap {
    display: block;
    text-align: center;
  }

  .c-custom-product-list__image-wrap img {
    max-width: 100%;
    height: auto;
  }

  .c-custom-product-list__name {
    display: block;
    text-align: center;
    color: #333; /* テキストの色を設定 */
    text-decoration: none;
    padding: 10px;
  }

  /* タブレット用のスタイル */
  @media (max-width: 768px) {
    .c-custom-product-list__item {
      width: calc(50% - 10px); /* アイテムの幅を調整 */
    }
  }

  /* スマートフォン用のスタイル */
  @media (max-width: 480px) {
    .c-custom-product-list__item {
      width: calc(50% - 10px); /* アイテムの幅を調整 */
    }
  }

.twitter-embed-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

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

/* スマホ用のスタイル調整 */
@media (max-width: 768px) {
    .video-container {
        padding-bottom: 75%; /* アスペクト比を調整（高さを少し大きくする） */
    }
}


.recipes {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.recipes h2 {
    color: #4682b4;
    border-bottom: 2px solid #4682b4;
    padding-bottom: 5px;
    margin-top: 20px;
}

.recipes h3 {
    color: #b22222;
    margin-top: 20px;
}

.recipes ul {
    margin: 10px 0;
    padding-left: 20px;
}

.recipes ul li {
    margin-bottom: 5px;
}

.recipes ol {
    margin: 10px 0;
    padding-left: 20px;
}

.recipes ol li {
    margin-bottom: 5px;
}

.c-product-info__price--sale {
  color: #ff6600; /* オレンジ色 */
  font-weight: bold;
}

.c-product-info__price-label {
  font-weight: bold;
  margin-right: 5px;
}

.p-cart-form__shipping-message {
    margin-top: 10px;
    color: red;
    font-weight: bold;
  }

.product-description h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-description ul {
    list-style-type: disc;
    padding-left: 20px;
}

.product-description ul li {
    margin-bottom: 5px;
}

.purchase-limit {
    background-color: #ffeb3b;
    border: 2px solid #f57c00;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
    text-align: center;
}

.purchase-limit p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

c-product-list__button {
  background-color: #f0f0f0; /* ボタン以外の背景色をグレーに設定 */
  padding: 15px; /* 余白を追加してデザインを整える */
  border-radius: 5px; /* 角を丸くする */
}

.c-product-list__button .c-button {
  background-color: transparent; /* ボタン自体の背景を透明に設定 */
  color: #333; /* ボタン文字色を設定 */
  border: none; /* ボーダーを削除 */
}

.c-product-list__button .c-button:hover {
  background-color: #e0e0e0; /* ホバー時に薄いグレーに変更 */
}

.c-review-count {
    /* 既存のスタイル */
    margin-top: 15px; /* 上のマージンを15px追加 */
}

.refined-section-heading {
  margin: 20px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.refined-section-heading--title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  text-align: center;
  word-break: break-word;
  max-width: 90%;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .refined-section-heading--title {
    font-size: 1rem;
  }

  .refined-section-heading {
    margin: 15px 0;
  }
}

/* 関連キーワードのリスト */
.c-topic-path__list_ex {
    list-style: none; /* リストマーカー（「・」）を削除 */
    padding: 0; /* デフォルトのパディングをリセット */
    margin: 0; /* デフォルトのマージンをリセット */
    display: flex; /* 横並びにする */
    flex-wrap: wrap; /* アイテムが溢れた場合に折り返す */
    gap: 10px; /* アイテム間のスペース */
    justify-content: center; /* 中央揃え */
}

/* 関連キーワードのリンクを白黒ボタン風にスタイリング */
.c-topic-path__item_ex a {
    display: inline-block; /* インラインブロックに設定 */
    padding: 10px 20px; /* 内側の余白を設定 */
    background-color: #ffffff; /* ボタンの背景色を白に設定 */
    color: #000000; /* 文字色を黒に設定 */
    border: 2px solid #000000; /* ボーダーを黒に設定 */
    border-radius: 5px; /* 角を丸くする */
    text-decoration: none; /* 下線を削除 */
    font-size: 1em; /* フォントサイズを設定 */
    transition: background-color 0.3s ease, color 0.3s ease; /* ホバー時のトランジション */
    box-shadow: none; /* ボックスシャドウを削除 */
}

/* ホバー時のスタイル */
.c-topic-path__item_ex a:hover {
    background-color: #000000; /* 背景色を黒に変更 */
    color: #ffffff; /* 文字色を白に変更 */
    /* 影を付けないため、box-shadowは設定しない */
}

.btn--email-remind {
  display: block;
  text-align: center;
  background: #0073aa;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  margin-top: 10px;
  border-radius: 4px;
  text-decoration: none;
}
.btn--email-remind:hover {
  background: #005f8d;
}

.bt-price-normal { color: #000; font-weight: bold; }
.bt-price-sale { color: #c00; font-weight: bold; }
.bt-price-soldout { color: #999; font-weight: bold; }

#rcmd_pepabo_personalized_recommend .slick-dots,
#rcmd_pepabo_ranking .slick-dots,
#rcmd_pepabo_personalized_recommend .rcmd-swiper-pagination,
#rcmd_pepabo_ranking .rcmd-swiper-pagination,
#rcmd_pepabo_personalized_recommend .swiper-pagination,
#rcmd_pepabo_ranking .swiper-pagination {
  display: none !important;
}



.admin-edit-icon {
  display: none;
  margin-left: 6px;
  font-size: 14px;
  color: #e67e22;
  text-decoration: none;
}
.admin-edit-icon:hover {
  color: #c0392b;
}