@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@font-face {
  font-family: "Noto Sans CJK Bold";
  src: url("https://cdn.jsdelivr.net/npm/noto-sans-cjk-jp@1.0.1/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

:root {
  --scrollVar: 0px;
  --basePixel: calc(((100vw - var(--scrollVar)) / 750px) * 1px);
  scroll-behavior: smooth;
  scroll-padding: 60px;
}
@media (min-width: 1024px) {
  :root {
    --scrollVar: 15px;
    --basePixel: min(1px, calc(((100vw - var(--scrollVar)) / 1200px) * 1px));
  }
}

.f-cjk {
  font-family: "Noto Sans CJK Bold", sans-serif;
}

.l-main {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-index__title {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .p-index__title {
    padding: 0;
  }
}
.p-index__title img,
.p-index__title picture {
  display: block;
  width: 100%;
}

.fc_red {
  color: #e82e2e;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#sec01 {
  padding-top: calc(80 * var(--basePixel));
  padding-bottom: calc(100 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec01 {
    padding-top: calc(50 * var(--basePixel));
    padding-bottom: calc(60 * var(--basePixel));
  }
}
#sec01.under {
  padding-top: calc(110 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec01.under {
    padding-top: calc(80 * var(--basePixel));
  }
}
@media (min-width: 1024px) {
  #sec01 .right {
    width: 50%;
    padding-left: calc(30 * var(--basePixel));
  }
}
#sec01 .kigen {
  text-align: center;
  border: 2px #e82e2e solid;
  border-radius: calc(20 * var(--basePixel));
  padding-bottom: calc(40 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec01 .kigen {
    width: 50%;
  }
}
#sec01 .kigen h2 {
  color: #ffffff;
  line-height: 1;
  background-color: #e82e2e;
  border-radius: calc(6 * var(--basePixel));
  font-size: calc(28 * var(--basePixel));
  width: calc(390 * var(--basePixel));
  height: calc(56 * var(--basePixel));
  text-align: center;
  align-content: center;
  margin-top: calc(-28 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
@media (min-width: 1024px) {
  #sec01 .kigen h2 {
    font-size: calc(18 * var(--basePixel));
    width: calc(230 * var(--basePixel));
    height: calc(40 * var(--basePixel));
    margin-top: calc(-20 * var(--basePixel));
  }
}
#sec01 .kigen .keihin_btn {
  background-color: #e82e2e;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(36 * var(--basePixel));
  width: calc(610 * var(--basePixel));
  height: calc(120 * var(--basePixel));
  text-align: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(30 * var(--basePixel));
  border-radius: 1000px;
  position: relative;
}
@media (min-width: 1024px) {
  #sec01 .kigen .keihin_btn {
    font-size: calc(26 * var(--basePixel));
    width: calc(430 * var(--basePixel));
    height: calc(80 * var(--basePixel));
    padding-bottom: calc(6 * var(--basePixel));
  }
}
#sec01 .kigen .keihin_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1000px;
  box-shadow: inset 0px calc(-8 * var(--basePixel)) 0 rgba(35, 24, 21, 0.3);
  mix-blend-mode: multiply;
}
@media (min-width: 1024px) {
  #sec01 .kigen .keihin_btn:hover {
    background-color: #b62323;
  }
  #sec01 .kigen .keihin_btn:hover:before {
    box-shadow: none;
  }
}
#sec01 a.text_link {
  color: #00953c;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  #sec01 .d-md-flex {
    align-items: flex-end;
  }
}
#sec01 .graybox {
  background-color: #f0f0f0;
  border-radius: calc(20 * var(--basePixel));
  color: #e82e2e;
  font-size: calc(24 * var(--basePixel));
  line-height: 1.6;
  padding: calc(30 * var(--basePixel)) calc(40 * var(--basePixel));
  margin-top: calc(30 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec01 .graybox {
    font-size: calc(14 * var(--basePixel));
    padding: calc(15 * var(--basePixel));
    margin-top: calc(10 * var(--basePixel));
  }
}
#sec01 .point_btn {
  margin-left: auto;
  margin-right: auto;
  width: calc(610 * var(--basePixel));
  height: calc(100 * var(--basePixel));
  border: calc(4 * var(--basePixel)) #00953c solid;
  border-radius: 1000px;
  text-align: center;
  align-content: center;
  color: #00953c;
  font-size: calc(28 * var(--basePixel));
  font-weight: 700;
  margin-top: calc(40 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec01 .point_btn {
    font-size: calc(18 * var(--basePixel));
    width: calc(410 * var(--basePixel));
    height: calc(60 * var(--basePixel));
    border: 2px #00953c solid;
    margin-top: calc(30 * var(--basePixel));
  }
}
@media (min-width: 1024px) {
  #sec01 .point_btn:hover {
    background-color: #00953c;
    color: #ffffff;
  }
}

