<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  color: #333;
  font-family:
    'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
    Meiryo, sans-serif;
}

body:has(.header__menu-toggle:checked, dialog:modal[open]) {
  overflow-y: hidden;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-block-size: 100%;
  max-inline-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  user-select: auto;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

.header {
  display: flex;
  width: 100%;
  height: 60px;
}

.header__menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  display: block;
  width: 120px;
  height: 26px;
}
@media screen and (width &gt;= 1000px) {
  .header__logo img {
    width: 159px;
    height: 34px;
  }
}

.header__menu-toggle {
  display: none;
}

.header__menu-toggle:checked
  ~ .header__menu
  .header__menu-icon
  .header__menu-icon-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__menu-toggle:checked
  ~ .header__menu
  .header__menu-icon
  .header__menu-icon-bar:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle:checked
  ~ .header__menu
  .header__menu-icon
  .header__menu-icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__menu-toggle:checked ~ .header__overlay {
  opacity: 1;
  pointer-events: auto;
}

.header__menu-icon {
  display: none;
  flex-direction: column;
  row-gap: 5px;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  cursor: pointer;
}

.header__menu-icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease;
  border-radius: 100px;
  background-color: #448938;
}

.header__nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 60px;
  left: 0;
  flex: 3;
  width: 100vw;
  background-color: #fff;
}
@media screen and (width &gt;= 1000px) {
  .header__nav {
    display: flex;
    position: unset;
    align-items: center;
    justify-content: right;
    width: unset;
  }
}

.header__nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header__nav-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  background-color: #448938;
  text-align: center;
}
@media screen and (width &gt;= 1000px) {
  .header__nav-item {
    display: flex;
    padding: 0 10px;
    background-color: #fff;
  }
}

.header__nav-item:not(:nth-child(6)) {
  border-right: 0;
  border-bottom: 1px solid #8eac89;
}
@media screen and (width &gt;= 1000px) {
  .header__nav-item:not(:nth-child(6)) {
    border-right: solid 1px #000;
    border-bottom: 0;
  }
}

.header__nav-item:nth-child(7) {
  border-bottom: 0;
}

.header__nav-link {
  width: 100%;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (width &gt;= 1000px) {
  .header__nav-link {
    color: #000;
    font-size: 14.4px;
    font-weight: 400;
  }
}

.header__nav-link img {
  display: block;
}

.header__overlay {
  position: fixed;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #00000080;
  pointer-events: none;
  inset: 60px 0 0;
}
@media screen and (width &gt;= 1000px) {
  .header__overlay {
    display: none;
  }
}
@media (width &lt;= 999px) {
  .header__menu-icon {
    display: flex;
  }

  .header__menu-toggle:checked ~ .header__nav {
    display: block;
  }

  .header__nav-list {
    flex-direction: column;
  }
}

.op-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: auto;
  background-color: #fff;
}

.op-header__inner {
  width: 100%;
  height: 60px;
  padding-left: 16px;
}
@media screen and (width &gt;= 1000px) {
  .op-header__inner {
    padding-inline: 36px 76px;
  }
}

.op-header__nav {
  display: flex;
}

.op-header__nav-link {
  padding: 0 10px;
  border-right: 1px solid #000;
  text-decoration: none;
}

.op-header__nav-link--primary {
  background-color: #16a34a;
  color: #fff;
}

.op-header__nav-link:last-child {
  border-right: none;
}

.op-header .change-link--pc {
  display: none;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link--pc {
    display: block;
  }
}

.op-header .change-link--sp {
  display: block;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link--sp {
    display: none;
  }
}

.op-header .change-link-inline--pc {
  display: none;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link-inline--pc {
    display: inline-block;
  }
}

.op-header .change-link-inline--sp {
  display: inline-block;
}
@media screen and (width &gt;= 1000px) {
  .op-header .change-link-inline--sp {
    display: none;
  }
}

.sec07 {
  background: #fff;
  font-size: 20.8px !important;
}

.sec07 .block01 .box01 dl {
  text-align: center;
}

.sec07 .block01 .box01 dl dt {
  margin-bottom: 30px;
}

.sec07 .block01 .box01 dl .link {
  margin-bottom: 20px;
}

.sec07 a {
  color: #3998de !important;
  font-weight: 700;
  text-decoration: none;
}

.sec07 a:hover {
  text-decoration: underline;
}

.footerStandard1st a {
  color: #333;
  text-decoration: none;
}

.footerStandard1st a:hover {
  text-decoration: underline;
}

.footerStandard1st .ftBlock01 {
  padding: 20px 25px 60px;
  background: #fff;
}

.footerStandard1st .ftBlock01 .ftBox01 {
  font-size: 70%;
}

.footerStandard1st .ftBlock01 .ftBox01 .txt01 {
  padding: 0 20px;
  text-align: right;
}

