@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';
@font-face {
  font-family: 'boemfont';
  src: url("https://media.aws.locondo.jp/contents/fonts/boemfont_v2.eot");
  /* IE9 Compat Modes */
  src: url("https://media.aws.locondo.jp/contents/fonts/boemfont_v2.eot?#iefix") format("embedded-opentype"), url("https://media.aws.locondo.jp/contents/fonts/boemfont_v2.woff") format("woff"), url("https://media.aws.locondo.jp/contents/fonts/boemfont_v2.ttf") format("truetype");
  /* Safari, Android, iOS */
}
[class^='icon-'], [class*=' icon-'] {
  font-family: 'boemfont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
}

/*____________________________________________________________________________

SITE TITLE: FASHION WALKER
TITLE: PC ヘッダー 【L4】

(1) link style setting
(2) ドロップダウンメニュー　共通設定
(3) サイトCI、コンシェルジュ
(4) ジェンダーナビ、ユーザーナビ
(5) グローバルナビ
(6) 検索ボックス
(7) インフォメーションエリア
____________________________________________________________________________*/


/*----------------------------------------------------------------------------
　(1) link style setting
----------------------------------------------------------------------------*/
#header_ver5 h2 a:hover,
#concierge_section a:hover,
#nav_gender li a:hover,
li.Dropdown a:hover {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  text-decoration: none;
}
li.Dropdown .drop a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

/*----------------------------------------------------------------------------
　(2)ドロップダウンメニュー　共通設定
----------------------------------------------------------------------------*/
.Dropdown {
  /*z-index: 999;
  position: relative;*/
}
.Dropdown .drop {
  visibility: hidden;
  cursor: default;
  position: absolute;
  z-index: 9999 !important;
  background: #fff;
  text-align: left;
  padding: 25px 24px;
  margin-left: -12px;
  border-top: 1px solid #ddd;
  /*display: none;*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=2, enabled=true),
          progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=5, enabled=true),
          progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=2, enabled=true);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.Dropdown #is_login.drop {
  width: 230px;
  margin-left: -68px;
}
.Dropdown:hover .drop {
  visibility: visible;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  /*display: block;*/
}
/* お気に入りドロップダウン */
#is_login_favorite.drop{
  margin-left:-42px;
  padding: 20px 16px 4px 16px;
}
#is_login_favorite li{
  display:block;
  margin-bottom:16px;
  width: 118px;
  line-height:1;
  float:none;
  text-align:left;
}
/* マイページドロップダウン */
#is_logout.drop, #is_login.drop,
#is_login_favorite.drop{
  border: none;
}
#is_login.drop {
  padding:0;
}
#nav_user #is_logout li:hover,
#nav_user #is_login li:hover,
#nav_user #is_login_favorite li:hover {
  background:none;
}
#is_login_favorite a {
  display:inline-block;
  font-size: 13px;
  color:#666;
}
#is_login_status {
  padding:25px 20px 20px;
  border-bottom: 1px solid #ededed;
}
#is_login_mypage {
  border-bottom: 1px solid #ededed;
}
#is_login_mypage a, #is_login_leave a {
  color:#666;
}
#nav_user #is_login_mypage a:hover,
#nav_user #is_login_leave a:hover,
#nav_user #is_login_favorite a:hover {
  text-decoration: underline;
}
#is_login_mypage, #is_login_leave {
  padding:20px;
  font-size: 13px;
}
#nav_user #is_login_mypage li,
#nav_user #is_login_leave li {
  /* float: none;
  text-align: left; */
}

/* 追加 */
/* menu-head */
#nav_user .menu-head .inner {
  background-color: #ddd;
}
#nav_user .menu-head .inner {
  display: block;
  color: #111;
  padding: 20px 16px 16px 16px;
}
#nav_user .menu-head .inner:hover {
  opacity: .9;
}
#nav_user .menu-head .user-name {
  position: relative;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-right: 18px;
}
#nav_user .menu-head .user-name em {
  margin-right: .1em;
  font-size: 15px;
}
#nav_user .menu-head .inner:hover .user-name em {
  text-decoration: underline;
}
#nav_user .menu-head .user-name:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 4px;
  border: 1px solid #111;
  border-bottom: none;
  border-left: none;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 4px;
}
#nav_user .menu-head .user-rank {
  margin-bottom: 10px;
}
#nav_user .menu-head .user-rank em,
#nav_user .menu-head .user-point em {
  font-size: 13px;
  font-weight: 600;
}
#nav_user .menu-head .user-point em {
  margin-right: .2em;
  font-size: 1.1em;
  letter-spacing: .05em;
}
#nav_user .menu-head .heading {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  width: 8.4em;
  color: #333;
  background-color: #fff;
  border-radius: 9px;
  transform: scale(.9);
  transform-origin: top left;
}

/* 各ランク */
#nav_user .menu-head.customerGroup-1 .inner{
  background-color:#dcdcdc;
}
#nav_user .menu-head.customerGroup-2 .inner{
  /* background-color: #944D06; */
  background-color:#A15326;
}
#nav_user .menu-head.customerGroup-2 .inner p{
  color:#eee;
}
#nav_user .menu-head.customerGroup-2 .heading{
  background-color:#eee; 
}
#nav_user .menu-head.customerGroup-2 .user-name:after{
  border-color:#eee;
}
#nav_user .menu-head.customerGroup-3 .inner{
  background-color:#ABABB7;
}
#nav_user .menu-head.customerGroup-4 .inner{
  background-color:#BDA576;
}
#nav_user .menu-head.customerGroup-5 .inner{
  background-image:url('//media.aws.locondo.jp/contents/img/common/mypage/bg-platinum.jpg');
  background-size:cover;
  background-position:center;
  background-color:#080A0A;
}
#nav_user .menu-head.customerGroup-5 .inner p{
  color:#DCDCE6;
}
#nav_user .menu-head.customerGroup-5 .heading{
  background-color:#DCDCE6; 
}
#nav_user .menu-head.customerGroup-5 .user-name:after{
  border-color:#DCDCE6;
}

