.hrtd2022 div.motorcycles_page {
  width: 96%;
  max-width: 768px;
  margin: 0 auto;
}
.hrtd2022 .motorcycles_page h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.hrtd2022 .motorcycles_page h2 + small {
  font-size: 12px;
  display: block;
  text-align: right;
  position: relative;
  top: -40px;
}

.hrtd2022 .motorcycles_page .motorcycles {
  display: flex;
  width: 680px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.hrtd2022 .motorcycles_page .motorcycles div {
  width: 300px;
  padding-bottom: 20px;
  position: relative;
  margin: 0 20px;
}
.hrtd2022 .motorcycles_page .motorcycles div p {
  font-size: 18px;
  font-size: clamp(16px, 5.2vw, 18px);
  line-height: 1.2;
  position: absolute;
  bottom: 35px;
  left: 10px;
  background: #ffffffdd;
  padding: 5px 14px 5px 10px;
  border-bottom: #64afaa 4px solid;
  border-left: #cfe6da 4px solid;
  margin-right: 10px;
}

.hrtd2022 .motorcycles_page .motorcycles div p small {
  font-size: 0.7em;
  line-height: 1.5em;
  display: inline-block;
  padding: 5px 0;
}

.hrtd2022_global_navi li.motorcycles a {
  background: #fff;
  color: #428984;
}

.hrtd2022_global_navi li.home a {
  background: unset;
  color: #fff;
}

.hrtd2022 .motorcycles_page .hrtd2022_listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  grid-gap: 0 30px;
}

.hrtd2022 .motorcycles_page .hrtd2022_list_machine {
  width: calc(100% / 3 - 20px);
  min-width: 200px;
  margin: 20px 0;
}

.hrtd2022_list .hrtd2022_ex {
  position: absolute;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  left: -16px;
  width: auto;
  top: 0;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  text-align: center;
}

.hrtd2022_team_run,
.hrtd2022_VS {
  background: #faa628;
}
.hrtd2022_team_exhibition {
  background: #14b409;
}

.hrtd2022_list figure {
  position: relative;
}

.hrtd2022_list figure small {
  position: absolute;
  right: 5px;
  bottom: 8px;
  mix-blend-mode: difference;
  font-size: 13px;
  -webkit-filter: contrast(200%) saturate(300%) grayscale(100%) invert(100%);
  filter: contrast(200%) saturate(300%) grayscale(100%) invert(100%);
}

.hrtd2022 .motorcycles_page .hrtd2022_list_machine h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

