@charset "utf-8";
@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: LOCONDO.jp
TITLE: PC ヘッダー 【L4】

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

UPDATED:2015.12 サービス改訂 #13710 14510　※これ以前はcommon-header_1508.css
UPDATED:2016.01 ロコレットヘッダー #16017
UPDATED:2016.02 お知らせ欄LPP改訂 #16318
UPDATED:2016.03 お気に入りブランド #15768 ロコレットバックリンク #16683
UPDATED:2016.04 コンシェルジュ情報の修正 #18490
UPDATED:2016.06 裏クーポンキャンペーン#21384
UPDATED:2016.09 お知らせ欄TCB、プロモーション変更
UPDATED:2016.12 お知らせ欄クーポン変更
UPDATED:2017.07 #36182 ワンコ第2フェーズ
UPDATED:2018.04 #41545 カテゴリ導線見直し
UPDATED:2018.10 #47018 カテゴリ導線追加、季節商品
UPDATED:2019.06 #52533 LGC、マーケットプレイス(モール)導線
UPDATED:2019.06 #53831 枝番ファイルを元に戻す
UPDATED:2019.11 #58334 マイページリッチ化
UPDATED:2020.02 #60768 サジェスト新API
____________________________________________________________________________*/


/*----------------------------------------------------------------------------
　(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{
  margin-bottom:16px;
  font-size:11px;
  line-height:1;
  position:relative;
}
#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:#FB8562;
}
#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:230px;
  height:1px;
  position:relative;
  left:-16px;
  margin-bottom:16px;
}
#nav_user .reviewNum,
#nav_user .messageNum .inquiry_num{
  display:inline-block;
  position:absolute;
  top: -4px;
  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_top.commercialtype2 {
  margin-bottom: 0;
}
#header_ver5 {
  clear: both;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* section site CI */
#header_ver5 h1 a {
  width: 220px;
  height: 30px;
  text-indent: -9999px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_ld_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 25px;
  left: 4px;
  display: block;
}
.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;
}
.commercialtype3 #header_ver5 h1 a{
  width: 200px;
  height: 28px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_maison.svg) 0 center no-repeat;
  background-size: contain;
  top: 25px;
  left: -4px;
}
.commercialtype2 #header_ver5 h1 a{
  width: 200px;
  height: 50px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_kix.svg) 0 center no-repeat;
  background-size: contain;
  top: 15px;
  left: -4px;
}

