p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.pc-none {
    display: none;
  }

@media (max-width: 1199px) {
    .sp-none {
      display: none;
    }

    .pc-none {
      display: block;
    }
  }


.time-pc-none {
    padding-inline: 5%;
}
.tabs {
  display: flex;
  /* margin-bottom: 20px; */
}

@media (max-width: 1199px) {
  .racerlist-pd {
    width: 97%;
    margin: 0 auto;
}
.tabs {
  /* margin-bottom: 10px; */
}
}


@media (max-width: 797px) {
  .racerlist-pd {
    /* padding-inline: 0; */
}
}

.tab {
  padding: 6px 0;
  cursor: pointer;
  background-color: #000;
  margin-right: 1px;
  /* border-radius: 5px 5px 0 0; */
  flex: 1;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.tab:hover {
  opacity: .7;
}

.tab.m-none {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 2.8vw;
    font-weight: 500;
  }
}

.tab.active {
  /* background-color: #00bcd4;
  color: #fff678; */
}

.tab1-header,
.tab2-header,
.tab3-header,
.tab4-header {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  padding-top: 5px;
  border-top: 1px solid #fff;
 
}

@media (max-width: 1199px) {
  .tab1-header,
  .tab2-header,
  .tab3-header,
  .tab4-header {
  font-size: 4.6vw;
}
}

.tab1-header span {
  color: red;
}
.tab2-header span {
  /* color: red; */
}

.tab3-header,
.tab4-header {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .tab3-header,
  .tab4-header {
  margin-bottom: 1.2vw;
  padding-top: 1.2vw;
}
}

.tab3-header span {
  /* color: red; */
}
.tab4-header span {
  /* color: red; */
}

.tab-content {
  display: none;
  /* padding: 15px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  /* background: #f9f9f9; */
}

.tab-content.active {
  display: block;
}

/* .tab1-box-flex {
  display: flex;
  justify-content: space-between;
} */

/* .tab1-flex1,
.tab1-flex2,
.tab1-flex3 {
  display: flex;
  justify-content: space-around;
  flex: 1;
} */

.tab1-box {
  border-top: 1px solid #fff;
  background-color: #FEF2F5;
  /* border-left: 1px solid #FEF2F5; */
  /* border-right: 1px solid #FEF2F5; */
}
.tab1-box-sp {
  border-top: 1px solid #fff;
  /* border-left: 1px solid #000; */
  /* border-right: 1px solid #000; */
  background-color: #FEF2F5;
}

.tab1-box-flex {
  border-bottom: 1px solid #fff;
  padding-block: 5px;
  display: flex;
  gap: 9px;
  letter-spacing: 0.05em;
  font-size: 18.5px;
  justify-content: center;
  align-items: center;
  color: #3C3C3C;
  font-weight: 500;
}
.tab1-box-flex-sp {
  border-bottom: 1px solid #fff;
  padding-block: 1vw;
  display: flex;
  letter-spacing: 0.05em;
  color: #3C3C3C;
}


.tab1-box-flex:nth-child(odd) {
    background-color: #FFE4EA; 
}
.tab1-box-flex-sp:nth-child(odd) {
    background-color: #FFE4EA; 
}
.tab2-box-flex:nth-child(odd) {
    background-color: #D4F1F8; 
}
.tab2-box-flex-sp:nth-child(odd) {
    background-color: #eee; 
}
.tab3-box-flex:nth-child(odd) {
    background-color: #fcf6c1; 
}
.tab3-box-flex-sp:nth-child(odd) {
    background-color: #eee; 
}
.tab4-box-flex:nth-child(odd) {
    background-color: #FCE7F3; 
}
.tab4-box-flex-sp:nth-child(odd) {
    background-color: #eee; 
}



.tab1-player_number {
  font-weight: 700;
  font-size: 19px;
}
.tab1-player_number-sp {
  font-weight: 500;
  font-size: 2.4vw;
  padding-right: 1vw;
}
.tab1-player_name {
  font-weight: 700;
  font-size: 25px;
  width: 143px;
}
.tab1-player_name-sp {
  font-weight: 900;
  font-size: 3.3vw;
  margin: 0;
  /* padding-right: 1vw; */
}
.tab1-city_rank {
  font-weight: 700;
  font-size: 19px;
}
.tab1-city_rank-sp {
  font-weight: 500;
  font-size: 2.4vw;
}
.tab1-zen-title {
  font-weight: 700;
  font-size: 20px;
}
.tab1-zen-title-sp {

}

.tab2-box {
  border-top: 1px solid #fff;
  /* border-left: 2px solid #fff;
  border-right: 2px solid #fff; */
  background-color: #EFFCFF;
}
.tab3-box {
  border-top: 1px solid #fff;
  /* border-left: 2px solid #fff;
  border-right: 2px solid #fff; */
  background-color: #FEFBE9;
}
.tab4-box {
  border-top: 1px solid #fff;
  /* border-left: 2px solid #fff;
  border-right: 2px solid #fff; */
  background-color: #FFF8FC;
}

