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


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

img {
  -webkit-backface-visibility: hidden;
}
.sp_table_txt {
  display: none;
}



/*-----------
top
-----------*/

#main_visual {
  background: #000 url(../img/main_pc.jpg) center center no-repeat;
  background-size: auto 100%;
}

#main_visual_inner {
  position: relative;
  margin: 0 auto;
}

#main_visual_inner .logo_dirtgrade {
  position: absolute;
  top: 0;
  left: 0.8%;
  padding-top: 2.6%;
  width: 8.52%;
}

#main_visual_inner .logo_dirtgrade img {
  width: 100%;
}

#main_visual_inner h1 {
  display: none;
}

#main_visual_inner h1 img {
  -webkit-backface-visibility: hidden;
}

/*----top_nav----*/

#top_nav{
  width: 100%;
  margin: 0;
  background: url("../img/top_nav_pc_bg.png") center top repeat-y;
  background-size: 3000px auto;
}

#top_nav ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 6px;
}

#top_nav li{
  width: 324px;
  margin:0 14px 14px 0;
  position: relative;
}

#top_nav li img{
  width: 100%;
}

#top_nav li:nth-child(3n){
  margin:0 0 14px 0;
}

#top_nav li .nav_icon{
  position: absolute;
  width: 94px;
  height: auto;
  LEFT: -7px;
  top: -7px;
}


/* ---- record_contents ---- */

#top_contents {
}


#top_contents h2{
  height: 90px;
  text-align: center;
  padding-bottom: 30px;
}

#top_contents h2 img{
  height: 90px;
}


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

#news{
  width: 700px;
  padding: 70px 0 100px;
  margin: 0 auto;
}

#news ul{
margin-bottom: 40px;
}

#news ul li{
border-bottom:#a2a2a2 1px solid;
}

#news ul li:first-child{
border-top:#a2a2a2 1px solid;
}

#news ul li a{
  color: #000;
  position: relative;
  display: block;
  padding: 16px 30px 15px 135px;
}

#news ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52%;
  right: 13px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #511f82;
  border-top: 1px solid #511f82;
  transform: translateY(-50%) rotate(
45deg);
}

#news a .date{
  position: absolute;
 width: 110px;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 left: 25px;
}

#news .btn_all{
  display: block;
  margin:  0 auto;
  width: 330px;
  background: url("../common/img/btn_bg_arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 18px;
  line-height: 19px;
  padding: 17px 0;
  color: #fff;
  text-align: center;
}


/*----profile----*/

#profile{
  background: url(../common/img/bg_p.png) 0 0 repeat;
  padding: 100px 0 0;
}

#profile h3{
  height: 46px;
  text-align: center;
  margin-bottom: 30px;
}

#profile h3 img{
  height: 49px;
}

.profile_about{
  width: 1000px;
  margin: 40px auto 100px;
  display:flex;
  justify-content:space-between;
}

#ml{
  width: 582px;
}

#ml dl {
  display:flex;
  flex-wrap:wrap;
}

#ml dt{
  background-color: #c9b0e0;
  width: 95px;
  padding: 6px 9px;
  text-align: center;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0 3px 3px 0;
}

#ml dd{
  width: 183px;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 3px 3px 0;
  padding: 13px 0;
}

#ml dd.txt_l{
  width: 197px;
}

#ml dd.txt_c{
  width: 183px;
  padding: 13px 0 13px 8px;
}

#ml dt span {
  display: block;
  font-size: 10px;
}

#pedigree{
  width: 401px;
}

#pedigree table {
  width: 100%;
  border-collapse: collapse;
}

#pedigree table td {
  padding: 7px 0 8px;
  margin:0 3px 3px 0;
  text-align: center;
  font-weight: normal;
  background-color: #d5e6fe;
  box-sizing: border-box;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#pedigree table td.no_border_b {
  border-bottom: none;
}

#pedigree table td.no_border_r {
  border-right: none;
}

#pedigree table td.w180px{
  width: 180px;
}

#pedigree table td.bg_p{
  background: #fde2e2;
}



#five_generation {
  width: 1000px;
  margin: 50px auto 100px;
}

#five_generation p.ac_trigger {
  width: 260px;
  margin: 0 auto 30px;
}

#five_generation p a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background: url("../common/img/btn_bg.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 260px;
  height: 42px;
}

#five_generation p a::before {
  content: "開く";
  font-size: 18px;
  line-height: 18px;
  padding: 12px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#five_generation p.active a::before {
  content: "閉じる";
}

