@charset "UTF-8";
/* #topArea
+=========================================================+ */
#topArea {
  overflow: hidden;
  background-image: url("../images/bg_noize.png");
}

@media (min-width: 992px) {
  #topArea {
    padding-top: 160px;
    background-color: #eff1f1;
  }
  .mode-kaisai #topArea {
    padding-top: 48px;
  }
}
/* #topArea
+=========================================================+ */
#topicsArea h2 {
  padding-top: 70px;
  font-size: 1.2em;
  font-weight: bold;
  color: #d12d36;
}

#topicsArea .tab-content {
  height: 350px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d12d36;
  border-radius: 0 0 8px 8px;
}

#topicsArea .nav-tabs {
  display: flex;
  justify-content: start;
}

#topicsArea .nav-link {
  z-index: 10;
  justify-content: center;
  height: 20px;
  margin-bottom: -2px;
  padding: 15px 0;
  background: #d12d36;
  border-top: solid 1px #d12d36;
  border-right: solid 1px #d12d36;
  border-left: solid 1px #d12d36;
  border-radius: 0;
  white-space: nowrap;
}

#topicsArea .tab-content {
  padding: 10px;
  border-radius: 0 0 8px 8px;
}

#topicsArea .tabs {
  margin-right: -0.2rem;
}

#topicsArea .row-tab {
  flex: 1;
  margin-right: 0.2rem;
}

#topicsArea .row-tab button {
  width: 100%;
}

#topicsArea .nav-link.active {
  font-weight: bold;
  color: #d12d36 !important;
  background: #fff;
}

#topicsArea .nav-link:focus {
  font-weight: bold;
  color: #d12d36 !important;
  background: #fff;
  border-bottom: 1px solid #fff;
}

#topicsArea .nav-link:hover {
  font-weight: bold;
  color: #d12d36 !important;
  background: #fff;
  border-bottom: 1px solid #fff;
}

#topicsArea .scrollbar {
  height: 330px;
  overflow-y: scroll;
}

#topicsArea .scrollbar::-webkit-scrollbar {
  width: 15px;
  height: 25px;
}

#topicsArea .scrollbar::-webkit-scrollbar-thumb {
  background-color: #d12d36;
}

#topicsArea .scrollbar::-webkit-scrollbar-track {
  margin-bottom: 10px;
  background-color: #fff0f5;
}

#topicsArea .dlist-topics dd {
  padding-bottom: 0.5rem;
  margin-right: 10px;
  line-height: 1.25;
  border-bottom: 1px solid #d3d3d3;
}

#topicsArea .dlist-topics dd:last-child {
  border-bottom: none;
}

#topicsArea .dlist-topics span {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: rgba(59, 73, 82, 0.8);
}

#topicsArea .dlist-topics a {
  color: #000;
  text-decoration: none;
}

#topicsArea .dlist-topics dd:hover {
  text-decoration: underline;
}

dt {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.nav-tabs {
  display: flex;
}

#topicsArea .btn-dark {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 0.85em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #3b4952;
  border-radius: 100px;
  box-shadow: 0 2px 4px 1px rgba(9, 9, 11, 0.3);
  transition: 0.3s;
}

#topicsArea .btn-dark::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background: url("../images/icon_link_arrow_white.svg") 0 0/20px 20px no-repeat;
}

#topicsArea .btn-dark:hover, #topicsArea .sns-icon:hover {
  color: #fff;
  background-color: #2c3e50;
}

@media (min-width: 493px) {
  #topicsArea .nav-tabs {
    display: flex;
    justify-content: flex-start;
  }
  #topicsArea .nav-link {
    z-index: 10;
    justify-content: center;
    height: 20px;
    margin-right: 3px;
    margin-bottom: -2px;
    background: #d12d36;
    border-top: solid 1px #d12d36;
    border-right: solid 1px #d12d36;
    border-left: solid 1px #d12d36;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  #topicsArea .tab-content {
    background: #fff;
  }
  #topicsArea h2 {
    padding-top: 0;
    margin-top: -15px;
  }
  #topicsArea .nav-link {
    margin-right: 0;
  }
}
@media (min-width: 1352px) {
  #topicsArea h2 {
    padding-top: 0;
    margin-top: -30px;
  }
}
/* #imageSliderArea　トップイメージスライダー領域
+=========================================================+ */
#imageSliderArea {
  width: 100%;
  height: auto;
}

