.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 .3s ease;
    display: block;
    transition: opacity .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 .3s ease;
    opacity: .8;
    transition: opacity .3s ease
}

.top-hero-type01 {
    position: relative
}

.top-hero-type01__inner:after {
    -webkit-animation: bound-anim 1s infinite;
    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 {
    -webkit-animation: bound-anim 1s infinite;
    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 {
    -webkit-animation: bound-anim 1s infinite;
    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
}

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

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

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

.top-nextrace {
    background: #000
}

.top-nextrace__title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    min-height: .0001%;
    position: relative
}

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

.top-nextrace__link .c-button {
    margin-bottom: .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

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

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

.top-nextrace-list__link__race {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: .5em
}

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

a.top-nextrace-list__link:before {
    speak: never;
    -webkit-font-feature-settings: normal;
    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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: .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: .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: .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 {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .6));
    filter: drop-shadow(0 0 10px rgba(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, .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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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, .2);
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(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 {
    -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 10px 20px rgba(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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 .3s ease;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-decoration: none;
    transition: opacity .3s ease
}

.top-schedule-block__btn__label + .top-schedule-block__btn__title {
    padding-left: .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 0%;
    font-weight: 700;
    padding-left: .5em;
    position: relative
}

.top-schedule-block__btn__title > p {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: .5em
}

.top-schedule-block__btn__title > p > span {
    background: #fff;
    color: #000;
    display: inline-block;
    margin-right: .5em;
    padding: 2px .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(.9, 1);
    bottom: 0;
    height: 1.5em;
    left: .25em;
    margin: auto;
    position: absolute;
    top: 0;
    transform: scale(.9, 1);
    transform-origin: left center;
    z-index: 1
}

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

a.top-schedule-block__btn:before {
    speak: never;
    -webkit-font-feature-settings: normal;
    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 .3s ease;
    opacity: .8;
    transition: opacity .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: contain
}

.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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(56, 56, 56, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.top-modal__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: #fff;
    color: #383838;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: .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 .3s ease;
    cursor: pointer;
    display: inline-block;
    transition: opacity .3s ease
}

.c-button-img:hover {
    -webkit-transition: opacity .3s ease;
    opacity: .8;
    transition: opacity .3s ease
}

.c-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: .3em
}

.c-button, a.c-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-transition: background .3s ease, border .3s ease, color .3s ease;
    -webkit-box-shadow: 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 .3em 0 #77061e;
    color: #fff;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: .75em 0 .75em 0;
    position: relative;
    text-decoration: none;
    transition: background .3s ease, border .3s ease, color .3s ease;
    width: 100%;
    z-index: 2
}

.c-button > span, a.c-button > span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 .3s ease, border .3s ease, color .3s ease;
    background: #fff;
    color: inherit;
    transition: background .3s ease, border .3s ease, color .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 .3em 0 #77061e;
    background-color: #e50012;
    border-color: #e50012;
    box-shadow: 0 .3em 0 #77061e
}

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

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

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

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

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

.c-button--brown, a.c-button--brown {
    -webkit-box-shadow: 0 .3em 0 #562d00;
    background: -webkit-gradient(linear, left top, right top, from(#a97930), color-stop(2.51%, #bd9a5c), color-stop(5.1%, #ceb682), color-stop(7.8%, #dccda1), color-stop(10.59%, #e7e0ba), color-stop(13.53%, #eeeccb), color-stop(16.71%, #f3f4d5), color-stop(20.54%, #f5f7d9), color-stop(73.89%, #debb55), to(#b7924c));
    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 .3em 0 #562d00;
    color: #000
}

.c-button--brown:after, a.c-button--brown:after {
    -webkit-transition: opacity .3s ease;
    background: -webkit-gradient(linear, right top, left top, from(#a97930), color-stop(2.51%, #bd9a5c), color-stop(5.1%, #ceb682), color-stop(7.8%, #dccda1), color-stop(10.59%, #e7e0ba), color-stop(13.53%, #eeeccb), color-stop(16.71%, #f3f4d5), color-stop(20.54%, #f5f7d9), color-stop(73.89%, #debb55), to(#b7924c));
    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 .3s ease;
    width: 100%;
    z-index: -1
}

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

a.c-button--brown:hover {
    -webkit-box-shadow: 0 .3em 0 #562d00;
    background: -webkit-gradient(linear, left top, right top, from(#a97930), color-stop(2.51%, #bd9a5c), color-stop(5.1%, #ceb682), color-stop(7.8%, #dccda1), color-stop(10.59%, #e7e0ba), color-stop(13.53%, #eeeccb), color-stop(16.71%, #f3f4d5), color-stop(20.54%, #f5f7d9), color-stop(73.89%, #debb55), to(#b7924c));
    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 .3em 0 #562d00;
    color: #000
}

a.c-button--brown:hover:after {
    -webkit-transition: opacity .3s ease;
    opacity: 1;
    transition: opacity .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 .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 .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 .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 .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 .3s ease;
    opacity: 1;
    transition: opacity .3s ease
}

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

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

a.c-button--black:hover {
    -webkit-box-shadow: 0 .3em 0 #5a5a5a;
    box-shadow: 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: .5em;
    padding-top: .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-] {
    -webkit-font-feature-settings: normal;
    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 .3s ease;
    display: block;
    transition: opacity .3s ease
}

.u-hover:hover {
    -webkit-transition: opacity .3s ease;
    opacity: .8;
    transition: opacity .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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.u-alignL {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-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: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(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 {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: .35;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    -webkit-font-feature-settings: normal,;
    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: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: .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(.33);
    position: relative;
    transform: scale(.33)
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.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: .2s top, .2s -webkit-transform;
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.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 {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

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

.swiper-pagination-progressbar {
    background: rgba(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 {
    -webkit-transform-origin: right top;
    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, .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, .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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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
}

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

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform-origin: 100% 0;
    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 {
    -webkit-backface-visibility: hidden;
    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: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    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 {
    -webkit-backface-visibility: hidden;
    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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        -webkit-filter: drop-shadow(0 3px 10px #000);
        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: .5em 0
    }

    .top-nextrace {
        padding: 12px 0
    }

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

    .top-nextrace-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-top: 40px
    }

    .top-quocp__box2clm__l {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        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 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        -webkit-transform: rotate(10deg);
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: .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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: .5em;
        padding-top: .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(/keibapremiumweek2022-2023/assets/img/common/top/officialsite_bg.jpg);
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: .9375vw
    }

    .top-hero-typeHorse__btn.is-2022 {
        bottom: 3.2733224223%;
        font-size: .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 {
        -webkit-filter: drop-shadow(0 2px 2px #000);
        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 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        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: .5em 0
    }

    .top-nextrace-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4px
    }

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

    .top-nextrace-list__link {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        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 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        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: .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 {
        -webkit-transform: rotate(10deg);
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        -webkit-box-sizing: content-box;
        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: .5em;
        padding-top: .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(/keibapremiumweek2022-2023/assets/img/common/top/officialsite_bg-sp.jpg);
        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: .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;
        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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: .75em 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: -.04em
    }
}