/* menu-list menu-item */
#nav_user .menu-list{
  padding:20px 16px 0;
}
#nav_user .menu-item{
  float:none;
  text-align:left;
  line-height:1;
  margin-bottom:16px;
}
#nav_user .menu-item a{
  display:block;
  font-size:13px;
  line-height:1;
  color:#666;
  position:relative;
}
#nav_user .menu-item a:hover{
  opacity:.7 !important;
  text-decoration:underline;
}
#nav_user .menu-item.logout:before{
  content:"";
  display:block;
  background-color:#ddd;
  width:208px;
  height:1px;
  position:relative;
  left:-16px;
  margin-bottom:16px;
}
#nav_user .reviewNum,
#nav_user .js-unreadMessageCount .inner{
  display:inline-block;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  background: #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
}


/* IE z-index対応 */
#header_top {
  *z-index: 99;
  *position: relative;
}
#info_box {
  *z-index: 1;
  *position: relative;
}
#concierge_section {
  *position: relative;
  *z-index: 9999;
}
#nav_container_common {
  *position: relative;
  *z-index: 999;
}
#nav_container_global {
  *position: relative;
  *z-index: 100;
}

/*----------------------------------------------------------------------------
　(3) サイトCI、コンシェルジュ
----------------------------------------------------------------------------*/
#header_top {
  width: 100%;
  margin: 0 0 20px;
}
#header_ver5 {
  clear: both;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* section site CI */
#header_ver5 h1 a {
  box-sizing: border-box;
  display: block;
  /* margin-top: 10px; */
  margin-left:4px;
  width: 268px;
  height: 60px;
  text-indent: -9999px;
  background: url(//media.aws.locondo.jp/fashionwalkerstatic/common/img/both/logo-reborn.svg) 0 0 no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#header_ver5 h1 a:hover{
  opacity:.8;
}
.outlet #header_ver5 h1 a{
  width: 194px;
  height: 29px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_lt_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 26px;
  left: 4px;
}
.department #header_ver5 h1 a{
  width: 224px;
  height: 54px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_dp_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 19px;
  left: 2px;
}
.lgc #header_ver5 h1 a{
  width: 146px;
  height: 51px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_lococolle_pc.png) 0 0 no-repeat;
  background-size: auto 100%;
  top: 20px;
  left: 2px;
}
#header_ver5 .header_about a {
  box-sizing:border-box;
  display: block;
  font-size: 11px;
  color:#777;
  line-height: 160%;
  width: auto;
  height: auto;
  border:none;
  padding:0;
  position: absolute;
  top: 18px;
  left: 260px;
}
.outlet #header_ver5 .header_about a {
  left: 222px;
}
/* section concierge */
#concierge_section {
  float: right;
  margin-top: 12px;
  min-height: 24px;
}
#concierge_section .drop {
  width: 65%;
  margin:10px auto;
  *margin-top: 20px;
}
#concierge_section .drop p {
  margin-top: 1em;
}
#concierge_section .drop p:first-child {
  margin-top: 0;
}
#concierge_section .drop span {
  display: block;
  font-weight: bold;
}
#concierge_section .drop a {
  text-decoration:underline;
}
/* LTヘッダーへ戻る */
.outlet #header_ver5 .back-ld {
  font-size:12px;
  line-height:36px;
  color:#2b2b2b;
  -webkit-font-smoothing: antialiased;
}
.outlet #header_ver5 .back-ld:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity:0.6;
  text-decoration:none;
}
.outlet #header_ver5 .back-ld:before{
  content:"";
  display:inline-block;
  width:8px;
  height:12px;
  background:url(//media.aws.locondo.jp/contents/img/pc/arw-L-h12.png);
  margin-right:5px;
  position:relative;
  top:1px;
}
.outlet #header_ver5{
  background-color:#b00;
}
.outlet #nav_container_common {
  border-top: none;
}
.department #header_ver5{
  background-color:#000;
}
.department #nav_container_common{
  border-top: none;
}
.lgc #header_ver5{
  background-color:#000;
}
/* section guide_contact */
#header_guide_contact{
  float:right;
  overflow:hidden;
  margin-top: 32px;
  margin-right: 6px;
}
#header_guide_contact li{
  float:left;
  margin-left:18px;
}
#header_guide_contact li a{
  color:#888;
  font-size:11px;
}
.outlet #header_guide_contact li a{
  color:#fff;
}
.department #header_guide_contact li a{
  color:#ebcd96;
}
.lgc #header_guide_contact li a{
  color:#aaa;
}
#header_guide_contact li a:hover{
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity:0.6;
  text-decoration: none;
}
#header_ver5 h2.header_about a img,
.outlet #header_ver5 h2.header_about a img {
  width: 50%;
  height: 50% ;
}