.list-slider {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: 3s;
}

.slick-initialized {
  display: block;
  opacity: 1;
}

.list-slider img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.slick-slide {
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
}

.slick-active,
.slick-current {
  opacity: 1;
}

.list-slider button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 none;
  outline: none;
}

/* Arrows */
.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -24px;
  background-color: transparent;
  border-radius: 100px;
  transition: all 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-arrow:hover {
  margin-top: -22px;
  opacity: 0.75;
}

.prev-arrow {
  left: -8px;
}

.next-arrow {
  right: -8px;
}

.prev-arrow::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/home/slide-arrow-prev.svg) 50% 50% no-repeat;
  margin-right: 5px;
}

.next-arrow::after {
  content: "";
  width: 48px;
  height: 48px;
  margin-left: 5px;
  background: url(../images/home/slide-arrow-next.svg) 50% 50% no-repeat;
}

/* Dots */
.slider-dots {
  position: absolute;
  bottom: -48px;
  left: -20px;
  display: block;
  text-align: right;
  transition: all 300ms ease;
}

.slider-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slider-dots button {
  position: relative;
  width: 35px;
  height: 0;
  padding-top: 7px;
  overflow: hidden;
  background-color: #d12d36;
  opacity: 0.25;
}

.slider-dots button:hover,
.slider-dots button:focus {
  opacity: 0.75;
}

.slider-dots .slick-active button {
  opacity: 1;
}

/* #todayRace　本日のレース情報領域
+=========================================================+ */
#todayrace {
  position: relative;
  overflow: hidden;
  padding: 24px 12px 12px;
  margin-bottom: 32px;
  color: #fff;
  background-color: #3b4952;
  background-image: url("../images/bg_noize.png");
  border-radius: 8px;
}

#todayrace h2 {
  padding: 4px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(to right, rgba(46, 150, 209, 0.4), rgba(46, 209, 88, 0.4));
  border: 1px solid #fff;
  border-radius: 32px;
}

.todayrace-info {
  display: flex;
  gap: 4px;
  align-items: end;
  margin-bottom: 16px;
  font-weight: bold;
}

#today-date {
  display: flex;
  align-items: end;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.today-date-md {
  padding: 4px;
  font-size: 2em;
}

#todayrace a {
  color: #171717;
}

#today-honjo,
#today-jogai {
  position: relative;
  color: #171717;
  background-color: #fff;
  border-radius: 4px;
}

#today-honjo header,
#today-jogai header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
}

#today-honjo h3,
#today-jogai h3 {
  position: relative;
  top: -2px;
  left: 8px;
  width: 96px;
  padding: 4px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#today-honjo h3 {
  background-color: #d12d36;
}

#today-jogai h3 {
  background-color: #2e96d1;
}

#today-honjo header p,
#today-jogai header p {
  padding: 0 4px 0 16px;
  margin-bottom: 0;
  font-size: 1em;
}

#today-honjo h4,
#today-jogai h4 {
  font-size: 1em;
  font-weight: bold;
}

.list-todayrace {
  padding: 0;
  margin: 0;
}

#today-jogai .list-todayrace li {
  display: flex;
  padding-right: 10px;
}

#today-jogai .list-todayrace li:last-child {
  padding-right: 0;
}

#today-jogai .list-todayrace li.hidden {
  display: none;
}

.list-todayrace li > p {
  margin-bottom: 0;
  font-size: 0.85em;
}

#todayrace::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/bg_todayrace_sp.svg) 10% 20%/auto 120% no-repeat;
}

@media (min-width: 992px) {
  #todayrace {
    padding: 24px 20px 20px 20px;
  }
  #todayrace::before {
    background: url(../images/home/bg_todayrace_pc.svg) 20% 10%/1248px 412px no-repeat;
  }
  .todayrace-info {
    flex-direction: column;
    align-items: center;
  }
  #today-date {
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
  }
  #todayrace .mB10 {
    margin-bottom: 0;
  }
}
#today-dokoto {
  font-size: 0.9em;
  width: 100%
}
/* グレードアイコン付きテキスト
--------------------------------------------------------- */
#todayrace .mark-f1::before,
#todayrace .mark-f2::before,
#todayrace .mark-g1::before,
#todayrace .mark-g2::before,
#todayrace .mark-g3::before,
#todayrace .mark-gp::before {
  display: none;
  content: "";
}

