@charset "utf-8";
/*-------------------------------------
COLOR CODES

# text
#333333 : base
#333333 : links
#CC0000 : sale, alert

# background
#FFFFFF : base
#666666 : active
#CCCCCC : hover

# border
#EBEBEB : base

-------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, div, dl, dt, dd, ol, ul, li, th, td, form, fieldset, input, textarea { margin:0 0 0 0; padding:0 0 0 0; } select { margin:0 0 0 0; }, form, input, button, select, textarea { box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box; } abbr, acronym { border:0 none; } q:before, q:after { content:""; } ol, ul { list-style:none; } img { border:0 none; vertical-align:bottom; } object { outline:none; } table { border-spacing:0; } *:first-child+html table { border-collapse:collapse; } * html table { border-collapse:collapse; } caption { text-align:left; } th, td { text-align:left; vertical-align:middle; empty-cells:show; } hr { display:none; } fieldset { border:0 none; } label { cursor:default; } iframe { border:0 none; overflow:auto; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; margin:0 0 0 0; padding:0 0 0 0; } h1, h2, h3, h4, h5, h6 { font-style:normal; font-weight:normal; font-size:100%; } p, address, blockquote, pre, div, abbr, acronym, dfn, cite, q, code, kbd, samp, var, dl, ol, ul, caption, th { font-weight:normal; font-style:normal; } em, strong { font-weight:bold; font-style:normal; } a:focus { outline: none; } .text-center { text-align: center; } .is_left { clear: both; } .is_left, .row .is_left, .row-fluid .is_left { margin-left: 0; } .is_right, .row .is_right, .row-fluid .is_right { margin-right: 0; }

body, input, button, select, textarea {
  font-size: 12px;
  font-family: 'lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
  width: 1180px;
}

/******************************
* 新規会員登録 *
******************************/
.new-member{
  padding-left: 20px;
  padding-top: 25px;
  margin-bottom: -20px;
}

/******************************
* アイコン *
******************************/
.icon .label {
  margin: 2px;
  padding: 2px 6px;
  border: 1px solid #cccccc;
  background-color: #fff;
  text-indent: 0;
}
.label.label-bundle {
  background-color: #ffffff;
  color: #999999;
  border: solid 1px #ebebeb;
}
.label.label-rearrival-mail {
  background-color: #ffffff;
  color: #999999;
  border: solid 1px #ebebeb;
}
/******************************
* ボタン *
******************************/
.btn {text-shadow: none;background: none;box-shadow: none;-ms-box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none;}.btn:hover, .btn:focus, .btn:active, .btn.disabled, .btn[disabled] {transition: all 0.1s;-webkit-transition: all 0.1s;-moz-transition: all 0.1s;-ms-transition: all 0.1s;outline: none;}.btn-under {margin-top: 10px;}.btn-row {margin-right: 10px;}
.form-horizontal .form-actions {padding-left: 20px;}
.register-area .form-actions {margin-bottom: 0;margin-top: 45px;}
.register-legal-area .legal {border: solid 1px #ebebeb;padding: 40px;}
.btn {
  font-size: inherit;
  color: inherit;
  background-color: #f5f5f5;
}
.btn-primary {
  color: inherit;
  background-color: #666666;
}
.btn-back {
  color: inherit;
  background-color: #f5f5f5;
}
.btn:hover, .btn:focus, .btn:active,
.btn.disabled, .btn[disabled] {
  color: #ffffff;
  background-color: #666666;
  opacity: 0.7;
}
.btn-primary:hover, .btn-primary:focus, .btn:active {
  color: #ffffff;
  background-color: #888888;
}
.btn-back:hover, .btn-back:focus, .btn-back:active {
  color: #ffffff;
  background-color: #666666;
}
  .btn a {
    color: #555555;
  }
  .btn:hover a, .btn:focus a, .btn:active a {
    color: #ffffff;
    text-decoration: none;
  }
/******************************
* タイトル *
******************************/
.title {
  letter-spacing: 1px;
}
.box-title {
  position: relative;
  padding: 50px 0;
  margin-bottom: 20px;
  color: #333333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #dddddd;
}
.item.search .box-title,
.item.list .box-title,
.newArrivalList .box-title{
  padding: 0 0 30px;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  text-indent: -240px;
}
.view .box-title{
  padding-top: 60px;
  border-bottom: none;
}
  .box-title .sub, h1 .sub {
    font-size: 11px;
    margin-left: 10px;
  }
    .box-title .sub {
      display: block;
      margin: 0;
      font-family: 'lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', sans-serif;
    }
    .box-title .sub:first-child:after {
      content: "";
      position: absolute;
      bottom: 0;
      display: block;
      height: 1px;
      width: 100%;
      background-color: #ebebeb;
    }
    .box-title > .look-more {
      position: absolute;
      float: none;
      left: auto;
      right: 0;
      bottom: 16px;
    }
.help-block {
  margin-top: 5px;
}
/******************************
* レイアウト *
******************************/
#page-body .list-layout {
  padding-top: 0;
}
  #page-body .list-layout .main.span9 {
    float: right;
  }
    #page-body .list-layout .main.span9 .breadcrumb {
      margin-bottom: 8px;
      padding-bottom: 0;
    }
ul.outside-slide, ol.outside-slide {
  margin-left: 25px;
}
/******************************
* ヘッダ *
******************************/
body > h1.title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9999px;
}
#head-bar {
  padding: 0;
}
#page-header {
  margin: 0;
}
#page-header .top-lead {
  text-align: center;
}
  #page-header .top-lead p {
    padding: 6px 0; margin: 0;
  }
    #page-header .top-lead p a {
      color: #333333;
    }
#page-header .sub-nav {
  height: 36px; line-height: 36px; color: #ffffff; background-color:#555555;
}
  #page-header .sub-nav a {
    color: #ffffff;
  }
