@charset "utf-8";
/*-------------------------------------
COLOR CODES

# text
#333333 : base
#333333 : links
#CC0000 : sale, alert

# background
#FFFFFF : base
#666666 : active
#CCCCCC : hover

# border
#EBEBEB : base

-------------------------------------*/
@import url("../../../assets/bootstrap/css/fonts.css");

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;*/
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
  /*width: 1440px;*/
  /*padding: 0 20px;*/
  width: 100%;
}

/******************************
* アイコン *
******************************/
.icon .label {
  margin: 2px 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;
}
.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: 20px 0 12px;
  margin-bottom: 32px;
  color: #333333;
  font-size: 20px;
  text-align: center;
}
  .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: 36px;
}
  #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;
}
/*Select Box Decoration*/
.select-decoration {
  position: relative;
}
.select-decoration:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 42%;
}
.select-decoration select {
  padding-top: 0.4%;
  padding-left: 10px;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
}
/*Radio Button Decoration*/
.radio-decoration input[type=radio] {
  margin-top: 2px;
  height: 14px;
  width: 14px;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 50%;
  transition:all .15s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.radio-decoration input[type=radio]:checked:before {
  transform: scale(1);
  background: #000;
}
.radio-decoration input[type=radio]:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
.radio-decoration input[type=radio][disabled] {
  cursor: no-drop;
  border-color: #ccc;
}
.radio-decoration input[type=radio][disabled] + .click-area,
.radio-decoration input[type=radio][disabled]:before {
  cursor: no-drop;
}

/******************************
* ヘッダ *
******************************/
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%;
    text-align: center;
    font-size: 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;
      }
#head-bar .utility-nav.sn1 {
  float: left;
}
  #head-bar .utility-nav.sn1 .logo {
    padding-top: 0;
    padding-left: 0;
  }
    #head-bar .utility-nav li {
      vertical-align: middle;
    }
    #head-bar .utility-nav li:first-child {
      padding-left: 0;
    }
    #head-bar .utility-nav li:last-child {
      padding-right: 0;
    }
    #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;
}
.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: #777777;
}
  .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; font-weight: normal; }
/******************************
* フッター *
******************************/
#pagetop {
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px 3px 0 0;
  padding: 2px 10px;
}
#page-footer,
#page-footer a {
  color: #ffffff;
  font-size: 11px;
}
#page-footer {
  background-color: #000000;
  margin-top: 50px;
}
#page-footer .container {
  position: relative;
}
#page-footer .navbar {
  margin-bottom: 0;
}
#page-footer .navbar .nav {
  float: none;
  position: static;
  margin-left: -15px;
  overflow: hidden;
}
/******************************
* リスト *
*******************************/
.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: #666666;
}
/******************************
* サイドエリア *
*******************************/
.side-caption {
  font-size: inherit;
  color: #ffffff;
  line-height: 20px;
  background-color: #333333;
  padding: 3px 12px;
}
#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: #ffffff;
  background-color: #666666;
}
.list-category .nav-list {
  padding-left: 0;
  padding-right: 0;
}
.list-category .nav-list > li > a {
  margin-left:0;
  margin-right:0;
  padding: 6px 12px;
  line-height: 16px;
}
.list-category .child-category {
  display: none;
}
.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;
}
.side-detailsearch {
  margin-top: 20px;
}
.side-detailsearch .caption {
  margin-bottom: 10px;
}
.side-detailsearch .form-ttl {
  margin: 10px 0 2px;
}
.side-detailsearch .form-set select {
  width: 100%;
}
.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 12% 50% #a1a1a1;
}
.side-detailsearch .detailsearch-btn-area .btn-primary {
  background: url('/assets/images/icn_search_w.png') no-repeat 12% 50% #000000;
}
.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; }
/******************************
* ニュース *
******************************/
#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: 52px;
}
  #newarrival-items .row-fluid > li .list-item-text {
    padding-bottom: 0;
  }
/******************************
* ランキング *
******************************/
#ranking-items .rank-num {
  position: absolute;
  top:0;
  left:0;
  font-size: 14px;
  line-height: 20px;
  width: 30px;
  text-align: center;
  padding: 5px 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
}
#ranking-items .rank1 .rank-num {
  background-color: #000000;
}
/******************************
* 最近チェックした商品 *
******************************/
#checked-items {}
/******************************
* 詳細検索 *
******************************/
.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: 12px;
  height: 12px;
  margin: 4px 5px 0 0;
}
.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 dt {
  float: left;
  width: 1em;
  font-weight: bold;
}
.style-guide .sentence dd {
  margin-left: 3em;
}
.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;
}
/******************************
* カート *
******************************/
.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: 49%;
}
.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 {
   color: #cc0000;
   border: solid 1px #cc0000;
   line-height: 1.8;
   background-color: transparent;
  -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;
}


/**
 * 2016.05.12 merge tmrwl styles
 * @author: hidenori ota
*/
.is-right {
    margin-right: 0!important;
}
.is-left {
    margin-left: 0!important;
    clear: both;
}
#main-banners, #main-banners img {
    width: 100%;
    height: auto;
}
#main-banners {
    margin-bottom: 22px;
}
    #main-banners .flexslider {
        margin-bottom: 0;
    }
        #main-banners .flex-control-nav {
            visibility: visible;
            z-index: 3;
            bottom: 15px;
        }
        #main-banners .flex-control-paging li a {
            background: rgba(204,204,204,1);
            width: 13px;
            height: 13px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
               -moz-border-radius: 20px;
                -ms-border-radius: 20px;
        }
        #main-banners .flex-control-paging li a.flex-active {
            background: rgba(0,0,0,1);
        }
#sub-banners {}
  #sub-banners a:hover {
      text-decoration: none;
  }
      #sub-banners .bx-tit {
          font-weight: bold;
      }
      #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 {
    margin: 0 20px 48px;
}
.shop.index #sub-banners.pickup {
    margin: 0 0 48px;
}
    #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;
            }