.footerStandard1st .ftBlock01 .ftBox02 {
  margin-top: 10px;
  padding: 10px 20px 0;
  font-size: 70%;
}

.footerStandard1st .ftBlock01 .ftBox02.clearfix {
  border-top: 1px solid #e5e5e5;
}

.footerStandard1st .ftBlock01 .ftBox02 .link {
  float: none;
  text-align: center;
}

.footerStandard1st .ftBlock01 .ftBox02 .link li {
  display: inline-block;
  font-size: 11.2px;
}

.footerStandard1st .ftBlock01 .ftBox02 .link li + li {
  margin-left: 10px;
}

.footerStandard1st .ftBlock01 .ftBox02 .copyright {
  margin-top: 10px;
  color: #000;
  font-size: 11.2px;
  text-align: center;
}
@media screen and (width &lt; 1000px) {
  .sec07 img {
    width: 100%;
    height: auto;
  }

  .sec07 .inner96 {
    padding: 0 2%;
  }

  .sec07 {
    padding: 20px 0 0;
    background: #fff;
  }

  .sec07 .block01 .box01 {
    margin-bottom: 20px;
  }

  .sec07 .block01 .box01 dl {
    text-align: center;
  }

  .sec07 .block01 .box01 dl dt {
    margin-bottom: 20px;
  }

  .sec07 .block01 .box01 dl dd {
    font-size: 3.2vw;
    text-align: left;
  }

  .sec07 .block01 .box01 dl .link {
    margin-bottom: 20px;
    text-align: center;
  }

  .footerStandard1st {
    width: 100%;
  }

  .footerStandard1st .ftBlock01 {
    padding: 0;
    background: #fff;
  }

  .footerStandard1st .ftBlock01 .ftBox01 .link01 {
    width: 100%;
    padding: 0 2%;
    font-size: 3.2vw;
    text-align: right;
  }

  .footerStandard1st .ftBlock01 .ftBox02 {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link {
    width: 100%;
    margin-bottom: 20px;
    border-top: none;
    border-bottom: 1px solid #b4b4b4;
    text-align: left;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li {
    width: 100%;
    border-top: 1px solid #b4b4b4;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li + li {
    margin-left: 0;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 2%;
    background: #eee;
    font-size: 120%;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .link li a:hover {
    text-decoration: none;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .txt01 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: center;
  }

  .footerStandard1st .ftBlock01 .ftBox02 .copyright {
    width: 100%;
    padding: 2% 0;
    font-size: 90%;
    text-align: center;
  }
}

.op-close-button {
  width: 160px;
  margin: 20px auto 0;
}

.op-close-button--inner {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 1px 4px 1px #00000040;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (width &gt;= 830px) {
  .op-close-button--inner {
    display: none;
  }
}

.pc_disp {
  display: none !important;
}
@media screen and (width &gt;= 1000px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (width &gt;= 1000px) {
  .sp_disp {
    display: none !important;
  }
}

section.op-main header {
  background-image: none;
}

section.op-main .op-otokuweek {
  max-width: 1000px;
  margin-inline: auto;
}

section.op-main .op-otokuweek .op-otokuweek-list__image.kv-image-sp {
  display: block;
  width: 100vw;
}

section.op-main .op-otokuweek .op-otokuweek-list__link-list {
  display: grid;
  position: sticky;
  z-index: 999;
  top: 60px;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__link-list {
    gap: 4px;
    padding: 16px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__link-list {
    gap: 8px;
    grid-auto-flow: column;
    justify-content: space-evenly;
    padding: 8px 8px 5px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__section-heading {
  display: block;
  width: 100vw;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__link-item {
    width: 160px;
    height: 39px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__link-item {
    width: 100%;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__link-item img {
  filter: drop-shadow(0 2px 4px rgb(0 0 0 / 25%));
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-container {
  display: grid;
  place-items: center;
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--keirin {
  background: #d6f4ff;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--keirin {
    padding-top: 32px;
    padding-bottom: 40px;
    gap: 32px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--autorace {
  background: #f1e7f7;
}
@media screen and (width &gt;= 1000px) {
  section.op-main
    .op-otokuweek
    .op-otokuweek-list__campaign-container--autorace {
    padding-top: 24px;
    padding-bottom: 40px;
    gap: 32px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--keiba {
  background: #e8f4df;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--keiba {
    padding-top: 24px;
    padding-bottom: 40px;
    gap: 32px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--charge {
  background: #fff7bd;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-container--charge {
    padding-top: 24px;
    padding-bottom: 40px;
    gap: 32px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-container {
    padding: 16px 16px 32px;
    gap: 24px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-item {
  display: grid;
  width: 100%;
  gap: 16px;
  place-items: center;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-item {
    width: 550px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-button {
  display: block;
  width: 100%;
  text-align: center;
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-wrapper {
    gap: 29px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-wrapper {
    gap: 21px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-box {
    gap: 16px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-box {
    gap: 8px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__campaign-images-description {
  font-weight: 700;
  letter-spacing: -0.32px;
}
@media screen and (width &lt; 1000px) {
  section.op-main
    .op-otokuweek
    .op-otokuweek-list__campaign-images-description-line-break {
    display: block;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__content {
    padding: 24px 40px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__content {
    padding: 24px 16px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-cta {
  display: grid;
  width: 100%;
  place-items: center;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__footer-cta {
    padding: 24px 0;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-otokuweek-list__footer-cta {
    padding: 24px 16px;
  }
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-campaign {
  display: grid;
  padding: 15px 16px 24px;
  box-shadow:
    inset 0 2px #c2c2c2,
    inset 0 -2px #c2c2c2;
  place-items: center;
  gap: 16px;
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-text-image {
  width: 285px;
  height: 64px;
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-image {
  width: 100%;
  max-width: 400px;
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-attention {
  display: grid;
  padding: 24px 16px;
  gap: 8px;
}

section.op-main
  .op-otokuweek
  .op-otokuweek-list__footer-attention.banner-divider {
  box-shadow: inset 0 2px #c2c2c2;
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-attention-text {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

section.op-main .op-otokuweek .op-otokuweek-list__footer-attention-item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 14px;
  color: #333;
  font-size: 10px;
}

section.op-main
  .op-otokuweek
  .op-otokuweek-list__footer-attention-item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  justify-content: center;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #333;
}

section.op-main
  .op-otokuweek
  .op-otokuweek-list__footer-attention-item:last-child {
  margin-bottom: 0;
}

section.op-main .op-otokuweek .op-campaign-button {
  display: grid;
  grid-template-columns: auto 13px;
  height: 40px;
  padding: 6px 24px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  place-items: center;
  gap: 8px;
}

section.op-main .op-otokuweek .op-campaign-button#campaignListButton {
  max-width: 268px;
}

section.op-main .op-otokuweek .op-campaign-button.bronze {
  background: #a06813;
}

section.op-main .op-otokuweek .op-campaign-button.light-blue {
  padding: 6px 20px;
  background: #14afe8;
}

section.op-main .op-otokuweek .op-campaign-button.purple {
  background: #7b3c8d;
}

section.op-main .op-otokuweek .op-campaign-button.green {
  background: #00610a;
}

section.op-main .op-otokuweek .op-campaign-button::after {
  content: '';
  display: grid;
  place-content: center;
  width: 10px;
  height: 10px;
  background-image: url('../images/arrow-icon.svg');
  background-repeat: no-repeat;
}
@media screen and (width &gt;= 1000px) {
  section.op-main .op-otokuweek .op-campaign-button {
    font-size: 15px;
  }
}
@media screen and (width &lt; 1000px) {
  section.op-main .op-otokuweek .op-campaign-button {
    font-size: 14px;
  }
}


.lead-txt {
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  em {
    font-size: 120%;
  }
}
@media screen and (width &lt; 1000px) {
  .lead-txt {
    font-size: 5vw;
  }
}

.reg-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
  a {
    width: 80%;
    max-width: 485px;
  }
}

.campaign-list {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
@media screen and (width &lt; 1000px) {
  .campaign-list {
    padding-bottom: 40px;
  }
}

.section:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (width &lt; 1000px) {
  .section:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.sec-ttl {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 10px 10px 100px;
  font-size: 25px;
  font-weight: bold;
  &amp;::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    background-size: contain;
    z-index: 1;
  }
}
@media screen and (width &lt; 1000px) {
  .sec-ttl {
    padding: 8px 8px 8px 85px;
    font-size: 20px;
    &amp;::before {
      width: 60px;
      height: 60px;
    }
  }
}
.sec-ttl-charge {
  background-color: #c3aa71;
  &amp;::before {
    background-image: url(../images/ico-charge.png);
  }
}
.sec-ttl-keirin {
  background-color: #CAEEFB;
  &amp;::before {
    background-image: url(../images/ico-keirin.png);
  }
}
.sec-ttl-keiba {
  background-color: #C2F1C8;
  &amp;::before {
    background-image: url(../images/ico-keiba.png);
  }
}
.sec-ttl-autorace {
  background-color: #F2CFEE;
  &amp;::before {
    background-image: url(../images/ico-autorace.png);
  }
}
.cp-banner {
  max-width: 1000px;
  margin-inline: auto;
}

.lead-txt2 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (width &lt; 800px) {
  .lead-txt2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 5.2vw;
  }
}

.cp-link {
  margin-top: 30px;
  text-align: center;
  &gt; a {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 20px;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    &amp;:hover {
      opacity: 0.7;
    }
    &amp;::after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 20px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #666;
      border-right: 2px solid #666;
      transform: rotate(45deg);
    }
  }
}

@media screen and (width &gt;= 800px) {
  .vw_sp {
    display: none;
  }
}</pre></body></html>