h2.pad_l_10.mar_b_20.txt_28.txt_fwn.bor_b_1 {
    margin: 200px auto 0;
  text-align:center;
}
.eye-chach-ection {
  margin:0 auto !important;
}
.product-section {
  max-width:1400px;
  display:block;
  margin:170px auto 0;
}
/*パンくずリスト */
.topicpath-nav .en-title{
  display:none;
}

/*アイキャッチ */
.eye-chach {
  display:flex;
  justify-content:center;
}
.eye-chach h2 {
  margin:0;
  padding: 0 20px;
  background:#FAFAD2;
}


.en-title {
  font-size:20px;
  letter-spacing:0.1em;
}
.en-title span {
  color:#ED9735;
}

/*区切り線 */
.eye-chach-ection hr {
  margin:-30px 0 50px;
}


/*該当のカテゴリーがありません */
.none-category {
  text-align:center;
}

/*ソート */
.sort {
  text-align:center;
  font-size:15px;
  
}

/*商品リストの背景 */
.product-bd {
    background-image: url(https://img21.shop-pro.jp/PA01514/079/etc_base64/YmctMQ.jpg?cmsp_timestamp=20241126155135);
    background-size: cover;
}
.product-list {
  position:relative;
  top:-15px;
  left:10px;
  background:#fff;
  text-align:left;
}
.unstyled {
    width: 1140px;
    margin: 0 auto !important;

}
.productlist-unit {
  height:345px !important;
  margin-bottom:180px;
}
.product-text {
  padding: 0 20px 20px;
  font-size:15px;
}

.product-name {
  font-size:20px;
  line-height:2.8em;
}
.product-price {
    color: #dc143c !important;
    text-align: right !important;
    font-weight: bold;
 font-size:20px;
  
}

/*商品画像 */
.show {
  width:100%;
}



/*商品詳細ボタン */
.product-link {
  margin:0 0 20px;
}
.product-link a {
  display:block;
  border-radius:30px;
  padding:10px 30px;
  border:solid 1px #2F2F2F;
  text-align:center;
}
.product-link a:hover {
  background:#2F2F2F;
  color:#fff;
}
.product-link a .fa-chevron-right {
  margin-left:20px;
}

/*ページャー */
.pager-section {
  margin:0 0 100px;
}

.pager-section .inline {
  margin-bottom:40px
}

.pager-section .inline li {
  padding-left:55px;
  padding-right:55px;
}
  
.pager-section .inline li span {
  background:transparent;
  border:none;
  color:#2F2F2F !important;
}
.pager-section　.btn:hover {
  border-bottom:solid 1px #2F2F2F;
}
.pager-section p {
  font-size:15px;
}

/*割引価格　○○％OFF */
.discount {
    font-size: 14px;
    background: #ff0000;
    color: #fff;
    position: relative;
    bottom: 6px;
    right: -100px;
    padding: 5px 10px;
}