.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: 1080px;*/
  padding: 0 20px;
  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 1.5em;
}
.label-new {
  background-color: transparent;
  color: #cc0000;
}
.label-sale {
  background-color: transparent;
  color: #ff9900;
}
.page-base {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.btn.btn-primary {
  color: #ffffff;
  background: #000000;
  padding:0;
}
.form-actions {
  background-color: transparent;
  border-top: none;
}
.btn {
  height: 50px;
  width: 260px;
  line-height: 50px;
  padding: 2px 10px;
  box-sizing: border-box;
}
.btn-back {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  padding: 0;
}
.title {
  margin: 0 0 40px;
  color: #666666;
  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;
}
.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;
}
.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: 3px 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;
}

.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%;
}
#page-header .inner-container {
  padding: 0 40px;
}
#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: 77% auto;
  width: 300px;
  height: 60px;
  position: static;
}
.head-search {}
.head-search .btn.head-search-btn {
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.head-search input.head-search-text {
  border: none;
  background-color: rgba(204,204,204,0.1);
  padding-left: 12px;
  width:200px;
}
.refine-search .btn {
  background-color: transparent;
  padding: 4px 12px;
  height: auto;
  width: auto;
  line-height: 20px;
  border: none;
}
.refine-search .btn:hover,
.refine-search .btn:focus{
  color: #000000;
}
.breadcrumb{
  /*padding: 24px 0 24px 40px;*/
  padding: 24px 0 24px 0px;
  font-size: 90%;
}
/*Gナビ*/
#global-navi > .nav > li,
#global-navi > .nav > li a {
  height: 44px;
  line-height: 44px;
}
#global-navi > .nav > li a {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  color: #000000;
}
#global-navi .cascade {
  position: static;
}
#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: 25px 60px;
  margin-top: 0;
}
#global-navi .pulldown01 .cascade-menu{ }
#global-navi .pulldown02 .cascade-menu{ }
#global-navi .pulldown02 .cascade-menu li a:hover {
    text-decoration: underline;
  }
#global-navi .pulldown03 .cascade-menu{ }
#global-navi .pulldown04 .cascade-menu{ }
#global-navi .cascade-menu li {
  display: block;
  width: 20%;
  float: left;
}
#global-navi .cascade-menu > li {
  padding-bottom: 20px;
}
#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: default;
  font-weight: bold;
}
#global-navi .cascade-menu li.has_child > a + .child-category a{
  cursor: pointer;
}
#global-navi .cascade-menu li.has_child > a + .child-category a:hover{
  text-decoration: underline;
}
#global-navi > .nav > li .nav-list li {
   display: block;
   float: none;
   width: auto;
}
#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;
}
/*sidebar*/
#sidebar {
  width: auto;
  padding: 0;
  padding-right: 20px;
}
.side-caption {
  background-color: transparent;
  color: #000000;
  padding: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.list-category {
  margin-bottom: 44px;
}
.list-category li {
  margin-bottom: 0;
  border: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: none;
  border-bottom: 1px solid #ebebeb;
}
.list-category li a {
  display: block;
  height: auto;
  line-height: 2em;
  border-radius: 0;
  margin-right: 0;
  padding: 9px 1em;
}
.count-tit {
  color: #bfbfbf;
  margin: 0;
}
.count .num {
  font-size: 40px;
  line-height: 40px;
  padding-right: 13px;
}
.select-keyword input[name="keyword"] {
  width: 160px;
  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;
}
/*メインビジュアル*/
#main-banners .slick-slide {
  margin-right: 0;
}
#main-banners .slick-dots {
  visibility: visible;
  z-index: 3;
  bottom: 15px;
}
#main-banners .slick-dots li button {
    background: rgba(204,204,204,1);
    width: 13px;
    height: 13px;
    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 .navbar .nav,
.copyright {
  margin-left: 40px;
}
#page-footer li {
  margin: 18px 10px 20px;
}
#page-footer li a {
  padding: 0;
}
#page-footer .copyright {
  margin: 18px 44px 18px 0;
  font-size: 11px;
}

/*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: left;
  padding: 0 0 28px;
  width: 50%;
  min-width: 620px;
  max-width: 550px;
}
.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;
  min-width: 72px;
  font-size: 11px;
  height: 30px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sort-wrap .pages {
  float: right;
  padding: 0 30px 20px;
  width: 50%;
  min-width: 375px;
  max-width: 375px;
  margin: 0;
}
.sort-wrap .pages .itemNumber {
  margin-right: 18px;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.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;
}
.pages ul li a:hover,
.pages ul li.active a {
  background-color: #e5e6e8;
}

/*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 h1.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;
}
.guide.index #guide12 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;
}


/*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;
}





/* renewal */
@-webkit-keyframes logotype_reverse_A {
  0%,60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  61%,100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}
@keyframes logotype_reverse_A {
  0%,60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  61%,100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}
