@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

/* bootstrap custom */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {width: 1170px;}
.smaller-container{width: 970px;margin: 0 auto;}
/* font setting */
/*@font-face {
  font-family: 'NotoSansCJKjp-Black';
  src: url('/assets/fonts/notosanscjkjpblack.ttf');
  src: url('/assets/fonts/notosanscjkjpblack.svg');
  src: url('/assets/fonts/notosanscjkjpblack.eot') format('embedded-opentype'),
  url('/assets/fonts/notosanscjkjpblack.woff') format('woff'),
  url('/assets/fonts/notosanscjkjpblack.ttf') format('truetype'),
  url('/assets/fonts/notosanscjkjpblack.svg') format('svg');
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/assets/fonts/Noto Sans JP.otf');
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url('/assets/fonts/NotoSansCJKjp-Bold.otf');
}*/
/* init */
body, input, button, select, textarea{
  font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
.noto-bold{
  font-family:'Noto Sans JP';
  font-weight: 700;
}
label, input, button, select, textarea{
  font-size:11px;
}
.label{
  font-size:11px;
}
.text-center{
  text-align:center !important;
}
.red{
  color: #FF0000;
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.back{
  float: right;
  font-size: 11px;
  font-family: 'Tinos', sans-serif;
  font-style: italic;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover ,a:focus{
  color: #000000;
  outline:none;
}
ul{
  list-style: none;
}
.opensans{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
}

.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
#contents-body .list-item-text{
  min-height: 103px;
}
/*#contents-body .list-item-text .item-ttl{
  overflow: visible;
  text-overflow: inherit;
  white-space: normal;
}*/

/*prototypeまとめ買いセールアイコン*/
.icon .label{
  float: left;
  font-size: 10px;
  margin: 0;
  width: auto;
  height: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.12em;
  padding: 0 7px;
}
.icon{
  font-size: 0;
  line-height: 15px;
  position: absolute;
  top: 0;
}
.label-new{
  background-color: #0070e3;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.grandtop .icon .label-new {
  background-color: #0070e3;
}
.icon .label-rearrival {
  background-color: #27bdbb;
}
.label.label-bundle{
  background-color: #fff;
  color: #999;
  border: solid 1px #ccc;
}
.label.label-soldout{
  background-color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.label.label-sale{
  background-color: #9e1401;
  font-family: 'Open Sans', sans-serif;
}
.label.label-lsize{
  background-color: #ffa500;
  color: #fff;
}
.label.label-rearrival-mail{
  display: none;
  background-color: #27bdbb;
}
.label.label-handwash {
  background-color: #ef729e;
  color: #fff;
  line-height: 1.3;
}
.label.label-redeem {
  background-color: #73B520;
  color: #fff;
  line-height: 1.3;
}
.label.label-black-friday {
  background-color: #000000;
  color: #E9F400;
  font-family: 'Open Sans', sans-serif;
}
.is_left, .row .is_left, .row-fluid .is_left {
  margin-left: 0;
  clear: both;
}
.is_right, .row .is_right, .row-fluid .is_right {
  margin-right: 0;
}
/*パンくず*/
.breadcrumbs_wrap{
  width: 100%;
  border-top: 1px solid #eee;
}
.grandtop .breadcrumbs_wrap,
.brandtop .breadcrumbs_wrap{
  border: none;
}
/*.breadcrumbs_wrap .breadcrumb{
  margin-bottom: 0;
}*/
.breadcrumb li a{
  color: #989898;
  letter-spacing: 0.1em;
}
.breadcrumb li.active {
  color: #333333;
  letter-spacing: 0.1em;
}
/******************************
ボタン
******************************/
.btn {
  font-size:12px;
  text-shadow:none;
  background:none;
  background-color:#f5f5f5;
  -ms-box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.btn:hover, .btn:focus, .btn:active, .btn.disabled, .btn[disabled]{
  color: #fff;
  background-color: #666;
      -ms-transition: all 0.1s;
     -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}
  .btn a {
    color: #555;
  }
  .btn:hover a, .btn:focus a, .btn:active a {
    color: #FFF;
    text-decoration: none;
  }
.btn:focus{
  outline:none;
}
.btn-primary{
  font-size: 14px;
  border-radius: 2px;
  background-color:#333;
  padding: 20px 60px;
}
.btn-primary:hover,
.btn-primary:focus{
  background-color: #888;
}
.btn-back{
  font-size: 14px;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.btn-back:hover,
.btn-back:focus{
  background-color: #e8e8e8;
  color: #333;
}
.btn-blue {
  background-color: #62afff;
}
.btn-blue:hover,
.btn-blue:focus{
  background-color: #98c8fb;
}
.btn-small {
  padding: 10px 50px;
}
.btn-under{
  margin-top:10px;
}
.btn-row{
  margin-right:10px;
}
.form-horizontal .form-actions,
.form-actions{
  margin: 0;
  padding: 40px 0;
  background-color: #fff;
  border: none;
  text-align: center;
}
.form-actions .btn{
  width: 48%;
  /*height: 60px;*/
  line-height: 60px;
  padding: 0;
  border-radius: 1px;
}
.form-actions .btn-reset,
.form-actions .btn-back{
  /*float: right;*/
  background-color: #fff;
  border: 1px solid #2f2325;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.form-actions .btn-reset:hover,
.form-actions .btn-back:hover{
  color: #000;
}
.form-actions .btn-primary{
  float: left;
}


/**/
.register-area .form-actions{
  margin-bottom: 0;
  margin-top: 45px;
}
.register-legal-area .legal{
  border: solid 1px #eee;
  padding: 40px;
}

/*search*/
.search .lead p{
  font-weight: bold;
}
#searchDetailArea input[type="text"]{
  height: 60px;
  width: 100%;
  border-radius: 3px;
}
#searchDetailArea select{
  height: 60px;
  border-radius: 3px;
}
.search #selectBrand li{
  border-radius: 3px;
}
.search .form-actions .btn-primary{
  width: 70%;
  background: url('/assets/images/search/Search-Icon.png')no-repeat #333;
  background-position: 39% center;
  background-size: 14px;
}
.search .form-actions .btn-reset{
  width: 27%;
  font-weight: bold;
}



/******************************
タイトル
*******************************/
/*ページタイトル*/
.title{
  letter-spacing:1px;
  border-bottom:solid 2px #333333;
  margin:0 0 20px;
  padding-bottom:6px;
}

/*コンテンツタイトル*/
.box-title {
  font-family: 'Open Sans', 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  position: relative;
  padding: 20px 0 12px;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.box-title.bom {
  border-bottom: 1px solid #cccccc;
}
.box-title .sub,
h1 .sub{
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-size:11px;
  margin-left:10px;
  line-height: 11px;
  letter-spacing: 0.15em;
  padding-top: 14px;
}
.page-title {
  position: relative;
  padding: 20px 0 12px;
  margin-bottom: 32px;
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.help-block{
  margin-top:5px !important;
}
    .box-title .sub {
      display: block;
      padding-top: 14px;
      margin: 0;
      font-weight: normal;
    }
    .box-title > .look-more {
      width: 180px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      float: none;
      left: auto;
      right: 0;
      bottom: 16px;
      letter-spacing: 0.05em;
      font-size: 11px;
      font-family: 'Tinos', serif;
      font-style: italic;
      color: #333333;
      border: 1px solid #cccccc;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
    }
    .box-title > .look-more a{
      display:block;
      font-weight: normal;
    }
    .box-title > .look-more a:hover,
    .box-title > .look-more > a:focus{
      color: #333333;
      text-decoration: none;
    }
    .box-title > .look-more img{
      padding-right: 16px;
      padding-bottom: 3px;
    }

/******************************
レイアウト
******************************/
.list-layout .span9{
  float: right;
}
/*リスト*/
ul.outside-slide,
ol.outside-slide{
  margin-left: 25px;
}
.row-fluid .span2,
.row-fluid .span3{
  position: relative;
  padding-top: 21px;
}

/******************************
ヘッダー
******************************/
.drawer-hamburger{
  display: none;
}
#head-bar { padding: 0; }
#head-bar > .top-lead{
  height: 50px;
  line-height: 50px;
}
#head-bar > .top-lead ul{
  margin: 0 auto;
  margin-left: 60px;
  margin-right: 70px;
}
#head-bar > .top-lead ul li{
  display: inline-block;
  margin: 0 18px;
}
#head-bar > .top-lead ul li.head_icon{
  margin: 0 0 0 15px;
  margin-left: 0;
}
#head-bar > .top-lead ul li.head_icon img{
  padding-right: 17px;
  height: 15px;
}
#head-bar > .top-lead ul li.head_title{
  margin: 0 15px 0 0;
  margin-left: 0;
  margin-right: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14.5px;
  letter-spacing: 3px;
}
#head-bar > .top-lead ul li.campain{
  margin: 0;
  font-size: 17.5px;
  font-weight: bold;
  letter-spacing: 2px;
}
#head-bar > .top-lead ul li.date{
  margin: 0;
  margin-left: 35px;
  margin-right: 49px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 0.1em;
}
#head-bar > .top-lead ul li.details{
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  float: right;
  border: 1px solid #4d4d4d;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#head-bar > .top-lead ul li.details a{
  font-size: 10px;
  display: block;
  text-align: center;
}
#head-bar > .top-lead ul li.details a:hover{
  text-decoration: none;
}
#head-bar > .top-lead p { padding: 8px 0; margin: 0; }
#head-bar > .top-lead p a { color: #666; }
#head-bar > .sub-nav {
  height: 40px;
  line-height: normal;
  color:#FFF;
  background-color:#333333;
}
#head-bar > .sub-nav a{
  color:#ffffff;
}
.navbar{
  margin-bottom: 0;
}
.navbar .brand {
  float: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  width: 100%;
  margin-left: 0;
  height: 100px;
  text-align: center;
  letter-spacing:1px;
  font-weight:bold;
}
  .navbar .brand > .head-search {
    position: absolute;
    top: 47%;
  }
  .navbar .brand > .head-search a:hover,
  .head-search li.refine-search a:hover{
    text-decoration: none;
  }
/* 通常ロゴ
.navbar .brand #logo{
    width: 164px;
    height: 16px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/logo.png') no-repeat center;
    text-indent: -9999px;
  }*/
/* 20210225 11周年ロゴ設置 */
.navbar .brand #logo{
    width: 250px;
    height: 42px;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('//ds-assets.store-image.jp/e-look.jp/2021/elook/11th_anniversary/11th_logo3.png') no-repeat center;
    text-indent: -9999px;
  }
  .navbar .brand #logo > a {
    display: block;
	width: 100%;
	height: 100%;
  }
  .brand > .head-search {
    left: auto;
    right: 0;
  }
#head-sub-menu{ float:right; }
#global-navi > .nav {
  clear: both;
  float: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
  #global-navi > .nav > li {
    position: static;
    width: 18%;
    margin-left: 2%;
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
    #global-navi > .nav > li:first-child{
      margin-left: 0;
    }
  #global-navi > .nav > li a{
    font-weight: bold;
    padding: 20px 15px;
    border-top: 1px solid #cccccc;
    letter-spacing: 0.2em;
  }
    #global-navi > .nav > li a:hover{
      border-top: 2px solid #000000;
      padding:  19px 15px 21px;
  }
  #global-navi > .nav > li.active a{
    background-color: transparent;
    border-top: 2px solid #000000;
    padding:  19px 15px 21px;
  }
  #top-mobile-nav{
  display: none;
}

