@charset "UTF-8";

/* racelist
========================================*/

/* --- title --- */

.title {
  width: 100%;
  padding: 60px 0 40px;
  text-align: center;
}

.title h1 {
  position: relative;
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 0.3em;
  text-align: center;
  font-size: 6rem;
  color: #fff;
  font-style: oblique;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  letter-spacing: .08em;
}
.title h1::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: radial-gradient(circle, #e8802b 0%, rgba(255,247,153,0) 100%);
}


/* --- main --- */

main {
  padding-bottom: 40px;
  background: linear-gradient(0deg, rgb(36 23 61) 0%, rgba(23,22,66,1) 100%);
}


/* --- section --- */

.section .section_inr h2 {
  position: relative;
  max-width: 800px;
  margin: 100px auto 20px;
  padding-bottom: 0.3em;
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-style: oblique;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  letter-spacing: .08em;
}

.section .section_inr .lead {
  text-align-last: center;
}

/* --- soon --- */

.section .soon {
  font-size: 6.4rem;
  font-family: 'Oswald', sans-serif;
  color: #e8802b;
  text-align: center;
  margin: 0 0 80px;
}


/* --- table --- */

.sp_scroll {
  margin-bottom: 30px;
}

.sp_scroll.sp_scroll_conclusion {
  margin-bottom: 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  table-layout: fixed;
  background: #fff;
  width: 1000px;
}

.table th {
  font-size: 1.4rem;
  padding: .8em 1em;
  color: #fff;
  background: #37194d;
}

.table td {
  padding: 1.3em 1em;
}

.table td:first-child {
  padding: 1.3em 50px;
}

table tbody tr th:nth-child(1) {
padding-left: 50px;
width: 300px;
}

.table tr:nth-child(odd) {
  background: #ebebeb;
}

.table .left {
  text-align: left;
}

.table .right {
  text-align: right;
}

.table .txt_s {
  font-size: 1.1rem;
}

.table_title {
  max-width: 1000px;
  font-size: 2.3rem;
  color: #37194d;
  font-weight: 600;
  padding: .4em 0;
  text-align: center;
}
.table_title_jbc {
  background: url(../../common/img/texture_metal_gold.jpg) no-repeat bottom / cover;
}

/* レース名リンク */
.table tbody tr td:nth-child(1) a {
  position: relative;
  padding-right: 1.6em;
  text-decoration: underline;
}
.table tbody tr td:nth-child(1) a::after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../../common/img/ico_ex-link_black.svg) no-repeat;
  background-size: cover;
}
.table tbody tr td:nth-child(1) a:hover {
  text-decoration: none;
}


.list_line1{
  width: 1000px;
  margin: 0 auto;
}

.list_line1 li {
  letter-spacing: .06em;
  border-bottom: 1px solid rgba(255,255,255,.7);
}
.list_line1 li:first-child {
  border-top: 1px solid rgba(255,255,255,.7);
}
.list_line1 li a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1.3em 0 1.5em;
  color: #fff;
}
.list_line1 li a.orange {
  color: #e8802b;
}
.list_line1 li a .channel {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 2em;
  width: 740px;
  box-sizing: border-box;
}
.list_line1 li a .date {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 2em;
}
.list_line1 li a::after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-40%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../common/img/ico_ex-link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.list_line2{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
}

.list_line2 li {
  width: 48%;
  letter-spacing: .06em;
  border-bottom: 1px solid rgba(255,255,255,.7);
}

.list_line2 li:nth-child(even) {
  margin-left: 4%;
}
.list_line2 li:first-child,
.list_line2 li:nth-child(2){
  border-top: 1px solid rgba(255,255,255,.7);
}
.list_line2 li a {
  position: relative;
  width: 100%;
  padding: 1.3em 0 1.5em;
  color: #fff;
  display: block;
}
.list_line2 li a.orange {
  color: #e8802b;
}
.list_line2 li a p {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 2em;
}
.list_line2 li a::after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-40%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../common/img/ico_ex-link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

a.btn_detail {
  display: block;
  position: relative;
  width: 32%;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 1.1em .8em 1.1em 1.8em;
  border: 1px solid #fff;
  margin: 0 auto 100px;
  background-image: linear-gradient(135deg, #fff 24px, transparent 0);
}

a.btn_detail:after {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 13px;
  height: 20px;
  content: "";
  background-image: url(../../common/img/ico_arrow_right_gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

a.btn_detail:hover {
  color: #23235d;
  background: #fff;
  background-image: linear-gradient(135deg, #23235d 24px, transparent 0);
}

.read{
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 2em;
}


/* スクロールバー表示 */
.sp_scroll::-webkit-scrollbar {
  background: #eee;
  height: 8px;
}
.sp_scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #b4b4b4;
}


@media screen and (max-width: 1160px) {

  .table {
    width: 1000px;
    table-layout: auto;
    overflow: scroll;
  }

}

@media screen and (max-width: 767px){

  .table {
    border-left: none;
    margin-bottom: -1.5px;
}

}

@media screen and (max-width: 768px) {

  /* --- main --- */

  main {
    padding-bottom: 20px;
  }

  .section .section_inr {
    width: 90%;
    margin: 0 auto;
  }

  .title {
    padding: 30px 0 10px;
  }
  .title h1 {
    width: 100%;
    font-size: 4rem;
  }
  .title h1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: radial-gradient(circle, #e8802b 0%, rgba(255,247,153,0) 100%);
  }

  .section .section_inr h2 {
    font-size: 3.2rem;
    margin: 15% auto 3%;
    line-height: 1.3;
  }
  

  .table {
    width: 600px;
    table-layout: auto;
    overflow: scroll;
  }
  

  .table td:first-child {
    padding: 1.3em 1em;
  }

  table tbody tr th:nth-child(1) {
    padding-left: 1em;
    width: auto;
  }
  
  
  .list_line1{
    width: 100%;
    margin: 0;
  }
  
  .list_line1 li a {
    display: block;
  }
  
  .list_line1 li a .channel {
    width: 100%;
    font-size: 1.4rem;
    padding: 0;
  }
  .list_line1 li a .date {
    width: 100%;
    font-size: 1.4rem;
    padding: 0;
  }

  .list_line2{
    width: 100%;
    margin: 0;
    display: block;
  }

  .list_line2 li {
    width: 100%;
  }

  .list_line2 li:nth-child(even) {
    margin-left: 0;
  }

  .list_line2 li:nth-child(2){
    border-top: none;
  }
  
  .list_line2 li a p {
    font-size: 1.4rem;
    padding: 0;
  } 

  a.btn_detail {
    width: 80%;
    position: relative;
    display: block;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 1.1em 0.8em 1.1em 0.8em;
    border: 1px solid #fff;
    margin: 0 auto 15%;
    background-image: linear-gradient(135deg, #fff 16px, transparent 0);
  }
  
  .read{
    font-size: 1.4rem;
  }

  /* --- soon --- */

  .section .soon {
    font-size: 3.8rem;
    margin: 20px 0 60px;
  }

  /* --- レース一覧表 --- */

  .racelist_wrapper .table_title {
    font-size: 2rem;
    padding: .6em 0 .6em .8em;
  }

}