/* .page_inner {
  padding: 0;
} */
.motor_container {
  overflow: hidden;
  padding-top: 100px;
}
.motor_flex_img {
  margin-bottom: 64px;
}
.motor_flex_img ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: min(85vw, 100%);
}
.motor_flex_img ul + ul {
  margin-top: 30px;
}
.motor_flex_img ul li {
  position: relative;
  cursor: pointer;
}
.motor_flex_img ul li:not(:last-of-type) {
  margin-right: 28px;
}
.motor_flex_img ul li:hover {
  opacity: 0.7;
}
.motor_flex_img ul li + li {
  /* margin-left: 30px; */
}
.motor_flex_img ul li:nth-of-type(7) {
  margin-left: 0;
}
.motor_flex_img ul img {
  display: block;
  position: relative;
  z-index: 1;
}
.motor_flex_img ul img + img {
  width: 100%;
}
.motor_flex_img ul li a {
  text-decoration: none;
  color: #4f5c86;
  font-weight: bold;
}
.motor_flex_img .number-text {
  font-size: 30px;
  margin: 4px 0 0;
}
.motor_flex_img .number-text .motor {
  display: block;
  margin-right: 3rem;
}
.motor_flex_img .number-text .no-number {
  display: block;
  margin-left: 3rem;
  margin-top: -1rem;
}
.motor_flex_img .number-text .no {
  font-size: 67%;
}
.motor_flex_img .number-text .number {
  font-size: 134%;
}
.motor_box_container {
  max-width: 1200px;
  background-size: contain;
  margin: 46px auto;
  padding: 5px;
  background-image: linear-gradient(to bottom, #00215b, #0425cb, #00215b);
  border-radius: 10px;
}
.motor_box_container:last-of-type {
  margin-bottom: 0;
}
.motor_box_wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 3px;
}
.motor-flex_box,
.racer_info-flex {
  display: flex;
}
.motor-flex_box {
  gap: 24px;
  justify-content: space-between;
  padding: 28px 40px 40px;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #00215b, #0425cb, #00215b) 1;
}
.motor_left_box {
  width: 530px;
}
.motor_right_box {
  width: 527px;
}
.motor_left_box h3 {
  position: relative;
  color: #4f5c86;
  display: inline-block;
  font-size: 45px;
  margin: -16px 0 0;
  padding: 35px 80px;
  text-align: left;
}
.motor_left_box h3::before,
.motor_left_box h3::after {
  content: "";
  position: absolute;
  width: 111px;
  height: 109px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.motor_left_box h3::before {
  top: 0;
  left: 0;
  background-image: url(../images/pickup_motor/title-design01.png);
}
.motor_left_box h3::after {
  bottom: 0;
  right: 0;
  background-image: url(../images/pickup_motor/title-design02.png);
}
.motor_left_box h3 span {
  position: relative;
  z-index: 1;
}
.motor_left_box h3 .no-number {
  margin-left: 0.3rem;
}
.motor_left_box h3 .no {
  font-size: 67%;
}
.motor_left_box h3 .number {
  font-size: 134%;
}
.motor_left_box .motor_charts_box {
  width: auto;
  max-width: 386px;
  height: 386px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-left: 48px;
  margin-bottom: 72px;
}
.motor_left_box .motor_charts_box.show {
  opacity: 1;
  visibility: visible;
}
.motor_left_box p {
  margin: 0;
  font-weight: 500;
  line-height: 1.8em;
  text-align: justify;
  font-size: 16px;
  padding: 0;
}
.racer_info_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 259px;
}