#sec02keiba,
#sec02keirin,
#sec02auto,
#sec02loto {
  border-radius: calc(60 * var(--basePixel));
  padding-top: calc(100 * var(--basePixel));
  padding-bottom: calc(100 * var(--basePixel));
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
}
#sec02keiba {
  background-color: #e4ffe4;
}
#sec02keirin {
  background-color: #e4f0ff;
}
#sec02auto {
  background-color: #ffe4fd;
}
#sec02loto {
  background-color: #ffe4e4;
}
@media (min-width: 1024px) {
  #sec02keiba,
  #sec02keirin,
  #sec02auto,
  #sec02loto {
    border-radius: calc(30 * var(--basePixel));
    padding-top: calc(60 * var(--basePixel));
    padding-bottom: calc(60 * var(--basePixel));
  }
}
#sec02keiba .scroll_box,
#sec02keirin .scroll_box,
#sec02auto .scroll_box,
#sec02loto .scroll_box {
  width: 100%;
  overflow-y: scroll;
  height: 400px;
}
@media (min-width: 1024px) {
  #sec02keiba .scroll_box,
  #sec02keirin .scroll_box,
  #sec02auto .scroll_box,
  #sec02loto .scroll_box {
    height: 350px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  #sec02keiba .container,
  #sec02keirin .container,
  #sec02auto .container,
  #sec02loto .container {
    padding-left: calc(30 * var(--basePixel));
    padding-right: calc(30 * var(--basePixel));
  }
}
#sec02keiba h2,
#sec02keirin h2,
#sec02auto h2,
#sec02loto h2 {
  width: 100%;
  height: calc(90 * var(--basePixel));
  border-radius: calc(10 * var(--basePixel));
  background-color: #00953c;
  color: #ffffff;
  font-size: calc(32 * var(--basePixel));
  font-weight: 700;
  text-align: center;
  align-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #sec02keiba h2,
  #sec02keirin h2,
  #sec02auto h2,
  #sec02loto h2 {
    height: calc(50 * var(--basePixel));
    font-size: calc(20 * var(--basePixel));
  }
}
#sec02keiba h2:before,
#sec02keirin h2:before,
#sec02auto h2:before,
#sec02loto h2:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #00953c;
  border-bottom: 0;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  #sec02keiba h2:before,
  #sec02keirin h2:before,
  #sec02auto h2:before,
  #sec02loto h2:before {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 10px solid #00953c;
    bottom: -10px;
  }
}
#sec02keiba .bg_white,
#sec02keirin .bg_white,
#sec02auto .bg_white,
#sec02loto .bg_white {
  background-color: #ffffff;
  border-radius: calc(10 * var(--basePixel));
  padding: calc(40 * var(--basePixel)) calc(20 * var(--basePixel));
  box-shadow: 6.428px 7.66px 20px 0px rgba(35, 24, 21, 0.15);
  width: 100%;
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white,
  #sec02keirin .bg_white,
  #sec02auto .bg_white,
  #sec02loto .bg_white {
    padding: calc(15 * var(--basePixel)) calc(30 * var(--basePixel));
  }
}
#sec02keiba .bg_white .top,
#sec02keirin .bg_white .top,
#sec02auto .bg_white .top,
#sec02loto .bg_white .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec02keiba .bg_white .top .btn_block,
#sec02keirin .bg_white .top .btn_block,
#sec02auto .bg_white .top .btn_block,
#sec02loto .bg_white .top .btn_block {
  width: calc(380 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white .top .btn_block,
  #sec02keirin .bg_white .top .btn_block,
  #sec02auto .bg_white .top .btn_block,
  #sec02loto .bg_white .top .btn_block {
    width: calc(275 * var(--basePixel));
  }
}
#sec02keiba .bg_white .top .btn_block ul,
#sec02keirin .bg_white .top .btn_block ul,
#sec02auto .bg_white .top .btn_block ul,
#sec02loto .bg_white .top .btn_block ul {
  display: flex;
  justify-content: space-between;
}
#sec02keiba .bg_white .top .btn_block ul li,
#sec02keirin .bg_white .top .btn_block ul li,
#sec02auto .bg_white .top .btn_block ul li,
#sec02loto .bg_white .top .btn_block ul li {
  display: inline-block;
}
#sec02keiba .bg_white .icon,
#sec02keirin .bg_white .icon,
#sec02auto .bg_white .icon,
#sec02loto .bg_white .icon {
  width: calc(193 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white .icon,
  #sec02keirin .bg_white .icon,
  #sec02auto .bg_white .icon,
  #sec02loto .bg_white .icon {
    width: calc(141 * var(--basePixel));
  }
}
#sec02keiba .bg_white .jouken_btn,
#sec02keirin .bg_white .jouken_btn,
#sec02auto .bg_white .jouken_btn,
#sec02loto .bg_white .jouken_btn {
  display: inline-block;
  background-color: #a0a0a0;
  border-radius: 1000px;
  color: #ffffff;
  width: calc(160 * var(--basePixel));
  height: calc(80 * var(--basePixel));
  text-align: center;
  align-content: center;
  font-weight: 700;
  font-size: calc(26 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white .jouken_btn,
  #sec02keirin .bg_white .jouken_btn,
  #sec02auto .bg_white .jouken_btn,
  #sec02loto .bg_white .jouken_btn {
    width: calc(106 * var(--basePixel));
    height: calc(40 * var(--basePixel));
    font-size: calc(16 * var(--basePixel));
  }
  #sec02keiba .bg_white .jouken_btn:hover,
  #sec02keirin .bg_white .jouken_btn:hover,
  #sec02auto .bg_white .jouken_btn:hover,
  #sec02loto .bg_white .jouken_btn:hover {
    background-color: #565656;
  }
}
#sec02keiba .bg_white .vote_btn,
#sec02keirin .bg_white .vote_btn,
#sec02auto .bg_white .vote_btn,
#sec02loto .bg_white .vote_btn {
  display: inline-block;
  background-color: #e82e2e;
  border-radius: 1000px;
  color: #ffffff;
  width: calc(199 * var(--basePixel));
  height: calc(80 * var(--basePixel));
  text-align: center;
  align-content: center;
  font-weight: 700;
  font-size: calc(32 * var(--basePixel));
  box-shadow: inset 0px calc(-6 * var(--basePixel)) 0px 0px rgba(35, 24, 21, 0.3);
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white .vote_btn,
  #sec02keirin .bg_white .vote_btn,
  #sec02auto .bg_white .vote_btn,
  #sec02loto .bg_white .vote_btn {
    width: calc(159 * var(--basePixel));
    height: calc(40 * var(--basePixel));
    font-size: calc(18 * var(--basePixel));
    box-shadow: inset 0px calc(-4 * var(--basePixel)) 0px 0px rgba(35, 24, 21, 0.3);
  }
  #sec02keiba .bg_white .vote_btn:hover,
  #sec02keirin .bg_white .vote_btn:hover,
  #sec02auto .bg_white .vote_btn:hover,
  #sec02loto .bg_white .vote_btn:hover {
    background-color: #b62323;
    box-shadow: none;
  }
}
#sec02keiba .bg_white table,
#sec02keirin .bg_white table,
#sec02auto .bg_white table,
#sec02loto .bg_white table {
  width: calc(100% + 4 * var(--basePixel));
  margin-left: calc(-2 * var(--basePixel));
  margin-right: calc(-2 * var(--basePixel));
  border-collapse: separate;
  border-spacing: calc(2 * var(--basePixel));
  margin-top: calc(30 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table,
  #sec02keirin .bg_white table,
  #sec02auto .bg_white table,
  #sec02loto .bg_white table {
    margin-top: calc(15 * var(--basePixel));
  }
}
#sec02keiba .bg_white table th,
#sec02keirin .bg_white table th,
#sec02auto .bg_white table th,
#sec02loto .bg_white table th {
  width: calc(160 * var(--basePixel));
  height: calc(70 * var(--basePixel));
  position: relative;
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table th,
  #sec02keirin .bg_white table th,
  #sec02auto .bg_white table th,
  #sec02loto .bg_white table th {
    width: calc(300 * var(--basePixel));
    height: calc(56 * var(--basePixel));
  }
}
#sec02keiba .bg_white table th:nth-of-type(2),
#sec02keirin .bg_white table th:nth-of-type(2),
#sec02auto .bg_white table th:nth-of-type(2),
#sec02loto .bg_white table th:nth-of-type(2) {
  width: calc(356 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table th:nth-of-type(2),
  #sec02keirin .bg_white table th:nth-of-type(2),
  #sec02auto .bg_white table th:nth-of-type(2),
  #sec02loto .bg_white table th:nth-of-type(2) {
    width: calc(300 * var(--basePixel));
  }
}
#sec02keiba .bg_white table th:nth-of-type(3),
#sec02keirin .bg_white table th:nth-of-type(3),
#sec02auto .bg_white table th:nth-of-type(3),
#sec02loto .bg_white table th:nth-of-type(3) {
  width: calc(130 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table th:nth-of-type(3),
  #sec02keirin .bg_white table th:nth-of-type(3),
  #sec02auto .bg_white table th:nth-of-type(3),
  #sec02loto .bg_white table th:nth-of-type(3) {
    width: calc(300 * var(--basePixel));
  }
}
#sec02keiba .bg_white table th > div,
#sec02keirin .bg_white table th > div,
#sec02auto .bg_white table th > div,
#sec02loto .bg_white table th > div {
  position: absolute;
  background-color: #94ce30;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: calc(10 * var(--basePixel));
  text-align: center;
  align-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(26 * var(--basePixel));
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table th > div,
  #sec02keirin .bg_white table th > div,
  #sec02auto .bg_white table th > div,
  #sec02loto .bg_white table th > div {
    font-size: calc(15.62 * var(--basePixel));
  }
}
#sec02keiba .bg_white table td,
#sec02keirin .bg_white table td,
#sec02auto .bg_white table td,
#sec02loto .bg_white table td {
  height: calc(70 * var(--basePixel));
  position: relative;
}
#sec02keiba .bg_white table td > div,
#sec02keirin .bg_white table td > div,
#sec02auto .bg_white table td > div,
#sec02loto .bg_white table td > div {
  background-color: rgba(148, 206, 48, 0.1);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: calc(10 * var(--basePixel));
  text-align: center;
  align-content: center;
  color: #000000;
  font-size: calc(26 * var(--basePixel));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table td > div,
  #sec02keirin .bg_white table td > div,
  #sec02auto .bg_white table td > div,
  #sec02loto .bg_white table td > div {
    font-size: calc(15.62 * var(--basePixel));
  }
}
#sec02keiba .bg_white table td > div span,
#sec02keirin .bg_white table td > div span,
#sec02auto .bg_white table td > div span,
#sec02loto .bg_white table td > div span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #8ec31f;
  font-size: calc(56 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white table td > div span,
  #sec02keirin .bg_white table td > div span,
  #sec02auto .bg_white table td > div span,
  #sec02loto .bg_white table td > div span {
    font-size: calc(43.26 * var(--basePixel));
  }
}
#sec02keiba .bg_white table td > div.max span,
#sec02keirin .bg_white table td > div.max span,
#sec02auto .bg_white table td > div.max span,
#sec02loto .bg_white table td > div.max span {
  padding-left: calc(30 * var(--basePixel));
  position: relative;
}
#sec02keiba .bg_white table td > div.max span:before,
#sec02keirin .bg_white table td > div.max span:before,
#sec02auto .bg_white table td > div.max span:before,
#sec02loto .bg_white table td > div.max span:before {
  position: absolute;
  content: "";
  width: calc(23 * var(--basePixel));
  height: calc(44 * var(--basePixel));
  background: url(../images/icon_max.png) no-repeat 0 0 / contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sec02keiba .bg_white.keirin .icon,