#global-navi .dropdown-menu > li > a:hover,
#global-navi .dropdown-menu > li > a:focus,
#global-navi .dropdown-submenu:hover > a,
#global-navi .dropdown-submenu:focus > a{
  text-decoration: underline;
  background: none;
  background-color: transparent;
}
#global-navi .arrow_Pos {
    z-index: 1000;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
#global-navi .open > .dropdown-menu{
  width: 1170px;
  height: 180px;
  position: absolute;
  overflow: hidden;
  background-color: #fff;
}
.dropdown-menu > li {
  width: 16%;
  float: none;
  display: inline-block;
  text-align: center;
}
#global-navi .open > .dropdown-menu li a{
  color: #000;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border-top: none;
}
#global-navi .dropdown-menu li > a:hover{
  color: #000;
  background-color: #fff;
}

/* ナビ全般 */
#head-bar .utility-nav.sn1 {
  float: left;
}
  #head-bar .utility-nav.sn1 li{
    line-height: 40px;
    position: relative;
    padding:0;
  }
  #head-bar .utility-nav.sn1 li a{
    padding-left: 20px;
    padding-right: 23px;
    line-height: 40px;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
  }
  #head-bar .utility-nav.sn1 li:first-child a{
    padding-left: 22px;
    padding-right: 23px;
  }
  #head-bar .utility-nav.sn1 li.nav_mypage a{
    padding-left: 23px;
    padding-right: 48px;
  }
    #head-bar .utility-nav.sn1 li.regist a{
      display: block;
      color: #333333;
      background-color: #F5F5F5;
      text-decoration: none;
      padding: 0 40px;
      padding-left: 30px;
      padding-right: 43px;
    }
    #head-bar .utility-nav.sn1 li a:hover{
      text-decoration: none;
      color: #c0c0c0;
    }
    #head-bar .utility-nav.sn1 li.regist a:after{
      position: absolute;
      top: 60%;
      right: 22px;
      display: block;
      content: '';
      width: 4px;
      height: 4px;
      margin-top: -6px;
      border-top: solid 1px #333333;
      border-right: solid 1px #333333;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
}

  #head-bar .utility-nav.sn1 .logo {
    padding-top: 0;
    padding-left: 0;
  }
    #head-bar .utility-nav li {
      vertical-align: middle;
    }
    #head-bar .utility-nav.sn1 .logo > a {
      padding-right: 10px;
      border-right: 1px solid #777;
      font-size: 16px;
      text-decoration: none;
      line-height: 36px;
    }
    /*#head-bar .utility-nav.sn2{
      line-height: 40px;
    }*/
    #head-bar .utility-nav.sn2 li{
      padding: 0 23px;
    }
    #head-bar .utility-nav.sn2 li.total{
      padding-right: 25px;
      padding-left: 23px;
    }
    #head-bar .utility-nav.sn2 li.cart{
      padding-right:23px;
      padding-left: 30px;
    }
    #head-bar .utility-nav.sn2 a{
      line-height: 40px;
      letter-spacing: 2px;
      font-size: 11px;
    }
    #head-bar .utility-nav.sn2 a:hover,
    #head-bar .utility-nav.sn2 a:focus{
      text-decoration: none;
    }
    #head-bar .utility-nav.sn2 a:hover{
      color: #c0c0c0;
    }
    #head-bar .utility-nav.sn2 li.favorite{
      background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/favorite.png')no-repeat;
      background-position: left center;
      padding: 0 15px 0 25px;
    }
    #head-bar .utility-nav.sn2 li.cart{
      background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/cart.png')no-repeat;
      background-position: left center;
    }
    #head-bar .utility-nav.sn2 li.pt{
      padding-right: 35px;
    }
    #head-bar .utility-nav.sn2 li.pt a{
      border-bottom: 1px solid #fff;
    }
    #head-bar .utility-nav.sn2 li.pt span.pt_tit{
      padding-right: 10px;
    }
.navbar-inner{
  filter:none;
  background:none;
  background-color:#fafafa;
  -ms-box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner{
  -ms-box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border: none;
  padding: 0;
  background: transparent;
}
.navbar .nav{
  margin-right:0;
}
.navbar .nav > li > a{
  text-shadow:none;
  color: #000000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle{
  box-shadow:none;
  background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus{
  box-shadow:none;
  background-color:#efefef;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after{
  border: 0;
}
.dropdown-menu{
  -ms-box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  color: #FFF;
  background-color: #777;
}
/*検索窓*/
.head-search{float:right;}
.head-search .navbar-form{position: relative;}
.head-search .navbar-form a{
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.head-search .navbar-form.open a{
  display: none;
}
.head-search li {
    display: inline-block;
    list-style: none;
    font-size: 0;
    vertical-align: bottom;
}
.head-search input.head-search-text {
    display: inline-block;
    width: 78%;
    height: 30px;
    font-size: 12px;
    margin: 0 0;
    border: none;
    border-bottom: solid 1px #cccccc;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
.head-search input.head-search-text:focus {
  box-shadow: none;
}
.head-search input.head-search-text::-webkit-input-placeholder {
  color: #555555;
}
  .head-search form.navbar-form.open input.head-search-text{
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    height: 22px;
    line-height: 22px;
    text-indent: 5px;
  }
.head-search .btn.head-search-btn {
    width: 9%;
    height: 18px;
    padding: 4px 7px;
    margin-top: 1px;
    border: none;
    background: url(//ds-assets.store-image.jp/e-look.jp/assets_2016/common/search.png)no-repeat;
}
.head-search li.refine-search{
  /*margin-left:10px;*/
  font-weight: bold;
}
.head-search li.refine-search .btn{
  margin:0;
  padding-right: 20px;
  font-size: 10px;
  border: none;
  letter-spacing: 2px;
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/search_p.png') 100% center no-repeat #fff;
}
.head-search li.refine-search .btn:hover{
  background-color: #fff;
  color: #000;
}
#spNavOutside{
  display: none;
}

/*mainvisual*/
.main-slider .flexslider{
  width: 66%;
  margin-bottom: 80px;
  float: left;
}
.main-slider .flex-direction-nav a{
  opacity: 1;
  /*width: 22px;*/
  height: 42px;
}
.main-slider .flex-direction-nav .flex-prev{
  background-image: url("//ds-assets.store-image.jp/e-look.jp/assets_2016/common/slide_left.png");
  background-repeat: no-repeat;
  left: 0px;
}
.main-slider .flex-direction-nav .flex-next{
  background-image: url("//ds-assets.store-image.jp/e-look.jp/assets_2016/common/slide_right.png");
  background-repeat: no-repeat;
  right: 0px;
}
.main-slider .flex-control-nav{
  bottom: 6px;
}
.brandtop .main-slider .flex-control-nav {
  display: none;
}
.main-slider .flex-control-paging li a{
  background: #cccccc;
  width: 6px;
  height: 6px;
}
.main-slider .flex-control-paging li a.flex-active{
  background: #333333;
}
#sub-wrap{
  width: 370px;
  float: right;
}
#sub-wrap ul li:first-child{
  margin-bottom: 20px;
}

/*BRAND*/
#brand_logo{
  /*padding-top: 45px;*/
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  background-color: #f5f5f5;
  clear: both;
}
#brand_logo .box-title {
    margin-bottom: 10px;
    /*padding-top: 55px;*/
  }

#brand_logo ul{
  width: 960px;
  /*margin: 0 8.9% 45px;*/
  margin:0 8.9%;
  display: inline-block;
}
#brand_logo ul > li {
  width: 300px;
  height: 80px;
  margin-left: 30px;
  float: left;
  text-align: center;
  background-color: #fff;
}
#brand_logo ul > li:nth-child(3n+1){
  margin-left: 0;
}
#brand_logo ul > li:nth-child(n+4){
  margin-top: 30px;
}
#brand_logo ul > li > a{
  display: block;
  line-height: inherit;
}
#brand_logo ul > li > a > img{
  max-width: none;
}
#brand_logo #brand_tab ul{
  width: auto;
  margin: 0;
  display: block;
  /*overflow: hidden;*/
}
#brand_logo #brand_tab ul > li {
  background-color: transparent;
  width: 180px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  float: none;
  left: auto;
  right: 0;
  bottom: 23px;
  display: none;
  margin: 0;
}
#brand_logo #brand_tab ul > li.active{
  display: block;
}
#brand_logo #brand_tab{
  position: relative;
}
#brand_logo #brand_tab ul > li > span.look-more{
  width: 180px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-family: 'Tinos', serif;
  font-style: italic;
  color: #333;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#brand_logo #brand_tab ul > li > span.look-more > a:hover,
#brand_logo #brand_tab ul > li > span.look-more > a:focus,
#brand_logo #brand_tab ul > li > a:hover,
#brand_logo #brand_tab ul > li > a:focus{
  text-decoration: none;
}
#brand_logo #brand_tab ul > li.active > a{
  color: #333;
}
/*#brand_logo .container{
  border:1px solid #ccc;
  box-sizing: border-box;
}*/
#brand_logo .container.tab_wrap{
  border:none;
}
#brand_logo .container .tab-content {
  display: none;
}
#brand_logo .container .tab-content.open{
  display: block;
}
/*#brand_logo .box-title > .look-more{
  bottom: auto;
  top: -50px;
}*/
/*#brand_logo .container .tab-content.large_box{
  display: none;
}*/


/******************************
リスト
*******************************/
.subnav h2{
  margin-bottom:10px;
}
.nav-list{
  padding-left:0;
  padding-right:0;
}
.nav-list > li > a{
  margin-left:0;
  margin-right:0;
  color: #000;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.list-category a:hover,
.list-category a.active{
  text-shadow:none;
  color: #333333;
  background-color: #f5f5f5;
}
.list-category .nav-list > .active > a:after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 45%;
}


/******************************
サイドエリア
*******************************/
.list-layout .span3.sideArea{
  width: 270px;
}

.side-caption{
  line-height: 20px;
  padding: 3px 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #d3d3d3;
}
.side-caption span{
  padding-left: 10px;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 10px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  vertical-align: text-bottom;
}
.newarrival-date{
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 45px;
}
.newarrival-date.list-category .nav-list > li > a {
  letter-spacing: inherit;
  color: #333;
}
.newarrival-date ul > li span{
  color: #cfcfcf;
  font-weight: normal;
  font-family: inherit;
  padding-left: 23px;
  letter-spacing: initial;
}
/*パーツ カテゴリー */
.list-category li{
  font-size:12px;
  position:relative;
  list-style-type:none;
}
/* #51015 marimekko 手洗い可カテゴリ非表示 */
.list-category li.category-mk-handwashing{
  display: none;
}
/* #DH_FRONT_DEPT-52 marimekko 再値下げカテゴリ非表示 */
.list-category li.category-m-markdown{
  display: none;
}
.list-category ul{
  list-style-type:none;
}
.list-category h3{
  position: relative;
}
.list-category a{
  display: block;
  padding: 6px 12px;
  line-height:16px;
  color: #000;
}
.list-category a:hover{
  text-decoration:none;
  background-color:#eeeeee;
}

