@charset "utf-8";
/* CSS Document */

/*
トップページ専用
*/
.comingsoon {
    font-size: 3.6rem;
    padding: 180px 0;
    background: #333;
    text-align: center;
    font-style: italic;
    position: relative;
    z-index: 30;
}

.secTit {
    width: 100%;
    max-width: 1400px;
    max-height: 485px;
    margin: 0 auto;
}

.secTit img {
    width: 100%;
}

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

@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1299px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1099px) {}

@media screen and (max-width: 764px) {
    .secTit {
        overflow: hidden;
    }

    .secTit img {
        width: 120%;
        margin-left: -10%;
    }
}

@media screen and (max-width: 899px) {}

@media screen and (max-width: 749px) {
    .comingsoon {
        font-size: 4.8vw;
        padding: 90px 0;
    }
}

/*
pc時背景
*/
.bgArea {
    position: relative;
    overflow: hidden;
}

.bgArea .bgBox {
    position: absolute;
    z-index: 10;
    mix-blend-mode: lighten;
}

.bgArea01 {}

.bgArea01 .bgBox01 {
    max-width: 1695px;
    width: 90.83%;
    height: 188.61vw;
    top: 0;
    left: 0;
    background: url("../img/top/bg01.png") bottom right no-repeat;
    background-size: 100% auto;
}

.bgArea01 .bgBox02 {
    max-width: 1315px;
    width: 73.05%;
    height: 146.16vw;
    top: 2000px;
    right: 0;
    background: url("../img/top/bg02.png") bottom left no-repeat;
    background-size: 100% auto;
}

.bgArea01 .bgBox03 {
    max-width: 394px;
    width: 21.88%;
    height: 43.77vw;
    bottom: 200px;
    left: 0;
    background: url("../img/top/bg03.png") bottom right no-repeat;
    background-size: 100% auto;
}

.bgArea02 {}

.bgArea02 .bgBox01 {
    max-width: 1315px;
    width: 73.05%;
    height: 146.16vw;
    top: -20px;
    right: 0;
    background: url("../img/top/bg04.png") bottom left no-repeat;
    background-size: 100% auto;
}

.bgArea03 {}

.bgArea03 .bgBox01 {
    max-width: 469px;
    width: 26.05%;
    height: 54.44vw;
    top: 500px;
    left: 0;
    background: url("../img/top/bg05.png") bottom right no-repeat;
    background-size: 100% auto;
}

.bgArea03 .bgBox02 {
    max-width: 838px;
    width: 46.55%;
    height: 93.05vw;
    bottom: 100px;
    right: 0;
    background: url("../img/top/bg06.png") bottom left no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width: 1799px) {
    .bgArea01 {}

    .bgArea01 .bgBox01 {
        height: 3395px;
    }

    .bgArea01 .bgBox02 {
        height: 2631px;
    }

    .bgArea01 .bgBox03 {
        height: 788px;
    }

    .bgArea02 {}

    .bgArea02 .bgBox01 {
        height: 2631px;
    }

    .bgArea03 {}

    .bgArea03 .bgBox01 {
        height: 980px;
    }

    .bgArea03 .bgBox02 {
        height: 1675px;
    }
}

@media screen and (max-width: 764px) {
    .bgArea01 .bgBox01 {
        width: 300%;
        height: 600vw;
        top: 200px;
        left: -100%;
    }

    .bgArea01 .bgBox02 {
        top: auto;
        bottom: 1000px;
    }

    .bgArea01 .bgBox03 {
        width: 31.88%;
        height: 63.77vw;
        bottom: 500px;
    }

    .bgArea02 .bgBox01,
    .bgArea03 .bgBox01,
    .bgArea03 .bgBox02 {
        display: none;
    }
}


/*
top_fv
*/
.top_fv {
    padding-top: 100px;
    position: relative;
}

.top_fv .pcLogo {
    max-width: 222px;
    width: 12.33%;
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
}

.top_fv .pcLogo img {
    width: 100%;
}

body.open .top_fv .pcLogo {
    opacity: 0;
}

@media screen and (max-width: 764px) {
    .top_fv {
        padding-top: 20vw;
    }

    .top_fv .pcLogo {
        display: none;
    }
}

/* fv img ver */
.top_fv .nomalFV {
    width: 100%;
    position: relative;
    z-index: 10;
    background: url("../img/top/slide_top.jpg?20250916") center center no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 90px;
    background-color: #000000;
    aspect-ratio: 2560 / 1420;

}

.fv_banner {
    display: block;
    position: absolute;

    bottom: 0%;
    width: 70.7%;
    max-width: 910px;
    transform: translate(-50%, 0);
    left: 50%;
}

.fv_banner img {
    width: 100%;
}

@media screen and (max-width: 764px) {
    .top_fv .nomalFV {
        background: url("../img/top/fv01_sp.jpg?20250916") center top no-repeat;
        background-size: contain;
        position: relative;
        margin-bottom: 70px;
        width: 100%;
        height: auto;
        aspect-ratio: 780 / 1039;
    }

    .fv_banner {
        display: block;
        position: absolute;
        bottom: 3%;
        width: 100%;
    }
}

/* --- fv slider ver --- */
.top_fv .swiper-area {
    overflow: hidden;
    position: relative;
}

