@charset "UTF-8";
/* CSS Document */


/*-----------
top
-----------*/



/*----key visual ----*/

#key_visual{
  width: 100%;
  overflow: hidden;
  background: #000;
  text-align: center;
}
#key_visual .img_kv{
  width: 1000px;
}

#key_visual .slider_key_visual{
  width: 100%;
  height: 406px;
  overflow: hidden;
  background: #fff;
}

#key_visual .slider_key_visual .race_today{
  width: 100%;
  height: 406px;
}

#key_visual .slider_key_visual .kv_bnr{
  width: 100%;
  height: 406px;
  background: #000;
}

#key_visual .slider_key_visual .kv_bnr img{
  width: 1000px;
  height: 406px;
  margin: 0 auto;
}

#key_visual .slider_key_visual .race_today.gold {
  background: url("../img/race_today_bg2_gold_pc.png") no-repeat center top;
  background-size: 2600px auto;
}

#key_visual .slider_key_visual .race_today.silver {
  background: url("../img/race_today_bg2_silver_pc.png") no-repeat center top;
  background-size: 2600px auto;
}

#key_visual .slider_key_visual .race_today.bronze {
  background: url("../img/race_today_bg2_bronze_pc.png") no-repeat center top;
  background-size: 2600px auto;
}

#key_visual .slider_key_visual .race_today.yellow {
  background: url("../img/race_today_bg2_yellow_pc.png") no-repeat center top;
  background-size: 2600px auto;
}

#key_visual .slider_key_visual .race_today.gold > .inner,
#key_visual .slider_key_visual .race_today.silver > .inner,
#key_visual .slider_key_visual .race_today.bronze > .inner,
#key_visual .slider_key_visual .race_today.yellow > .inner{
  width: 1000px;
  height: 406px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#key_visual .slider_key_visual .race_today.gold > .inner{
  background: url("../img/race_today_bg_gold_pc.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.silver > .inner{
  background: url("../img/race_today_bg_silver_pc.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.bronze > .inner{
  background: url("../img/race_today_bg_bronze_pc.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.yellow > .inner{
  background: url("../img/race_today_bg_yellow_pc.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.gold.flip > .inner{
  background: url("../img/race_today_bg_gold_pc_f.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.silver.flip > .inner{
  background: url("../img/race_today_bg_silver_pc_f.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.bronze.flip > .inner{
  background: url("../img/race_today_bg_bronze_pc_f.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .tab{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

#key_visual .slider_key_visual .race_today.gold .tab{
  background: url("../img/race_today_bg_gold.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.silver .tab{
  background: url("../img/race_today_bg_silver.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.bronze .tab{
  background: url("../img/race_today_bg_bronze.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .slider_key_visual .race_today.yellow .tab{
  background: url("../img/race_today_bg_yellow.png") no-repeat left top;
  background-size: 100% auto;
}

#key_visual .race_name{
  width: 53%;
  margin:60px 0 0 45px;
}

#key_visual .horse{
  position: absolute;
  width: 90%;
  bottom: -10%;
  right: 0;
}

#key_visual .flip .race_name{
  margin:65px 0 0 485px;
}

#key_visual .flip .horse{
  position: absolute;
  right: auto;
  left: -5%;
}

#key_visual .race_name img,
#key_visual .horse img,
#key_visual .tab img{
  width: 100%;
}



#key_visual a.btn_prediction{
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 162px;
  height: 122px;
}


#key_visual .flip a.btn_prediction{
  left: 10px;
  right: auto;
}

#key_visual a.btn_prediction img{
  width: 100%;
  height: auto;
}

#key_visual .race_link{
  width: 692px;
  display: flex;
  flex-wrap: wrap;
  z-index: 9999 !important;
  position: absolute;
  left: 25px;
  bottom: 40px;
}

#key_visual .race_link.race_link_r{
  justify-content:flex-end;
  padding-right: 15px;
}

#key_visual .flip .race_link{
  left: auto;
  right: 15px;
}

#key_visual .race_link li{
  width: 163px;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}

#key_visual .race_link li:last-child{
  margin-right: 0;
}