/* .fashionwalker #header_ver5 h1 a{
  width: 288px;
  height: 46px;
  background: url(//media.aws.locondo.jp/contents/img/pc/headerLogo_fashionwalker_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;
}
.commercialtype3 #header_ver5{
  background-color: #222;
}
.commercialtype2 #header_ver5{
  background-color: #fff;
}
.commercialtype3 #nav_container_common{
  border-top: none;
}
/* .fashionwalker #header_ver5{
  background-color:#333;
} */
/* 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;
}
.commercialtype3 #header_guide_contact li a{
  color: #eee;
}
.commercialtype2 #header_guide_contact li a{
  color:#333;
}
#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:1000px;
  height: 80px;
  margin:0 auto;
  position:relative;
}
.commercialtype3 #nav_container_common {
  width:1000px;
  height: 75px;
  margin:0 auto;
  position:relative;
  letter-spacing: 0;
}
#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 {
  float: right;
  margin: 16px 0 0 0;
  line-height: 18px;
}
.commercialtype2 #nav_user {
  margin: 16px 0 0 0;
}
#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: 48px;
  text-decoration: none;
  position:relative;
  font-family: 'boemfont';
}
#nav_user li.Dropdown a:hover {
  opacity:1;
}
#nav_user #user_login:before{
  font-size: 26px;
  display: block;
  content: '\e902';
  color: #222;
  padding-top: 15px;
}
#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:12px;
  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;
}
.commercialtype3 #nav_user #user_login:after,
.commercialtype3 #nav_user #user_favorite:after {
  border-top: 4px solid #ccc;
}
#nav_user #user_favorite.arr_none:after {
  display:none;
}
#nav_user #user_favorite:before {
  font-size: 26px;
  display: block;
  content: '\e607';
  color: #222;
  padding-top: 15px;
}
#nav_user li:hover  #user_favorite:before {
  opacity: 0.6;
}
#nav_user #user_cart:before {
  font-size: 26px;
  display: block;
  content: '\e608';
  color: #222;
  padding-top: 15px;
}
#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;
}
.commercialtype3 #nav_user #user_login:before,
.commercialtype3 #nav_user #user_favorite:before,
.commercialtype3 #nav_user #user_cart:before {
  color: #fff;
}
.commercialtype2 #nav_user #user_login:before,
.commercialtype2 #nav_user #user_favorite:before,
.commercialtype2 #nav_user #user_cart:before {
  color: #111;
}
#nav_user #user_login span, #nav_user #user_favorite span, #nav_user #user_cart 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: #fa7046;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.outlet #is_logout #btn_login a {
  background: #b00;
}
.commercialtype3 #is_logout #btn_login a {
  background: #222;
}
.commercialtype2 #is_logout #btn_login a {
  color:#fff;
  background: #222;
}
#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 #cart_num,
#user_login span#mypage_num {
  display:inline-block;
  position: absolute;
  top: 6px;
  left: 35px;
  width: 18px;
  height: 18px;
  background: #fa7046;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
/* カート追加アニメーション */
transition:.2s all;
transform:scale(1);
}
/* カート追加アニメーション */
#user_cart #cart_num.-transform{
  transform:scale(2);
}
.outlet #user_cart #cart_num,
.outlet #user_login #mypage_num {
  background: #fff;
  color: #b00;
}
.commercialtype3 #user_cart #cart_num,
.commercialtype3 #user_login span#mypage_num {
  background: #ee3224;
  color: #fff;
}
.commercialtype2 #user_cart #cart_num,
.commercialtype2 #user_login span#mypage_num {
  background: #ee3224;
  color: #fff;
}
.gNav_index.cateOutlet .action_area {
  color: #cc0000;
}