.top_fv .sliderFV {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.top_fv .fvSlider {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
}

.top_fv .fvSlider .swiper-slide {
    text-align: center;
}

.top_fv .fvSlider .swiper-slide img {
    width: 100%;
}

@media screen and (max-width: 764px) {
    .top_fv .fvSlider .swiper-slide img.pcOnly {
        display: none;
    }

    .top_fv .fvSlider .swiper-slide img.spOnly {
        display: block;
    }
}

/* banner slide css */
.top_fv .cssSlideshowArea {
    bottom: 6.66vw;
    height: 8.88vw;
    position: absolute;
    z-index: 30;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.top_fv .cssSlideshowArea .slideshow {
    display: flex;
    animation: loop-slide 40s infinite linear 1s both;
}

.top_fv .cssSlideshowArea li {
    width: 22.22vw;
    height: 8.88vw;
    margin: 0 1.38vw;
}

.top_fv .cssSlideshowArea li img {
    width: 100%;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 764px) {
    .top_fv .cssSlideshowArea {
        bottom: 6.66vw;
        height: 16vw;
    }

    .top_fv .cssSlideshowArea li {
        width: 40vw;
        height: 16vw;
        margin: 0 2.66vw;
    }
}

/*
top_roadto
*/
.top_roadto .inner {
    text-align: left;
    position: relative;
    z-index: 15;
    width: 100%;
}

.top_roadto .swiper-slide {
    margin-top: 15px;
}

.top_roadto .swiper-slide img {
    height: auto;
    width: 100%;
}

.top_roadto .swiper-slide .boxArea {
    padding: 30px;
    border: solid 5px #fff;
    position: relative;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.top_roadto .swiper-slide .boxArea:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    top: -5px;
    right: -24px;
    background: url("../img/deco.png") no-repeat;
}

.top_roadto .swiper-slide .boxArea .icon {
    width: 95px;
    height: 40px;
    display: block;
    position: absolute;
    left: -5px;
    top: -15px;
}

.top_roadto .swiper-slide .boxArea .icon.jpn1 {
    background: url("../img/ico_jpn1.png") no-repeat;
    background-size: 100% 100%;
}

.top_roadto .swiper-slide .boxArea .icon.jpn2 {
    background: url("../img/ico_jpn2.png") no-repeat;
    background-size: 100% 100%;
}

.top_roadto .swiper-slide .boxArea .icon.jpn3 {
    background: url("../img/ico_jpn3.png") no-repeat;
    background-size: 100% 100%;
}

.top_roadto .swiper-slide .boxArea .tit {
    font-size: 1.7rem;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 0;
}

.top_roadto .swiper-slide .boxArea .txt {
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.8;
}

.top_roadto .swiper-slide .boxArea .btnArea {
    margin-top: 25px;
}

.top_roadto .swiper-slide .boxArea .btnswipe {
    margin-top: 10px;
}

.top_roadto .swiper-slide .boxArea .btnswipe:nth-of-type(1) {
    margin-top: 0;
}

.top_roadto .swiper-slide .boxArea .prediction {
    position: absolute;
    right: 15px;
    top: 140px;
    width: 100px;
}

.top_roadto .swiper-slide .boxArea .prediction a:hover {
    opacity: 1;
}

.top_roadto .swiper-slide .boxArea .prediction a img {
    transition: 0.8s;
    position: relative;
    z-index: 1;
}

.top_roadto .swiper-slide .boxArea .prediction a:hover img {
    opacity: 0.6;
}

.top_roadto .swiper-slide .boxArea .prediction a {
    position: relative;
}

.top_roadto .swiper-slide .boxArea .prediction a:before {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1150px) {
    .top_roadto .roadtoSlider {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1000px) {
    .top_roadto .roadtoSlider {
        overflow: unset;
    }

    .top_roadto .swiper-button-prev,
    .top_roadto .swiper-button-next {
        display: none;
    }

    .top_roadto .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top_roadto .swiper-slide {
        width: 30%;
    }

    .top_roadto .swiper-slide:nth-of-type(n+4) {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1099px) {
    .top_roadto .swiper-slide .boxArea .prediction {
        width: 9.09vw;
        height: 15vw;
        top: 12vw;
    }

    .top_roadto .swiper-slide .boxArea .prediction a:before {
        width: 9.09vw;
        height: 9.09vw;
    }
}

@media screen and (max-width: 764px) {
    .top_roadto .swiper-slide {
        margin-top: 2.66vw;
    }

    .top_roadto .swiper-slide .boxArea {
        margin: 0 5%;
        padding: 5.33%;
    }

    .top_roadto .swiper-slide .boxArea .icon {
        width: 18vw;
        height: 7.33vw;
        top: -2.66vw;
    }

    .top_roadto .swiper-slide .boxArea .tit {
        font-size: 3.6vw;
        margin-top: 15px;
    }

    .top_roadto .swiper-slide .boxArea .txt {
        font-size: 2.67vw;
        margin-top: 8px;
    }

    .top_roadto .swiper-slide .boxArea .btnArea {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
    }

    .top_roadto .swiper-slide .boxArea .btnswipe {
        width: 45%;
        font-size: 2.4vw;
        margin-top: 0;
    }

    .top_roadto .roadtoSlider {
        padding-bottom: 80px;
    }

    .top_roadto .roadtoSlider .swiper-button-next-roadto,
    .top_roadto .roadtoSlider .swiper-button-prev-roadto {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        bottom: 0;
        top: auto;
    }

    .top_roadto .roadtoSlider .swiper-button-next-roadto:after,
    .top_roadto .roadtoSlider .swiper-button-prev-roadto:after {
        display: none;
    }

    .top_roadto .roadtoSlider .swiper-button-next-roadto {
        left: calc(50% + 20px);
        background: url("../img/ico_next.png") no-repeat;
        background-size: 40px;
    }

    .top_roadto .roadtoSlider .swiper-button-prev-roadto {
        right: calc(50% + 20px);
        background: url("../img/ico_prev.png") no-repeat;
        background-size: 40px;
        left: auto;
    }
}


/*
top_about
*/
.top_about .inner {
    position: relative;
    z-index: 15;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.top_about .inner .txt {
    font-size: 1.8rem;
    line-height: 3.4;
    font-weight: 500;
}

.top_about .inner .list {
    max-width: 840px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.top_about .inner .list li {
    width: 30.95%;
}

.top_about .inner .list li a {
    padding: 15px 0;
    font-size: 2rem;
    width: 100%;
    color: #000;
    background: #fff;
    font-weight: 500;
}

.top_about .inner .list li a.btnhoverbg {
    position: relative;
}

.top_about .inner .list li a.btnhoverbg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.top_about .inner .list li a.btnhoverbg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff;
}

.top_about .inner .list li a.btnhoverbg:hover {
    opacity: 1;
    background: none;
}

.top_about .inner .list li a.btnhoverbg:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.top_about .inner .list li a.btnhoverbg:before {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
}

.top_about .inner .list li a .arr {
    padding-left: 15px;
    position: relative;
}

.top_about .inner .list li a .arr:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 749px) {
    .top_about .inner .txt {
        font-size: 3.2vw;
        line-height: 3;
    }

    .top_about .inner .txt .spOnly {
        display: block;
    }

    .top_about .inner .list {
        display: block;
        text-align: center;
    }

    .top_about .inner .list li {
        width: 100%;
        margin-top: 15px;
    }

    .top_about .inner .list li:first-child {
        margin-top: 0;
    }

    .top_about .inner .list li a {
        margin: 0 auto;
        padding: 10px 0;
        max-width: 460px;
        width: 61.33vw;
    }

    .top_about .inner .list li a {
        font-size: 2.66vw;
        margin: 0 auto;
        max-width: 460px;
        width: 61.33vw;
    }

    .top_about .inner .list li a .arr {
        padding-left: 10px;
    }

    .top_about .inner .list li a .arr:before {
        border-width: 3px 0 3px 4px;
    }
}

/*
top_races
*/
.top_races .inner {
    text-align: left;
    position: relative;
    z-index: 15;
    width: 100%;
}

.top_races .sp_accordion .sp_accordion_tit {
    margin-top: 100px;
}

.top_races .sp_accordion .sp_accordion_tit:nth-of-type(1) {
    margin-top: 0;
}

.top_races .sp_accordion .sp_accordion_cont .fixed-box {
    display: flex;
}

.top_races .sp_accordion .sp_accordion_cont .fixed-box-tate {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
}

.top_races .sp_accordion .sp_accordion_cont table {
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
}

.top_races .sp_accordion .sp_accordion_cont table tr:nth-child(2n),
.top_races .sp_accordion .sp_accordion_cont table tr:nth-child(2n) th {
    background: #ededed;
}

.top_races .sp_accordion .sp_accordion_cont table tr:nth-child(2n+1),
.top_races .sp_accordion .sp_accordion_cont table tr:nth-child(2n+1) th {
    background: #fff;
}

.top_races .sp_accordion .sp_accordion_cont table.tate {
    border-collapse: collapse;
}

.top_races .sp_accordion .sp_accordion_cont table.tate th,
.top_races .sp_accordion .sp_accordion_cont table.tate td {
    vertical-align: middle;
    padding: 12px 10px 12px 0;
    color: #000;
}

.top_races .sp_accordion .sp_accordion_cont table.tate .fixed01 {
    position: relative;
    /*position: sticky; left: 0; z-index: 10;*/
    color: #000;
}

.top_races .sp_accordion .sp_accordion_cont table.tate .fixed01 ul {
    display: flex;
    align-items: center;
}

/*.top_races .sp_accordion .sp_accordion_cont table.tate .fixed01:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}*/
.top_races .sp_accordion .sp_accordion_cont table.tate .tit {
    background: #333;
    color: #fff;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 {
    width: 410px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 .item01 {
    margin-left: 50px;
    width: 120px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 .item02 {
    width: 240px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 .item02 a {
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item03 {
    width: 115px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item04 {
    width: 72px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item05 {
    width: 120px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item06 {
    width: 120px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item07 {
    width: 120px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item08 {
    width: 140px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 {
    width: 600px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 .item01 {
    margin-left: 50px;
    width: 120px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 .item02 {
    width: 240px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 .item02 a {
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .item03 {
    width: 270px;
}

.top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .item04 {
    width: 230px;
}

.top_races .sp_accordion .sp_accordion_cont .btn {
    background: #000;
    display: inline-block;
    padding: 4px 4px 4px 20px;
    min-width: 100px;
    position: relative;
}

.top_races .sp_accordion .sp_accordion_cont .btn.off {
    background: #ccc;
    pointer-events: none
}

.top_races .sp_accordion .sp_accordion_cont .btn.off:hover {
    opacity: 1;
}

.top_races .sp_accordion .sp_accordion_cont .btn:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 1099px) {
    .top_races .inner {
        width: 86.66%;
    }

    .top_races .sp_accordion .sp_accordion_tit {
        margin-top: 40px;
    }

    .top_races .sp_accordion .sp_accordion_cont .fixed-box-tate {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .top_races .sp_accordion .sp_accordion_cont table {
        width: 1100px;
    }
}

@media screen and (max-width: 764px) {
    .top_races .sp_accordion .sp_accordion_cont table {
        font-size: 3.2vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 {
        width: 210vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 {
        width: 57vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 .item01 {
        margin-left: 4vw;
        width: 25vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .fixed01 .item02 {
        width: 28vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item03 {
        width: 25vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item04 {
        width: 18vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item05 {
        width: 21vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item06 {
        width: 21vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item07 {
        width: 21vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate01 .item08 {
        width: 22vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate02 {
        width: 100vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 {
        width: 57vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 .item01 {
        margin-left: 4vw;
        width: 25vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .fixed01 .item02 {
        width: 28vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .item03 {
        width: 25vw;
    }

    .top_races .sp_accordion .sp_accordion_cont table.tate.tate02 .item04 {
        width: 18vw;
    }

    .top_races .sp_accordion .sp_accordion_cont .btn {
        width: 20vw;
    }
}

/*
top_special
*/
.top_special {}

.top_special .specialSlider {
    position: relative;
    z-index: 15;
}

.top_special .specialSlider {
    margin-top: -110px;
    padding: 110px 300px 30px 300px;
}

.top_special .specialSlider .swiper-wrapper {}

.top_special .specialSlider .swiper-slide {
    width: 520px;
    background: #fff;
    height: auto;
}

.top_special .specialSlider .swiper-slide a {
    position: relative;
    color: #000;
}

.top_special .specialSlider .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top_special .specialSlider .swiper-slide a .detail {
    padding: 70px 50px;
    text-align: left;
    display: block;
}

.top_special .specialSlider .swiper-slide a .detail .tit {
    font-size: 3rem;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
}

.top_special .specialSlider .swiper-slide a .detail .txt {
    font-size: 1.8rem;
    display: block;
    line-height: 2;
}

.top_special .specialSlider .swiper-pagination-special {
    bottom: 0;
}

.top_special .specialSlider .swiper-pagination-special .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    border-radius: 0;
    background: #fff;
}

.top_special .specialSlider .swiper-button-next-special,
.top_special .specialSlider .swiper-button-prev-special {
    width: 82px;
    height: 82px;
    border-radius: 50px;
    top: 25px;
}

.top_special .specialSlider .swiper-button-next-special:after,
.top_special .specialSlider .swiper-button-prev-special:after {
    display: none;
}

.top_special .specialSlider .swiper-button-next-special {
    left: calc(50% + 710px);
    background: url("../img/ico_next.png") no-repeat;
}

.top_special .specialSlider .swiper-button-prev-special {
    left: calc(50% + 610px);
    background: url("../img/ico_prev.png") no-repeat;
}

/* 1枚スライド時に中央に配置 */
.top_special .specialSlider.single-slide-center .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_special .specialSlider.single-slide-center .swiper-slide {
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .top_special .specialSlider {
        padding: 110px 16.66vw 50px 16.66vw;
    }

    .top_special .specialSlider .swiper-slide a .detail {
        padding: 50px 9.61%;
    }

    .top_special .specialSlider .swiper-slide {
        width: 28.88vw;
    }

    .top_special .specialSlider .swiper-pagination-special .swiper-pagination-bullet {
        width: 30px;
    }

    .top_special .specialSlider .swiper-button-next-special {
        left: auto;
        right: 30px;
    }

    .top_special .specialSlider .swiper-button-prev-special {
        left: auto;
        right: 130px;
    }

    .top_special .specialSlider.single-slide-center .swiper-slide {
        width: 28.88vw;
    }
}

@media screen and (max-width: 764px) {
    #event {
        margin-top: 60px;
        margin-bottom: 85px;
    }

    .top_special .specialSlider {
        padding: 0 6.66vw 50px 6.66vw;
        margin-top: 0;
    }

    .top_special .specialSlider .swiper-slide {
        width: 69.33vw;
    }

    .top_special .specialSlider.single-slide-center .swiper-slide {
        width: 69.33vw;
    }

    .top_special .specialSlider .swiper-slide a img {
        height: auto;
    }

    .top_special .specialSlider .swiper-slide a .detail {
        padding: 35px 25px;
    }

    .top_special .specialSlider .swiper-slide a .detail .tit {
        font-size: 4vw;
        margin-bottom: 15px;
    }

    .top_special .specialSlider .swiper-slide a .detail .txt {
        font-size: 2.4vw;
    }

    .top_special .specialSlider .swiper-button-next-special,
    .top_special .specialSlider .swiper-button-prev-special {
        display: none;
    }
}

/*
top_program
*/
.top_program .inner {
    text-align: left;
    position: relative;
    z-index: 15;
}

.top_program .list {
    display: flex;
    justify-content: center;
}

.top_program .list li {}

.top_program .list li img {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .top_program .list li {
        width: 28.63%;
        margin: 0 2.35%;
    }
}

@media screen and (max-width: 764px) {
    .top_program .list li {
        width: 45.23%;
        margin: 0 1.59%;
    }
}


/*
top_gallery
*/
.top_gallery .inner {
    text-align: left;
    position: relative;
    z-index: 15;
}

.top_gallery .tit {
    font-size: 8rem;
    font-style: italic;
}

.top_gallery .box01 {}

.top_gallery .box01 .tit {
    margin-bottom: 50px;
}

.top_gallery .box01 .list {}

.top_gallery .box01 .list li {}

.top_gallery .box01 .list li img {
    width: 100%;
}

.top_gallery .box01 .list li .itemtit {
    font-size: 2.4rem;
    margin-top: 25px;
    font-weight: 700;
    font-style: italic;
}

.top_gallery .box02 {
    margin-top: 80px;
}

.top_gallery .box02 .list {
    display: flex;
    justify-content: space-between;
}

.top_gallery .box02 .list li {}

.top_gallery .box02 .list li img {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .top_gallery .box01 .list {
        display: flex;
        justify-content: space-between;
    }

    .top_gallery .box01 .list li {
        width: 47.27%;
    }

    .top_gallery .box02 {
        display: flex;
    }

    .top_gallery .box02 .tit {
        width: 45%;
        line-height: 1;
    }

    .top_gallery .box02 .list {
        width: 65%;
    }

    .top_gallery .box02 .list li {
        width: 44.05%;
    }
}

@media screen and (max-width: 764px) {
    .top_gallery .tit {
        text-align: center;
    }

    .top_gallery .box01 .tit {
        font-size: 7.47vw;
        margin-bottom: 30px;
    }

    .top_gallery .box01 .list {
        padding: 0 10.6%;
    }

    .top_gallery .box01 .list li {
        margin-top: 15px;
    }

    .top_gallery .box01 .list li:nth-child(1) {
        margin-top: 0;
    }

    .top_gallery .box01 .list li .itemtit {
        font-size: 3.2vw;
        margin-top: 10px;
    }

    .top_gallery .box02 {
        margin-top: 30px;
    }

    .top_gallery .box02 .tit {
        font-size: 7.47vw;
    }

    .top_gallery .box02 .list {
        margin-top: 30px;
    }

    .top_gallery .box02 .list li {
        width: 45%;
    }
}

/*
top_campaign
*/
.top_campaign {
    padding-bottom: 100px;
}

.top_campaign .title01 {
    font-family: "Oswald";
    font-size: 4.8rem;
    color: #ffffff;
    text-align: center;
    line-height: 1;

}

.top_campaign .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    color: #EBA512;
    text-align: center;
    margin-bottom: 40px;
}

.campaign_banner {
    width: 100%;
    position: relative;
    border: 1px solid #ffffff;
    margin-bottom: 79px;
}

.campaign_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 765px) {


.campaign_banner-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 86.4%;
    margin: 0 auto;
    padding: 90px 0 30px;
    gap: 0;
}

.campaign_banner-container li {
    width: 46.2%;
    display: block;

}
.campaign_banner-container li a{

    margin-bottom: 40px;
}
.campaign_banner-container a img {
    display: block;
    width: 100%;
}

        /* 1つの場合：中央寄せ */
        .campaign_banner-container:has(li:only-child) {
            justify-content: center;
        }

        /* 2つの場合：横並び */
        .campaign_banner-container:has(li:nth-child(2):last-child) {
            justify-content: space-between;
        }

        /* 3つの場合：上に1つ、下に2つ */
        .campaign_banner-container:has(li:nth-child(3)) {
            justify-content: center;
        }

        .campaign_banner-container:has(li:nth-child(3)) li:first-child {
            order: -1;
            flex-basis: 100%;
            align-self: center;
            width: 46.2% !important;
        }
    .campaign_banner-container:has(li:nth-child(4)) li:first-child {
        order: 0;
        flex-basis: unset;
        align-self: center;
        width: 100%;
    }
        /* 4つの場合：2枚ずつ横並び */
        .campaign_banner-container:has(li:nth-child(4)) {
            justify-content: space-between;
        }
.campaign_banner-container:has(li:nth-child(3)) li {
    width: 46.2% !important;
    margin: 0 auto 0;
}
.campaign_banner-container:has(li:nth-child(3)) li:first-child a {
    width: 46.2% !important;
    margin: 0 auto 40px;
}
.campaign_banner-container:has(li:nth-child(4)) li:first-child a {
    width: 100% !important;
    margin: 0 auto 40px;
}
}
.banner_title {
    font-family: "Noto sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 12px;
    letter-spacing: 0.1em;
    margin-left: -15px;

}

.banner_title::before {
    content: "▶︎";
    font-family: "Noto sans JP", sans-serif;
    font-size: 0.8rem;
    line-height: 2.75;
    font-weight: 700;
    color: #EBA512;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.splide {
    padding-bottom: 50px;
    z-index: 2;
    max-width: 1080px;
    width: 86.66%;
    margin: 0 auto;
}

.splide__slide {
    position: relative;
}

.splide__slide .banner_title::before {
    content: "NEW";
    font-family: "Noto sans JP", sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #EBA512;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.splide__slide a img {
    display: block;
    width: 100%;
}

.splide__slide .banner_title {
    font-size: 2rem;
    position: relative;
    color: #ffffff;
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.splide__slide a {
    position: relative;
    display: block;
    height: 100%;
}

.splide__slide a::before {
    position: absolute;
    content: "";
    height: calc(100% - 45px);
    width: 1px;
    transform: translate(-50%, 0);
    top: 0%;
    right: -40px;
    border-left: 1px dashed #ffffff;
}

.splide__pagination__page {
    background: #676767 !important;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 11px !important;
    margin: 8px !important;
    opacity: 1 !important;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 11px !important;
}

.splide__pagination__page.is-active {
    background: #EBA512 !important;
    transform: scale(1) !important;
    z-index: 1;
}

@media screen and (max-width: 764px) {
    .top_campaign {
        padding-bottom: 0;
    }

    .top_campaign .title01 {
        font-size: 9.6vw;
        font-weight: 400;
        margin-bottom: 3px;
    }

    .top_campaign .title01_aside {
        font-size: 3.4vw;
        margin-bottom: 40px;
        letter-spacing: 0.09em;
    }

    .campaign_banner-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 66.6%;
        margin: 0 auto;
        padding: 29px 0 66px;
        gap: 27px;
    }

    .campaign_banner-container a {
        width: 100%;
        display: block;
    }

    .campaign_banner-container a:last-child {
        margin-bottom: 27px;
    }

    .banner_title {
        font-size: 2.9vw;
        margin-top: 5px;
        letter-spacing: 0.1em;
        margin-left: -6px;
    }

    .banner_title::before {
        content: "▶︎";
        font-family: "Noto sans JP", sans-serif;
        font-size: 1.6vw;
        line-height: 2.75;
        font-weight: 700;
        color: #EBA512;
        vertical-align: middle;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

    .campaign_banner-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 84.6%;
        margin: 0 auto;
        padding: 29px 0 13px;
        gap: 0;
    }

    .splide__slide a::before {
        position: absolute;
        content: "";
        height: 31.5vw;
        width: 1px;
        transform: translate(-50%, 0);
        top: 0%;
        right: -5.3vw;
        border-left: 1px dashed #ffffff;
    }

    .splide__slide .banner_title {
        font-size: 3.2vw;
        margin-top: 13px;
        letter-spacing: -0.02em;
    }

    .splide__slide .banner_title::before {
        content: "NEW";
        font-family: "Noto sans JP", sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: 700;
        color: #EBA512;
        vertical-align: middle;
        margin-right: 8px;
        position: relative;
        top: -2px;
    }

    .campaign_banner {
        width: 100%;
        position: relative;
        /*        border: 1px solid #ffffff;*/
        margin-bottom: 38px;
    }

    .splide {
        padding-bottom: 43px;
            padding-bottom: 50px;
    z-index: 2;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    }


}

/* top_news */
.top_news {
    padding-top: 165px;
    padding-bottom: 165px;
    position: relative;
    z-index: 1;
}

.news_title {
    position: absolute;
    top: 55%;
    left: -195px;
    transform: translate(10px, -50%);
}

.top_news .title01 {
    font-family: "Oswald";
    font-size: 5.8rem;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}

.top_news .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    color: #EBA512;
    text-align: center;
    margin-bottom: 40px;
}

.top_news .news_list {
    width: 68.5%;
    margin-left: auto;
    position: relative;
}

.top_news .news_list li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 19px;
    display: flex;
    position: relative;
    width: 85%;
}

.top_news .news_list li>.news_content {
    text-decoration: none;
}

.top_news .news_list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.top_news .news_content {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    letter-spacing: 0.07em;
    text-align: left;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 150px);
    padding-right: 16px;
}

.top_news .news_content::after {
    content: "▶︎";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 2.5;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 930px) {
    .top_news .news_content::after {
        content: "▶︎";
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1rem;
        line-height: 2.5;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
        margin-left: 15px;
        position: absolute;
        top: 50%;
        left: 89%;
        transform: translate(0, -50%);
    }
}

.top_news .news_list li time {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none !important;
    line-height: 1.75;      
		text-align: left;
}

.top_news .news_link {
    position: absolute;
    position: absolute;
    bottom: -67px;
    right: 81px;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none !important;
}

.top_news .news_link::before {
    content: "▶︎";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 3.5;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 1030px) {
    .top_news {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 764px) {

    .news_title.spOnly {
        display: block;
        position: relative;
        top: unset;
        left: unset;
    }

    .top_news {
        padding-top: 23vw;
        padding-bottom: 16vw;
    }

    .top_news .title01 {
        font-size: 12.1vw;
        letter-spacing: 0em;
    }

    .top_news .title01_aside {
        font-size: 3.46vw;
        margin-bottom: 6px;
    }

    .top_news .news_list li {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.7vw;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .top_news .news_list li time {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.7vw;
        font-weight: 500;
        text-decoration: none !important;
        margin-right: 7px;
        width: 47vw;
    }

    .top_news .news_content {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.7vw;
        font-weight: 500;
        text-decoration: underline;
        position: relative;
        letter-spacing: 0.07em;
        width: 93vw;
    }

    .top_news .news_list {
        width: 100%;
    }

    .top_news .news_link {
        position: relative;
        bottom: unset;
        right: unset;
        z-index: 1;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.73vw;
        font-weight: 500;
        text-decoration: none !important;
        /* margin-left: auto; */
        display: block;
        text-align: right;
        margin-top: 44px;
        margin-right: 4px;
    }

    .top_news .news_link::before {
        content: "▶︎";
        font-size: 1.6vw;
        line-height: 3.5;
        font-weight: 500;
        margin-right: 10px;
    }


}

/* roadofjbc */
.roadofjbc {
    padding-top: 117px;
    margin-bottom: 100px;
}

.roadofjbc .title01 {
    width: 54.9%;
    margin: 0 auto;
    margin-bottom: -23px;
}

.roadofjbc .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    color: #EBA512;
    text-align: center;
    margin-bottom: 185px;
}

@media screen and (max-width:900px) {
    .roadofjbc .title01_aside {
        margin-top: 12px;
    }
}

.road_container {
    display: flex;
    margin-bottom: 36px;
}

.road_left {
    width: 55.7%;
}

.road_left.spOnly {
    display: none;
}

.road_right.spcOnly {
    display: none;
}

.road_left img {

    width: 100%;
}

.road_right img {

    width: 100%;
}

.race_title {
    width: 100%;
    margin-bottom: 20px;
}

.race_title .spcOnly {
    display: none;
}

.road_right {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2%;
    margin-top: 1.3%;
}

.race_detail {
    font-family: "Noto Sans JP", sans;
    font-size: 2rem;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 17px;
}

.race_link01 {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    border: 1px solid #ffffff;
    margin-bottom: 8px;
}

.race_link02 {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(249, 171, 34, 1) 0%, rgba(248, 131, 24, 1) 100%);
    margin-bottom: 6px;
}

.race_link_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.race_link03 {
    width: 31.4%;
    background: #C9C9C9;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 12px 0px;
    pointer-events: none;
}

.race_link03:not([href="#"]) {
    background: #555555;
    pointer-events: all;
}

.link_text {
    margin-left: 5px;
    position: relative;
}

.link_text::before {
    content: "▶︎";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 3.5;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.race_link03 .link_text {
    margin-left: 12px;
    display: block;
}

.race_link03 .link_text::before {
    content: "▶︎";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 3.5;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 860px) {
    .race_link03 .link_text::before {
        content: "▶︎";
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1rem;
        line-height: 3.5;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
        margin-right: 10px;
        left: -4%;
        top: 50%;
        position: absolute;

        transform: translate(-50%, -50%);
    }
}

.road02 .road_left {
    width: 32.4%;
    margin-right: 26px;
}

.road02 .road_right {
    width: 55.7%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2%;
    margin-top: -6.8%;
    position: relative;
    left: -7%;
}

.road02 .road_right img {
    width: 113%;
}

.road02.road_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -20px;
}

.road03.road_container {
    display: flex;
    margin-bottom: 50px;
}

.road03 .road_left {
    width: 55.7%;
}

.road03 .road_right {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2%;
    margin-top: 4.3%;
}

.road03 .race_title {
    width: 110%;
    margin-right: -10%;
}

.road04 .road_left {
    width: 32.4%;
    margin-right: 26px;
}

.road04 .road_right {
    width: 55.7%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2%;
    margin-top: -5.3%;
    position: relative;
    left: -3%;
}

.road04 .road_right img {
    width: 104%;
}

.road04.road_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -20px;
}

@media screen and (max-width:1199px) {
    .roadofjbc {
        padding-top: 0px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 764px) {
    div#wrapper {
        max-width: 100%;
        width: 100vw;
        overflow: hidden;
    }

    .roadofjbc {
        padding-top: 44px;
        margin-bottom: 57px;
    }

    .roadofjbc .title01 {
        width: 91.9%;
        margin: 0 auto;
        margin-bottom: -9px;
    }

    .roadofjbc .title01_aside {
        font-size: 3.46vw;
        margin-bottom: 76px;
    }

    .road_left.pcOnly {
        display: none;
    }

    .road_right.pcOnly {
        display: none;
    }

    .road_sp_container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .road_container {
        width: 46.6%;
        padding-top: 54.3vw;
        position: relative;
    }

    .road_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0;
        margin-top: 0;
    }

    .road01 .jpn1 {
        width: 73%;
        position: absolute;
        top: 1%;
        left: -11%;
        z-index: -1;
    }

    .road01 .winner {
        width: 35.8%;
        position: absolute;
        top: 0%;
        left: 65%;
        z-index: 2;
        cursor: pointer;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
        transform: translateX(0);
    }

    .road01 .horse_name {
        width: 100.9%;
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transform: translateX(0);
    }

    /* アニメーション状態のクラス */
    .road01.reveal-name .winner {
        opacity: 0;
        transform: translateX(-100%);
        pointer-events: none;
    }

    .road01.reveal-name .horse_name {
        opacity: 1;
    }

    .road01 .road_left {
        width: 136%;
        position: absolute;
        top: 10%;
        left: -3%;
    }

    .road02 .jpn1 {
        width: 73%;
        position: absolute;
        top: 31%;
        left: 40%;
        z-index: -1;
    }

    .road02 .winner {
        width: 35.8%;
        position: absolute;
        top: 0%;
        left: 65%;
        z-index: 2;
        cursor: pointer;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
        transform: translateX(0);
    }

    .road02 .horse_name {
        width: 100.9%;
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transform: translateX(0);
    }

    /* アニメーション状態のクラス */
    .road02.reveal-name .winner {
        opacity: 0;
        transform: translateX(-100%);
        pointer-events: none;
    }

    .road02.reveal-name .horse_name {
        opacity: 1;
    }

    .road02 .road_left {
        width: 100%;
        margin-right: 0;
    }

    .road02 .road_right {
        width: 134%;
        position: absolute;
        top: 11.5%;
        left: -13%;
    }

    .road03.road_container {
        width: 46.6%;
        padding-top: 56.3vw;
        position: relative;
    }

    .road03 .road_left {
        width: 118%;
        position: absolute;
        top: 10%;
        left: -4%;
    }

    .road03 .jpn1 {
        width: 73%;
        position: absolute;
        top: 3%;
        left: 35%;
        z-index: -1;
    }

    .road03 .winner {
        width: 35.8%;
        position: absolute;
        top: 0%;
        left: 65%;
        z-index: 2;
        cursor: pointer;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
        transform: translateX(0);
    }

    .road03 .horse_name {
        width: 100.9%;
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transform: translateX(0);
    }

    /* アニメーション状態のクラス */
    .road03.reveal-name .winner {
        opacity: 0;
        transform: translateX(-100%);
        pointer-events: none;
    }

    .road03.reveal-name .horse_name {
        opacity: 1;
    }

    .road03 .race_title {
        width: 104%;
        margin-right: -6%;
    }

    .road03 .road_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0;
        margin-top: 0;
    }

    .road04.road_container {
        width: 46.6%;
        padding-top: 56.3vw;
        position: relative;
    }

    .road04 .road_left {
        width: 100%;
        margin-right: 0;
    }

    .road04 .jpn1 {
        width: 92.4%;
        position: absolute;
        top: 31%;
        left: 17%;
        z-index: -1;
    }

    .road04 .winner {
        width: 35.8%;
        position: absolute;
        top: 0%;
        left: 65%;
        z-index: 2;
        cursor: pointer;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
        transform: translateX(0);
    }

    .road04 .horse_name {
        width: 100.9%;
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transform: translateX(0);
    }

    /* アニメーション状態のクラス */
    .road04.reveal-name .winner {
        opacity: 0;
        transform: translateX(-100%);
        pointer-events: none;
    }

    .road04.reveal-name .horse_name {
        opacity: 1;
    }

    .road04 .race_title {
        width: 104%;
        margin-bottom: 8px;
        margin-left: -4%;
    }

    .road04 .road_right {
        width: 112%;
        position: absolute;
        top: 8.5%;
        left: -2%;
    }

    .race_title .pcOnly {
        display: none;
    }

    .race_title {
        width: 101%;
        margin-bottom: 8px;
        margin-left: -3%;
    }

    .race_detail {
        font-family: "Noto Sans JP", sans;
        font-size: 3.2vw;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 6px;
    }

    .race_detail .spOnly {
        display: block;
    }

    .race_link01 {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.73vw;
        line-height: 1;
        border: 1px solid #ffffff;
        margin-bottom: 6px;
    }

    .race_link02 {
        display: block;
        width: 100%;
        padding: 13px 0;
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.73vw;
        line-height: 1;
        color: #ffffff;
        background: linear-gradient(180deg, rgba(249, 171, 34, 1) 0%, rgba(248, 131, 24, 1) 100%);
        margin-bottom: 6px;
    }

    .race_link03 {
        width: 31.4%;
        background: #C9C9C9;
        color: #ffffff;
        text-align: center;
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 3.73vw;
        line-height: 1.1;
        padding: 9px 0px;
        pointer-events: none;
    }

    .race_link03 .link_text::before {
        content: "▶︎";
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6vw;
        line-height: 3.5;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: -4%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .link_text::before {
        content: "▶︎";
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6vw;
        line-height: 3.5;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: -10%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/* roadtojbc */
.roadtojbc {
    padding-top: 117px;
    padding-bottom: 183px;
}

.roadtojbc .title01 {

    width: 37.3%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.roadtojbc .title01_after {

    width: 66.1%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.roadtojbc .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    font-weight: 700;
    color: #EBA512;
    text-align: center;
    margin-bottom: 33px;
    margin-top: 8px;
}

.roadtojbc .title_text {
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 103px;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.roadtojbc .jbc_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.roadtojbc .jbc_list .jbc_item {
    width: 31.4%;
    background: #ffffff;
    position: relative;
    padding: 33px 0 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.roadtojbc .jbc_list .jbc_item .jbc_img {
    width: 87%;
    margin: 0 auto 21px
}

.roadtojbc .jbc_list .jbc_item .jbc_tag {
    width: 41.1%;
    position: absolute;
    top: -3%;
    left: -5%;
}

.roadtojbc .jbc_list .jbc_item .jbc_img img {
    display: block;
    width: 100%;
}

.jbc_title01 {
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 2.4rem;
    color: #000000;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-bottom: -3px;
}

.jbc_title02 {
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-bottom: 12px;
}

.jbc_title03 {
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.75;
    margin-bottom: 31px;
}


.roadtojbc .race_link01 {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    color: #000000;
    border: 1px solid #000000;
    width: 87%;
    margin: 0 auto 5px;

}

.roadtojbc .race_link02 {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(249, 171, 34, 1) 0%, rgba(248, 131, 24, 1) 100%);
    width: 87%;
    margin: 0 auto 21px
}

.roadtojbc .race_link01 .link_text {
    margin-left: 5px;
    position: relative;
}

.roadtojbc .race_link01 .link_text::before {
    content: "▶︎";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 3.5;
    font-weight: 500;
    color: #000000;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.roadtojbc .race_link_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}

.roadtojbc .race_link03 {
    width: 32.9%;
    background: #C9C9C9;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 11px 0px;
}

.roadtojbc .race_link03:not([href="#"]) {
    background: #555555;
    pointer-events: all;
}

.btn {
    width: 35.8%;
    margin: 27px auto 20px;
    background: #5D5D7A;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 17px 0;
}

.btn_text {
    position: relative;
    margin-left: 15px;
}

.btn_text::before {
    content: "▶︎";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 3.5;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: -18%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 764px) {
    .roadtojbc {
        padding-top: 41px;
        padding-bottom: 44px;
    }

    .roadtojbc .title01 {
        width: 61.3%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .roadtojbc .title01_aside {
        font-size: 3.46vw;
        margin-top: 3px;
        margin-bottom: 42px;
    }

    .roadtojbc .jbc_list .jbc_item {
        width: 48%;
        background: #ffffff;
        position: relative;
        padding: 8px 0 0;
        margin-bottom: 25px;
    }

    .roadtojbc .jbc_list .jbc_item .jbc_img {
        width: 89.7%;
        margin: 0 auto 8px;
    }

    .roadtojbc .jbc_list .jbc_item .jbc_tag {
        width: 41.6%;
        position: absolute;
        top: -3%;
        left: -2.5%;
    }

    .roadtojbc .jbc_list .jbc_item .jbc_img img {
        display: block;
        width: 100%;
    }

    .jbc_title01 {
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.4vw;
        color: #000000;
        text-align: center;
        letter-spacing: 0.04em;
        line-height: 1.8;
        margin-bottom: -3px;
    }

    .jbc_title02 {
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 3.2vw;
        color: #000000;
        text-align: center;
        letter-spacing: -0.04em;
        line-height: 1.8;
        margin-bottom: 9px;
    }

    .jbc_title03 {
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 3.2vw;
        color: #000000;
        text-align: center;
        letter-spacing: 0.04em;
        line-height: 1.41;
        margin-bottom: 10px;
    }

    .roadtojbc .race_link01 {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.7vw;
        line-height: 1;
        color: #000000;
        border: 1px solid #000000;
        width: 87%;
        margin: 0 auto 5px;

    }

    .roadtojbc .race_link02 {
        display: block;
        width: 100%;
        padding: 14px 0;
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.7vw;
        line-height: 1;
        color: #ffffff;
        background: linear-gradient(180deg, rgba(249, 171, 34, 1) 0%, rgba(248, 131, 24, 1) 100%);
        width: 87%;
        margin: 0 auto 6px;
    }

    .roadtojbc .race_link01 .link_text {
        margin-left: 12px;
    }

    .roadtojbc .race_link01 .link_text::before {
        content: "▶︎";
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6vw;
        line-height: 3.5;
        font-weight: 500;
        color: #000000;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: -10%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .roadtojbc .race_link_container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .roadtojbc .race_link03 {
        width: 32.9%;
        background: #C9C9C9;
        color: #ffffff;
        text-align: center;
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 1.1;
        padding: 11px 0px;

    }

    .btn {
        width: 58.4%;
        margin: 11px auto 20px;
        background: #5D5D7A;
        color: #ffffff;
        text-align: center;
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.7vw;
        padding: 6px 0;
    }

    .btn_text::before {
        content: "▶︎";
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5vw;
        line-height: 3.5;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: -9%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/* about */
.about {
    background-color: #ffffff;
    padding: 200px 0 90px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.about::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/top/about_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.about .inner {
    position: relative;
    z-index: 1;
    margin-bottom: 148px;
}

.about .title01 {
    width: 35.4%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.about .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1c2951;
    text-align: center;
    margin-bottom: 44px;
    margin-top: 8px;
}

.about .title_text {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #1c2951;
    text-align: center;
    margin-bottom: 47px;
    line-height: 2.75;
}

.about .slide_img img {
    width: 100%;

}


.about .slick-slide {
    margin: 0 5px;
}

.slide_img {
    width: 21%;
    /* 各スライドの幅を固定 */
}

@media screen and (max-width: 764px) {
    .about {
        background-color: #ffffff;
        padding: 81px 0 75px;
        position: relative;
        margin-bottom: 0;
    }

    .about::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../img/top/about_bg_sp.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
    }

    .about .inner {
        position: relative;
        z-index: 1;
        margin-bottom: 32px;
    }

    .about .title01 {
        width: 58.4%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .about .title01_aside {
        font-size: 3.46vw;
        margin-top: 1px;
        margin-bottom: 27px;
    }

    .about .title_text {
        font-family: "Noto Serif JP", sans-serif;
        font-weight: 700;
        font-size: 3.7vw;
        color: #1c2951;
        text-align: center;
        margin-bottom: 25px;
        line-height: 2.28;
    }

    .about .slide_img img {
        width: 100%;

    }


    .about .slick-slide {
        margin: 0 2.5px;
    }

    .slide_img {
        width: 21%;
        /* 各スライドの幅を固定 */
    }
}

/* movie */
.movie {
    padding-top: 300px;
}

.movie .inner {
    position: relative;
    z-index: 1;
    padding-bottom: 93px;
}

.movie .title01 {
    width: 36.2%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.movie .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    font-weight: 700;
    color: #eba512;
    text-align: center;
    margin-bottom: 72px;
    margin-top: 3px;
}

.tab-buttons {
    display: flex;
    justify-content: center;

}

.tab-button {
    width: 35%;
    padding: 18px 0;
    margin-left: -1px;
    margin-bottom: -1px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    font-family: "Noto Sans JP", sans;
    font-size: 1.6rem;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #5d5d7a;
}

.tab-button:last-child {
    border-top: 1px solid #5d5d7a;
    border-left: 1px solid #5d5d7a;
    border-right: none;
}


.tab-button.active {
    background: #5d5d7a;
    color: #ffffff;
}

.movie-container {
    position: relative;
    width: 100%;
    border: 1px solid #5d5d7a;
    margin: 0 auto 30px;
    padding: 73px 0 0 0;
}

.video-wrapper {
    position: relative;
    width: 81.4%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 46%;
    overflow: hidden;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video.active {
    opacity: 1;
}

.video iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
		position: relative;
		z-index: 1;
}

.video-player {
    width: 100%;
    height: 100%;
		position: relative;
		z-index: 1;
}

.movie_title {
    color: #000000;
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.55;
    margin-top: 18px;
    margin-bottom: 28px;
}

@media screen and (max-width: 764px) {
    .movie {
        padding-top: 83px;
        background: #1c2951;
    }

    .movie .inner {
        position: relative;
        z-index: 1;
        padding-bottom: 22px;
    }

    .movie .title01 {
        width: 60.2%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .movie .title01_aside {
        font-family: "Noto Sans JP", sans;
        font-size: 3.4vw;
        font-weight: 700;
        color: #eba512;
        text-align: center;
        margin-bottom: 28px;
        margin-top: 0px;
    }

    .tab-buttons {
        display: flex;
        justify-content: center;

    }

    .tab-button {
        width: 35%;
        padding: 8px 0;
        margin-left: -1px;
        margin-bottom: -1px;
        background-color: #ffffff;
        color: #000000;
        border: none;
        cursor: pointer;
        font-family: "Noto Sans JP", sans;
        font-size: 3.2vw;
        font-weight: 700;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        border: 1px solid #5d5d7a;
    }

    .tab-button:last-child {
        border-top: 1px solid #5d5d7a;
        border-left: 1px solid #5d5d7a;
        border-right: none;
    }


    .tab-button.active {
        background: #5d5d7a;
        color: #ffffff;
    }

    .movie-container {
        position: relative;
        width: 100%;
        border: 1px solid #5d5d7a;
        margin: 0 auto 30px;
        padding: 14px 0 0 0;
    }

    .video-wrapper {
        position: relative;
        width: 91.4%;
        margin: 0 auto;
        height: 0;
        padding-bottom: 51.5%;
        overflow: hidden;
    }

    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .video.active {
        opacity: 1;
    }

    .video iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 8px;
    }

    .video-player {
        width: 100%;
        height: 100%;
    }

    .movie_title {
        color: #000000;
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 3.2vw;
        text-align: center;
        line-height: 1.55;
        margin-top: 6px;
        margin-bottom: 15px;
    }
}

/* racecourse */
.racecourse {
    background: #1c2951;
}

.racecourse .inner {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding-top: 110px;
    padding-bottom: 114px;
}

.racecourse .title01 {
    width: 60.9%;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    left: 1%;
}

.racecourse .title01_aside {
    font-family: "Noto Sans JP", sans;
    font-size: 1.8rem;
    font-weight: 700;
    color: #eba512;
    text-align: center;
    margin-bottom: 47px;
    margin-top: 11px;
}

.racecourse_container {
    display: flex;
    justify-content: space-between;
}

.racecourse_box {
    width: 48.1%;
    position: relative
}

.racecourse_box img {
    width: 100%;
}

.racecourse_box .spot_name {
    font-family: "Noto Sans JP", sans;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    width: 68.5%;
    background: rgba(0, 0, 0, 0.6);
    padding: 11px 0;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media screen and (max-width: 764px) {
    .racecourse .inner {
        position: relative;
        z-index: 1;
        margin-bottom: 42px;
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .racecourse .title01 {
        width: 67.9%;
        margin: 0 auto;
        margin-bottom: 0px;
        position: relative;
        left: 1%;
    }

    .racecourse .title01_aside {
        font-family: "Noto Sans JP", sans;
        font-size: 3.4vw;
        font-weight: 700;
        color: #eba512;
        text-align: center;
        margin-bottom: 29px;
        margin-top: 6px;
    }

    .racecourse_container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .racecourse_box {
        width: 100%;
        position: relative;
        margin-bottom: 12px;
    }

    .racecourse_box img {
        width: 100%;
    }

    .racecourse_box .spot_name {
        font-family: "Noto Sans JP", sans;
        font-size: 3.2vw;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        width: 68.5%;
        background: rgba(0, 0, 0, 0.6);
        padding: 2px 0;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 53%;
        left: 50%;
    }

}

/* bg */
.bg01 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.bg01 img {
    width: 100%;

}

.bg02 {
    position: absolute;
    top: -34%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg02 img {
    width: 100%;

}


.bg03 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.bg03 img {
    width: 100%;

}

@media screen and (max-width: 764px) {
    .bg01 {
        position: absolute;
        top: -66%;
        left: 0;
        width: 100%;
        z-index: -2;
        transform: unset;
    }

    .bg01 img {
        width: 100%;

    }

    .bg02 {
        position: absolute;
        top: 104%;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .bg02 img {
        width: 100%;

    }

    .bg03 {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        z-index: -2;
        transform: unset;
    }

    .bg03 img {
        width: 100%;

    }
}

.bg04 {
    position: absolute;
    top: -118px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.bg04 img {
    width: 100%;

}

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

@media screen and (max-width: 835px) {
    .bg05 {
        position: absolute;
        top: 1%;
        left: 0;
        width: 100%;
        z-index: 0;
    }
}

.bg05 img {
    width: 100%;

}

.bg06 {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    z-index: -3;
}

.bg06 img {
    width: 100%;

}


.bg07 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: -3;
}

.bg07 img {
    width: 100%;

}

@media screen and (max-width: 1199px) {
    .bg04 {
        position: absolute;
        top: -183px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .bg07 {
        position: absolute;
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .bg07 img {
        width: 100%;
        display: block;
    }
}