#todayrace .mark-f1 h4::before,
#todayrace .mark-f2 h4::before,
#todayrace .mark-g1 h4::before,
#todayrace .mark-g2 h4::before,
#todayrace .mark-g3 h4::before,
#todayrace .mark-gp h4::before {
  display: inline-block;
  width: 32px;
  height: 0;
  padding-top: 21px;
  overflow: hidden;
  vertical-align: bottom;
}

#todayrace .mark-f1 h4::before {
  content: "F1";
  background: url("../images/schedule/icon_f1.svg") left top/32px 21px no-repeat;
}

#todayrace .mark-f2 h4::before {
  content: "F2";
  background: url("../images/schedule/icon_f2.svg") left top/32px 21px no-repeat;
}

#todayrace .mark-g1 h4::before {
  content: "G1";
  background: url("../images/schedule/icon_g1.svg") left top/32px 21px no-repeat;
}

#todayrace .mark-g2 h4::before {
  content: "G2";
  background: url("../images/schedule/icon_g2.svg") left top/32px 21px no-repeat;
}

#todayrace .mark-g3 h4::before {
  content: "G3";
  background: url("../images/schedule/icon_g3.svg") left top/32px 21px no-repeat;
}

#todayrace .mark-gp h4::before {
  content: "グランプリ";
  background: url("../images/schedule/icon_gp.svg") left top/32px 21px no-repeat;
}

/* 本場・場外共通 開催時間／ガールズアイコン */
.mark-nighter,
.mark-midnight,
.mark-morning,
.mark-summertime,
.mark-girls {
  display: inline-block;
  width: 18px;
  height: 0;
  padding-top: 18px;
  overflow: hidden;
  vertical-align: middle;
}

.mark-nighter {
  background: url("../images/schedule/icon_nighter.png") 0 0 no-repeat;
}

.mark-midnight {
  background: url("../images/schedule/icon_midnight.png") 0 0 no-repeat;
}

.mark-morning {
  background: url("../images/schedule/icon_morning.png") 0 0 no-repeat;
}

.mark-summertime {
  background: url("../images/schedule/icon_summertime.png") 0 0 no-repeat;
}

.mark-girls {
  background: url("../images/schedule/icon_girls.png") 0 0 no-repeat;
}

#honjo-info-kaisai,
#honjo-info-cancel1,
#honjo-info-cancel2,
#honjo-info-cancel3 {
  display: none;
}

/* 本場開催モード */
.mode-kaisai #honjo-info-kaisai {
  display: block;
}

#honjo-info-kaisai,
#jogai-info-kaisai {
  position: absolute;
  top: -12px;
  right: -4px;
  width: 90px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  background: url("../images/home/balloon_today_status.svg") 0 0/90px 30px no-repeat;
}

.mode-kaisai #honjo-info,
.mode-kaisai #honjo-info-next {
  display: none;
}

/* 本場開催中止モード */
.mode-kaisai.mode-cancel1 #honjo-info-cancel1,
.mode-kaisai.mode-cancel2 #honjo-info-cancel2,
.mode-kaisai.mode-cancel3 #honjo-info-cancel3 {
  display: block;
  color: #e60012;
  margin-bottom: 0;
  padding-left: 8px;
}

.mode-kaisai.mode-cancel1 #honjo-info-kaisai,
.mode-kaisai.mode-cancel2 #honjo-info-kaisai,
.mode-kaisai.mode-cancel3 #honjo-info-kaisai,
.mode-kaisai.mode-cancel1 #countdown,
.mode-kaisai.mode-cancel2 #countdown,
.mode-kaisai.mode-cancel3 #countdown {
  display: none;
}

/* リンク先URLがない時の表示対応 */
.list-todayrace a[href=""] {
  pointer-events: none;
}

.list-todayrace a[href=""]::before,
.list-todayrace a[href=""]::after {
  display: none;
}

/* 凡例 */
#today-legend ul {
  padding-left: 0;
  margin-bottom: 0;
}

#today-legend li {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
}

#today-legend li img {
  width: 14px;
  margin-right: 5px;
}

/* 次回開催情報が未決定の時 */
.txt-nodata,
.no-nexthonjo #honjo-info-next,
.no-nexthonjo .list-todayrace,
.no-nextjogai #jogai-info-next {
  display: none;
}

.no-nexthonjo .txt-nodata,
.no-nextjogai .txt-nodata {
  display: block;
  font-weight: bold;
}

