<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}</pre></body></html>