.list-category li[class*="markdown"] a,
.list-category li[class*="timesale"] a,
.list-category li[class*="red"] a {
  color: red;
}

.list-category li[class*="markdown"] a:hover,
.list-category li[class*="timesale"] a:hover,
.list-category li[class*="red"] a:hover{
  text-decoration:none;
  color: red;
  background-color:#eeeeee;
}

li.category-bs-all a,
li.category-rp-all a,
li.category-lp_sale a,
li.category-df_sale a,
li.category-m-all a,
li.category-scp-all a,
li.category-fg-sale a,
li.category-kt-all a, 
li.category-acc-all a,
li.category-krt_SALE a,
li.category-SCL_SALE a,
li.category-ktl-all a,
li.category-vb_sale a,
li.category-kc_l a,
li.category-krt_20off a,
li.category-fg-outlet a,
li.category-alice_sale a,
li.category-rains_sale a {
  color: red;
}

li.category-bs-all a:hover,
li.category-rp-all a:hover,
li.category-lp_sale a:hover,
li.category-df_sale a:hover,
li.category-m-all a:hover,
li.category-scp-all a:hover,
li.category-fg-sale a:hover,
li.category-kt-all a:hover,
li.category-acc-all a:hover, 
li.category-krt_SALE a:hover,
li.category-SCL_SALE a:hover,
li.category-ktl-all a:hover,
li.category-vb_sale a:hover,
li.category-kc_l a:hover,
li.category-krt_20off a:hover,
li.category-fg-outlet a:hover,
li.category-alice_sale a:hover,
li.category-rains_sale a:hover {
  text-decoration:none;
  color: red;
  background-color:#eeeeee;
}
/*DH_DESIGN_DEPT-20934*/
li.category-krt_item a,
li.category-krt_item a:hover {
  color: #000080;
}
/*DH_DESIGN_DEPT-21034*/
li.category-SC_weblimited a,
li.category-SC_weblimited a:hover,
li.category-SCL_weblimited a,
li.category-SCL_weblimited a:hover {
  color: #ef729e;
}
/*DH_DESIGN_DEPT-38844*/
li.category-kt-weblimit a,
li.category-kt-weblimit a:hover,
li.category-ktl-weblimit a,
li.category-ktl-weblimit a:hover {
  color:rgb(0,0,255);
}
/*DH_DESIGN_DEPT-38850*/
li.category-krt-20 a,
li.category-krt-20 a:hover {
  color:#24ad77;
}
/*DH_DESIGN_DEPT-40174*/
li.category-KC_springsale a,
li.category-KC_springsale a:hover {
  color: red;
}
/*DH_DESIGN_DEPT-55516*/
li.category-onepiece a,
li.category-onepiece a:hover {
  color: red;
}
.list-category .active a{
  color: #000;
  background-color: #eee;
}
.list-category .nav-list {
  padding-left: 0;
  padding-right: 0;
}
.list-category .nav-list > li{
  border-bottom: 1px solid #f6f6f6;
}
.list-category .nav-list > li:last-child{
  border-bottom: none;
}
.list-category .nav-list > li > a{
  margin: 0;
  padding: 17px 9px;
  line-height:16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.newarrival-date.list-category .nav-list > li > a{
  letter-spacing: 0.1em;
}
.list-category .nav-list > li > a:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 40%;
    right: 5%;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-category .child-category{
  display:none;
}
.list-key-code .list-category .child-category{
  display:block;
}
.list-category .child-category > li{
  position:relative;
}
.list-category .child-category > li > a{
  padding-left:20px;
}
.list-category .grand-child-category{
  display: none;
}
.list-category .grand-child-category > li > a{
  padding-left:30px;
}
#sidebar #category{
  margin-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
}
#category .side-caption{
  margin-bottom: 0;
}
#category.list-category > .side-caption + ul > li:first-child > a {
  border-top: none;
}
#category.list-category a{
  border-top: 1px solid #f6f6f6;
  border-bottom: none;
  padding: 17px 8px;
}
#category.list-category a:after{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 40%;
  right: 5%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sidebar .lshop_banner {
  margin-top: -15px;
  padding-bottom: 25px;
}
#sidebar .lshop_banner a{
  height: 70px;
  width: 270px;
  display: inline-block;
}

/*パーツ 詳細検索 */
.side-caption{
  margin-bottom: 0;
}
.side-detailsearch{
  margin-top:20px;
}
.side-detailsearch .side-caption{
  margin-bottom: 20px;
}
.side-detailsearch .freeword{
  width: 95%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 11px;
  text-indent: 7px;
  border: none;
  color: #333333;
  background-color: #f5f5f5;
}
.side-detailsearch .caption{
  margin-bottom:10px;
}
.side-detailsearch .form-ttl{
  margin: 0 0 10px;
  font-weight: bold;
}
.side-detailsearch .form-set select{
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.side-detailsearch .sel-rate-set > li{
  width:45%;
}
.side-detailsearch .sel-rate-set > li.to{
  width:10%;
  padding:0;
  line-height: 40px;
  color: #cccccc;
}
.side-detailsearch .detailsearch-btn-area{
  margin:10px 0;
  text-align:center;
}
.side-detailsearch .detailsearch-btn-area .btn{
  width: 100%;
  border: 0;
  height: 42px;
  padding: 4px 12px;
  margin-bottom: 10px;
  background-color: #000;
}
.side-detailsearch .detailsearch-btn-area .btn.clearForm{
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/icn_search_clear.png') no-repeat 12% 50% #a1a1a1;
}
.side-detailsearch .detailsearch-btn-area .btn-primary{
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/list_search.png')no-repeat 25% 50% #333333;
  font-size: 13px;
  font-family: 'Noto Sans JP'. sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.side-detailsearch select,
.side-detailsearch textarea,
.sort select{
  width: 58%;
  font-size: 11px;
}
#detailColorList{
  margin-bottom: 20px;
}
#detailColorList label{
  margin-bottom: 20px;
}


/*パーツ カラー検索 */
.side-colorsearch .select-color .check-mark{
  display:none;
}
.side-colorsearch .select-color .color-tip{
  float:none;
  width:30px;
  height:30px;
  margin:4px 5px 0 0;
}
.side-colorsearch .select-color ul{
  overflow:hidden;
  list-style:none;
  width:82%;
  margin:0 auto;
  padding-top:10px;
}
.side-colorsearch .select-color ul li{
  float:left;
  padding:0;
}
.side-colorsearch .select-color li.active > a{
  border:3px solid #666;
  width:30px;
  height:30px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.pages{
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.pagination ul{
  border: none;
  box-shadow: none;
}
.pagination ul{
  text-align: center;
}
.pagination ul > li{
  display:inline-block;
}
.pagination ul > li > a{
  padding: 5px 7px;
  border: none;
  float: none;
  font-family: 'Open Sans', sans-serif;
}
.pagination ul > .active > a{
  background-color: #fff;
  font-weight: bold;
  color: #333;
}
.pagination .pager_arrows{
  position: relative;
  top: -20px;
  margin: 0;
  font-weight: bold;
}
.pagination .pager_arrows .pager_back{
  float: left;
  margin: 0;
}
.pagination .pager_arrows .pager_next{
  float: right;
  margin: 0;
}
.pagination .pager_arrows img{
  padding: 0 10px;
}
.sort select:focus {
  outline: none;
}

.sort td{
  width: 19.3%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #cccccc;
  margin-left: 0.5%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size:10px;
}
.sort td .select-wrap {
    display: inline-block;
  }
.sort td:first-child{
  margin-left: 0;
}
.sort td label{
  font-size: 10px;
}
.sort td select {
  width: 100%;
  font-size:10px;
}
/******************************
グランドトップ
******************************/
.grandtop #page-body {
  margin-bottom: 80px;
}
/*グランドトップ メインヴィジュアル*/
#grandtop-main .flexslider {
  margin-bottom: 0;
}

/*グランドトップ ミニバナー*/
#grandtop-theme .flexslider {
  margin-bottom: 52px;
}
#grandtop-main .flexslider .slides img {
    width: 100%;
  }
#grandtop-theme ul.slides li p.flex-caption{
  color:#000000;
}
#grandtop-theme ul.slides li a:hover{
  text-decoration:none;
}
#grandtop-theme ul.slides li a:hover img,
#grandtop-theme ul.slides li a:hover p.flex-caption{
  opacity:0.7;
  filter:alpha(opacity=70);
  transition:all 0.2s ease 0s;
}
#grandtop-theme .flex-control-paging li a{width:8px; height:8px; background: #ccc; box-shadow:none;}
#grandtop-theme .flex-control-paging li a:hover{background: #666;}
#grandtop-theme .flex-control-paging li a.flex-active{background: #000;}
#grandtop-main .flex-control-nav {
    line-height: 6px;
    bottom: 16px;
  }
    #grandtop-main .flex-control-nav li {
      margin: 0 7.5px;
      vertical-align: middle;
    }
  #grandtop-main .flex-direction-nav a {
    margin: 0;
    height: 100%;
    top: 0%;
    background-position:center;
    padding: 0 5px;
  }

/******************************
ニュース
******************************/
#news-list{
  margin-bottom: 80px;
}
.grandtop #news-list{
  margin: 20px 0 0;
}
#news-list .flexslider{
  width: 1080px;
  margin: 0 auto;
}
#news-list .span4{
  height: 150px;
  position: relative;
  margin-left: 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#news-list .span4 a:hover{
  text-decoration: none;
}
#news-list .span4:first-child{
  margin-left: 0;
}
#news-list .news-image{
  display: inline-block;
  padding: 10px;
}
#news-list .news-image img{
  width: 115px;
}
#news-list .news-text{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
#news-list .news-image a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
}
#news-list .news-text{
  padding-left:10px;
}
#news-list .news-text p{
  margin-bottom:0;
}
#news-list .news-date{
  display: inline-block;
  color:#333333;
  padding:10px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.15em;
}
#news-list .icon {
  position: static;
  display:inline-block;
  margin: 0 10px;
}
#news-list .arrows{
  position: absolute;
  bottom: 9px;
  right: 14px;
  margin: 0;
}
#news-list .flex-direction-nav a{
  opacity: 1;
}
#news-list .flex-direction-nav .flex-prev{
  background-image: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/left_g.png');
  background-repeat: no-repeat;
  left: -45px;
}
#news-list .flex-direction-nav .flex-next{
  background-image: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/right_g.png');
  background-repeat: no-repeat;
  right: -45px;
}

/******************************
新着商品
******************************/
#newarrival-items {
  clear: both;
  margin-bottom: 52px;
}
  #newarrival-items .span2{
    width: 18.29%;
    padding-top: 15px;
  }
  body.itemList .box-title{
      padding: 0;
  }

/******************************
トピックス
******************************/
#topics-list{
  padding-bottom: 20px;
  margin-bottom: 110px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
