.tab-g1race + .content::before {
  content:"";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(#374151,rgba(0, 0, 0 ,0));
  z-index: 0;
}
.tab-g1race +.content::after {
  content:"";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(rgba(0, 0, 0 ,0), #374151);
  z-index: -1;
}

.tab-g1race {
  background-image: url(../../img/bg_noise.png);
  background-color: #837100;
}

.tab-nav,
.tab-nav-girls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1100px;
  margin:0 auto;
  padding: 0;
}
.tab-nav li, .tab-nav-girls li {
  width: 33.33333333%;
  height: 6em;
  text-align: center;
  border-right: solid 2px #837100;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  border-top: solid 2px #837100;
}
.tab-nav li:first-child, .tab-nav-girls li:first-child {
  border-left: solid 2px #837100;
}
.tab-nav-girls{
  border-bottom: solid 2px #837100;
}
@media (min-width: 768px) {
  .tab-nav li {
   width: 16.66666667%
  }
  .tab-nav li, .tab-nav-girls li {
    font-size: 16px;
  }
}
.tab-nav li a, .tab-nav-girls li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 2px;
  line-height: 1.2;
  background-color: #F9FAFB;
}

.tab-nav li a{
  color: #ae9600;
}
.tab-nav a:hover,
.tab-nav a:focus,
.body-g1race01 .tab-nav01 a,
.body-g1race02 .tab-nav02 a,
.body-g1race03 .tab-nav03 a,
.body-g1race04 .tab-nav04 a,
.body-g1race05 .tab-nav05 a,
.body-g1race06 .tab-nav06 a {
  background-color: #ae9600;
  color: #fff;
  text-decoration: none;
}
.tab-nav-girls li a{
  color:#bb095d
}
.tab-nav-girls a:hover,
.tab-nav-girls a:focus,
.body-g1race-girls01 .tab-nav-girls01 a,
.body-g1race-girls02 .tab-nav-girls02 a,
.body-g1race-girls03 .tab-nav-girls03 a {
  background-color: #bb095d;
  color: #fff;
  text-decoration: none;
}

.tab-nav .comingsoon a,
.tab-nav .comingsoon a:hover,
.tab-nav .comingsoon a:focus,
.tab-nav-girls .comingsoon a,
.tab-nav-girls .comingsoon a:hover,
.tab-nav-girls .comingsoon a:focus {
  pointer-events:none!important;
  color: #D4D4D8!important;
  background-color: #E4E4E7!important;
}

/*ヒーローイメージ*/
.g1race-hero {
  display: flex;
  margin-bottom: 24px;
  text-align: center;
  flex-direction: column;
}
.g1race-hero .data-winner {
    background-image: url(../../img/bg_noise.png);
  background-color: #D1D5DB;
  color: #000;
  padding: 2.5rem 1rem;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1;
}
.g1race-hero .cup {
  font-size: 2.4rem;
  line-height: 1.5;
}
.g1race-hero .hero-title {
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 4.8rem;
  font-weight:bold;
}
.g1race-hero .hero-title span{
  background: linear-gradient(90deg,#837100 0%,#ae9600 25%,#837100 100%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g1race-hero .bar {
  display: block;
  margin: 2.5rem auto;
  width: 3.4rem;
  height: 2px;
  background-image: linear-gradient(90deg,#eddc7e,#ae9600);
}
.g1race-hero .name {
  font-size: 2.8rem;
  line-height: 1;
}
.g1race-hero .pro {
  padding-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1;
  color: #4B5563;
}
.g1race-hero .data-day {
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #c7000a;
  color: #fff;
}
.g1race-hero .data-day.girls {
  background-color: #bb095d;
}
@media (max-width: 767px) {
  .g1race-hero .data-day {
    order: 1;
  }
  .g1race-hero .img {
    order: 2;
  }
}

@media (min-width: 768px) {
  .g1race-hero {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .g1race-hero .data-winner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
  }
  .g1race-hero .img {
    width: 65%;
  }
  .g1race-hero .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:100% 100%; /* 2023/10/11追加 */
  }
  .g1race-hero .data-day {
    width: 100%;
  }
}

/*回顧記事見出し*/
.title-post {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  font-size: 28px;
}
.title-post::after {
  content: "";
  display: block;
  margin: 2rem auto;
  width: 8rem;
  height: 4px;
  background-image: linear-gradient(90deg,#eddc7e,#ae9600);
}
/* 情報提供元情報 */
.text-informant {
  text-align: right;
  margin-bottom: 56px;
}

.title-category {
  margin-top: 56px;
  margin-bottom: 24px;
  border-bottom: solid 2px #9CA3AF;
  font-weight: bold;
  font-size: 24px;
}
.title-category span {
  display: block;
  padding: 8px;
}
.title-category a {
  position: relative;
  display: block;
  padding: 8px;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.title-category a:hover {
  background-color: rgba(255,255,255,0.2);
}
.title-category a::after {
  content:"";
  position: absolute;
  display:block;
top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #ae9600;
  border-right: 3px solid #ae9600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.title-category a[target="_blank"]:after {
  border-top:0;
  border-right: 0;
  transform: none;
}*/

.title-sub{
  position: relative;
  margin-bottom: 16px;
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.title-sub::before {
  content: "";
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  height: 16px;
  background-color:#ae9600;
}
.body-post {
  padding: 32px 0;
}
.body-post p {
  line-height: 1.8;
}

/*結果テーブル*/
.table-result {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #D1D5DB;
  border-left: 1px solid #D1D5DB;
  font-weight: bold;
  text-align: center;
}
.table-result th {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #D1D5DB;
  border-bottom: 1px solid #D1D5DB;
  text-align: center;
  white-space: nowrap;
  padding: 16px 4px;
  line-height: 1;
  color: #27272A;
  background-color: #F3F4F6;
}
.table-result td {
  border-top: 0;
  border-left: 0;
  padding: 16px 4px;
  border-right: 1px solid #D1D5DB;
  border-bottom: 1px solid #D1D5DB;
  text-align: center;
  white-space: nowrap;
  background-color: #F9FAFB;
  color: #27272A;
}

.icon-racer-num {
  margin: 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.table-result a {
  color: #337ab7;
  text-decoration: none;
}

.table-result a:focus, .table-result a:hover {
  color: #23527c;
  text-decoration: underline
}

.racer-num-1{
  border: solid 1px #27272A;
  background-color: #FAFAFA;
  color: #27272A;
}
.racer-num-2{
  background-color: #27272A;
  color: #fafafa;
}
.racer-num-1{
  background-color: #FAFAFA;
  color: #27272A;
}
.racer-num-3{
  background-color: #E61717;
  color: #fafafa;
}
.racer-num-4{
  background-color: #0066CC;
  color: #fafafa;
}
.racer-num-5{
  background-color: #F0C518;
  color: #27272A;
}
.racer-num-6{
  background-color: #228900;
  color: #fafafa;
}
.racer-num-7{
  background-color: #FF9500;
    color: #27272A;
}
.racer-num-8{
  background-color: #F28ABD;
  color: #27272A;
}
.racer-num-9{
  background-color: #822BD9;
  color: #fafafa;
}
