@charset "UTF-8";
.ranking {
  background: url(../images/bg-ranking.jpg) no-repeat center top;
  background-size: cover;
  padding: 91px 0 60px;
}
@media screen and (max-width: 550px) {
  .ranking {
    background:none;
  }
}
.ranking .container h3 {
  text-align: left;
  margin-bottom: 30px;
}
.ranking .tabs {
  position: relative;
}
.ranking .tabs .tab__logo {
  top: -60px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__logo {
    left: -32px;
    top: -57px;
    right: auto;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__logo{
    display: none;
  }
  .ranking {
    background: none;
  }
}
.ranking .tabs .tab__logo .tab__logo_none {
  display: block;
}
.ranking .tabs .tab__btns {
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__btns {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__btns {
    margin-bottom: 16px;
    border:1px solid #e2e2e2;
    display: flex;
  }
}
.ranking .tabs .tab__btns .tab__btn {
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__btns .tab__btn {
    margin: 0;
    padding:13px 4px 14px;
    flex:1;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__btns .tab__btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__btns .tab__btn:first-child:before {
    content: none;
  }
}
.ranking .tabs .tab__btns .tab__btn:after {
  background-color: #00822d;
  height: 1px;
  bottom: 0;
}
.ranking .tabs .tab__btns .tab__btn:hover span {
  color: #00822d;
}
.ranking .tabs .tab__btns .tab__btn--active {
  color: #00822d;
}
.ranking .tabs .tab__btns .tab__btn--active:after {
  bottom: 0;
}
.ranking .tabs .tab__items {
  position: relative;
}
.ranking .tabs .tab__items .tab__item {
  margin-left: 0;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  display: none;
}
.ranking .tabs .tab__items .tab__item .tabs {
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns {
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  top: 45px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns {
    display: flex;
    justify-content: center;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn {
  color: #7B7B7b;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  background: transparent;
  position: relative;
  padding: 0 0 5px;
  margin: 0 12px 10px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn {
    padding-left: 0;
    padding-right: 0;
    margin: 0 9px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn {
    text-align: left;
  }
  .ranking .tabs .tab__items .tab__item#ranking-item-2 .tabs .child_tab__btns .child_tab__btn {
    margin: 0 9px;
  }
}
@media screen and (max-width: 414px) {
  .ranking .tabs .tab__items .tab__item#ranking-item-1 .tabs .child_tab__btns .child_tab__btn,
  .ranking .tabs .tab__items .tab__item#ranking-item-2 .tabs .child_tab__btns .child_tab__btn {
    font-size: 11px;
    line-height: 18px;
    flex-basis: auto;
    padding: 0;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn {
    font-size: 12px;
    line-height: 18px;
  }
  .ranking .tabs .tab__items .tab__item#ranking-item-1 .tabs .child_tab__btns .child_tab__btn,
  .ranking .tabs .tab__items .tab__item#ranking-item-2 .tabs .child_tab__btns .child_tab__btn {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .ranking .tabs .tab__items .tab__item#ranking-item-1 .tabs .child_tab__btns .child_tab__btn {
    font-size: 10px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn:hover, .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn.tab__btn--active.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn:hover, .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn.tab__btn--active {
  color: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn span:hover::after, .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn.tab__btn--active span::after {
  opacity: 1;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn::after {
  content: "";
  background-color: #b4a073;
  height: 1px;
  left: 0;
  width: 100%;
  opacity: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  position: absolute;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn span::after {
  content: "";
  background-color: #b4a073;
  height: 1px;
  left: 0;
  width: 100%;
  opacity: 0;
  bottom: -5px;
  transition: all ease-in-out 0.3s;
  position: absolute;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn span {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
}

.ranking .tabs .tab__items .tab__item.mercedes .tabs .child_tab__btns button:not(.tab__btn--active) {
  color:#b8b8b8;

}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn br {
  display: none;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn br {
    display: block;
    text-align: left;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items {
  position: unset;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item {
  background: #fff;
  display: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer {
  position: absolute;
  bottom: 22px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer.logo-footer2 {
  bottom: 36px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer.logo-footer2 .logo-footer-pc {
  max-width: 520px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer {
    position: unset;
    margin: 12px auto 0;
    max-width: 483px;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer.logo-footer2 img.logo-footer-sp {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer {
    max-width: 212px;
    margin-top: 38px;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer.logo-footer2 {
    max-width: 296px;
    margin-top: 39px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer img {
  height: 62px;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer img {
    height: auto;
    max-width: 375px;
    width: 100%;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer .logo-footer-pc {
  display: block;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer .logo-footer-pc {
    display: none;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer .logo-footer-sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .logo-footer .logo-footer-sp {
    display: block;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .link-more {
  bottom: 29px;
  right: 54px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .link-more {
    bottom: 38px;
    right: 16px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item .link-more {
    position: unset;
    margin-bottom: 20px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black {
  background-color: #000;
  background-image: url("../images/ranking-bg.png");
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black table tr td a p {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .author a:hover .title {
  color: #b4a073;
  border-color: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .author .title {
  color: #fff;
  border-color: #fff;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .author .link {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .author .link {
    display: none;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .title, .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .large-number {
  color: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .large-number {
  font-size: 50px;
  word-spacing: -10px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .large-number {
    padding-bottom: 0;
    margin-top: 28px;
    font-size: 42px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item#item-1-2 .logo .large-number{
  font-size: 36px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item#item-1-3 .logo .large-number{
  font-size: 52px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .large-number span{
  font-family: "JLPGA-Regular";
  font-size: 25px;
  font-weight: 400;
  color: #878787;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td {
  color: #ffffff;
  line-height: 1;
  padding-bottom: 15px;
  padding-top: 19px;
}
@media screen and (max-width: 1024px){
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td{
    padding-top: 11px!important;
    padding-bottom: 11px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr:first-child td{
  padding-top: 0;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr:last-child td{
  padding-bottom: 0;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr:last-child td{
    padding-bottom: 15px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td:nth-of-type(1) {
  color: #878787;
  line-height: 1;
}
@media screen and (max-width: 550px){
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td:nth-of-type(1) {
    padding-left: 18px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td:nth-of-type(1) span{
  background: linear-gradient(180deg, #9B8A5F 0%, #9B8A5F 15%, #E4D4A9 50%, #9B8A5F 85%, #9B8A5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td:nth-of-type(1) p:first-child, .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td:nth-of-type(3) p:first-child {
  color: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td:nth-of-type(3n) p:first-child{
  color: #878787;
  font-size: 24px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td img {
  transition: all ease-in-out 0.3s;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .list-author table tr td a:hover p {
  color: #b4a073;
  border-color: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more{
  font-size: 15px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more{
    right: 30px;
    bottom: 75px;
  }
}
@media screen and (max-width: 620px){
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more{
    margin-top: 10px;
  } 
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more a {
  color: #fff;
  background-image: url("../images/link-icon-02.png");
  background-size: contain;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more-en a {
  color: #fff;
  background-image: url("../images/icon-for-title-white.png");
  background-size: contain;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more a:hover {
  color: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more-left{
  right: 306px
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more-left{
    right: 30px;
    bottom: 25px;
  }
}
@media screen and (max-width: 620px){
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more-left{
    right: 240px;
  } 
}
@media screen and (max-width: 620px){
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more-left{
    margin-top: 0;
  } 
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .link-more-left a{
  background-image: url("../images/link-icon-01.png");
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .large-number {
    padding-bottom: 8px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .large-number {
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .large-number {
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .large-number {
    font-size: 24px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .large-number:after {
  background: #b4a073;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .tab__item--active {
  display: none;
}
.ranking .tabs .tab__items .tab__item .tabs .honder-bar {
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  width: auto;
  text-align: center;
  height: 36px;
  line-height: 36px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  text-align: center;
  color: #fff;
  z-index: 99;
  font-family: "JLPGA-Regular";
  letter-spacing: 1px;
  font-size: 24px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author {
  width: 100%;
  max-width: 240px;
  text-align: center;
  padding-top: 4px;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author {
    width: 135px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author {
    max-width: 40%;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author a:hover img {
  opacity: 0.6;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author a:hover .title {
  color: #00822d;
  border-color: #00822d;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author img {
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author img {
    width: 135px;
    height: 135px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author img {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author .title {
  font-size: 24px;
  color: #333333;
  margin-top: 13px;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #333;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author .title {
    font-size: 16px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author .title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author .link {
    display: none;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .author .link a:hover {
  opacity: 0.6;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo {
  width: 100%;
  max-width: 316px;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo {
    max-width: 283px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo {
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo {
    width: 60%;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .title {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .title {
    font-size: 11px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number {
  font-size: 98px;
  font-family: "JLPGA-Regular";
  position: relative;
  margin-bottom: 6px;
  padding-left: 5px;
  color: #b4a073;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number {
    font-size: 54px;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number {
    margin-top: -7px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number {
    font-size: 40px;
    line-height: 1.6;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number::after {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  background: #b4a073;
  left: 50%;
  margin-left: -40px;
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number::after {
    width: 50px;
    margin-left: -29px;
    bottom: 14px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number span {
  font-size: 29px;
  font-weight: bold;
  margin-left: 11px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number span {
    font-size: 16px;
    position: relative;
    right: 6px;
    top: -2px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .number span {
    font-size: 30px !important;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number {
  font-size: 48px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 3px;
  padding-left: 12px;
  position: relative;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number {
    font-size: 24px;
    letter-spacing: 1.5px;
    padding-left: 0;
    display: inline-block;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number::after {
  content: "";
  width: 268px;
  height: 6px;
  position: absolute;
  background: #00822d;
  left: 50%;
  margin-left: -135px;
  bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number::after {
    width: 100%;
    margin-left: 0;
    height: 4px;
    left: 0;
    bottom: 2px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__item.ranking-black .logo .large-number::after{
  bottom: -3px;
  margin: auto;
  right: 0;
  left: -2px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__item.ranking-black .logo .large-number::after{
    left: 0;
    width: 100%;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__item#item-1-2 .logo .large-number::after,
.ranking .tabs .tab__items .tab__item .tabs .child_tab__item#item-2-1 .logo .large-number::after,
.ranking .tabs .tab__items .tab__item .tabs .child_tab__item#item-2-2 .logo .large-number::after{
  bottom: -5px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__item#item-1-3 .logo .large-number::after{
  bottom: -2px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number span {
  font-size: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number span {
    font-size: 16px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number-2 {
  font-size: 44px;
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number-2 {
    font-size: 24px;
    width: auto;
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number-2 span {
    font-size: 16px;
    position: relative;
    left: -6px;
    top: -1px;
  }
}
.ranking .tabs .tab__items .tab__item#ranking-item-2 .tabs .child_tab__items #item-2-1 .logo .large-number-2 {
  font-size: 32px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo p.link {
  margin-top: 18px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author {
  border-left: 1px solid #B4A073;
  width: calc(100% - 502px);
  padding-left: 57px;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author {
    width: 100%;
    max-width: 483px;
    padding-left: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 21px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table {
    margin-bottom: 10px;
    border-bottom:1px solid #B4A073;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author{
    border-top:1px solid #B4A073;
    margin-top:20px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr {
  border-bottom: 1px solid #46433b;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr:last-child {
  border: 0;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td {
  color: #333;
  font-size: 24px;
  font-family: "JLPGA-Regular";
  font-weight: bold;
  padding-bottom: 15px !important;
  padding-top: 19px !important;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr:first-child td {
  padding-top: 0 !important;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr:first-child td {
    padding-top: 11px !important;
  }
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td {
    padding: 12px 0;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr{
    border-bottom: 1px solid #B4A073;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td img {
    width: 69px;
    height: 69px;
    margin-right: 0;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td span {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td span {
    font-size: 32px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a {
  font-weight: bold;
  color: #333333;
  font-size: 15px;
  display: block;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a p {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a:hover img {
  opacity: 0.6;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a:hover p {
  color: #00822d;
  border-color: #00822d;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a p, .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a img {
  transition: all ease-in-out 0.3s;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td a img {
  border-radius: 50%;
  border: 1px solid #c2c2c2;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) {
  width: 74px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) {
    width: 44px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) {
    width: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) {
    width: 36px;
    font-size: 12px;
    vertical-align: top;
    padding-left: 18px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) {
    width: 30px;
    font-size: 16px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) span {
  margin-right: 10px;
}
@media screen and (max-width: 1200px){
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) span {
    margin-right: 2px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) span {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) span {
    font-size: 32px;
    line-height: 1;
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(1) span {
    font-size: 30px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) {
  font-size: 18px;
  font-weight: normal;
  padding-right: 0;
  width: 62px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) {
    width: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) {
    font-size: 55px;
    width:77px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) {
    font-size: 12px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) b {
  position: relative;
  letter-spacing: 1.2px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(2n) b::after {
  content: "";
  height: 1px;
  bottom: -9px;
  left: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) {
    font-size: 13px;
    font-weight: normal;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) a {
    display: block;
    text-align: center;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p {
  display: block;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child {
  font-size: 24px;
  font-family: "JLPGA-Regular";
  border: none !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child {
    font-size: 12px !important;
    width: 100%;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child span {
  font-size: 24px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child span {
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child span {
    font-size: 24px !important;
    line-height: 1;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:nth-child(2) {
  font-size: 16px;
  margin-top: 9px;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:nth-child(2) {
    font-size: 14px;
    max-width: 132px;
    margin: 7px auto 0;
    padding-bottom: 5px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) span {
  font-size: 32px;
  margin-right: 4px;
}
@media screen and (max-width: 1200px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) span {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) span {
    font-size: 15px;
  }
}
.ranking .tabs .tab__items #ranking-item-1 {
  border-left: 34px solid #96be00;
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items #ranking-item-1 {
    border-left: 32px solid #96be00;
  }
}
.ranking .tabs .tab__items #ranking-item-1.mercedes {
  border-color: #b4a073;
}
.ranking .tabs .tab__items #ranking-item-2 {
  border-left: 34px solid #69afcd;
}
.ranking .tabs .tab__items #ranking-item-2 .tabs .honder-bar {
  top: calc(50% - 92px);
}
.ranking .tabs .tab__items .tab__item--active {
  display: block;
}
.ranking .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active {
  display: block !important;
  min-height: 512px;
  padding: 83px 60px 60px 45px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .ranking .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ranking .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 90px;
    padding-top: 115px;
  }
}
@media screen and (max-width: 550px) {
  .ranking .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active {
    padding-bottom: 43px;
  }
  .ranking .tabs .tab__items{
    margin:0 -12px;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black{
    border-radius: 0 6px 6px 0;
  }
  .ranking .tabs .tab__btns .tab__btn:after{
    height: 0;
  }
  .ranking .tabs .tab__btns .tab__btn:first-child{
    border-right:1px solid #e2e2e2;
  }
  .ranking .tabs .tab__btns .tab__btn--active{
    background: #F1F2F1;
  }
  .ranking.sp-tab-content-active .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active{
    border-radius: 0 6px 6px 0;
  }
}
@media screen and (max-width: 374px) {
  .ranking .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.tab__item .content.ranking-pc{
  align-items: flex-start;
}
.tab__item .content.ranking-sp{
  display: none;
}
@media screen and (max-width: 550px) {
  .tab__item .content.ranking-pc{
    display: none;
  }
  .tab__item .content.ranking-sp{
    display: flex;
    white-space: nowrap;
  }
  .ranking .tabs .tab__items .tab__item--active .child_tab__items .tab__item--active{
    padding-top: 46px;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns{
    padding:0 16px;
    gap:12px;
    top: 34px;
  }
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns .child_tab__btn{
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__btns{
    gap:4px;
  }

}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td img{
  margin-right: 0;
}

.bg-img{
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child span{
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:374px) {
  .ranking .tabs .tab__items .tab__item .tabs .child_tab__items .list-author table tr td:nth-of-type(3n) p:first-child span{
    font-size: 26px;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__item.ranking-black .list-author table tr td:nth-of-type(3n) p:first-child span{
  color: #b4a073;
  font-size: 28px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .number span.number-gradation{
  background: linear-gradient(180deg, #9B8A5F 0%, #9B8A5F 15%, #E4D4A9 50%, #9B8A5F 85%, #9B8A5F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 94px;
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .child_tab__item.ranking-black .logo .number span{
  color: #878787;
}

@media screen and (max-width:550px) {
  .ranking .hide-sp{
    display: none;
  }
}
.ranking .tabs .tab__items .tab__item .tabs .child_tab__items .logo .large-number{
  padding-left: 0;
  display: inline-block;
}
/*# sourceMappingURL=ranking.css.map */