@charset "UTF-8";
.top-hero {
  overflow: hidden;
  position: relative;
}

.top-hero__inner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.top-hero-bnr {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-hero-bnr__inner {
  height: 0;
  width: 100%;
}

.top-hero-bnr__01,
.top-hero-bnr__02,
.top-hero-bnr__03 {
  -webkit-transition: opacity 0.3s ease;
  display: block;
  transition: opacity 0.3s ease;
}

.top-hero-bnr__01 img,
.top-hero-bnr__02 img,
.top-hero-bnr__03 img {
  max-width: none;
  width: 100%;
}

.top-hero-bnr__01:hover,
.top-hero-bnr__02:hover,
.top-hero-bnr__03:hover {
  -webkit-transition: opacity 0.3s ease;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.top-hero-type01 {
  position: relative;
}

.top-hero-type01__inner:after {
  animation: bound-anim 1s infinite;
  background: url(/keibapremiumweek2021-2022/assets/common/img/icon_scroll_brown.svg)
    no-repeat;
  background-size: contain;
  bottom: 10px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.top-hero-type01__title {
  position: absolute;
  z-index: 1;
}

.top-hero-type01__title img {
  max-width: none;
  width: 100%;
}

.top-hero-type01__horse {
  position: absolute;
  z-index: 1;
}

.top-hero-type01__horse img {
  max-width: none;
  width: 100%;
}

.top-hero-type02 {
  background: #f44b46;
  position: relative;
}

.top-hero-type02__inner:after {
  animation: bound-anim 1s infinite;
  background: url(/keibapremiumweek2021-2022/assets/common/img/icon_scroll_white.svg)
    no-repeat;
  background-size: contain;
  bottom: 10px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.top-hero-type02__title {
  position: absolute;
  z-index: 1;
}

.top-hero-type02__title img {
  max-width: none;
  width: 100%;
}

.top-hero-type02__horse {
  position: absolute;
  z-index: 1;
}

.top-hero-type02__horse img {
  max-width: none;
  width: 100%;
}

.top-hero-typeHorse {
  background-color: #ccc;
  background-repeat: no-repeat;
  position: relative;
}

.top-hero-typeHorse:before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.top-hero-typeHorse__inner:after {
  animation: bound-anim 1s infinite;
  background: url(/keibapremiumweek2021-2022/assets/common/img/icon_scroll_white.svg)
    no-repeat;
  background-size: contain;
  bottom: 10px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.top-hero-typeHorse__title {
  position: absolute;
  z-index: 1;
}

.top-hero-typeHorse__title img {
  max-width: none;
  width: 100%;
}

.top-hero-typeHorse__name {
  position: absolute;
  z-index: 1;
}

.top-hero-typeHorse__name img {
  max-width: none;
  width: 100%;
}

.top-hero-typeHorse__btn {
  position: absolute;
  z-index: 1;
}

@keyframes bound-anim {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  90% {
    transform: translateY(0);
  }
}

.top-swiper-main .swiper-slide {
  overflow: hidden;
}

.top-nextrace {
  background: #000;
}

.top-nextrace__title {
  align-items: flex-end;
  display: flex;
  line-height: 1;
  min-height: 0.0001%;
  position: relative;
}

.top-nextrace__day {
  color: #d4b46c;
  position: relative;
}

.top-nextrace__link .c-button {
  margin-bottom: 0.3em;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 100%;
}

.top-nextrace__link .c-button > span {
  padding: 0;
}

.top-nextrace-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.top-nextrace-list__link {
  -webkit-transition: opacity 0.3s ease;
  background: #fff;
  border-radius: 3px;
  color: #000;
  display: flex;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.top-nextrace-list__link__time {
  color: #b28239;
}

.top-nextrace-list__link__race {
  align-items: center;
  display: flex;
  margin-left: 0.5em;
}

a.top-nextrace-list__link:hover {
  -webkit-transition: opacity 0.3s ease;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

a.top-nextrace-list__link:before {
  speak: never;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(1.2);
  -webkit-transform-origin: right center;
  bottom: 0;
  color: #b28239;
  content: '\e901';
  font-family: kg-icon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 10px;
  text-transform: none;
  top: 0;
  transform: scale(1.2);
  transform-origin: right center;
  width: 1em;
  z-index: 1;
}

a.top-nextrace-list__link[target='_blank']:before {
  content: '\e902';
}

.top-subslider {
  background: #bcbcbc;
}

.top-swiper-sub {
  align-items: center;
  display: flex;
}

.top-swiper-sub .swiper-button-next,
.top-swiper-sub .swiper-button-prev {
  background: #000;
  z-index: 2;
}

.top-swiper-sub .swiper-button-next:hover,
.top-swiper-sub .swiper-button-prev:hover {
  opacity: 0.8;
}

.top-swiper-sub .swiper-button-next:after,
.top-swiper-sub .swiper-button-prev:after {
  color: #fff;
}

.top-icon--g,
.top-icon--g1,
.top-icon--g2,
.top-icon--g3,
.top-icon--jg1,
.top-icon--jpn1,
.top-icon--jpn2,
.top-icon--jpn3,
.top-icon--live {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  line-height: 1;
  margin-left: 0.5em;
}

.top-icon--g {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_g.svg);
}

.top-icon--g1 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_g1.svg);
}

.top-icon--g2 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_g2.svg);
}

.top-icon--g3 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_g3.svg);
}

.top-icon--jpn1 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_jpn1.svg);
}

.top-icon--jpn2 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_jpn2.svg);
}

.top-icon--jpn3 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_jpn3.svg);
}

.top-icon--jg1 {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_jg1.svg);
}

.top-icon--live {
  background-image: url(/keibapremiumweek2021-2022/assets/common/img/icon_live.svg);
}

.top-specialtitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.top-specialtitle > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  background: #fff;
  flex: 1 0 0%;
}

.top-specialtitle picture {
  padding: 0 20px;
}

.top-specialtitle__text {
  color: #fff;
  font-weight: 700;
  margin-top: 0.5em;
  text-align: center;
  width: 100%;
}

