@charset "utf-8";

/******************************
商品一覧
******************************/
figure{
    position: relative;
}

.list-item-text{
  padding:12px 0 10px;
  min-height:100px;
}
/*レイアウト*/
#list-success-area .span10{
  border-top:solid 2px #000;
  padding-top:20px;
}
/*ソート*/
.sort{
  border-top: solid 2px #000;
  padding-top: 20px;
}
.sort table {
  margin:0 auto 0 0;
}
.sort table td{
  padding-left:20px;
}
.sort table .offRate{
  padding-left:0;
}
.sort table label {
  display:inline;
  margin-bottom:0;
  margin-right:8px;
  float: left;
  line-height: 30px;
}
.sort select {
  float: right;
}

/*カラバリ*/
.product-color-set {
  display:none;
  position:absolute;
  top:0;
  left:auto;
  right:-60px;
  z-index:0;
  height:auto;
  background-color:#FFFFFF;
  border:solid 1px #ccc;
  border-bottom:0;
}
  .product-color-tip {
    list-style: none;
    float:left;
    position:static;
    top:auto;
    left:auto;
  }
  .product-color-tip > li{
    border-bottom:solid 1px #ccc;
  }
.product-color-set[class*='max-colset']{
  width:auto;
}
  .product-color-set[class*='max-colset'] ul{
    display:none;
  }
  .product-color-set[class*='max-colset'] ul.colset1{
    display:block;
  }

.product-color-tip > li{
  width:60px;
}



/*common item class for list*/
.product{
  position:relative;
}
.item-price{
  font-family: 'Interstate_Regular','Fjalla One',arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: .06em;
}
.item-price .red {
  color: #ff0000 !important;
}
.list-item-text .item-ttl {
  text-align: center;
  font-size: 11px;
}
.list-item-text .item-ttl a{
  color: #666666;
  display: block;
  margin-bottom: 10px;
}

.rank-num{
  color:#fff;
  display:inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
  text-align:center;
  z-index:10;
}
/*label*/
.list-item-text .icon{
  margin-bottom:3px;
  position: absolute;
  top: 0;
}
.list-item-text .icon span {
  display: block;
  float: left;
  font-size: 11px;
  padding:3px 4px;
}
.list-item-text .icon .label-rearrival,
.list-item-text .icon .label-new{
  width:40px;
  display:block;
  vertical-align:middle;
  text-align:center;
  /*position:absolute;*/
  /*top:0;*/
}
.label.label-sale {
  background-color: #ff0000;
}
.label.label-new{
  background-color:#c21e2e;
}
.label.label-rearrival {
  background-color: #1c5ea7;
}
.list-item-text .icon .label.label-soldout {
  background-color: #000;
  padding: 3px 5px;
}

/* アイコンをカテゴリ毎にユニーク付与*/
.label.label-revel {
  background-color: #733e55;
}
.label.label-iconscam {
  background-color: #336699;
}
.label.label-cool {
  background-color: #013F7A;
}
.label-pricedown {
  background-color: #B48834;
}

/*viewSuccess-label */
#item-name .label{
  font-size:12px;
  line-height:24px;
  vertical-align:middle;
  padding:0 5px;
  min-width:46px;
  text-align:center;
}
#item-name .label br{
  display:none;
}