/*----------------------------------------------------------------------------
　(4) ジェンダーナビ、ユーザーナビ
----------------------------------------------------------------------------*/
#nav_container_common {
  width:100%;
  height: 60px;
  margin:0 auto;
  background-color:#333;
}
#nav_container_common .innerWrap{
  margin:0 auto;
  width:990px;
  height:60px;
  position:relative;
}
#nav_container_common h1{
  width:500px;
  float:left;
}
#nav_container_common:after {
  content:"";
  display:block;
  clear:both;
}
#nav_gender {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  margin:19px 0 0 28px;
}
#nav_gender a {
  color:#999;
}
#nav_user {
  margin: 0 0 0 0;
  float:right;
}
#nav_gender li {
  float: left;
  margin-right: 12px;
  text-align: center;
}
#nav_user > li {
  float: left;
  text-align: center;
}
#nav_user li:hover{
  /* background:#f5f5f5; */
}
.outlet #nav_user li:hover {
  /* background:#333; */

}
#nav_user #user_login,
#nav_user #user_favorite,
#nav_user #user_cart {
  display: block;
  width: 54px;
  height: 60px;
  text-decoration: none;
  position:relative;
  font-family: 'lcicon';
}
#nav_user #user_login{
  /*   font-family: 'boemfont'; */
  font-size:0;
}  
#nav_user li.Dropdown a:hover {
  opacity:1;
}
#nav_user #user_login:before{
  font-family: 'lcicon';
  font-size: 30px;
  display: block;
  content: '\EA33';
  color: #fff;
  padding-top: 7px;
}
#nav_user li:hover #user_login:before{
  opacity: 0.6;
}
#nav_user #user_login:after,
#nav_user #user_favorite:after {
/*   content: "";
  display: inline-block;
  margin-left: 3px;
  width: 0;
  height: 0;
  border-top: 4px solid #D8D8D8;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: translateY(2px);
  position:absolute;
  bottom: 24px;
  right:7px; */
}
.Dropdown:hover #user_login:after,
.Dropdown:hover #user_favorite:after {
  border-top: 4px solid #111 !important;
} 
.outlet #nav_user #user_login:after,
.outlet #nav_user #user_favorite:after {
  border-top: 4px solid #fff;
}
.department #nav_user #user_login:after,
.department #nav_user #user_favorite:after {
  border-top: 4px solid #C7B07D;
}
#nav_user #user_favorite.arr_none:after {
  display:none;
}
#nav_user #user_favorite:before {
  font-size: 32px;
  display: block;
  content: '\EA08';
  color: #fff;
  padding-top: 7px;
}
#nav_user li:hover  #user_favorite:before {
  opacity: 0.6;
}
#nav_user #user_cart:before {
  font-size: 32px;
  display: block;
  content: '\EA09';
  color: #fff;
  padding-top: 7px;
}
#nav_user li:hover #user_cart:before {
  opacity: 0.6;
}
.outlet #nav_user #user_login:before,
.outlet #nav_user #user_favorite:before,
.outlet #nav_user #user_cart:before {
  color: #fff;
}
.department #nav_user #user_login:before,
.department #nav_user #user_favorite:before,
.department #nav_user #user_cart:before {
  color: #bda576;
}
.lgc #nav_user #user_login:before,
.lgc #nav_user #user_favorite:before,
.lgc #nav_user #user_cart:before {
  color: #fff;
}
/* #nav_user #user_login span,
#nav_user #user_favorite span{
  display:none;
} */

/* Dropdown login/logout */
#is_logout {
  width: 216px;
  margin-left: -48px;
  font-size: 13px;
  box-sizing:border-box;
}
#is_login,
#is_login_favorite{
  font-size: 12px;
}
#is_logout li,
#is_login ul {
  float: none;
}
.Dropdown #is_logout.drop {
  padding:0;
}
#is_logout a, #is_login a {
  background: none;
}
#is_logout a:hover,
#is_login a:hover,
#is_login_favorite a:hover {
  text-decoration: none;
}
#btn_login {
  padding:25px;
}
#btn_regi {
  padding:20px;
  border-top: 1px solid #ddd;
}
#btn_regi a {
  color:#666;
}
#is_logout #btn_login a {
  display: block;
  background: #01C3CF;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.outlet #is_logout #btn_login a {
  background: #b00;
}
.department #is_logout #btn_login a {
  background: #bda576;
}
.lgc #is_logout #btn_login a {
  color:#222;
  background: #FF759C;
}
#is_logout #btn_login a:hover {
  opacity:0.6;
}
#is_logout #btn_regi strong {
  color: #ed6d0f;
  font-weight: normal;
}
#user_name {
  color: #333;
  margin-bottom: 12px;
}
#user_name a:hover {
  color: #333;
  text-decoration: underline;
}
#user_name strong {
  font-size: 15px;
  font-weight: normal;
}
#user_rank, #user_point, #user_review {
  clear: both;
  overflow: hidden;
  line-height: 180%;
  color: #666;
}
#user_point {
  margin-bottom: 10px;
}
#user_rank dt, #user_point dt {
  float: left;
}
#user_rank dd, #user_point dd {
  float: left;
}
#user_rank dd strong {
  font-weight: bold;
}
#user_review dd {
  font-size: 11px;
}
#user_review dt:hover {
  text-decoration: underline;
}
#user_review dt span,
#is_login_mypage .item_inquiry-list span {
  position:relative;
  top:-1px;
  display:inline-block;
  background:#666;
  width:18px;
  height:18px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;  
  color:#fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 150%;
  margin-left: 4px;
}
#is_login li {
  line-height: 200%;
} 
#user_cart,
#user_login {
  position: relative;
}
#user_cart .js-cartCount .inner,
#user_login .js-unreadMessageCount .inner{
  display:inline-block;
  position: absolute;
  top: 10px;
  left: 35px;
  width: 18px;
  height: 18px;
  background: #01C3CF;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  transition:.2s all;
  transform:scale(1);
}
#user_cart .js-cartCount.-transform .inner{
  transform:scale(2);
}
.gNav_index.cateOutlet .action_area {
  color: #FF0030;
}

