@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE: FASHION WALKER
TITLE: PC 共通 ログイン前css

UPDATED:
____________________________________________________________________________*/
.info_bnr_one .authentication{
  display: none;
}
.info_bnr_one .not-authentication{
  display: block;
}
#info_box_bottom .authentication{
  display: none;
}
#info_box_bottom .not-authentication{
  display: block;
}

#footer_fixed_block #pc_gtm_cmevent li.userhidden{display: block;}

/*_____________________________________________________________________________*/
/* シークレットセール対応 #69581 */
/*_____________________________________________________________________________*/

/* ログイン済みの時のみ表示 */
.is_sc_login{ 
  display: none !important;
}
/* 未ログイン時のみ表示 */
.is_sc_logout{
  display: block !important;
}

/* (個別BOEM) クーポンの表示 */
/* カタログ */
.site_fascinate .catalog-campaignGroup > li.-coupon,
/* 商品詳細 */
.site_fascinate .product_main .couponhead,
.site_fascinate .product_main .couponInfo,
.site_fascinate .product_main #-js-discountedPrice,
/* 絞り込み */
.site_fascinate .search-filter .filter_list_saleCoupon{
  display:none;
}