@charset "UTF-8";
/* CSS Document */


/*-----------
top
-----------*/


/*----key visual ----*/

#key_visual{
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#key_visual img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}


/*----about ----*/

#about {
  padding: 6% 0 0;
  margin-bottom: 10%;
}

#about::before {
  right: 10%;
  height: 80%;
  margin-right: 0;
  transform: skewX(-6deg)
}

#about .inner {
  width: 93%;
  border-width: 3px;
}

#about .about_series {
  width: auto;
  margin: 0 auto 9%;
}

#about .about_series .title {
  width: 100%;
  margin-bottom: 14px;
  order: 2;
}

#about .about_series .title h2 {
  padding: 3% 0 2px;
  font-size: calc(100vw / ( 375 / 27 ));
}

#about .about_series .title h2::after {
  height: 1px;
}

#about .about_series .logo {
  width: 100%;
  padding-top: 14px;
  text-align: center;
  order: 1;
}

#about .about_series .logo img {
  width: 42%;
}

#about .about_series .txt {
  width: 100%;
  margin-left: 0;
  order: 3;
}

#about .about_series .txt p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
}

#about .about_series .txt .btn_black01 {
  padding-top: 16px;
  text-align: center;
}



/* racelist */
#racelist {
  width: 94%;
  margin: 0 auto 9%;
}

#racelist .racelist_ul {
  padding-top: 20px;
}

#racelist .racelist_ul li > a {
  background-position: right 7px top 49%;
  background-repeat: no-repeat;
  background-size: 19px;
}

#racelist .racelist_ul li > a[target="_blank"] {
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

#racelist .racelist_ul li > a:hover {
  background-position: right 7px top 49%;
}

#racelist .racelist_ul li .li_inner {
  flex-wrap: wrap;
  padding: 10px 32px 8px 10px;
}

#racelist .racelist_ul li .date {
  width: auto;
  padding-right: 10px;
  font-size: 13px;
  order: 1;
}

#racelist .racelist_ul li .title {
  width: 100%;
  padding-top: 3px;
  font-size: 19px;
  line-height: 1.4;
  order: 4;
}

#racelist .racelist_ul li .title.jpn1 span {
  display: inline-block;
  padding-right: 39px;
  background-size: 32px;
}

#racelist .racelist_ul li .title.jpn2 span {
  display: inline-block;
  padding-right: 44px;
  background-size: 37px;
}

#racelist .racelist_ul li .title.jpn3 span {
  display: inline-block;
  padding-right: 49px;
  background-size: 42px;
}

#racelist .racelist_ul li .course {
  padding: 0 5px 0 0;
  font-size: 13px;
  order: 2;
}

#racelist .racelist_ul li .area {
  padding: 0 0 2px;
  line-height: 15px;
  order: 3;
}

#racelist .racelist_ul li .area span {
  padding: 0 3px;
  margin-bottom: 0;
  border-radius: 2px;
  font-size: 10px;
}

/* point_ranking */
#point_ranking {
  padding-bottom: 8%;
}

#point_ranking .point_table {
  width: 90%;
  margin: 20px auto 15px;
}

#point_ranking table th {
  font-size: 14px;
}

#point_ranking table th:nth-child(1) {
  width: auto;
  white-space: nowrap;
}

#point_ranking table th:nth-child(3) {
  width: auto;
}

#point_ranking table td {
  font-size: 15px;
}

#point_ranking .notes {
  padding-top: 10px;
  font-size: 12px;
}


/*----news----*/
#news {
  padding: 4% 0 11%;
}

#news #news_list{
  padding-bottom: 25px;
}



/*----victory_horse----*/

#victory_horse {
  padding: 10% 0 10%;
}

#victory_horse h2 {
  margin: 0 auto 20px;
  font-size: 26px;
}

#victory_horse .box {
  width: 93.6%;
}

#victory_horse .box .inner {
  padding: 0 0 40px;
}

#victory_horse .box .img {
  width: 100%;
  padding-top: 0;
  text-align: center;
}

#victory_horse .box .img img {
  width: 61.76%;
}

#victory_horse .box .txt {
  width: auto;
  padding: 12px 0 0 12.9%;
}

#victory_horse .box .txt .name {
  margin-bottom: 12px;
  font-size: 21px;
}

#victory_horse .box .txt .line {
  padding: 2px 0 2px 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

#victory_horse .box .txt .line:last-child {
  margin-bottom: 0;
}

#victory_horse .btn_black01 {
  margin-top: -20px;
}


/*----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;
}


/*----link----*/

#link {
  padding: 5% 0 0;
}

#link .inner {
  width: auto;
}

#link .bnr_slider {
  margin-top: 20px;
}

#link .bnr_slider li {
  width: 305px;
  padding: 0 7px;
}

/* slider */
#link .bnr_slider .slick-arrow {
  width: 32px;
  height: 50px;
}

#link .bnr_slider .slick-arrow:hover {
  opacity: 1;
}

#link .bnr_slider .slick-prev{
  background-position: right center;
  background-size: 20px;
  left: 0;
  margin-top: -25px;
}

#link .bnr_slider .slick-next{
  background-position: left center;
  background-size: 20px;
  right: 0;
  margin-top: -25px;
}

#link .bnr_10series {
  width: 92%;
  margin: 10% auto 0;
}


/*----local_racing_info----*/

#local_racing_info{
  padding-top: 10px;
}