#sec02keirin .bg_white.keirin .icon,
#sec02auto .bg_white.keirin .icon,
#sec02loto .bg_white.keirin .icon {
  width: calc(198 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white.keirin .icon,
  #sec02keirin .bg_white.keirin .icon,
  #sec02auto .bg_white.keirin .icon,
  #sec02loto .bg_white.keirin .icon {
    width: calc(144 * var(--basePixel));
  }
}
#sec02keiba .bg_white.keirin table th > div,
#sec02keirin .bg_white.keirin table th > div,
#sec02auto .bg_white.keirin table th > div,
#sec02loto .bg_white.keirin table th > div {
  background-color: #0069b9;
}
#sec02keiba .bg_white.keirin table td > div,
#sec02keirin .bg_white.keirin table td > div,
#sec02auto .bg_white.keirin table td > div,
#sec02loto .bg_white.keirin table td > div {
  background-color: rgba(0, 105, 185, 0.1);
}
#sec02keiba .bg_white.keirin table td > div span,
#sec02keirin .bg_white.keirin table td > div span,
#sec02auto .bg_white.keirin table td > div span,
#sec02loto .bg_white.keirin table td > div span {
  color: #0069b9;
}
#sec02keiba .bg_white.auto_race .icon,
#sec02keirin .bg_white.auto_race .icon,
#sec02auto .bg_white.auto_race .icon,
#sec02loto .bg_white.auto_race .icon {
  width: calc(255 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white.auto_race .icon,
  #sec02keirin .bg_white.auto_race .icon,
  #sec02auto .bg_white.auto_race .icon,
  #sec02loto .bg_white.auto_race .icon {
    width: calc(185 * var(--basePixel));
  }
}
#sec02keiba .bg_white.auto_race table th > div,
#sec02keirin .bg_white.auto_race table th > div,
#sec02auto .bg_white.auto_race table th > div,
#sec02loto .bg_white.auto_race table th > div {
  background-color: #a50064;
}
#sec02keiba .bg_white.auto_race table td > div,
#sec02keirin .bg_white.auto_race table td > div,
#sec02auto .bg_white.auto_race table td > div,
#sec02loto .bg_white.auto_race table td > div {
  background-color: rgba(165, 0, 100, 0.1);
}
#sec02keiba .bg_white.auto_race table td > div span,
#sec02keirin .bg_white.auto_race table td > div span,
#sec02auto .bg_white.auto_race table td > div span,
#sec02loto .bg_white.auto_race table td > div span {
  color: #a50064;
}
#sec02keiba .bg_white.loto .icon,
#sec02keirin .bg_white.loto .icon,
#sec02auto .bg_white.loto .icon,
#sec02loto .bg_white.loto .icon {
  width: calc(194 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec02keiba .bg_white.loto .icon,
  #sec02keirin .bg_white.loto .icon,
  #sec02auto .bg_white.loto .icon,
  #sec02loto .bg_white.loto .icon {
    width: calc(185 * var(--basePixel));
  }
}
#sec02keiba .bg_white.loto table th,
#sec02keirin .bg_white.loto table th,
#sec02auto .bg_white.loto table th,
#sec02loto .bg_white.loto table th {
  width: calc(210 * var(--basePixel));
}
#sec02keiba .bg_white.loto table th:nth-of-type(2),
#sec02keirin .bg_white.loto table th:nth-of-type(2),
#sec02auto .bg_white.loto table th:nth-of-type(2),
#sec02loto .bg_white.loto table th:nth-of-type(2) {
  width: calc(174 * var(--basePixel));
}
#sec02keiba .bg_white.loto table th:nth-of-type(3),
#sec02keirin .bg_white.loto table th:nth-of-type(3),
#sec02auto .bg_white.loto table th:nth-of-type(3),
#sec02loto .bg_white.loto table th:nth-of-type(3) {
  width: calc(130 * var(--basePixel));
}
#sec02keiba .bg_white.loto table th:nth-of-type(4),
#sec02keirin .bg_white.loto table th:nth-of-type(4),
#sec02auto .bg_white.loto table th:nth-of-type(4),
#sec02loto .bg_white.loto table th:nth-of-type(4) {
  width: calc(130 * var(--basePixel));
}
#sec02keiba .bg_white.loto table th > div,
#sec02keirin .bg_white.loto table th > div,
#sec02auto .bg_white.loto table th > div,
#sec02loto .bg_white.loto table th > div {
  background-color: #ff0000;
}
#sec02keiba .bg_white.loto table td > div,
#sec02keirin .bg_white.loto table td > div,
#sec02auto .bg_white.loto table td > div,
#sec02loto .bg_white.loto table td > div {
  background-color: rgba(255, 0, 0, 0.1);
}
#sec02keiba .bg_white.loto table td > div span,
#sec02keirin .bg_white.loto table td > div span,
#sec02auto .bg_white.loto table td > div span,
#sec02loto .bg_white.loto table td > div span {
  color: #ff0000;
}
#sec02keiba .bg_white.loto table td table,
#sec02keirin .bg_white.loto table td table,
#sec02auto .bg_white.loto table td table,
#sec02loto .bg_white.loto table td table {
  width: 100%;
  height: calc(100% + 4 * var(--basePixel));
  margin: calc(-2 * var(--basePixel)) 0;
  height: calc(90 * var(--basePixel));
  border-collapse: separate;
  border-spacing: calc(2 * var(--basePixel));
  margin-top: 0;
}
#sec02keiba .bg_white.loto table td table td,
#sec02keirin .bg_white.loto table td table td,
#sec02auto .bg_white.loto table td table td,
#sec02loto .bg_white.loto table td table td {
  width: 100%;
  height: calc(44 * var(--basePixel));
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: calc(10 * var(--basePixel));
  text-align: center;
  vertical-align: middle;
}