.top-quocp {
  background-color: #b91300;
  background-image: url(/keibapremiumweek2021-2022/assets/top/img/quocp_bg_01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.top-quocp__title {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
  text-align: center;
}

.top-quocp__desc {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.top-quocp__box {
  background: #fff;
  border-radius: 9px;
}

.top-quocp__box__title {
  text-align: center;
}

.top-quocp__cptitle {
  font-weight: 700;
  line-height: 1;
}

.top-quocp__cpclm {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.top-quocp__cpclm__r {
  font-weight: 700;
  line-height: 1.5;
}

.top-quocp__cpclm__r span {
  display: block;
}

.top-quocp__cpclm__r strong {
  display: block;
  line-height: 1.3333;
}

.top-quocp__borderbox {
  border-radius: 9px;
  color: #fff;
  font-weight: 700;
}

.top-quocp__borderbox__title {
  line-height: 1;
  text-align: center;
}

.top-quocp__cpday {
  position: relative;
}

.top-quocp__cpday__badge {
  position: absolute;
  z-index: 1;
}

.top-quocp__cpday__thumb {
  text-align: center;
}

.top-quocp__step {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.top-quocp__step + .top-quocp__step:before {
  border-color: #641200 transparent transparent transparent;
  border-style: solid;
  border-width: 28px 62px 0 62px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
}

.top-quocp__step small {
  display: block;
  font-weight: 400;
}

.top-quocp__step__l {
  border-right: 1px solid #fff;
}

.top-quocp__step__r {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.top-quocp__step__c {
  width: 100%;
}

.top-quocp__step__half {
  width: 100%;
}

.top-quocp__step__clm {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}

.top-quocp__step__clm__cont {
  text-align: center;
}

.top-quocp__step__clm__cont p {
  margin-top: 1em;
}

.top-quocp__step__link {
  cursor: pointer;
  text-align: center;
}

.top-quocp__step__textlink {
  color: #fff;
  text-decoration: underline;
}

.top-quocp__step__textlink:hover {
  text-decoration: none;
}

.top-quocp__step__caution small {
  font-weight: 400;
}

.top-quocp__amazoncp {
  background: url(/keibapremiumweek2021-2022/assets/top/img/quocp_amazoncp_bg.jpg)
    repeat;
  text-align: center;
}

.top-quocp__amazoncp__title {
  text-align: center;
}

.top-quocp__amazoncp__label {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 10px;
}

.top-quocp__amazoncp__text {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-align: left;
}

.top-quocp__amazoncp__text span {
  color: #fcd300;
}

.top-quocp__amazoncp__text small {
  font-weight: 400;
}

.top-quocp__amazoncp__caution {
  color: #fff;
  text-align: center;
}

.top-quocp__amazoncp__caution small {
  display: inline-block;
  font-weight: 400;
  text-align: left;
}

.top-dialogue {
  background: #000;
}

.top-dialogue__title {
  text-align: center;
}

.top-dialogue__text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.top-dialogue__thumb {
  text-align: center;
}

.top-training {
  background-color: #b91300;
}

.top-training__title {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
  text-align: center;
}

.top-training__desc {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.top-training__thumb {
  text-align: center;
}

.top-raceday {
  background: #000;
}

.top-raceday .l-inner {
  position: relative;
  z-index: 2;
}

.top-raceday__title {
  text-align: center;
}

.top-raceday__desc {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.top-raceday__hero {
  position: relative;
  text-align: center;
  z-index: 1;
}

.top-raceday__hero > picture {
  z-index: 2;
}

.top-raceday__hero__bg {
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.top-raceday-deliverydate__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.top-raceday-deliverydate__title > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  background: #fff;
  flex: 1 0 0%;
}

.top-raceday-deliverydate__title div {
  padding: 0 20px;
}

.top-raceday-deliverydate__text {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.top-schedule {
  background: #fff;
}

.top-schedule__title {
  text-align: center;
}

.top-schedule__year {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  color: #b28239;
  display: flex;
  flex-wrap: wrap;
}

.top-schedule__year > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  background: #b28239;
  flex: 1 0 0%;
}

.top-schedule__year strong {
  line-height: 1;
  padding: 0 20px;
}

.top-schedule-block__cont {
  display: block;
}

.top-schedule-block__btn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-transition: opacity 0.3s ease;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.top-schedule-block__btn__label + .top-schedule-block__btn__title {
  padding-left: 0.25em;
}

.top-schedule-block__btn__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  flex: 1 0 0%;
  font-weight: 700;
  padding-left: 0.5em;
  position: relative;
}

.top-schedule-block__btn__title > p {
  align-items: center;
  display: flex;
  padding-left: 0.5em;
}

.top-schedule-block__btn__title > p > span {
  background: #fff;
  color: #000;
  display: inline-block;
  margin-right: 0.5em;
  padding: 2px 0.25em;
}

.top-schedule-block__btn__title:before {
  bottom: 0;
  content: '';
  display: block;
  height: 1em;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  width: 1em;
  z-index: 1;
}

.top-schedule-block__btn__title .top-icon--live {
  margin-left: auto;
}

.top-schedule-block__btn__title .is-narrow {
  -webkit-transform-origin: left center;
  -webkit-transform: scale(0.9, 1);
  bottom: 0;
  height: 1.5em;
  left: 0.25em;
  margin: auto;
  position: absolute;
  top: 0;
  transform: scale(0.9, 1);
  transform-origin: left center;
  z-index: 1;
}

.top-schedule-block__btn__title .is-narrow [class^='top-icon'] {
  -webkit-transform-origin: left center;
  transform: scale(1.1, 1);
  transform-origin: left center;
}

a.top-schedule-block__btn:before {
  speak: never;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  color: #fff;
  content: '\e900';
  font-family: kg-icon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 8px;
  text-transform: none;
  top: 0;
  width: 1em;
  z-index: 1;
}

a.top-schedule-block__btn:hover {
  -webkit-transition: opacity 0.3s ease;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

a.top-schedule-block__btn[target='_blank']:before {
  content: '\e902';
}

/*.top-liveinfo {*/
/*    background: #f5f5f5*/
/*}*/

.top-liveinfo__title {
  color: #2db9eb;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-liveinfo__desc {
  font-weight: 700;
  margin-top: 1.5em;
  text-align: center;
}

.top-liveinfo__bnr {
  text-align: center;
}

.top-liveinfo__thumb {
  text-align: center;
}

.top-officialsite {
  background: #fff;
}

.top-officialsite-more__title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-officialsite__bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-officialsite__title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-officialsite__desc {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.top-officialsite__thumb {
  text-align: center;
}

.top-officialsite__bnr {
  text-align: center;
}

.top-officialsite-webfurlong {
  background: #000;
}

.top-officialsite-webfurlong__title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-officialsite-webfurlong__desc {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.top-officialsite-webfurlong__bnr {
  text-align: center;
}

.top-broadcast {
  background: #fff;
}

.top-broadcast__title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-broadcast-clm__li {
  position: relative;
}

.top-snslatestinfo {
  background: #fff;
}

.top-snslatestinfo__title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-snslatestinfo-clm__li {
  position: relative;
}

.top-tvcm {
  background: #000;
}

.top-tvcm__title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top-tvcm__mov {
  margin: 30px auto 0;
  max-width: 720px;
}

.top-tvcm__video {
  padding-bottom: 56.25%;
  position: relative;
}

.top-tvcm__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-tvcm__text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.top-modal {
  align-items: center;
  background: rgba(56, 56, 56, 0.6);
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.top-modal__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.top-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}

.top-modal__box {
  background: #fff;
  color: #383838;
  display: flex;
  flex-direction: column;
  height: 70%;
  position: relative;
  width: 100%;
}

.top-modal__close {
  cursor: pointer;
}

.top-modal__title {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.top-modal__text {
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 0.75em;
  text-align: center;
}

.top-modal__scrwrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  background: #f0f0f0;
  flex: 1 0 0%;
  overflow: hidden;
}

.top-modal__scr {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.top-modal__scr a {
  color: #000;
  text-decoration: underline;
}

.top-modal__scr a:hover {
  color: #000;
  text-decoration: none;
}

.c-button-img {
  -webkit-transition: opacity 0.3s ease;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.c-button-img:hover {
  -webkit-transition: opacity 0.3s ease;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.c-button-wrap {
  display: flex;
  height: 100%;
  padding-bottom: 0.3em;
}

.c-button,
a.c-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  -webkit-box-shadow: 0 0.3em 0 #77061e;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #0a2d88;
  border: 2px solid #0a2d88;
  border-radius: 6em;
  box-shadow: 0 0.3em 0 #77061e;
  color: #fff;
  cursor: default;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0.75em 0 0.75em 0;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  width: 100%;
  z-index: 2;
}

.c-button > span,
a.c-button > span {
  justify-content: center;
  padding: 0 calc(2em + 15px);
}

a.c-button {
  cursor: pointer;
}

a.c-button:before {
  bottom: 0;
  color: inherit;
  content: '\e900';
  display: block;
  font-family: kg-icon;
  height: 1em;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 1em;
  z-index: 1;
}

a.c-button:hover {
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  background: #fff;
  color: inherit;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

a.c-button[target='_blank']:before {
  content: '\e902';
}

a.c-button--fv:before {
  right: 4px;
}

.c-button--red,
a.c-button--red {
  -webkit-box-shadow: 0 0.3em 0 #77061e;
  background-color: #e50012;
  border-color: #e50012;
  box-shadow: 0 0.3em 0 #77061e;
}

a.c-button--red {
  cursor: pointer;
}

a.c-button--red:hover {
  box-shadow: 0 0.3em 0 #77061e;
  color: #e50012;
}

.c-button--yellow,
a.c-button--yellow {
  -webkit-box-shadow: 0 0.3em 0 #603e00;
  background-color: #f7ea00;
  border-color: #f7ea00;
  box-shadow: 0 0.3em 0 #603e00;
  color: #000;
}

a.c-button--yellow {
  cursor: pointer;
}

a.c-button--yellow:hover {
  box-shadow: 0 0.3em 0 #603e00;
  color: #000;
}

.c-button--brown,
a.c-button--brown {
  -webkit-box-shadow: 0 0.3em 0 #562d00;
  background: linear-gradient(
    90deg,
    #a97930 0,
    #bd9a5c 2.51%,
    #ceb682 5.1%,
    #dccda1 7.8%,
    #e7e0ba 10.59%,
    #eeeccb 13.53%,
    #f3f4d5 16.71%,
    #f5f7d9 20.54%,
    #debb55 73.89%,
    #b7924c 100%
  );
  border: none;
  border-color: #e50012;
  box-shadow: 0 0.3em 0 #562d00;
  color: #000;
}

.c-button--brown:after,
a.c-button--brown:after {
  -webkit-transition: opacity 0.3s ease;
  background: linear-gradient(
    -90deg,
    #a97930 0,
    #bd9a5c 2.51%,
    #ceb682 5.1%,
    #dccda1 7.8%,
    #e7e0ba 10.59%,
    #eeeccb 13.53%,
    #f3f4d5 16.71%,
    #f5f7d9 20.54%,
    #debb55 73.89%,
    #b7924c 100%
  );
  border-radius: 6em;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}

a.c-button--brown {
  cursor: pointer;
}

a.c-button--brown:hover {
  -webkit-box-shadow: 0 0.3em 0 #562d00;
  background: linear-gradient(
    90deg,
    #a97930 0,
    #bd9a5c 2.51%,
    #ceb682 5.1%,
    #dccda1 7.8%,
    #e7e0ba 10.59%,
    #eeeccb 13.53%,
    #f3f4d5 16.71%,
    #f5f7d9 20.54%,
    #debb55 73.89%,
    #b7924c 100%
  );
  box-shadow: 0 0.3em 0 #562d00;
  color: #000;
}

a.c-button--brown:hover:after {
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.c-button--brown-typeB,
a.c-button--brown-typeB {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 0.3em 0 #562d00;
  background: linear-gradient(
    60deg,
    #a97930 0,
    #bd9a5c 2.51%,
    #ceb682 5.1%,
    #dccda1 7.8%,
    #e7e0ba 10.59%,
    #eeeccb 13.53%,
    #f3f4d5 16.71%,
    #f5f7d9 20.54%,
    #debb55 74.18%,
    #b7924c 100%
  );
  border: none;
  border-color: #e50012;
  border-radius: 9px;
  box-shadow: 0 0.3em 0 #562d00;
  color: #000;
  justify-content: center;
}

.c-button--brown-typeB:before,
a.c-button--brown-typeB:before {
  right: 8px;
}

.c-button--brown-typeB:after,
a.c-button--brown-typeB:after {
  -webkit-transition: opacity 0.3s ease;
  background: linear-gradient(
    -120deg,
    #a97930 0,
    #bd9a5c 2.51%,
    #ceb682 5.1%,
    #dccda1 7.8%,
    #e7e0ba 10.59%,
    #eeeccb 13.53%,
    #f3f4d5 16.71%,
    #f5f7d9 20.54%,
    #debb55 74.18%,
    #b7924c 100%
  );
  border-radius: 9px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}

a.c-button--brown-typeB {
  cursor: pointer;
}

a.c-button--brown-typeB:hover {
  background: linear-gradient(
    60deg,
    #a97930 0,
    #bd9a5c 2.51%,
    #ceb682 5.1%,
    #dccda1 7.8%,
    #e7e0ba 10.59%,
    #eeeccb 13.53%,
    #f3f4d5 16.71%,
    #f5f7d9 20.54%,
    #debb55 74.18%,
    #b7924c 100%
  );
  color: #000;
}

a.c-button--brown-typeB:hover:after {
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.c-button--black,
a.c-button--black {
  -webkit-box-shadow: 0 0.3em 0 #5a5a5a;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0.3em 0 #5a5a5a;
}

a.c-button--black {
  cursor: pointer;
}

a.c-button--black:hover {
  box-shadow: 0 0.3em 0 #5a5a5a;
  color: #000;
}

.c-button--next,
.c-button--prev,
a.c-button--next,
a.c-button--prev {
  -webkit-box-shadow: 0 0 0 transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #000;
  border-color: #000;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  color: #fff;
  justify-content: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

a.c-button--next:hover,
a.c-button--prev:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

a.c-button--prev:before {
  -webkit-transform: rotate(180deg);
  left: 15px;
  right: auto;
  transform: rotate(180deg);
}

@font-face {
  font-display: block;
  font-family: kg-icon;
  font-style: normal;
  font-weight: 400;
  src: url(/keibapremiumweek2021-2022/assets/common/fonts/kg-icon.eot?yuohpi);
  src: url(/keibapremiumweek2021-2022/assets/common/fonts/kg-icon.eot?yuohpi#iefix)
      format('embedded-opentype'),
    url(/keibapremiumweek2021-2022/assets/common/fonts/kg-icon.ttf?yuohpi)
      format('truetype'),
    url(/keibapremiumweek2021-2022/assets/common/fonts/kg-icon.woff?yuohpi)
      format('woff'),
    url(/keibapremiumweek2021-2022/assets/common/fonts/kg-icon.svg?yuohpi#kg-icon)
      format('svg');
}

[class*=' c-icon-'],
[class^='c-icon-'] {
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: kg-icon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

[class*=' c-icon-']:after,
[class*=' c-icon-']:before,
[class^='c-icon-']:after,
[class^='c-icon-']:before {
  display: block;
  height: 1em;
  width: 1em;
}

.c-icon-arrow:before {
  content: '\e900';
}

.c-icon-arrow-invert:before {
  -webkit-transform: rotate(180deg);
  content: '\e900';
  transform: rotate(180deg);
}

.c-icon-arrow2:before {
  content: '\e901';
}

.c-icon-blank:before {
  content: '\e902';
}

.u-hover {
  -webkit-transition: opacity 0.3s ease;
  display: block;
  transition: opacity 0.3s ease;
}

.u-hover:hover {
  -webkit-transition: opacity 0.3s ease;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.u-anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}

.u-bold {
  font-weight: 700;
}

.u-normal {
  font-weight: 400;
}

.u-color--blue {
  color: #0a2d88;
}

.u-color--red {
  color: #e2421f;
}

.u-display--ib {
  display: inline-block;
}

.u-alignC {
  justify-content: center;
  text-align: center;
}

.u-alignL {
  justify-content: flex-start;
  text-align: left;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-resize {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.u-resize-max {
  height: auto;
  max-width: 100%;
}

.u-margin-t--1 {
  margin-top: 10px;
}

.u-margin-t--2 {
  margin-top: 20px;
}

.u-margin-t--3 {
  margin-top: 30px;
}

.u-margin-t--1em {
  margin-top: 1em;
}

.u-margin-t--2em {
  margin-top: 2em;
}

.u-margin-t--3em {
  margin-top: 3em;
}

.u-margin-b--1 {
  margin-bottom: 10px;
}

.u-margin-b--2 {
  margin-bottom: 20px;
}

.u-margin-b--3 {
  margin-bottom: 30px;
}

.u-margin-b--1em {
  margin-bottom: 1em;
}

.u-margin-b--2em {
  margin-bottom: 2em;
}

.u-margin-b--3em {
  margin-bottom: 3em;
}

.u-padding-t--1 {
  padding-top: 10px;
}

.u-padding-t--2 {
  padding-top: 20px;
}

.u-padding-t--3 {
  padding-top: 30px;
}

.u-padding-t--1em {
  padding-top: 1em;
}

.u-padding-t--2em {
  padding-top: 2em;
}

.u-padding-t--3em {
  padding-top: 3em;
}

.u-padding-b--1 {
  padding-bottom: 10px;
}

.u-padding-b--2 {
  padding-bottom: 20px;
}

.u-padding-b--3 {
  padding-bottom: 30px;
}

.u-padding-b--1em {
  padding-bottom: 1em;
}

.u-padding-b--2em {
  padding-bottom: 2em;
}

.u-padding-b--3em {
  padding-bottom: 3em;
}

:root {
  --swiper-theme-color: #e60012;
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-feature-settings: normal;
  font-family: kg-icon;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
  content: '\e900';
  transform: rotate(180deg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '\e900';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 0.3s opacity;
  z-index: 1;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 240px;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: #aaa;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  opacity: 1;
  width: 12px;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #e60012;
  background: var(--swiper-pagination-color, #e60012);
  opacity: 1;
}

.is-2022 .swiper-pagination-bullet-active {
  background: #d4b46c;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  background: #e60012;
  background: var(--swiper-pagination-color, #e60012);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  background: #000;
  bottom: 0;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

@media (min-width: 768px) {
  .top-hero__inner:before {
    content: '';
    display: block;
    padding-bottom: 36.5%;
    position: relative;
    z-index: -9;
  }

  .top-hero-bnr__inner:before {
    content: none;
  }

  .top-hero-bnr__box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    max-width: 524px;
    position: absolute;
    right: 2.6428571429%;
    top: calc(3.7643207856% + 73px);
    width: 23.5416666667%;
    z-index: 1;
  }

  .top-hero-bnr__01 {
    margin-bottom: 2.3316062176%;
  }

  .top-hero-bnr__02 {
    height: 34.5132743363%;
    margin-left: -4.1%;
    width: 65.2654867257%;
  }

  .top-hero-bnr__02.is-2022 {
    margin-bottom: 2.3316062176%;
    margin-left: 31.4%;
    width: 65.4867256637%;
  }

  .top-hero-bnr__03 {
    height: 34.5132743363%;
    margin-left: 2.6548672566%;
    width: 33.185840708%;
  }

  .top-hero-bnr__03.is-2022 {
    margin-left: 38.7%;
    width: 58.407079646%;
  }

  .top-hero-type01__inner {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_bg_01.jpg);
  }

  .top-hero-type01__inner:after {
    height: 55px;
    width: 22px;
  }

  .top-hero-type01__title {
    left: 3.5714285714%;
    top: calc(8.0196399345% + 73px);
    width: 27.5%;
  }

  .top-hero-type01__horse {
    bottom: 0;
    left: 69.4%;
    width: 31.7142857143%;
  }

  .top-hero-type02__inner {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_bg_02.jpg);
  }

  .top-hero-type02__inner:after {
    height: 55px;
    width: 22px;
  }

  .top-hero-type02__title {
    left: 3.5714285714%;
    top: calc(8.0196399345% + 73px);
    width: 27.5%;
  }

  .top-hero-type02__horse {
    bottom: -2.0833333333%;
    left: 59.4%;
    width: 16.5625%;
  }

  .top-hero-typeHorse {
    background-position: center top;
    background-size: auto 100%;
  }

  .top-hero-typeHorse--01 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_01.jpg);
  }

  .top-hero-typeHorse--02 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_02.jpg);
  }

  .top-hero-typeHorse--03 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_03.jpg);
  }

  .top-hero-typeHorse--04 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_04.jpg);
  }

  .top-hero-typeHorse--05 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_05.jpg);
  }

  .top-hero-typeHorse--06 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_06.jpg);
  }

  .top-hero-typeHorse--07 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_07.jpg);
  }

  .top-hero-typeHorse--08 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_08.jpg);
  }

  .top-hero-typeHorse--09 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_09.jpg);
  }

  .top-hero-typeHorse--10 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_10.jpg);
  }

  .top-hero-typeHorse--11 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_11.jpg);
  }

  .top-hero-typeHorse--12 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_12.jpg);
  }

  .top-hero-typeHorse--13 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_13.jpg);
  }

  .top-hero-typeHorse--14 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_14.jpg);
  }

  .top-hero-typeHorse--15 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_15.jpg);
  }

  .top-hero-typeHorse--16 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_16.jpg);
  }

  .top-hero-typeHorse--17 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_17.jpg);
  }

  .top-hero-typeHorse--18 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_18.jpg);
  }

  .top-hero-typeHorse--19 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_19.jpg);
  }

  .top-hero-typeHorse--20 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_20.jpg);
  }

  .top-hero-typeHorse--21 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_21.jpg);
  }

  .top-hero-typeHorse--22 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_22.jpg);
  }

  .top-hero-typeHorse--23 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_23.jpg);
  }

  .top-hero-typeHorse--24 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_24.jpg);
  }

  .top-hero-typeHorse--25 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_25.jpg);
  }

  .top-hero-typeHorse--26 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_26.jpg);
  }

  .top-hero-typeHorse--27 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_27.jpg);
  }

  .top-hero-typeHorse__inner:before {
    content: '';
    display: block;
    padding-bottom: 36.5%;
    position: relative;
    z-index: -9;
  }

  .top-hero-typeHorse__inner:after {
    height: 55px;
    width: 22px;
  }

  .top-hero-typeHorse__title {
    left: 3.5714285714%;
    top: calc(8.0196399345% + 73px);
    width: 27.5%;
  }

  .top-hero-typeHorse__name img {
    filter: drop-shadow(0 3px 10px #000);
  }

  .top-hero-typeHorse__name {
    bottom: 4.9099836334%;
    right: 3.5714285714%;
    width: 35.1428571429%;
  }

  .top-hero-typeHorse__name.is-2022 {
    bottom: 13.0208333333%;
    left: 62.8645833333%;
    right: inherit;
    width: 17.5%;
  }

  .top-hero-typeHorse--22 .top-hero-typeHorse__name {
    left: 57.96875%;
    width: 22.7083333333%;
  }

  .top-hero-typeHorse__btn {
    bottom: 4.9099836334%;
    font-size: 13px;
    max-width: 290px;
    right: 3.5714285714%;
    width: 14.8571428571%;
  }

  .top-hero-typeHorse__btn.is-2022 {
    bottom: 2.0833333333%;
    left: 62.8645833333%;
    right: inherit;
  }

  .top-hero-typeHorse--22 .top-hero-typeHorse__btn {
    left: 57.96875%;
  }

  .top-hero-typeHorse__btn a.c-button--yellow {
    font-size: 1vw;
    padding: 0.5em 0;
  }

  .top-nextrace {
    padding: 12px 0;
  }

  .top-nextrace__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
  }

  .top-nextrace-flex {
    display: flex;
    flex-direction: column;
    min-width: 490px;
  }

  .top-nextrace__day {
    font-size: 18px;
    margin-left: 1em;
  }

  .top-nextrace__link {
    font-size: 12px;
    left: 100%;
    position: absolute;
    top: -2px;
    width: 170px;
    z-index: 1;
  }

  .top-nextrace__link .c-button {
    padding-bottom: 4px;
    padding-top: 4px;
    width: 170px;
  }

  .top-nextrace__link .c-button::before {
    right: 8px;
  }

  .top-nextrace-list {
    justify-content: flex-start;
  }

  .top-nextrace-list__li {
    margin-top: 10px;
    width: 490px;
  }

  .top-nextrace-list__li:nth-child(even) {
    margin-left: 20px;
  }

  .is-3clm .top-nextrace-list__li {
    width: 326px;
  }

  .is-3clm .top-nextrace-list__li:nth-child(even) {
    margin-left: 0;
  }

  .is-3clm .top-nextrace-list__li:nth-child(3n + 2) {
    margin-left: 10px;
  }

  .is-3clm .top-nextrace-list__li:nth-child(3n + 3) {
    margin-left: 10px;
  }

  .top-nextrace-list__link {
    font-size: 16px;
    padding: 10px 13px;
  }

  .is-3clm .top-nextrace-list__link {
    font-size: 14.3px;
  }

  .top-subslider {
    padding: 10px 0;
  }

  .top-swiper-sub {
    padding: 0 10px;
  }

  .top-swiper-sub__slide {
    margin: 0 auto;
    width: 943px;
  }

  .top-swiper-sub .swiper-button-next,
  .top-swiper-sub .swiper-button-prev {
    height: 25px;
    margin-top: -12.5px;
    width: 20px;
  }

  .top-swiper-sub .swiper-button-next:after,
  .top-swiper-sub .swiper-button-prev:after {
    font-size: 13px;
  }

  .top-swiper-sub .swiper-button-next,
  .top-swiper-sub .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }

  .top-swiper-sub .swiper-button-prev,
  .top-swiper-sub .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }

  .top-icon--g,
  .top-icon--g1,
  .top-icon--g2,
  .top-icon--g3,
  .top-icon--jg1,
  .top-icon--jpn1,
  .top-icon--jpn2,
  .top-icon--jpn3,
  .top-icon--live {
    height: 17px;
    width: 32px;
  }

  .top-icon--live {
    height: 29px;
    width: 52px;
  }

  .top-specialtitle {
    margin: 0 auto 25px;
    max-width: 490px;
  }

  .top-specialtitle > span {
    height: 2px;
  }

  .top-specialtitle__text {
    font-size: 20px;
  }

  .top-quocp {
    padding: 80px 0;
  }

  .top-quocp__desc {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 1em;
  }

  .top-quocp__box {
    margin-top: 40px;
    padding: 40px 50px;
  }

  .top-quocp__box2clm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .top-quocp__box2clm__l {
    flex: 1 0 0%;
    text-align: right;
  }

  .top-quocp__box2clm__l picture {
    display: block;
    margin-top: -20px;
  }

  .top-quocp__box2clm__r {
    padding-left: 40px;
    width: calc(50% + 80px);
  }

  .top-quocp__cptitle {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 15px;
  }

  .top-quocp__cpclm__l {
    margin-left: -30px;
    width: 176px;
  }

  .top-quocp__cpclm__r {
    font-size: 18px;
    padding-left: 10px;
  }

  .top-quocp__cpclm__r strong {
    font-size: 28px;
  }

  .top-quocp__borderbox {
    border: 4px solid #fff;
    margin-top: 80px;
    padding: 50px;
  }

  .top-quocp__borderbox + .top-quocp__borderbox {
    margin-top: 40px;
  }

  .top-quocp__borderbox__title {
    font-size: 40px;
  }

  .top-quocp__cpday__badge {
    left: -10px;
    top: -155px;
  }

  .top-quocp__cpday__thumb {
    margin-top: 90px;
  }

  .top-quocp__step {
    margin-top: 70px;
  }

  .top-quocp__step + .top-quocp__step {
    margin-top: 90px;
  }

  .top-quocp__step + .top-quocp__step:before {
    top: -59px;
  }

  .top-quocp__step small {
    font-size: 11px;
  }

  .top-quocp__step__l {
    margin-right: 30px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-top: 5px;
  }

  .top-quocp__step__r {
    flex: 1 0 0%;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 5px;
  }

  .top-quocp__step__c {
    margin: 10px auto 0;
  }

  .top-quocp__step__c .c-button-wrap {
    padding-top: 20px;
  }

  .top-quocp__step__c .c-button {
    font-size: 22px;
    margin: 0 auto;
    width: 324px;
  }

  .top-quocp__step__custom {
    margin-top: -85px;
  }

  .top-quocp__step__half {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .top-quocp__step__half__li {
    width: 50%;
  }

  .top-quocp__step__clm__thumb {
    padding-right: 15px;
    text-align: right;
    width: 232px;
  }

  .top-quocp__step__clm__cont {
    flex: 1 0 0%;
  }

  .top-quocp__step__clm__cont p {
    font-size: 16px;
  }

  .top-quocp__step__text {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }

  .top-quocp__step__link {
    margin-top: 30px;
  }

  .top-quocp__step__textlink {
    font-size: 30px;
    text-align: center;
  }

  .top-quocp__step__caution {
    margin-top: 30px;
  }

  .top-quocp__step__caution small {
    font-size: 11px;
  }

  .top-quocp__amazoncp {
    border-radius: 9px;
    margin-top: 40px;
    padding: 40px 50px;
  }

  .top-quocp__amazoncp__text {
    font-size: 19px;
  }

  .top-quocp__amazoncp__text strong {
    font-size: 29px;
  }

  .top-quocp__amazoncp__text small {
    font-size: 12px;
  }

  .top-quocp__amazoncp__btn {
    font-size: 22px;
    margin: 20px auto 0;
    width: 324px;
  }

  .top-quocp__amazoncp__caution {
    font-size: 11px;
    margin-top: 30px;
  }

  .top-quocp__amazoncp__caution small {
    font-size: 11px;
    width: 53em;
  }

  .top-dialogue {
    padding: 60px 0 80px;
  }

  .top-dialogue__text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-dialogue__thumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .top-dialogue-2clm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
  }

  .top-dialogue__btn {
    font-size: 22px;
    margin: 30px 30px 0;
    width: 324px;
  }

  .top-training {
    padding: 60px 0 80px;
  }

  .top-training__desc {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-training__thumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .top-training__btn {
    font-size: 22px;
    margin: 30px auto 0;
    width: 324px;
  }

  .top-raceday {
    padding: 60px 0 80px;
  }

  .top-raceday__desc {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-raceday__hero {
    height: 190px;
    margin: 20px auto;
    max-width: 1000px;
    width: 100%;
  }

  .top-raceday__hero > picture {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: -110px;
  }

  .top-raceday__hero > picture img {
    transform: rotate(10deg);
    width: 104px;
  }

  .top-raceday__hero__bg {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/raceday_bg.jpg);
    background-size: 100% auto;
    height: 558px;
    top: -220px;
    width: 100%;
  }

  .top-raceday-deliverydate {
    margin-top: 30px;
  }

  .top-raceday-deliverydate__title {
    font-size: 20px;
    margin: 0 auto 20px;
    max-width: 750px;
  }

  .top-raceday-deliverydate__title > span {
    height: 2px;
  }

  .top-raceday-deliverydate__text {
    font-size: 20px;
  }

  .top-raceday-deliverydate__text > span {
    display: inline-block;
  }

  .top-raceday-deliverydate__text > span + span {
    margin-left: 1em;
  }

  .top-raceday-deliverydate__btn {
    font-size: 22px;
    margin: 30px auto 0;
    width: 324px;
  }

  .top-schedule {
    padding: 80px 0 80px;
  }

  .top-schedule-list__li + .top-schedule-list__li {
    margin-top: 60px;
  }

  .top-schedule__section {
    margin-top: 60px;
  }

  .top-schedule__section + .top-schedule__section {
    margin-top: 80px;
  }

  .top-schedule__year {
    font-size: 40px;
    margin: 0 auto 40px;
  }

  .top-schedule__year > span {
    height: 2px;
  }

  .top-schedule-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
  }

  .top-schedule-block__date {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    color: #b28239;
    flex: 1 0 0%;
    font-size: 20px;
    font-weight: 700;
    padding-right: 0.25em;
  }

  .top-schedule-block__date strong {
    color: #000;
    display: block;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .top-schedule-block__cont {
    width: calc(50% + 20px);
  }

  .top-schedule-block__btn {
    font-size: 21px;
  }

  .top-schedule-block__btn + .top-schedule-block__btn {
    margin-top: 10px;
  }

  .top-schedule-block__btn__label {
    width: 64px;
  }

  .top-schedule-block__btn__label + .top-schedule-block__btn__title {
    margin-left: 10px;
  }

  .top-schedule-block__btn__title {
    font-size: 21px;
    height: 64px;
    padding-right: 40px;
  }

  .top-schedule-block__btn__title > p > span {
    font-size: 21px;
    line-height: 21px;
  }

  .top-schedule-block__btn__title [class^='top-icon'] {
    height: 26px;
    width: 52px;
  }

  .top-schedule-block__btn__title .top-icon--live {
    height: 29px;
    width: 52px;
  }

  .top-schedule__btn-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
    width: 760px;
  }

  .top-schedule__btn {
    font-size: 22px;
    width: 360px;
  }

  .top-schedule__btn a.c-button {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .top-liveinfo {
    padding: 55px 0;
  }

  .top-liveinfo__title {
    font-size: 45px;
  }

  .top-liveinfo__desc {
    font-size: 20px;
  }

  .top-liveinfo__bnr {
    margin-top: 20px;
  }

  .top-liveinfo__thumb {
    margin-top: 40px;
  }

  .top-officialsite {
    padding: 120px 0 60px;
  }

  .top-officialsite-more__title {
    font-size: 45px;
  }

  .top-officialsite__bg {
    background-image: url(/keibapremiumweek2023-2024/assets/img/common/top/officialsite_bg.webp);
    height: 460px;
    margin-top: 60px;
    padding-top: 50px;
  }

  .top-officialsite__title {
    font-size: 45px;
  }

  .top-officialsite__desc {
    font-size: 20px;
    margin-top: 1.25em;
  }

  .top-officialsite__thumb {
    margin-top: 50px;
  }

  .top-officialsite__bnr {
    margin-top: 50px;
  }

  .top-officialsite-webfurlong {
    border-radius: 9px;
    margin-top: 50px;
    padding: 10px;
  }

  .top-officialsite-webfurlong__inner {
    border: 2px solid #fff;
    border-radius: 9px;
    padding: 40px 10px;
  }

  .top-officialsite-webfurlong__title {
    font-size: 45px;
  }

  .top-officialsite-webfurlong__desc {
    font-size: 20px;
    margin-top: 1.5em;
  }

  .top-officialsite-webfurlong__bnr {
    margin-top: 40px;
  }

  .top-broadcast {
    padding: 0 0 0;
  }

  .top-broadcast__title {
    font-size: 45px;
  }

  .top-broadcast-clm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 10px;
  }

  .top-broadcast-clm__li {
    margin: 0 40px;
  }

  .top-broadcast-clm__li + .top-broadcast-clm__li:before {
    border-left: 1px solid #707070;
    content: '';
    display: block;
    height: 74px;
    left: -39px;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
  }

  .top-snslatestinfo {
    padding: 90px 0;
  }

  .top-snslatestinfo__title {
    font-size: 45px;
  }

  .top-snslatestinfo-clm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 10px;
  }

  .top-snslatestinfo-clm__li {
    margin: 0 30px;
  }

  .top-tvcm {
    padding: 55px 0 60px;
  }

  .top-tvcm__title {
    font-size: 45px;
  }

  .top-tvcm__text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-modal__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 50px;
  }

  .top-modal__box {
    border-radius: 20px;
    padding: 50px;
  }

  .top-modal__close {
    height: 26px;
    position: absolute;
    right: 0;
    top: -36px;
    width: 26px;
    z-index: 1;
  }

  .top-modal__title {
    font-size: 28px;
  }

  .top-modal__text {
    font-size: 16px;
  }

  .top-modal__scrwrap {
    border-radius: 9px;
    font-size: 15px;
    padding: 10px 5px 10px 10px;
  }

  .top-modal__scr {
    font-size: 15px;
  }

  .u-text--xxxxl {
    font-size: 36px;
  }

  .u-text--xxxl {
    font-size: 30px;
  }

  .u-text--xxl {
    font-size: 28px;
  }

  .u-text--xl {
    font-size: 18px;
  }

  .u-text--lg {
    font-size: 16px;
  }

  .u-text--md {
    font-size: 14px;
  }

  .u-text--sm {
    font-size: 12px;
  }

  .u-text--xs {
    font-size: 10px;
  }

  .u-alignC-L {
    text-align: center;
  }

  .u-margin-t--double {
    margin-top: 120px;
  }

  .u-margin-t--section {
    margin-top: 60px;
  }

  .u-margin-b--double {
    margin-bottom: 120px;
  }

  .u-margin-b--section {
    margin-bottom: 60px;
  }

  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .top-hero-type01__title {
    top: calc(8.0196399345% + 73px);
  }

  .top-hero-type01__horse {
    left: 71.4%;
    width: 27.4285714286%;
  }

  .top-hero-type02__title {
    top: calc(8.0196399345% + 73px);
  }

  .top-hero-type02__horse {
    bottom: -2.0833333333%;
    left: 59.4%;
    width: 16.5625%;
  }

  .top-hero-typeHorse__title {
    top: calc(8.0196399345% + 73px);
  }

  .top-hero-typeHorse__name {
    bottom: 4.0916530278%;
    width: 31.5714285714%;
  }

  .top-hero-typeHorse__name.is-2022 {
    bottom: 14.0625%;
  }

  .top-hero-typeHorse__btn {
    bottom: 3.2733224223%;
    font-size: 0.9375vw;
  }

  .top-hero-typeHorse__btn.is-2022 {
    bottom: 3.2733224223%;
    font-size: 0.9375vw;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .top-hero-bnr {
    position: static;
  }

  .top-hero-bnr__inner {
    position: static;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .top-quocp__box2clm__l picture.is-custom {
    margin-left: -21px;
  }
}

@media (min-width: 1400px) {
  .top-hero-bnr__box {
    top: 96px;
  }

  .top-hero-type01__title {
    top: 20%;
  }

  .top-hero-type02__title {
    top: 20%;
  }

  .top-hero-typeHorse__title {
    top: 20%;
  }
}

@media (min-width: 1920px) {
  .top-hero-typeHorse__btn a.c-button--yellow {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .top-hero__inner:before {
    content: '';
    display: block;
    padding-bottom: 94.9333333333%;
    position: relative;
    z-index: -9;
  }

  .top-hero-bnr__inner:before {
    content: none;
  }

  .top-hero-bnr__box {
    position: static;
  }

  .top-hero-bnr__01,
  .top-hero-bnr__02,
  .top-hero-bnr__03 {
    position: absolute;
    z-index: 1;
  }

  .top-hero-bnr__01 {
    left: 10px;
    top: 74px;
    width: 48.8%;
  }

  .top-hero-bnr__02 {
    -webkit-transform: translateY(-100%);
    left: 20px;
    top: 77.0666666667vw;
    transform: translateY(-100%);
    width: 29.6%;
  }

  .top-hero-bnr__03 {
    -webkit-transform: translateY(-100%);
    left: 20px;
    top: 91.4666666667vw;
    transform: translateY(-100%);
    width: 33.3333333333%;
  }

  .top-hero-type01__inner {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_bg_01-sp.jpg);
  }

  .top-hero-type01__inner:after {
    bottom: 5px;
    height: 34px;
    right: 10px;
    width: 19px;
  }

  .top-hero-type01__title {
    left: 10px;
    top: 71px;
    width: 48.8%;
  }

  .top-hero-type01__horse {
    bottom: -5px;
    left: 43.2%;
    width: 80.5333333333%;
  }

  .top-hero-type02__inner {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_bg_02-sp.jpg);
  }

  .top-hero-type02__inner:after {
    bottom: 5px;
    height: 34px;
    right: 10px;
    width: 19px;
  }

  .top-hero-type02__title {
    right: 20px;
    top: 71px;
    width: 48.8%;
  }

  .top-hero-type02__horse {
    bottom: -5px;
    left: 53.4666666667%;
    width: 39.0666666667%;
  }

  .top-hero-typeHorse {
    background-position: center top;
    background-size: auto 100%;
  }

  .top-hero-typeHorse--01 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_01-sp.jpg);
  }

  .top-hero-typeHorse--02 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_02-sp.jpg);
  }

  .top-hero-typeHorse--03 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_03-sp.jpg);
  }

  .top-hero-typeHorse--04 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_04-sp.jpg);
  }

  .top-hero-typeHorse--05 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_05-sp.jpg);
  }

  .top-hero-typeHorse--06 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_06-sp.jpg);
  }

  .top-hero-typeHorse--07 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_07-sp.jpg);
  }

  .top-hero-typeHorse--08 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_08-sp.jpg);
  }

  .top-hero-typeHorse--09 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_09-sp.jpg);
  }

  .top-hero-typeHorse--10 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_10-sp.jpg);
  }

  .top-hero-typeHorse--11 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_11-sp.jpg);
  }

  .top-hero-typeHorse--12 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_12-sp.jpg);
  }

  .top-hero-typeHorse--13 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_13-sp.jpg);
  }

  .top-hero-typeHorse--14 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_14-sp.jpg);
  }

  .top-hero-typeHorse--15 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_15-sp.jpg);
  }

  .top-hero-typeHorse--16 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_16-sp.jpg);
  }

  .top-hero-typeHorse--17 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_17-sp.jpg);
  }

  .top-hero-typeHorse--18 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_18-sp.jpg);
  }

  .top-hero-typeHorse--19 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_19-sp.jpg);
  }

  .top-hero-typeHorse--20 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_20-sp.jpg);
  }

  .top-hero-typeHorse--21 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_21-sp.jpg);
  }

  .top-hero-typeHorse--22 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_22-sp.jpg);
  }

  .top-hero-typeHorse--23 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_23-sp.jpg);
  }

  .top-hero-typeHorse--24 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_24-sp.jpg);
  }

  .top-hero-typeHorse--25 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_25-sp.jpg);
  }

  .top-hero-typeHorse--26 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_26-sp.jpg);
  }

  .top-hero-typeHorse--27 {
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/hero_race_bg_27-sp.jpg);
  }

  .top-hero-typeHorse__inner:before {
    content: '';
    display: block;
    padding-bottom: 94.9333333333%;
    position: relative;
    z-index: -9;
  }

  .top-hero-typeHorse__inner:after {
    bottom: 5px;
    height: 34px;
    right: 10px;
    width: 19px;
  }

  .top-hero-typeHorse__title {
    left: 10px;
    top: 71px;
    width: 48.8%;
  }

  .top-hero-typeHorse__name img {
    filter: drop-shadow(0 2px 2px #000);
  }

  .top-hero-typeHorse__name {
    bottom: 19.3333333333vw;
    left: 47.6vw;
    width: 46.1333333333%;
  }

  .top-hero-typeHorse__btn {
    bottom: 8.6666666667vw;
    font-size: 2.2666666667vw;
    left: 47.6vw;
    width: 38.9333333333%;
  }

  .top-nextrace {
    padding: 12px 0;
  }

  .top-nextrace__title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 3.4666666667vw;
    justify-content: space-between;
  }

  .top-nextrace__logo {
    width: calc(100% - 8.5em);
  }

  .top-nextrace__day {
    flex: 1 0 auto;
    text-align: right;
  }

  .top-nextrace__link {
    font-size: 3.2vw;
    margin: 10px auto 0;
    width: 50.6666666667vw;
  }

  .top-nextrace__link .c-button {
    padding: 0.5em 0;
  }

  .top-nextrace-list {
    justify-content: space-between;
    margin-top: 4px;
  }

  .top-nextrace-list__li {
    margin-top: 6px;
    width: 100%;
  }

  .top-nextrace-list__link {
    align-items: center;
    font-size: 3.4666666667vw;
    padding: 5px 13px;
  }

  .top-subslider {
    padding: 5px 0;
  }

  .top-swiper-sub {
    padding: 0 20px;
  }

  .top-swiper-sub__slide {
    padding: 0;
  }

  .top-swiper-sub .swiper-button-next,
  .top-swiper-sub .swiper-button-prev {
    height: 10.6666666667vw;
    margin-top: -5.3333333333vw;
    width: 30px;
  }

  .top-swiper-sub .swiper-button-next:after,
  .top-swiper-sub .swiper-button-prev:after {
    font-size: 4vw;
  }

  .top-swiper-sub .swiper-button-next,
  .top-swiper-sub .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }

  .top-swiper-sub .swiper-button-prev,
  .top-swiper-sub .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .top-icon--g,
  .top-icon--g1,
  .top-icon--g2,
  .top-icon--g3,
  .top-icon--jg1,
  .top-icon--jpn1,
  .top-icon--jpn2,
  .top-icon--jpn3,
  .top-icon--live {
    height: 17px;
    width: 32px;
  }

  .top-icon--live {
    height: 17px;
    width: 32px;
  }

  .top-specialtitle {
    margin: 0 auto 25px;
    max-width: 490px;
  }

  .top-specialtitle > span {
    height: 1px;
  }

  .top-specialtitle picture {
    width: 57.4647887324%;
  }

  .top-specialtitle__text {
    font-size: 3.7333333333vw;
  }

  .top-specialtitle__text > span {
    display: inline-block;
  }

  .top-quocp {
    padding: 60px 0 0;
  }

  .top-quocp__desc {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin-top: 1em;
  }

  .top-quocp__box {
    margin-top: 30px;
    padding: 22px 20px;
  }

  .top-quocp__box__title {
    padding: 0 20px;
  }

  .top-quocp__box2clm {
    margin-top: 10px;
  }

  .top-quocp__box2clm__r {
    margin-top: 10px;
  }

  .top-quocp__cptitle {
    font-size: 5.3333333333vw;
    margin: 20px auto 20px;
    text-align: center;
  }

  .top-quocp__cpclm__l {
    margin-left: -35px;
    max-width: 136px;
    width: 33vw;
  }

  .top-quocp__cpclm__r {
    font-size: 4.2666666667vw;
    padding-left: 10px;
  }

  .top-quocp__cpclm__r strong {
    font-size: 5.3333333333vw;
  }

  .top-quocp__borderbox {
    border: 3px solid #fff;
    font-size: 5.3333333333vw;
    margin-top: 60px;
    padding: 30px 20px;
  }

  .top-quocp__borderbox + .top-quocp__borderbox {
    margin-top: 30px;
  }

  .top-quocp__borderbox__title {
    font-size: 6.6666666667vw;
  }

  .top-quocp__borderbox__title img {
    height: 6.3066666667vw;
    width: auto;
  }

  .top-quocp__cpday__badge {
    left: -44px;
    top: -20px;
    width: 35vw;
  }

  .top-quocp__cpday__thumb {
    margin-top: 40px;
  }

  .top-quocp__step {
    margin-top: 30px;
  }

  .top-quocp__step + .top-quocp__step {
    margin-top: 70px;
  }

  .top-quocp__step + .top-quocp__step:before {
    border-width: 18px 36px 0 36px;
    top: -44px;
  }

  .top-quocp__step small {
    font-size: 2.9333333333vw;
  }

  .top-quocp__step__l {
    margin-right: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
    width: 68px;
  }

  .top-quocp__step__r {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    display: block;
    flex: 1 0 0%;
    font-size: 4.2666666667vw;
    padding-bottom: 5px;
  }

  .top-quocp__step__c {
    margin: 10px auto 0;
  }

  .top-quocp__step__c .c-button-wrap {
    padding-top: 20px;
  }

  .top-quocp__step__c .c-button {
    font-size: 4.2666666667vw;
    margin: 0 auto;
    width: 64vw;
  }

  .top-quocp__step__half {
    margin-top: 30px;
  }

  .top-quocp__step__half__li {
    width: 100%;
  }

  .top-quocp__step__half__li + .top-quocp__step__half__li {
    margin-top: 30px;
  }

  .top-quocp__step__clm__thumb {
    flex: 1 0 0%;
    position: relative;
  }

  .top-quocp__step__clm__thumb img {
    display: block;
    height: 37.0666666667vw;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    z-index: 1;
  }

  .top-quocp__step__clm__cont {
    width: 46.9333333333vw;
  }

  .top-quocp__step__clm__cont p {
    font-size: 3.4666666667vw;
  }

  .top-quocp__step__text {
    font-size: 3.2vw;
    margin-top: 20px;
    text-align: left;
  }

  .top-quocp__step__link {
    margin-top: 20px;
  }

  .top-quocp__step__textlink {
    font-size: 5.3333333333vw;
    text-align: left;
  }

  .top-quocp__step__caution {
    margin-top: 20px;
  }

  .top-quocp__step__caution small {
    font-size: 2.9333333333vw;
  }

  .top-quocp__amazoncp {
    margin: 30px -20px 0;
    padding: 22px 20px 32px;
  }

  .top-quocp__amazoncp__title {
    margin: 0 -20px;
  }

  .top-quocp__amazoncp__label {
    padding: 0.5em;
    width: 25vw;
  }

  .top-quocp__amazoncp__text {
    font-size: 3.7333333333vw;
  }

  .top-quocp__amazoncp__text strong {
    font-size: 6.4vw;
  }

  .top-quocp__amazoncp__text small {
    font-size: 3.0666666667vw;
  }

  .top-quocp__amazoncp__btn {
    font-size: 4.2666666667vw;
    margin: 20px auto 0;
    width: 64vw;
  }

  .top-quocp__amazoncp__caution {
    font-size: 3.0666666667vw;
    margin-top: 30px;
  }

  .top-quocp__amazoncp__caution small {
    font-size: 3.0666666667vw;
  }

  .top-dialogue {
    padding: 40px 0 60px;
  }

  .top-dialogue__text {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-dialogue__thumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .top-dialogue__btn {
    font-size: 4.2666666667vw;
    margin: 30px auto 0;
    width: 64vw;
  }

  .top-training {
    padding: 40px 0 60px;
  }

  .top-training__desc {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-training__thumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .top-training__btn {
    font-size: 4.2666666667vw;
    margin: 30px auto 0;
    width: 64vw;
  }

  .top-raceday {
    padding: 40px 0 60px;
  }

  .top-raceday__title {
    padding: 0 20px;
  }

  .top-raceday__desc {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-raceday__hero {
    margin: 20px auto;
  }

  .top-raceday__hero > picture {
    position: relative;
  }

  .top-raceday__hero > picture img {
    transform: rotate(10deg);
    width: 21.3333333333%;
  }

  .top-raceday__hero__bg {
    -webkit-transform: translateX(3%);
    background-image: url(/keibapremiumweek2021-2022/assets/top/img/raceday_bg-sp.jpg);
    background-size: cover;
    height: 160%;
    left: -18.5%;
    top: -30%;
    transform: translateX(3%);
    width: 127.7333333333%;
  }

  .top-raceday-deliverydate {
    margin-top: 20px;
  }

  .top-raceday-deliverydate__title {
    font-size: 4.5333333333vw;
    margin: 0 auto 10px;
    max-width: 490px;
  }

  .top-raceday-deliverydate__title > span {
    height: 1px;
  }

  .top-raceday-deliverydate__title div {
    text-align: center;
    width: 8em;
  }

  .top-raceday-deliverydate__text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: flex;
    flex-wrap: wrap;
    font-size: 4.5333333333vw;
    justify-content: space-between;
    padding: 0 10px;
    text-align: left;
  }

  .top-raceday-deliverydate__text > span {
    width: calc(50% - 5px);
  }

  .top-raceday-deliverydate__btn {
    font-size: 4.2666666667vw;
    margin: 30px auto 0;
    width: 64vw;
  }

  .top-schedule {
    padding: 60px 0 40px;
  }

  .top-schedule__title {
    padding: 0;
  }

  .top-schedule-list__li + .top-schedule-list__li {
    margin-top: 40px;
  }

  .top-schedule__section {
    margin-top: 40px;
  }

  .top-schedule__section + .top-schedule__section {
    margin-top: 60px;
  }

  .top-schedule__year {
    font-size: 4.5333333333vw;
    margin: 0 auto 30px;
  }

  .top-schedule__year > span {
    height: 1px;
  }

  .top-schedule__year strong {
    box-sizing: content-box;
    padding: 0 10px;
    width: 23.3333333333vw;
  }

  .top-schedule-block__date {
    color: #b28239;
    font-size: 2.6666666667vw;
    font-weight: 700;
  }

  .top-schedule-block__date strong {
    color: #000;
    display: block;
    font-size: 5.0666666667vw;
  }

  .top-schedule-block__cont {
    margin-top: 8px;
    width: 100%;
  }

  .top-schedule-block__btn {
    font-size: 3.7333333333vw;
  }

  .top-schedule-block__btn + .top-schedule-block__btn {
    margin-top: 10px;
  }

  .top-schedule-block__btn__label {
    width: 11.3333333333vw;
  }

  .top-schedule-block__btn__label + .top-schedule-block__btn__title {
    margin-left: 5px;
  }

  .top-schedule-block__btn__title {
    font-size: 3.7333333333vw;
    height: 11.3333333333vw;
    padding-right: 2em;
  }

  .top-schedule-block__btn__title > p > span {
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
  }

  .top-schedule-block__btn__title [class^='top-icon'] {
    height: 4.5333333333vw;
    width: 8.8vw;
  }

  .top-schedule-block__btn__title .top-icon--live {
    height: 5.0666666667vw;
    width: 8.8vw;
  }

  .top-schedule__btn-list {
    margin-top: 40px;
  }

  .top-schedule__btn + .top-schedule__btn {
    margin-top: 20px;
  }

  .top-schedule__btn {
    font-size: 4.2666666667vw;
    margin: 40px auto 0;
    width: 80%;
  }

  .top-schedule__btn a.c-button--red {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .top-liveinfo {
    padding: 40px 0;
  }

  .top-liveinfo__title {
    /*font-size: 9.2vw;*/
    margin: 0 auto;
    width: 81.0666666667vw;
  }

  .top-liveinfo__desc {
    font-size: 4.2666666667vw;
  }

  .top-liveinfo__bnr {
    margin-top: 25px;
  }

  .top-liveinfo__thumb {
    margin-top: 40px;
  }

  .top-officialsite {
    padding: 40px 0 40px;
  }

  .top-officialsite-more__title {
    font-size: 9.2vw;
    margin: 0 auto;
    width: 67.2vw;
  }

  .top-officialsite-more__title img {
    display: block;
  }

  .top-officialsite__bg {
    background-image: url(/keibapremiumweek2023-2024/assets/img/common/top/officialsite_bg-sp.webp);
    background-size: cover;
    margin-top: 40px;
    padding: 35px 20px;
  }

  .top-officialsite__title {
    font-size: 9.2vw;
    margin: 0 auto;
    width: 50.2666666667vw;
  }

  .top-officialsite__title img {
    display: block;
  }

  .top-officialsite__desc {
    font-size: 3.7333333333vw;
    margin-top: 0.75em;
  }

  .top-officialsite__thumb {
    margin-top: 30px;
  }

  .top-officialsite__bnr {
    font-size: 4.2666666667vw;
    margin: 40px auto 0;
    margin-top: 30px;
    width: 64vw;
  }

  .top-officialsite-webfurlong {
    border-radius: 0;
    margin-top: 20px;
    padding: 20px;
  }

  .top-officialsite-webfurlong__inner {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 25px 5px;
  }

  .top-officialsite-webfurlong__title {
    font-size: 9.2vw;
    margin: 0 auto;
    width: 35.3333333333vw;
  }

  .top-officialsite-webfurlong__title img {
    display: block;
  }

  .top-officialsite-webfurlong__desc {
    font-size: 4.2666666667vw;
    margin-top: 1.25em;
  }

  .top-officialsite-webfurlong__bnr {
    font-size: 4.2666666667vw;
    margin: 40px auto 0;
    margin-top: 20px;
    max-width: 64vw;
  }

  .top-broadcast {
    padding: 0 0 20px;
  }

  .top-broadcast__title {
    font-size: 9.2vw;
    margin: 0 auto;
    width: 76.2666666667vw;
  }

  .top-broadcast__title img {
    display: block;
  }

  .top-broadcast-clm {
    padding: 0 13.3333333333vw;
  }

  .top-broadcast-clm__li {
    margin-top: 30px;
  }

  .top-snslatestinfo {
    padding: 45px 0 45px;
  }

  .top-snslatestinfo__title {
    font-size: 9.2vw;
    margin: 0 auto;
    width: 78.6666666667vw;
  }

  .top-snslatestinfo__title img {
    display: block;
  }

  .top-snslatestinfo-clm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    padding: 0 18vw;
  }

  .top-snslatestinfo-clm__li {
    margin: 30px 5.0666666667vw 0;
    width: 14.1333333333vw;
  }

  .top-tvcm {
    padding: 40px 0 40px;
  }

  .top-tvcm__title {
    font-size: 9.2vw;
    margin: 0 auto;
    width: 29.3333333333vw;
  }

  .top-tvcm__text {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    margin-top: 1em;
  }

  .top-modal__inner {
    padding: 0 20px;
  }

  .top-modal__box {
    border-radius: 10px;
    padding: 6.6666666667vw;
  }

  .top-modal__close {
    height: 26px;
    position: absolute;
    right: 0;
    top: -36px;
    width: 26px;
    z-index: 1;
  }

  .top-modal__title {
    font-size: 6vw;
  }

  .top-modal__text {
    font-size: 3.2vw;
  }

  .top-modal__scrwrap {
    border-radius: 6px;
    font-size: 3.2vw;
    padding: 1em 0 1em 1em;
  }

  .top-modal__scr {
    font-size: 3.2vw;
    padding-right: 1em;
  }

  .c-button,
  a.c-button {
    padding: 0.75em 0 0.75em 0;
  }

  .u-text--xxxxl {
    font-size: 24px;
  }

  .u-text--xxxl {
    font-size: 28px;
  }

  .u-text--xxl {
    font-size: 26px;
  }

  .u-text--xl {
    font-size: 16px;
  }

  .u-text--lg {
    font-size: 14px;
  }

  .u-text--md {
    font-size: 12px;
  }

  .u-text--sm {
    font-size: 10px;
  }

  .u-text--xs {
    font-size: 9px;
  }

  .u-alignC-L {
    text-align: left;
  }

  .u-margin-t--double {
    margin-top: 60px;
  }

  .u-margin-t--section {
    margin-top: 30px;
  }

  .u-margin-b--double {
    margin-bottom: 60px;
  }

  .u-margin-b--section {
    margin-bottom: 30px;
  }

  .u-hidden-sp {
    display: none;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5px;
    width: 100%;
  }

  .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }

  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
}

