@charset "UTF-8";
/*  update 20210330
-----------------------------------*/
/* =============================================
  ## オリジナルボタン設定
============================================= */
.btn1 {
  margin: 0 auto;
  width: 200px;
}
.btn1 a {
  display: block;
  position: relative;
  text-align: center;
  padding: 24px 0;
  line-height: 1;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #f3f3f3;
  color: #333;
  border-radius: 50px;
  font-size: 1.1rem;
  line-height: 1em;
}
.btn1 a::after {
  width: 14px;
  height: 7px;
  content: '';
  background-image: url(https://yanuk.itembox.design/item/img/common/arrow.svg);
  right: 20px;
  top: 50%;
  margin-top: -5px;
  display: block;
  position: absolute;
}
.btn1 a:hover {
  background-color: #252d42;
  color: #fff;
}
.btn1 a:hover:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/arrow_wh.svg);
}

.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: 15px 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;
    max-width: 325px;
  }
}
.fs-c-button--primary:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.fs-c-button--secondary {
  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
}
@media screen and (min-width: 600px) {
  .fs-c-button--secondary {
    max-width: 325px;
    padding: 15px 0;
  }
}
.fs-c-button--secondary:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.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 #8d8d8d;
  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: 228px;
    padding: 15px 0;
  }
}
.fs-c-button--standard:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #333;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .fs-c-button--plain {
    padding: 0;
  }
}
.fs-c-button--plain:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.fs-c-button--change--small {
  padding: 15px 0;
  font-size: 1.3rem;
  background-color: #666;
  color: #fff;
  -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 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* =============================================================================
============================================================================= */
.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: 30px;
  height: 30px;
}

/* --------------------------------------------
  ##　ログインせず購入
---------------------------------------------- */
.fs-c-button--guestPurchase {
  display: block;
  background-color: #fff;
  color: #252d42;
  border: 1px solid #D2D2D2;
  text-align: center;
  padding: 23px 0;
  width: 100%;
  font-weight: bold;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-button--guestPurchase {
    width: 228px;
    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 #8d8d8d;
  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: #333;
  color: #fff;
}

/* --------------------------------------------
  ##　注文履歴詳細を見る
---------------------------------------------- */
.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--addToWishList--detail {
  background-color: transparent;
  padding: 10px;
  font-weight: normal;
  margin-left: 0;
  width: auto;
}
.fs-c-button--addToWishList--detail span {
  display: block;
  position: relative;
  text-indent: -9999em;
  color: #333;
  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://yanuk.itembox.design/item/img/common/fav_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(3px);
}
.fs-c-button--addToWishList--detail:hover {
  text-decoration: none;
}
.fs-body-product .fs-c-button--addToWishList--detail {
  font-weight: 400;
  font-size: 1.1rem;
  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;
}
@media screen and (min-width: 600px) {
  .fs-body-product .fs-c-button--addToWishList--detail span {
    font-size: 1.3rem;
  }
}
.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://yanuk.itembox.design/item/img/common/fav_itemdetail.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;
  padding: 10px;
  font-weight: normal;
  margin-left: 0;
  width: auto;
}
.fs-c-button--removeFromWishList--detail span {
  display: block;
  position: relative;
  text-indent: -9999em;
  color: #333;
  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://yanuk.itembox.design/item/img/common/favdone_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(3px);
}
.fs-c-button--removeFromWishList--detail:hover {
  text-decoration: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail {
  font-weight: 400;
  font-size: 1.1rem;
  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;
}
@media screen and (min-width: 600px) {
  .fs-body-product .fs-c-button--removeFromWishList--detail span {
    font-size: 1.3rem;
  }
}
.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://yanuk.itembox.design/item/img/common/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;
  padding: 20px;
  border-bottom: 1px solid #333;
  border-radius: 0;
  text-align: left;
}
.fs-c-button--inquiryAboutProduct span {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .fs-c-button--inquiryAboutProduct span {
    font-size: 1.6rem;
  }
}
.fs-c-button--inquiryAboutProduct span:after {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}
.fs-c-button--inquiryAboutProduct .fs-c-button__label {
  display: block;
  position: relative;
}

