#fs_productCarouselMainImage {
  overflow: hidden;
}
#fs_productCarouselMainImage .slick-list {
  padding: 0 !important;
  height: auto !important;
}
#fs_productCarouselMainImage .fs-c-productCarouselMainImage__image {
/*  aspect-ratio: 1 / 1;*/
  overflow: hidden;
}
#fs_productCarouselMainImage .fs-c-productCarouselMainImage__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  scale: 0.8;
}
.fs-c-productCarouselMainImage__thumbnail {
/*  aspect-ratio: 1 / 1;*/
  overflow: hidden;
}
.fs-c-productCarouselMainImage__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bordlayoutp3 .table_width640 {
  margin: auto;
}

/***商品詳細 h2***/
section#itemDetail-wrap h2 {
    background: none repeat scroll 0 0 transparent;
    border-top: 3px solid #333;
    font-size: 80%;
    text-align: center;
    font-size: 24px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    border-top: 3px solid #333;
    letter-spacing: 0.05em;
    padding: 21px 0;
    border: none;
    padding: 40px 0;
}
/***商品詳細 詰め合わせ内容テーブル***/
.bordlayoutp3 td {
    padding: 3px;
    border: 1px solid #999999;
}
.bordlayoutp3 td {
    padding: 6px;
    font-size: 14px;
    vertical-align: top;
}
.bordlayoutp3 th {
    min-width: 20%;
    width: 20%;
    padding: 6px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.bordlayoutp3 th {
    padding: 3px;
    border: 1px solid #999999;
}
section#itemDetail-wrap img {
    max-width: 100%;
    height: auto;
    width: auto;
}
/*** 商品説明 liマーカー ***/
section#itemDetail-wrap ul li, ol li {
    list-style-type: none;
}
/*** カテゴリページ 独自コメント3画像センター揃え ***/
.categorycomment_3 {
    text-align: center;
}
.fs-c-productActionButton.fs-c-buttonContainer {
  margin-bottom: 15px;
}
/*** まとめてカートに入れる 非表示 ***/
.expl {
    display: none;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}