#page-header .brand {
  float: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}
  #page-header .brand > a,
  .navbar .brand > .head-search {
  }
  .brand > a {
    left: 50%;
    right: auto;
    margin-top: 8px;
    margin-left: -70px;
    color: #333333;
  }
  .brand > .head-search {
    left: auto;
    right: 0;
  }
#head-sub-menu{
  float: right;
}
#global-navi {
  border: 0 solid #ebebeb;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
  #global-navi > .nav {
    clear: both;
    float: none;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 0;
    margin-bottom: 0;
  }
    #global-navi > .nav > li {
      float: none;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
    }
      #global-navi .cascade-menu > li > a:hover,
      #global-navi .cascade-menu > li > a:focus,
      #global-navi .cascade-submenu:hover > a,
      #global-navi .cascade-submenu:focus > a {
        text-decoration: underline;
        background: none;
        background-color: transparent;
      }
#global-navi .brandNav{
  border-top: 1px solid #dddddd;

}
#global-navi .brandNav li:first-child svg{
  width: 50%;
  vertical-align: middle;
}
#global-navi .brandNav li:nth-child(2) svg{
  width: 36%;
  height: auto;
  vertical-align: middle;
}
#global-navi .brandNav li:nth-child(3) svg{
  width: 48%;
  vertical-align: middle;
}
#global-navi .brandNav li:nth-child(4) svg{
  width: 64%;
  vertical-align: middle;
}
#global-navi .brandNav li:last-child svg{
  width: 60%;
  vertical-align: middle;
}

#head-bar .utility-nav.sn1 {
  float: left;
}
  #head-bar .utility-nav.sn1 .logo {
    padding-top: 0;
    padding-left: 0;
  }
  #head-bar .utility-nav{
    margin-top: 5px;
  }
    #head-bar .utility-nav li {
      vertical-align: middle;
      padding-right: 20px;
    }
    #head-bar .utility-nav li:first-child {
      padding: 0 4px 0 0;
    }
    #head-bar .utility-nav li:first-child:after {
      border-right: 1px solid #a1a1a1;
      content: '';
      width: 1px;
      height: 12px;
      margin-left: 13px;
    }
    #head-bar .utility-nav li:last-child {
      padding-right: 0;
    }
    #head-bar .utility-nav li.cart_box .quantity{
      width: 24px;
      height: 24px;
      line-height: 24px;
      margin-left: 10px;
      color: #fff;
      background-color: #000;
      display: inline-block;
      text-align: center;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
    }
    #head-bar .utility-nav li img{
      padding-right: 5px;
      position: relative;
      top: -4px;
    }
    #head-bar .utility-nav.sn1 .logo > a {
      padding-right: 10px;
      border-right: 1px solid #777777;
      font-size: 16px;
      text-decoration: none;
      line-height: 36px;
    }

.navbar-inner {
  padding: 0;
  filter: none;
  border: 0;
  background: none;
  -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;
  padding: 0;
  background: transparent;
}
.navbar .nav {
  margin-right:0;
  width: 100%;
  display: inline-block;
}
.navbar .nav > li > a {
  text-shadow: none;
}
.navbar .nav li.cascade.open > .cascade-toggle {
  box-shadow: none;
  background-color: transparent;
}
.menu-wrapper {
  display: none;
}
.open .menu-wrapper {
  display: block;
}
.navbar .nav li.cascade.active > .cascade-toggle,
.navbar .nav li.cascade.open.active > .cascade-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow: none;
  background-color: #ebebeb;
}
.navbar .nav > li > .cascade-menu:before,
.navbar .nav > li > .cascade-menu:after {
  border: 0;
}
.cascade-menu {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background-color: #f2f2f2;
  overflow: hidden;
}
#brandNav .cascade-menu {
  background-color: #444444;
  margin: 0;
}
  .cascade-menu > li {
    text-align: left;
  }
    .cascade-menu > li > a {
      color: #FFFfff;
    }
    #global-navi .cascade-menu > li > a:hover {
      background-color: #333333;
      text-decoration: none;
    }