/* #nextRaceInfoArea 本場開催情報領域
+=========================================================+ */
#kaisaiInfoArea {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background: url("../images/home/bg_nextrace.jpg") 50% 50%/cover no-repeat;
}

#kaisaiInfoArea::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

#kaisaiInfoBox {
  position: relative;
  padding: 24px 12px 12px;
  background-color: #2e96d1;
  background-image: url("../images/bg_noize.png");
  border-radius: 8px;
}

#kaisaiInfoBox h2,
#kaisaiInfoBox h3 {
  padding: 0;
  margin-top: 0;
  font-size: 1em;
  font-weight: bold;
}

/* title-kaisai　開催タイトル
--------------------------------------------------------- */
.title-kaisai {
  background-color: transparent;
}

.title-kaisai span {
  text-align: left;
}

.title-kaisai span.date {
  font-size: 16px;
  background-color: transparent;
}

#titleRace.mark-f1::before,
#titleRace.mark-f2::before,
#titleRace.mark-g1::before,
#titleRace.mark-g2::before,
#titleRace.mark-g3::before,
#titleRace.mark-gp::before {
  width: 32px;
  padding-top: 21px;
  vertical-align: bottom;
  margin-right: 4px;
}

#titleRace.mark-f1::before {
  content: "F1";
  background: url("../images/schedule/icon_f1.svg") left center/32px 21px no-repeat;
}

#titleRace.mark-f2::before {
  content: "F2";
  background: url("../images/schedule/icon_f2.svg") left center/32px 21px no-repeat;
}

#titleRace.mark-g1::before {
  content: "G1";
  background: url("../images/schedule/icon_g1.svg") left center/32px 21px no-repeat;
}

#titleRace.mark-g2::before {
  background: url("../images/schedule/icon_g2.svg") left center/32px 21px no-repeat;
}

#titleRace.mark-g3::before {
  background: url("../images/schedule/icon_g3.svg") left center/32px 21px no-repeat;
}

#titleRace.mark-gp::before {
  background: url("../images/schedule/icon_gp.svg") left center/32px 21px no-repeat;
}

@media (min-width: 992px) {
  #kaisaiInfoBox {
    padding: 20px 24px;
  }
  #kaisaiInfoBox .inner {
    width: 50%;
  }
  #kaisaiInfoBox.no-outlook .inner {
    width: 100%;
  }
}
/* カウントダウン表示領域
--------------------------------------------------------- */
#countdown {
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 1;
  width: 260px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#countdown::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: #3b4952;
  transform: skewX(-30deg);
}

.mode-kaisai #countdown {
  font-size: 18px;
  color: #171717;
}

.mode-kaisai #countdown:has(.today-kaisai) {
  font-size: 32px;
}

.mode-kaisai #countdown::before {
  font-style: italic;
  background-color: transparent;
  background-image: linear-gradient(to right, #2ed158, #d1cd2e);
}

#countdown .text-count {
  font-size: 32px;
}

@media (min-width: 992px) {
  #countdown {
    right: -20px;
  }
}
/* レースプログラム～レース結果 ボタン領域
--------------------------------------------------------- */
.kaisai-btnlist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -4px 16px;
}

.kaisai-btnlist > li {
  width: 50%;
  padding: 4px;
}

@media (min-width: 992px) {
  #kaisaiInfoBox.no-outlook .kaisai-btnlist > li {
    width: 25%;
  }
}
.kaisai-btnlist a {
  position: relative;
  display: block;
  padding: 8px 18px 8px 8px;
  height: 100%;
  font-weight: bold;
  color: #171717;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  transition: 0.3s;
}

.kaisai-btnlist a::after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon_link_arrow_red.svg") 0 0/16px 16px no-repeat;
  transform: translateY(-50%);
}

.kaisai-btnlist a:hover {
  background-color: rgb(255, 255, 255);
}

/* シリーズ展望表示指定
--------------------------------------------------------- */
#viewArea {
  padding: 0 12px 8px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
}

.no-outlook #viewArea {
  display: none;
}

#viewArea h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid #b1b6ba;
}

#viewArea a.btn-viewarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: #d12d36;
  text-decoration: none;
  border: 0 none;
  font-size: 1.25em;
}

#viewArea a.btn-viewarea::after {
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon_link_arrow_red.svg") 0 0/16px 16px no-repeat;
}

.racerpic {
  margin-bottom: 16px;
}

.racerpic img {
  width: 100%;
  border: 1px solid #ddd;
}