/*five-col-slider*/
.five-col-slider{
  margin-bottom: 20px;
}
.five-col-slider .slides ._hover img{
  width:100%;
}
.five-col-slider .slides li{
  width:216px;
  padding:0 12px;
}
.five-col-slider h2,
.six-col-slider h2{
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background: #676767;
  color:#fff;
  margin-bottom: 15px;
  line-height:44px;
  padding-right:1.6%;
  text-align: left;
}
.five-col-slider h2 a{
  float: right;
  padding-right: 10px;
  background: url(/assets/images/icn_arrow_right.png) center right no-repeat;
}
.five-col-slider  h2 span{
  color: #fff;
  font-size: 12px;
  margin-left: 17px;
  vertical-align:middle;
}
.five-col-slider h2 span.torasition{
  font-size:20px;
}
.five-col-slider h2 img{
  margin-right:8px;
}
.five-col-slider .flex-direction-nav .flex-prev,.five-col-slider .flexslider:hover .flex-prev{
  top:0;
}
.five-col-slider .flex-direction-nav .flex-next,.five-col-slider .flexslider:hover .flex-next{
  top:0;
}
/*four-col-slider*/
.four-col-slider{
  margin-bottom: 70px;
}
.four-col-slider .slides ._hover img{
  width:100%;
}
.four-col-slider .slides li{
  width:216px;
  padding:0 12px;
}
.four-col-slider h2{
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background: #676767;
  color:#fff;
  margin-bottom: 15px;
  line-height:44px;
  text-align: center;
  padding-right: 1.6%;
}
.four-col-slider h2 a{
  float: right;
  padding-right: 20px;
  background: url(/assets/images/icn_arrow_right.png) center right no-repeat;
  color:#ffffff;
}
.four-col-slider  h2 span{
  color: #fff;
  font-size: 12px;
  margin-left: 18px;
  vertical-align:middle;
}
.four-col-slider h2 span.torasition{
  font-size:20px;
}
.four-col-slider h2 img{
  margin-right:8px;
}
.four-col-slider .flex-direction-nav .flex-prev,.four-col-slider .flexslider:hover .flex-prev{
  top:0;
  left:-36px;
}
.four-col-slider .flex-direction-nav .flex-next,.four-col-slider .flexslider:hover .flex-next{
  top:0;
  right:-36px;
}
/*for IE8*/
.four-col-slider .flex-direction-nav .flex-prev, .four-col-slider .flexslider:hover .flex-prev{left:0\9;}
.four-col-slider .flex-direction-nav .flex-next, .four-col-slider .flexslider:hover .flex-next{right:0\9;}


/******************************
ランキング
******************************/
#ranking-items .rank-num{
  position:absolute;
  top:0;
  left:0;
  font-size:14px;
  line-height:20px;
  text-align:center;
  padding:5px 0;
  text-shadow:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index:10;
}


/******************************
最近チェックした商品
******************************/
/* recently-recommend-items */
#recently-recommend-items{
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 40px;
}
#recently-recommend-items h2{
  margin-bottom: 15px;
  text-align: left;
}
#recently-recommend-items h2 span{
  font-size: 12px;
  color: #fff;
  margin-left: 18px;
  vertical-align: middle;
}

#recently-recommend-items .slides li{
  padding: 0 5px;
  width: 190px;
}
#recently-recommend-items .torasition{
  font-size: 20px;
}
#recently-recommend-items .flex-direction-nav .flex-disabled{
  opacity:0;
}
#recently-recommend-items .flex-direction-nav .flex-prev,
#recently-recommend-items .flexslider:hover .flex-prev{
  top: -2%;
}
#recently-recommend-items .flex-direction-nav .flex-next,
#recently-recommend-items .flexslider:hover .flex-next{
  top:-2%;
}

/******************************
NEW ARRIVAL系
******************************/
.look-more{
  float:right;
}
/*coordinate*/
#coordinate-items h2{
  background-color:#676767;
  color:#fff;
  margin-bottom:15px;
  line-height:44px;
  padding-right:1.6%;
  text-align: left;
}
#coordinate-items h2 span.torasition {
  font-size: 20px;
}
#coordinate-items h2 span {
  color: #fff;
  font-size: 12px;
  margin-left: 17px;
  vertical-align: middle;
}
#coordinate-items li{
  padding:0 12px;
  width:216px;
  float:left;
}
/******************************
さぶみっとレコメンド
******************************/
#_rcmdjp_display_1 #coordinate-items li{
  width: 15.8%;
  padding: 0;
  margin-left: 1%;
}
#_rcmdjp_display_1 #coordinate-items li:first-child{
  margin-left: 0;
}


/******************************
カラーから選ぶ
******************************/
/*
.list-category .list-category-inner {
  margin:0 0 20px;
}
.list-category .list-category-inner h2{
  margin-top: 30px;
}
.list-category .list-category-inner .select-price ul li,
.list-category .list-category-inner .select-color ul li{
  position: relative;
}
.list-category .list-category-inner .select-price ul li span.cancel,
.list-category .list-category-inner .select-color ul li span.cancel{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
}
.list-category .list-category-inner .select-price ul li span.cancel a,
.list-category .list-category-inner .select-color ul li span.cancel a{
  color:#000;
}
.list-category .list-category-inner .select-price ul li span a,
.list-category .list-category-inner .select-color ul li span a{
  line-height: 28px;
  padding: 0;
}
.list-category .list-category-inner .select-color .color-tip{
  width:22px;
  height: 22px;
  margin:0 10px 0 0;
}
.list-category .list-category-inner .select-color ul li{
  line-height: 22px;
  height:22px;
  padding: 3px 0;
}
.list-category .list-category-inner .select-color a{
  line-height: 22px;
  padding: 0;
}
*/