#key_visual .race_link li a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  padding: 16px 3px 17px 0;
  background: #000 url("../common/img/icon_arrow_white_r01.png") no-repeat right 4px center;
  background-size: 12px auto;
  position: relative;
  text-align: center;
}

#key_visual .race_link li a[target="_blank"]{
  width: 130%;
  padding: 16px 5px 17px 0;
  background: #000 url("../common/img/icon_link_blank_white_s.png") no-repeat right 7px center;
  background-size: 18px auto;
  margin-left:25px;
}

#key_visual .flip .race_link li a[target="_blank"]{
  margin-left: 190px;
}

.slider_key_visual .slick-arrow{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  text-indent: -9999px;
  overflow: hidden;
}

.slider_key_visual .slick-prev{
  background: url("../common/js/slick/slick_prev_l.png") no-repeat left top;
  background-size: 45px auto;
  right: 50%;
  margin-top: -22px;
  margin-right: 500px;
}

.slider_key_visual .slick-next{
  background: url("../common/js/slick/slick_next_l.png") no-repeat left top;
  background-size: 45px auto;
  left: 50%;
  margin-top: -22px;
  margin-left: 500px;
}

.no_dot .slick-dots li button{
  display: none !important;
}



/* 個別 馬位置調整 2025 */
#key_visual .horse.bluebirdcup2025 {
  left: -4%;
}

#key_visual .horse.sagakinen2025 {
  bottom: -5%;
}

#key_visual .horse.hyogojo-ohai2025 {
  bottom: -5%;
}

#key_visual .horse.kawasakikinen2025 {
  bottom: -10.5%;
}

#key_visual .horse.tokyosprint2025 img {
  width: 105%;
}

#key_visual .horse.kashiwakinen2025 {
  bottom: 0;
}

#key_visual .horse.kashiwakinen2025 img {
  width: 90%;
}

#key_visual .horse.kantooaks2025 {
  bottom: -12%;
}

#key_visual .horse.sakitamahai2025 {
  bottom: -12%;
}

#key_visual .horse.mercurycup2025 img {
  width: 95%;
}


/* 個別 馬位置調整 2024 */
#key_visual .horse.kawasakikinen2024 {
  top: -4%;
}

#key_visual .horse.hyogochampionship2024 {
  top: -4%;
}

#key_visual .horse.kashiwakinen2024 {
  top: -4%;
}

#key_visual .horse.nagoyagrandprix2024 {
  top: -2%;
}

#key_visual .horse.sparkingladycup2024 {
  bottom: -5%;
}

#key_visual .horse.breedersgoldcup2024 {
  bottom: -6%;
}

#key_visual .horse.teletamahaiovalsprint2024 {
  bottom: -8%;
}

#key_visual .horse.hakusandaishoten2024 {
  bottom: -7%;
}

#key_visual .horse.ladiesprelude2024 {
  bottom: -5%;
}

#key_visual .horse.milechampionshipnambuhai2024 {
  bottom: -7%;
}

#key_visual .horse.urawakinen2024 {
  bottom: -2%;
}

#key_visual .horse.urawakinen2024 img {
  width: 95%;
}



/* 個別 馬位置調整 2023 */
#key_visual .horse.diolitekinen2023 {
  top: -4%;
}

#key_visual .horse.tokyosprint2023 {
  bottom: 0;
}

#key_visual .horse.kashiwakinen2023 {
  bottom: -14%;
}

#key_visual .horse.sakitamahai2023 {
  bottom: -7%;
}

#key_visual .horse.hokkaidosprintcup2023 {
  bottom: -7%;
}

#key_visual .horse.teiosho2023 {
  bottom: -13%;
}

#key_visual .horse.sparkingladycup2023 {
  bottom: -8%;
}

#key_visual .horse.clustercup2023 {
  bottom: -5%;
  left: -1%;
  transform: scale(0.84);
  transform-origin: left bottom;
}

#key_visual .horse.nippontvhai2023 {
  bottom: -14%;
}

#key_visual .horse.milechampionshipnambuhai2023 {
  bottom: -4%;
  transform: scale(0.92);
}

