@charset "UTF-8";
.t-in {
  text-indent: -999rem;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body::before {
  content: "";
  background: url(../images/overlay_bk.webp) no-repeat 54% -53.5rem/234.6rem auto;
  mix-blend-mode: overlay;
  width: 100%;
  height: 150%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#racers .racers-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 3rem;
}
#racers .tit {
  width: 33.6rem;
  height: 12rem;
  background: url(../images/rs_tit_racers.webp) no-repeat center;
  background-size: contain;
}
#racers .btn_area {
  background: rgba(0, 0, 0, 0.3019607843);
  position: relative;
}
#racers .btn_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#racers .btn_area li#toban {
  background: url(../images/rs_btn_toban.webp) no-repeat center;
  background-size: contain;
}
#racers .btn_area li#toban.active {
  background: url(../images/rs_btn_toban_on.webp) no-repeat center;
  background-size: contain;
}
#racers .btn_area li#kojima {
  background: url(../images/rs_btn_koji.webp) no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
#racers .btn_area li#kojima.active {
  background: url(../images/rs_btn_koji_on.webp) no-repeat center;
  background-size: contain;
}
#racers .btn_area li#sg1 {
  background: url(../images/rs_btn_sg1.webp) no-repeat center;
  background-size: contain;
}
#racers .btn_area li#sg1.active {
  background: url(../images/rs_btn_sg1_on.webp) no-repeat center;
  background-size: contain;
}
#racers .check_area {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 900;
}
#racers .check_area label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.4rem;
}
#racers .check_area label:nth-child(even) {
  margin: 0 3rem;
}
#racers .check_area input {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
#racers .check_area input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
#racers .check_area input[type=checkbox]:checked {
  border-color: #0200FF;
  background: #fff; /* 背景は白のまま */
}
#racers .check_area input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.1rem;
  width: 1rem;
  height: 1.7rem;
  border: solid #0200FF; /* 青 */
  border-width: 0 0.5rem 0.5rem 0;
  transform: rotate(45deg);
}
#racers .check_area .reset_btn {
  background: url(../images/rs_reset_btn.webp) no-repeat right bottom;
  background-size: contain;
  width: 19rem;
  height: 4rem;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
#racers .kome {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-left: 25.5rem;
  margin-right: auto;
}
#racers .list_btn {
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#racers .list_btn ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
}
#racers .list_btn .list_marker {
  position: absolute;
  background: #0200FF;
  transition: transform 0.3s ease;
  pointer-events: none;
  clip-path: polygon(4rem 0%, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
  left: -4rem;
}
#racers .list_btn li {
  position: relative;
}
#racers .list_btn li.none {
  opacity: 0.3;
  pointer-events: none;
}
#racers .racers_list {
  display: grid;
}
#racers .racers_list .data_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 27.5rem;
  background: linear-gradient(-21deg, #E3ECFF, #F1F1A3);
  padding: 2rem 0 3rem;
  margin-bottom: 3rem;
}
#racers .racers_list .data_list img {
  width: 100%;
  height: 19.5rem;
}
#racers .racers_list .data_list .name {
  color: #0C0B78;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
}
#racers .racers_list .data_list .name .num {
  border: #0C0B78 solid 0.1rem;
  font-size: 2rem;
}
#racers .racers_list .data_list .score {
  width: 23.5rem;
  margin-top: 0.5rem;
}
#racers .racers_list .data_list .score h3 {
  width: 100%;
  height: 3.5rem;
  border: #0C0B78 solid 0.1rem;
  border-radius: 1.7rem;
  text-indent: -999rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#racers .racers_list .data_list .score ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#racers .racers_list .data_list .score li {
  text-align: center;
  width: 5.5rem;
  letter-spacing: -0.15rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
#racers .racers_list .data_list .score li::after {
  font-size: 1.2rem;
}
#racers .racers_list .data_list .score li:nth-child(2)::after {
  content: "%";
  margin-left: 0.2rem;
}
#racers .racers_list .data_list .score li:nth-child(3)::after, #racers .racers_list .data_list .score li:nth-child(4)::after {
  content: "回";
  margin-left: 0.3rem;
}
#racers .racers_list .data_list .score li:not(:first-child) {
  margin-left: 0.4rem;
}
#racers .racers_list .data_list .score li:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background: #0C0B78;
  left: -0.25rem;
}
#racers .racers_list .data_list .score li h4 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}
#racers .racers_list .data_list .score table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0.4rem;
  position: relative;
}
#racers .racers_list .data_list .score table thead th {
  color: #fff;
  width: 8.3rem;
  height: 2.2rem;
  background: #FF2121;
}
#racers .racers_list .data_list .score table thead th:first-child {
  width: 6rem;
  background: none;
}
#racers .racers_list .data_list .score table thead th:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 0.05rem;
  height: calc(100% - 0.8rem);
  background: #707070;
  position: absolute;
  top: 0.4rem;
  right: 8.85rem;
}
#racers .racers_list .data_list .score table thead th:last-child {
  background: #FF8409;
  letter-spacing: -0.5rem;
}
#racers .racers_list .data_list .score table th {
  font-size: 1.8rem;
  background: rgba(93, 222, 165, 0.4);
}
#racers .racers_list .data_list .score table td {
  letter-spacing: -0.15rem;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