#sec03 {
  padding: calc(100 * var(--basePixel)) 0 0;
}
@media (min-width: 1024px) {
  #sec03 {
    padding: calc(60 * var(--basePixel)) 0 0;
  }
}
#sec03 .d-md-flex {
  justify-content: space-between;
  gap: calc(30 * var(--basePixel));
}
#sec03 .expl_box {
  width: calc(610 * var(--basePixel));
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #sec03 .expl_box {
    width: calc((100% - 30 * var(--basePixel)) / 2);
  }
}
#sec03 .expl_box dt {
  border-top: 1px solid #efb200;
  border-left: 1px solid #efb200;
  border-right: 1px solid #efb200;
  border-radius: calc(10 * var(--basePixel)) calc(10 * var(--basePixel)) 0 0;
  background-color: #efb200;
  text-align: center;
  align-content: center;
  width: 100%;
  height: calc(70 * var(--basePixel));
  font-size: calc(30 * var(--basePixel));
  font-weight: 700;
}
@media (min-width: 1024px) {
  #sec03 .expl_box dt {
    height: calc(50 * var(--basePixel));
    font-size: calc(20 * var(--basePixel));
  }
}
#sec03 .expl_box dt span {
  padding: 0 calc(22 * var(--basePixel));
  position: relative;
}
#sec03 .expl_box dt span:before {
  position: absolute;
  content: "";
  width: calc(20 * var(--basePixel));
  height: 70%;
  background-color: #000000;
  clip-path: polygon(0 0, 30% 0, 100% 100%);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sec03 .expl_box dt span::after {
  position: absolute;
  content: "";
  width: calc(20 * var(--basePixel));
  height: 70%;
  background-color: #000000;
  clip-path: polygon(70% 0, 100% 0, 0 100%);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sec03 .expl_box dd {
  border-bottom: 1px solid #efb200;
  border-left: 1px solid #efb200;
  border-right: 1px solid #efb200;
  border-radius: 0 0 calc(10 * var(--basePixel)) calc(10 * var(--basePixel));
  padding: calc(30 * var(--basePixel)) calc(35 * var(--basePixel));
  font-size: calc(26 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec03 .expl_box dd {
    padding: calc(15 * var(--basePixel)) calc(25 * var(--basePixel));
    font-size: calc(16 * var(--basePixel));
    height: calc(100% - 50 * var(--basePixel));
  }
}
#sec03 .expl_box dd .text_link {
  color: #00953c;
  font-weight: 700;
  text-decoration: underline;
}
#sec03 .btn {
  margin-left: auto;
  margin-right: auto;
  width: calc(610 * var(--basePixel));
  height: calc(100 * var(--basePixel));
  border: calc(4 * var(--basePixel)) #00953c solid;
  border-radius: 1000px;
  text-align: center;
  align-content: center;
  color: #00953c;
  font-size: calc(28 * var(--basePixel));
  font-weight: 700;
  margin-top: calc(40 * var(--basePixel));
  display: block;
}
@media (min-width: 1024px) {
  #sec03 .btn {
    font-size: calc(18 * var(--basePixel));
    width: calc(410 * var(--basePixel));
    height: calc(60 * var(--basePixel));
    border: 2px #00953c solid;
    margin-top: calc(30 * var(--basePixel));
  }
  #sec03 .btn:hover {
    background-color: #00953c;
    color: #ffffff;
  }
}
#sec03 .navi {
  width: 100%;
  margin-top: calc(50 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec03 .navi {
    margin-top: calc(60 * var(--basePixel));
  }
}
#sec03 .navi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(20 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec03 .navi ul {
    flex-wrap: nowrap;
    gap: calc(20 * var(--basePixel));
  }
}
#sec03 .navi ul li {
  width: calc((100% - 20 * var(--basePixel)) / 2);
  height: calc(80 * var(--basePixel));
}
@media (min-width: 1024px) {
  #sec03 .navi ul li {
    width: calc((100% - 60 * var(--basePixel)) / 4);
    height: calc(50 * var(--basePixel));
  }
}
#sec03 .navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
  border-radius: 1000px;
  color: #ffffff;
  font-size: calc(26 * var(--basePixel));
  text-align: center;
  align-content: center;
}
@media (min-width: 1024px) {
  #sec03 .navi ul li a {
    font-size: calc(16 * var(--basePixel));
  }
  #sec03 .navi ul li a:hover {
    background-color: #565656;
  }
}