#key_visual .horse.edelweisssho2023 {
  bottom: -2%;
}

#key_visual .horse.JBCnisaiyushun2023 {
  bottom: -5%;
}

#key_visual .horse.urawakinen2023 {
  bottom: -3%;
}

#key_visual .horse.queensho2023 {
  bottom: -18%;
}

#key_visual .horse.zen-nipponnisaiyushun2023 {
  bottom: -9%;
  transform: scale(0.9);
}

#key_visual .horse.tokyodaishoten2023 {
  bottom: -8%;
}

/* 個別 馬位置調整 2022 */

#key_visual .horse.negishistakes {
  bottom: -18%;
}

#key_visual .horse.kawasakikinen {
  bottom: -14%;
}

#key_visual .horse.sagakinen {
  bottom: -6%;
}

#key_visual .horse.empresshai {
  bottom: -15%;
}

#key_visual .horse.kurofunesho {
  /* bottom: -2%; */
}

#key_visual .horse.diolitekinen {
  bottom: -13%;
}

#key_visual .horse.februarystakes {
  bottom: -9%;
}

#key_visual .horse.kantooaks {
  bottom: -16%;
}

#key_visual .horse.unicornstakes {
  bottom: -15%;
}

#key_visual .horse.sparkingladycup {
  bottom: -3%;
}

#key_visual .horse.hyogochampionship {
  bottom: -3%;
}

#key_visual .horse.japandirtderby {
  bottom: -3%;
}

#key_visual .horse.elmstakes {
  bottom: -6%;
  right: -4%;
}

#key_visual .horse.teletamahaiovalsprint {
  bottom: -7%;
  left: -5%;
}

#key_visual .horse.JBCclassic {
  bottom: -7%;
}

#key_visual .horse.urawakinen {
  bottom: -13%;
}

#key_visual .horse.hyogojuniorgrandprix {
  bottom: -2%;
}

#key_visual .horse.hyogogoldtrophy {
  bottom: 0%;
}

#key_visual .horse.hakusandaishoten {
  bottom: -3%;
}

#key_visual .horse.ladiesprelude {
  bottom: -9%;
}



/*----top_nav----*/

#top_nav{
  width: 100%;
  margin: 0;
  background: #000;
  padding: 15px 0;
}

#top_nav ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#top_nav li{
  width: 239px;
  margin-right: 10px;
}

#top_nav li img{
  width: 100%;
}

#top_nav li:last-child{
  width: 253px;
  margin-right: 0;
}


/*----promo banners----*/
.promo_banners {
  width: 1000px;
  margin: 35px auto 10px;
}

.promo_banners ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.promo_banners ul + ul {
  margin-top: 25px;
}

.promo_banners img {
  width: 100%;
}

/*----race next----*/

#race_next{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
}

#race_next h2{
  margin: 0 auto 20px;
}

#race_next .slider_next .gold,
#race_next .slider_next .silver,
#race_next .slider_next .bronze,
#race_next .slider_next .yellow{
  width: 490px;
  height: 230px;
  margin: 0 10px;
  position: relative;
  background: #ccc;
  overflow: hidden;
}

#race_next .slider_next .gold{
  background: url("../img/race_next_bg_gold.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .slider_next .silver{
  background: url("../img/race_next_bg_silver.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .slider_next .bronze{
  background: url("../img/race_next_bg_bronze.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .slider_next .yellow{
  background: url("../img/race_next_bg_yellow.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .slider_next .gold.flip{
  background: url("../img/race_next_bg_gold_f.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .slider_next .silver.flip{
  background: url("../img/race_next_bg_silver_f.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .slider_next .bronze.flip{
  background: url("../img/race_next_bg_bronze_f.png") no-repeat left top;
  background-size: 100% auto;
}

#race_next .race_name{
  width: 70%;
  margin: 5% 0 0 5%;
}

#race_next .flip .race_name{
  margin: 5% 0 0 42%;
}

#race_next .horse{
  position: absolute;
  width: 120%;
  top: -7%;
  left: 0;
}

#race_next .horse.horse_left{
  position: absolute;
  left: -7%;
}

#race_next .horse.horse_left2{
  position: absolute;
  left: -13%;
}

