/*お気に入り非表示*/
@media screen and (max-width: 767px) {

.fs-c-button--addToWishList--icon {
display:none;
}

}