.sec_navi .navi {
  width: 100%;
  margin-top: calc(80 * var(--basePixel));
}
@media (min-width: 1024px) {
  .sec_navi .navi {
    margin-top: calc(60 * var(--basePixel));
  }
}
.sec_navi .navi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(20 * var(--basePixel));
}
@media (min-width: 1024px) {
  .sec_navi .navi ul {
    flex-wrap: nowrap;
    gap: calc(20 * var(--basePixel));
  }
}
.sec_navi .navi ul li {
  width: calc((100% - 20 * var(--basePixel)) / 2);
  height: calc(80 * var(--basePixel));
}
@media (min-width: 1024px) {
  .sec_navi .navi ul li {
    width: calc((100% - 60 * var(--basePixel)) / 4);
    height: calc(50 * var(--basePixel));
  }
}
.sec_navi .navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
  border-radius: 1000px;
  color: #ffffff;
  font-size: calc(26 * var(--basePixel));
  text-align: center;
  align-content: center;
}
@media (min-width: 1024px) {
  .sec_navi .navi ul li a {
    font-size: calc(16 * var(--basePixel));
  }
  .sec_navi .navi ul li a:hover {
    background-color: #565656;
  }
}
.sec_navi .navi ul li a.current {
  background-color: #565656;
  pointer-events: none;
  cursor: default;
}