#racers .racers_list .data_list .score table td::after {
  content: "回";
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
#racers .racers_list .data_list .score table tbody tr {
  position: relative;
}
#racers .racers_list .data_list .score table tbody tr:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 0.4rem);
  height: 0.05rem;
  background: #707070;
  left: 0;
  bottom: -0.2rem;
}
#racers .racers_list .data_list .score .zen h3 {
  background: url(../images/rs_zen_tit.svg) no-repeat center, #D21D17;
  background-size: auto 1.65rem;
}
#racers .racers_list .data_list .score .zen h4 {
  background: rgba(255, 102, 127, 0.4);
}
#racers .racers_list .data_list .score .koji h3 {
  background: url(../images/rs_koji_tit.svg) no-repeat center, #0C0B78;
  background-size: auto 1.65rem;
}
#racers .racers_list .data_list .score .koji h4 {
  background: rgba(83, 127, 212, 0.4);
}
#racers .racers_list .data_list .score .sg1 h3 {
  background: url(../images/rs_sg1_tit.svg) no-repeat center, #007F36;
  background-size: auto 1.65rem;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  .sp_non {
    display: none !important;
  }
  body::before {
    background-position: -85.5rem -23rem;
  }
  #racers .btn_area {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  #racers .btn_area li {
    width: 24rem;
    height: 8rem;
  }
  #racers .btn_area li#toban {
    background: url(../images/rs_btn_toban_sp.webp) no-repeat center;
    background-size: contain;
  }
  #racers .btn_area li#toban.active {
    background: url(../images/rs_btn_toban_on_sp.webp) no-repeat center;
    background-size: contain;
  }
  #racers .btn_area li#kojima {
    background: url(../images/rs_btn_koji_sp.webp) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 1;
    margin: 0 -2.8rem;
    clip-path: polygon(2rem 0%, 22rem 0%, 100% 50%, 22rem 100%, 2rem 100%, 0% 50%);
  }
  #racers .btn_area li#kojima.active {
    background: url(../images/rs_btn_koji_on_sp.webp) no-repeat center;
    background-size: contain;
  }
  #racers .btn_area li#sg1 {
    background: url(../images/rs_btn_sg1_sp.webp) no-repeat center;
    background-size: contain;
  }
  #racers .btn_area li#sg1.active {
    background: url(../images/rs_btn_sg1_on_sp.webp) no-repeat center;
    background-size: contain;
  }
  #racers .check_area {
    margin: 2rem auto 0;
    width: 60rem;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 4.5rem;
  }
  #racers .kome {
    text-align: right;
    margin-left: auto;
    margin-right: 5rem;
  }
  #racers .list_btn {
    height: 9.5rem;
    font-size: 3.2rem;
  }
  #racers .list_btn ul {
    width: 71rem;
  }
  #racers .list_btn .list_marker {
    width: 15.5rem;
    height: 100%;
    left: -2rem;
  }
  #racers .list_btn li {
    width: 11rem;
  }
  #racers .racers_list {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 66rem;
    margin-right: 5rem;
    margin-left: 5rem;
  }
  #racers .racers_list .data_list {
    width: 32rem;
  }
  #racers .racers_list .data_list img {
    height: 22.5rem;
  }
  #racers .racers_list .data_list .name,
  #racers .racers_list .data_list .score {
    transform: scale(1.16);
    margin: 2rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  .pc_non {
    display: none !important;
  }
  body::before {
    background-position: center -11rem;
  }
  #racers .racers-inner {
    padding-top: 3rem;
  }
  #racers .btn_area {
    width: 140rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  #racers .btn_area li {
    width: 48rem;
    height: 8rem;
    cursor: pointer;
  }
  #racers .btn_area li:hover {
    opacity: 0.75;
  }
  #racers .btn_area li#kojima {
    margin: 0 -5.7rem;
    clip-path: polygon(4rem 0%, 44rem 0%, 100% 50%, 44rem 100%, 4rem 100%, 0% 50%);
  }
  #racers .check_area input:hover {
    opacity: 0.75;
  }
  #racers .check_area .reset_btn {
    cursor: pointer;
  }
  #racers .check_area .reset_btn:hover {
    opacity: 0.75;
  }
  #racers .list_btn {
    height: 5.5rem;
  }
  #racers .list_btn ul {
    width: 132rem;
  }
  #racers .list_btn .list_marker {
    width: 30rem;
    height: 100%;
  }
  #racers .list_btn li {
    width: 22rem;
    cursor: pointer;
  }
  #racers .list_btn li:hover {
    opacity: 0.75;
  }
  #racers .racers_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 143.5rem;
  }
}/*# sourceMappingURL=racers.css.map */