@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}
.info_block img,
.free_space_block img {
  max-width: 100%;
  height: auto;
}

.more_prd {
  display: none;
  clear: both;
  padding: .5em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 123.076%;
  cursor: pointer;
}

.info_block {
  line-height: 1.5;
}
.news_lst {
  margin-bottom: 2em;
}
  .news_lst li {
    padding: .6em 0 .5em;
    border-bottom: 1px dotted #aaa;
  }
  .news_lst span {
    margin-right: .5em;
    color: #888;
  }
.free_space_block {
  margin-top: 3em;
}

#w_S_size .more_prd {
  display: block;
}
#w_S_size .prd_lst_6_over {
  display: none;
}
#w_S_size .news_lst {
  line-height: 2;
}
/* 売れ筋商品 ランキングボタン */
.ranking_items .ranking_btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.ranking_items .ranking_btn::before {
  content: "";
  width: 100px;
  height: calc(100px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  position: absolute;
  top: -7px;
  left: -32px;
  z-index: 1;
}
.ranking_items:first-child .ranking_btn::before {
  background-color: #c0b489;
}
.ranking_items:nth-child(2) .ranking_btn::before {
  background-color: #a1bab8;
}
.ranking_items:nth-child(3) .ranking_btn::before {
  background-color: #99876e;
}
.ranking_items:nth-child(4) .ranking_btn::before {
  background-color: #c2cad9;
}
.ranking_items:nth-child(5) .ranking_btn::before {
  background-color: #d4c9c3;
}
.ranking_items:nth-child(6) .ranking_btn::before {
  background-color: #2b2b2b;
}
.ranking_items .ranking_btn::after {
  position: absolute;
  top: 8px;
  left: 11px;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: 25px;
  z-index: 2;
}
.ranking_items:first-child .ranking_btn::after {
  content: "1";
}
.ranking_items:nth-child(2) .ranking_btn::after {
  content: "2";
}
.ranking_items:nth-child(3) .ranking_btn::after {
  content: "3";
}
.ranking_items:nth-child(4) .ranking_btn::after {
  content: "4";
}
.ranking_items:nth-child(5) .ranking_btn::after {
  content: "5";
}
.ranking_items:nth-child(6) .ranking_btn::after {
  content: "6";
}
@media screen and (max-width: 767px) {
  .ranking_items .ranking_btn::before {
    width: 70px;
    height: calc(70px / 2);
    top: -5px;
    left: -23px;
  }
  .ranking_items .ranking_btn::after {
    top: 7px;
    left: 9px;
    font-size: 18px;
  }
}