#topics-list .span3:nth-child(n+5),
#topics-list.open .more_topics,
#topics-list .close_topics{
  display: none;
}
#topics-list.open .span3:nth-child(n+5),
#topics-list.open .close_topics{
  display: block;
}
#topics-list.open .span3:nth-child(4n+1){
  clear: both;
  margin-left: 0;
}
#topics-list .topics-text{
  text-align: center;
}
#topics-list .topics-text .brandname{
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#topics-list .topics-text span:nth-child(2){
  display: block;
  font-weight: normal;
}
#topics-list .botopics{
  width: 10%;
  margin: 0 45%;
  position: absolute;
  bottom: -50px;
  padding-bottom: 10px;
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/more.png') no-repeat bottom;
  text-align: center;
  font-weight: bold;
  font-family: 'Tinos', serif;
  font-style: italic;
  cursor: pointer;
}
#topics-list .close_topics{
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/topics_close.png') no-repeat bottom;
}
/******************************
ランキング
******************************/
  #ranking-items .rankBrandSet {
    margin-top: 30px;
  }
  #ranking-items .box-title > .sort_by {
    width: 180px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    float: none;
    left: auto;
    right: 17%;
    bottom: 16px;
    font-size: 11px;
    font-family: 'Tinos', serif;
    background-color: #f5f5f5;
    cursor: pointer;
    z-index: 999;
  }
   #ranking-items .box-title > .sort_by > a{
    display: block;
    background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/icon/more.png');
    background-repeat: no-repeat;
    background-position: 78% center;
    line-height: 40px;
   }
   #ranking-items .box-title > .sort_by a img{
    padding-left: 12px;
   }
   #ranking-items .sort_by ul > li{
  display: none;
  background-color: #f5f5f5;
}
#ranking-items .sort_by ul > li.selected{
  display: block;
  line-height: 40px;
  font-weight: normal;
}
#ranking-items .sort_by ul:after{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 40%;
  right: 10%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#ranking-items .sort_by.open ul{
  z-index: 99999;
  background-color: #f5f5f5;
}
#ranking-items .sort_by.open ul > li{
  display: block;
  font-weight: normal;
}
#ranking-items .sort_by.open ul > li > a{
  line-height: 40px;
}
#ranking-items .sort_by.open ul > li > a{
  display: block;
}
#ranking-items .sort_by.open ul:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
#ranking-items .span2{
  width: 18.29%;
  padding-top: 31px;
}
#ranking-items .rank-num{
  position:absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  height: 24px;
  line-height:24px;
  width: 24px;
  text-align:center;
  padding: 0;
  background-color: #fff;
  text-shadow:none;
  font-weight: normal;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  z-index:10;
}
#ranking-items .rank1 .rank-num{
  color: #8f7f26;
  border: 1px solid #8f7f26;
}
#ranking-items .rank2 .rank-num{
  color: #979797;
  border: 1px solid #979797;
}
#ranking-items .rank3 .rank-num{
  color: #945c50;
  border: 1px solid #945c50;
}
#ranking-items .rank-num{
  color: #353535;
  border: 1px solid #353535;
}

.grandtop #ranking-items [class*="rankBrandSet"] {
  display: none;
}
.grandtop #ranking-items .rankBrandSet01 {
  display: block;
}
/*recommend*/
#recommend-items {
  margin-top: 20px;
}
/******************************
最近チェックした商品
******************************/
.brandtop #checked-items .span2 {
  width: 18.29%;
  padding-top: 15px;
}
.cart_index #checked-items {
    padding-top: 40px;
    margin-top: 68px;
    border-top: solid 1px #ccc;
}

/******************************
詳細検索
******************************/
.detailPagerArea{
  margin-bottom:10px;
}
.detailPagerArea .condition > li > a{
  background-color:#efefef;
  border:1px solid #ccc;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:2px 6px;
}
.detailPagerArea .condition > li > a:hover{
  text-decoration:none;
}
.detailPagerArea .condition > li:first-child{
  padding-left:0;
}
#searchDetailArea{
  float:none;
  margin:0 auto;
}
#searchDetailArea.span11{
  width: 83%;
}
#searchDetailArea .input-title{
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 16px;
  padding-top: 40px;
}
body.search .search_wrap{
  border: 10px solid #f5f5f5;
  padding: 60px;
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body.search #searchDetailArea .input-title{
  font-size: 13px;
  font-weight: bold;
}
body.search #searchDetailArea input[type="text"]{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#selectBrand label{
  text-align:center;
}
#selectBrand li{
  width: 195px;
  height: 60px;
  margin-left: 17px;
  margin-bottom: 15px;
  float: left;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#selectBrand li:first-child,
#selectBrand li:nth-child(4n+1){
  margin-left: 0;
}
#selectBrand input{
  float: left;
  width: 20px;
  vertical-align: middle;
  height: 16px;
  margin: 21px 0;
  margin-left: 18px;
}
.search .input-title{
  clear: both;
}
#selectBrand label{
  float: left;
  margin-bottom: 0;
}
#selectBrand li.ilbisonte img{
  width: 90%;
}
#selectBrand li.marimekko img{
  width: 85%;
}
#selectBrand li.tatras img{
  width: 67%;
}
#selectBrand li.verabradley img{
  width: 93%;
}
#selectBrand li.roga img,
#selectBrand li.remalon img{
  width: 80%;
}
#selectBrand li.keithl img{
  width: 72%;
}
#selectBrand li.scapal img{
  width: 120px;
  margin-left: 15px;
}
#selectBrand label img{
  width: 100%;
  margin-left: -5px;
}
#selectBrand .filage label img {
  max-width: 114px;
  margin-left: 18px;
}
#selectBrand .aliceandolivia label img {
  margin-left: 18px;
  max-width: 130px;
}
.select-item select{
  width: 415px;
}

.sel-rate-set{
  overflow:hidden;
  list-style:none;
}
.sel-rate-set > li{
  float:left;
}
.sel-rate-set > li.to{
  text-align:center;
  line-height:60px;
  padding:0 10px;
}
.select-color table{
  width:100%;
  table-layout:fixed;
}
.select-color table th,
.select-color table td{
  padding:0;
}
.select-color .color-tip{
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 2px;
}
.select-color .tip-white{background-color:#ffffff; border:solid 1px #cccccc;}
.select-color .tip-blue{background-color:#4783BF;}
.select-color .tip-black{background-color:#000000;}
.select-color .tip-purple{background-color:#AF60BF;}
.select-color .tip-gray{background-color:#A1A1A1;}
.select-color .tip-yellow{background-color:#FAE05C;}
.select-color .tip-brown{background-color:#5E3518;}
.select-color .tip-pink{background-color:#F5A4C6;}
.select-color .tip-red{background-color:#DE5252;}
.select-color .tip-green{background-color:#58B075;}
.select-color .tip-orange{background-color:#F5993D;}
.select-color .tip-navy{background-color:#333F78;}
.select-color .tip-beige{background-color:#E3D6B4;}
.select-color .tip-white{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*.select-color .tip-other{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}*/
.select-color .tip-other {
  background: url(/assets/images/icon/color_tip_other.png) no-repeat center;
  border: none;
}

#searchDetailArea .select-color table th,
#searchDetailArea .select-color table td{
  width: 140px;
  padding-bottom: 30px;
}
#searchDetailArea .select-color table td label{
  margin-bottom: 0;
}
#searchDetailArea .select-color .red{
  color: #333;
}


/******************************
brandtop top ショップトップ
******************************/
#shop_main > p{
    margin-bottom: 47px;
  }
.brandtop #grandtop-main .flexslider{
  width: 100%;
}
.brandtop .span9{
  width: 870px;
}
#shoptop-sub-wrap {
  float: right;
  width: 870px;
}
#shoptop-sub-wrap ul.right-banner{
  width: 32%;
  max-width: 275px;
  margin-left: 2%;
  float: right;
}
#shoptop-sub-wrap ul.right-banner li img {
  width: 100%;
}
#shoptop-sub-wrap ul.right-banner li:first-child{
  margin-bottom: 5.5%;
}
.brandtop #newarrival-items{
  padding-top: 60px;
}
.brandtop #slide-wrap{
  position: relative;
}
.brandtop .main-slider .flexslider {
  margin-bottom: 0;
}
.brandtop #news-list li{
  width: 270px;
  margin-left: 30px;
  padding: 1%;
  height: auto;
  min-height: 100px;
}
.brandtop #news-list li:first-child{
  margin-left: 0;
}
.brandtop #news-list li .news-image{
  max-width: 90px;
  width: 36%;
  padding: 0;
  margin-right: 3%;
}
.brandtop #news-list li .news-text{
  margin: 0px;
  padding: 0;
  width: 60%;
/*  max-width: 144px;*/
}
.brandtop #news-list li .news-text p{
  font-size: 11px;
  line-height: 18px;
}
.brandtop #news-list li .news-text .news-date{
  padding: 0 0 4px;
  color: #000000;
}
.brandtop #news-list li .news-text #news-list .icon{
  margin: 0 0 0 4px;
}
.brandtop #news-list li .news-text .icon .label-new{
  background-color: #ffcb2f;
  width: auto;
  height: auto;
  padding: 2px 6px;
}
.brandtop #news-list li .news-text .news-description{
  margin-top: 4px;
}
/*.brandtop .aliceandolivia-shop_ranking {
  display: none;
}*/
/******************************
規約系
******************************/
.style-guide .page-header{
  margin:30px 0 10px;
}
.style-guide h3{
  font-weight:bold;
}
.style-guide .sentence{
  padding: 10px 0;
}
.style-guide .sentence a{
  text-decoration: underline;
}
.style-guide .sentence dt{
  float: left;
  width: 2em;
  font-weight: bold;
}
.style-guide .sentence dd{
  margin-left: 2em;
}
.style-guide .sentence p,
.style-guide .sentence li{
  line-height: 24px;
}
.style-guide ul,
.style-guide ol {
  margin: 0 0 10px 25px;
}

.guide .site-information{
  margin-bottom:30px;
}
.guide .site-information p{
  /*text-indent:1em;*/
  padding-left:1em;
}
.guide .site-information .ttl{
  font-weight:bold;
  /*text-indent:0;*/
  padding-left:0;
}


.style-guide .sentence table{
  width:100%;
}

.style-guide .sentence table th{
  width:8%;
}

.style-guide .sentence table td{
  width:92%;
}


