
/*会員価格を非表示
.fs-c-productPrice--stageUndetermined{display:none;}*/

/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}
.fs-c-productPrice--stage6{display:none;}

/*下層ページタイトル下ボーダー*/
.fs-c-heading--page {
  //border-bottom: 2px solid #000000;
  //border-bottom: 1px solid #dcdcdc;
  border-bottom: 0px solid #999999;
}


/* 下層ページタイトル */
.fs-c-heading--page {
    //border-bottom: 2px solid #000000;
    color: #000000;
    //font-weight: 300;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    //margin: 0 0 24px;
    margin: 30px 0 0 0px;
    //margin-bottom: -10px;
    padding: 0 0 1.2em;
    text-align: center;
}

/* 「予約商品」アイコンを非表示にする */
.fs-c-mark--preorder{display:none;}



.hideNext, .hideNext+*{display:none;}



.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "\e91b";
}


.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "\e91d";
}


/*SPの商品詳細ページにて画像拡大サイズを調整するCSS*/
@media screen and (max-width: 767px) {
  .fs-c-photoswipe.pswp--zoom-allowed:not(.pswp--zoomed-in) .pswp__zoom-wrap {
    transform: translate3d(0px, 44px, 0px) scale(1) !important;
  }
  .fs-c-photoswipe.pswp--zoom-allowed:not(.pswp--zoomed-in) .pswp__img {
    max-width: 100% !important;
    height: auto !important;
  }
}


.pswp__zoom-wrap{
  transform:none !important;
}

.fs-c-photoswipe .pswp__img{
  width:100% !important;
  height:auto !important;
  top:10%;
}

.fs-c-orderDetailList__status + dd > span {
  display: inline-block;
  width: 3em; /* 「継続中」の幅に合わせて調整 */
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}