/* 通知 #99907 #101021 */
.iconNotification{
  position: absolute;
  top: 8px;
  left: 36px;
  /* background: #ff4747;
  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
} */

.iconNotification img {
  width: 16px;
  height: auto;
}


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

/*----------------------------------------------------------------------------
　(5) グローバルナビ
----------------------------------------------------------------------------*/
.gNav {
  position: relative;
  clear: both;
  height: 48px;
  border-bottom: 1px solid #222;
  box-sizing:border-box;
  margin:0 auto;
}
.outlet .gNav{
  border-bottom: 1px solid #b00;
}
.commercialtype3 .gNav{
  border-bottom: none;
}
.commercialtype3 .gNav [data-item="buisiness"],
.commercialtype3 .gNav [data-item="rain_mens"],
.commercialtype3 .gNav [data-item="shoe_care_m"],
.commercialtype3 .gNav [data-item="3_suit_m"],
.commercialtype3 .gNav [data-item="yukatawasom"],
.commercialtype3 .gNav [data-item="m_marine_all"],
.commercialtype3 .gNav [data-item="happybag_m"],
.commercialtype3 .gNav [data-item="watch_m"]{
  display: none !important;
}
.commercialtype2 .gNav{
  background-color:#F2F2F2;
  border-bottom: none;
}
/* KIX mens */
.commercialtype2 .gNav [data-item="buisiness"],
.commercialtype2 .gNav [data-item="3_suit_m"],
.commercialtype2 .gNav [data-item="yukatawasom"],
.commercialtype2 .gNav [data-item="happybag_m"],
.commercialtype2 .gNav [data-item="3_allinone_m"],
.commercialtype2 .gNav [data-item="m_underwear_sox"],
.commercialtype2 .gNav [data-item="wallet_mens"],
.commercialtype2 .gNav [data-item="accessory_m"],
.commercialtype2 .gNav [data-item="watch_m"]
{
  display: none !important;
}
/* KIX womens */
.commercialtype2 .gNav [data-item="pumps"],
.commercialtype2 .gNav [data-item="ballet2"],
.commercialtype2 .gNav [data-item="yukatawasom"],
.commercialtype2 .gNav [data-item="happybag_m"],
.commercialtype2 .gNav [data-item="dress_l"],
.commercialtype2 .gNav [data-item="3_suit_l"],
.commercialtype2 .gNav [data-item="watch_m"],
.commercialtype2 .gNav [data-item="maternity_wear"],
.commercialtype2 .gNav [data-item="yukatawaso"],
.commercialtype2 .gNav [data-item="3_dress_l"],
.commercialtype2 .gNav [data-item="3_allinone_l"],
.commercialtype2 .gNav [data-item="l_underwear_sox"],
.commercialtype2 .gNav [data-item="l_marine_all"],
.commercialtype2 .gNav [data-item="wallet_ladies"],
.commercialtype2 .gNav [data-item="accessory_l"],
.commercialtype2 .gNav [data-item="3_skirt_l"],
.commercialtype2 .gNav [data-item="watch_l"]
{
  display: none !important;
}
.wrap-gNav_largeCategory {
  margin: 0 auto;
  width: 1000px;
  height:48px;
  display:flex;
}
.gNav_largeCategory {
  display: flex;
}
.gNav_largeCategory .gNav_index {
  display: flex;
  padding-right: 22px;
  text-align: center;
  font-size: 13px;
  height: 48px;
  color: #333;
  box-sizing: border-box;
}
.gNav_largeCategory .gNav_index span,
.gNav_largeCategory .gNav_index span a {
  color: #333;  
}
.gNav_largeCategory .gNav_index > a:hover {
  text-decoration:none;
}
.gNav_largeCategory .gNav_index span {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0;
  letter-spacing: 0.05em;
}
.gNav_largeCategory .gNav_index:hover .action_area{
  border-bottom: 3px solid #222;
  box-sizing: border-box;
  cursor:pointer;
}
.outlet .gNav_largeCategory .gNav_index:hover .action_area{
  border-color: #b00;
}
.commercialtype3 .gNav_largeCategory .gNav_index:hover .action_area{
  border-color: #fff;
}
.commercialtype2 .gNav_largeCategory .gNav_index:hover .action_area{
  border-color: #222;
}
.gNav_largeCategory .gNav_index a:hover{
  text-decoration:none;
  opacity:.7;
}

/* gNav_largeCategoryの三角アイコン*/
.gNav_largeCategory .cateL .action_area:after,
.gNav_largeCategory .cateM .action_area:after,
.gNav_largeCategory .cateK .action_area:after,
.gNav_largeCategory .cateCosme .action_area:after,
.gNav_largeCategory .cateSports .action_area:after,
.gNav_largeCategory .cateHomefashion .action_area:after,
.gNav_largeCategory .cateBeauty .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;
}

.commercialtype3 .gNav{
  background: #333;
  color: #fff;
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif, clean;
  font-weight: 500;
}
.commercialtype3 .gNav_largeCategory .gNav_index span,
.commercialtype3 .gNav_largeCategory .gNav_index span a {
  color: #eee;
  letter-spacing: initial;
  font-family:"Montserrat";
  font-weight:600;
}
.commercialtype3 .gNav_largeCategory .cateL .action_area:after,
.commercialtype3 .gNav_largeCategory .cateM .action_area:after,
.commercialtype3 .gNav_largeCategory .cateK .action_area:after,
.commercialtype3 .gNav_largeCategory .cateSports .action_area:after,
.commercialtype3 .gNav_largeCategory .cateHome .action_area:after {
  border-top: 4px solid #ABABB7;
}
.commercialtype3 .gNav_largeCategory .action_area:hover:after{
  border-top: 4px solid #fff;
}
.commercialtype3 .gNav_largeCategory .gNav_index.cateSale span{
  color: #FF3333;
}
.commercialtype3 .gNav_largeCategory .gNav_index.cateSale span{
  color: #FF3333;
}
.commercialtype2 .gNav_largeCategory .gNav_index.cateSale span{
  color: #f00;
}
.locondo .gNav_index.cateSale span,
.locondo .gNav_index.cateOutlet span{
  color:#d00;
}
.commercialtype2 .gNav_largeCategory .gNav_index span,
.commercialtype2 .gNav_largeCategory .gNav_index span a {
  color: #111;
  font-family:"Montserrat";
  font-weight:600;
}