/*検索窓*/
.head-search{float: right; }
.head-search .navbar-form{position: relative; }
.head-search input.head-search-text{font-size: 12px;margin-top: 0; }
.head-search .btn.head-search-btn{position: absolute;margin:0;padding:0;top: 0;right: 0;width: 30px;height: 30px; }
.head-search li.refine-search{margin-left: 10px; }
.head-search li.refine-search .btn{
  margin: 0;
  background-color: #f8f8f8;
  font-weight: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.topSearch{
  margin-bottom: 20px;
}
/******************************
* フッター *
******************************/
#pagetop {
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px 3px 0 0;
  padding: 2px 10px;
}
#page-footer,
#page-footer a {
  color: #ffffff;
  font-size: 12px;
}
#page-footer {
  background-color: #000000;
  margin-top: 50px;
  padding-top: 40px;
}
#page-footer .container {
  position: relative;
}
#page-footer .navbar {
  margin-bottom: 0;
  width: 70%;
}
#page-footer .navbar .nav {
  float: none;
  position: static;
  margin-left: -15px;
  overflow: hidden;
  text-align: right;
}
/******************************
* リスト *
*******************************/
.subnav h2 {
  margin-bottom: 10px;
}
.nav-list {
  padding-left:0;
  padding-right:0;
}
.nav-list > li > a {
  margin-left:0;
  margin-right:0;
  color: #000000;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  text-shadow: none;
  background-color: #f2f2f2;
}
/******************************
* サイドエリア *
*******************************/
.side-caption {
  font-size: inherit;
  color: #ffffff;
  line-height: 20px;
  background-color: #333333;
  padding: 3px 12px;
  font-weight: 500;
}
#get-count {
  margin-bottom: 32px;
}
.list-category li {
  position: relative;
  list-style-type: 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: #000000;
}
.list-category a:hover {
  text-decoration: none;
/*  background-color: #ebebeb;*/
}
.list-category .active a {
  color: #000;
  background-color: #f2f2f2;
  text-indent: 10px;
}
.list-category .nav-list {
  padding-left: 0;
  padding-right: 0;
}
.list-category .nav-list > li > a {
  margin-left:0;
  margin-right:0;
  padding: 10px 0;
  line-height: 16px;
}
.list-category .child-category {
  display: none;
}
.list-category .child-category > li {
  position: relative;
}
.list-category .child-category > li > a {
  padding: 10px 15px 10px 10px;
}
.list-category .child-category {
  margin-bottom: 0;
}
.list-category .grand-child-category {
  display: none;
}
.list-category .grand-child-category > li > a {
  padding-left: 30px;
}
.side-detailsearch .caption {
  margin-bottom: 10px;
}
.side-detailsearch .form-ttl {
  margin: 15px 0 5px;
  font-size: 11px;
}
.side-detailsearch .form-set input {
  margin-bottom: 0;
}
.side-detailsearch .form-set select {
  width: 100%;
  font-size: 11px;
}
.side-detailsearch .sel-rate-set > li {
  width: 45%;
}
.side-detailsearch .sel-rate-set > li.to {
  width: 10%;
  padding:0;
}
.side-detailsearch .detailsearch-btn-area {
  margin: 10px 0;
  text-align: center;
}
.side-detailsearch .detailsearch-btn-area .btn {
  width: 100%;
  border: 0;
  height: 42px;
  margin-bottom: 10px;
  background-color: #000000;
}
.side-detailsearch .detailsearch-btn-area .btn.clearForm {
  background: url('/assets/images/icn_search_clear.png') no-repeat 16% 50% #a1a1a1;
  border-radius: 4px;
}
.side-detailsearch .detailsearch-btn-area .btn-primary {
  background: url('/assets/images/icn_search_w.png') no-repeat 12% 50% #000000;
  border-radius: 4px;
}
.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 #666666;
  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;
}
/******************************
* グランドトップ *
******************************/
.flex-direction-nav .flex-next {right: 0px;}
.flex-direction-nav .flex-prev {left: 0px;}
#grandtop-main .flexslider {
  margin-bottom: 50px;
}
  #grandtop-main .flex-control-paging li a {
    height: 10px;
    width: 10px;
  }
#grandtop-main .flex-direction-nav a{background: none; }
#grandtop-main .flex-direction-nav .flex-next {
  background: url("../img/glyphicons-halflings-white.png") no-repeat -449px -64px #000000;
  border-radius: 3px 0 0 3px;
  display: none;
}
#grandtop-main .flex-direction-nav .flex-prev {
  background: url("../img/glyphicons-halflings-white.png") no-repeat -424px -64px #000000;
  border-radius: 0 3px 3px 0;
  display: none;
}
#grandtop-main .flexslider: hover .flex-next {display:block; right:0;}
#grandtop-main .flexslider: hover .flex-prev {display:block; left:0;}
#grandtop-theme .flexslider {
  margin-bottom: 52px;
}
#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: #cccccc; box-shadow:none; }
#grandtop-theme .flex-control-paging li a: hover{background: #666666; }
#grandtop-theme .flex-control-paging li a.flex-active{background: #000000; }


#category {
  display: inline-block;
  width: 100%;
}
/******************************
* ニュース *
******************************/
#news-list {
  margin-bottom: 52px;
}
#news-list > .row-fluid > div {
  overflow: hidden;
  height: 105px;
  border-bottom: solid 1px #ebebeb;
  padding: 0 0 10px;
}
#news-list table td {
  vertical-align: top;
}
#news-list .news-image {
  display: block;
}
#news-list .news-image img {
  width: auto;
  height: 80px;
  border: solid 1px #cccccc;
}
#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 {
  color: #666666;
  font-size: 11px;
  margin-top: 10px;
}
/******************************
* 新着商品 *
******************************/
#newarrival-items {
  margin-bottom: 70px;
  display: inline-block;
  width: 100%;
}
#newarrival-items li{
  width: 24.25%;
  float: left;
  margin: 0 0 20px 1%;
}
#newarrival-items li:nth-child(4n+1){
  margin-left: 0;
  clear: both;
}
  #newarrival-items .row-fluid > li .list-item-text {
    padding-bottom: 0;
  }
/******************************
* ランキング *
******************************/
#ranking-items{
  width: 100%;
  margin-bottom: 100px;
  display: inline-block;
}
#ranking-items li{
  width: 24%;
  float: left;
  margin-left: 1%;
}
#ranking-items li:first-child{
  margin-left: 0;
}
#ranking-items li:nth-child(n+3){
  width: 11.6%;
  margin-bottom: 1%;
}
#ranking-items li:nth-child(n+11){
  display: none;
}
#ranking-items .rank-num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  padding: 0;
  text-shadow: none;
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
}
#ranking-items .rank1 .rank-num {
  background-color: #eac11d;
  color: #fff;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  width: 34px;
}
#ranking-items .rank2 .rank-num {
  background-color: #aaaeb8;
  color: #fff;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  width: 34px;
}
#ranking-items .rank3 .rank-num {
  background-color: #b28850;
  color: #fff;
}
/******************************
* コーディネート *
******************************/
#coordinate {
  margin-bottom: 100px;
  display: inline-block;
}
#coordinate ul{
  display: inline-block;
}
#coordinate li{
  width: 24.25%;
  margin-left: 1%;
  float: left;
}
#coordinate li:first-child{
  margin-left: 0;
}
.viewList{
  position: absolute;
  right: 0;
  color: #333333;
  font-size: 11px;
  text-align: right;
  font-weight: normal;
}
.viewList img{
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -2px;
}