/******************************
フロー
******************************/
.action-steps{
  margin-bottom:20px;
}
.action-steps li {
  padding: 10px 0;
  margin-right: 0.5% !important;
}
.action-steps li.last {
  margin-right: 0 !important;
}
.action-steps li.active {
  background: #333;
}
.action-steps li span.number {
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.action-steps.step2{
  list-style: none;
}
.action-steps.step2 li {
  width: 49.7%;
}
.action-steps.step3 li {
  width: 33%;
}
.action-steps.step4 li {
  width: 24.6%;
}

/******************************
カート
******************************/
.cart-area .cart-section-title{
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  margin-bottom:2px;
}
.cart-area .remaining{
  background-color:#0D89D8;
  color:#fff;
  width:80px;
  padding:5px;
  margin:5px auto 0;
  text-align:center;
}
.cart-area .form-edit-style .controls .top-input,
.cart-area .form-edit-style .controls .second-input{
  width:32.5%;
}

/******************************
お問い合わせ
******************************/
.inquiry .action-steps{
  list-style: none;
}
.inquiry .action-steps li{
  font-weight: bold;
  letter-spacing: 0.05em;
}
.inquiry .number{
  padding-right: 10px;
}
.inquiry .action-steps-wrap + .lead p{
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
  letter-spacing: 0.05em;
}
.inquiry .control-label span.red{
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: -20px;
}
.inquiry .control-group .controls .top-input,
.inquiry .control-group .controls .second-input{
  width: auto;
}
.inquiry input{
  padding: 15px;
  height: 28px;
}
.inquiry input.input-large{
  width: 236px;
}
.inquiry input#Name1{
  margin-right: 30px;
}
.inquiry input#Mail{
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 60px;
}
.inquiry .form-horizontal .form-striped{
  padding: 20px 128px 50px 110px;
}
.inquiry .necessary{
  margin-left: -88px;
}
.inquiry .form-horizontal .controls{
  margin-left: 145px;
}
.inquiry .form-horizontal .controls ul li{
  padding: 0;
}
.inquiry .form-horizontal .control-label{
  width: 145px;
  text-align: right;
  font-weight: bold;
  padding-right: 28px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 50px;
  font-size: 14px;
  margin-bottom: 0;
}
.inquiry .form-horizontal .control-group{
  margin-bottom: 50px;
}
.inquiry .inquiry-category-select li{
  width: 50%;
  float: left;
}
.inquiry .inquiry-radio .control-label,
.inquiry .inquiry-text .control-label{
  line-height: inherit;
}
.inquiry .inquiry-radio li label.radio{
  position: relative;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 12px;
}
.inquiry .inquiry-radio li label.radio input{
  position: absolute;
  top: 0px;
  padding: 0;
  top: 5px;
  height: 13px;

}
.inquiry .inquiry-text textarea{
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.inquiry .control-group + .lead {
  border-top: 1px solid #d3d3d3;
  padding-top: 50px;
}
.inquiry .control-group + .lead a{
  border-bottom: 1px solid #000;
}
.inquiry .control-group + .lead a:hover{
  text-decoration: none;
}
.inquiry dl{
  margin-bottom: 10px;
}
.inquiry dl dt{
  float: left;
  width: 1.5em;
}
.inquiry dl dd{
  margin-left: 1.5em;
}
.inquiry .form-actions .btn{
  width: 245px;
  height: auto;
  letter-spacing: 0.1em;
}
.inquiry .form-actions .btn-primary{
  float: none;
  margin-left: 30px;
}
.inquiry .table-striped tbody > tr:nth-child(odd) > td,
.inquiry .table-striped tbody > tr:nth-child(odd) > th{
  background-color: transparent;
}
.inquiry-complete .lead{
  margin-top: 60px;
  margin-bottom: 65px;
}
.inquiry .inquiry-complete .form-actions{
  padding: 0;
}
.inquiry .inquiry-complete .form-actions .btn{
  width: 360px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#inquiry h3{
  font-weight: bold;
  padding: 10px 0;
  border: 1px solid #cdcdcd;
  text-indent: 10px;
  background-color: #ededed;
  position:relative;
  background-image:url("//ds-assets.store-image.jp/e-look.jp/assets_2016/common/arrow_white_open.png");
  background-position:center right;
  background-repeat:no-repeat;
  margin:0 0 1px;
}

#inquiry h3.open{
  background-image:url("//ds-assets.store-image.jp/e-look.jp/assets_2016/common/arrow_white_close.png");
}

#inquiry .inquirytxt{
  padding:10px;
  border: 1px solid #cdcdcd;
  display:none;
  margin:0 0 10px;
  display:none;
}

#inquiry .inquirytxt.open{
  display:block;
}

.inquiry-category-select li.first-child{
  clear:both;
  margin-left:0;
}

#answer-telephone{
  display:none;
}

#answer-telephone.open{
  display:block;
}

p.inquiry_txt_end{
  margin:10px 0;
}
.inquiry-index .lead p{
  line-height: 24px;
}
.inquiry-index .lead a{
  text-decoration: underline;
}
/******************************
NEW ARRIVAL
******************************/
.look-more{
  float:right;
}

/******************************
フォーム
******************************/
.form-horizontal.large .control-group {
  padding-left: 80px;
}
.form-horizontal.large .control-group li {
  width: 100%;
}
.form-horizontal .form-striped {
  border: 10px solid #f5f5f5;
  padding-top: 20px;
}
.form-horizontal.large .controls {
  margin-left: 200px;
}
.form-horizontal.large label.large {
    font-size: 14px;
}
.form-horizontal.large .form-edit-style {
  border: 10px solid #f5f5f5;
  padding: 20px;
}
input.large {
  width: 80%;
  padding: 15px 10px;
}
label.radio.large {
  padding: 15px 45px;
  background: #f5f5f5;
}
.control-label.large {
  width: 190px;
  padding-top: 15px;
  text-align: right;
}
.control-label.large .label-ttl {
  font-size: 14px;
  font-weight: bold;
}
.controls > .large.radio:first-child {
  padding-top: 15px;
}
.table-list-style label.radio.large {
  padding: 15px 45px;
  background: #f5f5f5;
}
.control-group select {
  height: 50px;
}
.input-area .control-label {
  text-align: right;
}
.form-horizontal.large .control-group.address .post-search-btn {
  width: auto;
}
.form-horizontal.large .control-group.address .post-search-btn input {
  font-size: 13px;
}
.form-horizontal.large .control-group.address .btn-primary {
  padding: 16px 15px;
}
.form-horizontal.large .control-group.address li.input {
  width: 25%;
}
.form-horizontal.large .control-group.address li.short {
  width: 2%;
}

/******************************
マイページ
******************************/
.nav-list > li > a{
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
body.mypage .smaller-container {
  width: 1170px;
  padding-bottom: 80px;
}
body.mypage .span9 {
  width: 870px;
}
body.mypage .lead {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-bottom: 25px;
}
body.mypage .lead.top {
  margin-top: 50px;
}
body.mypage .sub-title {
  font-size: 14px;
  font-weight: bold;
}
body.mypage .btn-x-small {
  padding: 10px 20px;
}
body.mypage .form-actions {
  text-align: center;
}
body.mypage .form-actions .btn {
  width: 35%;
  display: inline-block;
  margin: 0 15px;
}
body.mypage .form-actions .btn-primary {
  float: none;
}
body.mypage .action-steps {
  margin-bottom: 30px;
}
/*body.mypage .action-steps-wrap + .lead {
  border-top: none;
  padding-top: 0;
}*/
body.mypage .control-group.sex .controls label {
  padding: 15px 45px;
  background: #f5f5f5;
}

/* subnav */
body.mypage .subnav {
  margin-top: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body.mypage .subnav ul.nav.nav-list li {
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/arrow_black_s.png') no-repeat 95% center;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}
body.mypage .subnav ul.nav.nav-list li a {
  padding: 15px 10px;
  color: #000;
}
body.mypage .subnav ul.nav.nav-list li a:after{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 45%;
  right: 5%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
body.mypage .subnav ul.nav.nav-list li:last-child {
  border-bottom: none;
}
body.mypage .subnav .nav-list > .active > a {
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/arrow_black_s.png') no-repeat 95% center #edf5ff;
}
body.mypage .subnav .nav > li > a:hover,
body.mypage .subnav .nav > li > a:focus {
  background: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/arrow_black_s.png') no-repeat 95% center #edf5ff;
}

.mail_address_area{
  float:left;
  clear:both;
}
.control-group .controls .top-input,
.control-group .controls .second-input{
  width: 49%;
}
.control-group .controls .top-input .input-front,
.control-group .controls .second-input .input-front{
  width: 24px;
}
/*ブランド一覧*/
#brandPage ul > li.right_side p.brand_top_button {
  clear: both;
}
#brandPage #brand-selector {
  margin: 0 0 24px;
  width: 100%;
}
/* マイページトップ */
.mypage-top {
  width: 970px;
  margin: 0 auto;
}
body.mypage .mypage-top .lead {
  background: #edf5ff;
  padding: 30px;
  text-align: center;
  border-top: none;
  margin-bottom: 35px;
}
.mypage .mypage-top .lead .user_name{
  font-size: 16px;
  font-weight: normal;
}
.mypage-top .lead p {
  margin-bottom: 0;
}
.mypage-menu {
  margin-left: 0;
}
.mypage-menu .nav-block{
  border-top: 1px solid #000;
}
.mypage-menu .nav-block .mypage-menu-select {
  display: table;
  margin-left: 0;
}
.mypage-menu .nav-block .mypage-menu-select.odd{
  width: 48%;
  float: left;
}
.mypage-menu .nav-block .mypage-menu-select.even{
  width: 48%;
  float: right;
}
.mypage-menu .nav-block .mypage-menu-select.top .menu-text-block{
  border-top: none;
}
.mypage-menu .nav-block .mypage-menu-select:last-child {
  border-bottom: 1px solid #333;
}
.mypage-menu .menu-text-block {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #333;
  text-align: left;
  padding-right: 20px;
}
.mypage-menu .menu-text-block:hover {
  background-color: #edf5ff;
}
.mypage-menu .menu-text-block .menu-title {
  font-size: 15px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-left: 10px;
  border-bottom: none;
  width: auto;
}
.mypage-menu .menu-text-block .menu-explain {
  font-size: 12px;
  color: #333;
}
.mypage-menu .left-side {
  float: left;
  width: 48%;
}
.mypage-menu .right-side {
  float: right;
  width: 48%;
}
.mypage-menu .mypage-menu-select {
  width: 100%;
  float: none;
  text-align: left;
  margin-bottom: 0;
}
.mypage-menu .mypage-menu-select:first-child a,
.mypage-menu .mypage-menu-select:nth-child(2) a{
  border-top:none;
}
.mypage-menu .mypage-menu-select:last-child,
.mypage-menu .mypage-menu-select:nth-last-child(2){
  border-bottom: 1px solid #333;
}
.mypage-menu .mypage-menu-select.left{
  float: left;
  width: 48%;
  margin-left: 0;
  margin-right: 2%;
}
.mypage-menu .mypage-menu-select.right{
  float: right;
  width: 48%;
}
.mypage-menu .mypage-menu-select a{
  display: block;
  width: 100%;
  color: #333;
  /*border-top: 1px solid #333;*/
}
.mypage-menu .mypage-menu-select a:hover{
  text-decoration: none;
  background-color: #edf5ff;
}
.mypage-menu .menu-text-block img{
  padding-left: 10px;
}

/*barcode*/
.mypage-code{
padding: 0px 0 45px;
/*border-bottom: 1px solid #333;*/
text-align: center;
}
.mypage-code .current-status,
.mypage-code .menbers-code{
display: inline-block;
width: 175px;
margin: 0 30px;
height: 100px;
vertical-align: middle;
}
.mypage-code .current-status p,
.mypage-code .menbers-code p,
#bcTarget_txt{
font-weight: bold;
}
#bcTarget_txt{
font-size: 15px;
margin-top: -5px;
}
.mypage-code .code_tit{
  font-size: 14px;
}
.mypage-code .rank{
display: block;
padding: 10px 0;
margin: 0 auto;
}
.mypage-code .rank .cap{
display: block;
}
.mypage-code .rank .rank_label{
display: block;
height: 33px;
width: 135px;
background-color: #000;
margin: 0 auto;
color: #fff;
line-height: 33px;
font-size: 18px;
}
.mypage-code .rank .rank_label.regular{
  background-color: #86a8e4;
}
.mypage-code .rank .rank_label.silver{
  background-color: #c0c0c0;
}
.mypage-code .rank .rank_label.gold{
  background-color: #daa520;
}
.mypage-code .rank .rank_label.platinum{
  background-color: #d3d3d3;
}