.page_ttl {
  font-size: calc(35 * var(--basePixel));
  color: #00953c;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: calc(40 * var(--basePixel));
}
@media (min-width: 1024px) {
  .page_ttl {
    font-size: calc(28 * var(--basePixel));
    padding-left: 0;
    padding-right: 0;
  }
}

#notes_sec01 {
  background-color: #f0f0f0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: calc(30 * var(--basePixel));
  border-radius: calc(20 * var(--basePixel));
  padding-bottom: calc(60 * var(--basePixel));
}
@media (min-width: 1024px) {
  #notes_sec01 {
    border-radius: calc(10 * var(--basePixel));
    padding-left: calc(35 * var(--basePixel));
    padding-right: calc(35 * var(--basePixel));
    padding-bottom: calc(44 * var(--basePixel));
    padding-top: calc(20 * var(--basePixel));
    margin-top: calc(20 * var(--basePixel));
  }
}
#notes_sec01 .notes_sec01_h2_big {
  padding-top: calc(60 * var(--basePixel));
  font-size: calc(35 * var(--basePixel));
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  #notes_sec01 .notes_sec01_h2_big {
    padding-top: calc(21 * var(--basePixel));
    font-size: calc(18 * var(--basePixel));
    text-align: left;
  }
}
#notes_sec01 .notes_sec01_h2 {
  padding-top: calc(60 * var(--basePixel));
  font-size: calc(30 * var(--basePixel));
  font-weight: 700;
}
@media (min-width: 1024px) {
  #notes_sec01 .notes_sec01_h2 {
    padding-top: calc(22 * var(--basePixel));
    font-size: calc(16 * var(--basePixel));
  }
}
#notes_sec01 .notes_sec01_list {
  list-style: decimal outside;
  margin-left: 1.5em;
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 1024px) {
  #notes_sec01 .notes_sec01_list {
    font-size: calc(14 * var(--basePixel));
  }
}
#notes_sec01 .notes_sec01_list > * {
  margin-top: calc(18 * var(--basePixel));
}
@media (min-width: 1024px) {
  #notes_sec01 .notes_sec01_list > * {
    margin-top: calc(8 * var(--basePixel));
  }
}
#notes_sec01 .notes_sec01_list_disc {
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 1024px) {
  #notes_sec01 .notes_sec01_list_disc {
    font-size: calc(14 * var(--basePixel));
  }
}
#notes_sec01 .notes_sec01_list_disc > * {
  display: flex;
  margin-left: 0.2em;
  margin-top: calc(18 * var(--basePixel));
}
#notes_sec01 .notes_sec01_list_disc > *:before {
  content: "・";
  margin-right: 0.2em;
}
@media (min-width: 1024px) {
  #notes_sec01 .notes_sec01_list_disc > * {
    margin-top: calc(8 * var(--basePixel));
  }
}
#notes_sec01 .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 1024px) {
  #notes_sec01 .kome {
    font-size: calc(14 * var(--basePixel));
  }
}
#notes_sec01 a {
  color: #00953c;
  text-decoration: underline;
}
#notes_sec01 .txt {
  font-size: calc(24 * var(--basePixel));
  margin-top: calc(18 * var(--basePixel));
}
@media (min-width: 1024px) {
  #notes_sec01 .txt {
    font-size: calc(14 * var(--basePixel));
    margin-top: calc(8 * var(--basePixel));
  }
}
#notes_sec01 .green {
  color: #00953c;
}
#notes_sec01 .red {
  color: #e82e2e;
}

