@charset "UTF-8";
/* CSS Document */


/*----race_next ----*/

#race_next {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(143,195,31,1) 100%);
}



/*----about ----*/

#about::before {
  background: linear-gradient( 0deg, #fff 0%, #8fc31f 100%);
}

#about .inner {
  border-color: #8fc31f;
}

#about .about_series .title h2 {
  color: #73c500;
  background: -webkit-linear-gradient(0deg, #40b500, #b5e200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about .about_series .title h2::after {
  background:linear-gradient( 90deg, #40b500 0%, #b5e200 100%);
}

#about .about_series .title .sp {
  display: none;
}


/* 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");
}

#racelist .icon_final {
  margin-left: 20px;
  padding: 5px 14px;
  background-color: #f49334;
  color: #fff;
  font-size: 14px;
}


/* point_ranking */

#point_ranking table tr td.color {
  background-color: #f9efdc;
}


/*----news----*/

#news::before {
  background:linear-gradient( 90deg, #d7e9ae 0%, #f6faec 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, #d7e9ae 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%;
  }

  #about .about_series .title h2 {
    padding-bottom: 6px;
    font-size: calc(100vw / ( 375 / 24 ));
    line-height: 1.3;
  }

  #about .about_series .title .sp {
    display: inline;
  }

  /* 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);
  }

  #racelist .racelist_ul li .li_final .title {
    width: auto;
  }

  #racelist .icon_final {
    width: auto;
    margin: 4px 0 0 10px;
    padding: 2px 6px 3px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    order: 5;
  }


  /*----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");
  }



}