/******************************
* 1関連商品 *
******************************/
#related-items {
  width: 100%;
  clear: both;
  margin-bottom: 80px;
  display: inline-block;
}
#related-items li{
  width: 19.2%;
  margin-left: 1%;
  float: left;
}
#related-items li:first-child{
  margin-left: 0;
}
#related-items li:nth-child(6){
  display: none;
}
/******************************
* 最近チェックした商品 *
******************************/
#checked-items {
  margin-bottom: 50px;
  width: 100%;
  display: inline-block;
}
#checked-items li{
  width: 19.2%;
  margin-left: 1%;
  float: left;
}
#checked-items .list-item-text{
  display: none;
}
#checked-items li:first-child{
  margin-left: 0;
}
#checked-items li:nth-child(6){
  display: none;
}
/******************************
* 詳細検索 *
******************************/
.detailPagerArea {
  margin-bottom: 10px;
}
.detailPagerArea .condition > li > a {
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  -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 .input-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin: 20px 0 5px;
}
#selectBrand label {
  text-align: center;
}
.sel-rate-set {
  overflow: hidden;
  list-style: none;
}
.sel-rate-set > li {
  float: left;
}
.sel-rate-set > li.to {
  text-align: center;
  line-height: 30px;
  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: 9px;
  height: 9px;
  margin: 4px 5px 0 0;
}
span.color-name{
  font-size: 11px;
}
.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-other{background-color: #ffffff; border:solid 1px #666666; }
.select-color .tip-white,
.select-color .tip-other{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/******************************
* 規約系 *
******************************/
.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 .red a {
  text-decoration: none;
}
.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: 40px;
}
/******************************
* カート *
******************************/
.cart-area .cart-section-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
.cart-area .remaining {
  background-color: #0D89D8;
  color: #ffffff;
  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 h3 {
  font-weight: bold;
  padding: 10px 0;
  border: 1px solid #cdcdcd;
  text-indent: 10px;
  background-color: #ebebeb;
  position: relative;
  background-image: url("/assets/images/arrow_white_open.png");
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 0 1px;
}
#inquiry h3.open {
  background-image: url("/assets/images/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;
}
/******************************
* マイページ *
******************************/
.mail_address_area {
  float: left;
  clear: both;
}
.control-group .controls .top-input,
.control-group .controls .second-input {
  width: 30%;
}
.control-group .controls .top-input .input-front,
.control-group .controls .second-input .input-front {
  width: 24px;
}
/******************************
* 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 {
  -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;
}
/*mypage*/
.nav-list > li > a {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
/*login*/
.login-area-box h2 {
  margin: 20px 0 40px;
  font-weight: bold;
  text-align: center;
}


section.contaienr {
  overflow: hidden;
}
.top #main-banners{
  width: 900px;
  }
#main-banners{
  height: auto;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
}
#main-banners img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#main-banners {
  margin-bottom: 60px;
}
#main-banners .flex-direction-nav li > a {
    display: block;
    background-color: #fff;
    opacity: 0.6;
    filter: alpha('opacity=60');
    width: 100%;
    height: 100%;
    position: absolute;
    right: -900px;
    top: 0;
    margin: 0;
}
#main-banners .flex-direction-nav li > a:after{
  background-image: url(/assets/images/common/next.png);
  color: #ccc;
  content: '';
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 50px;
  font-family: 'FontAwesome';
  font-size: 65px;
  line-height: 0;
  opacity: none;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  top: 45%;
  position: absolute;
  left: -5%;
}
#main-banners .flex-direction-nav li:first-child > a{
  left: -900px;
}
#main-banners .flex-direction-nav li:first-child > a:after{
  position: absolute;
  right: -5%;
  left: auto;
  background-image: url(/assets/images/common/prev.png);
}
#main-banners .flex-viewport {
  overflow: inherit !important;
}

#sub-banners .slick-slider {
  margin: 40px 0 50px;
}
  #sub-banners a:hover {
      text-decoration: none;
  }
  #sub-banners .slick-prev{
    top: 40%;
    left: -45px;
  }
  #sub-banners .slick-next{
    top: 40%;
    right: -45px;
  }
  #sub-banners .dateday{
    color: #999999;
    margin: 6px 0 0;
  }
      #sub-banners .bx-txt {
          overflow: hidden;
          display: block;
          padding-right: 0.25em;
          /*white-space: nowrap;
          text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
             -moz-text-overflow: ellipsis;
              -ms-text-overflow: ellipsis;*/
      }
      #sub-banners a:hover .bx-txt {
          text-decoration: underline;
      }
   /* #sub-banners.pickup ul {
        display: table;
        width: 100%;
    }
        #sub-banners.pickup ul li {
          float: left;
          width: 32.5%;
          margin: 0 1.25%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
          list-style-type: none;
        }
        #sub-banners.pickup ul li.is-left,
        #sub-banners.pickup ul li.is-right {
            margin:0;
        }
            #sub-banners.pickup ul li img {
                width: 100%;
                margin-bottom: 15px;
            }*/
#sub-banners {
  position: relative;
}
#sub-banners .newsViewList{
  top: -45px;
  text-align: right;
}
#sub-banners .newsViewList img {
    vertical-align: middle;
    margin-left: 3px;
    position: relative;
    top: -2px;
  }
.best-seller {
  /*width: 1620px;
  margin: 0 auto;*/
  width: 84%;
  margin: 0 8%;
}
.best-seller h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.best-seller .flexslider {
  margin-bottom: 70px;
}
.best-seller .flexslider p,
.best-seller p {
  text-align: center;
}

.best-seller .flexslider .slides li {
  text-align: left;
  padding-right: 0.03%;
}