@media(max-width: 767px){
  .four-col-slider  h2 span{
    margin-left: 0;
  }
  #_rcmdjp_display_1 #coordinate-items li{
    width: 32.3333%;
  }
  #_rcmdjp_display_1 #coordinate-items li:nth-child(n+4){
      display: none;
  }
  #recently-recommend-items{
    margin: 0 -10px;
    padding-top: 15px;
  }
  #recently-recommend-items h2 {
    line-height: 30px;
    padding: 3px 10px;
  }
  #recently-recommend-items .torasition {
    font-size: 17px;
    margin-left: 0;
  }
  #recently-recommend-items .flexslider{
    margin: 10px 18px 0;
  }
  #recently-recommend-items .slides li{
    padding: 0 5px;
    width: 30.4%;
  }
  .five-col-slider h2, .six-col-slider h2{
    line-height: 18px;
  }
  #recently-recommend-items .flex-direction-nav .flex-next,
  #recently-recommend-items .flexslider:hover .flex-next{
    top: 30%;
    right: -18px;
  }
  #recently-recommend-items .flex-direction-nav .flex-prev, #recently-recommend-items .flexslider:hover .flex-prev{
    top:30%;
    left: -18px;
  }

  .list-item-text .item-ttl,
  .item-price{
    text-align: left;
  }

  /******************************
  カラーから選ぶ
  ******************************/
/*
  .list-category .list-category-inner{
     display: block; 
     margin:0;
  }
  .list-category .list-category-inner h2{
    line-height: 50px;
    padding: 0;
    padding-left: 20px;
    margin:0;
    border-bottom: solid 1px #e3e3e3;
    border-top:none;
    background: url(/assets/images/menu_plus.png) 98% center no-repeat #f0f0f0;
    cursor: pointer;
  }
  .list-category .list-category-inner h2.select{
    background: url(/assets/images/menu_minus.png) 98% center no-repeat #f0f0f0;
  }

  .list-category .list-category-inner .select-price a{
    padding:0;
    padding-left:12px;
  }

  .list-category .list-category-inner .select-color ul li{
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
    line-height: 50px;
    height: auto;
    padding: 0;
  }
  .list-category .list-category-inner .select-color .color-tip{
    top: 14px;
    position: relative;
  }
  .list-category .list-category-inner .select-price ul li.active,
  .list-category .list-category-inner .select-color ul li.active{
    background-color: #f0f0f0;
  }
  .list-category .list-category-inner .select-color ul li a{
    display: block;
    background: url(/assets/images/menu_arrow.png) 98% center no-repeat;
    line-height: 50px;
    padding: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: normal;
  }
  .list-category .list-category-inner .select-color ul li a:hover{
    background-color: #f0f0f0;  
  }
  .list-category .list-category-inner .select-price ul li span.cancel,
  .list-category .list-category-inner .select-color ul li span.cancel{
    top: calc(50% - 14px);
    left: calc(98% - 20px);
    width: 28px;
  }
  .list-category .list-category-inner .select-price ul li span.cancel a,
  .list-category .list-category-inner .select-color ul li span.cancel a{
    background:none #fff;
    font-size: 20px;
    color: #939393;
  }
  .list-category .list-category-inner .select-price ul li.active span.cancel a,
  .list-category .list-category-inner .select-color ul li.active span.cancel a{
    background-color: #f0f0f0;
  }
  .five-col-slider h2 span{
    margin-left: 0;
  }


}
@media (min-width: 768px){
  .list-category .list-category-inner .child-category{
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .list-category .select-price .child-category a{
    padding:6px 0;
  }
  .list-category .list-category-inner .select-color a{
    font-size: 11px;
  }
}
*/
@media (min-width: 768px) and (max-width: 1200px) {
  .sort table {
    width: 100%;
  }
  .sort table td {
    padding-left: 7px;
    width: 18%;
  }
  .sort table label {
    display: block;
    width: 100%;
    float: none;
  }
  .sort select {
    float: none;
    width: 100%;
  }
}