@charset "UTF-8";
/*  update 20210330
-----------------------------------*/
/* =============================================
  ## オリジナルボタン設定
============================================= */
.btn_viewmore a {
  background-color: #fff;
}

/* =============================================
 ###　基本ボタン設定
============================================= */
.fs-c-button--primary {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 18px 0;
  width: 100%;
  border: none;
  border: 1px solid #666;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .fs-c-button--primary {
    font-size: 1.3rem;
  }
}
.fs-c-button--primary:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

.fs-c-button--secondary {
  display: block;
  border: 1px solid #cccccc;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 18px 0;
  width: 100%;
  line-height: 1em;
}
@media screen and (min-width: 600px) {
  .fs-c-button--secondary {
    max-width: 325px;
  }
}
.fs-c-button--secondary:hover {
  background-color: #f8f8f8;
}
.fs-c-buttonContainer--sendVerificationCode .fs-c-button--secondary {
  color: #000;
}

.fs-c-button--standard {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
  font-size: 1.2rem;
  background-color: #fff;
  line-height: 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--standard {
    width: 325px;
    padding: 15px 0;
  }
}
.fs-c-button--standard:hover {
  background-color: #f8f8f8;
}

.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #452B22;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--plain {
    padding: 0;
  }
}
.fs-c-button--plain:hover {
  background-color: #f8f8f8;
}

.fs-c-button--change--small {
  padding: 15px 0;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #cccccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--change--small {
    font-weight: normal;
    width: 200px;
    padding: 15px 0;
  }
}
.fs-c-button--change--small:hover {
  background-color: #f8f8f8;
}

/* =============================================================================
============================================================================= */
.fs-c-button--particular.fs-c-button--displayPassword::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  font-family: 'fs-icon';
  content: "\e918";
  font-size: 1.8rem;
  line-height: 1;
}

.fs-c-button--particular.fs-c-button--hidePassword::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  font-family: 'fs-icon';
  content: "\e917";
  font-size: 1.8rem;
  line-height: 1;
}

/* =============================================
 ###　個別設定
============================================= */
/* --------------------------------------------
  ##　拡大画像ボタン
---------------------------------------------- */
.fs-c-productMainImage__expandButton {
  text-align: right;
}

/* --------------------------------------------
  ##　拡大画像ボタン
---------------------------------------------- */
.fs-c-button--viewExtendedImage {
  text-align: right;
}
.fs-c-button--viewExtendedImage img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 600px) {
  .fs-c-button--viewExtendedImage img {
    width: 48px;
    height: 48px;
  }
}

/* --------------------------------------------
  ##　ログインせず購入
---------------------------------------------- */
.fs-c-button--guestPurchase {
  display: block;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  text-align: center;
  padding: 23px 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--guestPurchase {
    width: 325px;
    padding: 15px 0;
    margin: 0 auto;
  }
}
.fs-c-button--guestPurchase:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* --------------------------------------------
  ##　myページTOP
---------------------------------------------- */
.fs-c-button--myPageTop {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #cccccc;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  margin-right: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--myPageTop {
    max-width: 325px;
  }
}
.fs-c-button--myPageTop:hover {
  background-color: #f8f8f8;
}

/* --------------------------------------------
  ##　注文履歴詳細を見る
---------------------------------------------- */
.fs-c-button--viewOrderHistoryDetail {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #666;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--viewOrderHistoryDetail {
    font-size: 1.3rem;
    width: 228px;
  }
}
.fs-c-button--viewOrderHistoryDetail:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* --------------------------------------------
  ##　申込み履歴詳細を見る
---------------------------------------------- */
.fs-c-button--viewSubscriptionDetail {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #666;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--viewSubscriptionDetail {
    font-size: 1.3rem;
    width: 228px;
  }
}
.fs-c-button--viewSubscriptionDetail:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* --------------------------------------------
  ##　お気に入りに登録する
---------------------------------------------- */
.fs-c-button--addToWishList--detail {
  background-color: transparent;
  font-weight: normal;
  margin-left: 0;
  width: auto;
}
.fs-c-button--addToWishList--detail span {
  display: block;
  position: relative;
  text-indent: -9999em;
  color: #452B22;
  width: 13px;
  height: 13px;
}
.fs-c-button--addToWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/heart.svg);
  margin-right: 5px;
  transform: translateY(3px);
}
.fs-c-button--addToWishList--detail:hover {
  text-decoration: none;
}
.fs-c-button--addToWishList--detail:hover span {
  color: #000;
}
.fs-body-product .fs-c-button--addToWishList--detail {
  font-weight: 400;
  font-size: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.fs-body-product .fs-c-button--addToWishList--detail span {
  width: auto;
  height: auto;
  text-indent: 0;
}
.fs-body-product .fs-c-button--addToWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/heart.svg);
  margin-right: 5px;
  transform: translateY(6px);
}
@media screen and (min-width: 600px) {
  .fs-body-product .fs-c-button--addToWishList--detail span:before {
    width: 20px;
    height: 20px;
  }
}