.best-seller .flexslider .slides li img {
  margin: 0 0 20px;
  width: 100%;
}
.flex-direction-nav .flex-prev {
  background-image: url(/assets/images/top/slider_left.png);
  top: -25px;
  left: -90px;
}
.flexslider:hover .flex-prev {
  left: -90px;
}
.flex-direction-nav .flex-next {
  background-image: url(/assets/images/top/slider_right.png);
  top: -25px;
  right: -90px;
}
.flexslider:hover .flex-next {
  right: -90px;
}
.best-seller .flex-direction-nav .flex-prev,
.best-seller .flex-direction-nav .flex-next {
  top: 0;
  margin-top: -42px;
}
/**
 * 2016.05.18
*/
a,
a:hover {
  color: #000000;
}
#users-container{
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
.list-item-text,
.label, .badge {
/*  text-align: center;*/
  font-size: 90%;
}
.list-item-text .name a{
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow:ellipsis;
  padding: 0;
}
.label-new {
  background-color: transparent;
  color: #2b2b2b;
}
.icon .label-rearrival{
  background-color: transparent;
  color: #2b2b2b;
}
.icon .label-sale {
  background-color: transparent;
  color: #d34444;
}
.icon .label-soldout{
  background-color: #cccccc;
  color: #2b2b2b;
}
.page-base {
  width: 100%;
  margin: 0 auto;
}
.btn.btn-primary {
  color: #ffffff;
  background: #000000;
  padding:0;
}
.form-actions {
  background-color: transparent;
  border-top: none;
}
.btn {
  height: 40px;
  width: 240px;
  line-height: 40px;
  padding: 2px 10px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
}
.btn-back {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  padding: 0;
  border: none;
  background-color: #999999;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.title {
  margin: 0 0 40px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: none;
}
.cascade-menu > li > a:hover,
.cascade-menu > li > a:focus,
.cascade-submenu:hover > a,
.cascade-submenu:focus > a {
  background-color: transparent;
  background-image: none;
}

/*cascade-menu*/
.cascade-toggle {
  *margin-bottom: -3px;
}
.cascade-toggle:active,
.open .cascade-toggle {
  outline: 0;
}
.cascade .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.drawer-nav .cascade-menu {
/*  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;*/
  display: none;
}
.cascade-menu.pull-right {
  right: 0;
  left: auto;
}
.cascade-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #ebebeb;
  border-bottom: 1px solid #ffffff;
}

.cascade-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.cascade-menu > li > a:hover,
.cascade-menu > li > a:focus,
.cascade-submenu:hover > a,
.cascade-submenu:focus > a {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.cascade-menu > .active > a,
.cascade-menu > .active > a:hover,
.cascade-menu > .active > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.cascade-menu > .disabled > a,
.cascade-menu > .disabled > a:hover,
.cascade-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.cascade-menu > .disabled > a:hover,
.cascade-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .cascade-menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.pull-right > .cascade-menu {
  right: 0;
  left: auto;
}
.dropup .cascade-menu,
.navbar-fixed-bottom .cascade .cascade-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.cascade-submenu {
  position: relative;
}

.cascade-submenu > .cascade-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}
.dropup .cascade-submenu > .cascade-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.cascade-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.cascade-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.cascade-submenu.pull-left {
  float: none;
}

.cascade-submenu.pull-left > .cascade-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.cascade .cascade-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}


/*ヘッダー*/
#page-header .top-lead {
  /*border-bottom: 1px solid #ebebeb;*/
  background-color: #000000;
}
#page-header .top-lead p,
#page-header .top-lead p a {
  font-size: 11px;
  color: #ffffff;
  line-height: 110%;
}
#head-bar > .sub-nav {
  background-color: #ffffff;
  color: #000000;
}
#head-bar > .sub-nav .icon-white {
  background-image: url("../img/glyphicons-halflings.png");
}
#head-bar > .sub-nav a {
  color: #000000;
}
#page-header .brand {
  height: 60px;
}
#page-header .brand > a {
  background: url('/assets/images/logo.png')no-repeat center;
  text-indent: -9999px;
  margin: 0 auto;
  display: block;
  background-size: 100%;
  width: 201px;
  height: 61px;
  position: static;
}
.search{
  margin-bottom: 20px;
}
.head-search {}
.head-search .btn.head-search-btn {
  border: none;
  line-height: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.head-search .btn.head-search-btn img{
  width: 50%;
}
.head-search input.head-search-text {
  padding-left: 12px;
  width: 180px;
  height: 30px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.refine-search .btn {
  background-color: transparent;
  padding: 4px 10px;
  height: auto;
  width: auto;
  line-height: 20px;
  border: none;
}
.refine-search .btn:hover,
.refine-search .btn:focus{
  color: #000000;
}
.breadcrumb{
  padding: 20px 0;
  font-size: 11px;
}
.breadcrumb > li.hidden{
  display: none;
}
.breadcrumb li:last-child{
  color: #b4b4b4;
}
/*Gナビ*/
#global-navi > .nav > li,
#global-navi > .nav > li a {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
  font-weight: bold;
}

.nav > li > a > img{
  vertical-align: middle;
}
#global-navi > .nav > li a {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  color: #000000;
}
#global-navi .brandNav > li a{
  padding: 0;
  width: 175px;
}
#global-navi > .brandNav > li:first-child:before{
  content: '';
  border-left: 1px solid #dddddd;
  width: 1px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#global-navi > .brandNav > li:after{
  content: '';
  border-right: 1px solid #dddddd;
  width: 1px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#global-navi .cascade-menu {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  background-color: rgba(255,255,255,0.96);
  z-index: 10;
  padding: 30px 60px;
  margin-top: 0;
  text-align: center;
}
#global-navi .pulldown02 .cascade-menu li a:hover {
    text-decoration: underline;
  }
