/* 商品ページ：商品マーク */
.product_tx_wrapper .fs-c-productMarks {
  margin-bottom: 5px !important;
}
/* 商品ページ：キャッチコピー */
h1 .fs-c-productNameHeading__copy {
  font-size: 1.6rem;
  color: #999999;
}
.fs-p-productDescription--short {
  font-size: 1.6rem;
  color: #999999;
}
/* 商品ページ：商品名 */
h1 .fs-c-productNameHeading__name {
  font-size: 2.5rem;
}
/* 商品ページ：商品番号 */
.fs-c-productNumber {
  margin-bottom: 5px !important;
}
/* 商品ページ：商品説明（大） */
.fs-p-productDescription--full {
  margin: 10px 0;
}
/* 商品ページ：商品価格 */
.fs-c-productPrices {
  margin-top: 15px;
}
.fs-c-productPrice {
  margin-bottom: 7px !important;
}
.fs-c-productPrice--member {
  color: #e82929 !important;
}
.fs-c-productPrice--member .fs-c-productPrice__main__label {
  font-size: 1.5rem !important;
}
.fs-c-price__value {
  padding-left: 5px;
}
/* 商品ページ：ポイント */
.fs-c-productPointDisplay {
  margin-bottom: 27px !important;
}
/* 商品ページ：商品画像 */
.fs-c-productMainImage,
.fs-c-productThumbnail {
  text-align: center;
  width: auto !important;
  min-height: 100px !important;
  max-width: 400px !important;
  max-height: 400px !important;
}
.fs-c-productMainImage .fs-c-productMainImage__image img {
  width: auto !important;
  max-height: 400px !important;
}
/* 商品マーク：ステータス */
.mark_new,
.mark_sale,
.mark_sameday {
  color: #555 !important;
  font-weight: normal !important;
  background-color: #ffef00 !important;
}
/* 商品マーク：メーカー */
.mark_ohsawa,
.mark_muso,
.mark_soukensha,
.mark_kenkofoods,
.mark_fancl {
  color: #555 !important;
  font-weight: normal !important;
  background-color: #eaeaea !important;
}
/* 商品マーク：原材料 */
.mark_yukijas,
.mark_no-suger,
.mark_not-use-animal-raw,
.mark_not-use-flour {
  color: #555 !important;
  font-weight: normal !important;
  background-color: #d3e3ff !important;
}
/* 商品マーク：レシピ */
.mark_recipe {
  color: #555 !important;
  font-weight: normal !important;
}
/* 検索一覧：画像上下余白 */
.fs-c-productList__list form {
  text-align: center;
}
.fs-c-productList__list .fs-c-productListItem__imageContainer {
  display: inline-block;
  height: 245px;
  vertical-align: middle;
}
.fs-c-productList__list .fs-c-productListItem__image,
.fs-c-productList__list .fs-c-productImage {
  display: table-cell;
  height: 245px;
  vertical-align: middle;
}
.fs-c-productListItem__image__image,
.fs-c-productImage__image {
  height: auto;
  max-height: 245px;
}
/* 検索一覧：キャッチコピー */
.fs-c-productName .fs-c-productName__copy {
  padding-bottom: 5px;
  font-size: 0.6em;
}
.fs-c-productName .fs-c-productName__name {
  color: #363636;
  font-size: 0.7em;
}
/* 検索一覧：商品マーク上余白 */
.fs-c-productList__list__item .fs-c-productMarks {
  padding-top: 10px;
}

/* タブレットサイズ以上に適用 */
@media screen and (min-width: 768px) {
  /* TOP > 人気ランキング：画像上下余白 */
  .rankinglist .item .image {
    display: table-cell !important;
    height: 220px !important;
    vertical-align: middle !important;
  }
  .rankinglist .item .image img {
    width: 80% !important;
    max-height: 220px !important;
    height: auto !important;
  }
  /* TOP > 最近チェックした商品：画像上下余白 */
  .history-section .swiper-wrapper .swiper-slide a {
    font-size: 15px !important;
  }
  .history-section .swiper-wrapper .swiper-slide .image {
    display: table-cell !important;
    height: 170px !important;
    vertical-align: middle !important;
  }
  .history-section .swiper-wrapper .swiper-slide .image img {
    width: 80% !important;
    max-height: 170px !important;
    height: auto !important;
  }
  .history-section .swiper-wrapper .swiper-slide .productName {
    display: block;
    margin-top: 10px !important;
  }
}