#race_next .horse.horse_right{
  position: absolute;
  left: 5%;
}

#race_next .flip .horse{
  left: auto;
  right: 4%
}

#race_next .race_name img,
#race_next .horse img{
  width: 100%;
}

#race_next .race_link{
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3% 3%;
  z-index: 9999 !important;
  position: absolute;
  bottom: 0;
}

#race_next .race_link li{
  width: 24%;
  margin-right: 1.333333%;
  box-sizing: border-box;
  position: relative;
}

#race_next .race_link li:last-child{
  margin-right: 0;
}

#race_next .race_link li a{
  display: block;
  width: 100%;
  line-height: 1;
  padding: 8px 2px 8px 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #000 url("../common/img/icon_arrow_white_r01.png") no-repeat right 2px center;
  background-size: 8px auto;
  position: relative;
}

#race_next .race_link li a[target="_blank"]{
  width: 135%;
  padding: 8px 4px 8px 0;
  background: #000 url("../common/img/icon_link_blank_white_s.png") no-repeat right 6px center;
  background-size: 10px auto;
  margin-left: 10%;
}

#race_next .flip .race_link li a[target="_blank"]{
  margin-left: 175%;
}


/* 個別 馬位置調整 2025 */
#race_next .horse.bluebirdcup2025 {
  right: 5%;
}

#race_next .horse.sagakinen2025 {
  top: -9%;
  width: 117%;
}

#race_next .horse.kumotorisho2025 {
  width: 110%;
  left: 3%;
}

#race_next .horse.diolitekinen2025 {
  right: 5%;
  top: -9%;
}

#race_next .horse.kurofunesho2025 {
  width: 110%;
  left: 2%;
}

#race_next .horse.keihinhai2025 {
  top: -12%;
  left: -4%;
}

#race_next .horse.hyogojo-ohai2025 {
  left: 11%;
  top: -9%;
  width: 110%;
}

#race_next .horse.kawasakikinen2025 {
  width: 108%;
  right: 10%;
}

#race_next .horse.tokyosprint2025 {
  top: -9%;
  left: -4%;
  width: 118%;
}

#race_next .horse.hyogochampionship2025 {
  left: 4%;
}

#race_next .horse.kashiwakinen2025 {
  top: -3%;
  width: 100%;
  right: 16%;
}

#race_next .horse.nagoyagrandprix2025 {
  left: 4%;
}

#race_next .horse.empresshai2025 {
  top: -3%;
  width: 105%;
  right: 10%;
}

#race_next .horse.tokyoderby2025 {
  left: 7%;
  width: 115%;
  top: -9%;
}

#race_next .horse.teiosho2025 {
  left: -6%;
}

#race_next .race_name.sparkingladycup2025 {
  margin: 5% 0 0 40%;
}

#race_next .horse.sparkingladycup2025 {
  right: 7%;
}

#race_next .horse.mercurycup2025 {
  right: 9%;
  top: -6%;
  width: 110%;
}

#race_next .horse.hokkaidosprintcup2025 {
  left: 6%;
  top: -9%;
  width: 115%;
}

#race_next .horse.breedersgoldcup2025 {
  left: 6%;
  top: -10%;
  width: 115%;
}



/* 個別 馬位置調整 2024 */
#race_next .horse.bluebirdcup2024 {
  right: 5.5%;
}

#race_next .horse.queensho2024 {
  top: -3%;
  right: 6%;
}

#race_next .horse.sagakinen2024 {
  top: -10%;
}

#race_next .horse.kumotorisho2024 {
  top: -12%;
}

#race_next .horse.kakitsubatakinen2024 {
  top: -9%;
}

#race_next .horse.diolitekinen2024 {
  right: 6%;
}

#race_next .horse.kurofunesho2024 {
  top: -9%;
}

#race_next .horse.kawasakikinen2024 {
  top: -13%;
}

#race_next .horse.hyogochampionship2024 {
  top: -12%;
}

#race_next .horse.kashiwakinen2024 {
  top: -12%;
}