/* マイページバナー */

div.mypage_bnr {
	max-width: 640px;
	width: 99%;
	margin: 2% auto 5% auto;
}
div.mypage_bnr a{
	display: block;
	border: none;
	text-decoration: none;
}
div.mypage_bnr a:hover{
	border: none;
	text-decoration: none;
	opacity: 0.9;
}
div.mypage_bnr a p{
	font-size: 16px;
	color: #f5841c;
	text-align: center;
	line-height: 1.7;
}
div.mypage_bnr a img{
	width: 100%;
}


/* 住所登録・変更 */
.address-page .form-horizontal .control-group {
  padding-left: 0;
}
.address-page .control-label.large {
  width: 130px;
}
.address-page .form-horizontal.large .controls {
  margin-left: 150px;
}

/* メールアドレス一覧 */
.mailaddress-page .mailaddress-lists {
  border: 8px solid #f5f5f5;
  padding: 50px 0;
}
.mailaddress-page .mailaddress-lists table {
  width: 90%;
  margin: 0 auto;
}
.mailaddress-page .mailaddress-lists table th {
  border-top: none;
}
.mailaddress-page .mailaddress-lists table td {
  border-right: 10px solid #fff;
  -ms-word-break: break-all;
  word-break: break-all;
}
.mailaddress-page .mailaddress-lists table td.mail-address {
  width: 50%;
}
.mailaddress-page .mailaddress-lists table td.status {
  width: 25%;
}
.mailaddress-page .mailaddress-lists table td.change {
  width: 25%;
  text-align: center;
}

.mailaddress-page .form-horizontal.large .form-edit-style {
  padding: 50px 0;
}
.mailaddress-page .form-horizontal.large .control-group {
  padding-left: 0;
  margin-bottom: 0;
}

/* メールマガジン設定 */
.mailmagazine-page .table-wrap {
  border: 10px solid #f5f5f5;
  padding: 50px 20px;
}
.mailmagazine-page .table-wrap table {
  width: 80%;
  margin: 0 auto;
  border-bottom: none;
}
.mailmagazine-page .table-wrap table th,
.mailmagazine-page .table-wrap table td {
  border: none;
}
.mailmagazine-page .table-wrap table th {
  width: 25%;
  padding-top: 25px;
}
.mailmagazine-page .table-wrap .info {
  padding-left: 250px;
}

/* クレジットカード情報登録 */
.creditcard-page .form-horizontal.large .control-group {
  padding-left: 0;
}
.creditcard-page .form-horizontal.large .controls {
  margin-left: 125px;
}
.creditcard-page .control-label.large {
  width: 105px;
}

/* 配送先登録・変更 */
.delivery-page .control-label.large {
  width: 130px;
}
.delivery-page .form-horizontal.large .controls {
  margin-left: 150px;
}
.delivery-page .form-horizontal.large .control-group {
  padding-left: 0;
}
.delivery-page .confirm-block {
  padding: 20px 0 40px;
}

.delivery-page .delivery-lists table {
  width: 90%;
  margin: 0 auto;
  border-bottom: none;
}
.delivery-page .delivery-lists table th {
  border-top: none;
  font-size: 13px;
  padding-bottom: 5px;
  border-right: none;
}
.delivery-page .delivery-lists table th.change {
  text-align: center;
}
.delivery-page .delivery-lists table td {
  font-size: 12px;
  border-right: 10px solid #fff;
}
.delivery-page .delivery-lists table td.name {
  width: 10%;
}
.delivery-page .delivery-lists table td.address {
  width: 40%;
}
.delivery-page .delivery-lists table td.company {
  width: 15%;
}
.delivery-page .delivery-lists table td.tel {
  width: 20%;
}
.delivery-page .delivery-lists table td.change {
  width: 15%;
}

/* 退会 */
.leave-page .confirm-lists,
.logout .confirm-lists {
  border: 8px solid #f5f5f5;
  padding: 70px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.leave-page .confirm-lists ul li {
  margin-bottom: 8px;
}
.leave-page .confirm-lists ul li:last-child {
  margin-bottom: 0;
}
.leave-page .confirm-lists p {
  margin-top: 30px;
  margin-bottom: 0;
}

.leave-page.final-confirm .form-actions form {
  display: inline;
}
/*.leave-page.final-confirm .lead {
  border: 8px solid #f5f5f5;
  padding: 80px 20px;
}*/
.leave-page.final-confirm .lead p {
  margin-bottom: 0;
}

.leave-page.complete .span12 {
  width: 1170px;
}
.leave-confirm .leave-explain{text-align:center;padding-top:26px;}
.leave-confirm .leave-explain-inner{display:inline-block; text-align:left;}
.leave-confirm .leave-explain-inner > ul{overflow: hidden;padding-left: 18px;list-style-type: disc;}
.leave-confirm .leave-explain-inner ul li{line-height:25px;}
.leave-confirm .leave-explain .red,
.leave-final .red {
    text-decoration: underline;
}
.leave-confirm .pos-point {
    width: 160px;
    margin: 12px auto 20px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #999;
}
.leave-confirm .pos-point span {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
}
.leave-confirm .form-actions {
  position: relative;
}
.leave-confirm .form-actions .red {
  position: absolute;
  top: 10px;
  left: 13%;
  padding: 0;
  font-size: 10px;
  background: none;
}
.leave-confirm .form-actions .btn {
    width: 237px;
}
.leave-confirm .form-actions .btn-back-top.customer_api_popup_link span {
    background: none;
}
/* 退会logo */
#confirm_leave_logo {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    background-color: #f5f5f5;
}
#confirm_leave_logo ul {
    overflow: hidden;
    padding:0 8px;
    margin-bottom: 0;
}
#confirm_leave_logo ul > li {
    width: 14.66%;
    margin: 0 1%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
#confirm_leave_logo img {
  width: 100%;
  max-width: 100%;
}
#confirm_leave_logo ul > li:nth-child(7),
#confirm_leave_logo ul > li:nth-child(13),
#confirm_leave_logo ul > li:nth-child(19) {
    clear: left;
}
#confirm_leave_logo ul > li span {
    display: inline-block;
}
#confirm_leave_logo ul > li span.brand_name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.6em;
}
.ie7 #confirm_leave_logo ul > li span.brand_name,
.ie8 #confirm_leave_logo ul > li span.brand_name {
    height: 30px;
}



/*ログアウト*/
body.mypage .logout .lead {
  border: none;
}
.logout .span12 {
    margin: 0 auto;
    float: none;
}

/******************************
login
******************************/
.login-page {
  width: 970px;
  margin: 0 auto;
  margin-bottom: 75px;
}
.login-page .span6 {
  width: 475px;
  border: 5px solid #f5f5f5;
  padding: 0 30px;
  color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-page .lead {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 13px;
}
.login-area-box h2{
  margin: 33px 0 55px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.login-area-subbox label.control-label {
  float: none;
  font-weight: bold;
  font-size: 13px;
}
.login-area-subbox .controls {
  margin-left: 0;
}
.login-area-subbox .controls input {
  width: 90%;
  padding: 15px 10px;
  font-size: 14px;
  height: 28px;
}
.login-area-box span .help-block {
  display: inline
}
.login-page .login-area h2 {
  margin-bottom: 20px;
}
.login-page .login-area .form-actions {
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}
.login-page .login-area .form-actions .forget-pass {
  margin-left: 18px;
}
.login-page .login-area .form-actions .forget-pass a {
  border-bottom: 1px solid #000;
  font-size: 11px;
}
.login-page .login-area .form-actions .forget-pass a:hover {
  text-decoration: none;
}
.login-page .register-area {
  text-align: center;
}
.login-page .register-area .login-area-subbox p.first {
  margin: 10px 0 20px;
}
.login-page .form-actions .btn{
  letter-spacing: 0.2em;
  border: none;
}
.login-page .register-area .form-actions .btn {
  width: 80%;
}
.login-page .form-actions{
  padding-bottom: 35px;
}
.login-page .register-area .form-actions{
  margin-top: 25px;
}
.login-page .form-horizontal .control-group{
  margin-bottom: 30px;
}
.login-page .form-horizontal .control-group:first-child{
  margin-bottom: 10px;
}

.login-area-box .login-area-subbox .control-label.login_save_label {
    width: 145px;
}
.login_save_area .login_save_detail a {
  border-bottom: 1px solid #000;
  font-size: 11px;
}
.login_save_area .login_save_detail a:hover {
  text-decoration: none;
}
/******************************
リマインダー
******************************/
.reminder .action-steps{
  list-style: none;
}
.reminder .action-steps .number{
  padding-right: 10px;
}
.reminder .lead{
  margin: 40px 0;
  text-align: center;
  font-weight: bold;
}
.reminder .form-horizontal .form-striped{
  padding: 60px 130px;
}
.reminder .form-horizontal .control-label{
  font-size: 13px;
  font-weight: bold;
  width: 120px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  color: #000;
}
.reminder .form-horizontal .control-group{
  margin-bottom: 0;
}
.reminder .form-horizontal .controls{
  margin-left: 120px;
}
.reminder .form-horizontal .controls input{
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
}
.reminder .form-actions .btn{
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.reminder .form-actions .btn-primary{
  float: none;
  margin-left: 30px;
  font-weight: normal;
}
.reminder .table-striped tbody > tr:nth-child(odd) > td,
.reminder .table-striped tbody > tr:nth-child(odd) > th{
  background-color: transparent;
}
.complete-block{
  padding: 25px 0;
  border: 10px solid #f5f5f5;
  margin-top: 40px;
}
.reminder_complete .form-actions .btn-primary{
  margin-left: 0;
  width: 360px;
}

/******************************
新規会員登録
******************************/
.customer-register .action-steps-wrap {
  margin-bottom: 35px;
}
.customer-register .lead.info {
  text-align: center;
}
.customer-register .form-striped p.info {
  padding-left: 25px;
}
.customer-register .form-horizontal {
  margin-top: 30px;
}
.register-legal-area .legal {
  height: 100px;
  border: 1px solid #333;
}
.customer-register .register-legal-area h2 {
  text-align: center;
  margin-bottom: 10px;
}
.customer-register .register-legal-area h2 span {
  font-weight: bold;
}
.customer-register .register-legal-area .form-actions {
  padding-bottom: 70px;
}
.form-horizontal .control-group{
  margin-bottom: 40px;
}
select#customer_options_in_which_do_you_know_this{
  height: 60px;
  width: 82%;
}
.brand_fav label {
    display: inline-block;
    margin-bottom: 0;
}
  .brand_fav label img{
    padding-left: 15px;
  }
.label-ttl .multiple{
  padding-right: 15px;
  font-size: 12px;
}
.control-group.brand_fav ul.favorite > li{
  float: left;
  width: 228px;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #f5f5f5;
}
.control-group.brand_fav ul.favorite > li:first-child,
.control-group.brand_fav ul.favorite > li:nth-child(3n+1){
  margin-left: 0;
}

/* 新規会員登録完了 */
.customer-register.complete .lead {
  border: 10px solid #f5f5f5;
  padding: 50px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
}
.customer-register.complete .lead .complete {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.customer-register.complete .lead p {
  margin-bottom: 20px;
}
.customer-register.complete .lead p:last-child {
  margin-bottom: 0;
}
.customer-register.complete .form-actions {
  padding-bottom: 0;
}

/******************************
確認画面
******************************/
.confirm-block {
  padding: 65px 0;
  border: 10px solid #f5f5f5;
}
.confirm-block .table {
  width: 80%;
  margin: 0 auto;
}
.confirm-block .table th,
.confirm-block .table td {
  padding: 20px 8px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.confirm-block .table tr:last-child th {
  border-bottom: 1px solid #ccc;
}
.confirm-block .table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.confirm-block .table th {
  width: 38%;
  border-right: 10px solid #fff;
}
.customer-register .confirm-block .table td {
  font-weight: 500;
}
/******************************
for_layout
******************************/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
/*button*/
.btn:active{
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
/*alert*/
.alert{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.alert-success{
  color: #ce7979;
  background-color: transparent;
  border-color: #ce7979;
}
/*cart*/
.cart-area .table-bordered,
.cart-area .table-bordered thead:first-child tr:first-child > th:first-child,
.cart-area .table-bordered tbody:last-child tr:last-child > th:first-child,
.cart-area .table-bordered tbody:first-child tr:first-child > th:first-child,
.cart-area .table-bordered tbody:last-child tr:last-child > td:first-child{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/*フッターバナー*/
#footer_banner{
  background-color: #f5f5f5;
  margin-top: 80px;
}
#footer_banner ul{
/*  width: 80%;*/
/*  margin: 0 10%;*/
  margin: 0;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
#footer_banner li{
  width: 22%;
  margin-left: 4%;
  float: left;
}
/*#footer_banner li > a > img{
  height: 90px;
}*/
#footer_banner li:first-child{
  margin-left: 0;
}
#footer_banner li .arrows{
  padding: 20px 0;
  margin: 0;
  font-size: 11px;
  font-family: 'Tinos', serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#footer_banner li .arrows img{
  padding-left: 5px;
  padding-bottom: 3px;
}
/******************************
フッター
******************************/
#pagetop-area{
  overflow:hidden;
  margin:0;
  position:absolute;
  top:-24px;
  right:0;
}
#pagetop{
  display:block;
  float:right;
  color:#ffffff;
  background-color:#333333;
  border-radius:3px 3px 0 0;
  padding:2px 10px;
}
#page-footer,
#page-footer .footer_nav a {
  color: #ffffff;
  font-size:11px;
}
#page-footer {
  background:#333333;
}
#page-footer .container{
  position:relative;
  width: 1170px;
}
#page-footer .navbar {
  margin-bottom: 0;
}
#page-footer .navbar .nav{
  float: none;
  position: static;
  overflow: hidden;
  margin: 20px 0;
}
#page-footer .footer_nav{
  padding: 60px 0 40px;
  width: 100%;
  display: block;
}
#page-footer .footer_nav .nav-inner{
  width: 22%;
  margin-left: 2%;
  float: left;
}
#page-footer .footer_nav .nav-inner h2{
  padding-bottom: 28px;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #cccccc;
}
#page-footer .footer_nav #nav5 h2{
  background: none;
}
#page-footer .footer_nav #nav1 h2{
  margin-left: 0;
}
#page-footer .footer_nav #nav2 ul,
#page-footer .footer_nav #nav3 ul{
  width: 49%;
  display:inline-block;
  vertical-align: top;
}
#page-footer .footer_nav .nav-inner li{
  line-height: 30px;
}
#page-footer .footer_nav .nav-inner li a{
  display: block;
  line-height: 11px;
  margin-bottom: 19px;
}
#page-footer .footer_nav #nav5{
  margin-top: 40px;

}
#page-footer .footer_nav #nav5 .follow li{
  display: inline-block;
}
#page-footer .footer_nav #nav5 .follow li a{
  line-height: normal;
}
#page-footer .footer_nav #nav5 .follow li img{
  width: 20px;
}
#page-footer .footer_nav #nav5 .follow li.instagram{
  margin-left: 20px;
}
#page-footer .navbar{
  background-color: #ffffff;
  color: #000000;
}
#page-footer .navbar .nav > li{
/*  width: 13.98%;*/
  width: 12.3%;
  float: none;
  display:inline-block;
  border-right: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#page-footer .navbar .nav > li:first-child{
  border-left: 1px solid #000;
}
#page-footer .navbar .nav > li > a{
  padding: 0;
  text-align: center;
  font-size: 12px;
}
#page-footer .navbar .nav > li > a:hover{
  text-decoration: underline;
}
#page-footer .footer_nav #nav1.nav-inner li a{
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#page-footer .copyright{
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.15em;
}