/* ドロップ内 */
.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;
}
.cateCosme .gNav_dropInner > ul,
.cateSports .gNav_dropInner > ul,
.cateHomefashion .gNav_dropInner > ul{
  width: 230px;
}
.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_listHeading:nth-child(n + 2) {
  margin-top:.5em;
}
.gNav_dropInner > ul .nav_linkAll a{
  display:inline-block;
  margin-top:1em;
  font-size: 13px;
  line-height:1;
  font-weight: 600;
  color: #333;  
  text-decoration:underline;
  text-underline-offset:.5em;
}
.cateHome .gNav_dropInner > ul .nav_linkAll a{
  margin-top: 0;
}
.gNav_dropInner > ul a {
  display: block;  
  color: #666;
}
.gNav_dropInner .nav_listHeading a{
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.cateHome .gNav_dropInner .nav_listHeading a{
  font-weight: 400;
}
.cateHomefashion .gNav_dropInner .nav_listHeading[data-item="category/home_fashion"] a:after{
  content:"すべてを見る";
}
.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;
}
.gNav_dropInner .nav_listHeading_locolet a {
  color:#d00;
}
.commercialtype3 .gNav_dropWrapper {
  background-color: #333;
}
.commercialtype3 .gNav_dropInner,
.commercialtype2 .gNav_dropInner{
  display:flex;
  justify-content:space-between;
  margin:0 auto;
  position:relative;
}
.commercialtype3 .gNav_dropInner > ul,
.commercialtype2 .gNav_dropInner > ul{
  width:220px;
  flex-grow:0;
  flex-shrink:0;
  padding-right:2em;
}
.commercialtype3 .gNav_dropInner .gNav_photo,
.commercialtype2 .gNav_dropInner .gNav_photo{
  height:200px;
  flex-grow:1;
  display:flex;
  justify-content:flex-end;
}
.commercialtype3 .gNav_dropInner .gNav_photo img,
.commercialtype2 .gNav_dropInner .gNav_photo img{
  width:auto;
  height:auto;
}
.commercialtype3 .gNav_dropInner .nav_listHeading a {
  color: #fff;
}
.commercialtype3 .gNav_dropInner > ul a {
  color: #fff;
  opacity: 0.9;
}
/* gNavオープン時の表示制御 */
.is-gNavActive > .gNav_dropWrapper {
  opacity: 1; 
  visibility: visible;
}
.wrapperUnderGnav {
  position: relative;
}
.wrapperUnderGnav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  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;
  width:1000px;
  position:relative;
}
.search_box{
  display:inline-block;
  position:absolute;
  right:0;
  top:-39px;
  width:310px;
  z-index: 1000 !important; /* TCB重なり対応 */
}
.search_box .form-container{
  position:relative;
}
.wrap_searchText{
  position:absolute;
}
.wrap_searchText:before,
.commercialtype2 .wrap_searchText:after{
  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;
}
.commercialtype2 .wrap_searchText:after{
  background-image:none;
  background-color:#000;
  opacity:.1;
}