#race_next .horse.nagoyagrandprix2024 {
  top: -9%;
}

#race_next .horse.empresshai2024 {
  top: -9%;
}

#race_next .horse.tokyoderby2024 {
  top: -13%;
  left: 4%;
}

#race_next .horse.sakitamahai2024 {
  top: -10%;
  right: 2%;
}

#race_next .horse.teiosho2024 {
  top: -9%;
}

#race_next .horse.sparkingladycup2024 {
  top: -14%;
}

#race_next .horse.hokkaidosprintcup2024 {
  top: -11%;
}

#race_next .horse.breedersgoldcup2024 {
  top: -11%;
  left: 5%;
}

#race_next .horse.summerchampion2024 {
  top: -9%;
  left: 4%;
}

#race_next .horse.kozukatasho2024 {
  top: -13%;
  left: -4%;
}

#race_next .horse.teletamahaiovalsprint2024 {
  top: -12%;
  right:3%;
}

#race_next .horse.hakusandaishoten2024 {
  top: -12%;
}

#race_next .horse.nippontvhai2024 {
  top: -12%;
  right:3%;
}

#race_next .horse.marinecup2024 {
  top: -11%;
}

#race_next .horse.ladiesprelude2024 {
  top: -12%;
  left: 3.5%;
}

#race_next .horse.tokyohai2024 {
  top: -12%;
  left: -3%;
}

#race_next .horse.milechampionshipnambuhai2024 {
  top: -13%;
}

#race_next .horse.edelweisssho2024 {
  top: -8%;
  left: 4%;
}

#race_next .horse.JBCnisaiyushun2024 {
  top: -16%;
  left: 5%;
}

#race_next .horse.JBCsprint2024 {
  top: -12%;
  left: 4%;
}

#race_next .horse.JBCclassic2024 {
  top: -10%;
  left: 4%;
}

#race_next .horse.urawakinen2024 {
  top: -14%;
  right:5%;
}

#race_next .horse.urawakinen2024 img {
  width: 95%;
}

#race_next .horse.hyogojuniorgrandprix2024 {
  left: -4%;
}

#race_next .horse.hyogojuniorgrandprix2024 img {
  width: 95%;
}

#race_next .horse.hyogogoldtrophy2024 {
  top: -10%;
  left: 3%;
}

#race_next .horse.zen-nipponnisaiyushun2024 {
  top: -12%;
  right:2%;
}

#race_next .horse.tokyodaishoten2024 {
  top: -10%;
}



/* 個別 馬位置調整 2023 */
#race_next .horse.diolitekinen2023 {
  top: -13%;
}

#race_next .horse.marinecup2023 {
  right: 6%;
}

#race_next .horse.tokyosprint2023 {
  left: -3%;
  top: -21%;
  transform: scale(.9);
}

#race_next .horse.kakitsubatakinen2023 {
  left: -4%;
}

#race_next .horse.hyogochampionship2023 {
  left: -1%;
  transform: scale(.95);
  top: -12%;
}

#race_next .horse.kashiwakinen2023 {
  right: 6%;
}

#race_next .horse.sakitamahai2023 {
  right: -1%;
  top: -14%;
  transform: scale(.9);
}

#race_next .horse.hokkaidosprintcup2023 {
  top: -14%;
  transform: scale(.95);
}

#race_next .horse.teiosho2023 {
  left: -12%;
}

#race_next .horse.sparkingladycup2023 {
  top: -13%;
  transform: scale(.95);
}

#race_next .horse.japandirtderby2023 {
  left: -4%;
  top: -12%;
  transform: scale(.95);
}

#race_next .horse.mercurycup2023 {
  right: 6%;
}

#race_next .horse.clustercup2023 {
  top: -21%;
  transform: scale(.9);
}

#race_next .horse.breedersgoldcup2023 {
  left: 4%;
}

#race_next .horse.summerchampion2023 {
  left: 1%;
}

#race_next .horse.teletamahaiovalsprint2023 {
  right: 5%;
  top: -10%;
}

#race_next .horse.hakusandaishoten2023 {
  top: -10%;
}