/* --------------------------------------------
  ##　お気に入りを解除する
---------------------------------------------- */
.fs-c-button--removeFromWishList--detail {
  background-color: transparent;
  font-weight: normal;
  margin-left: 0;
  width: auto;
}
.fs-c-button--removeFromWishList--detail span {
  display: block;
  position: relative;
  text-indent: -9999em;
  color: #452B22;
  width: 13px;
  height: 13px;
}
.fs-c-button--removeFromWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/favdone_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(3px);
}
.fs-c-button--removeFromWishList--detail:hover {
  text-decoration: none;
}
.fs-c-button--removeFromWishList--detail:hover span {
  color: #000;
}
.fs-body-product .fs-c-button--removeFromWishList--detail {
  font-weight: 400;
  font-size: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.fs-body-product .fs-c-button--removeFromWishList--detail span {
  width: auto;
  height: auto;
  text-indent: 0;
}
.fs-body-product .fs-c-button--removeFromWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/favdone_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(6px);
}
@media screen and (min-width: 600px) {
  .fs-body-product .fs-c-button--removeFromWishList--detail span:before {
    width: 20px;
    height: 20px;
  }
}

/*再入荷お知らせ*/
/*商品についてのお問い合わせ*/
.fs-c-button--inquiryAboutProduct {
  vertical-align: top;
  background-color: transparent;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: block;
  border-radius: 0;
  text-align: left;
}
.fs-c-button--inquiryAboutProduct span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
  color: #452B22;
}
.fs-c-button--inquiryAboutProduct span:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/mail.png);
  position: absolute;
  left: 0;
  top: 0;
}
.fs-c-button--inquiryAboutProduct .fs-c-button__label {
  position: relative;
}
.fs-c-button--inquiryAboutProduct:hover {
  background-color: transparent;
}
.fs-c-button--inquiryAboutProduct:hover span {
  color: #000;
}

/*すべてのレビューを見る*/
.fs-c-productReview__allReviews a {
  text-align: left;
}
.fs-c-productReview__allReviews a:hover {
  background-color: transparent;
}
.fs-c-productReview__allReviews a:hover span {
  color: #000;
}
.fs-c-productReview__allReviews span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
  color: #452B22;
  white-space: nowrap;
}
.fs-c-productReview__allReviews span:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/review-view.svg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

/*レビューを書く*/
.fs-c-button--addReview--detail {
  background-color: transparent;
  font-weight: normal;
  margin-left: 0;
  width: auto;
  display: inline-block;
  padding: 0;
}
.fs-c-button--addReview--detail span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
  color: #452B22;
  white-space: nowrap;
}
.fs-c-button--addReview--detail span:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://seika.itembox.design/item/libs/img/common/icon/review-entry.svg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.fs-c-button--addReview--detail:hover {
  text-decoration: none;
  background-color: transparent;
}
.fs-c-button--addReview--detail:hover span {
  color: #000;
}

/*戻る*/
.fs-c-button--back {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  position: relative;
}
.fs-c-button--back:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*戻る ボタンコンテナ*/
.fs-c-buttonContainer--back {
  justify-content: flex-start;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--back {
    margin-left: 0;
    margin-right: 0;
  }
}

/*変更*/
.fs-c-button--changeInfomation {
  color: #fff;
  background-color: #666;
  padding: 11px 3em;
  width: auto;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%;
}
.fs-c-button--changeInfomation:hover {
  opacity: .8;
}

/*削除*/
.fs-c-button--delete {
  background-color: #fff;
  padding: 11px 3em;
  width: 50%;
  font-size: 1.2rem;
  font-weight: normal;
  border: 1px solid #cccccc;
  white-space: nowrap;
}

.fs-c-button--addToAddressbook {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.4rem;
  background-color: #666;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .fs-c-button--addToAddressbook {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-c-button--addToAddressbook:hover {
  opacity: .8;
}

