hr {
  border-top: 1px dashed #464E5A;
}

.product-image {
  z-index: 1;
}
.product-image img:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  filter: brightness(95%);
  transition: all 0.3s;
}
@media (min-width: 481px) {
.product-spec-block {
  margin-top: 50px;
}
}
.product-cart-init-num input:active {
  transform: none;
}

/* slick */
.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
  	padding: 2px;
}

.slick-slide img {
    height: inherit;
}

.item-images {
  	margin-bottom: 20px;
}

.item-images .slick-track {
  height: 360px;
}

.item-thumbnails {
  margin: 15px;
}
.item-thumbnails .slick-track {
    display: flex;
}

.item-thumbnails .slick-active {
    opacity: .8;
  margin: 0 10px 0 0;
}
.item-thumb {  
  border: 1px solid;
  border-radius: 5px;
}

.slick-next {
    right: -15px !important;
  	z-index: 1;
}

.slick-prev {
    left: -15px !important;
  	z-index: 1;
}

/* zoom */
.cursorshade {
    background: #000 !important;
    opacity: .1 !important;
    border: 1px solid #000000 !important;
}

/* 年齢確認 */
.age-verify {
  color: #FFF;
  text-align: center;
  background-color: #000;
  width: 100%;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-size: 1.5em;
}

/* ポイント表示 */
.point {
  color: #b12704;
}

/* ポイント詳細表示 */
a.point-detail {
  text-decoration: none;
  color: #007185;
}
a.point-detail:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 75%;
}

/* 在庫数表示 */
.stock_disp {
  color: #b12704;
  font-weight: bold;
}

/* 数量選択欄 */
.product-cart-init-num {
  float: left;  
  -webkit-appearance: auto;
  border: 1px solid #ccc;
  height: 100%;
  width: 80%;
  border-radius: 5px;
  padding: 5px;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #333;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}

/** customized **/
.sticky-box > div {
  position: sticky;
  bottom: 0;
}

.product-image {
    margin-bottom: 30px;
}

table.amount {
  margin-bottom: 0;
}

table.amount th, table.amount td {
  padding: 15px 8px;
}

.thumb {
  max-height: 150px;
}

.product-order-exp {
  margin-top: 30px;
}

ul.row.custom-thumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .sticky-box > div {
    top: 60px;
  }
}

@media only screen and (max-width: 480px) {
  ul.row.custom-thumb li img {
    max-height: 130px;
  }
  
  ul.row.custom-thumb li {
    display: flex;
    align-items: center;
    min-width: 100px;
  }
  
  ul.row.custom-thumb li a {
    margin: auto;
  }
  
  .product-order-exp {
    font-size: 1.1em;
  }
  
  .sticky-box > div {
    position: relative;
    top: unset;
  }
  
  .thumb {
    max-height: unset;
  }
  
  .product-spec-table {
    margin-top: 20px;
  }
  
  .product-order-exp {
    margin-top: 0;
  }
}

/* 休業案内 */
.closed-info{
	display: block;
	border-radius: 5px;
	padding: 10px;
	background-color: #00000008;
  border: 2px solid #00000008;
}
/* ポイント案内 */
.point-info{
	display: block;
	border-radius: 5px;
	padding: 10px;
	background-color: #00000008;
  border: 2px solid #00000008;
}
a.point-info-btn {
	display: inline-flex;
	border-radius: 5px;
    padding: 10px;
	color: #fff;
	background-color: #bb0000;
	transition: .2s;
	text-decoration: none !important;
  	outline: none;
}
a.point-info-btn:hover {
	opacity: 75%;
}

/* ギフト商品注意文 */
.gift-info{
	display: inline-flex;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	background-color: #b7a172;
}

/* 関連商品リストの設定 */
.relation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.productlist-unit {
  width: calc(16.6666667% - 5px); /* 商品の幅（6列表示） */
  background-color: #fafafa;
  text-align: center;
  font-size:12px;
  margin-bottom:5px;
  margin:0px;
}
.wb-k-a {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 行数制限（3行表示） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 「さらに表示する」ボタンのスタイル */
.morelink {
  margin: 10px auto;
  background-color: #b7a172;
  border: 2px solid #9c8970;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  cursor: pointer;
}
.morelink:hover {
  opacity: 0.75;
}
@media only screen and (max-width:768px) {
  .productlist-unit {
  width: calc(33.3333333% - 5px); /* 商品の幅（3列表示） */
}
}

/* お気に入りアイコンのスタイル */
.product__fav-item {
  text-align: right;
  margin-left: 10px;
}
.product__fav-item button {
  padding: 5px;
  cursor: pointer;
  transition: .2s;
  color: #999; /* offハート色 */
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item .fav-items {
  color: #ff7373; /* onハート色 */
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
.product-list__fav-items {
  display: none;
}
.fav-icon_right {
  position: absolute;
  right: 10px;
}

/* クーポンボタンのスタイル */
.coupon_code {
  background-color: #d00000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 2px solid #b00000;
  padding: 1em;
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.coupon_code:hover {
  background-color: #c00000;
  border: 2px solid #a00000;
}
.coupon_code-logout {
  background-color: #d0000020;
  text-align: center;
  border: 2px solid #b0000020;
  padding: 1em;
  border-radius: 25px;
  filter: grayscale(100%);
}

/* レビューレーティング */
  .stars::before {
    content: "★★★★★";
    color: #de7021;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
  }
  .stars[review-rating="1"]::before { content: "★☆☆☆☆"; }
  .stars[review-rating="2"]::before { content: "★★☆☆☆"; }
  .stars[review-rating="3"]::before { content: "★★★☆☆"; }
  .stars[review-rating="4"]::before { content: "★★★★☆"; }
  .stars[review-rating="5"]::before { content: "★★★★★"; }
  .stars {
  }
/* レビューリスト */
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
}
.review_poster li {
  float: left;
}
.reviewlist {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

/* モーダルzoom表示 */
  body.modal-open-zoom {
    overflow: hidden;
  }
  .modal-overlay-zoom {
    position: fixed;
    top: 0;
		left: 0;
    width: 100vw;
		height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .modal-content-zoom {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
    background: #fff;
  }
.zoom-wrapper {
  aspect-ratio: 1 / 1;
  max-height: 80vh;
  cursor: grab;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  touch-action: none;
  position: relative;
  overflow: hidden;
}
@media (min-width: 481px) {
  .zoom-wrapper {
    height: 80vh;
  }
}
@media (max-width: 480px) {
  .zoom-wrapper {
    width: 95vw;
  }
}
.zoom-wrapper.dragging {
  cursor: grabbing;
}
.modal-content-zoom img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.modal-content img.zoomed {
  transform: scale(2);
  cursor: zoom-out;
}
  .modal-close-zoom {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
  }

/* zoom */
	.zoomimg {
		cursor: zoom-in;
	}
.zoom-container {
  position: relative;
  display: inline-block;
}
.shade {
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(0, 0, 0, 0.2); /* 半透明の暗さ */
  pointer-events: none; /* クリック透過 */
  display: none;
  z-index: 10;
}
.zoom-preview {
  position: absolute;
  bottom: 0 !important;
  left: 75%;
  width: 360px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
	background-color: #fff;
  border: 1px solid #ccc;
  display: none;
	z-index: 1;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.zoom-preview img {
  position: absolute;
  transform: scale(2);
  transform-origin: top left;
  pointer-events: none;
}