@charset "UTF-8";
/* ==============================================
コマクリ　システム生成ページ用CSS
=================================================*/
h1.fs-c-heading--page {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  h1.fs-c-heading--page {
    border-bottom: none;
    padding-bottom: 60px !important;
  }
}

/* ==============================================
	## ショッピングカートパーツ（システムパーツ）
=================================================*/
@media screen and (min-width: 768px) {
  .fs-c-cartTable__headerCell {
    font-size: 1.4rem;
  }
}

.fs-c-listedProductName__name,
.fs-c-cartTable__productName__name {
  font-size: 1.4rem;
}

.fs-c-cartTable__price {
  font-size: 1.4rem;
}
.fs-c-cartTable__price .fs-c-price__value {
  white-space: nowrap;
}

.fs-c-cartTable__dataCell--point {
  font-size: 1.4rem;
}

.fs-c-cartTable__dataCell--action .fs-c-button__label {
  white-space: nowrap;
}
.fs-c-cartTable__dataCell--action .fs-c-button--plain {
  color: #000;
}
.fs-c-cartTable__dataCell--action .fs-c-button--plain:hover {
  color: #000;
}

/* ==============================================
	## FutureShop購入エリア（システムパーツ）
=================================================*/
.fs-c-purchaseHere__message p {
  text-align: center;
  font-size: 1.6rem;
}

.fs-c-button--unregisteredUserPurchase {
  color: #000 !important;
  background-color: #fff;
}
.fs-c-button--unregisteredUserPurchase:hover {
  color: #000;
}

/* ==============================================
	## 一定金額以上で送料無料告知
=================================================*/
.fs-p-flexibleColumn {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .fs-p-flexibleColumn {
    justify-content: center;
  }
}
.fs-p-flexibleColumn .fs-p-linkButton {
  border: none;
  border-radius: 0;
  display: inline-block;
  line-height: 0.9;
  padding: 0.8em 0 0.8em;
  text-align: center;
  background-color: #ebebeb;
  font-size: 1.2rem;
  color: #3c3c3c;
  width: 33%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fs-p-flexibleColumn .fs-p-linkButton {
    width: 160px;
    margin-right: 10px;
  }
}
.fs-p-flexibleColumn .fs-p-linkButton:hover {
  background: #000;
  color: #efefef;
}

/* ==============================================
	## お気に入りパーツ（システムパーツ
=================================================*/
@media screen and (min-width: 768px) {
  .fs-c-wishlistProduct {
    width: 100%;
    box-sizing: border-box;
  }
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide {
  max-width: 110px;
}
@media screen and (min-width: 768px) {
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide {
    max-width: 150px;
  }
}
.fs-c-wishlistProduct .fs-c-productListItem__image.fs-c-productImage {
  max-width: 110px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListItem__image.fs-c-productImage {
    max-width: 150px;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel {
  position: relative;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--prev {
  left: 0;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next {
  right: 0;
}

.fs-c-wishlistProduct__title {
  border: none;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .fs-c-wishlistProduct__title {
    font-size: 2rem;
  }
}

.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:after {
  content: 'お気に入りリストを見る';
  display: block;
  margin: 20px auto 0;
  width: 240px;
  padding: .8em 0;
  height: auto;
  line-height: inherit;
  font-size: 1.2rem;
  border: 1px solid #fff;
  color: #000;
  background-color: #efefef;
  max-width: 100%;
  text-align: center;
}
.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:hover:after {
  background-color: #000;
  color: #efefef;
  opacity: 1;
}
.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts .fs-c-viewAllProductsLink__label {
  margin: 20px auto 0;
  width: 240px;
  padding: .8em 0;
  height: auto;
  line-height: inherit;
  display: none;
}

/* ==============================================
	## サブ見出し
=================================================*/
.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}
.fs-c-button--plain:hover {
  color: #000;
}

/* ==============================================
	## サブ見出し
=================================================*/
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  color: #000;
}

.fs-c-button--guestPurchase {
  border: 1px solid #000;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
  width: 290px;
}
.fs-c-button--guestPurchase:hover {
  color: #000;
}

/* ==============================================
	## 注文履歴【ctm】
=================================================*/
.fs-c-orderHistoryItem__header {
  font-size: 1.4rem;
}

/* ==============================================
	## 注文履歴詳細【ctm】
=================================================*/
.fs-c-button--addReview--detail .fs-c-button__label {
  white-space: nowrap;
}

.fs-c-orderHistoryItem__productName__name {
  font-size: 1.4rem;
}

.fs-c-orderPerAddressee__heading {
  font-weight: normal;
  background-color: #000;
  padding: 10px;
}

/* ==============================================
	## 会員のレビュー【ctm】
=================================================*/
.fs-body-reviews-reviewer .fs-c-reviewList__item:first-child {
  border-top: none;
}

.fs-c-button--memberRegister,
.fs-c-button--login {
  width: 290px;
  padding: 1em 1.6em;
}

.fs-c-button--loginAndPurchase,
.fs-c-button--unregisteredUserPurchase,
.fs-c-button--purchaseHere {
  width: 290px;
  padding: 1em 1.6em;
}
@media screen and (min-width: 768px) {
  .fs-c-button--loginAndPurchase,
  .fs-c-button--unregisteredUserPurchase,
  .fs-c-button--purchaseHere {
    width: 100%;
  }
}

/* ==============================================
	## お気に入り一覧
=================================================*/
.fs-c-wishList .fs-c-productList__list {
  align-items: flex-start;
  margin-bottom: 40px;
}
.fs-c-wishList article.fs-c-productList__list__item.fs-c-productListItem {
  height: auto;
}

/* ==============================================
	## ログイン連携
=================================================*/
.fs-c-anotherLogin__button--apple text,
.fs-c-linkService--apple text {
  font-size: 12px;
  font-family: applied-button-font-1,applied-button-font-0;
}

.fs-c-linkedServiceLogin__body {
  gap: 0;
}

.fs-c-linkedServiceLogin__message p {
  text-align: center;
  font-size: 1.6rem;
}

.fs-c-linkedServiceLogin__message {
  text-align: center;
  margin-bottom: 20px;
}

.fs-c-anotherLogin__message {
  align-items: flex-start;
}

/* ==============================================
	## MYページTOP
=================================================*/
@media screen and (min-width: 600px) {
  .fs-c-accountService__page--couponList {
    flex-basis: 128px;
  }
}
@media screen and (max-width: 599px) {
  .fs-c-accountService__page--membershipCard {
    flex-basis: 48% !important;
  }
}

/* ==============================================
	## カートページ　買い物を続けるエリア
=================================================*/
.ctm_continue_shopping {
  margin-bottom: 20px;
  padding-top: 30px;
}
.ctm_continue_shopping .ttl1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ctm_continue_shopping .ttl1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .ctm_continue_shopping {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.ctm_continue_shopping .ctm_continue_shopping_list {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.ctm_continue_shopping .ctm_continue_shopping_item {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .ctm_continue_shopping .ctm_continue_shopping_item {
    width: 180px;
  }
}
.ctm_continue_shopping .ctm_continue_shopping_item a {
  display: block;
}


/* ==============================================
	## 240509 モーダル　テーブル調整
=================================================*/
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell, .fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
  padding: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.fs-c-inputTable.fs-c-inputTable--inModal  > tbody > tr {
  border: none;
}

/* ==============================================
	## 241125 ご注文手続き ボタンサイズ修正
=================================================*/
.fs-body-checkout .fs-c-button--standard {
	width:auto;
}