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

/*-----------
ds2023 top
-----------*/
@media screen and (min-width: 1440px) {
    #key_visual {
        background: #F39801;
    }

    #key_visual h1 {
        width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*----race_next ----*/

#race_next {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(243, 152, 0, 1) 100%);
}


/*----about ----*/

#about::before {
    background: linear-gradient(0deg, #fff 0%, #f39800 100%);
}

#about .inner {
    border-color: #f39800;
}

#about .about_series .title h2 {
    color: #faa714;
    background: -webkit-linear-gradient(0deg, #f37200, #fcbc51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about .about_series .title h2::after {
    background: linear-gradient(90deg, #f37200 0%, #fcbc51 100%);
}


/* racelist */

#racelist .racelist_ul li > a {
    background-image: url("../img/top/icon_arrow_color.svg");
}

#racelist .racelist_ul li > a[target="_blank"] {
    background-image: url("../img/top/icon_blank_color.svg");
}


/* point_ranking */

#point_ranking table tr td.color {
    background-color: #f9efdc;
}


/*----news----*/

#news::before {
    background: linear-gradient(90deg, #fdd99d 0%, #fcf7ef 100%);
}

#news #news_list li a::after {
    background-image: url("../img/top/icon_arrow_color.svg");
}

#news #news_list li a[target="_blank"]::after {
    background-image: url("../img/top/icon_blank_color.svg");
}


/*----link----*/


/*link {
  position: relative;
  padding: 35px 0 30px;
}

#link::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient( -90deg, #fdd99d 0%, #feefa6 100%);
  transform: skewY(-3deg);
}*/


#link .bnr_slider .slick-prev {
    background-image: url("../img/top/link_arrow_prev.svg");
}

#link .bnr_slider .slick-next {
    background-image: url("../img/top/link_arrow_next.svg");
}


/*----gallery----*/

#gallery {
    position: relative;
    padding: 35px 0 30px;
}

/*#gallery::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient( -90deg, #feefa6 0%, #fffdf2 100%);
  transform: skewY(-3deg);
}*/

#gallery ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 818px;
    margin: 40px auto 0;
}

#gallery ul .poster {
    width: 320px;
    margin: 0 auto;
}

#gallery ul .guidebook {
    width: 438px;
}

#gallery ul img {
    width: 100%;
}

#gallery ul .cap {
    margin-top: 4px;
}


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

    #about .about_series .txt p {
        padding: 0 3%;
    }

    /* racelist */
    #racelist .racelist_ul li > a {
        background-image: url(../img/top/icon_arrow_color_sp.svg);
    }

    #racelist .racelist_ul li > a[target="_blank"] {
        background-image: url(../img/top/icon_blank_color_sp.svg);
    }


    /*----news----*/
    #news #news_list li a::after {
        background-image: url("../img/top/icon_arrow_color_sp.svg");
    }

    #news #news_list li a[target="_blank"]::after {
        background-image: url("../img/top/icon_blank_color_sp.svg");
    }


    /*----gallery----*/
    #gallery {
        padding: 7% 0 7%;
    }

    #gallery ul {
        justify-content: center;
        width: auto;
        margin: 20px auto 0;
    }

    #gallery ul .poster {
        width: 56%;
        margin-bottom: 6%;
    }

    #gallery ul .guidebook {
        width: 79.46%;
    }

    #gallery ul img {
        width: 100%;
    }

    #gallery ul .cap {
        margin-top: 4px;
        text-align: center;
        font-size: 13px;
    }


    /*----victory_horse----*/
    #victory_horse {
        padding-bottom: 5%;
    }


    /*----link----*/
    #link .bnr_slider .slick-prev {
        background-image: url("../img/top/link_arrow_prev_sp.svg");
    }

    #link .bnr_slider .slick-next {
        background-image: url("../img/top/link_arrow_next_sp.svg");
    }


}
