.fs-c-couponExpiration__list__item {
  display: none;
}

.fs-c-couponExpiration__list__item.fs-c-couponExpiration__list__item--available {
  display: block;
}

.fs-c-heading--page {
  border-bottom: none;
  color: #4b463a;
  font-size: 32px;
  font-weight: 400;
  padding: 0;
  text-align: center;
}

/* ショッピングカート */
.fs-c-cartTable__headerCell {
  background: #f7f5f0;
}

.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--subtotal {
  width: 80px;
}

.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--point {
  width: 80px;
}

.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  width: 80px;
}

.fs-p-announcement__title {
  color: #4b463a;
}

a:visited {
  color: initial;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  border-bottom: 1px solid #000;
  color: #4b463a;
  padding-bottom: 4px;
  text-align: center;
}

.fs-c-wishlistProduct .fs-c-slick .slick-slide, .fs-c-featuredProduct__list .fs-c-slick .slick-slide, .fs-c-coupon__products .fs-c-slick .slick-slide {
  padding: 0 20px;
  width: 366px;
}

@media screen and (max-width: 767px) {
  .fs-c-heading--page {
    font-size: 22px;
  }

  .fs-c-wishlistProduct .fs-c-slick .slick-slide, .fs-c-featuredProduct__list .fs-c-slick .slick-slide {
    padding: 0 4px;
    width: 27.7vw;
  }

  .fs-c-coupon__products .fs-c-slick .slick-slide {
    padding: 0 4px;
    width: 35.5vw;
  }

  .fs-c-wishlistProduct .fs-c-productPrice__main, .fs-c-featuredProduct__list .fs-c-productPrice__main, .fs-c-coupon__products .fs-c-productPrice__main {
    font-size: 10px;
  }

  .fs-c-wishlistProduct .fs-c-productListCarousel, .fs-c-featuredProduct__list .fs-c-productListCarousel, .fs-c-coupon__products .fs-c-productListCarousel {
    margin-top: 20px;
  }

  .fs-c-button--carousel {
    font-size: 3rem;
  }
}

/* ログインページ */
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
  border-bottom: 1px solid currentColor;
  color: #4b463a;
}

.fs-c-button--primary {
  background: #4b463a;
  border: 1px solid #4b463a;
}

.fs-body-login .fs-c-inputInformation__field {
  background: #f7f5f0;
}

.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field {
  background: #f7f5f0;
}

/* 会員登録 */
.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  margin: 0 auto;
}

/* 会員登録完了 */
.fs-c-couponMessage__label {
  color: #4b463a;
}

/* マイページ */
.fs-body-my-top .fs-l-account {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .fs-c-accountService {
    margin-left: 0;
  }

  .fs-c-accountService__page {
    flex-basis: auto;
    margin: 8px 0;
    width: calc(50% - 10px);
  }

  .fs-c-accountService {
    justify-content: space-between;
  }
}

/* お届け先リスト */
.fs-c-button--secondary {
  background: #4b463a;
  border: 1px solid #4b463a;
}

/* レビュー履歴 */
.fs-c-reviewStars::before {
  color: #ffbe00;
  font-size: 16px;
}

/* お気に入り */
.fs-body-my-wishlist .fs-c-productListItem__rating {
  display: none;
}

.fs-body-my-wishlist .fs-c-productListItem__viewReview {
  display: none;
}

/* 注文履歴 */
.fs-c-orderHistoryItem__unitPrice .fs-c-price__value {
  color: #837960;
}

.fs-c-history__info {
  background: #f7f5f0;
}

.fs-c-heading--section {
  color: #4b463a;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background-color: #4b463a;
}

.fs-c-orderHistoryItem__header {
  background: #f7f5f0;
}

.fs-c-orderDetailList {
  border: 1px solid #4b463a;
}

.fs-c-orderDetailList__date, .fs-c-orderDetailList__date + dd {
  background: #4b463a;
}

.fs-c-creditCardListItem.is-active {
  border-color: #4b463a;
}

.fs-c-creditCardListItem__status__label {
  color: #4b463a;
}

.fs-c-noResultMessage {
  background: #f7f5f0;
}

.vm--container.scrollable {
  z-index: 999999999;
}
