@charset "UTF-8";
/* --------------------------------------------------------------------------------
    front
-------------------------------------------------------------------------------- */
.dataTop .dataTopHead figure img {
  max-width: none;
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------------
    jockey list
-------------------------------------------------------------------------------- */
.mfp-jokey-profile .mfp-content {
  width: 860px;
  position: relative;
}
.mfp-jokey-profile .mfp-content iframe {
  opacity: 0;
}

@media screen and (max-width: 660px) {
  .mfp-jokey-profile .mfp-content {
    width: 600px;
    position: relative;
  }
  .dataList li ul {
    margin-top: 10px;
  }
  .dataList li ul li {
    margin-right: 13px;
  }
}
.dataList h3 {
  margin: 5px 0 0 0;
}

.single .dataList h3 {
  margin: 10px 0 8px;
}

.dataList .profile a,
.jockeydata .profile a {
  outline: 0;
}

/* --------------------------------------------------------------------------------
    single
-------------------------------------------------------------------------------- */
.single .jockeyTab li.current a {
  cursor: pointer;
}
.single .jockeyDatailSec img {
  float: left;
  width: 156px;
}
.single .method {
  margin-bottom: 0;
}
.single .jTopics {
  margin: 30px 0 30px 0;
}
.single .jTopics dd time {
  display: inline-block;
  vertical-align: top;
}
.single .jTopics dd a {
  display: inline-block;
  width: 540px;
}

@media screen and (max-width: 660px) {
  .single .jTopics dd a {
    width: 430px;
  }
}
.jockeyTab li.disable {
  opacity: 0.7;
  text-decoration: none;
  color: #aaaaaa;
  cursor: default;
}
.jockeyTab li a {
  display: block;
}

.winListTtl {
  margin-top: 30px;
}

.winListTbl .hinba_race .race_name {
  color: #ff0000;
}
.winListTbl .hinba .horse_name {
  color: #ff0000;
}
.winListTbl .oi .place {
  background: #ff0000;
}
.winListTbl .urawa .place {
  background: #00c;
}
.winListTbl .funabasi .place {
  background: #0c0;
}
.winListTbl .kawaski .place {
  background: #099;
}

.jockeydata li.birth,
.jockeydata li.affiliation {
  width: 640px;
}
.jockeydata li.profile {
  margin-right: 0;
}
.jockeydata li.details {
  margin-left: 20px;
}

.jockey.single .method dd {
  width: 62px;
  color: #535353;
}
.jockey.single .method dd.off {
  color: #999999;
}

/* --------------------------------------------------------------------------------
    ジョッキーリスト 詳細
-------------------------------------------------------------------------------- */
@media screen and (max-width: 660px) {
  .single .contTtl + nav {
    margin: 0 -20px;
  }
  .single .dataList > li {
    width: 100%;
  }
  .single .dataList > li ul li {
    line-height: 36px;
  }
  .single .dataList .birth {
    line-height: 1em;
  }
  .single .dataList .profile {
    margin-left: 10px;
  }
}
/* --------------------------------------------------------------------------------
    調教師
-------------------------------------------------------------------------------- */
.dataList li ul {
  margin-top: 5px;
}

/* --------------------------------------------------------------------------------
    コラム系
-------------------------------------------------------------------------------- */
.columnDetailSec header h3 {
  font-size: 20px;
}

@media screen and (max-width: 660px) {
  .columnDetailSec header h3 {
    font-size: 26px;
  }
}
/* --------------------------------------------------------------------------------
    重賞名馬ストーリー
-------------------------------------------------------------------------------- */
.storyHead {
  height: 260px;
  padding: 155px 0 0 32px;
  box-sizing: border-box;
  background: url(../images/data/story_head_img.jpg) no-repeat 0 0;
  color: #fff;
}
.storyHead h2 {
  font-size: 60px;
}
.storyHead p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 660px) {
  .storyHead {
    height: 231px;
    margin: 0 -20px;
    padding: 100px 0 0 27px;
    background-size: 640px auto;
  }
  .storyHead p {
    font-size: 22px;
    line-height: 1.2;
  }
  .story .archiveList {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------------------------------
    重賞レースレポート
-------------------------------------------------------------------------------- */
.reportHead {
  height: 260px;
  padding: 155px 0 0 32px;
  box-sizing: border-box;
  background: url(../images/data/report_head_img.jpg) no-repeat 0 0;
  color: #fff;
}
.reportHead h2 {
  font-size: 60px;
}
.reportHead p {
  font-size: 18px;
  line-height: 1.6;
}

.race_report .archiveList b {
  width: 140px;
}
.race_report .archiveList p {
  width: 508px;
}

@media screen and (max-width: 660px) {
  .reportHead {
    height: 231px;
    margin: 0 -20px;
    padding: 100px 0 0 27px;
    background-size: 640px auto;
  }
  .reportHead p {
    font-size: 22px;
    line-height: 1.2;
  }
  .race_report .archiveList {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------------------------------
    分析レポート
-------------------------------------------------------------------------------- */
.anaDetailHead figure img {
  width: 100%;
  height: auto;
}

.dataTopHead p strong {
  display: block;
  margin: 0.3em 0 0.5em;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5em;
}

.analysis_report .archiveList p {
  display: block;
}

/* --------------------------------------------------------------------------------
    ジョッキーに動画ボタン追加
-------------------------------------------------------------------------------- */
.jockeydata .profile.ico a,
.dataList .profile a {
  width: 134px;
}

.dataList .profile a.movie-open {
  width: 46px;
  margin-left: 5px;
  background: #fc1d25;
  box-shadow: -2px -2px 0 0 #d5191e inset, 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}

.jockeydata .profile.ico a:before,
.dataList .profile.ico a:before {
  display: none;
}

@media screen and (max-width: 660px) {
  .jockeydata .profile.ico a,
  .dataList .profile a {
    width: 119px;
    font-size: 16px;
  }
  .dataList .profile a.movie-open {
    width: 52px;
  }
}
/* --------------------------------------------------------------------------------
    ジョッキープロフィール
-------------------------------------------------------------------------------- */
.modal-profile {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.mfp-jokey-profile {
  /*  .popup
  ---------------------------------*/
}
.mfp-jokey-profile .modal-profile {
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.mfp-jokey-profile .profile h3:before {
  background-image: url(../images/data/ico-cap.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.mfp-jokey-profile .profile .popupInner {
  box-sizing: border-box;
  overflow: hidden;
  width: 860px;
  padding: 40px;
  background: #f6f6f6;
  color: #555;
  text-align: left;
}
.mfp-jokey-profile .profile h3 {
  margin: 9px 0 10px 229px;
  color: #edb722;
  font-size: 32px;
}
.mfp-jokey-profile .profile h3 span {
  display: block;
  margin-left: 47px;
  color: #555;
  font-size: 18px;
}
.mfp-jokey-profile .profile h3:before {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}
.mfp-jokey-profile .profile .sammryData {
  margin: 0 0 35px 275px;
}
.mfp-jokey-profile .profile .sammryData li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
}
.mfp-jokey-profile .profile .sammryData li:nth-of-type(odd):after {
  content: "／";
}
.mfp-jokey-profile .profile .sammryData li:nth-of-type(even) {
  width: 360px;
}
.mfp-jokey-profile .profile .data {
  overflow: hidden;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
}
.mfp-jokey-profile .profile .data:after {
  z-index: 20;
  top: 0;
  left: 143px;
  width: 1px;
  height: 999em;
  background: #ddd;
}
.mfp-jokey-profile .profile .data dt {
  position: relative;
  width: 130px;
  padding: 0.55em 0 0 14px;
  color: #6e6243;
}
.mfp-jokey-profile .profile .data dd {
  margin: -1.95em 0 1px;
  padding: 0.55em 0 0.55em 160px;
  border-bottom: solid 1px #ddd;
  background: #fff;
}
.mfp-jokey-profile .profile .data dd:nth-of-type(even) {
  background: #fafafa;
}
.mfp-jokey-profile .profile .data dd:nth-last-of-type(1) {
  border: none;
}
.mfp-jokey-profile .profile figure {
  position: relative;
  float: left;
  margin: 0 18px 40px 0;
  border: solid 8px #fff;
}
.mfp-jokey-profile .profile .mask {
  overflow: hidden;
  overflow-x: auto;
  width: 195px;
  margin: 0 auto;
}
.mfp-jokey-profile .profileImages {
  width: 635px;
}
.mfp-jokey-profile .profileImages > li {
  float: left;
  width: 195px;
  margin-right: 10px;
}
.mfp-jokey-profile .profile .slideNav li {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -11px;
  cursor: pointer;
  text-indent: -99999em;
}
.mfp-jokey-profile .profile .slideNav li.prv {
  left: -25px;
  border-width: 11px 15px 11px 0;
  border-color: transparent #edb722 transparent transparent;
}
.mfp-jokey-profile .profile .slideNav li.nxt {
  right: -25px;
  border-width: 11px 0 11px 15px;
  border-color: transparent transparent transparent #edb722;
}
.mfp-jokey-profile .profile .slidePager {
  letter-spacing: -0.4em;
  position: absolute;
  bottom: -35px;
  width: 195px;
  text-align: center;
}
.mfp-jokey-profile .profile .slidePager li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  text-indent: -9999em;
  text-align: left;
}
.mfp-jokey-profile .profile .slidePager li.current {
  background: #edb722;
}
.mfp-jokey-profile .popupClsBtn {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #444;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.mfp-jokey-profile .popupClsBtn:hover {
  opacity: 0.7;
}
.mfp-jokey-profile .profile {
  display: block;
}
.mfp-jokey-profile .profile .popupInner {
  top: auto;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.mfp-jokey-profile .profile .photos {
  height: 266px;
}
.mfp-jokey-profile .profile .sammryData {
  font-size: 16px;
  line-height: 1.6;
}
.mfp-jokey-profile .profile .mask {
  overflow: visible;
}
.mfp-jokey-profile .profile .profileImages {
  width: auto;
  outline: 0;
}
.mfp-jokey-profile .profile .profileImages img {
  outline: 0;
}
.mfp-jokey-profile .profile .profileImages.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mfp-jokey-profile .profile .profileImages .slick-next,
.mfp-jokey-profile .profile .profileImages .slick-prev {
  background: none;
  border: solid;
  width: 0;
  height: 0;
}
.mfp-jokey-profile .profile .profileImages .slick-next:before,
.mfp-jokey-profile .profile .profileImages .slick-prev:before {
  display: none;
}
.mfp-jokey-profile .profile .profileImages .slick-prev {
  border-width: 11px 15px 11px 0;
  border-color: transparent #edb722 transparent transparent;
}
.mfp-jokey-profile .profile .profileImages .slick-next {
  border-width: 11px 0 11px 15px;
  border-color: transparent transparent transparent #edb722;
}
.mfp-jokey-profile .profile .profileImages .slick-dots {
  bottom: -35px;
}
.mfp-jokey-profile .profile .profileImages .slick-dots li button:before {
  font-size: 20px;
  color: #dddddd;
  opacity: 1;
}
.mfp-jokey-profile .profile .profileImages .slick-dots li.slick-active button:before {
  color: #edb722;
}

/* --------------------------------------------------------------------------------
    mfp
-------------------------------------------------------------------------------- */
.mfp-jokey-profile .mfp-content {
  width: 860px;
  position: relative;
}
.mfp-jokey-profile .mfp-content iframe {
  opacity: 0;
}
.mfp-jokey-profile .mfp-iframe-holder .mfp-close {
  display: none;
}

@media screen and (max-width: 660px) {
  .mfp-jokey-profile .mfp-content {
    width: 600px;
    position: relative;
  }
  .mfp-jokey-profile {
    /*  .popup
    ---------------------------------*/
  }
  .mfp-jokey-profile .profile .popupInner {
    width: 600px;
    padding: 40px;
  }
  .mfp-jokey-profile .profile h3 {
    margin-bottom: 15px;
    font-size: 34px;
  }
  .mfp-jokey-profile .profile h3 span {
    font-size: 22px;
  }
  .mfp-jokey-profile .profile .sammryData li {
    display: block;
    margin-bottom: 0.5em;
    font-size: 20px;
  }
  .mfp-jokey-profile .profile .sammryData li:nth-of-type(odd):after {
    content: "";
  }
  .mfp-jokey-profile .profile .sammryData li:nth-of-type(even) {
    width: auto;
  }
  .mfp-jokey-profile .profile .data {
    clear: both;
    font-size: 15px;
  }
}
/* ------------------------------------------------------------------------------------------
    2025-01 two-columns
 ------------------------------------------------------------------------------------------ */
@media screen and (min-width: 661px) {
  .columnTwo.data {
    /* ジョッキー・調教師INDEX */
    /* ジョッキー詳細 */
    /* ヘッダーバナー */
  }
  .columnTwo.data .anaHead {
    width: 100%;
    background-size: cover;
  }
  .columnTwo.data .anaDetailHead {
    height: 313px;
  }
  .columnTwo.data .anaDetailHead figure {
    width: 500px;
  }
  .columnTwo.data .jockeyTab li {
    width: 94px;
  }
  .columnTwo.data .jockeyTab li:last-child {
    width: 92px;
  }
  .columnTwo.data .dataList > li {
    width: 455px;
    height: 200px;
  }
  .columnTwo.data .dataList > li .birth {
    display: block;
  }
  .columnTwo.data .dataList figure {
    width: 156px;
  }
  .columnTwo.data .dataList figure img {
    width: 100%;
  }
  .columnTwo.data .dataList > li {
    font-size: 16px;
  }
  .columnTwo.data .dataList > li h3 {
    font-size: 34px;
  }
  .columnTwo.data .dataList > li h3 span {
    font-size: 0.5em;
  }
  .columnTwo.data .dataList > li ul li.birth {
    font-size: 0.8em;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .columnTwo.data .dataList > li ul li.affiliation {
    font-size: 0.8em;
    width: auto;
    display: block;
  }
  .columnTwo.data .dataList > li ul li.victory, .columnTwo.data .dataList > li ul li.details {
    font-size: 1.1em;
  }
  .columnTwo.data .dataList > li ul li.profile {
    margin-top: 1em;
  }
  .columnTwo.data .dataList > li ul li.profile a.profile-open {
    font-size: 1.5em;
    width: 160px;
  }
  .columnTwo.data .jockeyDatailSec figure {
    width: 195px;
  }
  .columnTwo.data .jockeyDatailSec figure img {
    width: 100%;
  }
  .columnTwo.data .jockeyDatailSec .jockeydata {
    margin-bottom: 77px;
  }
  .columnTwo.data .specialList li a {
    width: 440px;
    height: 360px;
    font-size: 16px;
  }
  .columnTwo.data .specialList li a img {
    width: 100%;
  }
  .columnTwo.data .specialList li a h3 {
    font-size: 1.4em;
  }
  .columnTwo.data .specialList li a p {
    font-size: 1em;
  }
  .columnTwo.data .freetxt {
    font-size: 18px;
  }
  .columnTwo.data .freetxt .alignleft, .columnTwo.data .freetxt .alignleft img,
  .columnTwo.data .freetxt .alignright, .columnTwo.data .freetxt .alignright img {
    max-width: 400px;
  }
  .columnTwo.data .freetxt .imagecenter img,
  .columnTwo.data .freetxt .imagecenter img {
    width: 400px;
  }
  .columnTwo.data .anaDetailSec {
    font-size: 16px;
  }
  .columnTwo.data .anaDetailSec .note {
    font-size: 1em;
  }
  .columnTwo.data .anaDetailSec .note li {
    font-size: 1em;
  }
  .columnTwo.data .anaDetailSec p {
    font-size: 1.1em;
  }
  .columnTwo.data .recordHead,
  .columnTwo.data .reportHead,
  .columnTwo.data .cafeHead,
  .columnTwo.data .columnHead,
  .columnTwo.data .specialHead,
  .columnTwo.data .storyHead {
    background-size: cover;
  }
}

/*# sourceMappingURL=data-diff.css.map */