@-webkit-keyframes reveal {
  0%,50% {
    opacity: 0
  }
  51%,100% {
    opacity: 1
  }
}
@keyframes reveal {
  0%,50% {
    opacity: 0
  }
  51%,100% {
    opacity: 1
  }
}
@-webkit-keyframes reveal_fade {
  0%,25% {
    opacity: 0
  }
  26%,100% {
    opacity: 1
  }
}
@keyframes reveal_fade {
  0%,25% {
    opacity: 0
  }
  26%,100% {
    opacity: 1
  }
}
@-webkit-keyframes mobile_reveal_fade {
  0%,25% {
    opacity: 0
  }
  75%,100% {
    opacity: 1
  }
}
@keyframes mobile_reveal_fade {
  0%,25% {
    opacity: 0
  }
  75%,100% {
    opacity: 1
  }
}
@-webkit-keyframes event-slide-up {
  0%,7% {
    margin-top: -100%;
    opacity: 0
  }
  10%,50% {
    margin-top: 0;
    opacity: 1
  }
  53%,100% {
    margin-top: -100%;
    opacity: 0
  }
}
@keyframes event-slide-up {
  0%,7% {
    margin-top: -100%;
    opacity: 0
  }
  10%,50% {
    margin-top: 0;
    opacity: 1
  }
  53%,100% {
    margin-top: -100%;
    opacity: 0
  }
}
body, button, input, select, table, textarea {
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", 
  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono","Arial",sans-serif;
  color: #000;
}
.breadcrumb {
  padding-top: 15px;
  padding-right: 100px;
  padding-left: 20px;
  font-size: 56px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
}
.item .breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
}
.breadcrumb li {
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  align-self: stretch;
  display: flex;
  align-items: baseline;
  line-height: 0.9em;
  padding-top: 0px;
}
.breadcrumb a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
.breadcrumb span {
  line-height: 0.85em;
}
.breadcrumb li:hover {
  position: relative;
  top: 1px;
}
.breadcrumb li:last-of-type:hover {
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", 
  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono","Arial",sans-serif;
  position: relative;
  top: 0;
}
.breadcrumb li .divider {
  width: 0.35em;
  height: 0.5em;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.breadcrumb li .divider:after {
  content: '';
  width: 1px;
  height: 0.8em;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#page-header {
  padding: 0;
  z-index: 900;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.logotype {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  letter-spacing: -0.001em;
  white-space: nowrap;
  line-height: 1;
}
.breadcrumb .logotype {
  display: flex;
  flex-wrap: nowrap;
}
.logotype * {
  color: #000;
}
footer .logotype * {
  color: #000;
}
.logotype .char1 {
  margin-left: 0;
}
.logotype .char2 {
  margin-left: 0.04em;
}
.logotype .char3 {
  margin-left: 0.02em;
}
.logotype .char4 {
  margin-left: -0.085em;
}
.logotype .char5 {
  margin-left: 0.07em;
}
.logotype .char6 {
  margin-left: 0;
}
* {
  box-sizing: border-box;
}
#global-navi {
  border: 0;
}
#main-nav {
  display: flex;
  flex-wrap: wrap;
}
#brand-logo>li.level0,
#main-nav>li.level0 {
  display: inline-block;
  width: auto;
  padding: 0;
  vertical-align: middle;
  align-self: flex-start;
}
#main-nav>li.level0.header-info {
  overflow: hidden;
  width: 660px;
}
li.level0.header-info {
  list-style: none;
}
.nav-event p {
  font-weight: bold;
}
#main-nav>li.level0>.submenu ul.level0 {
    display: block;
}
#brand-logo>li.level0>.level-top,
#main-nav>li.level0>.level-top,
#main-nav>li.level0 .submenu.toggle-menu .column>a.level-top {
  display: block;
  font-weight: 500;
  line-height: 1.3em;
  padding: 12px 15px 6px;
  margin: 0 5px;
  text-decoration: none;
}
#brand-logo>li.level0>.level-top {
  font-weight: 600;
}
#main-nav>li.header-info .level-top {
  display: block;
  font-weight: 700;
  line-height: 1.3em;
  padding: 12px 5px 6px;
  margin: 0 5px 0 12px;
  text-decoration: none;
}
#brand-logo>li.level0:not(:hover)>.level-top,
#main-nav>li.level0:not(:hover)>.level-top,
#main-nav>li.level0:not(:hover)>.submenu {
  background-color: transparent !important;
}
#main-nav>li.level0>.submenu {
  display: none;
  position: absolute;
}
#main-nav>li.level0>.submenu .column p:nth-child(1) a, 
#main-nav>li.level0>.submenu .column li:nth-child(1) a {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
#main-nav>li.level0>.submenu.submenu-2col .column {
  flex-basis: 16%;
}
#main-nav>li.level0>.submenu .column a {
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.3em;
  font-size: 14px;
  margin-left: 0;
  text-align: left;
}
#main-nav a {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  color: #000;
}
#main-nav>li.level0>.submenu.submenu-1col {
  min-width: 150px;
}
.search-form-toggler .label {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
}
.search-form-toggler {
  cursor: pointer;
}
#rightmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#rightmenu .cart-toggler, #rightmenu .menu-contact {
    line-height: 1.3;
}
.cart-toggler {
  cursor: pointer;
  position: relative;
}
.cart-toggler.in_cart span,
.cart-toggler.in_cart .label {
  font-weight: bold;
}
.cart-toggler .count {
  display: none;
}
.cart-toggler.in_cart .count {
  display: inline-block;
}
.cart-toggler.in_cart .icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 5px;
  top: 4px;
  left: 1px;
  background: #000;
}
#rightmenu .right-menu-link {
  line-height: 1.3;
  cursor: pointer;
}
.cart-toggler .icon {
  display: inline-block;
  background-image: url("../../../assets/images/icon/icon-bag.svg");
  background-repeat: no-repeat;
  position: relative;
}
.cart-toggler .label {
  padding: 0 0 0 2px;
  color: #000;
  background-color: transparent;
}
.header-toggler {
  background-image: url(../../../assets/images/icon/icon-menu.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-toggler[data-open="1"] {
  z-index: 2;
  position: fixed;
  right: 132px;
  top: 10px;
  background-image: url(../../../assets/images/icon/icon-close-btn.svg);
}
.header-toggler[data-open="1"] ~ .responsive-search {
  z-index: 2;
  position: fixed;
  right: 88px;
  top: 10px;
}
.header-toggler[data-open="1"] ~ .responsive-cutomer {
  z-index: 2;
  position: fixed;
  right: 44px;
  top: 10px;
}
.header-toggler[data-open="1"] ~ .responsive-cart-toggler {
  z-index: 2;
  position: fixed;
  right: 0;
  top: 10px;
}
.header-toggler,
.responsive-search,
.responsive-cutomer,
.responsive-cart-toggler {
  width: 44px;
  height: 44px;
}
.responsive-cart-toggler.is_secret {
  right: 0;
}
.search-form-toggler {
  cursor: pointer;
}
.search-form-toggler .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("../../../assets/images/icon/icon-search.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.search-form-toggler .label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
#page-header .menu {
  padding: 0;
  z-index: 900;
  margin: 0;
  position: absolute;
  overflow: visible;
}
.page-header-container {
  position: relative;
}
.popin-searchform-opened #breadcrumb,
.popin-searchform-opened .main-container {
  display: none;
}
.col1-layout {
  max-width: 100%;
}
#search-popin .search-reinssurance::before {
  content: '';
  display: inline-block;
  background-image: url("../../../assets/images/icon/icon-free-return.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.footer-global {
  padding: 16px;
  position: relative;
}
.footer-global .logo {
  font-weight: bold;
  padding-top: 8px;
  font-size: 30px;
  line-height: 0.9em;
  margin: 0 0 45px;
}
.footer-global .footer-social {
  position: absolute;
  top: 24px;
  right: 21px;
  width: 147px;
}
  /* DH_FRONT_DEPT-6315 */
.footer-global .footer-social {
  width: 180px;
}
.footer-global .tagcloud {
  order: 10;
  font-size: 10px;
  margin: 0 0 55px;
  font-weight: 500;
  line-height: 18.2px;
}
.footer-global .links {
  margin: 0 0 60px;
}
.footer-global .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  order: 1;
}
.footer-global .logo .logotype {
  margin-right: 0.3em;
  font-size: 0;
  line-height: 1;
}
.footer-global .footer-social ul {
  position: relative;
  list-style-type: none;
  font-size: 0;
}
.footer-global .footer-social ul li {
  display: inline-block;
  margin-left: 16px;
}
.footer-global a {
  color: #000;
  text-decoration: none;
}
.footer-global .footer-social ul svg {
  width: 30px;
}
.footer-global .footer-social ul .application_icon {
  position: relative;
}
.footer-global .footer-social ul .application_icon svg {
  cursor: pointer;
}
.footer-global .footer-social ul .application_icon__links {
  display: none;
  width: 150px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -64px;
  right: 50%;
  margin-right: -75px;
  padding: 0 10px;
  flex-wrap: wrap;
  align-content: center;
  border: 1px solid #000;
}
.footer-global .footer-social ul .application_icon__links.open {
  display: flex;
}
.footer-global .footer-social ul .application_icon__links:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
  border-top: 0;
  border-left: 0;
  box-sizing: border-box;
}
.footer-global .footer-social ul .application_icon__links a {
  font-size: 12px;
  color: #000;
  display: block;
}
.footer-global .footer-social ul .application_icon__links a:hover {
  text-decoration: underline;
}
.footer-global .footer-social ul li:not(.application_icon) svg:last-child {
  display: none;
}
.footer-global .links ul {
  /*display: grid;*/
  list-style: none;
  margin: 0;
  padding: 0;
  /*max-width: 33%;*/
}
.footer-global .links ul li a {
  display: block;
  line-height: 1.75em;
  font-size: 14px;
}
#language-popin {
  padding-top: 20px;
}
.right-menu-open {
  right: 0;
  border-left: solid 1px #000;
}
.left-menu-open,
.right-menu-open {
  position: fixed;
  top: 0;
  background: #fff;
  height: 100vh;
  z-index: 999;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 20px 20px;
}
.left-menu-open .close-button,
.right-menu-open .close-button {
  cursor: pointer;
  position: absolute;
  display: block;
  font-weight: 600;
  top: 20px;
  right: 20px;
  text-transform: none;
  font-size: 14px;
  padding-left: 10px;
  z-index: 999;
}
.left-menu-open .close-button:before, .right-menu-open .close-button:before {
  content: '';
  position: absolute;
  background-image: url("../../../assets/images/icon/icon-close.svg");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}