#prizes_sec01 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: calc(30 * var(--basePixel));
}
@media (min-width: 1024px) {
  #prizes_sec01 {
    border-radius: calc(10 * var(--basePixel));
    padding-left: 0;
    padding-right: 0;
    margin-top: calc(40 * var(--basePixel));
  }
}
#prizes_sec01 .sec_block {
  border-radius: calc(10 * var(--basePixel));
  box-shadow: 0 0 calc(15 * var(--basePixel)) rgba(0, 0, 0, 0.15);
  overflow: clip;
}
#prizes_sec01 .sec_block .prizes_sec01_h2 {
  background-color: #00953c;
  color: #ffffff;
  font-size: calc(32 * var(--basePixel));
  padding: calc(10 * var(--basePixel)) calc(40 * var(--basePixel));
  font-weight: 700;
}
@media (min-width: 1024px) {
  #prizes_sec01 .sec_block .prizes_sec01_h2 {
    font-size: calc(20 * var(--basePixel));
    padding: calc(16 * var(--basePixel)) calc(30 * var(--basePixel));
  }
}
#prizes_sec01 .sec_block .prizes_sec01_h2 > * {
  vertical-align: middle;
}
#prizes_sec01 .sec_block .prizes_sec01_h2 small {
  font-size: calc(13 * var(--basePixel));
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #prizes_sec01 .sec_block .prizes_sec01_h2 small {
    font-size: calc(6 * var(--basePixel));
  }
}
#prizes_sec01 .sec_block .prizes_sec01_h3 {
  font-size: calc(30 * var(--basePixel));
  font-weight: 700;
  color: #00953c;
}
@media (min-width: 1024px) {
  #prizes_sec01 .sec_block .prizes_sec01_h3 {
    font-size: calc(20 * var(--basePixel));
  }
}
#prizes_sec01 .sec_block .sec_block_inner {
  padding: calc(35 * var(--basePixel));
  font-size: calc(26 * var(--basePixel));
}
@media (min-width: 1024px) {
  #prizes_sec01 .sec_block .sec_block_inner {
    font-size: calc(16 * var(--basePixel));
    padding: calc(30 * var(--basePixel));
  }
}
#prizes_sec01 .sec_block .sec_block_inner a {
  color: #00953c;
  text-decoration: underline;
}
#prizes_sec01 .sec_block:not(:first-child) {
  margin-top: calc(40 * var(--basePixel));
}
#prizes_sec01 .sec_block .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 1024px) {
  #prizes_sec01 .sec_block .kome {
    font-size: calc(14 * var(--basePixel));
  }
}
#prizes_sec01 .sec_block .graybox {
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: calc(26 * var(--basePixel));
  border-radius: calc(10 * var(--basePixel));
  padding: 0.5em 0.5em calc(0.5em - 2px);
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1024px) {
  #prizes_sec01 .sec_block .graybox {
    font-size: calc(18 * var(--basePixel));
    width: calc(383 * var(--basePixel));
    padding: 0.5em;
  }
}
#prizes_sec01 hr {
  border-top: 1px #000000 dotted;
  padding-top: calc(40 * var(--basePixel));
  margin-top: calc(40 * var(--basePixel));
}
@media (min-width: 1024px) {
  #prizes_sec01 hr {
    padding-top: calc(30 * var(--basePixel));
    margin-top: calc(30 * var(--basePixel));
  }
}
#prizes_sec01 .green {
  color: #00953c;
}
#prizes_sec01 .date {
  font-size: calc(36 * var(--basePixel));
  font-weight: 700;
  color: #00953c;
}
@media (min-width: 1024px) {
  #prizes_sec01 .date {
    font-size: calc(25 * var(--basePixel));
  }
}
#prizes_sec01 .date small {
  font-size: calc(25 * var(--basePixel));
}
@media (min-width: 1024px) {
  #prizes_sec01 .date small {
    font-size: calc(16 * var(--basePixel));
  }
}

