@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';
@layer assets {

  @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: BOEM - assets
  TITLE: PC ヘッダー 【L4】

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


  /*----------------------------------------------------------------------------
  　(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 .drop {
    visibility: hidden;
    cursor: default;
    position: absolute;
    z-index: 9999 !important;
    background: #fff;
    text-align: left;
    padding: 25px 24px;
    margin-left: -12px;
    border: 1px solid #000;
    top: 64px;
  }
  .Dropdown #is_login.drop {
    width: 260px;
    margin-left: -78px;
  }
  .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_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;
  }

  /* 追加 */
  /* 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:#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(https://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:#333;
    position:relative;
  }
  #nav_user .menu-item a:hover{
    opacity:.7 !important;
    text-decoration:underline;
  }
  #nav_user .reviewNum {
    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;
  }
  #nav_user .js-unreadMessageCount .inner {
    color: #fff;
  }

  /* 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;
    z-index: 100;
  }
  #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-left:4px;
    width: 180px;
    height: 65px;
    text-indent: -9999px;
    background: url(https://media.aws.locondo.jp/_assets/img/logo_dark.svg) 0 0 no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  #header_ver5 h1 a:hover{
    opacity:.8;
  }
  #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;
  }
  #header_ver5 h2.header_about a img{
    width: 50%;
    height: 50% ;
  }

  /*----------------------------------------------------------------------------
  　(4) ジェンダーナビ、ユーザーナビ
  ----------------------------------------------------------------------------*/
  #nav_container_common {
    width:100%;
    height: 65px;
    margin:0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
  #nav_container_common .innerWrap{
    margin:0 auto;
    width:1024px;
    height:65px;
    position:relative;
  }
  #nav_container_common h1{
    width:180px;
    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 20px;
    float:right;
  }
  #nav_gender li {
    float: left;
    margin-right: 12px;
    text-align: center;
  }
  #nav_user > li {
    float: left;
    text-align: center;
  }
  #nav_user #user_login,
  #nav_user #user_favorite,
  #nav_user #user_cart {
    display: block;
    width: 54px;
    height: 65px;
    text-decoration: none;
    position:relative;
    font-family: 'boemfont';
  }
  #nav_user #user_login{
    font-size:0;
  }
  #nav_user li.Dropdown a:hover {
    opacity:1;
  }
  #nav_user #user_login:before{
    font-family: 'boemfont';
    font-size: 26px;
    display: block;
    content: '\e902';
    color: #444;
    padding-top: 14px;
  }
  #nav_user li:hover #user_login:before{
    opacity: 0.6;
  }
  .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: 26px;
    display: block;
    content: '\e607';
    color: #444;
    padding-top: 14px;
  }
  #nav_user li:hover  #user_favorite:before {
    opacity: 0.6;
  }
  #nav_user #user_cart:before {
    font-size: 26px;
    display: block;
    content: '\e608';
    color: #444;
    padding-top: 14px;
  }
  #nav_user li:hover #user_cart:before {
    opacity: 0.6;
  }

  /* 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;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }
  #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: #FF5E74;
    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 .js-cartCount.-transform .inner{
    transform:scale(2);
  }
  .gNav_index.cateOutlet .action_area {
    color: #FF0030;
  }

  /*----------------------------------------------------------------------------
  　(5) グローバルナビ
  ----------------------------------------------------------------------------*/
  .gNav {
    position: relative;
    clear: both;
    height: 65px;
    box-sizing:border-box;
    margin:0 auto;
    background-color:#f4f4f4;
  }
  .gNav > .innerWrap{
    margin:0 auto;
    width:1024px;
  }
  .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;
  }
  .locondo .gNav_index.cateSale span,
  .locondo .gNav_index.cateOutlet span{
    color:#FF0030;
  }

  /* ドロップ内 */
  .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;
  }

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

  /* 通知 #99907 #101021 */
  .iconNotification{
    position: absolute;
    top: 5px;
    left: 30px;
    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;
  }
  .menu-notificationMenu{
    margin-left: -16px;
    margin-right: -16px;
  }
  .menu-notificationMenu + .menu-item {
    margin-top: 16px;
  }
  #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;
  }


  .menu-notificationMenu #nav_user .reviewNum, #nav_user .js-unreadMessageCount .inner {
    position: inherit;
    top: inherit;
    left: inherit;
  }

  /*----------------------------------------------------------------------------
  　(6) 検索ボックス
  ----------------------------------------------------------------------------*/
  #searchBox{
    margin:0 auto;
    margin-top:15px;
    position:relative;
    float:right;
  }
  .search_box{
    display:inline-block;
    width: 220px;
    z-index: 1000 !important; /* TCB重なり対応 */
  }
  .search_box .form-container #searchText:focus{
    background-color:#fff;
    border: 1px solid #000;
  }
  .wrap_searchText:before{
    content:"";
    display:inline-block;
    width:16px;
    height:16px;
    background:url(https://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;
    width: 220px;
    height: 34px;
    padding-left:28px;
    font-size:13px;
    background-color:transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
  }
  .search_box .form-container #searchText{
    position:relative;
    background-color:#eee;
    box-sizing: border-box;
    padding-right: 34px;
  }
  .locondo #searchText {
    padding-left:10px;
  }
  .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: 34px;
    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::-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;
  }
  #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;
  }
  /* サジェスト */
  .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:9;
  }
  .suggestBox .heading{
    height:40px;
    padding-left:12px;
    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(https://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{
    font-size:10px;
    position:absolute;
    top:6px;
    right:30px;
  }
  .suggest_searchHistory .indexItemHeading .displayAll:hover{
    text-decoration:underline;
  }

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

  /*----------------------------------------------------------------------------
    (8) サジェスト
  ----------------------------------------------------------------------------*/
  .output_suggest{
    padding: 0;
  }
  .output_suggest .SuggestCommoditiesList{
    background: #fff;
  }
  /* 消す */
  .output_suggest .brandCategorySuggestList{
    border-top: 1px solid #f0f0f0;
  }
  .output_suggest .brandSuggestList li a,
  .output_suggest .brandCategorySuggestList li a,
  .output_suggest .categorySuggestList li a{
    border: none;
    padding: 6px 8px 6px 12px;
  }
  .output_suggest .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 .categorySuggestList li:last-child,
  .output_suggest .categorySuggestList li:nth-child(n + 3),
  .output_suggest .brandSuggestList li:last-child,
  .output_suggest .brandSuggestList li:nth-child(n + 5),
  .output_suggest .brandCategorySuggestList li:last-child,
  .output_suggest .brandCategorySuggestList li:nth-child(n + 5),
  .output_suggest .SuggestCommoditiesList li:last-child{
    border-bottom: none;
  }
  .output_suggest .categorySuggestList li:nth-child(n + 4),
  .output_suggest .brandSuggestList li:nth-child(n + 6),
  .output_suggest .brandCategorySuggestList li:nth-child(n + 6){
    display: none;
  }
  .categorySuggestList, 
  .brandCategorySuggestList {
    border-bottom: 1px solid #f0f0f0;
  }
  /* ここまで消す */
  .SuggestCommoditiesList li a span{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
  }
  .SuggestCommoditiesList li a span img{
    margin-right: 10px;
    max-width: initial;
    width: 44px;
    height: 44px;
  }

  /* 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{
    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;
  }
  /* ショップは基本非表示 */
  .output_suggest .suggestList > li[data-type="shop"]{
    display: none;
  }

  /*----------------------------------------------------------------------------
    (9) ヘッダーナビ 左側
  ----------------------------------------------------------------------------*/
  .header-nav{
    display: flex;
    margin: 0 10px;
    float: left;
  }
  .header-nav__list{
    line-height: 65px;
    padding-left: 30px;
    font-size: 14px;
    color: #000;
  }
  .header-nav__list ul li{
    line-height: 30px;
  }
  .header-nav__list > a:hover{
    border-bottom: 2px solid #000;
  }

}