@charset: "UTF-8";


/* ----------------------------- */
/* 検索結果一覧 */
/* ----------------------------- */
/* 非表示 */
.fs-p-drawer.fs-l-sideArea {/* ドロワーメニュー上部 */
    display: none;
}
.fs-p-scrollingCartButton {/* 固定カートボタン */
    display: none;
}
.fs-c-productPrice__main__label {/* 当店特別価格 */
    display: none;
}
.fs-c-productListItem__control {/* カートに入れるボタン */
    display: none;
}

/* 全体 */
.fs-l-pageMain {
    margin: 0 auto;
}
/* 見出し */
.fs-c-heading.fs-c-heading--page {
    font-size:20px;
}
/* 並び替え */
.fs-c-sortItems__list {
    align-items: center;
}
.fs-c-sortItems {
  width: 100%;
  font-size: 16px;
}
/* ◯件表示 */
.fs-c-listControl {
    font-size: 14px;
}
/* 商品名 */
.fs-c-productListItem__productName.fs-c-productName a {
    color: #595757;
    font-size:  16px
}
.fs-c-productName__name {
    font-weight: bold;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 20px;
}
.fs-icon--cart:before {
    font-size: 20px;
}
.fs-p-scrollingCartButton__label {
    font-size: 12px;
}
/* 在庫切れ */
.fs-c-productListItem__notice {
    font-size: 14px;
    background: #666;
    color: #fff;
}
/* 画像拡大 */
.fs-c-productImageModalCarousel__figure {
    max-width: 100%;
}
.fs-c-productImageModalCarousel__figure__image {
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: fit-content;
}
.fs-c-productImageModal__close {
    top: 0;
    right: 0;
}
.fs-c-productImageModal__close::before {
    font-size: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
/* 価格 */
.fs-c-productPrice__main__price.fs-c-price {
    font-weight: bold;
    font-size: 18px;
}
.fs-c-productPrice__main__price.fs-c-price span {
    font-weight: bold;
}
.fs-c-price__currencyMark,
.fs-c-price__value,
.fs-c-productPrice__addon,
.fs-c-productPrice__addon__label {
    color: #d20000;
}
.fs-c-productPrice__addon {
    font-size: 11px;
}
.fs-c-sortItems__list__item.is-active span {
    color: #fff;
}