@charset "utf-8";
/* CSS Document */
/*======================================
  
  ランキング用CSS

======================================*/
.ranking_wp {
  width: 100%;
  max-width: 1200px;
}
.ranking_wp h2 {
  color: #fff;
  background: #3e83a0;
  text-align: center;
  font-weight: bold;
  padding: 12px 0;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
}
.ranking_wp li {
  list-style: none;
}
/*--- タブ切り替えアクション ---*/
.ranking_list .ranking_inner, .ranking_list .ranking_inner .inner_sub {
  display: none;
}
.ranking_list .ranking_inner.active {
  display: block;
}
.ranking_list .ranking_inner .inner_sub.active {
  display: block;
}
/*--- 共通リセット ---*/
.ranking_tab, .tab_sub, .product_list {
  margin: 0;
  padding: 0;
}
/*--- 親タブ ---*/
.ranking_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.ranking_tab li {
  width: 24%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0 10px 0;
}
.ranking_tab .tab_all {
  text-align: center;
  color: #3e83a0;
  border-top: 2px solid #3e83a0;
  border-right: 2px solid #3e83a0;
  border-left: 2px solid #3e83a0;
}
.ranking_tab .tab_all.active {
  color: #ffffff;
  background: #3e83a0;
  position: relative;
}
.ranking_tab .tab_all.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #3e83a0 transparent transparent transparent;
  bottom: -27px;
  left: 50%;
  margin-left: -10px;
}
.ranking_tab .tab_men {
  color: #007dc4;
  border-top: 2px solid #007dc4;
  border-right: 2px solid #007dc4;
  border-left: 2px solid #007dc4;
  padding-left: 62px;
  background: url("img/icon_men-off.png") no-repeat 14px 6px;
  background-size: auto 36px;
}
.ranking_tab .tab_men.active {
  color: #ffffff;
  background: url("img/icon_men-on.png") no-repeat 14px 6px #007dc4;
  background-size: auto 36px;
  position: relative;
}
.ranking_tab .tab_men.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #007dc4 transparent transparent transparent;
  bottom: -27px;
  left: 50%;
  margin-left: -10px;
}
.ranking_tab .tab_women {
  color: #ef5b9f;
  border-top: 2px solid #ef5b9f;
  border-right: 2px solid #ef5b9f;
  border-left: 2px solid #ef5b9f;
  padding-left: 62px;
  background: url("img/icon_women-off.png") no-repeat 14px 6px;
  background-size: auto 36px;
}
.ranking_tab .tab_women.active {
  color: #ffffff;
  background: url("img/icon_women-on.png") no-repeat 14px 6px #ef5b9f;
  background-size: auto 36px;
  position: relative;
}
.ranking_tab .tab_women.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #ef5b9f transparent transparent transparent;
  bottom: -27px;
  left: 50%;
  margin-left: -10px;
}
.ranking_tab .tab_junor {
  color: #00a552;
  border-top: 2px solid #00a552;
  border-right: 2px solid #00a552;
  border-left: 2px solid #00a552;
  padding-left: 62px;
  background: url("img/icon_junior-off.png") no-repeat 14px 6px;
  background-size: auto 36px;
}
.ranking_tab .tab_junor.active {
  color: #ffffff;
  background: #00a552;
  background: url("img/icon_junior-on.png") no-repeat 14px 6px #00a552;
  background-size: auto 36px;
  position: relative;
}
.ranking_tab .tab_junor.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #00a552 transparent transparent transparent;
  bottom: -27px;
  left: 50%;
  margin-left: -10px;
}
/*--- 子タブ ---*/
.tab_sub {
  width: 100%;
  display: flex;
  cursor: pointer;
}
.tab_sub li {
  width: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0 8px 0;
  margin-right: 6px;
}
.tab_sub li:last-child {
  margin-right: 0;
}
.ranking_list .ranking_inner {
  padding-top: 34px;
}
/*ALL ITEM*/
.inner_all {
  border-top: 10px solid #3e83a0;
}
.inner_all .tab_sub {
  border-bottom: 6px solid #3e83a0;
}
.inner_all .tab_sub li {
  color: #3e83a0;
  background: #bfd8f0;
}
.inner_all .tab_sub li.active {
  color: #fff;
  background: #3e83a0;
}
/*MEN’S*/
.inner_mens {
  border-top: 10px solid #007dc4;
}
.inner_mens .tab_sub {
  border-bottom: 6px solid #007dc4;
}
.inner_mens .tab_sub li {
  color: #007dc4;
  background: #d9ecf6;
}
.inner_mens .tab_sub li.active {
  color: #fff;
  background: #007dc4;
}
/*WOMEN'S*/
.inner_womens {
  border-top: 10px solid #ef5b9f;
}
.inner_womens .tab_sub {
  border-bottom: 6px solid #ef5b9f;
}
.inner_womens .tab_sub li {
  color: #ef5b9f;
  background: #fde7f1;
}
.inner_womens .tab_sub li.active {
  color: #fff;
  background: #ef5b9f;
}
/*JUNIOR*/
.inner_junior {
  border-top: 10px solid #00a552;
}
.inner_junior .tab_sub {
  border-bottom: 6px solid #00a552;
}
.inner_junior .tab_sub li {
  color: #00a552;
  background: #d9f2e5;
}
.inner_junior .tab_sub li.active {
  color: #fff;
  background: #00a552;
}
/*--- 商品一覧 ---*/
.inner_sub {
  padding-top: 32px;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_list p {
  margin: 0;
  padding: 0;
}
.product_list li {
  width: 32%;
  position: relative;
}
.product_list a, .product_list a:visited {
  text-decoration: none;
  color: #221f1f;
  font-size: 12px;
}
.product_list a:hover, .product_list a:active {
  text-decoration: none;
  color: #221f1f;
}
.product_list a .product_title {
  margin: 16px 0 6px 0;
  line-height: 17px;
}
.product_list a .product_price {
  font-size: 23px;
  font-weight: bold;
  color: #3e83a0;
}
.product_list a .product_img img {
  width: 100%;
  height: auto;
}
.product_list li::before {
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 67px;
  height: 50px;
  line-height: 70px;
  color: #fff;
  top: 20px;
  left: 15px;
}

/* ------------------------------------------------------------
タブレット
------------------------------------------------------------ */
@media screen and (max-width: 896px) {}
/* ------------------------------------------------------------
スマホ
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  .ranking_wp h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  /*--- 親タブ ---*/
  .ranking_tab li {
    padding: 0;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ranking_tab .tab_all {
    padding: 6% 0;
  }
  .ranking_tab .tab_men {
    padding-left: 0;
    background: url("img/icon_men-off.png") no-repeat 50% 20%;
    background-size: auto 40px;
    padding: 14% 0 1% 0;
  }
  .ranking_tab .tab_men.active {
    background: url("img/icon_men-on.png") no-repeat 50% 20% #007dc4;
    background-size: auto 40px;
  }
  .ranking_tab .tab_women {
    padding-left: 0;
    background: url("img/icon_women-off.png") no-repeat 50% 20%;
    background-size: auto 40px;
    padding: 14% 0 1% 0;
  }
  .ranking_tab .tab_women.active {
    background: url("img/icon_women-on.png") no-repeat 50% 20% #ef5b9f;
    background-size: auto 40px;
    position: relative;
  }
  .ranking_tab .tab_junor {
    padding-left: 0;
    background: url("img/icon_junior-off.png") no-repeat 50% 20%;
    background-size: auto 40px;
    padding: 14% 0 1% 0;
  }
  .ranking_tab .tab_junor.active {
    background: url("img/icon_junior-on.png") no-repeat 50% 20% #00a552;
    background-size: auto 40px;
  }
  /*--- 子タブ ---*/
  .tab_sub {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab_sub li {
    width: 32.5%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .inner_all .tab_sub, .inner_mens .tab_sub, .inner_womens .tab_sub, .inner_junior .tab_sub {
    border-bottom: none;
  }
  .inner_all {
    border-top: 6px solid #3e83a0;
  }
  .inner_mens {
    border-top: 6px solid #007dc4;
  }
  .inner_womens {
    border-top: 6px solid #ef5b9f;
  }
  .inner_junior {
    border-top: 6px solid #00a552;
  }
  .ranking_tab .tab_all.active::after, .ranking_tab .tab_men.active::after, .ranking_tab .tab_women.active::after, .ranking_tab .tab_junor.active::after {
    bottom: -17px;
  }
  .ranking_list .ranking_inner {
    padding-top: 17px;
  }
  /*--- 商品一覧 ---*/
  .product_list li {
    width: 48%;
    margin-bottom: 44px;
  }
  .product_list a, .product_list a:visited {
    font-size: 10px;
  }
  .product_list a .product_price {
    font-size: 16px;
  }
}