#language-popin .toggler-content {
  text-align: left;
}
#language-popin .toggler-content .toggler-title {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 12px;
}
#language-popin .toggler-content .language-list .language {
  font-size: 30px;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  line-height: 1;
  text-transform: uppercase;
}
.right-menu-open[data-open="0"] {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.left-menu-open[data-open="0"] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#search-popin[data-open="1"] {
  display: block;
}
#search-popin {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 350px;
  min-height: 100vh;
  background: #fff;
  height: auto;
  z-index: 9;
  display: none;
  max-width: 100%;
  padding-bottom: 100px;
}
#search-popin .popin-content {
  position: relative;
  width: 100%;
}
#search-popin .popin-content .input-box {
  font-size: 0;
}
#search-popin .search-reinssurance {
  font-size: 0;
  line-height: 1.2;
  opacity: 0.45;
}
#search-popin .search-reinssurance p {
  font-size: 14px;
}
#search-popin #search_desktop {
  line-height: 1;
  letter-spacing: -0.001em;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  height: auto;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  box-sizing: border-box;
  box-shadow: none;
  color: #000;
}
#search-popin #search_desktop::placeholder {
  color: #000;
}
#search-popin #search_desktop:-ms-input-placeholder {
  color: #000;
}
#search-popin #search_desktop::-ms-input-placeholder {
  color: #000;
}
#search_desktop {
  height: 33px;
  line-height: 33px;
  padding-right: 40px;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
}
[ss-autocomplete].ng-hide, [ss-autocomplete] .ng-hide {
  display: block !important;
}
[ss-autocomplete] {
  width: 100%;
}