#searchText {
  display: block;
  box-sizing:border-box;
  width: 266px;
  height: 28px;
  padding-left:28px;
  font-size:13px;
  line-height:26px;
  background-color:#fafafa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #ddd;
  border-radius:1px;
}
.locondo #searchText {
  padding-left:8px;
}
.locondo .wrap_searchText:before{
  display: none;
}
.outlet .wrap_searchText:before{
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_mp_lt.png);
}
.commercialtype3 .wrap_searchText:before{
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_mp_maison.png);
}
.commercialtype2 .wrap_searchText:before{
  opacity:.6;
  background-image:url(//media.aws.locondo.jp/contents/img/common/icon_mp_kix.png);
  background-color:#000;
}
/* .commercialtype2 .wrap_searchText:before{
  background-image:none;
  display:inline-block;
  content: '\e600';
  font-size:20px;
  color:#5400ff;
  position:absolute;
  left:6px;
  top:5px;
  font-family: 'boemfont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
} */
.commercialtype3 #searchText {
  color: rgb(204 204 204);
  background-color: rgb(255 255 255 / 100%);
  border: none;
  /* border-radius: 4px 0 0 4px; */
}
.commercialtype2 #searchText {
  color:#666;
  background-color:rgba(255, 255, 255, 1);
  border:none;
}
.wrap_searchbutton{
position:absolute;
right:0;
}
.searchbutton{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  display:inline-block;
  font-size:0;
  cursor: pointer;
  background-color:#fa7046;
  width:44px;
  height:28px;
  position: relative;
}
.searchbutton:before{
  display:inline-block;
  content: '\e600';
  font-size:20px;
  color:#fff;
  position:absolute;
  left:12px;
  top:4px;

  font-family: 'boemfont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.wrap_searchbutton:hover{
  opacity:.7;
}
.outlet .searchbutton{
  background-color:#b00;
}
.commercialtype3 .searchbutton{
  background-color: #222;
}
.commercialtype2 .searchbutton{
  background-color:#222;
}
.commercialtype3 .wrap_searchbutton:before{
  color:#000;
}
/* 検索ボックスのテキストカラー設定 */
#searchText:focus{
  background-color: #fff;
  border: 1px solid #fa7046;
  color: #222;
  box-sizing:border-box;
}
.outlet #searchText:focus{
  border-color: #b00;
  color: #000 !important;
  }
.commercialtype3 #searchText:focus{
  background-color:#f7f7f7;
  border-color: #ccc;
  }
.commercialtype2 #searchText:focus{
  border-color: #222;
  }
#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;
}

.commercialtype3 #searchText:focus{
  color: #222;
}
.commercialtype3 #searchText::-webkit-input-placeholder {
  color: #aaa;
}
.commercialtype3 #searchText:-ms-input-placeholder {
  color: #aaa;
}
.commercialtype3 #searchText::-moz-placeholder {
  color: #aaa;
}
#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:28px;
  left:-50px;
  display: none;
}
.commercialtype2 .suggestBox{
  left:0px;
  top: 32px;
}
.suggestBox .suggestBox_innner{
  box-shadow: 0px 0px #ddd, 0px 1px #f0f0f0;
}
.search_box.mouseenter .suggestBox,
.search_box.focus .suggestBox{
  display: block !important;
}

.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:#fa7046;
  font-size:10px;
  position:absolute;
  top:6px;
  right:30px;
}
.suggest_searchHistory .indexItemHeading .displayAll:hover{
  text-decoration:underline;
}

.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{
  font-size:10px;
  color:#999;
  flex-grow:0;
  flex-shrink: 0;
  display:flex;
  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) インフォメーションエリア
