@charset "UTF-8";
/*///////////////////////////////////////////////////////
    個別スタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
html:not([lang=ja]) .contents-racing--category .contents-racing--category-head {
  margin-bottom: 4.2rem;
}
html:not([lang=ja]) .contents-racing--history .contents-racing--history-slide {
  height: 45.3rem;
}

.contents-racing--mv .contents-racing--mv-inner .contents-racing--mv-wrapper .contents-racing--mv-item {
  width: 100%;
}
.contents-racing--mv .contents-racing--mv-inner .contents-racing--mv-wrapper .contents-racing--mv-item .contents-racing--mv-img {
  position: relative;
  overflow: hidden;
}
.contents-racing--mv .contents-racing--mv-inner .contents-racing--mv-wrapper .contents-racing--mv-item .contents-racing--mv-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents-racing--mv .contents-racing--mv-inner .contents-racing--mv-wrapper .contents-racing--mv-item .contents-racing--mv-img::before {
  content: "";
  display: block;
  padding-top: 57.067%;
}
.contents-racing--mv .contents-racing--mv-info {
  padding: 3.8rem 2rem 3rem;
  color: #ffffff;
  background: #1d2087;
  position: relative;
}
.contents-racing--mv .contents-racing--mv-info .contents-racing--mv-info--ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.contents-racing--mv .contents-racing--mv-info .new {
  padding: 0 0.95rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4545em;
  letter-spacing: 0.1em;
  background: #b41111;
  position: absolute;
  top: 1.6rem;
  left: 2rem;
}
.contents-racing--mv .contents-racing--mv-info .contents-racing--mv-info--deco {
  display: none;
}
.contents-racing--mv .contents-racing--mv-support {
  display: grid;
  grid-template-columns: 69.552238806% 23.5820895522%;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 2rem;
  background: #696969;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-pagination {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  grid-gap: 0 2rem;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-pagination .swiper-pagination-bullet {
  flex: 1 0 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #f2f2f2;
  transition: 0.3s ease background;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1d2087;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-pagination::-webkit-scrollbar {
  display: none;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-prev,
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-next {
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #ffffff;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.27);
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease opacity;
  cursor: pointer;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-prev.active,
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-next.active {
  opacity: 1;
  pointer-events: visible;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-prev::before,
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-next::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-prev::before {
  border-left: 0.2rem solid #ffffff;
  border-bottom: 0.2rem solid #ffffff;
  left: 55%;
}
.contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-next::before {
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  left: 45%;
}

.contents-racing--intro {
  padding: 5.7rem 0 3rem;
}
.contents-racing--intro .contents-racing--intro-txt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2167em;
  letter-spacing: 0.1em;
  text-align: center;
}

.contents-racing--news {
  padding: 3.8rem 0 4.6rem;
  background: #ffffff;
}
.contents-racing--news .contents-racing--news-head {
  margin-bottom: 2.5rem;
}
.contents-racing--news .contents-racing--news-head .contents-racing--news-ttl {
  padding-bottom: 0.55rem;
  font-size: 3rem;
  font-family: var(--add-ft-saira);
  font-style: italic;
  font-weight: 700;
  line-height: 1.5667em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #191919;
  position: relative;
}
.contents-racing--news .contents-racing--news-head .contents-racing--news-ttl::before {
  content: "";
  width: 4.2rem;
  height: 0.2rem;
  background: #1d2087;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contents-racing--news .contents-racing--news-head .contents-racing--news-subttl {
  margin-top: 0.95rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #191919;
}
.contents-racing--news .contents-racing--news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.6rem 1.9rem;
  margin-bottom: 4rem;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-img {
  margin-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-img::before {
  content: "";
  display: block;
  padding-top: 66.46%;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-date {
  margin-bottom: 0.1rem;
  font-size: 1.1rem;
  font-family: var(--add-ft-saira);
  font-weight: 600;
  line-height: 1.5456em;
  letter-spacing: 0.1em;
  color: #191919;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-category {
  display: flex;
  justify-content: flex-start;
  grid-gap: 0.5rem 1rem;
  margin-bottom: 0.8rem;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-category .contents-racing--news-category--item {
  padding: 0.25rem 1.25rem;
  font-size: 1.1rem;
  font-family: 700;
  line-height: 1.4545em;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #1d2087;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5334em;
  letter-spacing: 0;
  color: #191919;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-txt {
  display: none;
}
.contents-racing--news .contents-racing--news-list .contents-racing--news-item:nth-child(n+7) {
  display: none;
}
.contents-racing--news .contents-racing--news-btn {
  width: 20rem;
  position: relative;
}
.contents-racing--news .contents-racing--news-btn a,
.contents-racing--news .contents-racing--news-btn button {
  padding: 1.55rem 0 1.55rem 5.3rem;
  font-size: 1.2rem;
  font-family: var(--add-ft-saira);
  font-weight: 600;
  line-height: 1.5835em;
  text-align: left;
  border: none;
  border-radius: 4.9rem;
  color: #ffffff;
  background: transparent;
  position: relative;
  z-index: 2;
}
.contents-racing--news .contents-racing--news-btn a .arrow,
.contents-racing--news .contents-racing--news-btn button .arrow {
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #0f0f0f;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.contents-racing--news .contents-racing--news-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4.9rem;
  background: #2700FF;
  background: linear-gradient(135deg, rgb(39, 0, 255) 0%, rgb(148, 0, 127) 50%, rgb(255, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contents-racing--category {
  padding-top: 3.5rem;
  padding-bottom: 4.1rem;
  background: url("../../img/racing/category_bg_sp.png?250730") center top/cover no-repeat;
}
.contents-racing--category .contents-racing--category-head {
  margin-bottom: 2.2rem;
}
.contents-racing--category .contents-racing--category-head .contents-racing--category-ttl {
  font-size: 3.2rem;
  font-family: var(--add-ft-saira);
  font-style: italic;
  font-weight: 700;
  line-height: 1.375em;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.contents-racing--category .contents-racing--category-head .contents-racing--category-ttl span {
  display: inline-block;
  padding-left: 2rem;
  width: 100%;
  box-sizing: border-box;
}
.contents-racing--category .contents-racing--category-head .contents-racing--category-ttl span + span {
  padding-left: 4.8rem;
}
.contents-racing--category .contents-racing--category-head .contents-racing--category-subttl {
  padding-left: 4.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615em;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.contents-racing--category .contents-racing--category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem 0.7rem;
}
.contents-racing--category .contents-racing--category-list .contents-racing--category-item .contents-racing--category-img {
  position: relative;
  overflow: hidden;
}
.contents-racing--category .contents-racing--category-list .contents-racing--category-item .contents-racing--category-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents-racing--category .contents-racing--category-list .contents-racing--category-item .contents-racing--category-img::before {
  content: "";
  display: block;
  padding-top: 60.98%;
}

.contents-racing--history {
  padding: 4.8rem 0 4.2rem;
  background: url("../../img/racing/history_bg_sp.png?250729") center/cover no-repeat;
}
.contents-racing--history .contents-racing--history-head {
  margin-bottom: 3.9rem;
}
.contents-racing--history .contents-racing--history-head .contents-racing--history-ttl {
  padding-bottom: 0.55rem;
  font-size: 3rem;
  font-family: var(--add-ft-saira);
  font-style: italic;
  font-weight: 700;
  line-height: 1.5667em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.contents-racing--history .contents-racing--history-head .contents-racing--history-ttl::before {
  content: "";
  width: 4.2rem;
  height: 0.2rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contents-racing--history .contents-racing--history-head .contents-racing--history-subttl {
  margin-top: 0.95rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
.contents-racing--history .contents-racing--history-tabs {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 2.15rem;
  padding-bottom: 1.6rem;
  width: 30.5rem;
  position: relative;
}
.contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab {
  flex: 0 1 auto;
  width: auto;
  font-size: 1.4rem;
  font-family: var(--add-ft-saira);
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.07em;
  color: #ffffff;
  position: relative;
  transition: 0.3s ease font-size, 0.3s ease line-height;
  overflow: visible;
}
.contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translate(-50%, 50%);
  transition: 0.3s ease width, 0.3s ease height;
}
.contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab.active {
  font-size: 1.8rem;
}
.contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab.active::before {
  width: 1.2rem;
  height: 1.2rem;
}
.contents-racing--history .contents-racing--history-tabs::before {
  content: "";
  width: 87.5409836066%;
  height: 0.1rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contents-racing--history .contents-racing--history-slide {
  width: 100%;
  height: 43.4rem;
  transition: 0.3s ease height;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item {
  margin-bottom: 3.5rem;
  transition: 0.3s ease opacity;
  opacity: 0;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-img {
  margin: 0 auto 2.72rem;
  width: 98.5074626866%;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-name {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-txt {
  max-height: 12.5em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.80567em;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-txt::-webkit-scrollbar {
  display: none;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item:last-child {
  margin-bottom: 0;
}
.contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item.swiper-slide-active {
  opacity: 1;
}

@media screen and (min-width: 961px) {
  html:not([lang=ja]) .contents-racing--category .contents-racing--category-head {
    margin-bottom: 3.5rem;
  }
  html:not([lang=ja]) .contents-racing--history .contents-racing--history-slide {
    height: 84.8rem;
  }
  .contents-racing--mv {
    position: relative;
  }
  .contents-racing--mv .contents-racing--mv-inner .contents-racing--mv-wrapper .contents-racing--mv-item .contents-racing--mv-img::before {
    padding-top: 35.1396%;
  }
  .contents-racing--mv .contents-racing--mv-info {
    margin-top: -9.7rem;
    padding: 5.5rem 9.2rem 5.7rem 12.8rem;
    width: 82.6rem;
    min-height: 17.5rem;
    box-sizing: border-box;
    background: rgba(29, 32, 135, 0.9);
    z-index: 2;
  }
  .contents-racing--mv .contents-racing--mv-info .contents-racing--mv-info--ttl {
    font-size: 2rem;
    line-height: 1.575em;
    word-break: break-all;
  }
  .contents-racing--mv .contents-racing--mv-info .new {
    padding: 0.2rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.429em;
    top: 1.9rem;
    left: 12.8rem;
  }
  .contents-racing--mv .contents-racing--mv-info .contents-racing--mv-info--deco {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    border: 0.1rem solid #ffffff;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.27);
    position: absolute;
    right: 1.9rem;
    bottom: 1.8rem;
  }
  .contents-racing--mv .contents-racing--mv-info .contents-racing--mv-info--deco::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #ffffff;
    border-right: 0.2rem solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .contents-racing--mv .contents-racing--mv-support {
    grid-template-columns: 65% 28.6363636364%;
    padding: 1rem 0 1rem 2rem;
    width: 46rem;
    background: transparent;
    position: absolute;
    right: 5rem;
    bottom: 11.7rem;
    z-index: 3;
  }
  .contents-racing--mv .contents-racing--mv-support .contents-racing--mv-pagination {
    grid-gap: 0 1.3rem;
  }
  .contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-prev,
  .contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-next {
    width: 4.8rem;
    height: 4.8rem;
  }
  .contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-prev::before,
  .contents-racing--mv .contents-racing--mv-support .contents-racing--mv-switcher .contents-racing--mv-next::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .contents-racing--intro {
    padding-top: 7.2rem;
    padding-bottom: 10.4rem;
  }
  .contents-racing--intro .contents-racing--intro-txt {
    font-size: 1.5rem;
    line-height: 2.35em;
  }
  .contents-racing--news {
    padding-top: 7.97rem;
    padding-bottom: 8rem;
  }
  .contents-racing--news .contents-racing--news-head {
    margin-bottom: 4rem;
  }
  .contents-racing--news .contents-racing--news-head .contents-racing--news-ttl {
    padding-bottom: 0;
    font-size: 5rem;
    line-height: 1.58em;
  }
  .contents-racing--news .contents-racing--news-head .contents-racing--news-ttl::before {
    width: 5.9rem;
  }
  .contents-racing--news .contents-racing--news-head .contents-racing--news-subttl {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-racing--news .contents-racing--news-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6rem 4.2rem;
    margin-bottom: 11.03rem;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-img {
    margin-bottom: 1.4rem;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-img img {
    transition: 0.3s ease width, 0.3s ease height;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-img::before {
    padding-top: 67.324%;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-date {
    margin-bottom: 0.5rem;
    transition: 0.3s ease color;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-category {
    margin-bottom: 0.5rem;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-category .contents-racing--news-category--item {
    padding: 0.3rem 0.95rem;
    font-size: 1.2rem;
    line-height: 1.4165em;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-ttl {
    font-size: 1.6rem;
    line-height: 1.5624em;
    transition: 0.3s ease color;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item .contents-racing--news-txt {
    display: block;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #191919;
    transition: 0.3s ease color;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item:nth-child(n+7) {
    display: block;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item:hover .contents-racing--news-img img {
    width: 110%;
    height: 110%;
  }
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item:hover .contents-racing--news-date,
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item:hover .contents-racing--news-ttl,
  .contents-racing--news .contents-racing--news-list .contents-racing--news-item:hover .contents-racing--news-txt {
    color: #1d2087;
  }
  .contents-racing--news .contents-racing--news-btn {
    width: 27.5rem;
  }
  .contents-racing--news .contents-racing--news-btn a,
  .contents-racing--news .contents-racing--news-btn button {
    padding: 3.4rem 0 3.4rem 8.3rem;
    font-size: 1.4rem;
    line-height: 1.5712em;
    border-radius: 4.5rem;
  }
  .contents-racing--news .contents-racing--news-btn a .arrow,
  .contents-racing--news .contents-racing--news-btn button .arrow {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1rem;
    right: 7.5%;
  }
  .contents-racing--news .contents-racing--news-btn::before, .contents-racing--news .contents-racing--news-btn::after {
    border-radius: 4.5rem;
    transition: 0.3s ease opacity;
  }
  .contents-racing--news .contents-racing--news-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ff0000;
    background: linear-gradient(135deg, rgb(255, 0, 0) 0%, rgb(148, 0, 127) 50%, rgb(39, 0, 255) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .contents-racing--news .contents-racing--news-btn:hover::before {
    opacity: 0;
  }
  .contents-racing--news .contents-racing--news-btn:hover::after {
    opacity: 1;
  }
  .contents-racing--category {
    padding-top: 13rem;
    padding-bottom: 8rem;
    background-image: url("../../img/racing/category_bg_pc.png?250730");
  }
  .contents-racing--category .inner {
    width: 100%;
  }
  .contents-racing--category .contents-racing--category-head {
    display: inline-flex;
    align-items: end;
    grid-gap: 0 6.8rem;
    margin-bottom: 3.5rem;
    padding-left: 14.1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .contents-racing--category .contents-racing--category-head .contents-racing--category-ttl {
    width: -moz-min-content;
    width: min-content;
    font-size: 7.4rem;
    line-height: 1.3378em;
  }
  .contents-racing--category .contents-racing--category-head .contents-racing--category-ttl span {
    padding-left: 0;
  }
  .contents-racing--category .contents-racing--category-head .contents-racing--category-ttl span + span {
    padding-left: 6.3rem;
  }
  .contents-racing--category .contents-racing--category-head .contents-racing--category-subttl {
    margin-bottom: 1.2em;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.4445em;
  }
  .contents-racing--category .contents-racing--category-list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0.6rem 0.68rem;
  }
  .contents-racing--category .contents-racing--category-list .contents-racing--category-item .contents-racing--category-img img {
    transition: 0.3s ease width, 0.3s ease height;
  }
  .contents-racing--category .contents-racing--category-list .contents-racing--category-item .contents-racing--category-img::before {
    padding-top: 125.224%;
  }
  .contents-racing--category .contents-racing--category-list .contents-racing--category-item:hover .contents-racing--category-img img {
    width: 110%;
    height: 110%;
  }
  .contents-racing--history {
    padding-top: 7.44rem;
    padding-bottom: 11.4rem;
    background-image: url("../../img/racing/history_bg_pc.png?250729");
  }
  .contents-racing--history .inner {
    width: 96rem;
  }
  .contents-racing--history .contents-racing--history-head {
    margin-bottom: 7.45rem;
  }
  .contents-racing--history .contents-racing--history-head .contents-racing--history-ttl {
    padding-bottom: 0;
    font-size: 5rem;
    line-height: 1.58em;
  }
  .contents-racing--history .contents-racing--history-head .contents-racing--history-ttl::before {
    width: 5.9rem;
  }
  .contents-racing--history .contents-racing--history-head .contents-racing--history-subttl {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-racing--history .contents-racing--history-inner {
    position: relative;
  }
  .contents-racing--history .contents-racing--history-tabs {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 1.75rem 0;
    margin: 0;
    padding-bottom: 0;
    width: 10rem;
    box-sizing: border-box;
    position: absolute;
    top: 18rem;
    right: 0;
    transform: translateX(100%);
  }
  .contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab {
    padding-left: 1.6rem;
    font-size: 1.6rem;
    line-height: 3.9rem;
  }
  .contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab::before {
    left: 0;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .contents-racing--history .contents-racing--history-tabs .contents-racing--history-tab.active {
    font-size: 2.5rem;
  }
  .contents-racing--history .contents-racing--history-tabs::before {
    width: 0.1rem;
    height: 87.5409836066%;
    left: 0;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .contents-racing--history .contents-racing--history-slide {
    height: 79.906rem;
  }
  .contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item {
    margin-bottom: 5rem;
  }
  .contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-img {
    margin-left: 0;
    margin-bottom: 3.19rem;
    width: 93.75%;
  }
  .contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-name {
    margin-bottom: 1.9rem;
    font-size: 2rem;
    line-height: 1.45em;
  }
  .contents-racing--history .contents-racing--history-slide .contents-racing--history-wrapper .contents-racing--history-item .contents-racing--history-txt {
    font-size: 1.3rem;
    line-height: 1.861em;
    max-height: 9.5em;
  }
}