.fs-preview-header { display: none; }

.logout.check-false { display: none; }
.login.check-true { display: none; }

/*▼▼▼SP商品詳細暫定対応▼▼▼*/
@media screen and (max-width: 767px) {
#fs_ProductDetails .pswp__zoom-wrap {
	    transform: scale(1) !important;
}
#fs_ProductDetails .pswp__zoom-wrap .pswp__img {
	width: 100% !important;
	height: auto !important;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs-c-photoswipe.pswp--zoom-allowed .pswp__button--zoom {
	display: none !important;
}
}
/*▲▲▲SP商品詳細暫定対応▲▲▲*/

/*オリジナル商品マークCSS*/
.item-label-test { background: #ff0000; }
.item-label-point11 { background: #EB6363; }
.item-label-kaiinkakaku { background: #EB6363; }

/*既存のCSSを強制的に上書きする場合*/
.item-label-test { background: #ff0000 !important; }

/*　reCaptchaのロゴ非表示　*/
.grecaptcha-badge { visibility: hidden; }