/* top main */
body.cms-home .main-container .home-content .navigation .item.nav-logo {
  padding: 0;
}
body.cms-home .main-container .home-content .navigation .category {
  -webkit-animation-name: reveal;
  animation-name: reveal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
body.cms-home .main-container .home-content .navigation .category:nth-child(1n) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(2n) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(3n) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(4n) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(5n) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(6n) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(7n) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(8n) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(9n) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

body.cms-home .main-container .home-content .navigation .category:nth-child(10n) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
body.cms-home .main-container .home-content .navigation-cms .home-slider {
  position: relative;
  width: 100%;
}

body.cms-home .main-container .home-content .navigation>li,
body.cms-home .main-container .home-content .navigation-cms>li {
  list-style: none;
  margin: 0;
}
body.cms-home .main-container .home-content .navigation-cms .category-cms {
  width: 100%;
}
body.cms-home .main-container .home-content .navigation .item .content {
  display: block;
  line-height: 0.9;
  text-align: left;
}
body.cms-home .main-container .home-content .navigation .item.nav-logo h1 {
  cursor: default;
  pointer-events: none;
  margin: 0;
  text-align: left;
}
body.cms-home .main-container .home-content .navigation .item .title {
  margin: 0;
  font-size: 60px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
body.cms-home .main-container .home-content .navigation .item.nav-logo .logotype {
  vertical-align: text-bottom;
}
body.cms-home .main-container .home-content .navigation .item.nav-logo .logotype .char1 {
  position: relative;
}
body.cms-home .main-container .home-content .navigation .item.nav-logo .logotype .char1 .icon {
  display: inline-block;
  -webkit-animation: logotype_reverse_A 10s forwards step-start infinite;
  animation: logotype_reverse_A 10s forwards step-start infinite;
  height: 0.724em;
  width: 0.685em;
  /*background: #fff url(../images/icons/apc-A.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
svg:not(:root) {
  overflow: hidden;
}
body.cms-home .main-container .home-content .navigation .category .content {
  cursor: pointer;
  text-decoration: none;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slick-slider {
  font-size: 0;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-list {
  margin: 0;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-item {
  margin: 0;
  overflow: hidden;
  position: relative;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-item .slider-item-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-item .slider-item-content span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-item img {
  visibility: hidden;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-item .slide-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 20px;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slider-item .slide-text p {
  margin: 0;
}
body.cms-home .main-container .home-content .navigation-cms .easycms-item .easycms-content .easycms-link a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 18px 20px;
  max-width: 100%;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}
body.cms-home .main-container .home-content .navigation-cms .easycms-item .easycms-content .easycms-image img {
  width: 100%;
}
body.cms-home .main-container .home-content .navigation-cms .easycms-item .easycms-content .easycms-image {
  width: 100%;
  z-index: 1;
}
body.cms-home .main-container .home-content .navigation-cms .easycms-item .easycms-content {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 0;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slick-slider {
  margin-bottom: 0;
}
body.cms-home .main-container .home-content .navigation-cms .home-slider .slick-slider .slick-track {
  position: relative;
}
body.cms-home .main-container .home-content .navigation .category .logotype {
  margin-right: 6px;
}


/* filter */
/*.filters-container {
  margin: 0 5px;
}*/
.filters-container .layered-nav-block {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
}
.filters-container .layered-nav-block .block-title {
  margin-bottom: 0;
  display: inline-block;
  padding: 12px 15px 15px !important;
  border: none;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.3;
  vertical-align: baseline;
}
.filters-container .layered-nav-block .block-content {
  position: absolute;
  left: 0;
  z-index: 2;
  background: #d6d6d6;
  padding: 35px 25px 30px;
  margin-top: 0;
  line-height: 1.3;
}
.filters-container .layered-nav-block .block-content .close-filter-panel {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  color: transparent;
  background-image: url("../../../assets/images/icon/icon-close.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.filters-container .layered-nav-block .block-content .block-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filters-container .layered-nav-block .block-content .button-line {
  text-align: right;
  font-size: 0;
}
/* フィルター */
.filters-container .layered-nav-block .block-content .block-filter.size_filter {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.filters-container .layered-nav-block .block-content .block-filter.size_filter .block-filter-values ol:first-of-type {
  margin-right: 20px;
}
.filters-container .layered-nav-block .block-content .block-filter {
  min-width: 130px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 10px;
}
.filters-container .layered-nav-block .block-content .block-filter.color_filter {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.filters-container .layered-nav-block .block-content .block-filter.stock_filter {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.filters-container .layered-nav-block .block-content .block-filter.off_rate_range_filter {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
.filters-container .layered-nav-block .block-content .block-filter.sort_by_filter {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.filters-container .layered-nav-block .block-content .block-filter-title {
  font-weight: 500;
}
.filters-container .layered-nav-block .block-content .block-filter-values {
  font-size: 14px;
  margin: 0 10px 10px 0;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li.m-filter-group-size {
  margin-bottom: 7px;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li {
  line-height: 1.3;
  margin-bottom: 4px;
  position: relative;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-group-size {
  color: rgba(0,0,0,0.5);
  margin-bottom: 5px;
}
.filters-container .layered-nav-block .block-content .block-filter-values .filter-checkbox {
  display: none;
}
.filters-container .layered-nav-block.openTab .block-content {
  display: block;
}
.sort-wrap {
  overflow: visible;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li .filter-item {
  cursor: pointer;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right 0;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li label {
  display: inline-block;
  font-size: 12px;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", 
  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono","Arial",sans-serif;
  letter-spacing: .55px;
}
.filters-container .layered-nav-block .block-content .button-line .link {
  display: inline-block;
  position: relative;
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.05em;
}
.filters-container .layered-nav-block .block-content .button-line .link {
  display: inline-block;
  position: relative;
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.05em;
}
.filters-container .layered-nav-block .block-content .button-line {
  text-align: right;
  font-size: 0;
}
.filters-container .layered-nav-block .block-content .button-line .link.clear {
  border-color: transparent;
  background-image: url("../../../assets/images/icon/icon-x-6px.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  padding-left: 22px;
  vertical-align: top;
  background-color: transparent;
  transition: 200ms;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.filters-container .layered-nav-block .block-content .button-line .link.validate {
  background: transparent;
}
.filters-container .layered-nav-block .block-content .button-line .link+.link {
  margin-left: 13px;
}
.filters-container .layered-nav-block .block-content .button-line .link.clear:hover {
  border-color: #000;
  text-decoration: none;
}
.filters-container .layered-nav-block .block-content .block-filter-values .badge {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  padding: 0;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li label {
  display: inline-block;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li label {
  font-size: 14px;
}
.filters-container .layered-nav-block .block-content .block-filter-values .m-filter-item-list li label span:not(.badge) {
  border-bottom: 1px solid transparent;
}


.header-minicart {
  display: inline-block;
  width: 100%;
}
#minicart_head {
  display: inline-block;
  position: relative;
  width: 100%;
}
#minicart-popin #header-cart {
  display: inline-block;
  position: initial;
  width: 100%;
  margin: 0;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .minicart-wrapper {
  clear: both;
}
.header-minicart .minicart-header {
  padding: 10px 10px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  display: none;
}
.header-minicart .mini-products-list {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-minicart .minicart-subtotal {
  line-height: 2em;
  margin-bottom: 10px;
  overflow: hidden;
}
.header-minicart .minicart-actions {
  overflow: hidden;
  position: relative;
  text-align: center;
}
#minicart-popin #header-cart .reinssurance-list {
  border-top: 1px solid #000;
  padding-top: 17px;
  margin: 62px 8px 0;
  width: calc(100% - 16px);
}
.header-minicart .mini-products-list li:last-of-type {
  border-bottom: 0;
}
.header-minicart .mini-products-list li {
  padding-top: 0;
  position: relative;
  margin: 0;
}
.header-minicart .mini-products-list li.not-auto-add {
  padding: 0 0 10px;
}
.header-minicart .mini-products-list li.not-auto-add ~ .not-auto-add {
  padding: 10px 0;
  border-top: 1px solid silver;
}
.header-minicart .minicart-subtotal .minicart-total-label {
  text-transform: uppercase;
  padding: 0;
}
.header-minicart .minicart-subtotal span {
  font-weight: 600;
  font-size: 14px;
}
.header-minicart .minicart-subtotal .price {
  float: right;
  text-align: right;
  text-transform: uppercase;
}
.header-minicart .minicart-actions .checkout-button {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0;
}
.minicart-wrapper .minicart-actions .checkout-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #000;
  transition: 200ms;
}
.minicart-wrapper .minicart-actions .edit-or-continue-line {
  text-align: center;
}
.minicart-wrapper .minicart-actions .edit-or-continue-line .edit,
.minicart-wrapper .minicart-actions .edit-or-continue-line .continue {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
.header-minicart .mini-products-list li .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
}
.mini-products-list .product-details {
  margin-left: 0;
}
.header-minicart .mini-products-list li .product-minicart-image {
  height: 70px;
  width: 70px;
}
.header-minicart .product-infos {
  margin: 0;
  width: 100%;
  text-transform: uppercase;
}
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.header-minicart .mini-products-list li .product-minicart-image img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.header-minicart .product-infos ul.info-line:first-child {
  margin-bottom: 5px;
}
.header-minicart .product-infos ul.info-line {
  display: table;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
}
.header-minicart .product-infos ul.info-line li.product-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  width: 85%;
}
.header-minicart .product-infos ul.info-line li {
  border: none;
  display: table-cell;
  font-weight: 400;
  padding: 0;
  line-height: 12px;
}
.header-minicart .product-infos ul.info-line li.minicart-remove-item {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  width: 15%;
  font-family: "APC-Helvetica","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.header-minicart .product-infos ul.info-line li.info-title {
  color: silver;
  font-size: 10px;
}
.header-minicart .product-infos .info-size {
  width: 24%;
}
.header-minicart .product-infos .info-color {
  width: 34%;
}
.header-minicart .product-infos .info-qty:not(.info-title) {
  font-weight: 600;
}
.header-minicart .mini-products-list li:last-of-type {
  border-bottom: 0;
}
.header-minicart .product-infos .info-price {
  display: inline-block;
  text-align: right;
  text-transform: lowercase;
  width: 25%;
}
.reinssurance-list .secure-payment, .reinssurance-list .free-shipping, .reinssurance-list .free-return {
  display: block;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  padding: 13px 0 9px 54px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  font-family: "APC-Helvetica";
  letter-spacing: 0;
  overflow: visible;
}
.reinssurance-list .secure-payment {
  background-image: url('/assets/images/icon/icon-secure-payment.svg');
  background-size: 30px 21px;
  background-position: left top 7px;
}
.reinssurance-list .free-return {
  background-image: url('/assets/images/icon/icon-free-return.svg');
  background-size: 32px 35px;
  background-position: left top 4px;
  padding-bottom: 39px;
}
.header-minicart .minicart-actions .checkout-button:hover,
.minicart-wrapper .minicart-actions .edit-or-continue-line .edit:hover,
.minicart-wrapper .minicart-actions .edit-or-continue-line .continue:hover {
  text-decoration: none;
}
.minicart-wrapper .minicart-actions .checkout-button:hover {
  background-color: #fff;
  color: #000;
}
/*.header-minicart .mini-products-list,
.header-minicart .minicart-subtotal {
  display: none;
}*/
.detailPagerArea {
  padding: 10px 20px 0;
}
.detailPagerArea {
  display: none;
}
.left-menu-open .popin-title, .right-menu-open .popin-title {
  line-height: 1;
  letter-spacing: -0.001em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.breadcrumb li.large {
  flex-basis: 100%;
  font-size: 120px;
  margin-left: -8px;
}
#main-nav>li.level0>.submenu .column li.jpn a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}
#main-nav>li.level0>.submenu .column li.en a {
  font-weight: bold;
}
body.cms-home .main-container .home-content .navigation>li.home-content__news {
  padding: 0 20px;
  font-size: 14px;
  margin-top: 44px;
  font-weight: bold;
  line-height: 1.5;
}
#main-nav>li.objets-category>.submenu .column li.jpn a,
#main-nav>li.denim-category>.submenu .column li.jpn a {
  font-weight: bold;
}
.page {
  position: relative;
}
.font-load {
  font-family: "APC-Helvetica-Outline","Helvetica Neue","Helvetica","游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", 
  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono","Arial",sans-serif;
}

.right-menu-open[data-popin='apc_size'] {
  width: auto;
  max-width: 100%;
}
.popin-content #box-size-chart {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
.popin-content #box-size-chart p {
  text-transform: uppercase;
}
.popin-content #box-size-chart .size-small,
.popin-content #box-size-chart .size-global {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.popin-content #box-size-chart .size-global .box {
  width: auto;
}
.popin-content #box-size-chart .size-small .box {
  width: auto;
  max-width: 100%;
}
.popin-content #box-size-chart .box {
  float: left;
  vertical-align: top;
  margin: 0 0 0 7px;
  border: 3px solid #000;
  height: auto;
  padding: 30px 0;
  text-align: center;
  flex-basis: calc( (100% - 35px) / 6 );
  max-width: calc( (100% - 35px) / 6 );
}
.popin-content #box-size-chart > div .box:first-of-type {
  margin-left: 0;
}
.popin-content #box-size-chart .sex {
  font-size: 0.917em;
}
.popin-content #box-size-chart .f_alpha {
  font-size: 1.167em;
  font-weight: bold;
}
.popin-content #box-size-chart .alpha,
.popin-content #box-size-chart .fr,
.popin-content #box-size-chart .f_num {
  font-size: 3.75em;
  font-weight: 600;
  padding: 15px;
}
.popin-content #box-size-chart .jeans {
  margin: 10px 0 0 0;
}
.popin-content #box-size-chart .num {
  font-size: 1.167em;
  font-weight: bold;
  text-transform: lowercase!important;
}

/*error page*/
meta[http-equiv = "Refresh"] + .title,
meta[http-equiv = "Refresh"] + .title + .lead {
  padding: 0 20px;
}

.main-container.col1-layout {
  position: relative;
  top: 0;
  margin-bottom: 60px;
}
.home-slider {
  margin: 0 !important;
}
.home-slider .title {
  position: absolute;
  margin: 20px;
}
.home-slider .title.black .logotype * {
  color: #000;
}
.home-slider .title.white .logotype * {
  color: #fff;
}
.caption-box-area {
  position: absolute;
  width: auto;
  bottom: 25px;
  left: 25px;
}
.caption-box {
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  width: 380px;
}
.caption-box-inner {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.caption-box-title,
.new-item-header-title,
.checked-item-header-title {
  margin-bottom: 6px;
  line-height: .85em;
  font-size: 26px;
  font-weight: 600;
}
.caption-box-description {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
  width: 75%;
}
.caption-box-buttons {
  margin-top: 10px;
}
.button.button-s {
  padding: 6px 14px 3px;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 1.3em;
  color: #000;
  background-color: transparent;
  margin: 0;
  border: 1px solid #000;
  position: relative;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.button.button-s:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.navigation-cms .slick-dots {
  position: absolute;
  bottom: 45px;
  left: 190px;
  width: 200px;
  padding: 0;
  list-style: none;
  text-align: right;
}
.navigation-cms .slick-dots .slick-active button::before {
  width: 20px;
  height: 20px;
  background-image: url(../../../assets/images/top/slider-dots.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: -5px;
}
.navigation-cms .slick-dots button {
  border: 1px solid #000;
  background-color: transparent;
  opacity: 1;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  padding: 3px;
}
.navigation-cms .slick-dots li button:before {
  color: transparent;
}
.navigation-cms .slick-dots li {
  width: 5%;
}
.season-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  margin: 20px;
}
.season-container .season-inner .button.button-s {
  margin-bottom: 5px;
}
.season-wrapper img,
.season-topic-wrapper img {
  margin-bottom: 10px;
}
.new-item-container {
  margin-top: 80px;
}
.new-item-header,
.checked-item-header {
  padding-top: 20px;
  background-image: url(../../../assets/images/top/border-line.svg);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: top center;
  line-height: .85em;
  font-size: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.new-item-header-title,
.checked-item-header-title {
  padding-top: 5px;
}
.new-item-img {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0 auto;
}
.new-item-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.new-item-img .img-alt {
  opacity: 0;
}
.new-item-link:hover img.img-alt {
  opacity: 1;
}
.top.list-item-text {
  display: flex;
  justify-content: center;
  font-size: 12px;
  flex-direction: column;
  flex-wrap: wrap;
}
.product-list.top-item .size_color.visibility_content {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
}
.product-list.top-item:hover .size_color.visibility_content {
  visibility: visible;
  opacity: 1;
}
.product-list.top-item:hover .description {
  opacity: 0;
}
.product-list.top-item .size_color ul {
  display: flex;
  justify-content: center;
}
.product-list.top-item .size_color > div {
  border: none;
}
.caption-additional {
  position: relative;
}
.caption-additional-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.caption-additional-hover .gtm-view-item-list__item {
  position: relative;
}
.product-list.top-item .gtm-view-item-list__item:hover::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0;
  bottom: -4px;
}
.journal-title .title,
.lms-title .title,
.new-shop-title .title {
  text-align: left;
  margin: 0;
}
.new-shop-title {
  margin-top: 20px;
}
.lms-title .title {
  display: inline-block;
  margin: 0;
  background-image: url("../../../assets/images/top/top-look-member-ship-mark.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 95% 0%;
  padding-top: 25px;
}
.top-item-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin: 20px;
}
.top-item-columns-2,
.season-topic-container,
.top .submit-recommend-container {
  margin-top: 160px;
}
.journal-text,
.lms-text,
.lms-table,
.new-shop-text {
  width: 50%;
}
.journal-text p,
.lms-text p,
.new-shop-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.journal-button,
.lms-button,
.new-shop-button {
  padding: 40px 0;
}
.journal-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.journal-hashtags {
  margin-top: auto;
  margin-bottom: 40px;
}
.journal-hashtags a {
  font-size: 15px;
  font-weight: 500;
}
.top-news-container {
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(2, 1fr);
}
.top-news-img {
  border-radius: 35px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.top-news-wrapper .top-news-img img {
  width: 100%;
  display: block;
  transition: filter .2s ease-in-out;
}
.top-news-wrapper:hover .top-news-img img {
  filter: grayscale(100%) contrast(2.5);
  -webkit-filter: grayscale(100%) contrast(2.5);
}
.top-news-wrapper .top-news-caption {
  padding-top: 10px;
  margin: 0;
}
.top-news-wrapper .top-news-caption .top-news-title,
.top-news-wrapper .top-news-caption .top-news-date {
  font-weight: 500;
  text-transform: lowercase;
}
.top-news-wrapper:hover,
.season-topic-wrapper:hover {
  text-decoration: none;
}
.top-news-wrapper:hover .top-news-caption .top-news-title {
  text-decoration: underline;
}
.season-topic-wrapper:hover .season-topic-inner .caption-box-title {
  background-image: url("../../../assets/images/top/border-line.svg");
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.season-topic-inner .caption-box-title {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 30px;
}
.lms-table {
  margin-top: 40px;
}
.lms-table table {
  width: 100%;
}
.lms-table-title th,
.lms-table-content td {
  border: 1px solid #f1cc16;
  padding: 10px 10px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.top-guide-container {
  margin: 0 20px;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.top-guide-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-right: 50%;
  padding: 40px 0 45px;
}
.top-guide-img {
  width: 26px;
  height: 26px;
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-cutomer a {
  font-size: 14px;
  line-height: 25px;
}
.page-header-container .nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gnav-cutomer .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../../../assets/images/icon/icon-member.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.gnav-right-menu {
  display: flex;
}
.gnav-shopping-bag .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../../../assets/images/icon/icon-shopping-bag.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#page-header {
  position: sticky;
  background-color: #fff;
}
#brand-logo li:hover a span,
#main-nav li:hover a span,
#main-nav li:hover a.category-title span {
  border-bottom: 1px solid #000;
}
#main-nav .submenu {
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  box-shadow: 0 100px 100px rgba(0,0,0,.1);
}
#main-nav>li.level0>.submenu.submenu-2col .column.main-column {
  flex-basis: 17%;
}
.submenu .column ul li:first-child,
.submenu .column ul li.interaction-title {
  font-weight: 700;
}
#main-nav>li.level0.sac-category>.submenu.submenu-2col .column.sac-highlight-container {
  flex-basis: 50%;
}
.sac-category .sac-highlight-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#main-nav>li.level0>.submenu .column .sac-highlight-wrapper a {
  text-align: center;
}
#main-nav>li.level0>.submenu.submenu-2col .column.interaction-img {
  flex-basis: 35%;
}
.interaction-gnavi-container .submenu .main-column ul {
  display: flex !important;
  gap: 50%;
  flex-direction: column;
  height: 100%;
}
.header-nav {
  display: flex;
  width: 100%;
}
.filters-container .layered-nav-block .block-content .button-line .link.clear {
  padding: 7px 15px 7px 25px;
}
.filters-container .layered-nav-block .block-content .button-line .link.validate {
  padding: 7px 10px;
}
.filters-container .layered-nav-block .block-content .button-line .link.validate:hover {
  outline: solid 1px #000;
  outline-offset: -0.3rem;
}
.price .sale_price {
  background-image: url(../../../assets/images/common/sale-price-highlight.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 6px 10px 3px 10px;
}
#related-items .product-details .product-name {
  font-weight: 600;
}
.top-guide-container .top-guide-wrapper .top-guide-item-title,
.top-guide-container .top-guide-wrapper .top-guide-item-caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.top-guide-container .top-guide-wrapper .top-guide-item-caption {
  color: #666666;
}
.season-topic-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
/* シーズンエリア ボタン */
.season-topic-slider .slick-arrow {
  z-index: 2;
}
.season-topic-slider .slick-next {
  right: 10px;
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  border-radius: 50% !important;
  color: #fff !important;
  top: 50% !important;
  opacity: 0.65;
}
.season-topic-slider .slick-next::before {
  position: absolute !important;
  display: block !important;
  color: #000 !important;
  opacity: 1;
  font-size: 40px;
  right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.season-topic-slider .slick-prev {
  left: 10px;
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  border-radius: 50% !important;
  color: #fff !important;
  top: 50% !important;
  opacity: 0.65;
}
.season-topic-slider .slick-prev::before {
  position: absolute !important;
  display: block !important;
  color: #000 !important;
  opacity: 1;
  font-size: 40px;
  left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.season-topic-slider .slick-arrow:not(.slick-disabled):hover {
  opacity: 1;
}
.season-topic-slider .slick-arrow.slick-disabled::before {
  opacity: 0.25;
}
.season-topic-slider .slick-disabled {
  pointer-events: none;
}