.logout.my-false { display: none; }
.login.my-true { display: none; }
.fs-client-cart-count--0{display: none;}
/* iOSアップデート対応 */
#fs_MyPageTop .fs-c-accountService__page{
  width: 100%;
}
/* 予約商品 - 商品マークカラー */
.fs-c-mark--preorder .fs-c-mark__label{
  background: #0000cd;
  color: #ffffff;
}
/* クール便 - 商品マークカラー */
.fs-c-mark--cool .fs-c-mark__label{
  background: #4169e1;
  color: #ffffff;
}

/* 予定在庫 */
.fs-c-productShippingDateNote__date {
  display: inline-block;
  padding:3px 8px 3px;
  border-radius: 12px;
  background: #b22222;
  color: #faebd7;
}
