@charset "utf-8";
@layer assets {

  /*____________________________________________________________________________

  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;
  }

}