.row.row-0 .racerinformation.col-md-8 {
  padding-left: 5px;
}

@media (min-width: 992px) {
  #viewArea {
    position: absolute;
    top: 4px;
    right: -48px;
    width: 50%;
    margin-top: 0;
  }
}
/* 専門紙PDFダウンロード表示指定
--------------------------------------------------------- */
#pdfDownloadArea {
  display: none;
}

#pdfDownloadArea .th-title {
  display: none;
}

/* 前検日・開催日当日指定 表示 */
.link-download #pdfDownloadArea {
  display: block;
}

#pdfDownloadArea .list-button a {
  color: #fff;
  background-color: #d12d36;
  border: none 0;
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
}

#pdfDownloadArea .list-button a:hover {
  background-color: #bc2831;
}

#pdfDownloadArea .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: transparent;
  box-shadow: none;
  color: #171717;
  font-size: 1em;
}

#pdfDownloadArea .accordion-button::after {
  width: 20px;
  height: 12px;
  background: url("../images/icon_arrow_accordion_down.svg") 0 0/20px 12px no-repeat;
}

.accordion-button-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 8px;
  flex-wrap: wrap;
}

.accordion-button-inner span {
  font-weight: bold;
}

.accordion-button-inner small {
  text-align: right;
}

.honjo-only {
  display: none;
}

@media (min-width: 992px) {
  .accordion-button-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
/* 開催日バージョン
--------------------------------------------------------- */
.mode-kaisai #kaisaiLayout {
  display: flex;
  flex-direction: column-reverse;
}

.mode-kaisai .honjo-only {
  display: block;
}

@media (min-width: 992px) {
  #kaisaiLayout {
    margin-top: -128px;
  }
  .mode-kaisai #kaisaiInfoArea {
    padding-top: 160px;
  }
  #kaisaiInfoBox {
    min-height: 502px;
  }
  #kaisaiInfoBox.no-outlook {
    min-height: auto;
  }
}
.mode-kaisai #kaisaiInfoBox {
  background-color: transparent;
  background-image: url("../images/bg_noize.png"), linear-gradient(to right, rgba(209, 45, 54, 0.9), rgba(209, 205, 46, 0.9));
  border: 1px solid #d1cd2e;
}

.mode-kaisai.mode-cancel1 #kaisaiInfoBox::after {
  position: absolute;
  top: -16px;
  right: -20px;
  display: block;
  width: 140px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  content: "中止・順延";
  background: url("../images/home/icon_todayrace_cancel1.png") top left no-repeat;
}

.mode-kaisai.mode-cancel2 #kaisaiInfoBox::after {
  position: absolute;
  top: -16px;
  right: -20px;
  display: block;
  width: 140px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  content: "開催中止";
  background: url("../images/home/icon_todayrace_cancel2.png") top left no-repeat;
}

.mode-kaisai.mode-cancel3 #kaisaiInfoBox::after {
  position: absolute;
  top: -16px;
  right: -20px;
  display: block;
  width: 140px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  content: "発売中止";
  background: url("../images/home/icon_todayrace_cancel3.png") top left no-repeat;
}

.mode-kaisai #kaisaiInfoBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/bg_todayrace_sp.svg) -60px 0/cover no-repeat;
  mix-blend-mode: overlay;
  overflow: hidden;
}

@media (min-width: 992px) {
  .mode-kaisai #kaisaiInfoBox::before {
    background: url(../images/home/bg_todayrace_pc.svg) -60px 0/cover no-repeat;
  }
}
.articleTitle {
  font-size: 1.25em;
  font-weight: bold;
}

.articleProf {
  font-weight: bold;
}

.rowNetralizer {
  padding: 15px 5px;
}

.racerCol {
  width: 28%;
}

/* 次回開催日未決定バージョン
--------------------------------------------------------- */
.no-nexthonjo .kaisai-btnlist a {
  pointer-events: none;
  opacity: 0.5;
}

.no-nexthonjo .kaisai-btnlist a::after {
  content: none;
}

#kaisaiInfoBox .txt-nodata {
  display: none;
}

#kaisaiInfoBox.no-nexthonjo .txt-nodata {
  display: block;
  font-size: 1.5em;
  color: #fff;
}

#kaisaiInfoBox.no-nexthonjo h2 {
  display: none;
}

