:root {
  --ranking-btn-color: #faa214;
}

.contents *:focus {
  outline: none;
}
/*
.pc {
  display: block;
}

.sp {
  display: none;
}
*/

.contents {
  max-width: 1200px;
  margin: 0 auto;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
}

.contents img {
  max-width: 100%;
}

.contents p {
  margin: 0;
  padding: 0;
}

.contents a {
  text-decoration: none;
}

.contents button {
  background: transparent;
}

.block-ranking-r {
  max-width: 900px;
  margin-right: 20px;
}

.c_block {
  padding: 50px 0;
}

/*
.inner {
  padding: 40px 30px;
}
*/

/* 繧､繝吶Φ繝亥膚蜩∽ｸ隕ｧ 繝�ヵ繧ｩ繝ｫ繝郁ｪｿ謨ｴ */
.contents .block-top-event--goods {
  padding-top: 0 !important;
}

/* 閭梧勹濶ｲ */
.c_ranking,
.c_new-arrivals {
  background: #fbe781;
}

.c_ranking {
/* margin-left: 30px; */
padding-left: 50px;
}

.mt_20 {
  margin-top: 20px;
}

.pt_0 {
  padding-top: 0;
}

/*RANKING　ランキング*/
.contents h1 {
  margin: 0;
  padding: 5px 0 6px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #009844;
}

.contents .section_title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 50px 0;
  color: #222;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.contents .title_inner {
  margin-bottom: 30px;
}

.contents .section_title span {
  display: block;
  font-size: 34px;
  font-family: "Josefin Sans", sans-serif;
}

.contents .section_title .txt_jp {
  padding-top: 4px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

.contents .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  /* background: url("/img/usr/genre/rW1/title_or.svg"); */
  /* filter: brightness(0) saturate(100%) invert(48%) sepia(36%) saturate(2402%) hue-rotate(232deg) brightness(89%) contrast(83%); */
  background-color: orange;
  background-repeat: no-repeat;
  background-size: contain;
}

.contents .gr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  /* background: url("/img/usr/genre/rW1/title_gr.svg"); */
  background-color: orange;
  background-repeat: no-repeat;
  background-size: contain;
}

.contents .section_title_center {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.ranking_tab_name_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ranking_tab_name_list li span, .ranking_tab_name_list li a {
  color: var(--ranking-btn-color);
  font-size: 14px;
  border: 1px solid var(--ranking-btn-color);
  padding: 20px 16px 21px;
}

.ranking_tab_name_list li a.current, .ranking_tab_name_list li span.current {
  background: var(--ranking-btn-color);
  color: #fff;
}

.ranking_tab_name_list li span:hover,
.ranking_tab_name_list li a:hover{
  opacity: 0.8;
  background: var(--ranking-btn-color);
  color: #fff;
  cursor: pointer;
}
.contents .title_inner, .ranking_tab, .block-ranking-r {
  max-width: 900px;
  margin: 0 auto;
  }

.ranking_tab {
  padding-top: 20px;
}

.block-ranking-r {
  padding-top: 20px;
}

/* 繧ゅ▲縺ｨ隕九ｋ繝懊ち繝ｳ */
.link_more {
  display: block;
  width: 280px;
  margin: 40px auto 0;
  padding: 8px 5px 8px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 60px;
  position: relative;
  background: #fff;
}

.link_more::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.block-btn-more_c {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 9px 0 8px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #444;
  border-radius: 30px;
}
.block-btn-more_c:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
}
.block-btn-more_c:hover {
  opacity: .8;
  text-decoration: none;
}

.btn_gr {
  color: #009844;
  border: solid 2px #009844;
}

.btn_gr::after {
  border-top: solid 2px #009844;
  border-right: solid 2px #009844;
}

.btn_or {
  color: var(--ranking-btn-color);
  border: solid 2px var(--ranking-btn-color);
}

.btn_or::after {
  border-top: solid 2px var(--ranking-btn-color);
  border-right: solid 2px var(--ranking-btn-color);
}

  @media only screen and (max-width: 1400px) {
  .ranking_tab{
    max-width: 900px;
    margin: 0 auto;
  }
}

   @media only screen and (max-width: 440px) {
    .c_ranking {
    margin-left: 0px;
    }
 }