/*watch list*/
.customer .watch_list .lead{
  margin: 40px 0;
}
.customer .watch_list .lead p{
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.9;
}
.customer .fav-list-table.table-striped tbody > tr:nth-child(odd) > td,
.customer .fav-list-table.table-striped tbody > tr:nth-child(odd) > th{
  background-color: transparent;
}
.customer .fav-list-table.table.table-list-style{
  border-bottom: 1px solid #ddd;
}
.customer .fav-list-table button.btn.btn-small{
  background-color: #fff;
  border: 1px solid #333;
}
.customer .fav-list-table input[name="change_quantity"]{
  padding-right: 27px;
  padding-left: 27px;
  background-color: #333;
}
.customer .fav-list-table input[name="change_quantity"],
.customer .table-list-style.liquid-table.fav-list-table input[name="delete"]{
  border-radius: 2px;
  border:1px solid #333;
}
.customer .fav-list-table > tbody > tr > td,
.customer .fav-list-table > tbody > tr > td .item-table td p + span{
  font-weight: bold;
}
.customer .fav-list-table > tbody > tr > td .item-table td p{
  font-weight: normal;
}
.customer .watch_list .form-actions .btn.btn-primary{
  float: none;
  margin-left: 3%;
}
.customer .watch_list .form-actions .btn{
  width: 48%;
  display: inline-block;
  margin: 0 auto;
}

/*シークレットセール用記述*/
.secret_body #head-bar > .sub-nav{
  display: none;
}

.secret_body #global-navi{
  display: none;
}

@media ( min-width: 979px ) {
  .sort td {
    overflow: hidden;
  }
  .sort td > .sort-wrap {
    width: 115%;
  }
  .sort td .select-wrap {
    display: inline-block;
    width: 60%;
    text-align: left;
  }
  .sort select{
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      text-indent: 0.3em;
      background: url(//ds-assets.store-image.jp/e-look.jp/assets_2016/common/sort_arrow.png) no-repeat #ffffff ;
      background-position: 75% 53%;
      height: 40px;
      height: auto\9;
      line-height: 30px;
      vertical-align: middle;
      border:none;
      width: 100%;
      padding: 4px 0px;
  }
  .sort td .select-wrap.active select {
     background-image: url(//ds-assets.store-image.jp/e-look.jp/assets_2016/common/sort_arrow_up.png);
  }
  .sort select:focus {
    outline: none;
  }
  .sort td.stock select {
    background-position: 56% 53%;
  }
}

/* DH_FRONT_DEPT-804 【LOOK E-SHOP】ヘッドラインhead_informationリンク範囲設定変更依頼 */
#head-bar > .top-lead .container {
  cursor: pointer;
}

/* DH_FRONT_DEPT-679 【LOOKMEMBER】マイページポイント利用期限の表示 */
.mypage-code .total-point-part {
  height: auto;
  background-color: #f5f5f5;
  margin-top: 30px;
}
.mypage-code .total-point-part .pointed {
  float: left;
  width: 50%;
  height: 70px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.mypage-code .total-point-part .expiration {
  float: left;
  width: 50%;
  height: 70px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.mypage-code .total-point-part .expiration > * {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  top: 40%;
}
.mypage-code .total-point-part .pointed > h3 {
  padding-right: 40px;
  position: relative;
  margin: 0;
}
.mypage-code .total-point-part .pointed > * {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.mypage-code .total-point-part .pointed > h3:after {
  content: ':';
  position: absolute;
  right: 20px;
  top: 5%;
  font-size: 13px;
  font-weight: 400;
}
.mypage-code .total-point-part .pointed > p.total {
  font-size: 28px;
  line-height: 66px;
}
.mypage-code .total-point-part .pointed > p {
  margin: 0;
}
.mypage-code .total-point-part .pointed > p.total > span {
  letter-spacing: 0.03em;
  font-size: 13px;
}
.mypage-code .total-point-part .expiration:before {
  content: '';
  width: 100%;
  height: 15px;
  display: inline-block;
  border-left: 1px solid #1f1223;
  position: absolute;
  top: 43%;
  left: 0;
}
.mypage-code .total-point-part .expiration > h3 {
  padding-right: 40px;
  position: relative;
  margin: 0;
}
.mypage-code .total-point-part .expiration > h3:after {
  content: ':';
  position: absolute;
  right: 16px;
  top: 5%;
  font-size: 13px;
  font-weight: 400;
}
.mypage-code .total-point-part .expiration_txt {
  display: block;
  padding-bottom: 14px;
}
.mypage-code .total-point-part .expiration_txt span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .mypage-code .total-point-part {
    height: auto;
    padding: 24px 0;
  }
  .mypage-code .total-point-part .pointed {
    float: none;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .mypage-code .total-point-part .expiration {
    float: none;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .mypage-code .total-point-part .pointed > h3 {
    font-size: 12px;
    padding-right: 33px;
    text-indent: -12px;
  }
  .mypage-code .total-point-part .pointed > p.total {
    line-height: 30px;
    font-size: 20px;
    top: 3px;
  }
  .mypage-code .total-point-part .pointed > h3:after {
    right: 10px;
  }
  .mypage-code .total-point-part .pointed > p.total {
    line-height: 30px;
  }
  .mypage-code .total-point-part .expiration > h3 {
    font-size: 13px;
  }
  .mypage-code .total-point-part .expiration:before {
    display: none;
  }
  .mypage-code .total-point-part .expiration_txt span {
    display: block;
  }
  .mypage-code .total-point-part .expiration_txt {
    padding-bottom: 0;
  }
}

/*feature/DH_DESIGN_DEPT-5129 SP ARCHIVE 特集ページアーカイブ化*/
.sp_archive_wrap {
  margin:102px auto 0;
}
.sp_archive_box {
    max-width: 640px;
    margin: auto;
}
.sp_archive_box li{
    margin: 0;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
    border-top: 1px solid #f6f6f6;
    border-bottom: none;
    position: relative;}
.sp_archive_box li:first-child{
    border-top: 0px solid #f6f6f6;
}
.sp_archive_box li a{
    display: block;
    padding: 17px 10% 17px 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sp_archive_box li a:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 40%;
    right: 2%;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  span.dateday {
    margin-right: 10px;
  }

/*DH_FRONT_DEPT-2339 Different color categories */
/*.list-category li.category-SC_weblimited_color a,
.list-category li.category-SCL_weblimited_color a {
  color: #0070e3;
}*/

/*DH_DESIGN_DEPT-19435 Different color categories */
.list-category li.category-SC_weblimited_color a,
.list-category li.category-SCL_weblimited_color a {
  color: #7751b4;
}
.list-category li.category-ekura a,
.list-category li.category-ekura-l a {
  color: #BC9746;
}

/* DH_FRONT_DEPT-3657 */
#head-bar .proper-outlet-switch-nav {}
#head-bar .proper-outlet-switch-nav li:first-child {
  margin: 0 20px 0 0;
}
#head-bar .proper-outlet-switch-nav li a {
  color: #c0c0c0;
  border: 1px solid transparent;
  height: 30px;
  line-height: 28px !important;
  padding: 0 10px !important;
  margin: 5px 0;
  box-sizing: border-box;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px !important;
}
#head-bar .proper-outlet-switch-nav li.active a {
  border: 1px solid white;
  color: white;
}
#head-bar .utility-nav.sn2 li:nth-of-type( 1 ) {
  padding: 0;
}
#head-bar .utility-nav.sn2 li:nth-of-type( 1 ):after {
  content: '/';
}
#head-bar .utility-nav.sn2 li:nth-of-type( 2 ) {
  padding: 0 23px 0 0;
}