/*----------------------------------------------------------------------------
　(5) グローバルナビ
----------------------------------------------------------------------------*/
.gNav {
  position: relative;
  clear: both;
  height: 60px;
  box-sizing:border-box;
  margin:0 auto;
  background-color:#f4f4f4;
}
.gNav > .innerWrap{
  margin:0 auto;
  width:990px;
}
.outlet .gNav{
  border-bottom: 1px solid #b00;
}
.wrap-gNav_largeCategory {
  float:right;
}
.gNav_largeCategory {
  display: inline-block;
  overflow: hidden;
}
.gNav_largeCategory .gNav_index {
  float: left;
  display: block;
  margin-top: 14px;
  padding-right: 12px;
  text-align: center;
  font-size: 13px;
  height: 48px;
  color: #333;
  box-sizing: border-box;
}
.gNav_largeCategory .gNav_index:last-child{
  padding-right:0;
}
.gNav_largeCategory .gNav_index span,
.gNav_largeCategory .gNav_index span a {
  color: #444;  
}
.gNav_largeCategory .gNav_index > a:hover {
  text-decoration:none;
}
.gNav_largeCategory .gNav_index a{
  display:inline-block;
}
.gNav_largeCategory .gNav_index a:hover{
  opacity:.6;
}
.gNav_largeCategory .gNav_index span {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.gNav_largeCategory .gNav_index:after{
  content:"";
  display:inline-block;
  margin-left:13px;
  width:1px;
  height:20px;
  background-color:#ccc;
  position:relative;
  top:6px;
}
.gNav_largeCategory .gNav_index:last-child:after{
  opacity:0;
}

/* gNav_largeCategoryの三角アイコン*/
.gNav_largeCategory .cateL .action_area:after,
.gNav_largeCategory .cateM .action_area:after,
.gNav_largeCategory .cateK .action_area:after,
.gNav_largeCategory .cateSports .action_area:after,
.gNav_largeCategory .cateHome .action_area:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 4px solid #D8D8D8;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: translateY(2px);
  margin-right:-4px;
}
.gNav_largeCategory .action_area:hover:after{
  border-top: 4px solid #333;
}
/* アウトレット */
.outlet .gNav{
  background: #fff;
}
.outlet .gNav_largeCategory .gNav_index span,
.outlet .gNav_largeCategory .gNav_index span a {
  color: #b00;  
}
.outlet .gNav_largeCategory .cateL .action_area:after,
.outlet .gNav_largeCategory .cateM .action_area:after,
.outlet .gNav_largeCategory .cateK .action_area:after,
.outlet .gNav_largeCategory .cateSports .action_area:after,
.outlet .gNav_largeCategory .cateHome .action_area:after {
  border-top: 4px solid #ccc;
}
.outlet .gNav_largeCategory .action_area:hover:after{
  border-top: 4px solid #b00;
}

.department .gNav{
  background: #000;
  color: #fff;
  font-family: 'classico-urw', 'Classico URW', sans-serif;
  font-weight: 500;
}
.department .gNav_largeCategory .gNav_index span,
.department .gNav_largeCategory .gNav_index span a {
  color: #C7B07D;  
}
.department .gNav_largeCategory .cateL .action_area:after,
.department .gNav_largeCategory .cateM .action_area:after,
.department .gNav_largeCategory .cateK .action_area:after,
.department .gNav_largeCategory .cateSports .action_area:after,
.department .gNav_largeCategory .cateHome .action_area:after {
  border-top: 4px solid #ABABB7;
}
.department .gNav_largeCategory .action_area:hover:after{
  border-top: 4px solid #ABABB7;
}
.department .gNav_largeCategory .gNav_index.cateSale span{
  color: #FF3333;
}
.department .gNav_largeCategory .gNav_index.cateSale span{
  color: #FF3333;
}
.lgc .gNav_largeCategory .gNav_index.cateSale span{
  color: #f00;
}
.locondo .gNav_index.cateSale span,
.locondo .gNav_index.cateOutlet span{
  color:#FF0030;
}
.lgc .gNav_largeCategory .gNav_index span,
.lgc .gNav_largeCategory .gNav_index span a {
  color: #fff;
  opacity:.8;
}

/* ドロップ内 */
.gNav_dropWrapper {
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1050;
  overflow: hidden;
  transition: opacity .2s, visibility .2s;
  opacity: 0;
  visibility: hidden;
  box-shadow:0px 8px 16px -8px rgba(0,0,0,0.1);
}
.gNav_dropInner {
  display: inline-block;
  width: 1000px;
  padding: 24px 0 32px 0;
  font-size: 0;
}
.gNav_dropInner > ul {
  display: inline-block;
  margin-left: 25px;
  width: 180px;
  vertical-align: top;
  font-size: 0;
}
.gNav_dropInner > ul:first-of-type {
  margin-left: 0;
}
.gNav_dropInner > ul li {
  line-height: 2;
  text-align:left;
  font-size: 12px;
}
.gNav_dropInner > ul .nav_linkAll a{
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;  
  color: #333;  
}
.gNav_dropInner > ul a {
  display: block;  
  color: #666;
}
.gNav_dropInner .nav_listHeading a{
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
li + .nav_listHeading a{
  margin-top: 9px;
}
.gNav_dropInner .nav_listHeadingSub a {
  font-weight: bold;
  color: #EB6EA5;
}
.gNav_dropInner .nav_listHeadingSub.boys a {
  margin-top: 28px;
  color: #00A7F6;
}
.outlet .gNav_dropWrapper {
  background-color: #fff;
}
.outlet .gNav_dropInner .nav_listHeading a {
  color: #b00;
}
.outlet .gNav_dropInner > ul a {
  color: #b00;
}
.department .gNav_dropWrapper {
  background-color: #000;
}
.department .gNav_dropInner .nav_listHeading a {
  color: #ABABB7;
}
.department .gNav_dropInner > ul a {
  color: #ABABB7;
  opacity: 0.8;
}

/* gNavオープン時の表示制御 */
.is-gNavActive > .gNav_dropWrapper {
  opacity: 1; 
  visibility: visible;
}
.wrapperUnderGnav {
  position: relative;
}
.wrapperUnderGnav:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  transition: opacity .2s, visibility .2s;
  opacity: 0;
  visibility: hidden;
}
.is-gNavActive .wrapperUnderGnav:before {
  opacity: 1;
  visibility: visible;
}
.nav_category .btn_gnav:hover a{
  text-decoration: none;
}
.nav_category .nav-bag {
  padding: 0 13px 0 13px;
}
.nav_category .nav-outlet {
  padding: 0 9px 0 10px;
}