/*戻る*/
.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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 18px;
  margin-right: 18px;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--back {
    margin-left: 0;
    margin-right: 0;
  }
}

/*変更*/
.fs-c-button--changeInfomation {
  color: #fff;
  background-color: #8d8d8d;
  padding: 11px 3em;
  width: auto;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .fs-c-button--changeInfomation {
    padding: 7px 2em;
  }
}

/*削除*/
.fs-c-button--delete {
  background-color: #fff;
  padding: 11px 3em;
  width: 50%;
  font-size: 1.2rem;
  font-weight: normal;
  border: 1px solid #8d8d8d;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .fs-c-button--delete {
    padding: 7px 2em;
  }
}

.fs-c-button--addToAddressbook {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.4rem;
  background-color: #8d8d8d;
  color: #fff;
  border: none;
}
@media screen and (min-width: 600px) {
  .fs-c-button--addToAddressbook {
    width: auto;
  }
}

/*レビューを見る*/
.fs-c-button--viewReview {
  font-size: 1.2rem;
  color: #333;
  background-color: #d1d1d1;
  padding: 10px 2em;
  width: auto;
}
.fs-c-button--viewReview:hover {
  color: #333;
}

/*すべてのレビューを見る*/
.fs-c-button--viewAllReviews {
  font-size: 1.2rem;
  color: #333;
  background-color: transparent;
  padding: 0;
  padding-right: 10px;
  font-weight: normal;
  display: inline-block;
  width: auto;
  position: relative;
}
.fs-c-button--viewAllReviews:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

/*カートから削除*/
.fs-c-button--cancel--cart {
  font-weight: normal;
  margin-left: 0;
  width: calc(50% - 20px);
  display: inline-block;
}
.fs-c-button--cancel--cart span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  white-space: nowrap;
}
.fs-c-button--cancel--cart .fs-c-button__label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.fs-c-button--cancel--cart .fs-c-button__label:after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-family: 'fs-icon';
  content: "\e911";
  color: #808080;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.8rem;
  font-size: 1.6rem;
  line-height: 1;
}

/*あとで買う*/
.fs-c-button--buyItLater {
  font-weight: normal;
  margin-left: 0;
  display: inline-block;
  padding: 0;
  width: calc(50% - 20px);
}
.fs-c-button--buyItLater span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1.1rem;
  white-space: nowrap;
}
.fs-c-button--buyItLater .fs-c-button__label {
  display: block;
  position: relative;
}
.fs-c-button--buyItLater .fs-c-button__label:after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-family: 'fs-icon';
  content: "\e919";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.8rem;
  font-size: 1.6rem;
  line-height: 1;
}

/*お気に入りへ*/
.fs-c-wishlistProduct__viewAllProducts {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #333;
  padding: 23px 0;
  border: 1px solid #8d8d8d;
  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: #333;
  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 0;
  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 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.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: #333;
  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: 0 auto;
    text-align: center;
  }
}

.fs-c-button--topPage {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #8d8d8d;
}

.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 {
  margin: 0 auto;
}

/* --------------------------------------------
  ##　TOPへ
---------------------------------------------- */
.fs-c-button--topPage {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #8d8d8d;
  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--topPage:hover {
  background-color: #333;
  color: #fff;
}

/*商品グループページ　カートに入れる*/
.fs-c-button--addToCart--list {
  background-color: #252d42;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media screen and (min-width: 600px) {
  .fs-c-button--addToCart--list {
    font-size: 1.2rem;
    min-width: 200px;
  }
}
.fs-c-button--addToCart--list:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-c-productList .fs-c-button--addToCart--list {
  display: none;
}

/*レビューを変更する*/
.fs-c-button--editReview {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  color: #333;
  border: 1px solid #777;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 600px) {
  .fs-c-button--editReview {
    width: 228px;
    padding: 20px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
.fs-c-button--editReview:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.fs-c-button--cancel {
  background-color: #fff;
}
/* --------------------------------------------
  ##　注文履歴詳細　レビューを書くボタン一時非表示
---------------------------------------------- */
.fs-body-my-orders-details a.fs-c-button--addReview--detail {

  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
  border-radius: 0;
  max-width: 325px;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
}