@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

#racer-list * {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden; /* 念のため横はみ出し対策 */
}

a {
  display: block;
}

.no {
  opacity: 0.5;
  pointer-events: none;
}

ul .no {
  pointer-events: none;
  opacity: 0.3;
}

/*****************************************************************************************************************************************
    共通
*****************************************************************************************************************************************/
.top_link {
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  width: 400px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 500;
}

.top_link a {
  background: url(../images/classic_logo.png) no-repeat center/cover;
  width: 300px;
  height: 60px;
  margin-left: 25px;
  transition: 0.1s;
}

.top_link a:hover {
  opacity: 0.5;
}

#racer-list {
  position: relative;
  height: 100%;
}

#racer-list .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/racer-list_bg.jpg) no-repeat center center/cover;
  background-size: cover;
  top: 0;
  z-index: -1;
  transform: translateZ(0);
}

.racer-list_wrap {
  display: flex;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.racer-list_wrap h2 {
  width: 100%;
  position: relative;
  margin-bottom: 56px;
}

.racer-list_wrap h2::after {
  content: "";
  display: inline-block;
  width: calc(100% + 90px);
  border-bottom: solid 1px #797000;
  position: absolute;
  left: -45px;
  bottom: -24px;
}

.racer-list_wrap .btn_area {
  width: 445px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.racer-list_wrap .btn_area ul {
  position: relative;
}

.racer-list_wrap .btn_area li {
  /* transition: color 0.3s; */
  position: relative;
}

.racer-list_wrap .sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.racer-list_wrap .sort,
.racer-list_wrap .ranking {
  width: 100%;
}

.racer-list_wrap .sort li {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  border-radius: 35px;
  background: rgba(101, 122, 0, 0.4);
  width: 216px;
  height: 1lh;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.racer-list_wrap .sort li::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/racer-list_sort_icon.svg) no-repeat center;
  background-size: contain;
  margin: 0 -8px 0 8px;
}

.racer-list_wrap .sort li.active {
  color: #fff;
  background: #0E42D4;
  pointer-events: none;
}

.racer-list_wrap .ranking li {
  line-height: 56px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-align: center;
  background: #FDFFD2;
  border: solid 4px #FFDF00;
  box-shadow: rgba(33, 71, 0, 0.5333333333) 0 3px 3px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.racer-list_wrap .ranking li::after {
  content: "▼";
  font-size: 0.7em;
  padding-left: 0.4em;
  color: #FFDF00;
}

.racer-list_wrap .ranking li.active {
  color: #FFDF00;
  background: #F96D00;
  border-color: transparent;
  box-shadow: inset 5px 6px 0px rgba(181, 96, 0, 0.6666666667);
}

.racer-list_wrap p {
  font-size: 18px;
  color: #000;
  width: 100%;
}

/* 選手データ */
.racer-list_wrap .data_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 490px;
  padding-bottom: 80px;
}

.racer-list_wrap .data_list {
  background: url(../images/racer-list_card-bg.svg) center center, #000;
  box-shadow: #868B00 0 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 274px;
  padding: 14px;
  margin: 0 14px 24px 0;
  box-sizing: border-box;
  height: 424px;
}

.racer-list_wrap h2.mov,
.racer-list_wrap .data_list.mov {
  animation: 0.5s ease 0s 1 normal both running fade-in-bottom;
}

.racer-list_wrap h2.mov::after {
  animation-delay: 1s;
  animation: 0.5s ease-in scale-width both;
}

.racer-list_wrap .data_list img {
  width: 100%;
  aspect-ratio: 252/180;
}

.racer-list_wrap .data_list .name {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 4px 0 -7px;
}

.racer-list_wrap .data_list .toban {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.racer-list_wrap .data_list .toban span {
  font-size: 14px;
}

.racer-list_wrap .table_wrap {
  border-collapse: collapse;
  text-align: center;
  font-weight: 700;
  border: solid 2px #000;
  border-top: none;
  margin: 6px 0 3px;
}

.table_wrap .t_head {
  width: 100%;
  height: 1lh;
  padding-top: 2px;
  background: url(../images/racer-list_card-txtbg.svg) no-repeat center center/cover;
  background-size: contain;
  color: #EECF6A;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
}

.table_wrap .t_head span {
  font-size: 14px;
}

.table_wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  vertical-align: middle;
}

.table_wrap th,
.table_wrap td {
  vertical-align: middle;
}

.table_wrap th,
.table_wrap .subheader td {
  color: #000;
  background: #D3B142;
  font-size: 15px;
  height: 25px;
}

.table_wrap td.data {
  background: #fff;
  width: 33.3333333333%;
  font-family: "Roboto" !important;
  font-size: 23px;
  font-weight: 900;
  height: 33px;
}

.table_wrap td.data span {
  font-size: 16px;
  padding-left: 2px;
}

.table_wrap td:not(:last-child) {
  border-right: solid 2px #D3B142;
}

/* footer
------------------------------------------------------------*/
.footer {
  background: #1A2057;
  padding: 3px 0;
  position: relative;
  z-index: 15;
  height: 32px;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.footer p {
  font-family: "Roboto";
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {
  html {
    height: calc(100% - 28.6px - 6px);
  }
  body {
    height: 100%;
  }
  .racer-list_wrap {
    padding: 70px 132px 0;
  }
  .racer-list_wrap .btn_area {
    margin-top: 40px;
    margin-right: 45px;
    position: fixed;
  }
  .racer-list_wrap .btn_area li:hover {
    cursor: pointer;
  }
  .racer-list_wrap .btn_area li.active:hover {
    cursor: default;
  }
  .racer-list_wrap .btn_area .sort li:hover::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(221, 255, 0, 0.2509803922);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 35px;
  }
  .racer-list_wrap .btn_area li:not(.active):hover {
    opacity: 0.8;
  }
  .data_wrap {
    width: 1170px;
  }
  .data_wrap::-webkit-scrollbar {
    background: rgba(158, 147, 6, 0.2509803922);
    width: 14px;
    border-radius: 10px;
  }
  .data_wrap::-webkit-scrollbar-thumb {
    background: #9E9306;
    border-radius: 10px;
    cursor: pointer;
  }
}
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
  .top_link {
    background: #000;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    width: 400px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 500;
  }
  .top_link a {
    background: url(../images/classic_logo.png) no-repeat center/cover;
    width: 300px;
    height: 60px;
    margin-left: 25px;
    transition: 0.1s;
  }
  #racer-list .racer-list_wrap {
    flex-direction: column;
    align-items: center;
    padding: 120px 30px 0;
    overflow-x: hidden;
  }
  .racer-list_wrap h2 {
    width: 560px;
  }
  .racer-list_wrap h2 img {
    width: 100%;
  }
  .racer-list_wrap h2::after {
    width: 750px;
    left: 50%;
    transform: translateX(-50%);
  }
  .racer-list_wrap .btn_area {
    width: 600px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }
  .racer-list_wrap .sort {
    margin-bottom: 26px;
  }
  .racer-list_wrap .sort li {
    width: 290px;
    height: 92px;
    border-radius: 46px;
    font-size: 41px;
  }
  .racer-list_wrap .ranking li {
    font-size: 44px;
    line-height: 80px;
  }
  .racer-list_wrap p {
    font-size: 26px;
    margin: 20px 0 17px;
    position: relative;
    left: -40px;
  }
  /* 選手データ */
  .racer-list_wrap .data_wrap {
    justify-content: space-between;
    margin: auto;
  }
  .racer-list_wrap .data_list {
    width: 336px;
    margin-bottom: 16px;
    height: 532px;
  }
  .racer-list_wrap .data_list:nth-child(even) {
    margin-right: 0;
  }
  .racer-list_wrap .data_list .name {
    font-size: 40px;
  }
  .racer-list_wrap .data_list .toban {
    font-size: 26px;
  }
  .racer-list_wrap .data_list .toban span {
    font-size: 16px;
  }
  .table_wrap .t_head {
    height: 32px;
    font-size: 24px;
  }
  .table_wrap .t_head span {
    font-size: 22px;
  }
  .table_wrap th,
  .table_wrap .subheader td {
    font-size: 24px;
    height: 26px;
  }
  .table_wrap td.data {
    font-size: 30px;
    height: 40px;
  }
  .table_wrap td.data span {
    font-size: 14px;
  }
  /* footer
  ------------------------------------------------------------*/
  .footer {
    background: #1A2057;
    padding: 3px 0;
    position: relative;
    z-index: 15;
    height: 48px;
  }
  .footer p {
    font-family: "Roboto";
    color: #fff;
    text-align: center;
    line-height: 3px;
    font-size: 24px;
    line-height: 48px;
  }
}
/* =====================================================
  アニメーション共通
===================================================== */
.anim {
  opacity: 0;
  will-change: opacity, transform, filter;
  transition-property: opacity, transform, filter;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

/* 表示された状態 */
.anim.is-show {
  opacity: 1;
  transform: none;
  filter: none;
}

/* =====================================================
  1. ふわっとフェードイン
===================================================== */
.anim-fade {
  transform: translateY(12px);
}/*# sourceMappingURL=racer-list.css.map */