/* メッセージボードリンク追加 */
#is_login_mypage .item_inquiry-list span{
  margin-left:11px;
  background-image: none;
}

/*----------------------------------------------------------------------------
　(6) 検索ボックス
----------------------------------------------------------------------------*/
#searchBox{
  margin:0 auto;
  margin-top:12px;
  position:relative;
  float:left;
}
.search_box{
  display:inline-block;
  width: 288px;
  z-index: 1000 !important; /* TCB重なり対応 */
}
.search_box .form-container{
  position:relative;
  background-color:#fff;
  border-radius:18px;
  border: 1px solid #979797;
}
.wrap_searchText{
/*   position:absolute; */
}
.wrap_searchText:before{
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  background:url(//media.aws.locondo.jp/contents/img/common/icon_mp_ld.png);
  background-size:contain;
  position:absolute;
  left:6px;
  top:6px;
  opacity:.9;

  display:none;
}
#searchText {
  display: inline-block;
  box-sizing:border-box;
  margin:6px 0;
  width: 244px;
  height: 22px;
  padding-left:28px;
  font-size:13px;
  background-color:transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-right:1px solid #ccc;
}
.locondo #searchText {
  padding-left:20px;
}
/* .locondo .wrap_searchText:before{
  display: none;
}
.outlet .wrap_searchText:before{
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_mp_lt.png);
}
.department .wrap_searchText:before{
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_mp_dp.png);
}
.lgc .wrap_searchText:before{
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_mp_gc.png);
} */
.department #searchText {
  color:#fff;
  background-color:rgba(255, 255, 255, .2);
  border:none;
  border-radius:1px;
}
.lgc #searchText {
  color:#fff;
  background-color:rgba(255, 255, 255, .2);
  border:none;
  border-radius:1px;
}
.wrap_searchbutton{
  position:absolute;
  top:0;
  right: 0px;
}
.searchbutton{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display:inline-block;
  font-size:0;
  cursor: pointer;
  width: 40px;
  height: 34px;
  position: relative;
}
.searchbutton:before{
  display:inline-block;
  content: '\EA05';
  font-size: 22px;
  color:#333;
  position:absolute;
  left: 6px;
  top: 6px;
  font-family: 'lcicon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.wrap_searchbutton:hover{
  opacity:.7;
}
/* 検索ボックスのテキストカラー設定 */
#searchText:focus{
}
#searchText::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
#searchText:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
#searchText::-moz-placeholder {
  color: #999;
  font-weight: normal;
}

.outlet #searchText:focus{
  color: #222;
}
.outlet #searchText::-webkit-input-placeholder {
  color: #999;
}
.outlet #searchText:-ms-input-placeholder {
  color: #999;
}
.outlet #searchText::-moz-placeholder {
  color: #999;
}

.department #searchText:focus{
  color: #222;
}
.department #searchText::-webkit-input-placeholder {
  color: #C7B07D;
}
.department #searchText:-ms-input-placeholder {
  color: #C7B07D;
}
.department #searchText::-moz-placeholder {
  color: #C7B07D;
}
#searchText:focus::-webkit-input-placeholder {
  visibility: hidden !important;
}
#searchText:focus:-ms-input-placeholder {
  visibility: hidden !important;
}
#searchText:focus::-moz-placeholder{
  visibility: hidden !important;
}
#searchText::-webkit-input-placeholder,
#searchText:-ms-input-placeholder,
#searchText::-moz-placeholder {
  font-weight: normal !important;
}

/* サジェスト */
#searchBox .search-autocomplete {
  left:13px;
  top:21px;
  background-color:#fff;
  border:1px solid #d6d6d6;
  width:320px !important;
}
#searchBox .search-autocomplete ul {
  background-color:#f9f5f0
}
#searchBox .search-autocomplete li {
  clear:left;
  text-align:left;
  border-bottom:1px solid #4d2212;
  padding:2px 3px 1px 3px;
  cursor:pointer;
  width:300px !important;
  padding-right:3px
}
.suggestBox li.suggest-disable-word{
  display:none;
}
#searchBox .search-autocomplete li .amount {
  float:right;
  font-weight:bold
}
#searchBox .search-autocomplete li.odd {
  background-color:#fff
}
#auto_complete_div {
  background-color: #fff;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:10px 0 5px;
  width: 266px;
  box-sizing:border-box;

  position:relative;
  top:28px;
}
#auto_complete_div .auto_text {
  padding-bottom:10px;
  border-bottom: 1px dashed #DBDBDB;
}
#auto_complete_div ul li {
  display:block;
}
#auto_complete_div ul li a {
  display:block;
  padding:6px 10px;
}
#auto_complete_div ul li.selected { 
  background-color: #f2f2f2;
}
#auto_complete_div ul span {
  display:table-cell;
  vertical-align:middle;
  line-height:140%;
}
* html #auto_complete_div ul span {
  display:inline-block;
  zoom: 1;
  }