@media (min-width: 992px) {
  #kaisaiInfoBox.no-nexthonjo {
    min-height: auto;
  }
  #kaisaiInfoBox.no-nexthonjo .inner {
    width: 100%;
  }
  #kaisaiInfoBox.no-nexthonjo .kaisai-btnlist > li {
    width: 25%;
  }
  #kaisaiInfoBox.no-nexthonjo #pdfDownloadArea,
  #kaisaiInfoBox.no-nexthonjo #viewArea {
    display: none;
  }
}
/* #racerArea　選手情報表示領域
+=========================================================+ */
#racerArea {
  position: relative;
}

#racerArea .contents {
  padding: 0 !important;
}

#racerArea > div {
  padding: 30px 15px 20px;
  margin: 0 10px;
  border-radius: 8px;
}

#raceArea .link-items {
  padding: 3rem 0;
  background: url("../images/bg_noize.png") #eff0f1;
  border-radius: 8px;
}

#racerArea::before {
  position: absolute;
  top: -14px;
  width: 100%;
  height: 14px;
  content: "";
  background-size: 30px 30px;
}

#racerArea .head-border::before {
  background-color: #000;
}

#racerArea .head-border::after {
  background-color: #000;
}

@media (min-width: 992px) {
  #racerArea > div {
    padding: 50px 15px 40px;
  }
  .contents .row {
    padding-top: 20px;
  }
}
/* #movieArea　競輪動画情報表示領域
+=========================================================+ */
#movieArea {
  position: relative;
  padding: 3rem 0;
  color: #fff;
  background: url("../images/bg_noize.png") #3b4952;
}

#movieArea .container {
  padding: 0 60px;
}

#movieArea::before {
  position: absolute;
  top: -14px;
  width: 100%;
  height: 14px;
  content: "";
  background-size: 30px 30px;
}

#movieArea a.btn-white {
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
}

@media (min-width: 992px) {
  #movieArea .container {
    padding: 0;
  }
  #movieArea a.btn-white {
    margin: 0;
  }
}
/* #keiringuideArea　初心者競輪ガイド表示領域
+=========================================================+ */
#keiringuideArea {
  color: #fff;
  background-color: #0c8236;
}

/* #accessArea　初心者競輪ガイド表示領域
+=========================================================+ */
#accessArea {
  color: #fff;
  background-color: #c22600;
}

/* #guideArea　アクセス・マップ表示領域
+=========================================================+ */
#guideArea {
  padding-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

#guideArea .btn-access {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  content: "";
  background: url("../images/home/pic_guide.jpg") 50% 50%/cover no-repeat rgba(59, 73, 82, 0.5);
  background-blend-mode: multiply;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
}

#guideArea .btn-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  color: #fff;
  text-decoration: none;
  content: "";
  background: url("../images/home/pic_access.jpg") 50% 50%/cover no-repeat rgba(59, 73, 82, 0.5);
  background-blend-mode: multiply;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
}

#guideArea .text-en {
  font-size: 20px;
}

#guideArea .text-jp {
  font-size: 16px;
}

#guideArea .btn-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#guideArea .btn-access:hover, #guideArea .btn-guide:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  #guideArea {
    padding: 0 0 45px;
  }
  #guideArea .container {
    display: flex;
  }
  #guideArea .btn-access {
    border-radius: 8px 0 0 8px;
    box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
  }
  #guideArea .btn-guide {
    border-radius: 0 8px 8px 0;
    box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
  }
}
/* LinkArea リンク領域
+=========================================================+ */
#LinkArea {
  margin: 60px auto;
}

#LinkArea .bg-lightgray {
  border-radius: 8px;
}

#LinkArea .img-responsive {
  display: inline;
}

#LinkArea table {
  width: 100%;
}

#LinkArea table td {
  padding: 10px;
  text-align: center;
  vertical-align: top;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

#LinkArea table td:first-child {
  border-left: none;
}

#LinkArea table td ul li {
  padding-bottom: 5px;
}

#LinkArea .link-items {
  padding: 30px 15px 20px;
}

.banna-area {
  padding: 15px;
  border-top: solid 2px #fff;
}

.list-bannar {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -4px;
}

.list-bannar {
  justify-content: center;
}

.list-bannar li {
  flex: 0 0 auto;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 10px;
  text-align: center;
}