#race_next .horse.tokyohai2023 {
  left: -11%;
}

#race_next .horse.ladiesprelude2023 {
  left: 4%;
  top: -10%;
}

#race_next .horse.milechampionshipnambuhai2023 {
  top: -18%;
  right: 5%;
  transform: scale(.9);
}

#race_next .horse.edelweisssho2023 {
  top: -20%;
  transform: scale(.9);
}

#race_next .horse.JBCclassic2023 {
  left: -23%;
  top: -11%;
  transform: scale(.9);
}

#race_next .horse.JBCsprint2023 {
  left: -22%;
  transform: scale(.9);
}

#race_next .horse.JBCladiesclassic2023 {
  right: 5%;
  top: -10%;
  transform: scale(.9);
}

#race_next .horse.JBCnisaiyushun2023 {
  top: -15%;
  left: 1%;
}

#race_next .horse.hyogojuniorgrandprix2023 {
  left: -4%;
  top: -12%;
  transform: scale(.9);
}

#race_next .horse.urawakinen2023 {
  right: 3%;
  top: -21%;
  transform: scale(.9);
}

#race_next .horse.queensho2023 {
  right: 5%;
  transform: scale(.95);
}

#race_next .horse.zen-nipponnisaiyushun2023 {
  top: -12%;
  transform: scale(.85);
}

#race_next .horse.hyogogoldtrophy2023 {
  left: -4%;
  top: -12%;
  transform: scale(.95);
}

#race_next .horse.nagoyagrandprix2023 {
  left: -2%;
  top: -13%;
  transform: scale(.8);
}

#race_next .horse.tokyodaishoten2023 {
  left: -5%;
  top: -11%;
}

/* 個別 馬位置調整 2022 */

#race_next .horse.TCKjo-ohai {
  left: 1%;
}

#race_next .horse.nagoyadaishoten {
  left: 3%;
}

#race_next .horse.diolitekinen {
  right: 5%;
}

#race_next .horse.antaresstakes {
  left: 8%;
}

#race_next .horse.tokyosprint {
  left: -3%;
}

#race_next .horse.kakitsubatakinen {
  left: -1%;
}

#race_next .horse.hyogochampionship {
  left: -3%;
  transform: scale(.9);
  top: -14%;
}

#race_next .horse.kashiwakinen {
  right: 7%;
}

#race_next .horse.heianstakes {
  right: 6%;
}

#race_next .horse.hokkaidosprintcup {
  left: 4%;
}

#race_next .horse.kantooaks {
  right: 1%;
}

#race_next .horse.unicornstakes {
  right: 5%;
  top: -4%;
  transform: scale(.82);
}

#race_next .horse.teiosho {
  left: -5%;
}

#race_next .horse.sparkingladycup {
  top: -13%;
}

#race_next .horse.japandirtderby {
  left: -2%;
  top: -16%;
}

#race_next .horse.mercurycup {
  right: 4%;
  top: -9%;
}

#race_next .horse.elmstakes {
  left: 4%;
}

#race_next .horse.breedersgoldcup {
  left: 4%;
}

#race_next .horse.teletamahaiovalsprint {
  right: 5%;
  top: -16%;
}

#race_next .horse.tokyohai {
  right: -5%;
}

#race_next .horse.ladiesprelude {
  left: 4%;
}

#race_next .horse.JBCclassic {
  left: 4%;
  top: -11%;
  transform: scale(.9);
}

#race_next .horse.JBCsprint {
  left: 3%;
}

#race_next .horse.miyakostakes {
  left: 4%;
}

#race_next .horse.hyogojuniorgrandprix {
  left: 1%;
  top: -15%;
  transform: scale(.83);
}

#race_next .horse.championscup {
  right: 4%;
  top: -9%;
  transform: scale(.9);
}

#race_next .horse.hyogogoldtrophy {
  left: -2%;
  top: -18%;
  transform: scale(.9);
}

#race_next .horse.siriusstakes {
  left: -23%;
  top: -14%;
  transform: scale(.8);
}

#race_next .horse.musashinostakes {
  left: -23%;
  top: -13%;
  transform: scale(.88);
}

