html {
  /* font-family: "HondaGlobalFontENJP-ExBold", sans-serif; */
  /* font-family: "HondaGlobalFontJP-Bold", sans-serif; */
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  /* font-family: "HondaGlobalFontJP-Light", sans-serif; */
  font-feature-settings: "palt";
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
#menu_content .dropdown-button {
  background-position: top 13px left;
}
main {
  overflow-x: clip;
}

.skew {
  transform: skewX(-21deg);
  display: inline-block;
}
.skew i {
  transform: skewX(21deg);
  display: inline-block;
}

.top-news {
  max-width: 1520px;
  margin: 0 auto;
  padding: 20px 0 50px;
  border-top: 2px solid #aaa2;
}
.top-news li.slick-slide {
  display: block;
  position: relative;
}
.top-news .slick-slide > div {
  display: block;
  margin: 0 3.5%;
}
.top-news .slick-slide > div a {
  display: block;
  /* margin: 0 3.5%; */
  position: relative;
}
.top-news .slick-slide > div img {
  width: 100%;
  height: auto;
  aspect-ratio: 40 / 21;
  /* object-fit: contain; */
  object-fit: cover;
  background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f600 100%);
}
.top-news .slick-slide > div a > div {
  color: #fff;
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  justify-content: flex-start;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 60px;
}
.top-news .slick-slide > div a > div em {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  line-height: 1;
  min-height: 2.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 0.25em solid #fff;
  font-size: clamp(32px, 4.25vw, 50px);
}
.top-news .slick-slide > div a > div em i {
  transform: skewX(21deg);
}
.top-news .slick-slide > div a > div span {
  display: flex;
  align-items: center;
}
.top-news .slick-slide > div a > div span time {
  display: none;
}
.top-news .slick-slide > div a > div span h2 {
  font-size: 20px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  padding: 0 0.75em 0 0.25em;
  margin: 0.5em auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.top-news ul.slick-dots {
  display: flex !important;
  gap: 1em;
  font-size: 20px;
  width: fit-content;
  background: #fff0;
  position: absolute;
  height: 50px;
  align-items: center;
  top: 100%;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-news ul.slick-dots li {
  width: 12px;
  height: 10px;
  overflow: hidden;
  background: #555;
  opacity: 0.2;
  cursor: pointer;
  transform: skewX(-21deg);
}

.top-news ul.slick-dots li.slick-active {
  opacity: 1;
}

.top-news ul.slick-dots li button {
  display: none;
}

.top-news ul.slick-dots {
}

.news_link {
  font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  color: #333;
  padding: 0.1em 1.5em 0.25em;
  border-right: 0.2em solid;
  border-bottom: 0.2em solid;
  margin: 0 auto 40px;
  display: block;
  width: fit-content;
}

.read {
  width: 100%;
  padding: 64px 0;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.read::before {
  content: "";
  width: 100%;
  max-width: 900px;
  height: auto;
  aspect-ratio: 25 / 7;
  background-image: url(/ACCESS/motorsports/race2026/common/images/read_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.read span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 10px;
  text-shadow: 0 0 4px #f6f6f6, 0 0 2px #f6f6f6, 0 0 2px #f6f6f6;
  filter: drop-shadow(0 0 3px #f6f6f6);
}
.read span h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  text-align: center;
}
.read span p {
  font-size: 16px;
  line-height: 1.75;
}

main .contents {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px 120px;
  box-sizing: border-box;
}
main .contents h2 {
  font-size: 25px;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.2;
  word-break: break-word;
  box-sizing: border-box;
  margin-top: 100px;
}
main .contents h2::before {
  content: "";
  position: absolute;
  width: 1em;
  height: auto;
  aspect-ratio: 8 / 5;
  transform: skewX(-21deg);
  background: #333;
  left: 0;
  top: 0.35em;
}
.race_result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 20px 0px;
}
.race_result ul li {
  width: fit-content;
  width: 336px;
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  filter: drop-shadow(0 0 4px #0002);
  transition: 0.3s;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.race_result ul li:has(a[href]:hover) {
  filter: drop-shadow(10px 10px 6px #0002);
  left: -4px;
  top: -7px;
}
.race_result.active ul li {
  opacity: 1;
  transform: translateX(0);
}
.race_result.active ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.race_result.active ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.race_result.active ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.race_result.active ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.race_result.active ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.race_result.active ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.race_result.active ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.race_result.active ul li:nth-child(8) {
  transition-delay: 0.8s;
}
.race_result.active ul li:nth-child(9) {
  transition-delay: 0.9s;
}
.race_result.active ul li:nth-child(10) {
  transition-delay: 1s;
}

.race_result ul li span {
  display: flex;
  /* padding-bottom: 20px;
  background: #f6f6f6;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, calc(100% - 77px) 100%, 0 100%); */
  flex-direction: column;
  height: 100%;
}
.race_result ul li span a {
  color: #333;
  background: #f6f6f6;
  display: block;
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  transform: skewX(-21deg);
  /* clip-path: polygon(0 0, 100% 0, calc(100% - 67px) 100%, 0 100%); */
}
.race_result ul li span a > * {
  transform: skewX(21deg);
}
.race_result ul li span a > .skew {
  transform: skewX(0deg) !important;
}
.race_result ul li span a h4 {
  font-size: 40px;
  padding: 0.1em 0.5em 0.1em 0.4em;
  border-right: 3px solid;
  border-bottom: 3px solid;
}
.race_result ul li span a p {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0.5em 10px 1.25em;
  width: calc(100% - 0px);
  box-sizing: border-box;
}
.race_result ul li span a p b {
  font-size: 18px;
  display: block;
}
.race_result ul li em {
  display: flex;
  margin-top: -20px;
}
.race_result ul li em i {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  font-size: 16px;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 0.1em 1em;
  clip-path: polygon(17px 0, 100% 0, calc(100% - 17px) 100%, 0 100%);
}
.race_result ul li em i u {
  text-decoration: unset;
  font-size: 40px;
  padding: 0 10px;
  min-width: 60px;
  display: inline-block;
  text-align: center;
}
.race_result ul li:not(:has(span > a[href])) em {
  opacity: 0.6;
}
.race_result ul li:not(:has(span > a[href])) a {
  color: #3339;
}

/* .team{

} */
.team > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 4px #2222);
  margin-top: 20px;
}
.team > div a {
  position: relative;
  width: 54%;
  display: block;
}
.team > div a:first-of-type {
  clip-path: polygon(0 0, 100% 0, 78.5% 100%, 0 100%);
  margin-right: -4%;
}
.team > div a:last-of-type {
  clip-path: polygon(21.5% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -4%;
}
.team > div a img {
  display: block;
  transition: 0.2s;
}
.team > div a p {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  background: #000c;
  padding: 0 1.5em 0.1em;
  transition: 0.2s;
}
.team > div a:first-of-type p {
  right: 19%;
}
.team > div a:last-of-type p {
  right: -2%;
}
.team > div a:hover p {
  background: #c00c;
}
.team > div a:hover img {
  opacity: 0.7;
}

/* ～～～～～～～～～～～team.html～～～～～～～～～～～ */
#gt500 *,
#smile * {
  color: #333;
  border-color: #333;
}
.team_profile .team_photo h4 {
  font-size: 20px;
  font-weight: bold;
}
#gt500:before,
#gt300:before,
#smile:before {
  background: #fff;
}
.team_profile .team_text ul li img {
  max-width: 20px;
  filter: invert(80%);
}
#gt500 .team_title {
  background: url(../images/64.png) bottom 15px right 15px no-repeat;
  background: unset;
}
.team_title a {
  font-size: clamp(10px, 3.75vw, 13px);
  margin-right: -9px;
  padding-right: 15px;
}
.team_title a:after {
  top: 0.45em;
  border-bottom: 11px solid #333 !important;
}
#gt500 .team_title {
  border-color: #c00;
}
.team_title span {
  color: #fff !important;
  font-size: 18px;
  padding: 0 0.25em 0 0.5em;
}
.team_profile .team_text {
  flex: 0 0 46%;
}
/* ～～～～～～～～～～～team.html～～～～～～～～～～～ */

/* ～～～～～～～～～～～news.html～～～～～～～～～～～ */
.news-list {
}
.news-list h2 {
  font-size: 25px;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.2;
  word-break: break-word;
  box-sizing: border-box;
  width: 1240px;
  max-width: 92%;
  margin: 0 auto;
  margin-top: 1.5em;
}
.news-list h2::before {
  content: "";
  position: absolute;
  width: 1em;
  height: auto;
  aspect-ratio: 8 / 5;
  transform: skewX(-21deg);
  background: #333;
  left: 0.1em;
  top: 0.35em;
}
.news-list #newsList {
  max-width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1240px;
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}
.news-list #newsList li {
  width: 46%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 3px solid #666;
}
.news-list #newsList li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #333;
  height: 100%;
  transition: unset;
}
.news-list #newsList li a img {
  width: 35%;
  object-fit: contain;
  object-position: top;
  border: 2px solid #f6f6f6;
}
.news-list #newsList li a:hover img {
  border: 2px solid #d11;
}
.news-list #newsList li a:hover {
  color: #d11;
}
.news-list #newsList li a span {
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.news-list #newsList li a span time.date {
  color: #c11;
  padding: 0 8px 0 0;
  font-size: 10px;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  padding: 0 8px 4px 0;
  display: inline-block;
}
.news-list #newsList li a span em.cat {
  display: none;
}
.news-list #newsList li a span h3.ttl {
  font-size: 15px;
  line-height: 1.4;
}
.news-list #newsList li:nth-child(-n + 2) {
}
.news-list #newsList li:nth-child(-n + 2) a {
  flex-direction: column;
}
.news-list #newsList li:nth-child(-n + 2) a img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 0 16px 0;
}
.news-list #newsList li:nth-child(-n + 2) a span {
  width: 100%;
  display: flex;
}
/* .news-list #newsList li:nth-child(-n + 2) a span time.date {
}
.news-list #newsList li:nth-child(-n + 2) a span em.cat {
}
.news-list #newsList li:nth-child(-n + 2) a span h3.ttl {
} */
/* ～～～～～～～～～～～news.html～～～～～～～～～～～ */

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .read span {
    text-shadow: 0 0 10px #f6f6f6, 0 0 8px #f6f6f6, 0 0 6px #f6f6f6,
      0 0 4px #f6f6f6, 0 0 2px #f6f6f6, 0 0 2px #f6f6f6;
    filter: drop-shadow(0 0 6px #f6f6f6);
  }
  .read::before {
    max-width: unset;
    min-width: 768px;
    background-repeat: repeat-x;
    background-position: -110% 50%;
    background-position: 35vw 80%;
    background-size: unset;
  }
  .top-news .slick-slide > div a > div {
    flex-direction: column;
    padding: 0 2%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .top-news .slick-slide > div a > div em {
    min-height: unset;
    border-bottom: 0.25em solid #fff;
    min-width: 30%;
    width: fit-content;
    border-right: unset;
    padding: 0 0.5em 0.45em 1em;
    font-size: 24px;
    margin-left: -1.15em;
    filter: drop-shadow(-1px -1px 1px #3338);
  }
  .top-news .slick-slide > div a > div span {
  }
  .top-news .slick-slide > div a > div span h2 {
    padding: unset;
    margin: 0.5em 0;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .read span h3 {
    font-size: clamp(20px, 7vw, 24px);
  }
  .team > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .team > div a {
    clip-path: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
    width: 100%;
    overflow: hidden;
    max-width: 500px;
  }
  .team > div a img {
    aspect-ratio: 8 / 5;
    object-fit: cover;
  }
  .team > div a:first-of-type img {
    object-position: left;
  }
  .team > div a:last-of-type img {
    object-position: right;
  }
  .team > div a p {
    right: -10px !important;
    left: unset !important;
    padding: 0.25em 25px 0.25em 1em;
  }
  .news-list #newsList li a {
    display: block;
    margin-top: -10px;
  }
  .news-list #newsList li a img {
    float: left;
    margin-right: 0.75em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .news-list #newsList li a span {
    display: contents;
  }
  .news-list #newsList {
    flex-direction: column;
  }
  .news-list #newsList li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 500px) {
  .read::before {
    background-position: -110% 50%;
  }
  .race_result ul li em i u {
    font-size: 35px;
    min-width: unset;
  }
}