/* before - 装飾解除
.racer_info_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pickup_motor/racer-design.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 255px;
  height: 259px;
} */
.racer_info_box img {
  width: calc(100% - 33px);
}
.racer_info-flex {
  position: relative;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 28px;
}
.motor_use_racer_results_box {
  text-align: center;
}
.motor_right_box .motor_use_racer {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}
.racer_text_box {
  font-weight: bold;
}
.motor_right_box .racer_sibu_number {
  background-color: #de1829;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  padding: 4px 35px;
  line-height: 1.4;
}
.motor_right_box .racer_name {
  font-size: 45px;
  margin: 0;
  margin-top: 15px;
}
.motor_use_racer_results_box .motor_use_text {
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.motor_use_racer_results_box ul {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.motor_use_racer_results_box .womens_results_days_text {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
table {
  margin-top: 0;
  border: none;
}
th,
td {
  border: none;
  font-weight: 500;
}
.motor_use_racer_results_box table tr:nth-of-type(1) th {
  letter-spacing: 2px;
  font-size: 17px;
  padding: 5px;
}
.motor_use_racer_results_box table tr:nth-of-type(2) td {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 4px;
}
.old_results_box,
.motors_results_box,
.racers_results_box {
  padding: 0;
  letter-spacing: 2px;
}
.motors_results_box {
  margin-top: 32px;
}
.old_results_box .old_results_text,
.motors_results_box .motors_results_text,
.racers_results_box .racers_results_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0px;
  width: 530px;
}
.old_results_box .old_result_title,
.motors_results_box .motor_result_title,
.racers_results_box .racer_result_title {
  margin: 0;
  font-size: 25px;
  letter-spacing: 0px;
  font-weight: 700;
}
.old_results_box .old_result_days,
.motors_results_box .motor_result_days,
.racers_results_box .racer_result_days {
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  padding-bottom: 2px;
  margin-right: 5px;
}
.old_results_box .old_result_days.bottom {
  text-align: right;
  padding-bottom: 0;
}
.old_results_box .old_result_days.bottom .red {
  color: #ff1212;
}
.racers_results_box .racer_result_days span {
  margin-right: 15px;
}
.old_results_box table,
.motors_results_box table,
.racers_results_box table {
  width: 541px;
  border-collapse: separate;
  border-spacing: 7px;
  margin-left: -8px;
}
.racers_results_box table:first-of-type {
  margin-bottom: 6px;
}
.old_results_box table tr th:nth-of-type(1) {
  border-left: none;
  width: 179px;
}
.old_results_box table tr td {
  text-align: center;
  padding: 5px;
  background: #4f5c86;
  color: #fff;
  letter-spacing: 0;
  height: 44px;
}
.old_results_box table tr td:nth-of-type(1) {
  border-left: none;
  width: 215px;
  /* text-indent: 1em;
  padding-right: 0.5em;
  padding-left: 0; */
}
.old_results_box table tr td:last-of-type {
  border-right: none;
}
.old_results_box table tr:last-of-type td {
  border-bottom: none;
}
.old_results_box table tr td.sekkan {
  text-align: left;
  padding-left: 9px;
  letter-spacing: 0;
}
.old_results_box table tr td.sekkan span {
  color: #ff1212;
}
.old_results_box {
  margin-top: 20px;
}
.motors_results_box table tr th,
.racers_results_box table tr th {
  width: 132px;
}
.racers_results_box table tr:nth-of-type(1) th {
  width: 16%;
}
.motors_results_box table tr:nth-of-type(1) th,
.racers_results_box table tr:nth-of-type(1) th,
.old_results_box table tr th {
  background: #000;
  color: #fff;
  letter-spacing: 0px;
  padding: 0px;
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 16px;
  height: 30px;
}
.motors_results_box table tr:nth-of-type(1) th,
.old_results_box table tr th {
  width: 124px;
}
.old_results_box table tr th:nth-of-type(2) {
  width: 119px;
}
.old_results_box table tr th:nth-of-type(3) {
  width: 209px;
}
.motors_results_box table tr:nth-of-type(1) th:first-child,
.racers_results_box table tr:nth-of-type(1) th:first-child {
  border-left: none;
}
.old_results_box table tr th:last-of-type,
.motors_results_box table tr:nth-of-type(1) th:last-child,
.racers_results_box table tr:nth-of-type(1) th:last-child {
  border-right: none;
}
.motors_results_box table tr:nth-of-type(1) th {
  background: #000;
}
.motors_results_box table td,
.racers_results_box table td {
  text-align: center;
}
.motors_results_box table tr:nth-of-type(2) td,
.racers_results_box table tr:nth-of-type(2) td {
  padding: 0 5px;
  padding-bottom: 2px;
  color: #fff;
  background: #fda944;
  border-top: none;
  border-bottom: none;
  height: 44px;
  font-size: 25px;
  font-weight: 700;
}
.racers_results_box table tr:nth-of-type(2) td:nth-of-type(1) {
  border-left: none;
}
.racers_results_box table tr:nth-of-type(2) td + td {
  border-left: none;
}
.racers_results_box table tr:nth-of-type(2) td:last-of-type {
  border-right: none;
}
.motors_results_box table tr:nth-of-type(2) td {
  background: #4f5c86;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.racers_results_box table:nth-of-type(2) tr th,
.racers_results_box table:nth-of-type(2) tr td {
  width: 270px;
  display: table-cell;
}
.motors_results_box table tr:nth-of-type(2) td:nth-of-type(1) {
  border-left: none;
}
.motors_results_box table tr:nth-of-type(2) td:last-of-type {
  border-right: none;
}
.to_racer_btn:hover {
  opacity: 0.9;
}
.motor_container .border-shima {
  border: none;
  background-size: auto;
  background-position: center;
  width: 90%;
  max-width: 885px;
  height: 10px;
  margin: auto;
}
.motor_container .border-shima:last-of-type {
  display: none;
}
.sensyu-att {
  font-size: 13px;
  font-weight: bold;
}
.motor_box_container_sp {
  display: none;
}
.motor_left_box h4 {
  position: relative;
  max-width: 566px;
  font-weight: 500;
  font-size: 23px;
  margin: 20px 0;
  padding-bottom: 20px;
  text-align: left;
}
.motor_left_box h4 span {
  display: inline-block;
}
.motor_left_box h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/pickup_motor/text-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 5px;
}
.moter_none p {
  font-size: 37px;
  font-weight: 700;
  margin-top: 50px;
}
.chart_text {
  position: absolute;
  top: 0;
  width: 386px;
  height: 386px;
  background: url("../images/pickup_motor/chart_bg.png") no-repeat;
  background-size: 376px 376px;
  z-index: -1;
  background-position: center;
}
.chart_text span {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  text-shadow: #fff 2px 0px 1px, #fff -2px 0px 1px, #fff 0px -2px 1px,
    #fff -2px 0px 1px, #fff 2px 2px 1px, #fff -2px 2px 1px, #fff 2px -2px 1px,
    #fff -2px -2px 1px, #fff 1px 2px 1px, #fff -1px 2px 1px, #fff 1px -2px 2px,
    #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px,
    #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px,
    #fff -1px -1px 2px;
}
.chart_text span:nth-child(1) {
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.chart_text span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
.chart_text span:nth-child(3) {
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.chart_text span:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
}
.cs_mb {
  margin-bottom: 39px;
}
@media (max-width: 1199px) {
  /* .page_inner {
    padding: min(10vw, 65px) 0 min(7vw, 60px);
  } */
  .motor_container {
    max-width: 900px;
    margin: auto;
  }
  .motor_flex_img {
    margin-bottom: 0;
  }
  .motor_left_box h3 {
    text-align: center;
  }
  .motor_flex_img ul {
    max-width: 200px;
  }
  .motor_flex_img ul li {
    width: 100%;
    /* margin-right: min(5vw, 20px); */
  }
  .motor_flex_img ul li + li {
    margin-left: 10px;
  }
  .motor-group_sp {
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  .motor-group_sp.load-show {
    opacity: 1;
    visibility: visible;
  }
  .racers_results_box table tr:nth-of-type(2) td:nth-of-type(4) {
    border-right: none;
  }
  table.title tr:nth-of-type(2) th {
    border: none;
  }
  table.title tr:nth-of-type(2) th:nth-of-type(1) {
    border-right: 1px solid #f3f3f3;
  }
  .old_results_box table tr td {
    padding: 0;
    font-size: min(2.4vw, 22px);
    height: min(7vw, 46px);
  }
  .motor_left_box p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 100%;
  }
  .motor_left_box h4 {
    font-size: 28px;
    margin: 28px auto;
    padding-bottom: 28px;
    max-width: 100%;
  }
  .motor_left_box h4::after {
    height: min(1.4vw, 10px);
  }
  .old_results_box table tr th,
  .motors_results_box table tr:nth-of-type(1) th,
  .racers_results_box table tr:nth-of-type(1) th {
    font-size: min(2.4vw, 20px);
    height: min(7vw, 36px);
  }
  .old_results_box table tr th,
  .motors_results_box table tr:nth-of-type(1) th {
    width: 25%;
  }
  .motors_results_box table tr:nth-of-type(2) td,
  .racers_results_box table tr:nth-of-type(2) td {
    font-size: min(3.2vw, 26px);
    height: min(9vw, 52px);
  }
  .moter_none p {
    margin: 0;
    font-size: min(7vw, 45px);
    margin-top: min(6.5vw, 46px);
  }
  /* ページネーション */
  .motor-pagination {
    margin-top: 30px;
    text-align: center;
  }
  .swiper-horizontal
    > .motor-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet,
  .motor-pagination.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .motor-pagination .swiper-pagination-bullet {
    background: #de1829;
    height: 15px;
    width: 15px;
    opacity: 1;
  }
  .motor-pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .swiper-container {
    max-width: 400px;
    margin: 0 auto;
  }
  .swiper-slide {
    width: calc((100% - 40px) / 2);
  }
  .swiper-slide:nth-child(odd) {
    clear: both;
  }
  .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .motor_box_container {
    padding-bottom: 10px;
    margin: min(7.5vw, 55px) auto min(9.5vw, 70px);
  }
  .motor_box_wrapper {
    width: 100%;
    margin: auto;
  }
  .motor-flex_box {
    flex-direction: column;
    margin: auto;
    padding: 28px 20px 20px;
  }
  .motor_left_box {
    width: 100%;
  }
  .motor_right_box {
    width: 100%;
    margin-top: min(7vw, 50px);
  }
  .motor_left_box {
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
  }
  .motor_left_box h3 {
    /* margin-top: 5%; */
    font-size: min(8vw, 60px);
  }
  .motor_left_box h3 img {
    width: 100%;
  }
  .chart-text {
    display: flex;
    flex-direction: column-reverse;
  }
  .motor_left_box .motor_charts_box {
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .motor_right_box .motor_use_racer {
    font-size: min(3.4vw, 28px);
    margin-bottom: min(1vw, 10px);
  }
  .chart_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    background-size: cover;
  }
  .chart_text span {
    font-size: min(4.2vw, 20px);
  }
  .chart_text span:nth-child(1) {
    top: -7%;
  }
  .chart_text span:nth-child(2) {
    right: -15%;
    top: 49.5%;
  }
  .chart_text span:nth-child(3) {
    bottom: -6.5%;
  }
  .chart_text span:nth-child(4) {
    left: -15%;
    top: 49.5%;
  }
  .racer_text_box {
    flex-direction: column;
    gap: 10px;
  }
  .motor_right_box .racer_sibu_number {
    font-size: min(3vw, 24px);
  }
  .motor_right_box .racer_sibu_number span {
    display: inline-block;
    margin-right: 0;
  }
  .motor_right_box .racer_name {
    font-size: min(6vw, 54px);
    margin-top: min(1.4vw, 10px);
  }
  .racer_info-flex {
    justify-content: center;
    margin: 0 auto;
    gap: min(2.5vw, 25px);
  }
  .racer_info_box {
    max-width: 302px;
    width: 52%;
    height: auto;
    aspect-ratio: 1/1;
  }
  /* .racer_info_box::before {
    width: 100%;
    height: 100%;
  } */
  .cs_mb {
    margin-bottom: min(7vw, 74px);
  }
  .racer_info_box img {
    width: 84%;
    margin-right: 2%;
  }
  .old_results_box .old_result_title,
  .motors_results_box .motor_result_title,
  .racers_results_box .racer_result_title {
    margin-bottom: 0;
    font-size: min(4vw, 28px);
  }
  .old_results_box .old_result_days,
  .motors_results_box .motor_result_days,
  .racers_results_box .racer_result_days {
    margin-left: 0;
    font-size: min(2.6vw, 19px);
    padding-bottom: 0px;
    margin-right: 0.2em;
  }
  .racers_results_box .racer_result_days span {
    margin-right: 5px;
  }
  .old_results_box .old_results_text,
  .motors_results_box .motors_results_text,
  .racers_results_box .racers_results_text {
    margin: 0 auto;
    width: calc(100% - 12px);
  }
  .old_results_box table,
  .motors_results_box table,
  .racers_results_box table {
    margin: 0 auto;
    width: 100%;
  }
  .racers_results_box .racer_result_days {
    display: flex;
    line-height: 1.2;
  }
  .racers_results_box {
    margin-top: min(4vw, 40px);
    margin-bottom: min(3.5vw, 35px);
  }
  .motors_results_box {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .motor_right_box hr {
    border: none;
    display: none;
  }
  .old_results_box table tr:nth-of-type(2) th,
  .old_results_box table tr:nth-of-type(2) td {
    width: 50%;
  }
  .old_results_box table tr td.sekkan {
    padding-left: min(1vw, 11px);
  }
  .old_results_box table tr td.sekkan span {
    display: inline-block;
  }
  /* 横並び */
  .old_results_box table tr th:nth-of-type(1),
  .old_results_box table tr td:nth-of-type(1) {
    width: 28%;
  }
  .old_results_box table tr th:nth-of-type(2),
  .old_results_box table tr td:nth-of-type(2) {
    width: 21%;
  }
  .old_results_box table tr th:nth-of-type(3),
  .old_results_box table tr td:nth-of-type(3) {
    width: 44%;
  }
  .sensyu-att {
    margin-right: 5px;
  }
  table.second .dates,
  table.third .dates {
    border-top: none;
  }
  .old_results_box table tr td:nth-of-type(1) {
    padding: min(0.5em, 10px) 0;
  }
}
@media (max-width: 899px) {
  .motor_left_box .motor_charts_box {
    max-width: 450px;
    height: 450px;
  }
}
@media (max-width: 699px) {
  .motor-flex_box {
    padding: 28px 10px 10px;
  }
  .motor_left_box .motor_charts_box {
    width: min(50vw, 450px);
    height: min(50vw, 450px);
    max-width: 100%;
    margin-top: 50px;
  }
  .motor_left_box h3 {
    padding: 20px 45px 25px;
  }
  .motor_left_box h3::before,
  .motor_left_box h3::after {
    width: 70px;
    height: 70px;
  }
  .motor_left_box h4 {
    font-size: min(4.6vw, 36px);
    margin: 20px auto;
    padding-bottom: 20px;
  }
  .motor_left_box p {
    font-size: 16px;
  }
  .chart_text span:nth-child(1) {
    top: -1.8em;
  }
  .chart_text span:nth-child(2) {
    right: -3.4em;
  }
  .chart_text span:nth-child(3) {
    bottom: -1.6em;
  }
  .chart_text span:nth-child(4) {
    left: -3.4em;
  }
  .motor_right_box {
    width: 104%;
    margin-left: -2%;
  }
  .motor_right_box .racer_sibu_number {
    padding: 4px 20px;
  }
}
.no_racer_info_box > img {
  width: 110px;
  margin-top: 15px;
}
.motor_right_box h3 {
  margin: 0;
  font-size: 38px;
  font-weight: normal;
  text-align: left;
  border-bottom: 7px dotted #ff9ba3;
  display: block;
}
.motor_right_box h3 .number_color {
  color: #ec1e79;
  font-size: 48px;
  font-family: serif;
  font-weight: bold;
}
.motor_right_box .no_racer_kugirisen {
  background: transparent;
}
.motor_right_box .no_racer_box {
  margin-left: 80px;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .no_racer_img_sp {
    margin: 20px 0 40px;
  }
}
@media (max-width: 768px) {
  .old_results_box table,
  .motors_results_box table,
  .racers_results_box table {
    border-spacing: min(1.3vw, 6px);
  }
  .motor-group_sp {
    overflow: hidden;
    max-width: 440px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .motor_flex_img ul {
    width: 95%;
  }
}
@media (max-width: 620px) {
  .chart_text {
    background-size: 99%;
  }
}
@media (max-width: 500px) {
  .motor_flex_img ul li {
    /* width: min(39vw, 100%); */
    margin: 0 auto;
  }
  .chart_text {
    background-size: 99%;
  }
}
@media (max-width: 455px) {
  .chart_text {
    background-size: 97.7%;
  }
}

/* 32番モーターの過去節間成績非表示箇所 */
#motor_box_container6
  .motor_bottom_box
  .old_results_box
  table
  tr:last-of-type
  td {
  display: none;
}
