<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------
Reset
----------------------------------------------------- */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { list-style: none; line-height: 1.5; }
table { border-collapse: collapse; border-spacing: 0; }

* { margin: 0; padding: 0; }
img { max-width: 100%; width: 100%; height: auto; vertical-align: top; image-rendering: -webkit-optimize-contrast; }

* { min-height: 0; min-width: 0; }

html { scroll-behavior: smooth; }
body { line-height: 1; margin: 0; padding: 0; height: 100%; font-family: "Noto Sans", sans-serif; letter-spacing : 0.08em; color: #fff; font-feature-settings: "palt"; }
/*body.fixed { position: fixed; width: 100%; top: 0; left: 0; overflow: hidden; }*/
a {	text-decoration: none; color: inherit; transition: 0.3s ease-in-out; }
@media (min-width: 1025px) {
	a[href*="tel:"] { pointer-events: none; cursor: default; text-decoration: none;}
}
p , div { text-align: justify;}
p { line-height: 1.4; }
button { margin: 0; padding: 0; outline: 0; border: 0; border-radius: 0; color: inherit; vertical-align: middle; text-align: inherit;font: inherit; -webkit-appearance: none; appearance: none; }
picture { display: block; }

:root {
	--txt-navy: #1B1464; /*文字紺色*/
	--bg-navy: #1b1464; /*背景紺色*/
	--enfont: "Montserrat", sans-serif; /*日付*/
}

/*オーバーレイ*/
.overlay { background: #fff; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10000; }

/*fade*/
/* ▼ 基本的に非表示にしたい要素 共通*/
.blur , .fade , .fadeup, .fadeleft { opacity: 0; }

/* ▼ 共通のinviewアニメーション開始スタイル 共通*/
.js-inview.is_inview { opacity: 1; transform: none; }

/* ▼ blurの個別演出 */
.blur { opacity: 0.1; filter: blur(20px); transition: opacity .8s ease-out, filter .8s ease-out; }
.blur.is_inview { opacity: 1; filter: blur(0px); transition-delay: 1.4s; }

/* ▼ fadeの個別演出 */
.fade { transition: opacity 1.4s ease-out, transform 1.4s ease-out; }
.fade.is_inview { transition-delay: 0.8s; }

/* ▼ fadeupの個別演出 */
.fadeup { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fadeup.is_inview { opacity: 1; transform: translateY(0); }

/* ▼ fadeleftの個別演出 */
.fadeleft { transform: translateX(-50px); transition: opacity 0.3s ease-out, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.fadeleft.is_inview { transform: translateX(0); transition-delay: 1.2s; }

.pc { display: block; }
.sp { display: none; }

[data-size="w900"]{ max-width: 900px; width: 90%; margin: 0 auto; }
[data-size="w950"]{ max-width: 950px; width: 90%; margin: 0 auto; }
[data-size="w1000"]{ max-width: 1000px; width: 90%; margin: 0 auto; }
[data-size="w1150"]{ max-width: 1150px; width: 90%; margin: 0 auto; }

/*section見出し*/
section { padding: 80px 0; }
h2 { background: linear-gradient(90deg, #b5943e 0%, #eddd94 50%, #b5943e 100%); color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; font-size: clamp(1.75rem, 1.594rem + 0.78vw, 2.375rem); font-weight: 700; text-align: center; margin-bottom: 25px; }

/*光るボタン*/
.btn-flash { overflow: hidden; }
.btn-flash::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%); transition: .5s; }
/* ホバー時のスタイル */
.btn-flash:hover::before { top: 0; left: 100%; }

/*グラデボタン*/
.grade_linkbtn { background: linear-gradient(90deg, #b5943e 0%, #eddd94 50%, #b5943e 100%); color: var(--txt-navy); font-weight: 700; border: 2px solid #fff; border-radius: 10px; display: block; text-align: center; margin: 0 auto; padding: 10px 5px; box-sizing: border-box; position: relative; line-height: 1.3; transition: .2s; font-size: clamp(1.063rem, 1.047rem + 0.08vw, 1.125rem); }

/*ライトのように光る*/
.btn-light { transition: .15s ease; }
/* ホバー時のスタイル */
.btn-light:hover { background-color: rgb(29, 167, 217); background-color: #B5943E; box-shadow: 0 0 15px -4px rgba(255, 255, 255, 1); }

/*common end*/
header .head_copy { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: linear-gradient(90deg, #b5943e 0%, #eddd94 50%, #b5943e 100%); transition: all 0.3s ease; color: var(--txt-navy); transition: opacity 0.3s ease, visibility 0.3s ease;}
header .head_copy.is-hidden { opacity: 0; pointer-events: none; visibility: hidden; }
header .head_copy.not-fixed { position: static; }
header .head_copy.force-hide { display: none !important; }
header .l-header-nav { position: fixed; top: 50px; left: 0; width: 100%; height: 80px; background: var(--bg-navy); display: flex; justify-content: center; align-items: center; z-index: 10; transition: top 0.3s ease; }
header .l-header-nav.move-top { top: 0;}
header .head_copy a { text-decoration: underline; }
header .head_copy a:hover { opacity: .5; }

/* マーキー */
.loop-wrap { overflow: hidden; position: relative; width: 100%; height: 50px; display: flex; align-items: center; }
.loop-text-item { position: absolute; white-space: nowrap; font-size: 15px; line-height: 50px; will-change: transform; }

/* ハンバーガーメニュー内容 */
header .sp_logo , header .hambtn { display: none; }
header .l-header-menu { width: 100%; }
header .l-header-nav__list { display: flex; justify-content: center; }
header .l-header-nav__item { font-size: 15px; color: #fff; font-weight: 700; }
header .l-header-nav__item a:hover { color: #b5943e; }
header .l-header-nav__item img { width: 15px; vertical-align: 0; }
header .l-header-nav__item:not(:last-child) { margin-right: 30px; }
header .l-header-nav__item a.stay { border-bottom: 2px solid #b1903e; padding-bottom: 3px; }

footer { background: #E1E1E1; padding: 70px 5% 130px; }
footer p { color: var(--txt-navy); font-size: 15px; text-align: center; font-weight: 700; }
footer .sns_links { display: flex; align-items: center; justify-content: center; margin: 30px 0; }
footer .sns_links li { width: 40px; }
footer .sns_links li a:hover { opacity: .5; }
footer .sns_links li:not(:last-child) { margin-right: 10px; }
footer p.footer_ttl { font-size: clamp(0.813rem, 0.722rem + 0.4vw, 1.125rem); margin-bottom:  10px; font-weight: 700; }
footer p.footer_main { font-size: clamp(1rem, 0.891rem + 0.48vw, 1.375rem); margin-bottom: 10px; line-height: 1.5; font-weight: 700; }
footer p.footer_txt { font-size: clamp(0.813rem, 0.794rem + 0.08vw, 0.875rem); line-height: 1.6; margin-bottom: 40px; letter-spacing: -.005em; }
footer p.footer_txt a { text-decoration: underline; }
footer picture.h_logo { max-width: 400px; margin: 0 auto 20px; }
footer small { font-size: 10px; text-align: center; display: block; letter-spacing: -.004em; line-height: 1.3; color: var(--txt-navy); }

/*フローティング*/
#floating_menu { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9; display: flex; flex-wrap: wrap; justify-content: center; background: #1B143B; padding: 20px; box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5); box-sizing: border-box; transform: translateY(200px); gap: 10px; }
#floating_menu ul { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 100%; }
#floating_menu ul li { max-width: 180px; width: 100%; line-height: 1.3; font-size: 15px; }
#floating_menu ul li:not(:last-child) { margin-right: 10px; }
#floating_menu a { width: initial; justify-content: center; }
#floating_menu a.grade_linkbtn { height: 70px; display: flex; align-items: center; }

/* 表示時 */
#floating_menu.topMove { animation: topAnime 0.5s forwards; }
/* 非表示時 */
#floating_menu.bottomMove { animation: bottomAnime 0.5s forwards; }

/* アニメーション定義 */
@keyframes topAnime {
  from { opacity: 0; transform: translateY(125px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bottomAnime {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 1; transform: translateY(125px); }
}

@media screen and (max-width: 1448px) and (max-height: 675px) {
  .kv { height: 90vh; }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
}

/*ノートPC */
@media screen and (max-width: 1300px) {
}

@media screen and (max-width:1200px){
  .kv { height: 85vh; margin-top: 50px; }
  header .l-header-nav { height: 100%; display: initial; padding: 10%; box-sizing: border-box; }
  header .l-header-nav__item:not(:last-child) { margin-right: 0; margin-bottom: 20px; }
  header .sp_logo { display: block; width: min(131px , 100%); }
  
  /* ハンバーガーメニュー */
  header .hambtn { position: fixed; top: 50px; right: 0; z-index: 10; width: 60px; height: 60px; display: block; background: none; transition: top 0.3s ease; }
  header .hambtn.move-top { top: 0; }
  header .btn-line { display: block; position: relative; width: 30px; height: 2px; background-color: #fff; transition: .2s;  margin: 0 auto; }
  header .btn-line::before , .btn-line::after { content: ""; position: absolute; width: 100%; height: 100%; background-color: #fff; transition: .5s; }
  header .btn-line::before { transform: translateY(-10px); }
  header .btn-line::after { transform: translateY(10px); width: 80%; }
  header .btn-line.open { background-color: transparent; }
  header .btn-line.open::before , .btn-line.open::after { content: ""; transition: .2s; }
  header .btn-line.open::before { transform: rotate(45deg); }
  header .btn-line.open::after { transform: rotate(-45deg); width: 100%; }
  header .l-header-menu { position: fixed; top: 0; right: 0; transform: translateX(100%); opacity: 0; width: 100vw; height: 100vh; background-color: var(--bg-navy); transition: transform 0.5s ease, opacity 0.5s ease; z-index: 10; pointer-events: none; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s ease-in 0.1s; }
  header .l-header-menu.open { transform: translateX(0); opacity: 1; pointer-events: auto; }
  header .l-header-nav__list { padding-top: 40px; flex-direction: column; }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  header .sns_links { display: flex; align-items: center; justify-content: center; margin: 30px 0; }
  header .sns_links li { width: 40px; }
  header .sns_links li a:hover { opacity: .5; }
  header .sns_links li:not(:last-child) { margin-right: 10px; }
  .schedule_inner_flex { flex-direction: column; align-items: center; gap: 15px; }
  #Information .content { padding: 8% 6% 4%; }
  #Information .tab_contents { margin-bottom: 60px; }
  #Information .tab_button span { display: block; margin-right: 0; font-size: 60%; line-height: 1.3; }
  #Information .tab { padding: 20px; word-break: auto-phrase; }
  footer { padding-bottom: 240px; }
}

/*iPad*/
@media screen and (max-width: 1033px) and (max-height: 800px) {
  footer { padding-bottom: 180px; }
  
}

@media screen and (max-width:1024px){
  footer { padding-bottom: 170px; }
  .kv .kv_wrap { display: block; }
/*  .kv h1 { width: 50%; margin: 60px auto 0; }*/
}

@media screen and (max-width:600px){
  .pc { display: none; }
  .sp { display: block; }
  section { padding: 60px 0; }
  h2 { margin-bottom: 20px; }
  header .l-header-nav { padding: 10%; box-sizing: border-box; }
  .kv { background: url("../images/kv_bg_sp.png")no-repeat; background-size: cover; height: 60vh; }
  .kv .racer { margin-top: 0; }
  .kv .kv_copy { max-width: min(78px, 100%); right: 30px; top: -50px; width: 14%; }
  .kv .kv_racer img { margin-top: 60px; }
  .schedule .medal { margin-left: auto; margin-right: 5%; top: 0px; position: relative; }
  .schedule_inner_flex { width: 100%; }
  .schedule_inner_flex::after { background-size: 300%; top: initial; bottom: -80px; }
  .schedule_ttl span.sp { display: block; font-size: 80%; }
  .schedule_ttl_wrap { margin-bottom: 5px; }
  .schedule .schedule_box { display: initial; max-width: 380px; width: 100%; }
  .schedule .date_arrow { width: 28px; height: 14px; }
  #Calendar::before { height: 50px; }
  #Information .tab_content { min-height: 550px; }
  #Information .slider_wrapper { margin-top: 30px; }
  #Information .slick-initialized .slick-slide { margin-right: 0; }
  #Information .tab { padding: 5px 20px; }
  #Information .prev-arrow { width: 25px; left: -10%; top: 45%; }
  #Information .next-arrow { width: 25px; right: -10%; top: 45%; }
  #Campaign .modal-content { max-height: 60vh; }
  #Campaign .slider_campaign .slider_img:not(:last-child) { margin-right: 0; }
  #Campaign .slider_campaign .slider_img { width: 100%; }
  #Campaign .slider_campaign .slider_img img { margin-bottom: 20px; }
  #Campaign .prev-arrow { display: block; width: 38px; height: 38px; background: url("../images/arrow_left_cp.png")no-repeat; background-size: contain; transition: all .3s ease; cursor: pointer; position: absolute; top: 40%; left: -20%; z-index: 1; }
  #Campaign .next-arrow { display: block; width: 38px; height: 38px; background: url("../images/arrow_left_cp.png")no-repeat; background-size: contain; transition: all .3s ease; cursor: pointer; position: absolute; top: 40%; right: -20%; z-index: 1; transform: rotate(180deg); }
  #Campaign .policy .policy_subtxt { text-align: left; }
  #Campaign .policy .modal-window { padding: 30px 20px; }
  #Campaign .slider_campaign { display: block!important; margin-top: 50px; }
  #Campaign .slick-dots { display: flex!important; justify-content: center; position: absolute; top: -30px; right: 0; left: 0; }
  #Campaign .slick-dots .slick-active { background:#5068D6; }
  #Campaign .slick-dots li { background: #A2AEE8; width: 9px; height: 9px; border-radius: 50px; }
  #Campaign .slick-dots li:not(:last-child) { margin-right: 10px; }
  #Campaign .slick-dots button { width: 100%; height: 100%; font-size: 0; background: none; border: none; cursor: pointer; }
  #Campaign .slick-slide { transition: all ease-in-out .3s; }
  #Campaign .slick-initialized .slick-slide { margin-right: 0; }
  #Live p.live_txt { text-align: left; margin-bottom: 25px; }
  #Live h3 { margin-bottom: 15px; }
  #Live article:not(:last-child) { margin-bottom: 30px; }
  #Links .slick-initialized .slick-slide { margin-right: 0; }
  #Links .slider_wrapper { width: 90%; margin: 30px auto 0; }
  #Links .prev-arrow , #Links .next-arrow { width: 25px; height: 25px; top: 50%; }
  #Links .prev-arrow { left: -8%; }
  #Links .next-arrow { right: -8%; }
  #Information .slick-dots { display: flex; justify-content: center; }
  #Calendar { padding: 90px 0 60px; }
  #Calendar .schedule-modal-window { padding: 1.5em 0.8em; }
  #floating_menu ul { gap: 10px; }
  #floating_menu ul li { width: 45%; }
  #floating_menu ul li:not(:last-child) { margin-right: 0; }
  #floating_menu .is-hidden { transform: translateY(180px); }
  #floating_menu.topMove { animation: topAnime 0.5s forwards; }
  footer { padding-top: 40px; padding-bottom: 150px }
  
  @keyframes topAnime {
    from { opacity: 0; transform: translateY(180px); }
    to { opacity: 1; transform: translateY(0); }
  }
  #floating_menu.bottomMove{ animation: bottomAnime 0.5s forwards; }
  @keyframes bottomAnime {
    from { opacity: 1; transform: translateY(0); }
    to { pacity: 1; transform: translateY(180px); }
  }
}

@media screen and (max-width:375px) {
  header .l-header-nav__list { padding-top: 20px; }
  header .l-header-nav__item:not(:last-child) { margin-bottom: 10px; }
  header .sns_links { margin-top: 20px; }
}

@media screen and (max-width:353px) {
/*  #floating_menu ul li { width: 145px; }*/
}

@media screen and (max-width:320px){
  header .sp_logo { width: min(131px, 40%); }
  header .l-header-nav { top: 0; }
  header .l-header-nav__list { padding-top: 20px; }
  header .l-header-nav__item:not(:last-child) { margin-bottom: 8px; }
  #Calendar a.btn_link::after { top: 33px; }
  .kv { margin-top: 40px; }
  .kv .kv_racer img { margin-top: 30px; }
  .schedule { top: -10px; }
}</pre></body></html>