#global-navi .cascade-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15%;
  margin-right: 1%;
}
/*#global-navi .cascade-menu > ul > li:nth-child(6){
  margin-right: 0;
}*/
#global-navi .cascade-menu > ul > li:nth-child(7) {
  clear: both;
}
#global-navi .cascade-menu > ul > li:nth-child(n+7){
  margin-top: 16px;
}
#global-navi .cascade-menu > li {
  padding-bottom: 30px;
  width: 20%;
}
#global-navi .cascade-menu > li > a {
  cursor: default;
}
#global-navi .cascade-menu li a {
  height: auto;
  line-height: 20px;
  padding: 0;
  display: block;
  cursor: pointer;
}
#global-navi .cascade-menu li.has-child > a{
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  font-size:13px;
}
#global-navi .brandNav.cascade-menu.child-category{
  display: none;
}
/*#global-navi .cascade-menu li.has-child > a:after{
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  width: 11px;
  height: 4px;
  top: 7px;
  right: 5px;
}
*/
#global-navi .cascade-menu li > a .fa-minus{
  float: left;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
#global-navi .cascade-menu li > a .fa-plus{
  display: none;
}
#global-navi .cascade-menu li > a.closed .fa-plus{
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
#global-navi .cascade-menu li > a.closed .fa-minus{
  display: none;
}
#global-navi .cascade-menu li.has-child > a + .child-category a{
  cursor: pointer;
  line-height: 30px;
  display: block;
  padding-left: 5px;
  font-size: 13px;
  line-height: 2.4;
}
#global-navi .cascade-menu li.has-child a:hover,
#global-navi .cascade-menu li.has-child a:active{
  text-decoration: none;
}

#global-navi > .nav > li .nav-list li {
   display: block;
   float: none;
   width: auto;
   line-height: 30px;
   text-align: left;
}
#global-navi > .nav > li .nav-list li a {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  height: auto;
}
#global-navi > .nav > li a:hover,
#global-navi > .nav > li a:active,
#global-navi > .nav > li .nav-list li a:hover,
#global-navi > .nav > li .nav-list li a:active,
#global-navi .cascade-menu > li > a:hover {
  background-color: transparent;
}
#global-navi > .nav > li .nav-list li a:hover,
#global-navi > .nav > li .nav-list li a:active{
  /*background-color: #000;*/
  text-decoration: underline;
}
#global-navi > .nav{
  position: relative;
}
#global-navi .cascade .arrow_Pos {
    top: 13px;
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    top: 50px;
    left: 0;
    z-index: 1000;
}
#global-navi .cascade .cascade-menu {
  background: #444444;
}
#global-navi .cascade.open .cascade-menu{
  display: block;
  box-shadow: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#global-navi .cascade.open .cascade-menu a{
  color: #fff;
}
#global-navi .cascade .cascade-menu .cascade-toggle{
  position: relative;
  cursor: pointer;
}
#global-navi .cascade li.menbigi_mens_goods.has-child{

}


/*sidebar*/
.shop #sidebar{
  margin-top: 0;
}
#sidebar {
  width: auto;
  padding: 0;
  margin-top: 48px;
  padding-right: 20px;
}
.side-caption {
  width: 100%;
  background-color: transparent;
  color: #000000;
  padding: 0;
  padding: 18px 0;
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.side-caption:after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -4px;
    border: 0 solid #000000;
    border-top-width: 1px;
    border-left-width: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.side-caption.closed:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.list-category ul{
  margin-bottom: 35px;
}
.list-category li {
  margin-bottom: 0;
  border: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: none;
}
.list-category li a {
  display: block;
  height: auto;
  line-height: 2em;
  border-radius: 0;
  margin-right: 0;
  padding: 3px 0;
}
.list-category li.has_child a{
  position: relative;
}
.list-category li.has_child a:focus{
  text-decoration: none;
}
.list-category li.has_child > a:after{
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
  border: 0 solid #000000;
  border-top-width: 1px;
  border-left-width: 1px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.list-category li.has_child > a.open:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.list-category li.has_child .child-category a:after{
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
  border: 0 solid #000000;
  border-top-width: 1px;
  border-left-width: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.count-tit {
  color: #bfbfbf;
  margin: 0;
}
.count .num {
  font-size: 40px;
  line-height: 40px;
  padding-right: 13px;
}
.select-keyword input[name="keyword"] {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
}
.sort + .pages .no-pagenate {
  float: right;
}
  .item.list #page-body > .breadcrumb {
    display: none;
  }
.side-detailsearch .detailsearch-btn-area .btn-primary,
.side-detailsearch .detailsearch-btn-area .btn.clearForm {
  background-size: 14px;
  line-height: 42px;
}
/*メインビジュアル*/
.top #wrapper{
  overflow: hidden;
}
#main-banners .slick-slide {
  margin-right: 0;
}
#main-banners .slick-dots {
  visibility: visible;
  z-index: 3;
  bottom: -40px;
}
#main-banners .slick-dots li button {
    background: rgba(204,204,204,1);
    width: 12px;
    height: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
        -ms-border-radius: 20px;
}
#main-banners .slick-dots li.slick-active button {
    background: rgba(0,0,0,1);
}
#main-banners .slick-dots li button:before {
  color: transparent;
  content: '';
}
.slick-items {
  margin-bottom: 50px;
}
.slick-items ul {
  width: calc(100% - 230px);
  margin: 0 auto;
}
.slick-items .slick-prev {
  left: -70px;
}
.slick-items .slick-next {
  right: -70px;
}

/*top-ranking*/
#ranking-items ul li {
  position: relative;
}

/*フッター*/
#pagetop {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
#page-footer li {
  margin: 18px 0 20px 10px;
  float: none;
  display: inline-block;
}
#page-footer li a {
  padding: 0;
}
#page-footer li a:hover{
    text-decoration: underline;
}

