@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
.ranking_wrap img {
  width: 100%;
}

.ranking_wrap {
  margin: 0 auto;
}

.osusume_wrap {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .ranking_wrap {
    width: 94.2%;
  }
}

@media screen and (min-width: 751px) {
  .ranking_wrap {
    width: 91.66%;
  }
}

/* -----------------------------------------------
heading_wrap
----------------------------------------------- */
.ranking_wrap .heading_wrap {
  position: relative;
}

.ranking_wrap .heading_wrap h1 {
  margin: 0 auto;
}

.ranking_wrap .heading_wrap .to_other a {
  display: block;
}

.ranking_wrap .heading_wrap .to_other a svg {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .ranking_wrap .heading_wrap {
    margin: 42px 0 31px;
  }

  .ranking_wrap.popularityranking_wrap .heading_wrap h1 {
    width: 167px;
  }

  .ranking_wrap.trendranking_wrap .heading_wrap h1 {
    width: 132px;
  }
}

@media screen and (min-width: 751px) {
  .ranking_wrap .heading_wrap {
    margin: 100px 0 50px;
  }

  .ranking_wrap.popularityranking_wrap .heading_wrap h1 {
    width: 256px;
  }

  .ranking_wrap.trendranking_wrap .heading_wrap h1 {
    width: 202px;
  }

  .ranking_wrap .heading_wrap .to_other {
    width: 240px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .ranking_wrap .heading_wrap .to_other a svg .cls-1,
  .ranking_wrap .heading_wrap .to_other a svg .cls-2 * {
    transition: all .3s;
  }

  .ranking_wrap .heading_wrap .to_other a:hover svg .cls-1 {
    fill: #000;
  }

  .ranking_wrap .heading_wrap .to_other a:hover svg .cls-2 * {
    fill: #fff;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .ranking_wrap .heading_wrap h1 {
    width: 23.27%;
    min-width: 190px;
  }

  .ranking_wrap .to_other {
    width: 21.81%;
    min-width: 170px;
  }
}

/* -----------------------------------------------
ranking_tab
----------------------------------------------- */
.ranking_tab ul {
  border-bottom: 1px solid #e2e1e1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ranking_tab .tab_heading {
  background-color: #e2e1e1;
  margin-bottom: -1px;
}

.ranking_tab .tab_heading.tab_active {
  background-color: #fff;
  border-top: 1px solid #e2e1e1;
  border-left: 1px solid #e2e1e1;
  border-right: 1px solid #e2e1e1;
  border-bottom: 1px solid #fff;
}

.ranking_tab .tab_heading a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
  .ranking_tab .tab_heading {
    width: 23.07%;
    min-height: 40px;
  }

  .ranking_tab .tab_heading a {
    font-size: 10px;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 751px) {
  .ranking_tab .tab_heading {
    width: 24.72%;
    min-height: 53px;
  }

  .ranking_tab .tab_heading a {
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: 0.1em;
  }
}

/* -----------------------------------------------
ranking_content
----------------------------------------------- */
.ranking_product_item_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ranking_product_item a {
  display: block;
}

.ranking_product_item .img_wrap {
  position: relative;
}

.ranking_product_item .img_wrap > span {
  position: absolute;
  border-radius: 50%;
  background-color: #534741;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ranking_product_item:nth-child(1) .img_wrap > span {
  background-color: #c4a03b;
}

.ranking_product_item:nth-child(2) .img_wrap > span {
  background-color: #99a8b0;
}

.ranking_product_item:nth-child(3) .img_wrap > span {
  background-color: #b78064;
}

@media screen and (max-width: 750px) {
  .ranking_content {
    margin-top: 12px;
    padding-bottom: 43px;
    border-bottom: 1px solid #e2e1e1;
  }

  .ranking_product_item {
    width: 46.15%;
    margin-right: 7.23%;
    margin-top: 40px;
  }

  .ranking_product_item:nth-child(even) {
    margin-right: 0;
  }

  .ranking_product_item:nth-child(-n + 2) {
    margin-top: 0;
  }

  .ranking_product_item a {
    transition: all .3s;
  }

  .ranking_product_item a:hover {
    opacity: 0.8;
  }

  .ranking_product_item .img_wrap > span {
    top: 8px;
    left: 8px;
    width: 21px;
    height: 21px;
    font-size: 11px;
  }

  .ranking_product_item .text {
    margin-top: 11px;
  }

  .ranking_product_item .text dl {
    font-size: 12px;
    letter-spacing: 0;
  }

  .ranking_product_item .text dt {
    line-height: 1.41;
  }

  .ranking_product_item .text dd {
    margin-top: 5px;
    line-height: 1.5;
    font-weight: bold;
  }
}

@media screen and (min-width: 751px) {
  .ranking_content {
    margin-top: 80px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e2e1e1;
  }

  .ranking_product_item {
    margin-right: 2.54%;
    margin-top: 58px;
  }

  .ranking_product_item:nth-child(-n + 3) {
    margin-top: 0;
  }

  .ranking_product_item:nth-child(-n + 6) {
    width: 31.63%;
  }

  .ranking_product_item:nth-child(n + 7) {
    width: 23.09%;
  }

  .ranking_product_item:nth-child(3),
  .ranking_product_item:nth-child(6) {
    margin-right: 0;
  }

  .ranking_product_item:nth-child(4n + 6) {
    margin-right: 0;
  }

  .ranking_product_item a {
    transition: all .3s;
  }

  .ranking_product_item a:hover {
    opacity: 0.8;
  }

  .ranking_product_item .img_wrap > span {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .ranking_product_item .text {
    margin-top: 22px;
  }

  .ranking_product_item .text dl {
    font-size: 14px;
    letter-spacing: 0;
  }

  .ranking_product_item .text dt {
    line-height: 1.3;
    /* min-height: 2.6em; */
  }

  .ranking_product_item .text dd {
    margin-top: 13px;
    /* line-height: 1.3; */
    line-height: 1;
    font-weight: bold;
  }
}

/* -----------------------------------------------
other_ranking
----------------------------------------------- */
.other_ranking_heading h2 {
  margin: 0 auto;
}

.other_ranking_list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.other_ranking_list li a {
  line-height: 1;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ranking_all + .other_ranking .other_ranking_list li:nth-child(1) a {
  background-color: #231815;
  color: #fff;
  pointer-events: none;
}

.ranking_sp + .other_ranking .other_ranking_list li:nth-child(2) a {
  background-color: #231815;
  color: #fff;
  pointer-events: none;
}

.ranking_groumet + .other_ranking .other_ranking_list li:nth-child(3) a {
  background-color: #231815;
  color: #fff;
  pointer-events: none;
}

.ranking_gift + .other_ranking .other_ranking_list li:nth-child(4) a {
  background-color: #231815;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .other_ranking {
    padding: 49px 0 47px;
  }

  .other_ranking_list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .other_ranking_list li {
    height: 30px;
    min-width: 66px;
    margin-bottom: 7px;
  }

  .other_ranking_list li:not(:first-child) {
    margin-left: 7px;
  }
  
  .other_ranking_list li a {
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 0.07em;
    border-radius: 15px;
  }

  .other_ranking .to_other {
    margin-top: 29px;
  }

  .other_ranking .to_other a {
    display: block;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .other_ranking {
    padding: 93px 0 87px;
  }

  .other_ranking_heading h2 {
    width: 334px;
  }
  
  .other_ranking_list {
    margin-top: 39px;
  }

  .other_ranking_list ul {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .other_ranking_list li {
    width: 23.63%;
    height: 50px;
  }
  
  .other_ranking_list li a {
    font-size: 17px;
    letter-spacing: 0.07em;
    border-radius: 25px;
    transition: all .3s;
  }

  .other_ranking_list li a:hover {
    background-color: #231815;
    color: #fff;
  }
}
