@charset "UTF-8";
.title01 {
  font-size: 32px;
}

/* ==============================================================
First View Area
============================================================== */
.top-fv-wrap {
  max-width: 1600px;
  margin: 0 auto 40px;
}

.top-fv-slider {
  background-color: #002912;
}

.top-fv-twitter {
  display: none;
}

@media (min-width: 768px) {
  .top-fv-wrap {
    display: grid;
    grid-template: "fv-race fv-slider" auto "fv-race fv-twitter" min-content "fv-youtube  fv-twitter" auto/52% 48%;
    grid-auto-flow: row;
    gap: 0 0;
  }
  .top-fv-kaisaiinfo {
    grid-area: fv-race;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-fv-slider {
    grid-area: fv-slider;
  }
  .top-fv-twitter {
    display: block;
    grid-area: fv-twitter;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-fv-youtube {
    grid-area: fv-youtube;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1280px) {
  .top-fv-wrap {
    grid-template: "fv-race fv-slider fv-twitter" 264px "fv-race fv-slider fv-youtube" auto/30% 42% 28%;
  }
  .top-fv-twitter {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-fv-youtube {
    border-right: 0 none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1600px) {
  .top-fv-wrap {
    grid-template: "fv-race fv-slider fv-twitter" 264px "fv-race fv-slider fv-youtube" auto/30% 40% 30%;
    min-height: 526px;
  }
}
@media (min-width: 1600px) {
  .bg-top-fv {
    background-image: url(../images/index/bg_fv.jpg);
    background-repeat: repeat-x;
    background-position: top left;
  }
  .kaisai.bg-top-fv, .nighterkaisai.bg-top-fv {
    background-image: url(../images/index/bg_fv_kaisai.jpg);
  }
}
/* ==============================================================
.top-fv-kaisaiinfo 本日のレース領域
============================================================== */
.top-fv-kaisaiinfo {
  color: #fff;
  background-color: #222;
}

.kaisai .top-fv-kaisaiinfo,
.nighterkaisai .top-fv-kaisaiinfo {
  background-color: #00893b;
}

.area-honjyoinfo {
  position: relative;
  padding: 8px 16px;
  background: url(../images/index/bg_sample.jpg) no-repeat center/cover #222;
  background-blend-mode: multiply;
}

.kaisai .area-honjyoinfo,
.nighterkaisai .area-honjyoinfo {
  background-color: #00893b;
}

.area-honjyoinfo::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  content: "";
  border-bottom: 1px solid #005325;
}

.area-tajyoinfo {
  padding: 8px 16px;
}

.area-tajyoinfo p {
  /* min-height: 24px; */
  margin-bottom: 0;
}

/* 本日日付 */
.text-today {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.text-today-date {
  margin-right: 4px;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
}

.text-today-dow {
  position: relative;
  top: -8px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #00451e;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* 本場開催：船橋競馬見出し */
.honjyotitle {
  display: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.kaisai .honjyotitle, .nighterkaisai .honjyotitle {
  display: inline-block;
}

.nighterkaisai .honjyotitle::after {
  display: inline-block;
  padding: 0 4px 0 16px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #00451e;
  text-shadow: none;
  vertical-align: middle;
  content: "ナイター";
  background-color: #fff;
  background-image: url(../images/index/icon_nighter.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 12px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* 非開催：次回開催情報 */
.text-nextrace {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.hikaisai .text-nextrace {
  min-height: 56px;
}

.kaisai .text-nextrace, .nighterkaisai .text-nextrace {
  position: absolute;
  top: 0;
  right: 8px;
  width: 96px;
  height: 106px;
  padding-top: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #222;
  text-align: center;
  background-image: url(../images/index/bg_todaykaisai.png);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 96px 106px;
}

.text-nextrace > span {
  display: block;
}

.text-nextrace-date {
  font-size: 14px;
}

.text-nextrace-date > span {
  font-size: 18px;
}

/* 開催日モードサンプル用 */
.kaisai #nextRaceNote, .nighterkaisai #nextRaceNote, .kaisai #nextRaceDate, .nighterkaisai #nextRaceDate {
  display: none;
}

/* 開門発送時刻リスト */
.list-kaisai-timetable {
  display: none;
  margin-bottom: 16px;
}

.list-kaisai-timetable li {
  display: inline-block;
  padding-left: 0;
  margin-right: 8px;
  font-size: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  list-style: none;
}

.list-kaisai-timetable li:last-child {
  margin-right: 0;
}

/* 重賞競走 */
.text-graderace {
  display: flex;
  min-height: 3.2em;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.text-graderace-date {
  flex: 0 0 110px;
}

.text-dow {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.25em;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #00451e;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.list-kaisai-button {
  display: none;
  margin: 0 auto;
}

.kaisai .list-kaisai-button,
.nighterkaisai .list-kaisai-button,
.hikaisai .list-kaisai-button,
.kaisai .list-kaisai-timetable,
.nighterkaisai .list-kaisai-timetable,
.hikaisai .list-kaisai-timetable {
  display: block;
}

.list-kaisai-button li {
  margin-bottom: 4px;
}

.for-hikaisai, .for-kaisai, .for-kaisai-sp {
  display: none;
}

.hikaisai .for-hikaisai,
.kaisai .for-kaisai,
.nighterkaisai .for-kaisai,
.kaisai.hikaisai .for-kaisai,
.nighterkaisai.hikaisai .for-kaisai {
  display: block;
}

.hikaisai .for-kaisai,
.kaisai .for-hikaisai,
.nighterkaisai .for-hikaisai {
  display: none;
}

@media (max-width: 1279px) {
  .kaisai .for-kaisai-sp,
  .nighterkaisai .for-kaisai-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .text-graderace {
    min-height: 3.2em;
  }
  .area-honjyoinfo {
    min-height: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .area-honjyoinfo {
    min-height: 428px;
  }
}
@media screen and (min-width: 1600px) {
  .area-honjyoinfo {
    min-height: 400px;
  }
}
/* 非開催日ボタン */
.list-kaisai-button a,
.list-kaisai-button button {
  position: relative;
  display: block;
  padding: 0.5rem 0.25rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00893b;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list-kaisai-button a span,
.list-kaisai-button button span {
  position: relative;
  z-index: 1;
}

.list-kaisai-button .for-hikaisai a {
  background-color: #00612b;
}

.list-kaisai-button a:hover,
.list-kaisai-button button:hover {
  background-color: #00612b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  /* transform: translateY(2px); */
}

.list-kaisai-button .for-hikaisai a:hover {
  background-color: #005325;
}

/* 開催日ボタン */
.kaisai .list-kaisai-button a,
.nighterkaisai .list-kaisai-button a,
.kaisai .list-kaisai-button button,
.nighterkaisai .list-kaisai-button button {
  width: 100%;
  font-weight: bold;
  color: #222;
  background-color: #f8d030;
}

.kaisai .list-kaisai-button a::before,
.nighterkaisai .list-kaisai-button a::before,
.kaisai .list-kaisai-button button::before,
.nighterkaisai .list-kaisai-button button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to left, #f8d030 0%, #80521a 10%, #501c0a 20%, #f8d030 25%, #f8e9d4 35%, #f8d030 45%, #f8d030 100%);
  mix-blend-mode: screen;
  opacity: 0.4;
}

/* ==============================================================
// .slick-panel パネルスライダー領域
============================================================== */
.slick-panel {
  position: relative;
  display: none;
  width: 100%;
}

.slick-panel.slick-initialized {
  display: block;
}

.slick-panel .slick-slide {
  padding: 0;
}

.slick-panel .slick-dots {
  right: 0;
  bottom: 8px;
  justify-content: flex-end;
}

/* パネルスライダー ＆ Pickupスライダ 共通 */
/* Arrows */
.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 24px;
  height: 64px;
  margin-top: -32px;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 24px;
  border: 0;
}

.slide-arrow:hover {
  opacity: 0.75;
}

.prev-arrow {
  left: 0;
  background-image: url(../images/btn_arrow_prev.svg);
}

.next-arrow {
  right: 0;
  background-image: url(../images/btn_arrow_next.svg);
}

/* Dots */
.slick-dots {
  display: flex;
  align-items: center;
  height: 4px;
  margin-bottom: 0;
  text-align: left;
  transition: all 300ms ease;
}

.slick-dots li {
  flex: 0 0 22px;
  width: 100%;
  height: 4px;
  margin: auto 4px;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button {
  width: 22px;
  height: 4px;
  padding: 0;
  color: #b9e3cc;
  background-color: #b9e3cc;
  opacity: 0.8;
}

.slick-dots button:hover {
  opacity: 1;
}

.slick-dots button:focus,
.slick-dots .slick-active button {
  color: #00893b;
  background-color: #00893b;
}

/* ==============================================================
// tickerInfo表示領域
============================================================== */
.ticker-info {
  position: relative;
  display: flex;
  padding: 8px 16px;
  color: #fff;
}

.list-ticker {
  position: relative;
  width: 100%;
  height: 32px;
  margin-top: auto;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .list-ticker {
    height: 56px;
  }
  .list-ticker::before {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: bold;
    content: "Headline";
  }
}
.list-ticker a {
  color: #fff;
}

.list-ticker li {
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: opacity;
}

.list-ticker li.is-active {
  z-index: 1;
  opacity: 1;
}

/* ==============================================================
// Twitter表示領域
============================================================== */
.top-fv-twitter {
  padding: 4px 8px;
  background-color: #222;
}

.title-twitter {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

@media (min-width: 1600px) {
  .top-fv-twitter {
    padding: 4px 16px;
  }
  .title-twitter {
    font-size: 18px;
  }
}
/* ==============================================================
// YouTube（動画、バナー）表示領域
============================================================== */
.top-fv-youtube {
  padding: 8px;
  background-color: #222;
}

/* Youtube チャンネルバナーリスト
----------------------------------------------------- */
.list-youtube-banner {
  display: flex;
  row-gap: 4px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
.list-youtube-banner li:not(:last-child) {
  padding-right: 4px;
}
}

.list-youtube-banner li a {
  display: block;
  text-align: center;
  background-color: #fff;
}

.list-youtube-banner img {
  width: auto;
  max-height: 84px;
}

/* Youtube埋め込み領域 */
.youtube {
  display: none;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  .kaisai .youtube, .nighterkaisai .youtube {
    display: block;
  }
  .list-youtube-banner {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .kaisai .list-youtube-banner, .nighterkaisai .list-youtube-banner {
    display: none;
  }
  .list-youtube-banner li {
    width: 100%;
    margin-bottom: 4px;
  }
  .list-youtube-banner li:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .top-fv-youtube {
    padding: 4px 8px;
  }
}
@media (min-width: 1600px) {
  .top-fv-youtube {
    padding: 2px 16px;
  }
}
/* ==============================================================
// nav-kaisai：開催モード 開催情報メニュー領域
============================================================== */
.nav-kaisai-open {
  overflow: hidden;
}

.nav-kaisai {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 201;
  display: flex;
  align-items: center;
  overflow-y: auto;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 0;
}

.area-knav {
  position: relative;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.area-knav h2 {
  position: relative;
  left: 50%;
  margin-left: -2em;
}

.nav-kaisai-open .nav-kaisai {
  visibility: visible;
  opacity: 1;
}

.btn-kaisai-close {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 110;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.btn-kaisai-close-line {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.btn-kaisai-close-line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #00893b 0%, #00893b 40%, #a2d02c 100%);
  border-radius: 1.5px;
  transition: transform 0.3s;
}

.btn-kaisai-close-line span:nth-of-type(1) {
  top: 14px;
  background-image: linear-gradient(135deg, #00893b 0%, #00893b 40%, #a2d02c 100%);
  transform: rotate(45deg);
}

.btn-kaisai-close-line span:nth-of-type(2) {
  top: 14px;
  background-image: linear-gradient(-45deg, #00893b 0%, #00893b 40%, #a2d02c 100%);
  transform: rotate(135deg);
}

/* アイコン付きボタン */
a.btn-knav {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 8px;
  overflow: hidden;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #00893b 0%, #00893b 40%, #a2d02c 100%);
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 300ms ease;
}

a.btn-knav:hover img {
  transform: scale(1.1);
}

.btn-knav div {
  margin-bottom: 0.125rem;
}

/* ==============================================================
// .top-information 共通：お知らせ、イベント＆ファンサービス
============================================================== */
.top-information .row > div {
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .top-information {
    margin-bottom: 40px;
  }
  .top-information .row > div {
    margin-bottom: 0;
  }
}
/* お知らせ、イベント＆ファンサービス */
.box-topics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

.box-topics-body {
  padding: 1rem;
}

.box-topics-footer {
  padding: 1rem;
  background-color: #f2f2f2;
  border-top: 1px solid #d4d4d4;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* お知らせ、イベント＆ファンサービスリスト
----------------------------------------------------- */
.dlist-topics {
  height: 256px;
  overflow-y: auto;
}

.dlist-topics dt {
  font-size: 14px;
  font-weight: normal;
}

.dlist-topics span {
  display: flex;
  align-items: center;
}

.dlist-topics.dlist-info span::after {
  width: 68px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  content: "お知らせ";
  background-color: #707070;
  border-radius: 8px;
}

.dlist-topics.dlist-info dt.mark-category-race span::after {
  content: "レース情報";
  background-color: #00612b;
}

.dlist-topics dd {
  font-size: 16px;
}

/* カテゴリアイコン指定 */
.mark-important::before {
  display: inline-block;
  padding: 1px 8px 0;
  margin-right: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  content: "重要";
  background-color: #e42929;
  border-radius: 8px;
}

.mark-new::before {
  display: inline-block;
  order: 2;
  height: auto;
  padding: 0 4px;
  margin-left: 8px;
  font-size: 11px;
  line-height: 16px;
  color: #222;
  text-align: center;
  content: "New!!";
  background-color: #f8d030;
  border-radius: 8px;
}

/* Funabashi Jockeys Festival
----------------------------------------------------- */
.area-fjf {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  color: #fff;
  background-image: url(../images/bg_square.png), linear-gradient(to right, #00893b 0%, #00893b 40%, #a2d02c 100%);
  border-radius: 4px;
}

.area-fjf h2 {
  width: 270px;
  height: 24px;
  margin: 0.5em auto;
  font-size: 16px;
  line-height: 24px;
  color: #00451e;
  text-align: center;
  background-image: url(../images/index/bg_fjftitle.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.area-fjf h3 {
  font-size: 16px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.area-fjf p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.area-fjf .btn-black {
  margin-top: auto;
}

@media (min-width: 1280px) {
  .area-fjf {
    margin-bottom: 32px;
  }
}
/* ==============================================================
.list-banner01：共通 固定バナー掲載領域01
============================================================== */
.list-banner01 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  justify-content: center;
}

.list-banner01 img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
  .list-banner01 {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    justify-content: flex-start;
  }
  .list-banner01 li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
/* ==============================================================
// .top-pickup ：共通固定PRバナー表示領域
============================================================== */
.top-pickup {
  position: relative;
  padding: 56px 0;
  background-color: #f2f2f2;
  background-image: url(../images/bg_dot.png);
}

.top-pickup::before {
  position: absolute;
  inset: 0;
  top: 0;
  display: block;
  width: 20vw;
  height: 4px;
  margin: 0 auto;
  content: "";
  background-color: #00893b;
}

.slick-pickup {
  position: relative;
  display: none;
  width: 100%;
}

.slick-pickup.slick-initialized {
  display: block;
}

.slick-pickup .slick-track {
  display: flex;
}

.slick-pickup .slick-dots {
  right: 0;
  bottom: -24px;
  justify-content: center;
}

.slick-pickup .slick-slide {
  height: auto !important;
  padding: 0 8px;
}

.slick-pickup .slick-list {
  padding-bottom: 4px;
}

.slick-pickup .prev-arrow {
  left: -4px;
}

.slick-pickup .next-arrow {
  right: -4px;
}

.slick-pickup .slick-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  overflow: hidden;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.slick-pickup .slick-slide h3 {
  min-height: 2rem;
  padding: 4px;
  font-size: 16px;
}

.slick-pickup .slick-slide p {
  padding: 4px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .slick-pickup .prev-arrow {
    left: -24px;
  }
  .slick-pickup .next-arrow {
    right: -24px;
  }
}
/* ==============================================================
.btn-Photo：発売カレンダー／レース情報／関連メニュー
============================================================== */
a.btn-photo {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 8px;
  overflow: hidden;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #013317;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

a.btn-photo:hover {
  /* transform: translateY(2px); */
  background-color: #011a0c;
  box-shadow: none;
}

a.btn-photo .photo {
  margin-bottom: 0.125rem;
  overflow: hidden;
}

a.btn-photo .photo img {
  position: relative;
  z-index: 0;
  width: 100%;
}

.btn-photo:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 4px 0;
}

/* ==============================================================
// .top-raceinfo 共通：発売カレンダー／レース情報／データルーム用写真付きボタン
============================================================== */
.top-raceinfo {
  padding: 40px 0;
  color: #fff;
  background-image: url(../images/index/bg_raceinfo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.top-raceinfo h2 {
  margin-bottom: 0.85em;
}

/* Movie（YouTubeバナー表示領域） */
.top-movie {
  padding: 16px;
  margin-bottom: 24px;
  background-color: rgba(242, 242, 242, 0.9);
  border-radius: 4px;
}

/* 写真・アイコンナビゲーションボタン */
@media (max-width: 1279px) {
  .top-movie p img {
    width: auto;
    height: 24px;
  }
  .btn-photo .photo {
    padding: 8px 16px;
  }
  a.btn-photo:hover img {
    transform: none;
  }
  .btn-photo-schedule .photo {
    background-image: url(../images/bg_oblique.png), linear-gradient(to right, #ff9a9e 0%, #fad0c4 100%);
  }
  .btn-photo-timetable .photo {
    background-image: url(../images/bg_oblique.png), linear-gradient(to right, #a18cd1 0%, #fbc2ed 100%);
  }
  .btn-photo-dirtgrade .photo {
    background-image: url(../images/bg_oblique.png), linear-gradient(to right, #fad0c4 0%, #ffd1ff 100%);
  }
  .btn-photo-diagram .photo {
    background-image: url(../images/bg_oblique.png), linear-gradient(to right, #fad0c4 0%, #fda085 100%);
  }
  .btn-photo-fjf .photo {
    background-image: url(../images/bg_oblique.png), linear-gradient(to right, #ff9a9e 0%, #fecfef 100%);
  }
  .btn-photo-kanmurirace .photo {
    background-image: url(../images/bg_oblique.png), linear-gradient(to right, #f6d365 0%, #fda085 100%);
  }
}
/* アイコン付きナビゲーションボタン */
.btn-top-icon {
  position: relative;
  display: block;
  padding-left: 64px;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 72px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn-top-icon:hover {
  color: #222;
  box-shadow: none;
  /* transform: translateY(2px); */
  opacity: 0.8;
}

.btn-top-icon::before {
  position: absolute;
  left: 0;
  display: block;
  width: 56px;
  height: 72px;
  content: "";
  background-color: #00893b;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-top-icon.icon-fkeiba::before {
  background-image: url(../images/index/icon_f-keiba.png);
}

.btn-top-icon.icon-jplace::before {
  background-image: url(../images/index/icon_j-place.png);
}

.btn-top-icon.icon-tv::before {
  background-image: url(../images/index/icon_tv.png);
}

.btn-top-icon.icon-character::before {
  background-image: url(../images/index/icon_character.png);
}

/* ==============================================================
// .top-dataroom 共通：データルーム関連メニュー
============================================================== */
.top-dataroom {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #f2f2f2;
}

.top-dataroom::before {
  position: absolute;
  inset: 0;
  top: 0;
  display: block;
  width: 20vw;
  height: 4px;
  margin: 0 auto;
  content: "";
  background-color: #00893b;
}

.top-dataroom .title01 {
  position: relative;
  left: 50%;
  margin-left: -3em;
  font-size: 2rem;
}

/* 写真・アイコンナビゲーションボタン */
@media (max-width: 1279px) {
  .btn-photo-jockey .photo {
    background-image: linear-gradient(to right, #fddb92 0%, #d1fdff 100%);
  }
  .btn-photo-trainer .photo {
    background-image: linear-gradient(to right, #f9f586 0%, #ebc0fd 100%);
  }
  .btn-photo-horse .photo {
    background-image: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);
  }
  .btn-photo-record .photo {
    background-image: linear-gradient(to right, #e9defa 0%, #fbfcab 100%);
  }
}
/* ==============================================================
.list-banner02：共通 固定バナー掲載領域02
============================================================== */
.list-banner02 {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  margin-right: -8px;
  margin-bottom: 3rem;
  margin-left: -8px;
}

.list-banner02 li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
}

.list-banner02 img {
  flex: 0 0 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .list-banner02 li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .list-banner02 li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* ==============================================================
緊急メッセージ
============================================================== */
#emergency {
  position: relative;
  width: 100%;
  padding: 32px 16px;
  font-size: 1.143em;
  text-align: center;
  border: 2px solid #df2829;
}

#emergency::before {
  display: block;
  padding: 8px;
  margin: -32px -16px 24px;
  font-size: 18px;
  color: #fff;
  content: "重要なお知らせ";
  background-color: #df2829;
}