#page-footer .copyright a:hover{
    text-decoration: none;
}
#page-footer .copyright {
  margin: 18px 44px 18px 0;
  font-size: 11px;
}
#page-footer .copyright span{
  padding-top: 35px;
  display: block;
}
#page-footer .footer-area.sns_logo {
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
  top: 70px;
}
#page-footer .footer-area.sns_logo li {
  display: inline-block;
  width: 9%;
  margin: 10px 8px 0;
}

/*sort*/
.sort-wrap {
  display: table;
  width: 100%;
  overflow: hidden;
}
.sort table,
.sort .pager {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sort {
  float: right;
  padding: 0 0 28px;
  text-align: right;
  display: inline-block;
}
.sort table td {
  padding-left: 0;
  display: inline-block;
}
.sort-wrap .sort table label {
  margin-right: 0;
  font-size: 11px;
  display: inline;
  margin-bottom: 0;
  margin-right: 0;
}
.sort-wrap .sort table select {
  padding-right: 6px;
  margin-right: 10px;
  width: auto;
  width: 180px;
  font-size: 12px;
  height: 30px;
  box-sizing: border-box;
  margin-bottom: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.sort-wrap .sort table select#change_color_status{
    margin-right: 0;
}
.sort-wrap .pages {
  float: right;
  padding: 20px 0 30px;
  width: 100%;
  margin: 0;
}
.sort-wrap .pages .itemNumber {
  margin-right: 18px;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: bold;
}
.pages .pagination ul {
  float: right;
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
}
.pages .pagination ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.pages .pagination ul li > a {
  border: 0;
  border-radius: 0;
  text-decoration: none;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #eeeeee;
}
.pages ul li a:hover,
.pages ul li.active a {
  background-color: #000;
  color: #fff;
}

/*slick.js*/
  /*shop - index*/
  .shop.index .slick-slide{
    margin-left: 0;
    margin-right: 0.1%;
  }
  .shop.index .slick-items ul{
    width: calc(100% - 150px);
  }
  .shop.index .slick-items .slick-next{
    right: -55px;
  }


/*guide*/
  /*index*/
.guide.index .span9 {
  float: right;
  width: 70%;
  margin-left: 0;
}
.guide.index .span3 {
  width: 260px;
  margin-left: 0;
  float: none;
}
.guide .span3 .subnav {
  margin-bottom: 50px;
}
.guide .subnav .nav-list > li > a {
  background: url("/assets/images/icon/guide/arrow.png")no-repeat 96% 50%;
  font-weight: bold;
  padding: 8px 20px 8px 0;
  display: block;
}
.guide .row {
  padding-left: 16px;
  padding-right: 16px;
}
.style-guide .page-header h2 {
  font-size: 14px;
  font-weight: bold;
}
.style-guide section {
  padding: 0 0 50px;
}
.style-guide .sentence {
  margin: 0 0 25px;
  padding: 0;
}
.style-guide .sentence * {
  line-height: 24px;
}
.style-guide h3 {
  font-weight: bold;
}
.style-guide h3:before {
  content: "■";
}
.guide .nav-list > .active > a {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}
.guide .title {
  border-bottom: none;
  margin: 0 0 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}
.style-guide .page-header {
  margin: 0;
  padding: 25px 0;
  border: none;
  border-top: 1px solid #ebebeb;
}
.guide.index .style-guide h3{
  font-size: 12px;
}
.guide.index .style-guide .sentence p + p {
  margin-top: 20px;
}
.style-guide .sentence ol{
    list-style: disc;

}

.guide.index #guide15 ol li{
  margin-bottom: 20px;
}
.style-guide span.b{
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

.privacy .guideTtl{
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 30px;
}

  /*faq*/
.guide.faq .span9 {
  float: right;
  width: 70%;
  margin-left: 0;
}
.guide.faq .span3 {
  margin-left: 0;
  margin-top: 30px;
}
.guide.faq .row {
  margin-left: 0;
}

/*inquiry*/
.inquiry .lead a{
  text-decoration: underline;
}
.inquiry #page-body{
  overflow: visible;
}


/*item 一覧*/
.item .listarea li:focus{
  outline: none;
}

/*item view*/
.item.view #page-body > .breadcrumb + .breadcrumb {
  display: none;
}

/*詳細検索*/
#searchDetailArea .form-actions .btn{
  width: 260px;
  padding: 0;
}
#searchDetailArea .form-actions input[type="reset"]{
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}
#pagetop-area{
  position: absolute;
  float: right;
  right: -85px;
  top: -100px;
  margin-top: 0;
}
#hot_keywords {
  clear: both;
  height: 130px;
  line-height: 130px;
  border-top: 1px solid #dddddd;
  text-align: center;
}
#hot_keywords p{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 35px;
}
#hot_keywords ul{
  display: inline-block;
  vertical-align: middle;
}
#hot_keywords li{
  float: left;
  width: auto;
  margin-right: 10px;
}
#hot_keywords li:last-child{
  margin-right: 0;
}
#hot_keywords li a{
  font-size: 12px;
  padding: 9px 12px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f8f8f8;
}
#hot_keywords li a:hover{
  text-decoration: none;
}
#brandsns{
  text-align: center;
  margin-bottom: 50px;
}
#brandsns svg{
  width: 25%;
  height: auto;
}
#brandsns span{
  display: block;
  margin-bottom: 30px;
}
#brandsns p{
  margin-bottom: 30px;
}
#brandsns .sns_icon li{
  display: inline-block;
  margin-right: 20px;
}
#brandsns .sns_icon li:last-child{
  margin-right: 0;
}
#brandsns .sns_icon li img{
  width: 30px;
}
#sub-banners .box-title{
  padding-top: 50px;
}
#cd-area{
  margin-bottom: 100px;
}
#cd-area .cd-item-pic{
  margin-bottom: 10px;
}
#sub-banners .slick-slider .slick-track {
  margin: 0 auto;
}
/**/
#global-navi .cascade-menu li {
  width: 16%;
  margin-right: 0;
}
#global-navi .cascade-menu li:nth-child(5n) {
  margin-right: 0;
}
#global-navi .cascade-menu {
  padding-left: 0;
  padding-right: 0;
}
.list-item-text .type {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0;
}