#race_next .horse.leopardstakes {
  top: -13%;
  transform: scale(.88);
}


/* 個別 文字位置調整 */

#race_next .flip .race_name.more_right {
  margin: 5% 0 0 43.5%;
}


#race_next .race_link li .no_linkicon{
  display: block;
  width: 135%;
  line-height: 1;
  padding: 8px 4px 8px 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #999999 url("../common/img/icon_link_blank_white_s.png") no-repeat right 6px center;
  background-size: 10px auto;
  position: relative;
  margin-left: 10%;
}

#race_next .race_link li .no_link{
  display: block;
  width: 135%;
  line-height: 1;
  padding: 8px 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #999999;
  position: relative;
  margin-left: 10%;
}

#race_next .flip .race_link li .no_linkicon,
#race_next .flip .race_link li .no_link{
  margin-left: 175%;
}



.slider_next .slick-arrow{
  width: 35px;
  height: 45px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  text-indent: -9999px;
  overflow: hidden;
}

.slider_next .slick-prev{
  background: url("../common/js/slick/slick_prev.png") no-repeat left top;
  background-size: 35px auto;
  left: -35px;
  margin-top: -22px;
}

.slider_next .slick-next{
  background: url("../common/js/slick/slick_next.png") no-repeat left top;
  background-size: 35px auto;
  right: -35px;
  margin-top: -22px;
}



/*----news----*/

/*#news #news_list li{
  display: none;
}

#news #news_list li:first-child,
#news #news_list li:nth-child(2),
#news #news_list li:nth-child(3),
#news #news_list li:nth-child(4),
#news #news_list li:nth-child(5){
  display: block;
}*/


/*----racelist----*/

#racelist{
  padding-top: 60px;
}

#racelist h2{
  margin: 0 auto 20px;
  text-align: center;
}

#racelist .btn {
  margin-top: 40px;
}

#racelist .btn li {
  width: 408px;
  margin: 0 auto 18px;
}

#racelist .btn li img {
  width: 100%;
}

#racelist .annuat_racelist_h {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

.top #racelist .nav_year {
  padding-bottom: 10px;
}



/*----bnr_campaign----*/

#bnr_campaign{
  width: 1000px;
  margin: 60px auto 0;
}

#bnr_campaign img{
  width: 100%;
}


/*----bnr_set----*/

#bnr_set{
  width: 1000px;
  margin: 80px auto 0;
}

#bnr_set img{
  width: 100%;
}

#bnr_set ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#bnr_set li:first-child{
  width: 310px;
  margin-right: 10px;
}

#bnr_set li:nth-child(2){
  width: 300px;
  margin-right: 10px;
}

#bnr_set li:nth-child(3){
  width: 370px;
}

#bnr_set .bnr {
  margin-top: 20px;
}


/*----info----*/

#info{
  text-align: center;
  min-width: 1000px;
  padding-top: 60px;
}

#info h2{
  margin: 0 auto 20px;
}

#info .bg{
  background:#a9892c;
  padding: 60px 0 0;
  width: 100%;
  min-width: 1000px;
}

#info ul.list_s{
  width: 690px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

#info ul.list_s li{
  width: 200px;
  margin: 0 15px 20px;
  background: #fff;
  border-radius: 5px;
}

#info ul.list_s li:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

#info ul.list_s li a{
  display: block;
  width: 180px;
  padding: 15px 10px 15px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

#info ul.list_s li a:hover {
  opacity: 1;
}

#info ul.list_s li a img{
  padding-bottom: 10px;
}

#info ul.list_l{
  width: 940px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#info ul.list_l > li{
  width: 420px;
  height: 190px;
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

#info ul.list_l li h3 img{
  width: 100%;
}

#info ul.list_l .apri_img{
  margin-top: 32px;
}


#info ul.list_l .list_sns{
  height: 51px;
  margin: 49px auto 0;
  text-align: center;
}

#info ul.list_l .list_sns li{
  padding:  0 19px;
  display: inline-block;
}

#info ul.list_l .list_sns li img{
  height: 51px;
}
