@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE: BRANDELI
TITLE: PC ランキングページ

____________________________________________________________________________*/

#contents_ver4 {
  width: 1024px !important;
}

/* title */
#ranking_contents #title {
  width:990px;
  position:relative;
  margin:10px 0 30px;
}
#ranking_contents #title h2 {
  color:#444;
  padding:0 0 12px;
  margin:0;
  font-weight:normal;
  font:28px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック', arial, helvetica, sans-serif, clean;	
}
/* left_navi */
#left_navi {
  width:200px;
  float:left;
  margin-right: 20px;
}
#left_navi li {
  line-height:1;
  padding-bottom:1px;
  position:relative;
}
#left_navi li.subCat{
  padding-left: 10px;
}
#left_navi li a {
  display:block;
  color: #666;
  padding: 13px 0 13px 13px;
  font-size: 13px;
}
#left_navi li a:hover {
  display: block;
  color: #666;
  background: #f2f2f2;
  text-decoration:none;
}
#left_navi #brandselect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 170px;
  height: 28px;
  line-height: 28px;
  padding-left: 8px;
  padding-right: 20px;
  color: #444;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;/* sarafi対策 */
}
#left_navi .filter-brand{
  margin-bottom:32px;
}
#left_navi h3 {
  margin-bottom:8px;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
#left_navi .category-title {
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  color: #444;
}
.select2-container {
  width: 170px!important;
}
#left_navi .active a{
  font-weight:700;
}
#left_navi .active:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #444;
  position: absolute;
  top: 6px;
  left: 0px;
}

/* ranking_main */
.rankingList {
  width: 800px;
  float:right;
  font-size:0;
}
.rankingList_item {
  display:inline-block;
  margin-right:20px;
  width:140px;
  margin-bottom:36px;
  vertical-align:top;
  position:relative;
}
.rankingList_item:nth-of-type(5n){
  margin-right:0;
}
.rankingList_item .product-image{
  overflow:hidden;
}
.rankingList_item a,
.rankingList_item .product-image img {
  display:block;
  width:100%;
  height:auto;
}
.rankingList_item a:hover {
  text-decoration:none;
}

/* ランキングバッジ */
.rankingList_item .rankNum {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  box-sizing: border-box;
  top: 4px;
  left: 4px;
  border: none;
  border-radius: 100%;
  color: #000;
  background-color: rgb(65 62 59 / .15);
}
/* 1〜3位 */
.rankingList_item:nth-child(-n+3) .rankNum {
  color: #ffffff;
}
/* 1位 */
.rankingList_item:nth-of-type(1) .rankNum{
  background: #ebbe00;
}
/* 2位 */
.rankingList_item:nth-of-type(2) .rankNum{
  background:#b8b8b8;
}
/* 3位 */
.rankingList_item:nth-of-type(3) .rankNum{
  background:#a16209;
}

.rankingList_item span {
  display:inline-block;
  font-size:15px;
  font-weight:normal;
  color:#444;
  letter-spacing:.02em;
}
.rankingList_item .brandName{
  display:block;
  font-size:12px;
  color:#444;
  letter-spacing:.02em;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.rankingList_item .commodity_name{
  display:block;
  font-size:11px;
  color:#999;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;

}
.rankingList_item .-discount,
.rankingList_item .special_price {
  color:#FF0030;
}
.rankingList_item span.old_price {
  text-decoration:line-through;
  color:#999;
  padding-right:5px;
}
.rankingList_item a:hover span {
  filter:alpha(opacity=60);
  -ms-filter:"alpha(opacity=60)";
  opacity:0.6;
}
#ranking_contents #title h2 .ranking_sub {
  display: inline-block;
  font-size: .7em;
  color: #444;
  padding-left: 0;
}
#ranking_contents #title h2 .ranking_text {
  display: inline-block;
}
/* 画像トリミング */
.ranking .product-image img{
  width:140%;
  margin-left:-20%;
  max-width: inherit;
  max-width:initial;
}
/* シューズ他を正方形に */
.ladies .product-image img,
.ladies_bags .product-image img,
.bracelet .product-image img,
.mens .product-image img,
.mens_bags .product-image img,
.bracelet_m .product-image img{
  width:100%;
  margin-left:0;
  margin-top:0!important;
  padding-bottom:0!important;
}
.ranking .-square .product-image img{
  margin-left: 0;
  width: 100%;
  margin-top: 28px;
  padding-bottom: 28px;
}
.ranking .product-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 196px;
  position: absolute;
  z-index: 1;
  background-color: #000;
  opacity: .03;
}
.ladies .product-image:before,
.ladies_bags .product-image:before,
.bracelet .product-image:before,
.mens .product-image:before,
.mens_bags .product-image:before,
.bracelet_m .product-image:before{
  height: 140px;
}

/* 非表示 */
.nodisplay {
  display: none;
}


/*----------------------------------------------------------------------------
catalog-campaignGroup 
仕組みが他と違うため、独自指定 
----------------------------------------------------------------------------*/
/* キャンペーンアイコン .catalog-campaignGroup 
.rankingList_item .catalog-campaignGroup {
  font-size: 10px;
  transform: translateY(calc( -18px * 0.9));
  text-align:left;
}*/
.rankingList_item .catalog-campaignItem{
  height:calc( 18px * 0.9);
  margin-bottom:1px;
}
.rankingList_item .catalog-campaignItem + .catalog-campaignItem {
  margin-left: -5px;
}
.rankingList_item .catalog-campaignItem span {
  display:inline-flex;
  align-items:center;
  padding:0 .5em;
  font-size:10px;
  font-weight:600;
  line-height:1.8em;
  white-space:nowrap;
  transform-origin:0 0;
  transform:scale(.9);
  color: #fff;
  letter-spacing: .05em;
}
.rankingList_item .catalog-campaignItem span:after{
  letter-spacing: 0;
}
.rankingList_item .catalog-campaignItem:last-child {
  margin-bottom: -18px;
}
.rankingList_item .catalog-link:hover .catalog-campaignItem {
  opacity: 0.7;
}
.rankingList_item .catalog-link{
  text-decoration: none;
}
/* セール */
.rankingList_item .catalog-campaignItem.-discount span {
  background-color:rgba(237, 20, 61, .8)
}
.rankingList_item .catalog-campaignItem.-discount span:after {
  content: "OFF";
  margin-left: 0.1em;
}
span.-specialprice:after{
  display: none !important;
  margin-left: 0 !important;
}
.rankingList_item .catalog-campaignItem.-discount.-timesale span:before {
  content:"";
  display:inline-block;
  width: 12px;
  height: 12px;
  background-image: url('//media.aws.locondo.jp/contents/img/common/icon_timesale.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  margin-right: .2em;
}
/* クーポン */
.rankingList_item .catalog-campaignItem.-coupon span {
  color: #222;
  background-color:rgba(255, 218, 31, .8);
}
.rankingList_item .catalog-campaignItem.-coupon.-rate span:after {
  content: "%";
}
.rankingList_item .catalog-campaignItem.-coupon.-price span:after {
  content: "円";
}
/* 調整 */
.rankingList_item .product-text{
  padding-top:0px;
}

/*----------------------------------------------------------------------------
  Brandeli カテゴリータブ
----------------------------------------------------------------------------*/
#left_navi #mainCategory_tab {
  display: none !important;
}
#left_navi #total ul {
  display: block !important;
}
#left_navi #total ul li:first-child a {
  font-weight: bold;
  margin-top: 10px;
  border:none;
}
#left_navi #total ul li a {
border-top: 1px solid #ededed;
}