#foot-category li.has_child{
  position: relative;
  height: 70px;
}
#foot-category li.has_child ul{
  position: absolute;
  width: 100px;
  left: 0;
  top: 30px;
}
#foot-category li.has_child ul li{
  margin: 0;
  float: left;
}
#foot-category li.has_child ul li a{
  width: 100%;
}
/* #55036 */
body.secret #detail-search {
  display: none;
}
.secret_banner,
.promote_banner,
.cart_complete_banner {
  margin-bottom: 40px;
}
.secret_banner img,
.promote_banner img,
.cart_complete_banner img {
  display: block;
  margin: 0 auto;
}
.list-category li.has_child .child-category li.has_child > a::after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
  border: 0 solid #000000;
  border-top-width: 1px;
  border-left-width: 1px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.list-category li.has_child .child-category li.has_child > a.open::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}


/******************************
* 新規会員登録 スマホ *
******************************/
@media (max-width: 767px){
.new-member {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  padding-left: 0px;
  margin-bottom: -5px;
}
}

/*DH_FRONT_DEPT-2045 【MEN'S BIGI】Gナビ「雑誌掲載」の非表示*/
#global-navi .cascade.pulldown04 {
  display: none;
}

/* DH_FRONT_DEPT-2045 カテゴリーのプルダウン内 */
#category li.mg_magazine01.has_child.cascade,
#category li.mg_magazine02.has_child.cascade,
#category li.mg_magazine03.has_child.cascade,
#category li.mg_magazine04.has_child.cascade,
#category li.category-mg_magazine05.has_child.cascade {
  display: none;
}

/* DH_FRONT_DEPT-2110 【MEN'S BIGI】Gナビ「スペシャルプライス」の非表示 */
#global-navi .cascade.pulldown08 {
  display: none;
}

/* DH_FRONT_DEPT-2336 【MEN'S BIGI】Gナビ「ビジネス」の改修 */
#global-navi li.cascade.pulldown07 .cascade-menu ul {
  font-size: 0;
}
#global-navi li.cascade.pulldown07 .cascade-menu li {
  width: calc(100% / 4);
  margin-right: 0;
}

/* DH_FRONT_DEPT-3954 */
.top #main-banners {
  width: auto;
  max-width: 900px;
}
#main-banners {
  position: relative;
}
/* swiper - common */
.swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  position: relative;
  margin: 0 6px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-pagination {
  bottom: -43px;
  width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  width: 25px;
  height: 50px;
  background-size: 25px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(/assets/images/common/next.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(/assets/images/common/prev.png);
}
.swiper-pagination-bullet-active {}
@media (max-width: 767px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #cccccc;
  }
}
/* swiper - common END */

/* swiper - mainbanner */
#main-banners .swiper-pagination {
  width: 100%;
}
#main-banners .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  margin-bottom: 60px;
}
.static.index.top #main-banners:after {
  content: '';
  display: block;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha('opacity=60');
  width: 100%;
  height: 100%;
  position: absolute;
  right: -900px;
  top: 0;
  margin: 0;
  z-index: 2;
}
.static.index.top #main-banners:before {
  content: '';
  display: block;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha('opacity=60');
  width: 100%;
  height: 100%;
  position: absolute;
  left: -900px;
  top: 0;
  margin: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  #main-banners .swiper-button-next,
  #main-banners .swiper-button-prev {
    display: none;
  }
  #main-banners .swiper-container {
    margin-bottom: 0;
    overflow: hidden;
  }
  #main-banners .swiper-pagination {
    bottom: 9px;
  }
  .static.index.top #main-banners:after,
  .static.index.top #main-banners:before {
    display: none;
  }
}
/* swiper - mainbanner END */

/* swiper - subbanner */
#sub-banners .swiper-container {
  margin: 40px 0 50px;
}
#sub-banners .swiper-button-next,
#sub-banners .swiper-button-prev {
  margin-top: -26px;
}
#sub-banners .swiper-button-next,
#sub-banners .swiper-container-rtl .swiper-button-prev {
  right: -45px;
}
#sub-banners .swiper-button-prev,
#sub-banners .swiper-container-rtl .swiper-button-next {
  left: -45px;
}
.shop.index #sub-banners .swiper-button-next,
.shop.index #sub-banners .swiper-button-prev {
  top: 57%;
  margin-top: 0;
}
@media (max-width: 1292px) and (min-width: 768px) {
  #sub-banners .swiper-button-next,
  #sub-banners .swiper-button-prev {
    background-size: 60%;
  }
  #sub-banners .swiper-button-next,
  #sub-banners .swiper-container-rtl .swiper-button-prev {
    right: -26px;
  }
  #sub-banners .swiper-button-prev,
  #sub-banners .swiper-container-rtl .swiper-button-next {
    left: -26px;
  }
}
@media (max-width: 979px) {
  #sub-banners .swiper-wrapper {
    display: block;
  }
  #sub-banners .swiper-container-initialized .swiper-wrapper {
    transform: translate3d(0px,0px,0px)!important;
  }
  #sub-banners .swiper-button-next, 
  #sub-banners .swiper-button-prev {
    display: none;
  }
  #sub-banners .swiper-container {
    margin: 0;
  }
}
/* swiper-subbanner END */

/* DH_FRONT_DEPT-4024 */
#brandNav {
  display: none;
}