.btn_base {
  display: block;
  background-color: #e82e2e;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 1000px;
  color: #ffffff;
  height: calc(100 * var(--basePixel));
  text-align: center;
  align-content: center;
  font-weight: 700;
  font-size: calc(28 * var(--basePixel));
  box-shadow: inset 0px calc(-8 * var(--basePixel)) 0px 0px rgba(35, 24, 21, 0.3);
  position: relative;
}
@media (min-width: 1024px) {
  .btn_base {
    width: calc(351 * var(--basePixel));
    height: calc(50 * var(--basePixel));
    font-size: calc(18 * var(--basePixel));
    box-shadow: inset 0px calc(-4 * var(--basePixel)) 0px 0px rgba(35, 24, 21, 0.3);
  }
  .btn_base:hover {
    background-color: #b62323;
    box-shadow: none;
  }
}
.btn_base:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  position: absolute;
  right: calc(36 * var(--basePixel));
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 1024px) {
  .btn_base:after {
    width: 0.45em;
    height: 0.45em;
    right: calc(20 * var(--basePixel));
  }
}

#conditions_sec01 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: calc(30 * var(--basePixel));
}
@media (min-width: 1024px) {
  #conditions_sec01 {
    border-radius: calc(10 * var(--basePixel));
    padding-left: 0;
    padding-right: 0;
    margin-top: calc(20 * var(--basePixel));
  }
}
#conditions_sec01 .tokutei {
  width: calc(181 * var(--basePixel));
  height: calc(48 * var(--basePixel));
  background-color: #00953c;
  color: #ffffff;
  font-size: calc(26 * var(--basePixel));
  border-radius: 1000px;
  text-align: center;
  align-content: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  #conditions_sec01 .tokutei {
    width: calc(121 * var(--basePixel));
    height: calc(30 * var(--basePixel));
    font-size: calc(16 * var(--basePixel));
  }
}
#conditions_sec01 .sec_block {
  border-radius: calc(10 * var(--basePixel));
  box-shadow: 0 0 calc(15 * var(--basePixel)) rgba(0, 0, 0, 0.15);
  overflow: clip;
}
#conditions_sec01 .sec_block .conditions_sec01_h2 {
  color: #ffffff;
  font-size: calc(32 * var(--basePixel));
  padding: calc(20 * var(--basePixel)) calc(40 * var(--basePixel));
  font-weight: 700;
}
@media (min-width: 1024px) {
  #conditions_sec01 .sec_block .conditions_sec01_h2 {
    font-size: calc(20 * var(--basePixel));
    padding: calc(16 * var(--basePixel)) calc(30 * var(--basePixel));
  }
}
#conditions_sec01 .sec_block .conditions_sec01_h2.keiba {
  background-color: #94ce30;
}
#conditions_sec01 .sec_block .conditions_sec01_h2.keirin {
  background-color: #0069b9;
}
#conditions_sec01 .sec_block .conditions_sec01_h2.autorace {
  background-color: #a50064;
}
#conditions_sec01 .sec_block .conditions_sec01_h2.loto {
  background-color: #ff0000;
}
#conditions_sec01 .sec_block .sec_block_inner {
  padding: calc(35 * var(--basePixel));
  font-size: calc(26 * var(--basePixel));
}
@media (min-width: 1024px) {
  #conditions_sec01 .sec_block .sec_block_inner {
    font-size: calc(16 * var(--basePixel));
    padding: calc(30 * var(--basePixel));
  }
}
#conditions_sec01 .sec_block .sec_block_inner a {
  color: #00953c;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  #conditions_sec01 .sec_block .sec_block_inner .btn_base {
    width: calc(431 * var(--basePixel));
  }
}
#conditions_sec01 .sec_block:not(:first-child) {
  margin-top: calc(40 * var(--basePixel));
}
#conditions_sec01 .sec_block .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 1024px) {
  #conditions_sec01 .sec_block .kome {
    font-size: calc(14 * var(--basePixel));
  }
}
#conditions_sec01 .sec_block .graybox {
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: calc(26 * var(--basePixel));
  border-radius: calc(10 * var(--basePixel));
  padding: calc(10 * var(--basePixel));
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1024px) {
  #conditions_sec01 .sec_block .graybox {
    font-size: calc(18 * var(--basePixel));
    width: calc(383 * var(--basePixel));
  }
} /*# sourceMappingURL=style.css.map */