*:first-child+html #auto_complete_div ul span {
  display:inline-block;
  zoom: 1;
}
#auto_complete_div ul img {
  margin-right:10px;
  width:60px;
  height: 60px;
}
/* サジェスト #52297 searchHistory */
.suggestBox {
  width: 360px;
  box-sizing:border-box;
  background-color: #fff;
  position:relative;
  top:0px;
  left:0px;
  display: none;
}
.suggestBox .suggestBox_innner{
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}

.search_box.mouseenter .suggestBox,
.search_box.focus .suggestBox{
  display: block !important;
  position:absolute;
  top: 36px;
  z-index:2;
}

.suggestBox .heading{
  height:40px;
  padding-left:12px;
/*   border-bottom:1px solid #ddd; */
  background-color:#fafafa;
  position:relative;
  border-bottom:1px solid #f0f0f0;
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0;
}
#output_searchHistory .heading{
  border-top:1px solid #f0f0f0;
}
.suggestBox .heading span{
  position:absolute;
  bottom:4px;
  font-size:14px;
  color:#333;
}
.suggestBox li {
  text-align:left;
  border-bottom:1px solid #f0f0f0;
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0;
  cursor:pointer;
}
.suggestBox ul li {
  display:block;
  position:relative;
}
#searchHistoryList .deleteHistoryList{
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) ;
  right: 4px;
  background: url(//media.aws.locondo.jp/contents/img/pc/btn-modal-close.png);
  background-size: cover;
  opacity: .5;
}
#searchHistoryList .deleteHistoryList:hover{
  opacity: 1;
}
.suggestBox ul li a {
  display:block;
  font-size:13px;
  color:#666;
  padding: 6px 24px 6px 12px;
}
.suggestBox .suggest_product a{
  padding-left:6px;
}
.suggestBox .suggest_product span {
  display:table-cell;
  vertical-align:middle;
  line-height:1.6;
}
* html .suggestBox ul span {
  display:inline-block;
  zoom: 1;
  }
*:first-child+html .suggestBox ul span {
  display:inline-block;
  zoom: 1;
}
.suggestBox ul img {
  margin-right:10px;
  width:44px;
  height: 44px;
}
#output_searchHistory{
  display: none;
}
#searchBox .suggestBox li:hover{
  background-color:#f0f0f0;
}
#searchBox .suggestBox li:hover a{
  text-decoration:none;
}
.suggest_searchHistory .indexItemHeading{
  position:relative;
}
#searchBox .suggest_searchHistory .indexItemHeading .inner{
  box-sizing:border-box;
  display:inline-block;
  min-width:290px;
  word-break: break-all;
}
.suggest_searchHistory .indexItemHeading .displayAll{
  color: #01ABB5;
  font-size:10px;
  position:absolute;
  top:6px;
  right:30px;
}
.suggest_searchHistory .indexItemHeading .displayAll:hover{
  text-decoration:underline;
}

/* https://util3.locondo.jp/redmine/issues/102282 */
/* 【ロコンド FW】ショップ名のサジェスト・商品詳細内のリンク */
.output_suggest .suggestList > li a{
  display:flex;
  justify-content:space-between;
  padding-right:8px;
}
.output_suggest .suggestList .word{
  padding-right:.5em;
  flex-grow:1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.output_suggest .suggestList .type{
  display:flex !important;
  font-size:10px;
  color:#999;
  flex-grow:0;
  flex-shrink: 0;
  align-items:center;
}
.output_suggest .suggestList .type i svg{
  width:16px;
  height:16px;
  color:#999;
}
.output_suggest .suggestList .word small{
  margin-left:.4em;
}
.output_suggest .suggestList > li:nth-child(n + 11){
  display:none;
}


/*----------------------------------------------------------------------------
　(7) インフォメーションエリア
----------------------------------------------------------------------------*/
#informationsOnGrobalNavi {
  line-height: 0;
}
#info_box_top, #info_box_bottom {
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: center;
}
#info_box_top {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
#info_box_top br {
  display: none;
}
.info_box_in {
  width: 1000px;
  margin: 0 auto;
}
#info_txt {
  text-align: left;
  color: #f00505;
  line-height: 150%;
}

/* 裏クーポンキャンペーン #21384 */
.info_bnr_one .not-authentication {
  display: none;
}

/* -------------------- .info-tcb-1610 .info-promo-1610 -------------------- */

/* --------------- 共通 --------------- */
.info-tcb-1610 a,
.info-tcb-1709 a,
.info-promo-1610 a{
  position: absolute;
  display: block;
  height: 100%;
}
.info-tcb-1610 .inner-wrap,
.info-tcb-1709 .inner-wrap,
.info-promo-1610 .inner-wrap{
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
/* IE対応 */
.info-tcb-1610 a,
.info-tcb-1709 a{
  background-color: #fff;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.info-promo-1610 a{
  background-color: #fff;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
/* hover */
.info-tcb-1610 a:hover,
.info-tcb-1709 a:hover{
  background-color: #fff;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  opacity: 0.2;
}
.info-promo-1610 a:hover,
.info-promo-1709 a:hover{
  background-color: #fff;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  opacity: 0.2;
}

/* --------------- ヘッダー上 --------------- */
#info_box_top .info-tcb-1610 a {
  box-sizing: border-box;
  border-right: 1px solid rgba(255,255,255,0.3);
}
#info_box_top .info-tcb-1709 a {
  box-sizing: border-box;
}
/* LD、LT別の背景画像 */
#info_box_top .info-tcb-1610{
  background: url("//media.aws.locondo.jp/contents/img/common/info_bnr/info_pc-tcb-bg-LD.png") center 0 no-repeat;
  background-color: #01C3CF;
  height: 48px;
}
#info_box_top.info-lt .info-tcb-1610{
  background: url("//media.aws.locondo.jp/contents/img/common/info_bnr/info_pc-tcb-bg-LT.png") center 0 no-repeat;
  background-color: #FF0030;
  height: 48px;
}
/*201709*/
#info_box_top .info-tcb-1709 {
  background: url("//media.aws.locondo.jp/contents/img/common/info_bnr/info_pc-tcb-bg-LD_1709.png") center 0 no-repeat;
  background-color: #01C3CF;
  height: 48px;
}
#info_box_top.info-lt .info-tcb-1709{
  background: url("//media.aws.locondo.jp/contents/img/common/info_bnr/info_pc-tcb-bg-LT_1709.png") center 0 no-repeat;
  background-color: #FF0030;
  height: 48px;
}