#five_generation p a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 13px;
  height: 12px;
  margin-top: -6px;
  background: url(../common/img/btn_arrow_u.png) 0 0 no-repeat;
  background-size: 100% auto;
  transition: transform 0.2s;
  backface-visibility: hidden;
  transform: rotate(-180deg);
}

#five_generation p.active a::after {
  transform: rotate(0);
}

#five_generation table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#five_generation table td {
  padding: 7px 0 8px;
  margin:0 3px 3px 0;
  text-align: center;
  font-weight: normal;
  background-color: #d5e6fe;
  box-sizing: border-box;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

#five_generation table td.no_border_b {
  border-bottom: none;
}

#five_generation table td.no_border_r {
  border-right: none;
}

#five_generation table td.w180px{
  width: 180px;
}

#five_generation table td.bg_p{
  background: #fde2e2;
}

#five_generation .ac_body {
}


/*----stakes----*/

#stakes {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
}

#stakes table {
  width: 100%;
  border-collapse: collapse;
}
#stakes table th {
  padding: 6px 10px;
  text-align: center;
  font-weight: normal;
  background-color: #48026d;
  box-sizing: border-box;
  border-right: 3px #f9e4ff solid;
  border-bottom: 3px #f9e4ff solid;
  color: #fff;
}

#stakes table td {
  padding: 6px 10px;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  box-sizing: border-box;
  border-right: 3px #f9e4ff solid;
  border-bottom: 3px #f9e4ff solid;
}

#stakes table tr:nth-child(2n) td {
  background-color: #c9b0e0;
}

#stakes table tr td:nth-child(2) {
  text-align: left;
}

#stakes table tr:last-child
#stakes table td:last-child{
  border-right: none;
}

.btn_play{
  display: block;
  width: 88px;
  height: 22px;
}

.btn_play img{
  width: 100%;
}

.w88{
  width: 88px;
}

.bg_no1{
  background: #ff8a8a !important;
}

.bg_no3{
  background: #f7e447 !important;
}

#stakes table tr td:nth-child(2) p::after {
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}

#stakes table tr td:nth-child(2) p.jpn1::after {
  width: 38px;
  background: url(../img/race_class_jpn1.png) 0 0 no-repeat;
  background-size: 100%;
}

#stakes table tr td:nth-child(2) p.jpn2::after {
  width: 43px;
  background: url(../img/race_class_jpn2.png) 0 0 no-repeat;
  background-size: 100%;
}

#stakes table tr td:nth-child(2) p.jpn3::after {
  width: 47px;
  background: url(../img/race_class_jpn3.png) 0 0 no-repeat;
  background-size: 100%;
}

#stakes table tr td:nth-child(2) p.g1::after {
  width: 24px;
  background: url(../img/race_class_g1.png) 0 0 no-repeat;
  background-size: 100%;
}

#stakes table tr td:nth-child(2) p.g3::after {
  width: 33px;
  background: url(../img/race_class_g3.png) 0 0 no-repeat;
  background-size: 100%;
}

.txt_note{
  font-size: 12px;
  padding-top: 10px;
}


/*----bg_purple----*/

.bg_purple {
  width: 100%;
  padding: 40px 0 0;
  margin: 0;
  background: url("../img/top_nav_pc_bg.png") center top repeat-y;
  background-size: 3000px auto;
}

 ul#bnr_area {
  width: 1000px;
  margin: 0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

 ul#bnr_area li {
  width: 490px;
  margin: -50px 0 0;
  padding: 70px 0 0;
}

 ul#bnr_area li img {
  width: 100%;
}

 ul#bnr_area li .bnr_icon{
  position: absolute;
  width: 94px;
  height: auto;
  left: -7px;
  top: 63px;
}

#special_column{
  width: 100%;
  padding: 100px 0 80px;
}

#special_column ul{
  width: 620px;
  margin: 0 auto;
}

#special_column ul li{
  margin: 0 0 10px;
}

#special_column ul li img{
  width: 100%;
}

#special_column ul li .sc_icon{
  position: absolute;
  width: 94px;
  height: auto;
  left: -14px;
  top: 7px;
}


/*----comment----*/

#comment{
  width: 100%;
  padding: 100px 0 100px;
}

#comment .movie {
  width: 640px;
  margin: 20px auto 0;
}

video {
  width: 100%;
}
