* {
  box-sizing: border-box;
}
.section__container {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; */
  width: 992px;
  padding: 0;
}
.oe-ranking__sec {
  margin-top: 60px;
}
.oe-ranking__row {
  /* margin: 0 -2px; */
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oe-ranking__col2 {
  width: 47.8%;
  margin-right: 40px;
}
.oe-ranking__col2:nth-child(2n) {
  margin-right: 0;
}
.oe-ranking__row:after {
  content: "";
  display: table;
  clear: both;
}
.oe-ranking__col3 {
  width: 30.6%;
  margin-right: 40px;
}
.oe-ranking__col3:nth-child(3n) {
  margin-right: 0;
}
.mvSlide-bg__ranking--gold {
  background: linear-gradient(180deg, rgba(190, 156, 91, 1), rgba(158, 128, 72, 1));
  height: 360px;
}
.mvSlide-oe-ranking .section__container {
  height: 100%;
}
.mvSlide-oe-ranking .oe-ranking__row {
  align-items: center;
  height: 100%;
}
.oe-ranking__mv__img {
}
.oe-ranking__mv__img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.oe-ranking__mv--text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
}
.oe-ranking__mv--text:first-child {
  /*padding-top: 50px;*/
}
.tab-btn__col {
  width: 31%;
  margin-right: 2.3%;
}
.tab-btn__row .tab-btn__col:nth-child(3n) {
  margin-right: 0;
}
.tab-btn__row {
  display: flex;
  justify-content: space-between;
}
.tablinks {
  cursor: pointer;
  width: 100%;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.tablinks.tab1 {
  background-image: url(../images/btnpc_A_off.svg);
}
.tablinks.tab1.active {
  background-image: url(../images/btnpc_A_on.svg);
}
.tablinks.tab2 { 
  background-image: url(../images/btnpc_B_off.svg);
}
.tablinks.tab2.active {
  background-image: url(../images/btnpc_B_on.svg);
}
.tablinks.tab3 {
  background-image: url(../images/btnpc_C_off.svg);
}
.tablinks.tab3.active {
  background-image: url(../images/btnpc_C_on.svg);
}
.tabcontent {
  display: block;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.main-title {
  font-size: 48px;
  color: #9E8048;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  width: 992px;
  margin: 60px auto 12px;
  line-height: 1.2;
}
.oe-ranking__info__box .main-title {
  margin: 0 auto;
  width: 100%;
}
.main-title img {
  display: block;
  margin: 0 auto 13px;
  width: 84px;
  max-width: 100%;
}
.main-title__caption {
  font-size: 32px;
  color: #000;
  display: block;
}
.icon-star,
.icon-star__red {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.icon-star__red {
  margin-top: 16px;
  display: block;
}
.icon-star img, 
.icon-star__red img {
  text-align: center;
  width: 33px;
  max-width: 100%;
}
.icon-star::before,
.icon-star::after {
  width: 48%;
  height: 1px;
  border-top: 1px solid #9E8048;
  display: inline-block;
  content: '';
  padding-top: 6px;
  /* margin-left: 5px; 
  margin-right: 5px; */
}
.oe-ranking__item .icon-rank {
  margin-bottom: 18px;
}
.oe-ranking__item .icon-rank__sub {
  margin-bottom: 16px;
}
.oe-ranking__item .col-img img,
.oe-ranking__item .icon-rank img,
.oe-ranking__item .icon-rank__sub img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.oe-ranking__item .icon-rank__sub img {
    width: 24px;
}
p.icon-rank__sub img {
    width: 24px;
}
.oe-ranking__item .icon-rank .text-rank {
  font-size: 24px;
  font-weight: bold;
  padding-left: 8px;
}
.icon-rank__sub .text-rank {
  font-size: 22px;
  font-weight: bold;
  padding-left: 4px;
	line-height: 1;
}


.text-rank.rank-gold {
  color: #B7960B;
}
.text-rank.rank-silver {
  color: #868C92;
}
.text-rank.rank-bronze {
  color: #AB6D55;
}
.text-rank {
  color: #9E8048;
}
.oe-ranking__item {
  padding-bottom: 120px;
  position: relative;
  height: 100%;
}
.oe-ranking__col3 .oe-ranking__item {
  padding-bottom: 140px;
}
.rank-btn__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.rank-item__text--heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding-top: 24px;
	color: #000;
}
.rank-item__text--normal {
color: #000;
  line-height: 24px;
  padding-top: 16px;
}
.rank-item__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #9E8048;
  border: 1px solid #9E8048;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: 24px;
  position: relative;
}
.rank-item__btn:hover {
  color: #FFF;
  background:  #9E8048;
}
.rank-item__btn::after {
  content: '';
  background-image: url(../images/yajirushi_gold.svg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
}
.rank-item__btn:hover::after {
  background-image: url(../images/yajirushi_white.svg);
  position: absolute;
}
.rank-item__link {
  text-decoration: none;
  /*float: right;*/
  color: #000;
  font-size: 14px;
  position: relative;
  display: block;
	text-align: right;
	padding-right: 15px;
}
a.rank-item__link:hover {
  text-decoration: underline;
}
.oe-ranking__col3 .rank-btn__wrap__other {
  /*height: 50px;*/
}
.rank-btn__wrap__other a:not(:first-child) {
  margin-top: 8px;
}
.rank-item__link::before {
  content: '';
  background-image: url(../images/yajirushi_black.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
}
.media__body .rank-item__text--heading {
  padding-top: 8px;
}
.oe-ranking__sublinks .media__img {
  width: 140px;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  margin-right: 24px;
}

.oe-ranking__info {
  padding: 32px 40px 32px;
}
.bg-gray {
  background-color: #F2F2F2;
}
.oe-ranking__info__box__content--text {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 32px;
}
.tab-btn__row__bottom {
  width: 476px;
  margin: 0 auto 28px;
}
.tab-btn__row__bottom .tablinks.tab1,
.tab-btn__row__bottom .tablinks.tab2,
.tab-btn__row__bottom .tablinks.tab3{
  background: none;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-style: normal;
  font-weight: 900;
  color: #9E8048;
  font-size: 28px;
  border: 1px solid #BF9D5B;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  height: 72px;
  text-align: center;
  padding: 9px;
  line-height: 1.2;
}
.tab-btn__row__bottom .tablinks.tab1 {
  margin: 33px auto 52px;
}
.tab-btn__row__bottom .tablinks.tab1 .tab-btn__row__bottom--text,
.tab-btn__row__bottom .tablinks.tab2 .tab-btn__row__bottom--text,
.tab-btn__row__bottom .tablinks.tab3 .tab-btn__row__bottom--text{
  font-size: 20px;
  display: block;
}
.tabcontents .oe-ranking__sec {
  margin-top: 0;
}
.tabcontents.active .oe-ranking__sec {
  margin-top: 60px;
}
.tabcontents {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.tabcontents.active {
  position: relative;
  top: auto;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.8s, opacity 0.8s;
}
.main-title {
  margin-top: 0 !important;
}

@media screen and (max-width: 740px) {
  .section__container {
    width: 100%;
  }
  .oe-ranking__mv--text:first-child {
    padding-top: 0;
  }
  .oe-ranking__sec {
    margin-top: 0;
  }
  .mvSlide-oe-ranking .oe-ranking__row {
    padding: 24px 24px 0;
  }
  .mvSlide-bg__ranking--gold {
    height: auto;
  }
  .oe-ranking__row {
    margin: 0;
  }
  .mvSlide-oe-ranking .oe-ranking__col2 {
    border-bottom: none;
  }
  .oe-ranking__col2 {
    width: 100%;
    padding: 0 0 24px;
    margin-right: 0;
    border-bottom: 1px solid #BBBBBB;
  }
  .oe-ranking__col3 {
    width: 100%;
  padding: 0 0 24px;
    margin-right: 0;
    border-bottom: 1px solid #BBBBBB;
  }
  .oe-ranking__col3:last-child {
    border-bottom: none;
  }
  .tablinks {
    width: 100%;
    background-position: top;
  }
  .tab-btn__row {
    padding: 32px 24px 16px;
  }
  /*.tab-btn__col {
    margin-right: 17px;
  }*/
  .tablinks.tab1 {
    background-image: url(../images/btnsp_A_off.svg);
	  background-size: contain;
  }
  .tablinks.tab1.active {
    background-image: url(../images/btnsp_A_on.svg);
	  background-size: contain;
  }
  .tablinks.tab2 { 
    background-image: url(../images/btnsp_B_off.svg);
	  background-size: contain;
  }
  .tablinks.tab2.active {
    background-image: url(../images/btnsp_B_on.svg);
	  background-size: contain;
  }
	 .tablinks.tab3 {
    background-image: url(../images/btnsp_C_off.svg);
	  background-size: contain;
  }
  .tablinks.tab3.active {
    background-image: url(../images/btnsp_C_on.svg);
	  background-size: contain;
  }
  .main-title img {
    width: auto;
  }
  .main-title {
    width: 100%;
    font-size: 32px;
    margin: 0 auto;
  }
  .main-title__caption {
    font-size: 24px;
  }
  .icon-star {
    margin-top: 16px;
  }
  .icon-rank, .icon-rank__sub {
    padding: 0 24px;
  }
  .oe-ranking__item .icon-rank {
    padding-top: 24px;
  }
  .oe-ranking__item .icon-rank__sub {
    padding-top: 24px;
  }
  .rank-item__text {
    padding: 0 24px;
  }
  .rank-btn__wrap {
    padding: 0 24px;
  }
  .rank-btn__wrap__other a:not(:first-child) {
    margin-left: 10px;
  }
  .media__wrapper .media:first-child {
    border-top: 1px solid #BBBBBB;
  }
  .media__inner {
    padding: 24px;
  }
  .bg-gray .oe-ranking__info {
    margin-bottom: 40px;
  }
  .oe-ranking__info {
    padding: 24px;
  }
  .oe-ranking__sublinks {
    padding-top: 24px;
  }
  .oe-ranking__sublinks .media {
    border-top: 1px solid #BBBBBB;
	  padding: 0 24px;
  }
  .tab-btn__row__bottom {
    width: auto;
    margin: 0 auto;
  }
  .tab-btn__row__bottom .tablinks.tab1,
  .tab-btn__row__bottom .tablinks.tab2,
	.tab-btn__row__bottom .tablinks.tab3{
    font-size: 20px;
    padding: 10px;
    height: 60px;
  }
  .tab-btn__row__bottom .tablinks.tab1 .tab-btn__row__bottom--text,
  .tab-btn__row__bottom .tablinks.tab2 .tab-btn__row__bottom--text,
	 .tab-btn__row__bottom .tablinks.tab3 .tab-btn__row__bottom--text{
    font-size: 14px;
  }
  .oe-ranking__info__box__content--text {
    padding-bottom: 24px;
  }
  .tab-btn__row__bottom .tablinks.tab1 {
    margin: 24px auto 28px;
  }
  .tab-btn__row__bottom.overall_ranking {
    padding: 0 24px;
  }
  .tabcontents.active .oe-ranking__sec {
    margin-top: 0;
  }
}


/* 20220217　*/
.media {
    border-top: 1px solid #BBB;
}
.media__inner {
    padding: 24px 0;
    color: #000;
}
.oe-ranking__info__box__content--text a {
  color:#000;
  text-decoration:underline;
}
.oe-ranking__info__box__content--text a:hover {
  color:#9E8048;
  text-decoration:none;
}
.manzoku {
    /* text-align: left; */
    font-size: 14px;
    color: #000;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 16px 0 0;
    line-height: 1.6;
}
.sponly {
	display: none;
}

@media screen and (max-width: 740px) {
.under6.oe-ranking__sublinks .media__img {
    width: 90px;
    height: auto;
    max-width: 100%;
    border-radius: 0;
    margin-right: 16px;
}
.under6 .icon-rank__sub {
    padding: 0;
} 
.under6 p.icon-rank__sub img {
    width: 20px;
}
.under6 .rank-item__text--heading {
    font-size: 14px;
    font-weight: normal;
	line-height: 1.6;
}
	.oe-ranking__sublinks .icon-rank__sub .text-rank {
  font-size: 16px;
}
	.oe-ranking__mv--text {
    font-size: 14px;
    line-height: 24px;
}
.manzoku {
    /* text-align: left; */
    font-size: 14px;
    color: #000;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 16px 24px 0;
    line-height: 1.6;
}
	.sponly {
	display: block;
}
}