/* tcb 2導線の時 */
.info-tcb-1610.total-link-2 a{
  width:25%;
}
.info-tcb-1610.total-link-2 .link-a{
  left:50%;
}
.info-tcb-1610.total-link-2 .link-b{
  left:75%;
}
/* tcb 3導線の時 */
.info-tcb-1610.total-link-3 a{
  width:16.6%;
}
.info-tcb-1610.total-link-3 a.link-c {
  width:16.8%;
}
.info-tcb-1610.total-link-3 .link-a{
  left:50%;
}
.info-tcb-1610.total-link-3 .link-b{
  left:66.6%;
}
.info-tcb-1610.total-link-3 .link-c{
  left:83.2%;
}
/* tcb 4導線の時 */
.info-tcb-1610.total-link-4 a{
  width:12.5%;
}
.info-tcb-1610.total-link-4 .link-a, .info-tcb-1610.total-link-4 a:first-child{
  left:50%;
}
.info-tcb-1610.total-link-4 .link-b, .info-tcb-1610.total-link-4 a:nth-child(2){
  left:62.5%;
}
.info-tcb-1610.total-link-4 .link-c, .info-tcb-1610.total-link-4 a:nth-child(3){
  left:75%;
}
.info-tcb-1610.total-link-4 .link-d, .info-tcb-1610.total-link-4 a:nth-child(4){
  left:87.5%;
}

/* new 6導線の時 */
.info-tcb-1709.total-link-6 a{
  width:11%;
}
.info-tcb-1709.total-link-6 a:first-child{
  left:34%;
}
.info-tcb-1709.total-link-6 a:nth-child(2){
  left:45%;
}
.info-tcb-1709.total-link-6 a:nth-child(3){
  left:56%;
}
.info-tcb-1709.total-link-6 a:nth-child(4){
  left:67%;
}
.info-tcb-1709.total-link-6 a:nth-child(5){
  left:78%;
}
.info-tcb-1709.total-link-6 a:nth-child(6){
  left:89%;
}
/* new 5導線の時 */
.info-tcb-1709.total-link-5 a{
  width:13.2%;
}
.info-tcb-1709.total-link-5 a:first-child{
  left:34%;
}
.info-tcb-1709.total-link-5 a:nth-child(2){
  left:47.2%;
}
.info-tcb-1709.total-link-5 a:nth-child(3){
  left:60.4%;
}
.info-tcb-1709.total-link-5 a:nth-child(4){
  left:73.6%;
}
.info-tcb-1709.total-link-5 a:nth-child(5){
  left:86.8%;
}
/* new 4導線の時 */
.info-tcb-1709.total-link-4 a{
  width:16.5%;
}
.info-tcb-1709.total-link-4 a:first-child{
  left:34%;
}
.info-tcb-1709.total-link-4 a:nth-child(2){
  left:50.5%;
}
.info-tcb-1709.total-link-4 a:nth-child(3){
  left:67%;
}
.info-tcb-1709.total-link-4 a:nth-child(4){
  left:83.5%;
}

/* --------------- ヘッダー下 --------------- */

.outlet #info_box_bottom .info-promo-1610 {
  margin-top: 0;
}
/* プロモ 1導線の時 */
.info-promo-1609.total-link-1 .link-a,
.info-promo-1610.total-link-1 .link-a{
  left:0;
  width: 100%;
}
/* プロモ 2導線の時 */
.info-promo-1609.total-link-2 .link-a,
.info-promo-1610.total-link-2 .link-a{
  left:0;
  width: 75%;
}
.info-promo-1609.total-link-2 .link-b,
.info-promo-1610.total-link-2 .link-b{
  left:75%;
  width: 25%;
}
/* プロモ シークレット161216 */
.authentication{
  display: block;
}
.not-authentication{
  display: none;
}
/* クーポンコード */
.info-promo-1610.coupon-code{
  position: relative;
}
.info-promo-1610.coupon-code a{
  position:absolute;
  width:780px;
}
.info-promo-1610.coupon-code .code-txt{
  display:inline-block;
  font-size: 15px;
  position: absolute;
  left: 826px;
  top: 0;
  width: 174px;
  text-align: left;
  font-weight:bold;
  height: 32px;
  line-height:32px;
  letter-spacing:.05em;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

/* UPDATED:2018.10 #47018 カテゴリ導線追加、季節商品 */
.gNav_dropInner .seasonItem-summer{
  display: none;
}

/* UPDATED:2019.06 #52533 LGC、マーケットプレイス(モール)導線 */
#marketPlace{
  font-size:0;
  position:absolute;
  top:28px;
  left:240px;
}
.outlet #marketPlace{
  left:214px;
}
.lgc #marketPlace{
  left:175px;
}
#marketPlace .mp_item{
  display:inline-block;
}
#marketPlace .mp_item:before{
  content:"";
  display:inline-block;
  margin:0 8px;
  width:1px;
  height:10px;
  background-color:#999;
}
#marketPlace .mp_item:first-child:before{
  margin-left:0;
}
#marketPlace .mp_item span{
  margin-left:2px;
  font-size:11px;
}
#marketPlace .mp_item a{
  display:inline-block;
  padding:0 4px;
  font-size:13px;
  line-height:2;
  font-family: 'classico-urw', 'Classico URW', sans-serif;
  letter-spacing:.05em;
  color:#222;
  text-decoration:none;
}
.outlet #marketPlace .mp_item a{
  color:#fff;
}
.outlet #marketPlace .mp_item:before{
  background-color:#fff;
  opacity:.5;
}
.department #marketPlace .mp_item a{
  color:#C7B07D;
}
.department #marketPlace .mp_item:before{
  background-color:#C7B07D;
  opacity:.5;
}
.lgc #marketPlace .mp_item a{
  color:#fff;
}
.lgc #marketPlace .mp_item:before{
  background-color:#fff;
  opacity:.5;
}
#marketPlace .mp_item a:hover{
  border-bottom:2px solid #333;
}
.outlet #marketPlace .mp_item a:hover{
  border-color:#fff;
}
.department #marketPlace .mp_item a:hover{
  border-color:#C7B07D;
}
.lgc #marketPlace .mp_item a:hover{
  border-color:#fff;
}

