/* ============================================================
TOPページ用スタイル
============================================================ */
.fv-area {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


.fv-bg-video {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.video-pc,
.video-sp {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PCだけ表示 */
@media screen and (min-width: 769px) {
    .video-pc {
        display: block;
    }
}

/* スマホだけ表示 */
@media screen and (max-width: 768px) {
    .video-sp {
        display: block;
    }
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-size: 100% 40%, 100% 40%;
    background-position: top, bottom;
    z-index: 5;
}

.fv-overlay {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
    justify-content: space-between;
    align-items: flex-end;
}

.fv-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fv-menu a {
    display: block;
    position: relative;
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.fv-menu a:hover {
    opacity: 0.6;
    cursor: pointer;
}

.voting-btn,
.comics-btn {
    width: 100%;
    display: inline-block;
    width: fit-content;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.voting-btn img,
.comics-btn img {
    display: block;
    width: 100%;
    height: auto;
}

.voting-btn-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    gap: 8px;
}

.voting-btn-txt p {
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 600;
}

.voting-btn-txt img {
    width: 100%;
    max-width: 64px;
}

.comics-btn-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    gap: 8px;

}

.comics-btn-cont img {
    width: 100%;
    max-width: 40px;
}

.comics-btn-txt p {
    color: #333;
    font-weight: 600;
}

.comics-btn-sub-txt {
    font-size: clamp(14px, 1.5vw, 20px);
    line-height: 1.2;
}

.comics-btn-main-txt {
    font-size: clamp(14px, 2vw, 28px);
    line-height: 1.2;
}


@media (min-width:1001px) and (max-width:1430px) {

    .comics-btn-sub-txt {
        font-size: clamp(10px, 1.2vw, 20px);
        line-height: 1.2;
    }

    .comics-btn-main-txt {
        font-size: clamp(14px, 1.8vw, 28px);
        line-height: 1.2;
    }
}

@media (min-width:769px) and (max-width:1000px) {

    .comics-btn-sub-txt {
        font-size: clamp(10px, 1.4vw, 20px);
        line-height: 1.2;
    }

    .comics-btn-main-txt {
        font-size: clamp(12px, 1.6vw, 28px);
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .fv-area {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .fv-menu {
        display: block;
        margin: 0 auto;
    }

    .fv-bg-video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        position: relative;
    }

    .fv-bg-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fv-overlay {
        display: block;
        width: 100%;
        padding: 0 16px;
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        z-index: 10;
        justify-content: space-between;
        align-items: flex-end;
    }

    .fv-overlay .fv-txt-img {
        margin: 0 auto;
        padding-left: 16px;
        width: 100%;
        max-width: none;
        margin-bottom: 10%;
    }

    .voting-btn,
    .comics-btn {
        margin-bottom: 12px;
    }

    .voting-btn img,
    .comics-btn img {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .voting-btn-txt p {
        font-size: clamp(14px, 4vw, 24px);
    }

    .voting-btn-txt img {
        width: 100%;
        max-width: 48px;
        margin: 0;
    }

    .comics-btn-txt p {
        color: #333;
        font-weight: 600;
    }

    .comics-btn-sub-txt {
        font-size: clamp(8px, 4vw, 16px);
        line-height: 1.2;
    }

    .comics-btn-main-txt {
        font-size: clamp(8px, 5vw, 22px);
        line-height: 1.2;
    }

    .comics-btn-cont img {
        width: 100%;
        max-width: 32px;
        margin: 0;
    }
}

/* TOPページ-共通見出し*/

.sec-ttl-area {
    width: 100%;
    max-width: 620px;
    margin-bottom: 40px;
}

.sec-ttl-area img {
    width: 100%;
    height: auto;
    display: block;
}

.sec-ttl-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.sec-ttl-box-01 {
    color: #fff;
}

.sec-sub-ttl {
    font-size: clamp(10px, 1.2vw, 16px);
}

.sec-main-ttl {
    font-size: clamp(12px, 3vw, 40px);
}

@media screen and (max-width: 768px) {
    .sec-ttl-area {
        margin-bottom: 24px;
        padding: 0 16px;
    }

    .sec-sub-ttl {
        font-size: clamp(8px, 3vw, 14px);
    }

    .sec-main-ttl {
        font-size: clamp(16px, 5vw, 24px);
    }
}

/* TOPページ-Recommend */
.swiper-container {
    width: 100%;
    aspect-ratio: 16 / 4;
    position: relative;
    overflow: hidden;
    padding: 0 16px;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper,
.swiper-slide {
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 80%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}


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

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next:after {
    transform: translate(1px, 0);
}

.swiper-button-prev:after {
    transform: translate(-2px, 0);
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 44px;
    height: 44px;
    margin-top: -18px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.swiper-button-prev {
    position: absolute;
    left: 16px;
    z-index: 10;
}

.swiper-button-next {
    position: absolute;
    right: 16px;
    z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width:769px) and (max-width:1080px) {

    .swiper-container {
        width: 100%;
        aspect-ratio: 8 / 3;
        position: relative;
        overflow: hidden;
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    .swiper-container {
        width: 100%;
        aspect-ratio: 16 / 12;
        position: relative;
        overflow: hidden;
        padding: 0 16px;
    }

    .swiper {
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        width: 100%;
        aspect-ratio: 16 / 12;
        overflow: hidden;
    }


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


    .swiper-horizontal>.swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: 6%;
    }

    .swiper-scrollbar {
        display: block;
    }


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


.swiper-bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}

.swiper-bar span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1c469a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 5s linear;
}

@media (min-width:1001px) and (max-width:1430px) {
    .swiper-bar {
        bottom: 40px;
    }
}

@media (min-width:769px) and (max-width:1000px) {
    .swiper-bar {
        bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-bar {
        bottom: 70px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 30px) !important;
    }
}

@media screen and (max-width: 600px) {
    .swiper-bar {
        bottom: 60px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 20px) !important;
    }
}

@media screen and (max-width: 500px) {
    .swiper-bar {
        bottom: 50px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 10px) !important;
    }
}

@media screen and (max-width: 400px) {
    .swiper-bar {
        bottom: 30px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 0px) !important;
    }
}

@media screen and (max-width: 300px) {
    .swiper-bar {
        bottom: 20px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, -10px) !important;
    }
}


/* TOPページ-Schedule */
.google-calender iframe {
    border-radius: 15px;
}

.google-calender {
    width: 100%;
    max-width: 800px;
    padding: 0 16px;
}

.google-calender iframe {
    width: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .google-calender {
        width: 100%;
        padding: 0 16px;
    }

    .google-calender iframe {
        width: 100%;
        border-radius: 5px;
        height: 400px;
    }
}


/* TOPページ-News */
.entryList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entryList ul li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    color: inherit;
}


.entryList ul li dl {
    padding: 0 16px;
}

.entryList ul li dd {
    padding: 0 16px;
}

.entryList ul li dt {
    font-size: 14px;
    font-weight: 600;
    color: #636363;
    padding-left: 24px;
}

.entryList ul li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.entryList li a {
    transition: opacity 0.3s ease;
}

.entryList li a:hover {
    opacity: 0.6;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .entryList {
        padding: 0 16px;
    }

    .entryList ul li {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 12px 16px;
        position: relative;
        overflow: hidden;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    /*
    .entryList ul li:active {
        background: linear-gradient(to right, #ba0719 0%, #9F0515 100%);
        color: #fff;
    }

    .entryList ul li:active dt,
    .entryList ul li:active a {
        color: #fff;
    }
    */

    .entryList ul li dl {
        padding: 0;
    }

    .entryList ul li dt {
        font-size: 13px;
        font-weight: 600;
        color: #888;
        padding-left: 0;
        margin-bottom: 4px;
    }

    .entryList ul li dd {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .entryList ul li a {
        text-decoration: none;
        display: block;
        width: 100%;
        color: inherit;
        font-size: 16px;
    }
}

/* TOPページ-特別コンテンツ */
.contents-bg {
    margin-bottom: 120px;
}

.contents-box {
    width: 100%;
    position: absolute;
    top: 54.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    gap: 3%;
    justify-content: center;
}

@media (max-width: 1300px) {
    .contents-box {
        width: 100%;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        gap: 3%;
        justify-content: center;
    }

    .other-bg-02 {
        padding-bottom: 120px;
    }
}

@media (max-width: 1025px) {
    .contents-box {
        width: 100%;
        position: absolute;
        top: 58.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        gap: 3%;
        justify-content: center;
    }

    .other-bg-02 {
        padding-bottom: 140px;
    }
}

@media (max-width: 972px) {
    .contents-box {
        width: 100%;
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        gap: 3%;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contents-box {
        top: 64%;
    }
}

.content-item {
    width: 100%;
    max-width: 28%;
}

.content-ttl {
    width: 100%;
    position: absolute;
    top: 80%;
    left: 47%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 20px;
}

.content-jp-ttl {
    display: inline-block;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    background-color: #0F0F0F;
    padding: 4px 16px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}

.content-eng-ttl {
    display: inline-block;
    font-weight: 800;
    background-color: #FFF;
    color: #333;
    padding: 2px 12px;
    font-size: clamp(10px, 1.2vw, 14px);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}

.content-img {
    margin-bottom: 32px;
}

.content-img img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}


.img-link img {
    transition: opacity 0.3s ease;
}

.img-link:hover img {
    opacity: 0.6;
}

@media(min-width: 1427px) {
    .content-txt {
        width: 100%;
        padding: 0 16px;
        height: auto;
        min-height: 70px;
        box-sizing: border-box;
    }
}

@media (min-width: 1301px) and (max-width: 1427px) {
    .content-txt {
        width: 100%;
        padding: 0 16px;
        height: auto;
        min-height: 102px;
        box-sizing: border-box;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .content-txt {
        width: 100%;
        padding: 0px;
        height: auto;
        min-height: 102px;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .content-txt {
        padding: 0 16px;
        height: auto;
        min-height: 127px;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) and (max-width: 942px) {
    .content-txt {
        padding: 0 8px;
        min-height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 840px) {
    .contents {
        padding: 0 0 40px;
    }

    .content-txt {
        height: auto;
        padding: 0 8px;
        min-height: 153px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }

    .contents-bg {
        margin-bottom: 0px;
    }

    .content-cont {}

    .contents-box {
        display: block;
        width: 100%;
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        color: #fff;
        gap: 48px;
        justify-content: center;
        padding-top: 20px;
    }

    .content-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 56px;
    }

    .content-ttl-sp {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        margin-bottom: 8px;
    }

    .content-ttl-sp-02 {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .content-jp-ttl {
        display: inline-block;
        font-size: clamp(16px, 5vw, 24px);
        font-weight: 500;
        background-color: #0F0F0F;
        padding: 4px 16px;
        color: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    }

    .content-eng-ttl-02 {
        display: inline-block;
        font-weight: 800;
        background-color: #FFF;
        color: #333;
        padding: 2px 12px;
        font-size: clamp(8px, 3vw, 14px);
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    }

    .content-jp-ttl-02 {
        display: inline-block;
        font-size: clamp(16px, 5vw, 24px);
        font-weight: 500;
        background-color: #0F0F0F;
        padding: 4px 16px;
        color: #fff;
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    }

    .content-eng-ttl {
        display: inline-block;
        font-weight: 800;
        background-color: #FFF;
        color: #333;
        padding: 2px 12px;
        font-size: clamp(8px, 3vw, 14px);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    }

    .content-img-box {
        width: 100%;
        margin-bottom: 4px;
    }

    .content-img {
        width: 100%;
        max-width: 85%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-txt {
        padding: 0 16px;
        height: auto;
        min-height: 48px;
        box-sizing: border-box;
    }
}

/* TOPページ-ピックアップコンテンツ*/

.pu-contents {
    padding: 0 16px;
}

.pu-box {
    width: 100%;
    gap: 40px;
}

.pu-banner-line {
    width: 100%;
    max-width: 720px;
    height: 280px;
    gap: 32px;
    background-image: url("/assets/img/home/line-banner-bg.png");
    background-color: #06C755;
    padding: 32px 24px 0;
    border-radius: 15px;
    justify-content: center;
}

.pu-banner-line img {
    width: 100%;
    max-width: 94%;
}

.pu-banner-yt {
    width: 100%;
    height: 280px;
    gap: 32px;
    background-image: url("/assets/img/home/yt-banner-bg.png");
    background-color: #BA071A;
    padding: 32px 24px 0;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.pu-banner-img-line {
    display: flex;
    flex: 1;
}

.pu-banner-img img {
    width: 100%;
    max-width: 240px;
}

.pu-banner-txt-line {
    color: #FFF;
}

.pu-banner-txt {
    color: #FFF;
}

.pu-line-sub-txt {
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 700;
}

.pu-line-main-txt {
    font-size: clamp(16px, 1.8vw, 28px);
    font-weight: 700;
}

.pu-yt-sub-txt {
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 700;
}

.pu-yt-main-txt {
    font-size: clamp(16px, 1.8vw, 26px);
    font-weight: 700;
}

.pu-banner-attention {
    width: 100%;
    max-width: 720px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    background-color: #A2A2A2;
    background-image: url("/assets/img/home/attention-bg-img.png");
    padding: 64px 0;
    border-radius: 15px;
}

.pu-attention-txt {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #Fff;
}

.attention-link {
    display: block;
    max-width: 720px;
    width: 100%;
    text-decoration: none;
    color: inherit;
    margin: 24px auto 0 auto;
    text-decoration: none !important;
    transition: transform 0.3s ease;
    display: block;
}

.attention-link:hover {
    transform: scale(1.05);
}

.pu-cont a {
    display: block;
}

.pu-box a {
    transition: transform 0.3s ease;
    display: block;
}

.pu-box a:hover {
    transform: scale(1.05);
}

.pu-box a {
    text-decoration: none !important;
}


@media screen and (max-width: 768px) {
    .pu-box {
        display: block !important;
        padding: 0 16px;
    }

    .pu-box img {
        margin-bottom: 16px;
    }

    .pu-banner-attention {
        width: 100%;
        max-width: 720px;
        margin: 0;
        background-color: #A2A2A2;
        background-image: url("/assets/img/home/attention-bg-img.png");
        padding: 24px 16px;
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .pu-attention-txt {
        font-size: clamp(16px, 5vw, 20px);
        font-weight: 500;
        color: #fff;
        margin: 0 auto;
        max-width: 90%;
    }

    .pu-box a {
        transition: transform 0.3s ease;
        display: block;
    }

    .pu-box a:hover {
        transform: scale(1.05);
    }

    .pu-attention-txt {
        text-decoration: none;
    }
}

/* ============================================================
TOPページ race-info 用スタイル
============================================================ */

.race-information {
    text-align: center;
}

.race-info-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1025px) {
    .race-information {
        margin: 80px 0 0;
    }

    .race-info-sub-ttl {
        font-size: clamp(1rem, 1.25vw, 24px);
        line-height: 1.4;
        font-weight: 500;
    }

    .race-info-main-ttl {
        font-size: clamp(3rem, 3.5vw, 64px);
        font-weight: 600;
        line-height: 1;
    }

    .race-info-line {
        width: 100%;
        max-width: 560px;
        height: 2px;
        background-color: #000;
        margin: 2.4em auto;
    }

    .race-info-des {
        font-size: clamp(1.3rem, 1.8vw, 28px);
        font-weight: 500;
        line-height: 1.4;
    }

    .race-info-date {
        font-size: clamp(3rem, 4.8vw, 56px);
        font-weight: 600;
        margin-top: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .race-information {
        margin: 64px 0 0;
    }

    .race-info-sub-ttl {
        font-size: clamp(1rem, 1.25vw, 24px);
        line-height: 1.4;
        font-weight: 500;
    }

    .race-info-main-ttl {
        font-size: clamp(3rem, 3.5vw, 64px);
        font-weight: 600;
        line-height: 1;
    }

    .race-info-line {
        width: 100%;
        max-width: 420px;
        height: 2px;
        background-color: #000;
        margin: 2.4em auto;
    }

    .race-info-des {
        font-size: clamp(1.3rem, 1.8vw, 28px);
        font-weight: 500;
        line-height: 1.4;
    }

    .race-info-date {
        font-size: clamp(1.8rem, 5vw, 56px);
        font-weight: 600;
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .race-information {
        margin: 40px 0 0;
        padding: 0px 8px 0;
    }

    .race-info-sub-ttl {
        font-size: clamp(0.8rem, 3vw, 16px);
        line-height: 1.4;
        font-weight: 600;
    }

    .race-info-main-ttl {
        font-size: clamp(1.6rem, 6.8vw, 32px);
        font-weight: 600;
        line-height: 1;
    }

    .race-info-line {
        width: 100%;
        max-width: 320px;
        height: 2px;
        background-color: #000;
        margin: 1.2em auto;
    }

    .race-info-des {
        font-size: clamp(1rem, 5vw, 20px);
        font-weight: 500;
        line-height: 1.4;
        font-weight: 500;
    }

    .race-info-date {
        font-size: clamp(1.8rem, 7vw, 38px);
        font-weight: 600;
        margin-top: 16px;
    }
}