.tab2-box-flex {
  display: flex;
  border-bottom: 1px solid #fff;
}
.tab3-box-flex {
  display: flex;
  border-bottom: 1px solid #fff;
}
.tab4-box-flex {
  display: flex;
  border-bottom: 1px solid #fff;
}

.tab2-box-sibu {
  width: 6%;
  /* writing-mode: vertical-rl; */
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #3C3C3C;
}

.tab2-box-sibu span{
  width: 30px;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .tab2-box-sibu {
    font-size: 4vw;
    width: 10%;
    letter-spacing: 0.3em;
  }
  .tab2-box-sibu span{
  width: 4vw;
  line-height: 1.6;
}
}
.tab3-box-sibu {
  width: 6%;
  /* writing-mode: vertical-rl; */
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #3C3C3C;
}

.tab3-box-sibu span{
  width: 30px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
    .tab3-box-sibu {
        font-size: 4vw;
        width: 10%;
        letter-spacing: 0.3em;
    }

    .tab3-box-sibu span{
      width: 4vw;
      line-height: 1.6;
}
}

.tab4-box-sibu {
  width: 5%;
  writing-mode: vertical-rl;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.tab2-box-img {
  width: 12%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .tab2-box-img {
    width: 20%;
  }
}
.tab3-box-img {
  width: 12%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
    .tab3-box-img {
        width: 20%;
    }
}

.tab4-box-img {
  width: 18%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
    .tab4-box-img {
        width: 20%;
    }
}

.tab2-box-img img {
  width: 100%;
} 


.tab3-box-img img {
  width: 100%;
} 
.tab4-box-img img {
  width: 100%;
} 

.tab2-box-txt {
  width: 82%;
  color: #3C3C3C;
}

@media (max-width: 1199px) {
  .tab2-box-txt {
    width: 70%;
  }
}

.tab3-box-txt {
  width: 82%;
  color: #3C3C3C;
}
.tab4-box-txt {
  width: 82%;
  color: #3C3C3C;
}

@media (max-width: 1199px) {
    .tab4-box-txt {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .tab3-box-txt {
        width: 70%;
    }
}
.tab2-txt-top {
  margin: 0 15px 0 15px;
  padding: 0 10px 0 10px;
  border-bottom: 3px solid #ACE2EE;
}

@media (max-width: 1199px) {
  .tab2-txt-top {
    border-bottom: 2px solid #ACE2EE;
  }
}

.tab2-box-flex:nth-child(odd) .tab2-txt-top {
  border-bottom: 3px solid #86D3E5;
}

@media (max-width: 1199px) {
  .tab2-box-flex:nth-child(odd) .tab2-txt-top {
    border-bottom: 2px solid #86D3E5;
  }
}

.tab2-txt-top span:first-of-type { 
  font-size: 19px;
  font-weight: 700;
 }

 @media (max-width: 1199px) {
  .tab2-txt-top span:first-of-type {
    font-size: 3.6vw;
    font-weight: 500;
  }
 }
.tab2-txt-top span:nth-of-type(2) {
  font-size: 25px;
  font-weight: 900;
  padding-left: 10px;
} 

@media (max-width: 1199px) {
  .tab2-txt-top span:nth-of-type(2) {
    font-size: 4.3vw;
    padding-left: 3.6vw;
  }
}

.tab2-txt-top span:nth-of-type(3) {
  font-size: 19px;
  font-weight: 700;
  padding-left: 10px;
} 

@media (max-width: 1199px) {
  .tab2-txt-top span:nth-of-type(3) {
    font-size: 3.6vw;
    padding-left: 3.6vw;
    font-weight: 500;
  }
}

@media (max-width: 1199px) {
  .tab2-txt-top {
    font-size: 3vw;
    margin: 0 1vw 0 1vw;
    padding: 0 1vw 0 1vw;
    line-height: 1.8;
    text-align: center;
  }
}

.tab3-txt-top {
  margin: 0 15px 0 15px;
  padding: 0 10px 0 10px;
  border-bottom: 3px solid #FFDB5F;
  line-height: 2;
}

@media (max-width: 1199px) {
  .tab3-txt-top {
    border-bottom: 2px solid #FFDB5F;
  }
}

.tab3-box-flex:nth-child(odd) .tab3-txt-top{
  border-bottom: 3px solid #FFD13A;
}

@media (max-width: 1199px) {
  .tab3-box-flex:nth-child(odd) .tab3-txt-top{
  border-bottom: 2px solid #FFD13A;
}
}

 

@media (max-width: 1199px) {
    .tab3-txt-top {
        font-size: 3vw;
        margin: 0 1vw 0 1vw;
        padding: 0 1vw 0 1vw;
        line-height: 2;
        text-align: center;
    }
}

.tab3-txt-top span:first-of-type { 
  font-size: 19px;
  font-weight: 700;
 }

 
@media (max-width: 1199px) {
  .tab3-txt-top span:first-of-type {
    font-size: 3.6vw;
    font-weight: 500;
  }
}

.tab3-txt-top span:nth-of-type(2) {
  font-size: 25px;
  font-weight: 900;
  padding-left: 10px;
} 

@media (max-width: 1199px) {
  .tab3-txt-top span:nth-of-type(2)  {
    font-size: 4.3vw;
    padding-left: 3vw;
  }
}

.tab3-txt-top span:nth-of-type(3) {
  font-size: 19px;
  font-weight: 700;
  padding-left: 10px;
} 

@media (max-width: 1199px) {
  .tab3-txt-top span:nth-of-type(3) {
    font-size: 3.6vw;
    padding-left: 3vw;
    font-weight: 500;
  }
}

.tab4-txt-top {
  margin: 0 15px 0 15px;
  padding: 0 10px 0 10px;
  border-bottom: 3px solid  #EAB9DA;
  line-height: 2;
}

.tab4-box-flex:nth-child(odd) .tab4-txt-top {
  border-bottom: 3px solid #E5AAD2 ;
}


@media (max-width: 1199px) {
  .tab4-box-flex:nth-child(odd) .tab4-txt-top {
  border-bottom: 2px solid #E5AAD2 ;
}
}

@media (max-width: 1199px) {
    .tab4-txt-top {
        font-size: 3vw;
        margin: 0 1vw 0 1vw;
        padding: 0 1vw 0 1vw;
        line-height: 2;
        text-align: center;
        border-bottom: 2px solid  #EAB9DA;
    }
}

.tab4-txt-top span:first-of-type { 
  font-size: 19px;
  font-weight: 700;
 }

 @media (max-width: 1199px) {
  .tab4-txt-top span:first-of-type {
    font-size: 3.6vw;
    font-weight: 500;
  }
 }

.tab4-txt-top span:nth-of-type(2) {
  font-size: 25px;
  font-weight: 900;
  padding-left: 10px;
} 

@media (max-width: 1199px) {
  .tab4-txt-top span:nth-of-type(2) {
    font-size: 4.3vw;
    padding-left: 3vw;
  }
}

.tab4-txt-top span:nth-of-type(3) {
  font-size: 19px;
  font-weight: 700;
  padding-left: 10px;
} 

@media (max-width: 1199px) {
  .tab4-txt-top span:nth-of-type(3) {
    font-size: 3.6vw;
    padding-left: 3vw;
    font-weight: 500;
  }
}

.tab2-txt-center {
  margin: 0 15px 0 15px;
  padding: 0 10px 0 10px;
  border-bottom: 3px solid #ACE2EE;
  line-height: 1.9;
}

.tab2-box-flex:nth-child(odd) .tab2-txt-center {
  border-bottom: 3px solid #86D3E5;
}

@media (max-width: 1199px) {
  .tab2-box-flex:nth-child(odd) .tab2-txt-center {
  border-bottom: 2px solid #86D3E5;
}

}

.tab2-txt-center span:first-of-type { 
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 500;
 }

 @media (max-width: 1199px) {
    .tab2-txt-center span:first-of-type  {
      font-size: 3.2vw;
    }
 }

.tab2-txt-center span:nth-of-type(2) {
  font-size: 21px;
  padding-left: 15px;
  font-weight: 500;
} 
@media (max-width: 1199px) {
  .tab2-txt-center span:nth-of-type(2) {
    font-size: 3.2vw;
  }
}

.tab2-txt-center span:nth-of-type(3) {
  font-size: 21px;
  padding-left: 15px;
  letter-spacing: 0.07em;
  font-weight: 700;
} 

@media (max-width: 1199px) {
  .tab2-txt-center span:nth-of-type(3) {
    font-size: 3.2vw;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .tab2-txt-center  {
    font-size: 3vw;
    margin: 0 1vw 0 1vw;
    padding: 1vw 1vw 1vw 9vw;
    line-height: 1.4;
    border-bottom: 2px solid #ACE2EE;
  }
}

.tab2-txt-bottom {
  margin: 0 15px 0 15px;
  padding: 9px 10px 0 10px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .tab2-txt-bottom {
    font-size: 3vw;
    margin: 0 1vw 0 1vw;
    padding: 1vw 1vw 0 1vw;
  }

  .tab4-space-sp-none {
    display:none;
  }
}

.tab3-txt-bottom {
  margin: 0 15px 0 15px;
  padding: 5px 10px 0 10px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1199px) {
    .tab3-txt-bottom {
        font-size: 3vw;
        margin: 0 1vw 0 1vw;
        padding: 1vw 1vw 0 1vw;
        line-height: 1.4;
    }
}

.tab4-txt-bottom {
  margin: 0 15px 0 15px;
  padding: 7px 10px 0 10px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1199px) {
    .tab4-txt-bottom {
        font-size: 3vw;
        margin: 0 1vw 0 1vw;
        padding: 2vw 1vw 0 1vw;
        line-height: 1.4;
    }
}

.tab1-box-flex_top-sp {
  border-bottom: 1px solid #FEA9B5;
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 6px;
}

.tab1-box-flex_bottom-sp {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 6px;
}

.tab1-box-flex_rigth-sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 78%;
}

.tab1-tihou-title-sp,
.tab1-ihou_winrate-sp,
.tab1-tihou_2ren-sp,
.tab1-tihou_entry-sp,
.tab1-zen-title-sp,
.tab1-zen_winrate-sp,
.tab1-zen_2ren-sp,
.tab1-zen_entry-sp {
  border-left: 1px solid #FEA9B5;
  font-size: 2.7vw;
  /* padding-inline: 2.6vw; */
  /* text-align: center; */
  padding-left: 2.2vw;
  box-sizing: border-box;
}

.tab1-zen-title-sp,
.tab1-tihou-title-sp {
  width: 14%;
  font-weight: 700;
}

.tab1-zen_winrate-sp,
.tab1-ihou_winrate-sp {
  width: 24%;
}

.tab1-zen_2ren-sp,
.tab1-tihou_2ren-sp {
  width: 29%;
}

.tab1-zen_entry-sp,
.tab1-tihou_entry-sp {
  width: 33%;
}

@media (max-width: 768px) {
.tab1-tihou-title-sp,
.tab1-ihou_winrate-sp,
.tab1-tihou_2ren-sp,
.tab1-tihou_entry-sp,
.tab1-zen-title-sp,
.tab1-zen_winrate-sp,
.tab1-zen_2ren-sp,
.tab1-zen_entry-sp {
  /* padding-inline: 2vw; */
}
}
@media (max-width: 420px) {
.tab1-tihou-title-sp,
.tab1-ihou_winrate-sp,
.tab1-tihou_2ren-sp,
.tab1-tihou_entry-sp,
.tab1-zen-title-sp,
.tab1-zen_winrate-sp,
.tab1-zen_2ren-sp,
.tab1-zen_entry-sp {
  /* padding-inline: 1vw; */
  padding-left: 1.8vw;
  font-size: 2.9vw;
}
}

.tab1-box-flex_left-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22%;
}

.tab1-player_box-sp {
  margin: 0;
  font-size: 2vw;
  font-weight: 700;
}

.tab1-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 1199px) {
  .tab1-text {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
.tab2-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
}

@media (max-width: 1199px) {
  .tab2-text {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}

.tab2-text-bottom {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  color: #fff;
}

@media (max-width: 1199px) {
  .tab2-text-bottom {
    font-size: 2.9vw;
    margin-bottom: 2vw;
  }
}
/* @media (max-width: 1199px) {
  .page-inner {
    padding: 5% 2% 3%;
  }
} */
.page-inner {
    padding: 2% 0 3% 0;
    margin: 0 auto 50px;
}

.tab1-tihou-title {
  font-size: 20px;
  font-weight: 700;
  
}

.tab1-tihou-title,
.tab1-ihou_winrate,
.tab1-tihou_2ren,
.tab1-tihou_entry,
.tab1-tihou_none {
  /* color: #ff0000; */
}


.tab1-tihou_none {
  width: 360px;
}

.tab1-tihou_entry {
  width: 120px;
}

.tab1-tihou_2ren {
  width: 123px;
}
.tab1-zen_entry {
  width: 130px;
}

.tab1-tihou_none-sp {
    border-left: 1px solid #FEA9B5;
    font-size: 2.7vw;
    /* padding-inline: 2.6vw; */
    padding-left: 2.2vw;
    width: 86%;
    box-sizing: border-box;
}

@media (max-width: 420px) {
  .tab1-tihou_none-sp {
    padding-left: 1.8vw;
    font-size: 2.9vw;
  }
}

.racerlist-pd {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tab-tab1 {
  background-color: #FEA9B5;
}

.tab-tab2 {
  background-color: #86D3E5;
}

.tab-tab3 {
  background-color: #FFD13A;
}

.tab-tab4 {
  background-color: #E5AAD2;
}

#tab1 {
  background-color: #FEA9B5;
}
#tab2 {
  background-color: #86D3E5;
}
#tab3 {
  background-color: #FFD13A;
}
#tab4 {
  background-color: #E5AAD2;
}

.tihou-color {
  color: #FEA9B5;
}