/* タブレット */
@media (min-width: 992px) {
  #LinkArea .link-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .list-bannar {
    justify-content: center;
  }
  .list-bannar li {
    width: 14.285%;
  }
  .list-bannar li img {
    max-width: 100%;
  }
}
/* スマホ版table縦並び指定 */
@media (max-width: 544px) {
  #LinkArea table,
  #LinkArea table tbody,
  #LinkArea tr,
  #LinkArea table td {
    display: block;
  }
  #LinkArea table td {
    border-left: 0;
  }
}
/* Facebook PagePlugin表示領域 */
.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

.pcicon {
  width: 100%;
  height: 50px;
  border: 1px solid;
}

/* #emergency 緊急メッセージ表示領域
+=========================================================+ */
/* #emergencyArea {
  display:none;
} */
#emergencyArea,
#emergency02 {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.25em;
  text-align: center;
  background: #deb425;
}

#emergencyArea h2::before,
#emergencyArea02 h2::before {
  display: block;
  width: 36px;
  height: 32px;
  margin: 0 auto 16px auto;
  content: "";
  background: url("../images/home/icon_emergency.svg") no-repeat top center;
}

#emergencyArea h2,
#emergencyArea02 h2 {
  font-size: 1.125em;
  font-weight: bold;
}

.fixed-top {
  position: sticky;
}

/* .contetns
+=========================================================+ */
.contents {
  padding: 60px 0;
}

.contents h2 {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .contents h2 {
    font-size: 2em;
    text-align: center;
  }
}
/* PCとスマホ改行
+=========================================================+ */
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 2020/11/20 Bootstrap3 高さ合わせ指定
+=========================================================+ */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/* .btn-red 赤背景ボタン
--------------------------------------------------------- */
a.btn-red {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 10px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #c22600;
  border-radius: 4px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}

a.btn-red:hover {
  background-color: #a7242c;
}

/* .btn-white 赤背景ボタン
--------------------------------------------------------- */
a.btn-white {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.2em;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}

a.btn-white img {
  max-width: 100%;
  margin: 0 auto;
}

/* ボタンパネル
+=========================================================+ */
.btn-panel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #171717;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
  transition: 0.3s;
}

.btn-panel:hover {
  opacity: 0.8;
}

.panel-photo {
  position: relative;
  width: 100px;
  height: 100%;
  min-height: 68px;
  overflow: hidden;
}

.btn-panel img {
  position: absolute;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.link-text-area {
  width: calc(100% - 100px);
  padding: 8px 0 8px 8px;
}

.link-title {
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: bold;
  color: #d12d36;
}

.link-text {
  margin-bottom: 0;
  padding-right: 24px;
  font-size: 0.8em;
}

.btn-panel::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/icon_link_arrow_red.svg") 0 0/cover no-repeat;
}

/* タブレット */
@media (min-width: 992px) {
  .panel-photo {
    position: relative;
    width: 160px;
    min-height: 110px;
    overflow: hidden;
  }
  .btn-panel::after {
    right: 8px;
    bottom: 8px;
    width: 24px;
    height: 24px;
  }
  .link-text-area {
    width: calc(100% - 160px);
  }
  .link-title {
    margin-bottom: 5px;
  }
  .link-text {
    padding-right: 28px;
  }
}
/* 見出し(線つき)
+=========================================================+ */
.head-border {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-border::before,
.head-border::after {
  width: 24px;
  height: 1px;
  content: "";
  background: #fff;
}

.head-border::before {
  margin-right: 8px;
}

.head-border::after {
  margin-left: 8px;
}

.contents h2 {
  margin-bottom: 35px;
  line-height: 0.5;
  text-align: center;
}

/* タブレット */
@media (min-width: 992px) {
  .head-border::before,
  .head-border::after {
    width: 70px;
    height: 2px;
    content: "";
  }
}
/* 赤ボタン
+=========================================================+ */
a.btn-red {
  background: #d12d36;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0.5px rgba(9, 9, 11, 0.3);
}

a.btn-red::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
  background: url("../images/icon_link_arrow_white.svg") 0 0/24px 24px no-repeat;
}

.contents .row {
  display: flex;
  justify-content: center;
}

/* 投票メニュー開催モード
+=========================================================+ */
.mode-kaisai #floatingNaviTohyo {
  background: rgba(209, 45, 54, 0.8);
}

.mode-kaisai .btn-toggle-tohyo,
.mode-kaisai #floatingNaviTohyo.active::before {
  background-color: #d12d32;
}

.mode-kaisai .btn-top {
  background-color: #2c3e50;
}