/*グループの登録商品がありませんの文言を非表示*/
.fs-body-category-katazuke .fs-c-noResultMessage {
    display: none;
}

/*フローティングボタンの表示順序*/
.floating_button {
  z-index: 2;
}