@media (max-width: 374px) {
  .top-hero-type01__title {
    top: 64px;
  }

  .top-hero-type02__title {
    top: 64px;
  }

  .top-hero-typeHorse__title {
    top: 64px;
  }

  .top-schedule-block__btn__title {
    letter-spacing: -0.04em;
  }
}

.footer .top-snslatestinfo .l-inner {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-top .container-slide::before {
    background-image: -webkit-linear-gradient(0deg, #d8d5d3 0%, rgba(0,0,0,0) 100%);
  }
  .page-top .container-slide::after {
    background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, #d8d5d3 100%);
  }
}
.section-kv {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-kv {
    padding-bottom: 4vw;
    background: url("../img/top/kv-2.webp") center top no-repeat #6a112c;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv {
    padding-bottom: 60px;
    background: url("../img/top/pc/kv-2.webp") center top no-repeat #6a112c;
    background-size: 2000px auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .section-inner {
    padding-top: 572px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kv .section-heading {
    padding-top: 39.06666666666666vw;
    margin-bottom: 14.666666666666666vw;
    margin-left: 10.933333333333334vw;
    width: 78.13333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .section-heading {
    position: absolute;
    left: 50%;
    top: 177px;
    margin-left: -238px;
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-kv .section-heading {
    margin-left: -50.53763440860215%;
    width: 46.9208211143695%;
  }
}
.section-kv .text-1 {
  position: absolute;
  left: 26.13333333333333vw;
  top: 28.799999999999997vw;
}
@media only screen and (max-width: 767px) {
  .section-kv .text-1 {
    width: 47.199999999999996vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .text-1 {
    left: 50%;
    top: 120px;
    margin-left: -142px;
    width: 282px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-kv .text-1 {
    margin-left: -41.15347018572825%;
    width: 27.56598240469208%;
  }
}
.section-kv .container-next-race {
  position: relative;
  width: 100%;
  background-color: rgba(255,255,255,0.6);
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race {
    padding: 3.466666666666666vw 3.333333333333333vw 4.533333333333333vw;
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race {
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 50px;
    padding: 23px 16px 30px;
    border-radius: 10px;
  }
}
.section-kv .container-next-race .container-heading {
  position: absolute;
  left: 0;
  top: -2.666666666666667vw;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 2.933333333333333vw;
  letter-spacing: 0.02em;
  font-weight: 700;
  background: url("../img/top/kv-4.png?hash=8e0d1494124c2c2fb9798027d5a2c290") center top no-repeat transparent;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .container-heading {
    width: 18.933333333333334vw;
    height: 4.8vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .container-heading {
    left: -10px;
    top: -21px;
    width: 142px;
    height: 46px;
    padding-right: 5px;
    padding-bottom: 10px;
    font-size: 22px;
    background: url("../img/top/pc/kv-4.webp") center top no-repeat transparent;
    background-size: cover;
  }
}
.section-kv .container-next-race .container-heading .text {
  padding-top: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .container-heading .text {
    padding-top: 2px;
  }
}
.section-kv .container-next-race .section-race-lv4 {
  margin-bottom: 0;
}
.section-kv .container-next-race .race-heading-lv4 {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-heading-lv4 {
    margin-bottom: 1.333333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-heading-lv4 {
    margin-bottom: 10px;
  }
}
.section-kv .container-next-race .race-heading-lv4:only-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-kv .container-next-race .race-heading-lv4-date {
  font-size: 6.133333333333333vw;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-heading-lv4-date {
    transform: translateY(0.8vw);
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-heading-lv4-date {
    transform: translateY(5px);
    margin-left: -3px;
    font-size: 38px;
  }
}
.section-kv .container-next-race .race-heading-lv4-wday {
  margin-left: 0;
  display: inline-block;
  transform: translateY(-0.533333333333333vw);
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-heading-lv4-wday {
    transform: translateY(-2px);
    font-size: 24px;
  }
}
.section-kv .container-next-race .race-item-location {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item-location {
    margin-right: 0.666666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-location {
    margin-right: 6px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-heading-lv4-locations {
    margin-left: 0.666666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-heading-lv4-locations {
    margin-left: 19px;
  }
}
.section-kv .container-next-race .race-heading-lv4-locations .race-item-location {
  background-color: #dadada;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-heading-lv4-locations .race-item-location {
    padding: 0.533333333333333vw 0.8vw 0.266666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-heading-lv4-locations .race-item-location {
    min-height: 30px;
    padding-block: 3px;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-kv .container-next-race .race-items {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item {
    width: 49.586776859504134%;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-kv .container-next-race .race-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item:not(:first-child) {
    margin-top: 1.333333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-kv .container-next-race .race-item:not(:first-child) {
    margin-top: 8px;
  }
}
.section-kv .container-next-race .race-item-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-1.webp") center top no-repeat transparent;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item-link::after {
    right: 2.666666666666667vw;
    width: 3.333333333333333vw;
    height: 3.466666666666666vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-link::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item-row-cols-3 {
    height: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-row-cols-3 {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-col-1 {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-col-jranet::before {
    width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item-jranet {
    margin-left: 1.066666666666667vw;
    width: 9.333333333333334vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-jranet {
    margin-left: 3px;
    width: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item-col-2 {
    padding: 1.333333333333333vw 0 1.333333333333333vw 0.533333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-col-2 {
    padding: 0 0 0 4px;
  }
  .section-kv .container-next-race .race-item-col-2 .race-item-location {
    width: 70px;
    font-size: 15px;
  }
  .section-kv .container-next-race .race-item-col-2 .race-item-racename {
    font-size: 16px;
  }
}
.section-kv .container-next-race .race-item-time {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon {
    width: 47px;
    height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-jpn::before {
    width: 38px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-jpnii::before {
    width: 34px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-jgi::before {
    width: 34px;
    height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-gii::before {
    width: 21px;
    height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-gi::before {
    width: 17px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-grandprize::before {
    width: 40px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-kv .container-next-race .race-item-icon-giii::before {
    width: 23px;
    height: 15px;
  }
}
.section-kv .container-next-race .race-item-notification-no-race {
  padding: 1px 0 0;
  font-size: 12px;
  line-height: 1.333333333333333;
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .section-kv .container-next-race .race-item-notification-no-race {
    font-size: 2.666666666666667vw;
    line-height: 1.2;
  }
}
.section-inner-links {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-inner-links {
    padding-block: 4vw;
    background: url("../img/top/links-bg.webp") left top no-repeat transparent;
    background-size: 100% auto;
    box-shadow: 0px 0.666666666666667vw 3.733333333333334vw 0px rgba(0,0,0,0.12);
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links {
    padding-top: 4px;
    background: url("../img/top/pc/links-bg.webp") center top no-repeat #fff;
    background-size: 1400px auto;
  }
  .section-inner-links::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url("../img/top/pc/bg-top-gold-line.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
  .section-inner-links .slide {
    justify-content: center;
  }
}
.section-inner-links .container-anchor-links {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links {
    max-width: 1000px;
    margin-inline: auto;
  }
}
.section-inner-links .container-anchor-links a {
  position: relative;
  display: grid;
  justify-content: center;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .section-inner-links .container-anchor-links a {
    width: 32.53333333333333vw;
    height: 24vw;
    grid-template: "ja" 1fr "en" 4.266666666666667vw "arrow" 3.333333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a {
    flex: 1;
    height: 138px;
    grid-template: "ja" 1fr "en" 22px "arrow" 38px;
  }
}
.section-inner-links .container-anchor-links a .ja {
  grid-area: ja;
  align-self: center;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-inner-links .container-anchor-links a .ja {
    padding-top: 2.133333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a .ja {
    padding-top: 20px;
  }
}
.section-inner-links .container-anchor-links a .en {
  grid-area: en;
  justify-self: center;
  color: #cda564;
  font-size: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a .en {
    font-size: 12px;
  }
}
.section-inner-links .container-anchor-links a .arrow {
  grid-area: arrow;
  justify-self: center;
  fill: #e33321;
  font-size: 0;
}
@media only screen and (max-width: 767px){
  .section-inner-links .container-anchor-links a .ja {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section-inner-links .container-anchor-links a .en {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .section-inner-links .container-anchor-links a .arrow {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 768px){
  .section-inner-links .container-anchor-links a .ja {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section-inner-links .container-anchor-links a .en {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .section-inner-links .container-anchor-links a .arrow {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .section-inner-links .container-anchor-links a .arrow {
    width: 4.133333333333333vw;
    height: 2.266666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a .arrow {
    width: 22px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-inner-links .container-anchor-links a.link-1 {
    padding-left: 1.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a.link-1 {
    border-left: 1px solid rgba(255,255,255,0.25);
  }
}
.section-inner-links .container-anchor-links a.link-1 .ja {
  width: 24.53333333333333vw;
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a.link-1 .ja {
    width: 144px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-inner-links .container-anchor-links a.link-1 .ja {
    width: 43.24324324324324%;
  }
}
.section-inner-links .container-anchor-links a.link-2 {
  border-right: 0.266666666666667vw solid rgba(205,165,100,0.2);
  border-left: 0.266666666666667vw solid rgba(205,165,100,0.2);
}
@media only screen and (max-width: 767px) {
  .section-inner-links .container-anchor-links a.link-2 {
    width: 34.93333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a.link-2 {
    border-right-width: 1px;
    border-left-width: 1px;
  }
}
.section-inner-links .container-anchor-links a.link-2 .ja {
  width: 25.333333333333336vw;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a.link-2 .ja {
    width: 278px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-inner-links .container-anchor-links a.link-2 .ja {
    width: 83.23353293413174%;
  }
}
@media only screen and (max-width: 767px) {
  .section-inner-links .container-anchor-links a.link-3 {
    padding-right: 0.533333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a.link-3 {
    border-right: 1px solid rgba(255,255,255,0.25);
  }
}
.section-inner-links .container-anchor-links a.link-3 .ja {
  width: 22.400000000000002vw;
}
@media only screen and (min-width: 768px) {
  .section-inner-links .container-anchor-links a.link-3 .ja {
    width: 282px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-inner-links .container-anchor-links a.link-3 .ja {
    width: 84.68468468468468%;
  }
}
@media only screen and (max-width: 767px) {
  .section-about {
    padding-top: 3.733333333333334vw;
    padding-bottom: 15.066666666666666vw;
    background: url("../img/top/about-bg.webp") center top no-repeat #fff;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-about {
    padding-top: 55px;
    padding-bottom: 111px;
    max-height: 818px;
    background: url("../img/top/pc/about-bg.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
}
.section-about .section-heading {
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-about .section-heading {
    width: 68.53333333333333vw;
    margin: 0 auto 2.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-about .section-heading {
    width: 514px;
    margin-inline: auto;
    margin-bottom: 4px;
  }
}
.section-about .heading {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-about .heading {
    width: 67.73333333333333vw;
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-about .heading {
    width: 398px;
    margin-bottom: 24px;
  }
}
.section-about .text-1 {
  color: #6d4d0b;
  text-align: center;
  font-size: 3.733333333333334vw;
  line-height: 2;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .section-about .text-1 {
    font-size: 20px;
    line-height: 2.3;
  }
}
.section-schedule {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-schedule {
    padding-top: 1.333333333333333vw;
    background: url("../img/top/bg-top-gold.webp") center top no-repeat transparent;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule {
    padding-top: 4px;
    padding-bottom: 76px;
    background: url("../img/top/pc/bg-top-gold.webp") center top no-repeat #fff;
    background-size: 1400px auto;
  }
  .section-schedule::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url("../img/top/pc/bg-top-gold-line.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
}
.section-schedule .section-heading {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .section-heading {
    width: 62.66666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .section-heading {
    width: 474px;
  }
}
.section-schedule .container-heading {
  position: relative;
  text-align: center;
  background: url("../img/heading-bg-1.webp") left top no-repeat transparent;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-heading {
    width: 100vw;
    height: 22.666666666666664vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-heading {
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 100px;
    background: url("../img/pc/heading-bg-1.webp") center top no-repeat transparent;
    background-size: 1400px auto;
  }
}
.section-schedule .container-heading .text-wrap {
  display: grid;
  place-content: center;
  font-size: 6.933333333333333vw;
  letter-spacing: -0.04em;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-heading .text-wrap {
    height: 18.666666666666668vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-heading .text-wrap {
    height: 80px;
    font-size: 36px;
  }
}
.section-schedule .container-heading .text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-heading .text {
    padding-top: 1.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-heading .text {
    padding-top: 2px;
  }
}
.section-schedule .container-heading .text-small {
  font-size: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-heading .text-small {
    font-size: 30px;
  }
}
.section-schedule .container-today {
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today {
    padding-bottom: 13.333333333333334vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today {
    margin-bottom: 90px;
    padding-bottom: 78px;
    border: 2px solid #d2b345;
    border-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .container-heading {
    margin-bottom: 4.266666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .container-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .container-heading .text {
    padding-top: 0.4vw;
  }
}
.section-schedule .container-today .date {
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 5.866666666666666vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .date {
    margin-bottom: 5.733333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .date {
    margin-bottom: 32px;
    font-size: 30px;
  }
}
.section-schedule .container-today .list-race {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .list-race {
    width: 93.33333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race {
    width: 90%;
    max-width: 780px;
  }
}
.section-schedule .container-today .list-race a {
  position: relative;
  display: block;
  background: url("../img/top/schedule-2.webp") center top repeat-y transparent;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .list-race a {
    padding: 5.466666666666667vw 10.666666666666668vw 5.333333333333334vw 3.333333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a {
    padding: 19px 58px 17px 20px;
    background: url("../img/top/pc/schedule-2.webp") center top repeat-y transparent;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .list-race a:not(:last-child) {
    margin-bottom: 2.666666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-schedule .container-today .list-race a::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url("../img/arrow-1.webp") center top repeat-y transparent;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .list-race a::before {
    right: 3.333333333333333vw;
    width: 3.866666666666667vw;
    height: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a::before {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.section-schedule .container-today .list-race a .detail {
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #be9d6d;
  font-size: 4vw;
  line-height: 1.333333333333333;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .list-race a .detail {
    margin-bottom: 1.066666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a .detail {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.section-schedule .container-today .list-race a .detail .time .num {
  font-size: 5.333333333333334vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a .detail .time .num {
    font-size: 28px;
  }
}
.section-schedule .container-today .list-race a .detail .time::after {
  content: "|";
  padding: 0 0.5em;
  font-weight: 100;
}
.section-schedule .container-today .list-race a .name {
  display: flex;
  align-items: center;
  width: 100%;
}
.section-schedule .container-today .list-race a .race-item-location {
  font-size: 3.066666666666666vw;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-today .list-race a .race-item-location {
    margin-right: 2.666666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a .race-item-location {
    margin-right: 14px;
    font-size: 17px;
  }
}
.section-schedule .container-today .list-race a .race-item-racename {
  font-size: 6.4vw;
  line-height: 1.25;
  letter-spacing: -0.02em;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-today .list-race a .race-item-racename {
    font-size: 28px;
  }
}
.section-schedule .container-all {
  max-width: 1000px;
  margin-inline: auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-all {
    padding-bottom: 5.333333333333334vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-all .container-heading {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-all .container-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-all .container-heading .text {
    padding-left: 0.533333333333333vw;
  }
}
.section-schedule .container-all .container-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1.333333333333333vw solid #d2b345;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-all .container-tabs {
    gap: 0 2.666666666666667vw;
    margin-bottom: 10.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-all .container-tabs {
    gap: 0 8px;
    border-bottom-width: 6px;
    margin-bottom: 41px;
  }
}
.section-schedule .container-all .container-tabs .tab {
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 3.466666666666666vw;
  line-height: 1.384615384615385;
  font-weight: 700;
  background-color: #e6e6e6;
  font-feature-settings: "palt";
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-all .container-tabs .tab {
    width: 45.33333333333333vw;
    height: 16vw;
    padding-top: 0.8vw;
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-all .container-tabs .tab {
    width: 46.5%;
    height: 74px;
    font-size: 20px;
    padding-top: 2px;
    border-radius: 10px 10px 0 0;
  }
  .section-schedule .container-all .container-tabs .tab:not(.is-selected) {
    transition: opacity 0.3s ease;
  }
  .section-schedule .container-all .container-tabs .tab:not(.is-selected):hover {
    opacity: 0.8;
  }
}
.section-schedule .container-all .container-tabs .tab .text .num {
  font-size: 4.8vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-all .container-tabs .tab .text .num {
    font-size: 26px;
  }
}
.section-schedule .container-all .container-tabs .tab.is-selected {
  background-color: #d2b345;
  cursor: default;
  pointer-events: none;
}
.section-schedule .container-all .container-inner {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-schedule .container-all .container-inner {
    width: 93.33333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-schedule .container-all .container-inner {
    padding-inline: 20px;
  }
}
.section-campaign {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-campaign {
    padding-top: 1.333333333333333vw;
    padding-bottom: 13.333333333333334vw;
    background: url("../img/top/campaign-bg.webp") left top no-repeat transparent;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign {
    padding-top: 4px;
    padding-bottom: 74px;
    background: url("../img/top/pc/bg-top-gold.webp") center top no-repeat #fff;
    background-size: 1400px auto;
  }
  .section-campaign::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url("../img/top/pc/bg-top-gold-line.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-campaign .container-campaign-wrap {
    margin-inline: 30px;
  }
}
.section-campaign .container-campaign {
  position: relative;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign {
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign .container-heading {
    margin: 6.533333333333332vw auto 3.866666666666667vw;
    width: 80.80000000000001vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign .container-heading {
    width: 802px;
    margin: 60px auto 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-campaign .container-campaign .container-heading {
    width: 100%;
    max-width: 802px;
  }
}
.section-campaign .container-campaign .button {
  display: grid;
  grid-template: ". text icon" auto/1fr auto 1fr;
  align-items: center;
  margin-inline: auto;
  color: #fff;
  font-weight: 700;
  background-image: -webkit-linear-gradient(0deg, #bf0000 0%, #f00 100%);
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign .button {
    width: 73.33333333333333vw;
    height: 16vw;
    border-radius: 8vw;
    padding-inline: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign .button {
    width: 550px;
    height: 100px;
    padding-inline: 30px;
    border-radius: 50px;
  }
}
.section-campaign .container-campaign .button .text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  position: relative;
  grid-area: text;
  font-size: 3.733333333333334vw;
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign .button .text {
    padding-top: 0.266666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign .button .text {
    font-size: 24px;
  }
}
.section-campaign .container-campaign .button .icon {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  position: relative;
  grid-area: icon;
  justify-self: end;
  font-size: 0;
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign .button .icon {
    width: 3.066666666666666vw;
    height: 3.066666666666666vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign .button .icon {
    width: 18px;
    height: 18px;
  }
}
.section-campaign .container-campaign .button.is-inactive {
  pointer-events: none;
  background: #999;
}
.section-campaign .container-campaign .button.is-inactive .icon {
  display: none;
}
.section-campaign .container-campaign .text-3 {
  text-align: center;
  margin-top: 2.666666666666667vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign .text-3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign.campaign-1 .text-1 {
    width: 81.06666666666666vw;
    margin: 0 auto 4.933333333333334vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign.campaign-1 .text-1 {
    width: 515px;
    margin: 29px auto 21px;
  }
}
.section-campaign .container-campaign.campaign-1 .text-2 {
  font-size: 3.733333333333334vw;
  line-height: 1.785714285714286;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign.campaign-1 .text-2 {
    margin-bottom: 4.533333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign.campaign-1 .text-2 {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.section-campaign .container-campaign.campaign-1 .img-1 {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .section-campaign .container-campaign.campaign-1 .img-1 {
    width: 69.33333333333334vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-campaign .container-campaign.campaign-1 .img-1 {
    width: 520px;
  }
}
.section-special {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-special {
    padding-bottom: 12.8vw;
    background: url("../img/top/bg-top-gold.webp") center top no-repeat transparent;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-special {
    padding-top: 4px;
    padding-bottom: 150px;
    background: url("../img/top/pc/bg-top-gold.webp") center top no-repeat #fff;
    background-size: 1400px auto;
  }
  .section-special::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url("../img/top/pc/bg-top-gold-line.webp") center top no-repeat #fff;
    background-size: 2000px auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .section-heading {
    position: relative;
    left: 50%;
    margin-left: -355px;
    width: 709px;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .section-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    gap: 20px;
  }
  .section-special .section-inner::after {
    display: block;
    content: "";
    width: 490px;
    height: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
  .section-special .section-inner {
    flex-direction: column;
    width: 100%;
  }
}
.section-special .container-contents {
  position: relative;
  margin-inline: auto;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-special .container-contents {
    width: 93.33333333333333vw;
    height: 89.33333333333333vw;
  }
  .section-special .container-contents:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents {
    width: 490px;
    height: 470px;
  }
}
.section-special .container-contents::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.8vw solid #3b77c0;
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents::before {
    border-width: 6px;
  }
}
.section-special .container-contents a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.section-special .container-contents .button {
  display: grid;
  grid-template: ". text icon" auto/1fr auto 1fr;
  align-items: center;
  margin-inline: auto;
  color: #fff;
  font-weight: 700;
  background-image: -webkit-linear-gradient(0deg, #bf0000 0%, #f00 100%);
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  background: linear-gradient(0deg, #bf0000 0%, #f00 100%);
}
@media only screen and (max-width: 767px) {
  .section-special .container-contents .button {
    width: 73.33333333333333vw;
    height: 16vw;
    border-radius: 8vw;
    padding-inline: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents .button {
    width: 550px;
    height: 100px;
    padding-inline: 30px;
    border-radius: 50px;
  }
}
.section-special .container-contents .button .text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  position: relative;
  grid-area: text;
  font-size: 3.733333333333334vw;
}
@media only screen and (max-width: 767px) {
  .section-special .container-contents .button .text {
    padding-top: 0.266666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents .button .text {
    font-size: 24px;
  }
}
.section-special .container-contents .button .icon {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  position: relative;
  grid-area: icon;
  justify-self: end;
  font-size: 0;
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  .section-special .container-contents .button .icon {
    width: 3.066666666666666vw;
    height: 3.066666666666666vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents .button .icon {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-special .container-contents .button {
    bottom: 7.466666666666668vw;
    width: 73.33333333333333vw;
    height: 10.666666666666668vw;
    border-radius: 5.333333333333334vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents .button {
    bottom: 34px;
    width: 387px;
    height: 57px;
    padding-inline: 22px;
    border-radius: 28.5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-special .container-contents .button .text {
    font-size: 20px;
  }
}
.section-special .container-contents.content-1 {
  background: url("../img/top/special-1-bg.webp") left top no-repeat transparent;
  background-size: cover;
}
.section-special .container-contents.content-1::before {
  border-color: #ce0807;
}
.section-special .container-contents.content-2 {
  background: url("../img/top/special-2-bg.webp") left top no-repeat transparent;
  background-size: cover;
}
.section-special .container-contents.content-2::before {
  border-color: #000;
}
.section-special .container-contents.content-3 {
  background: url("../img/top/special-3-bg.webp") left top no-repeat transparent;
  background-size: cover;
}
.section-special .container-contents.content-3::before {
  border-color: #be9d6d;
}
.section-special .container-contents.content-4 {
  background: url("../img/top/special-4-bg.webp") left top no-repeat transparent;
  background-size: cover;
}
.section-special .container-contents.content-4::before {
  border-color: #d2b345;
}
.section-special .container-contents.content-5 {
  background: url("../img/top/special-5-1.webp") left top no-repeat transparent;
  background-size: cover;
}
.section-special .container-contents.content-5::before {
  border-color: #0158a1;
}
.section-footer-sitetop {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .container-inner {
    max-width: 1000px;
    margin-inline: auto;
  }
}
.section-footer-sitetop .top-officialsite {
  padding-top: 0;
}
.section-footer-sitetop .top-officialsite .container-heading {
  position: relative;
  text-align: center;
  background: url("../img/heading-bg-1.webp") left top no-repeat transparent;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .section-footer-sitetop .top-officialsite .container-heading {
    width: 100vw;
    height: 22.666666666666664vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .top-officialsite .container-heading {
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 100px;
    background: url("../img/pc/heading-bg-1.webp") center top no-repeat transparent;
    background-size: 1400px auto;
  }
}
.section-footer-sitetop .top-officialsite .container-heading .text-wrap {
  display: grid;
  place-content: center;
  font-size: 6.933333333333333vw;
  letter-spacing: -0.04em;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .section-footer-sitetop .top-officialsite .container-heading .text-wrap {
    height: 18.666666666666668vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .top-officialsite .container-heading .text-wrap {
    height: 80px;
    font-size: 36px;
  }
}
.section-footer-sitetop .top-officialsite .container-heading .text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-footer-sitetop .top-officialsite .container-heading .text {
    padding-top: 1.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .top-officialsite .container-heading .text {
    padding-top: 2px;
  }
}
.section-footer-sitetop .top-officialsite .container-heading .text-small {
  font-size: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .top-officialsite .container-heading .text-small {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer-sitetop .top-officialsite .container-heading {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .top-officialsite .container-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .top-officialsite .top-officialsite__bg {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer-sitetop .links {
    margin-top: 6.666666666666667vw;
    padding-bottom: 6.133333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .links {
    display: flex;
    justify-content: space-between;
    width: 624px;
    margin: 40px auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer-sitetop .links li {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-sitetop .links li {
    width: 292px;
  }
}