.page-top.l-page-wrap {
  margin-top: 0;
}
.page-top .top-notification {
  background: #74D7EC;
  padding: 0.8rem var(--sidePaddingSp1);
}
.page-top .top-notification__text {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
.page-top .top-more-section__button {
  width: -moz-fit-content;
  width: fit-content;
}
.page-top .top-announcement {
  background: #74D7EC;
  font-weight: 700;
}
.page-top .top-announcement__content {
  position: relative;
}
.page-top .top-announcement__item {
  display: flex;
  gap: 1rem;
  padding: 1.6rem 2.4rem;
}
.page-top .top-announcement__item.swiper-slide {
  box-sizing: border-box;
}
.page-top .top-announcement__head {
  flex: none;
}
.page-top .top-announcement__body {
  flex: 1 1;
}
.page-top .top-announcement__time {
  background: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 0.9rem;
  margin: 0.9rem auto 0;
  text-align: center;
}
.page-top .top-announcement__time__number {
  display: block;
  font-size: 1.5em;
  margin-top: 0.4em;
}
.page-top .top-announcement__date {
  font-size: 1.6rem;
  line-height: 1;
}
.page-top .top-announcement__date__day {
  font-size: 2em;
  display: block;
  margin-top: -0.3rem;
}
.page-top .top-announcement__date__month {
  font-size: 0.5em;
  position: relative;
  top: -0.8em;
}
.page-top .top-announcement__date__week {
  display: inline-block;
  font-size: 0.44em;
  margin-top: 0.7em;
  margin-left: 0.2em;
}
.page-top .top-announcement__venue-list {
  display: flex;
  gap: 0.3rem;
}
.page-top .top-announcement__venue-label {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  min-width: 4.2rem;
  height: 1.9rem;
  flex: none;
  padding: 0 0.2rem;
  opacity: 0.5;
}
.page-top .top-announcement__venue-label--active {
  opacity: 1;
}
.page-top .top-announcement__venue-label--color01 {
  background: #E8B525;
  color: #464646;
}
.page-top .top-announcement__venue-label--color02 {
  background: #653D99;
  color: #fff;
}
.page-top .top-announcement__venue-label--color03 {
  background: #166DD3;
  color: #fff;
}
.page-top .top-announcement__description {
  font-size: 1.2rem;
  line-height: 1.4;
}
.page-top .top-announcement__description--last {
  margin-top: 1.5rem;
}
.page-top .top-announcement__title {
  margin-top: 1.2rem;
}
.page-top .top-announcement__title__item {
  display: flex;
  margin-top: 0.8rem;
  gap: 0 0.5rem;
}
.page-top .top-announcement__title__item .top-announcement__venue-label {
  min-width: 3.2rem;
  height: 1.6rem;
  opacity: 1;
}
.page-top .top-announcement__title__item .top-announcement__description {
  margin-top: -0.05rem;
}
.page-top .top-announcement__arrow__prev,
.page-top .top-announcement__arrow__next {
  width: 1rem;
  height: calc(100% - 1.5rem);
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.page-top .top-announcement__arrow__prev::after,
.page-top .top-announcement__arrow__next::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #FFF;
  position: absolute;
  top: calc(50% - 0.3rem);
  transform: rotate(45deg);
}
.page-top .top-announcement__arrow__prev.swiper-button-disabled,
.page-top .top-announcement__arrow__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.page-top .top-announcement__arrow__prev {
  left: 0;
}
.page-top .top-announcement__arrow__prev::after {
  border-width: 0 0 0.1rem 0.1rem;
  left: 0.3rem;
}
.page-top .top-announcement__arrow__next {
  right: 0;
}
.page-top .top-announcement__arrow__next::after {
  border-width: 0.1rem 0.1rem 0 0;
  right: 0.3rem;
}
.page-top .top-info-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.page-top .top-button-menu {
  display: flex;
  justify-content: center;
}
.page-top .top-fv-block {
  display: flex;
  flex-direction: column;
}
.page-top .top-fv-block--modeB .top-first-menu {
  display: flex;
  flex-direction: column;
}
.page-top .top-mv {
  overflow: hidden;
}
.page-top .top-mv__slider__inner.splide__track {
  overflow: visible;
}
.page-top .top-mv__slider__item {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
}
.page-top .top-mv__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.page-top .top-mv__pagination li {
  margin: 0 1rem;
}
.page-top .top-mv__pagination .splide__pagination__page {
  width: 0.8rem;
  height: 0.8rem;
  background: var(--colorMain6);
  border-radius: 50%;
}
.page-top .top-mv__pagination .splide__pagination__page.is-active {
  background: var(--colorBg8);
}
.page-top .top-quick-section {
  padding: 0 var(--sidePaddingSp1);
}
.page-top .top-quickbanner {
  display: flex;
  flex-wrap: wrap;
}
.page-top .top-quickbanner--first {
  margin-top: 1.2rem;
}
.page-top .top-racecourse {
  background: #EEE;
}
.page-top .top-racecourse__inner {
  position: relative;
  z-index: 1;
}
.page-top .top-race__heading {
  margin-bottom: 2.5rem;
}
.page-top .top-first-menu__panel__thumbnail {
  aspect-ratio: 355/250;
}
.page-top .top-first-menu__panel__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .top-first-menu__panel__body {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 1.6rem;
}
.page-top .top-first-menu__panel__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-top .top-first-menu__panel__date {
  color: var(--colorMain18);
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}
.page-top .top-first-menu__panel__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.4rem;
}
.page-top .top-first-menu__navi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 1rem;
}
.page-top .top-first-menu__navi__item {
  width: calc((100% - 2rem) / 3);
  height: 9rem;
  position: relative;
}
.page-top .top-first-menu__navi__item::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-top .top-first-menu__navi__item--disabled {
  pointer-events: none;
  opacity: 0.4;
}
.page-top .top-first-menu__navi__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--colorMain6);
  color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 0.6rem;
}
.page-top .top-first-menu__navi__label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  background: var(--colorMain10);
}
.page-top .top-first-menu__navi__icon {
  filter: var(--filterColorWhite);
  width: 4rem;
  height: 4rem;
}
.page-top .top-first-menu__navi__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-top .top-first-menu__navi__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-top .top-pickup {
  padding: 2.5rem var(--sidePaddingSp1) 5rem;
  background: #EBFCFC;
}
.page-top .top-pickup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
.page-top .top-pickup__banner img {
  width: 100%;
}
.page-top .top-racelist {
  background: #EEE;
}
.page-top .top-racelist__body {
  margin-top: 2.5rem;
}
.page-top .top-racelist__body .RaceDayWrap_Inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.page-top .top-racelist__body .RaceDayPrev,
.page-top .top-racelist__body .RaceDayNext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 4rem;
  height: 5rem;
}
.page-top .top-racelist__body .RaceDayPrev a,
.page-top .top-racelist__body .RaceDayNext a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-top .top-racelist__body .RaceDayPrev a::before,
.page-top .top-racelist__body .RaceDayNext a::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: solid var(--colorMain6);
  transform: rotate(45deg) skew(5deg, 5deg);
  position: absolute;
  top: calc(50% - 0.7rem);
}
.page-top .top-racelist__body .RaceDayPrev a::before {
  left: 40%;
  border-width: 0 0 0.2rem 0.2rem;
}
.page-top .top-racelist__body .RaceDayNext a::before {
  right: 40%;
  border-width: 0.2rem 0.2rem 0 0;
}
.page-top .top-racelist__body .Tab_RaceDaySelect {
  flex: 1 1;
}
.page-top .top-racelist__body .Tab_RaceDaySelect ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-top .top-racelist__body .Tab_RaceDaySelect li {
  width: 100%;
  position: relative;
}
.page-top .top-racelist__body .Tab_RaceDaySelect li.current::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.05rem;
  transform: translate(-50%, 100%);
  width: 2rem;
  height: 1rem;
  background: var(--colorMain5);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.page-top .top-racelist__body .Tab_RaceDaySelect li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--colorMain9);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 5rem;
  border-bottom: 0.2rem solid var(--colorMain5);
  box-shadow: var(--primaryShadow);
  position: relative;
  cursor: pointer;
}
.page-top .top-racelist__body .Tab_RaceDaySelect li.current a {
  background: #fff;
  color: var(--colorText1);
}
.page-top .top-racelist__body .RaceTopRaceMenuWrap {
  background: #fff;
  box-shadow: var(--primaryShadow);
  padding: 0.1rem 1rem;
  margin-top: 3rem;
}
.page-top .top-racelist__body .RaceList li {
  border-top: 1px solid var(--colorBg8);
}
.page-top .top-racelist__body .RaceList li:first-child {
  border-top-width: 0;
}
.page-top .top-racelist__body .RaceList_Main_Box a {
  display: flex;
  align-items: center;
  padding: 0.7rem 2rem 0.7rem 0;
  position: relative;
}
.page-top .top-racelist__body .RaceList_Main_Box a::after {
  width: 1.3rem;
  height: 0.9rem;
  content: "";
  display: block;
  background: url("../../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: var(--filterColorBlue1);
}
.page-top .top-racelist__body .Race_Num {
  background: var(--colorMain10);
  color: #fff;
  width: 5.6rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.2rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1.2rem) 100%, 0% 100%);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0 0 0.9rem;
  margin-right: 1rem;
  flex: none;
}
.page-top .top-racelist__body .Race_Name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-top .top-racelist__body .Race_Data {
  color: var(--colorMain18);
  font-size: 1.2rem;
  font-weight: 700;
}
.page-top .top-pickup-racelist {
  padding-top: 2rem;
}
.page-top .top-pickup-racelist .top-pickup {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.page-top .top-pickup-racelist .top-pickup__list {
  margin-top: 0;
}
.page-top .top-movie {
  background: var(--colorMain6);
  padding: 4rem var(--sidePaddingSp1) 6rem;
}
.page-top .top-movie__frame__inner {
  aspect-ratio: 355/202;
  position: relative;
  overflow: hidden;
}
.page-top .top-movie__frame__inner iframe {
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
}
.page-top .top-movie__logo-title {
  margin-right: auto;
  margin-left: auto;
  max-width: 24rem;
}
.page-top .top-news {
  padding: 3.5rem var(--sidePaddingSp1) 5rem;
}
.page-top .top-news__inner {
  margin: 0 auto;
}
.page-top .top-news__contents {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.3);
  margin-top: 1.8rem;
  padding: 0.8rem 2rem;
}
.page-top .top-news__contents .m-topics-article.is-first {
  border-top: none;
}
.page-top .top-calendar {
  background: #EBFCFC;
  padding: 3rem var(--sidePaddingSp1) 5rem;
}
.page-top .top-bleachers {
  padding: 3rem var(--sidePaddingSp1) 5rem;
}
.page-top .top-bleachers__slider__arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 3.2rem);
  z-index: 3;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.page-top .top-bleachers__slider__arrows .splide__arrow {
  pointer-events: auto;
  background: #000;
  width: 1.5rem;
  height: 100%;
}
.page-top .top-bleachers__slider__arrows .splide__arrow svg {
  display: none;
}
.page-top .top-bleachers__slider__arrows .splide__arrow::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #FFF;
  position: absolute;
  top: calc(50% - 0.3rem);
  transform: rotate(45deg);
}
.page-top .top-bleachers__slider__arrows .splide__arrow--prev::after {
  border-width: 0 0 0.1rem 0.1rem;
  left: 0.6rem;
}
.page-top .top-bleachers__slider__arrows .splide__arrow--next::after {
  border-width: 0.1rem 0.1rem 0 0;
  right: 0.6rem;
}
.page-top .top-bleachers__panel {
  background: #fff;
  width: 100%;
}
.page-top .top-bleachers__panel__inner {
  background: #fff;
  position: relative;
  display: block;
}
.page-top .top-bleachers__panel__thumbnail {
  position: relative;
  aspect-ratio: 360/200;
}
.page-top .top-bleachers__panel__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .top-bleachers__panel__body {
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 1.6rem 1.5rem 1.6rem;
  gap: 0.4rem 0;
}
.page-top .top-bleachers__panel__title {
  width: 100%;
  flex: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.page-top .top-bleachers__panel__caption {
  position: absolute;
  color: #fff;
  background: var(--colorBg3);
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 0.8rem;
  left: 0;
  bottom: 0;
}
.page-top .top-bleachers__panel__price {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-right: 0.5rem;
}
.page-top .top-bleachers__panel__price__label {
  background: var(--colorMain11);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 0.6rem;
}
.page-top .top-bleachers__panel__price__text {
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-top .top-bleachers__panel__option {
  display: flex;
  align-items: center;
  flex: 1 1;
}
.page-top .top-bleachers__panel__icons {
  display: flex;
  gap: 0.2rem;
}
.page-top .top-bleachers__panel__icons__item {
  width: 2rem;
  height: 2rem;
  background: var(--colorMain12);
  font-size: 0;
  position: relative;
  border-radius: 0.2rem;
}
.page-top .top-bleachers__panel__icons__item img {
  width: 70%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: var(--filterColorWhite);
}
.page-top .top-bleachers__panel__status {
  background: var(--colorMain6);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 0.6rem;
  min-width: 9rem;
  text-align: center;
  margin-left: auto;
  white-space: nowrap;
}
.page-top .top-bleachers__panel__status--disabled {
  background: var(--colorMain12);
}
.page-top .top-bleachers__slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.page-top .top-bleachers__slider__pagination li {
  margin: 0 1rem;
}
.page-top .top-bleachers__slider__pagination .splide__pagination__page {
  width: 0.8rem;
  height: 0.8rem;
  background: var(--colorMain6);
  border-radius: 50%;
}
.page-top .top-bleachers__slider__pagination .splide__pagination__page.is-active {
  background: var(--colorBg8);
}
.page-top .top-access {
  padding: 3rem var(--sidePaddingSp1) 6rem;
  background: #EBFCFC;
}
.page-top .top-access__map {
  margin-bottom: 2.2rem;
}
.page-top .top-access__heading {
  margin-bottom: 1.2rem;
}
.page-top .top-access__heading:first-child {
  margin-top: 0;
}
.page-top .top-access__heading.m-medium-heading {
  border-bottom-width: 0.1rem;
}
.page-top .top-access__heading .m-medium-heading__text {
  color: var(--colorMain6);
  font-size: 1.6rem;
}
.page-top .top-access__heading .m-medium-heading__text::after {
  border-bottom-width: 0.1rem;
  bottom: -0.1rem;
}
.page-top .top-access__description {
  font-size: 1.4rem;
}
.page-top .top-access__label {
  background: var(--colorMain6);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.6rem;
  letter-spacing: 0.05em;
  margin-top: 2.2rem;
}
.page-top .top-access__label:first-of-type {
  margin-top: 0;
}
.page-top .top-links {
  padding: 2.8rem var(--sidePaddingSp1) 2rem;
  background: #EEE;
}
.page-top .top-links__heading {
  margin-top: 3.5rem;
}
.page-top .top-links__heading:first-child {
  margin-top: 0;
}
.page-top .top-links__banners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}
.page-top .top-links__banners__item {
  width: calc((100% - 0.7rem) / 2);
}
.page-top .top-links__sub-banners {
  display: flex;
}
.page-top .top-links__ex-menu {
  margin-top: 1rem;
}
.page-top .top-links__ex-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.page-top .top-links__ex-menu__item {
  width: calc((100% - 1.3rem) / 3);
}
.page-top .top-sns__inner {
  position: relative;
  padding: 4.5rem var(--sidePaddingSp1) 5rem;
}
.page-top .top-sns__inner::after {
  content: "";
  display: block;
  width: 7rem;
  height: 5rem;
  background: url("../../img/top/sns_illust.png") no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-top .top-sns__lead {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
.page-top .top-sns__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.page-top .top-sns__list__item {
  width: 5rem;
}
.page-top .top-sns__list__item img {
  width: 100%;
}
@media (min-width: 768px) {
  .page-top .top-notification {
    background: #eee;
    padding: 1.5rem var(--sidePaddingPc1);
    margin-top: 2rem;
  }
  .page-top .top-notification__text {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .page-top .top-more-section {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-areas: "heading button" "contents contents";
    grid-template-columns: 1fr max-content;
  }
  .page-top .top-more-section__heading {
    grid-area: heading;
  }
  .page-top .top-more-section__contents {
    margin-top: 6.5rem;
    grid-area: contents;
  }
  .page-top .top-more-section__button {
    grid-area: button;
  }
  .page-top .top-announcement__item {
    position: relative;
    padding: 1.6rem 2.5%;
    gap: 7%;
  }
  .page-top .top-announcement__item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.1rem;
    height: calc(100% - 3.2rem);
    background: #000;
  }
  .page-top .top-announcement__item:last-child::after {
    content: none;
  }
  .page-top .top-announcement__item.swiper-slide {
    flex: auto;
  }
  .page-top .top-announcement__time {
    margin-top: 1.2rem;
  }
  .page-top .top-announcement__venue-list {
    gap: 0.4rem;
  }
  .page-top .top-announcement__venue-label {
    max-width: 5.68rem;
    min-width: auto;
    width: calc((100% - 1.6rem) / 5);
    height: 2.5rem;
    font-size: min(1.4rem, 1vw);
  }
  .page-top .top-announcement__description {
    font-size: 1.6rem;
  }
  .page-top .top-announcement__description--last {
    margin-top: 1rem;
  }
  .page-top .top-announcement__title__item {
    gap: 0.3rem 1rem;
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  .page-top .top-announcement__title__item .top-announcement__venue-label {
    width: auto;
    min-width: 4.3rem;
    height: 2rem;
    font-size: 1.1rem;
  }
  .page-top .top-announcement__title__item .top-announcement__description {
    margin-top: -0.15rem;
  }
  .page-top .top-announcement__arrow {
    display: none;
  }
  .page-top .top-info-block {
    margin-top: 6rem;
    gap: 6rem;
  }
  .page-top .top-button-menu {
    max-width: 100%;
    width: 100%;
    gap: 2rem;
  }
  .page-top .top-button-menu .m-link-panel {
    width: 100%;
    max-width: 45rem;
    height: 12rem;
  }
  .page-top .top-button-menu .m-link-panel__body {
    flex: none;
  }
  .page-top .top-button-menu .m-link-panel__thumbnail {
    aspect-ratio: auto;
    position: relative;
    flex: 1 1;
  }
  .page-top .top-button-menu .m-link-panel__thumbnail img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .page-top .top-button-menu__fit-thumbnail {
    background: #fff;
  }
  .page-top .top-button-menu__fit-thumbnail img {
    width: 78%;
    height: 78%;
  }
  .page-top .top-fv-block {
    flex-direction: column-reverse;
  }
  .page-top .top-fv-block--modeA .top-notification {
    order: 1;
    margin-bottom: 4rem;
  }
  .page-top .top-mv {
    margin-bottom: 4rem;
  }
  .page-top .top-mv__slider {
    max-width: var(--widthDefault);
    width: calc(100% - 15rem);
    margin-right: auto;
    margin-left: auto;
  }
  .page-top .top-mv__slider__item:not(.is-active) {
    opacity: 0.5;
  }
  .page-top .top-mv__pagination {
    margin-top: 3rem;
  }
  .page-top .top-mv__pagination .splide__pagination__page {
    width: 1.2rem;
    height: 1.2rem;
  }
  .page-top .top-quick-section {
    padding: 0 var(--sidePaddingPc1);
  }
  .page-top .top-quickbanner {
    gap: 4rem;
    justify-content: center;
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-quickbanner__item {
    width: calc(50% - 2rem);
    min-width: 40rem;
  }
  .page-top .top-racecourse {
    margin: 9rem auto 0;
    padding: 8rem var(--sidePaddingPc1) 9.96rem;
  }
  .page-top .top-racecourse__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-race {
    padding: 8rem var(--sidePaddingPc1) 10rem;
  }
  .page-top .top-race__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-race__heading {
    margin-bottom: 6.5rem;
  }
  .page-top .top-first-menu__main-contents {
    background: url("../../img/top/first-panel_bg_pc.jpg") no-repeat center top/cover;
    padding: 8rem clamp(var(--sidePaddingPc1), (100% - 112rem) / 2, 100%);
  }
  .page-top .top-first-menu__panel {
    display: flex;
  }
  .page-top .top-first-menu__panel__thumbnail {
    flex: none;
    aspect-ratio: 570/340;
    width: 50.893%;
  }
  .page-top .top-first-menu__panel__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
  }
  .page-top .top-first-menu__panel__title {
    font-size: 2.2rem;
  }
  .page-top .top-first-menu__panel__date {
    font-size: 1.6rem;
  }
  .page-top .top-first-menu__panel__description {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
  .page-top .top-first-menu__navi {
    gap: 2.4rem;
    margin-top: 3rem;
  }
  .page-top .top-first-menu__navi__item {
    width: calc((100% - 12rem) / 6);
    height: 9.8rem;
  }
  .page-top .top-first-menu__navi__item a {
    transition: 0.3s;
  }
  .page-top .top-first-menu__navi__item a:hover {
    opacity: 1;
    background: var(--colorMain8);
  }
  .page-top .top-first-menu__navi__label {
    font-size: 1.3rem;
    height: 2rem;
  }
  .page-top .top-first-menu__navi__icon {
    width: 5rem;
    height: 5rem;
  }
  .page-top .top-first-menu__navi__text {
    font-size: min(1.8rem, 1.5vw);
  }
  .page-top .top-first-menu__quickbanner {
    width: 100%;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .page-top .top-pickup {
    padding: 8rem var(--sidePaddingPc1) 10rem;
  }
  .page-top .top-pickup__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-pickup__list {
    gap: 4rem 2rem;
    margin-top: 5rem;
  }
  .page-top .top-pickup__list .m-link-panel {
    width: calc((100% - 4rem) / 3);
  }
  .page-top .top-pickup__list .m-link-panel.top-pickup__wide-panel {
    width: 100%;
  }
  .page-top .top-pickup__list .m-link-panel.top-pickup__wide-panel .m-link-panel__thumbnail {
    aspect-ratio: auto;
    height: 15rem;
  }
  .page-top .top-pickup__list .top-pickup__banner {
    width: calc((100% - 2rem) / 2);
  }
  .page-top .top-pickup__pc-variable-panel {
    width: calc((100% - 2rem) / 2) !important;
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__thumbnail {
    aspect-ratio: 1100/260;
    position: relative;
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__thumbnail__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__body {
    padding: clamp(0px,0.859375vw,1.1rem) clamp(0px,4.296875vw,5.5rem) clamp(0px,0.9375vw,1.2rem) clamp(0px,1.25vw,1.6rem);
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__body::before {
    width: clamp(0px,3.8125vw,4.88rem);
    -webkit-clip-path: polygon(clamp(0px,1.3125vw,1.68rem) 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(clamp(0px,1.3125vw,1.68rem) 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__body::after {
    width: clamp(0px,1.40625vw,1.8rem);
    height: clamp(0px,1.40625vw,1.8rem);
    bottom: clamp(0px,0.546875vw,0.7rem);
    right: clamp(0px,0.9375vw,1.2rem);
    top: 50%;
    margin-top: clamp(-0.9rem,-0.703125vw,0px);
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__title {
    font-size: clamp(0px,1.40625vw,1.8rem);
  }
  .page-top .top-pickup__pc-variable-panel .m-link-panel__title__small {
    font-size: clamp(0px,0.9375vw,1.2rem);
  }
  .page-top .top-racelist {
    padding: 8rem var(--sidePaddingPc1) 12rem;
    margin-top: 12rem;
  }
  .page-top .top-racelist__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-racelist__body {
    margin-top: 5rem;
  }
  .page-top .top-racelist__body .Tab_RaceDaySelect ul {
    gap: 2rem;
  }
  .page-top .top-racelist__body .Tab_RaceDaySelect li.current::after {
    width: 2.2rem;
    height: 1.1rem;
  }
  .page-top .top-racelist__body .Tab_RaceDaySelect li a {
    font-size: 1.8rem;
    transition: 0.3s;
  }
  .page-top .top-racelist__body .Tab_RaceDaySelect li a:hover {
    opacity: 1;
    background: var(--colorMain6);
    color: #fff;
  }
  .page-top .top-racelist__body .RaceTopRaceMenuWrap {
    padding: 1rem 2.4rem;
  }
  .page-top .top-racelist__body .Race_Num {
    font-size: 2rem;
    width: 7.2rem;
    height: 4rem;
    padding: 0 0 0 1.2rem;
    margin-right: 1.5rem;
  }
  .page-top .top-racelist__body .Race_Name {
    font-size: 1.8rem;
  }
  .page-top .top-racelist__body .Race_Data {
    font-size: 1.3rem;
  }
  .page-top .top-pickup-racelist {
    padding-top: 12rem;
  }
  .page-top .top-movie {
    padding: 12rem var(--sidePaddingPc1);
  }
  .page-top .top-movie__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
    display: grid;
    gap: 0 6rem;
    align-items: center;
    grid-template-areas: "heading frame" "button frame";
    grid-template-columns: max-content 1fr;
    grid-template-rows: min-content min-content;
  }
  .page-top .top-movie__heading {
    grid-area: heading;
    margin-top: auto;
  }
  .page-top .top-movie__frame {
    grid-area: frame;
  }
  .page-top .top-movie__button {
    grid-area: button;
    margin: 4rem 0 auto;
    width: 36rem;
  }
  .page-top .top-movie__button .m-iconic-button__icon {
    width: 8rem;
  }
  .page-top .top-movie__button .m-iconic-button__icon__img {
    width: 60%;
  }
  .page-top .top-movie__logo-title {
    max-width: 33.9rem;
  }
  .page-top .top-news {
    padding: 8rem var(--sidePaddingPc1) 10rem;
  }
  .page-top .top-news__inner {
    max-width: var(--widthDefault);
  }
  .page-top .top-news__contents {
    padding: 1rem 3rem;
    margin-top: 3rem;
  }
  .page-top .top-calendar {
    padding: 6.5rem var(--sidePaddingPc1) 16rem;
  }
  .page-top .top-calendar .top-more-section__contents {
    margin-top: 7rem;
  }
  .page-top .top-calendar__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-bleachers {
    padding: 6.2rem var(--sidePaddingPc1) 19rem;
  }
  .page-top .top-bleachers .top-more-section__contents {
    margin-top: 6.5rem;
  }
  .page-top .top-bleachers__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-bleachers__slider__inner {
    overflow: visible;
  }
  .page-top .top-bleachers__list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .page-top .top-bleachers__panel {
    box-shadow: var(--primaryShadow);
    width: calc((100% - 4rem) / 3);
  }
  .page-top .top-bleachers__panel__title {
    font-size: 2.2rem;
  }
  .page-top .top-bleachers__panel__price__text {
    font-size: 1.6rem;
  }
  .page-top .top-bleachers__panel__icons {
    margin-right: auto;
  }
  .page-top .top-bleachers__panel__status {
    padding: 0 0.2rem;
  }
  .page-top .top-bleachers__slider__pagination {
    margin-top: 3rem;
  }
  .page-top .top-bleachers__slider__pagination .splide__pagination__page {
    width: 1.2rem;
    height: 1.2rem;
  }
  .page-top .top-access {
    padding: 8.2rem var(--sidePaddingPc1) 9rem;
  }
  .page-top .top-access .top-more-section__contents {
    margin-top: 5rem;
  }
  .page-top .top-access__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-access__contents {
    display: grid;
    grid-template-areas: "area1 area3" "area2 area3";
    gap: 0 4rem;
    grid-template-columns: 50% 1fr;
  }
  .page-top .top-access__map {
    grid-area: area1;
  }
  .page-top .top-access__block:nth-of-type(1) {
    grid-area: area2;
  }
  .page-top .top-access__block:nth-of-type(2) {
    grid-area: area3;
  }
  .page-top .top-access__heading {
    margin-top: 2rem;
  }
  .page-top .top-access__heading .m-medium-heading__text {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
  .page-top .top-access__title {
    margin-top: 1rem;
    margin-bottom: 0.7rem;
  }
  .page-top .top-access__description {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-top .top-links {
    padding: 5.5rem var(--sidePaddingPc1) 12rem;
  }
  .page-top .top-links__heading {
    margin-top: 5.6rem;
  }
  .page-top .top-links__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .page-top .top-links__banners {
    margin-top: 4rem;
    gap: 2rem;
  }
  .page-top .top-links__banners__item {
    width: calc((100% - 4rem) / 3);
  }
  .page-top .top-links__ex-menu {
    margin-top: 2rem;
    background: var(--colorMain1);
    padding: 3rem var(--sidePaddingPc1);
  }
  .page-top .top-links__ex-menu__list {
    gap: 2rem;
    max-width: 64rem;
    margin: 0 auto;
  }
  .page-top .top-links__ex-menu__item {
    width: calc((100% - 4rem) / 3);
  }
  .page-top .top-sns__inner {
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    padding: 4rem 15rem 4rem var(--sidePaddingPc1);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-top .top-sns__inner::after {
    width: 12rem;
    height: 9.5rem;
  }
  .page-top .top-sns__lead {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
  }
  .page-top .top-sns__list__item {
    width: 6rem;
  }
}
@media (min-width: 768px) {
  .page-top .top-access__map {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-access__block:nth-of-type(1) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-access__block:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) {
  .page-top .top-more-section__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-movie__inner > .top-more-section__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-more-section__contents {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .page-top .top-more-section__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-top .top-movie__inner > .top-more-section__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-movie__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-movie__inner > .top-movie__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .top-movie__frame {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-top .top-movie__button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .page-top .top-movie__inner > .top-movie__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 767px) {
  .page-top .top-more-section__contents {
    margin-top: 2.8rem;
  }
  .page-top .top-more-section__button {
    margin: 3rem auto 0;
  }
  .page-top .top-announcement__content {
    width: 36.5rem;
  }
  .page-top .top-button-menu {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .page-top .top-fv-block--modeA .top-mv {
    order: 4;
  }
  .page-top .top-fv-block--modeA .top-notification {
    order: 3;
    margin-top: 1.2rem;
  }
  .page-top .top-fv-block--modeB .top-notification {
    margin-left: calc(var(--sidePaddingSp1) * -1);
    margin-right: calc(var(--sidePaddingSp1) * -1);
  }
  .page-top .top-fv-block--modeB .top-first-menu {
    gap: 1.2rem;
  }
  .page-top .top-mv {
    margin-top: 1.2rem;
  }
  .page-top .top-quickbanner {
    flex-direction: column;
    gap: 1.2rem;
  }
  .page-top .top-racecourse {
    margin-top: 2rem;
    padding: 3rem var(--sidePaddingSp1) 5rem;
  }
  .page-top .top-race {
    padding: 3rem var(--sidePaddingSp1) 5rem;
  }
  .page-top .top-first-menu {
    background: url("../../img/top/first-panel_bg_sp.jpg") no-repeat center top/cover;
    padding: 1.2rem var(--sidePaddingSp1) 3rem;
  }
  .page-top .top-racelist {
    padding: 3rem var(--sidePaddingSp1) 2rem;
  }
  .page-top .top-movie__heading {
    margin-bottom: 3rem;
  }
  .page-top .top-movie__button {
    margin: 4rem auto 0;
    width: 28rem;
  }
  .page-top .top-bleachers .top-section-head__button {
    margin-top: 3rem;
  }
  .page-top .top-bleachers .top-section-head__button .m-more-button {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
  }
  .page-top .top-bleachers__slider__inner {
    box-shadow: var(--primaryShadow);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .page-top .top-sns__heading {
    margin-bottom: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .page-top .top-announcement__item {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-top .top-announcement__head {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .page-top .top-announcement__time {
    width: auto;
    flex: 1 1;
    text-align: center;
    margin: 0 0 0 1.5rem;
  }
  .page-top .top-announcement__venue-label {
    font-size: 1.4rem;
  }
  .page-top .top-announcement__description--last {
    margin-top: 1rem;
  }
  .page-top .top-announcement__title {
    margin-top: 1.5rem;
  }
  .page-top .top-announcement__title__item {
    margin-top: 0.7rem;
  }
  .page-top .top-button-menu {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-top .top-sns__inner {
    padding-right: var(--sidePaddingPc1);
    display: block;
  }
  .page-top .top-sns__heading {
    text-align: center;
    margin-bottom: 3rem;
  }
  .page-top .top-sns__heading .m-primary-heading__en {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .page-top .top-announcement__time {
    font-size: min(0.8vw, 1.2rem);
  }
  .page-top .top-announcement__date {
    font-size: min(1.3vw, 1.6rem);
  }
  .page-top .top-announcement__title__item .top-announcement__description {
    flex: 1 1;
    min-width: 65%;
  }
}