----------------------------------------------------------------------------*/
#info_box_top, #info_box_bottom {
  width: 100%;
  clear: both;
  overflow:hidden;
  text-align: center;
}
.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: #fa7046;
  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: #cc0000;
  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: #fa7046;
  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: #cc0000;
  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;
}
.commercialtype2 #marketPlace{
  left:316px;
}
#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;
}
.commercialtype3 #marketPlace{
  left: 214px;
}
.commercialtype2 #marketPlace{
  left: 210px;
}
.commercialtype3 #marketPlace .mp_item a{
  color: #eee;
}
.commercialtype3 #marketPlace .mp_item:before{
  background-color: #666;
  opacity: 1;
}
.commercialtype2 #marketPlace .mp_item a{
  color:#111;
}
.commercialtype2 #marketPlace .mp_item:before{
  opacity:.5;
}
#marketPlace .mp_item a:hover{
  border-bottom:2px solid #333;
}
.outlet #marketPlace .mp_item a:hover{
  border-color:#fff;
}
.commercialtype3 #marketPlace .mp_item a:hover{
  border-color:#222;
}
.commercialtype2 #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: #fafafa;
  border: 1px solid #f0f0f0;
  position: relative;
  }
  /* ここから消す */
  .output_suggest ul.categorySuggestList li:last-child,
  .output_suggest ul.categorySuggestList li:nth-child(n + 5),
  .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 + 6),
  .output_suggest ul.brandSuggestList li:nth-child(n + 6),
  .output_suggest ul.brandCategorySuggestList li:nth-child(n + 6),
  .output_suggest .suggestList > li:nth-child(n + 11){
    display:none;
  }
  /* ここまで消す */
  .output_suggest .suggestList > li:nth-child(n + 11){
    display:none;
  }
  .categorySuggestList, 
  .brandCategorySuggestList {
    border-bottom: 1px solid #f0f0f0;
}
  .SuggestCommoditiesList li a span{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
  word-break: break-all;
  }
  .SuggestCommoditiesList li a span img{
  margin-right: 10px;
  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;
}
/*----------------------------------------------------------------------------
誕生日クーポンキャンペーン #73489

jsで操作
・ body に .-annv10 を付与する
・ .bdCoupon-camp エレメントを追加
----------------------------------------------------------------------------*/

.-annv10 .bdCoupon-camp{
  display:block;
  padding-left:.6em;
  line-height:20px;
  font-size:11px;
  color:#fff;
  background-color:#ED143D;
}
.-annv10 .menu-bdCoupon a{
  margin-top:0;
}
/* マイページ */
.-annv10 .mypage_main .bdCoupon-camp{
  margin:0 auto;
  margin-bottom:10px;
  text-align:center;
  display:block;
  padding-left:0;
  line-height:30px;
  font-size:15px;
/*   color:#ED143D; */
  background-color:#ED143D;
}
.-annv10 .mypage_main .bdCoupon-content .text3.-add{
  margin-top:-15px;
}
/* モーダル */
.-annv10 .locondoClubModal-text .text-1{
  margin-bottom:20px;
}
.-annv10 .locondoClubModal-text .text-2{
  display:none;
}
/* ガイド */
body:not(.-annv10) #locondo_club .add_BdCoupon{
  display:none;
}
#locondo_club .add_BdCoupon{
  display:block;
  margin-bottom:20px;
  padding:.8em 1em;
  font-size:12px;
  line-height:1.6;
  color:#fa7046;
  border:1px solid #fa7046;
}
#locondo_club .add_BdCoupon .heading{
  margin-right:1em;
  font-size:13px;
  font-weight:600;
}
#rank_locondo_point .table_head dd b{
  display:block;
  color:#fa7046;
}
/* #92649 決済ページ キャンペーンバナー */
#info_box_top.confirm_info_top{
  background-color:#f0f0f0;
}
#info_box_top.confirm_info_top .confirmBanner{
  display: flex !important;
  justify-content:
  center;
  margin:0 auto;
  width: 500px;
}
#info_box_top .confirmBanner a{
  display:block;
}
#info_box_top .confirmBanner img{
  display: block;
  width:100%;
  height:auto;
}
#info_box_top .confirmBanner a:hover{
  opacity:.7;
}
/* レビューくじお知らせ modal調整(掲載後削除予定) */
.remodal[data-remodal-id="reviewkuji_modal"] h2{
  font-size: 22px;
}
/* #100602 auPAY 休止のご案内 */
.aupay_info {
  display:block!important;
}
.aupay_info_app {
  display:none!important;
}

/* LOCOMAISON, LOCOKIX 対応*/
.commercialtype3 .gNav_index.cateL{
  display:none;
}