/*レビューを見る*/
.fs-c-button--viewReview {
  font-size: 1.2rem;
  padding: 10px 2em;
  width: auto;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.fs-c-button--viewReview:hover {
  background-color: #f8f8f8;
}

/*カートから削除*/
.fs-c-button--cancel--cart {
  font-weight: normal;
  margin-left: 0;
  width: calc(50%);
  display: inline-block;
}
.fs-c-button--cancel--cart span {
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  white-space: nowrap;
}
.fs-c-button--cancel--cart .fs-c-button__label {
  display: block;
  position: relative;
}

/*あとで買う*/
.fs-c-button--buyItLater {
  font-weight: normal;
  margin-left: 0;
  display: inline-block;
  padding: 0;
  width: calc(50%);
}
.fs-c-button--buyItLater span {
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  white-space: nowrap;
}
.fs-c-button--buyItLater .fs-c-button__label {
  display: block;
  position: relative;
}

/*お気に入りへ*/
.fs-c-wishlistProduct__viewAllProducts {
  display: none;
  width: auto;
  background-color: #fff;
  color: #452B22;
  border: 1px solid #666;
  position: relative;
  font-size: 1.3rem;
  box-sizing: border-box;
  width: 62%;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .fs-c-wishlistProduct__viewAllProducts {
    width: 228px;
    padding: 15px 0;
  }
}
.fs-c-wishlistProduct__viewAllProducts:hover {
  background-color: #452B22;
  color: #fff;
}

/*買い物を続けるボタン*/
.fs-c-button--continueShopping:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3px;
}

/*お届け先リストから選ぶ*/
.fs-c-button--chooseDestination {
  width: 100%;
  padding: 15px;
  font-size: 1.3rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--chooseDestination {
    font-weight: normal;
    width: auto;
    padding: 15px 20px;
  }
}
.fs-c-button--chooseDestination:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*カード情報を入力する*/
.fs-c-button--inputCreditCardData {
  background-color: #666;
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  border: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--inputCreditCardData {
    font-size: 1.3rem;
    font-weight: normal;
    width: auto;
    padding: 7px 20px;
  }
}
.fs-c-button--inputCreditCardData:hover {
  background-color: #666;
  opacity: .8;
}

/*再入荷お知らせ*/
.fs-c-button--subscribeToArrivalNotice--list {
  background-color: transparent;
  font-weight: normal;
  margin-left: 0;
  width: auto;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.fs-c-button--subscribeToArrivalNotice--list span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  color: #452B22;
  white-space: nowrap;
}
.fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label {
  display: block;
  position: relative;
  padding-left: 25px;
}
.fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icoon_product-email.png);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

/*指定する*/
/*変更*/
/*お届け先を追加する*/
/*会員登録して購入・ゲスト購入-注文 ご注文手続きへ進む*/
.fs-c-payWithAmazon__button {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-payWithAmazon__button {
    margin-left: auto;
    margin-right: auto;
  }
}

.fs-c-anotherLogin__button--amazon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 312px;
}

.fs-c-buttonContainer--memberRegister {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--memberRegister {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.fs-c-buttonContainer--myPageTop {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--myPageTop {
    margin-left: auto;
    margin-left: auto;
    text-align: center;
  }
}

.fs-c-buttonContainer--topPage {
  margin: 30px 18px 0;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--topPage {
    margin: 50px auto 0;
    text-align: center;
  }
}

.fs-c-button--loginAndPurchase,
.fs-c-button--confirmOrder,
.fs-c-button--purchaseHere,
.fs-c-button--registerAndPurchase,
.fs-c-button--confirmSubscription {
  margin: 0 auto;
  max-width: 300px;
}

/* --------------------------------------------
  ##　TOPへ
---------------------------------------------- */
.fs-c-button--topPage {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  margin-right: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--topPage {
    max-width: 325px;
  }
}

/*商品グループページ　カートに入れる*/
.fs-c-button--addToCart--list {
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 2em;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 0;
  color: #452B22;
}
@media screen and (min-width: 600px) {
  .fs-c-button--addToCart--list {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-c-button--addToCart--list:hover {
  background-color: #f8f8f8;
}
.fs-c-productListCarousel .fs-c-button--addToCart--list {
  display: none;
}
.fs-c-productList .fs-c-button--addToCart--list {
  display: none;
}
.ctm_wrappingbag-productlist .fs-c-button--addToCart--list {
  display: block;
}

/*レビューを変更する*/
.fs-c-button--editReview {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  color: #452B22;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .fs-c-button--editReview {
    width: 228px;
    padding: 20px 0;
  }
}
.fs-c-button--editReview:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.fs-c-button--cancel {
  background-color: #fff;
}

.fs-c-button--showDeliverySchedule {
  border: 1px solid #cccccc;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.3rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