/*----------------------------------------------------------------------------
サジェスト新API
----------------------------------------------------------------------------*/
.output_suggest{
  padding: 0;
  }
  .output_suggest ul.SuggestCommoditiesList{
  background: #fff;
  }
  .output_suggest ul.brandCategorySuggestList{
    border-top: 1px solid #f0f0f0;
  }
  .output_suggest ul.brandSuggestList li a,
  .output_suggest ul.brandCategorySuggestList li a,
  .output_suggest ul.categorySuggestList li a{
  border: none;
  padding: 6px 8px 6px 12px;
  }
  .output_suggest ul.brandSuggestList li small{
    padding-left: .5em;
    color: #999;
  }
  .output_suggest h4.searchHistoryTitle,
  .output_suggest h4.brandSuggestTitle,
  .output_suggest h4.itemSuggestTitle{
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  padding: 6px 16px 0 12px;
  background-color: #f4f4f4;
  border: 1px solid #f0f0f0;
  position: relative;
  }
  .output_suggest ul.categorySuggestList li:last-child,
  .output_suggest ul.categorySuggestList li:nth-child(n + 3),
  .output_suggest ul.brandSuggestList li:last-child,
  .output_suggest ul.brandSuggestList li:nth-child(n + 5),
  .output_suggest ul.brandCategorySuggestList li:last-child,
  .output_suggest ul.brandCategorySuggestList li:nth-child(n + 5),
  .output_suggest ul.SuggestCommoditiesList li:last-child{
  border-bottom: none;
  }
  .output_suggest ul.categorySuggestList li:nth-child(n + 4),
  .output_suggest ul.brandSuggestList li:nth-child(n + 6),
  .output_suggest ul.brandCategorySuggestList li:nth-child(n + 6){
  display: none;
  }
  .categorySuggestList, 
  .brandCategorySuggestList {
    border-bottom: 1px solid #f0f0f0;
}
  ul.SuggestCommoditiesList li a span{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
  }
  ul.SuggestCommoditiesList li a span img{
  margin-right: 10px;
  max-width: initial;
  width: 44px;
  height: 44px;
  }

/* お誕生日クーポン */
#nav_user .menu-bdCoupon a{
  display:block;
  line-height:40px;
  font-size:12px;
  color:#333;
  background-color:#F6F6F6;
  position:relative;
  padding-left:34px;
}
#nav_user .menu-bdCoupon a:hover{
  background-color:#e6e6e6;
}
#nav_user .menu-bdCoupon a span{
  padding-bottom:.2em;
  font-weight:600;
  color:#ED143D;
}
#nav_user .menu-bdCoupon a:before{
  content:"";
  display:block;
  width:18px;
  height:18px;
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_bdCoupon2.png);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  position:absolute;
  top:10px;
  left:10px;
}

/* 通知 #99907 #101021 */
.iconNotification{
  position: absolute;
  top: 9px;
  left: 39px;
  background: #ED143D;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  animation-name: FlashUpdate;
  animation-duration: 3.5s;
  animation-delay: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  display: inline-block !important;
}
.outlet .iconNotification{
  color: #ff9898
}
@keyframes FlashUpdate{
  40%{
    opacity: 0
  }
  60%{
    opacity: 1
  }
}

#nav_user .menu-notificationMenu a {
  display: flex;
  align-items: center;
  line-height: 40px;
  font-size: 12px;
  color: #333;
  background-color: #F6F6F6;
  position: relative;
  padding-left: 34px;
  border-top: 1px solid #fff;
}
#nav_user .menu-notificationMenu a:hover{
background-color:#f0f0f0;
}
#nav_user .menu-notificationMenu a span {
  font-weight: 600;
  color: #ED143D;
}

#nav_user .menu-notificationMenu a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: 10px;
}
#nav_user .menu-notificationMenu.menu-notificationMenu-newCoupon a:before {
  background-image: url(//media.aws.locondo.jp/_assets/img/both/icon_present.svg);
}
#nav_user .menu-notificationMenu.menu-notificationMenu-unreadMessage a:before {
  background-image: url(//media.aws.locondo.jp/_assets/img/both/icon_wanco.svg);
}
#nav_user .menu-notificationMenu.menu-notificationMenu-ReviewableItem a:before {
  background-image: url(//media.aws.locondo.jp/_assets/img/both/icon_review.svg);
}
#nav_user .menu-notificationMenu .messageNum,
#nav_user .menu-notificationMenu .reviewNum {
  margin-left: auto;
  margin-right: 8px;
}
#nav_user .menu-notificationMenu .messageNum .inquiry_num,
#nav_user .menu-notificationMenu .reviewNum {
  position: inherit;
  top: inherit;
  color: #fff;
}