.drawer-nav .proper-outlet-switch-nav {
  font-size: 0;
  margin: 0 15px 20px;
}
.drawer-nav .proper-outlet-switch-nav ul li {
  width: calc( 47.5% - 1px );
  display: inline-block;
  text-align: center;
}
.drawer-nav .proper-outlet-switch-nav ul li:first-child {
  margin: 0 5% 0 0;
}
.drawer-nav .proper-outlet-switch-nav ul li a {
  font-size: 15px;
  padding: 10px 0;
  border: 1px solid #cccccc;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.drawer-nav .proper-outlet-switch-nav ul li.active a,
.drawer-nav .proper-outlet-switch-nav ul li a:hover {
  background-color: #333333;
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 0 #000000;
}
.drawer-nav .head-nav .unstyled li:first-child a {
  border-top: 4px solid #ccc;
}
#selectBrand li.outlet {
  clear: both;
  margin: 0;
  width: 407px;
}
#selectBrand li.outlet label {
  margin: 0 0 0 20px;
}
#selectBrand li.outlet span {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.list-category li.category-outlet,
#page-footer .footer_nav .nav-inner:first-child .brand li.outlet {
  display: none;
}
/* #ranking-items.outlet_ranking {
  display: none;
} */
.dropdown-outlet .dropdown-menu > li {
  width: 22%;
}
/* DH_FRONT_DEPT-3852 */
/*.brandtop .rains_ranking {
  display: none;
}*/
/* DH_FRONT_DEPT-3924 */
.label.label-outlet {
  background-color: #EE3155;
  font-family: 'Open Sans', sans-serif;
}

/* DH_FRONT_DEPT-5186 */
body.shopnotfound .sideArea + meta + div {
   float: right;
   width: 870px;
}
/* DH_FRONT_DEPT-5475 */
#brand_logo ul > li.e-shopplus > a > img {
  width: 45%;
  padding: 22px 0;
  max-width: 80px;
}
#brand_logo ul > li.clausporto > a > img {
  width: 100%;
  padding: 32px 0;
  max-width: 160px;
}

/* DH_FRONT_DEPT-5718 */
.grandtop #ranking-items [class*="rankBrandSet"] {
  visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
}
.grandtop #ranking-items .rankBrandSet01 {
  position: static;
  visibility: visible;
}
#ranking-items {
  position: relative;
}

/* DH_FRONT_DEPT-5720 */
.main-slider .swiper-container {
  width: 66%;
  float: left;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cccccc;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #333333;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}
.swiper-button-next {
  background-image: url("//ds-assets.store-image.jp/e-look.jp/assets_2016/common/slide_right.png");
}
.swiper-button-prev {
  background-image: url("//ds-assets.store-image.jp/e-look.jp/assets_2016/common/slide_left.png");
}
.swiper-button-next,
.swiper-button-prev {
  background-size: 22px 43px;
  width: 22px;
  height: 43px;
}
#news-list .swiper-container {
  max-width: 92%;
  margin: 0 auto;
}
.swiper-contents {
  position: relative;
}
#news-list .swiper-button-next {
  background-image: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/right_g.png');
  right: 0;
}
#news-list .swiper-button-prev {
  background-image: url('//ds-assets.store-image.jp/e-look.jp/assets_2016/common/left_g.png');
  left: 0;
}
#news-list .swiper-button-next,
#news-list .swiper-button-prev {
  background-size: 16px 29px;
  width: 16px;
  height: 29px;
  margin-top: -14px;
}
#news-list .swiper-button-next.swiper-button-disabled,
#news-list .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.brandtop #news-list .swiper-button-next,
.brandtop #news-list .swiper-button-prev {
  display: none;
}
#shoptop-sub-wrap .swiper-button-next,
#shoptop-sub-wrap .swiper-button-prev {
  display: none;
}

/* DH_FRONT_DEPT-5852 top-instagram */
#instagram {
  opacity: 0;
  margin: 40px 0 50px;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#instagram .box-title a {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.03em;
}
#instagram .box-title img {
  width: 25px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#instagram #instafeed li a {
  background-position: center center;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
}
#instafeed img {
  width: 100%;
}
#instafeed img:hover,
#instagram .swiper-button-prev {
  top: 50%;
}
#instagram .swiper-button-next {
  top: 50%;
}
#instagram .swiper-button-prev:hover,
#instagram .swiper-button-next:hover {
  opacity: 0.5;
}
.instagram-gallery.swiper-container {
  opacity: 0;
  transition: opacity .3s linear;
}
.instagram-gallery.swiper-container.swiper-container-horizontal {
  opacity: 1;
}
/*BOXER*/
.grandtop  #boxer-overlay {
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.grandtop  #boxer-overlay,
.grandtop  #boxer {
  z-index: -1;
}
.grandtop.boxer-open #boxer-overlay {
  z-index: 1002;
}
.grandtop.boxer-open #boxer {
  padding: 0;
  z-index: 1003;
}
.grandtop #boxer .boxer-close,
.grandtop #boxer .boxer-close:hover {
  background:url("/assets/images/icon/close_view.png") no-repeat 50% 50% transparent;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.grandtop #boxer .boxer-control {
  opacity: 1;
  background:none;
  border-radius:0;
  box-shadow:none;
  height:100px;
  width:70px;
  text-indent: 100%;
  text-indent: -9999px;
}
.grandtop #boxer .boxer-control.previous {
  background:url('/assets/images/slider_arrow_prev_w.png') no-repeat 5% 50%;
  width:50%;
  height:85%;
  left:-65px;
}
.grandtop #boxer .boxer-control.next {
  background:url('/assets/images/slider_arrow_next_w.png') no-repeat 95% 50%;
  width:50%;
  height:85%;
  right:-65px;
}
.grandtop #boxer .boxer-container {
  margin: 0 auto;
  overflow:inherit;
}
.grandtop #boxer .boxer-position {
  display: none;
}
.grandtop #boxer .boxer-caption.gallery {
  padding: 20px 0;
}
.grandtop #boxer .boxer-caption.gallery > p > a {
  border-bottom: 1px solid rgba(0,0,0,.8);
  margin-bottom: -1px;
}
.grandtop #boxer .boxer-caption.gallery > p > a:hover {
  text-decoration: none;
}

/* DH_FRONT_DEPT-6019 */
#category.list-category.popup_list_category .category-all {
  display: none;
}
#category.list-category.popup_list_category li.has-child > a {
  pointer-events: none;
}
#category.list-category.popup_list_category li.has-child > a:before,
#category.list-category.popup_list_category li.has-child > a:after {
  border: none;
}
#category.list-category.popup_list_category li.has-child > a:after {
  content: none;
}
#category.list-category.popup_list_category li.has-child .child-category {
  display: block !important;
}
#category.list-category.popup_list_category li.has-child .child-category > .category-popup_repetto a {
  position: relative;
  font-size: 0;
}
#category.list-category.popup_list_category li.has-child .child-category > .category-popup_repetto a:before {
  content: '全てのセール商品一覧';
  color: red;
  font-size: 12px;
  padding: 0 0 0 1em;
}
#category.list-category.popup_list_category .nav-list.child-category > li a {
  color: red;
}

/* DH_FRONT_DEPT-6459 LOOKMEMBERSHIP向けファミリーセール */

.mypage .familysale-banner {
  background: #C3C3C3;
  width: 970px;
  margin: 0 auto;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
}
.mypage a.familysale-banner-title {
  display: block;
}
@media (max-width: 979px){
  .mypage .familysale-banner {
    width: calc(100% - 80px);
    padding: 0 10px;
  }
}
@media (max-width: 767px){
  .mypage .familysale-banner {
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  .mypage a.familysale-banner-title {
    font-size: 25px;
  }
}

/*LOOK MEMBER ブランドサイドナビ*/
#category[class*="LMS-SHOP"].list-category > ul > [class*="_Brand"] > ul {
  display: block;
}
#category[class*="LMS-SHOP"].list-category > ul > [class*="_Brand"] > a:before{
  content: none;
}
#category[class*="LMS-SHOP"].list-category > ul > [class*="_Brand"] > a.open:before{
  content: "";
}

/*LOOK MEMBER サイドナビ*/
.familysale-leftnav li a{
  font-size: 12px;
  position: relative;
  list-style-type: none;
  line-height: 20px;
  padding: 17px 8px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  display: block;
}
.familysale-leftnav li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.familysale-leftnav li a:after {
  top: 50%;
  margin-top: -3px;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 40%;
  right: 5%;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.familysale-leftnav li:last-child {
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #f6f6f6;
}
.familysale-leftnav li:first-child {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #f6f6f6;
}
@media (max-width: 767px){
  .familysale-leftnav {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    margin: 10px 0 0;
  }
}

/*DH_FRONT_DEPT-6693 株主優待ページフロント改修依頼*/
.box-sub .toggle.form-actions .bnr {
  width: 90%;
}
.toggle_menu {
  display: flex;
  margin: 0 auto;
}
.toggle_menu .bnr {
  display: block;
  margin: 0 auto;
}
.submenu {
  width: 86%;
  display: none;
  margin: 0 auto;
}
.submenu__item {
  border: 1px solid #ccc	;
  margin-bottom: 1px;
}
.submenu__item .submenu_link {
  background: #A3A8AA;
  padding: 1rem;
  border: 7px solid #fff;
}
.submenu__item a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  display: block;
}
.form-actions .bnr {
  padding: 0 12px
}
@media (max-width: 767px) {
  .toggle_menu {
    display: initial;
  }
  .submenu__item .submenu_link {
    padding: 14px;
  }
  .submenu__item a {
    font-size: 18px;
  }
  .shareholder_bread_container {
    max-width: 100%;
  }
  .shareholder_bread_container .shareholder.top_banner {
    width: 100%;
    margin: 5px 0 5px;
  }
  .shareholder_bread_container .shareholder.top_banner img {
    width: 100%;
    height: 100%;
  }
  .shareholder_item .breadcrumbs_wrap .container, .shareholder_item_2 .breadcrumbs_wrap .container {
    border-top: none;
  }
  .submenu__item {
    border: 1px solid #ccc	;
    margin-bottom: 1px;
  }
}
/* DH_FRONT_DEPT-7018 Aliceショップ削除 */
#selectBrand li.scapal img {
  width: 132px;
  margin-left: 10px;
}
#selectBrand li.outlet span {
  font-weight: normal;
}