﻿@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* Ticket CTA (shared) */
.lp_ticket_cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  padding: 14px 26px 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: linear-gradient(145deg, #2a7cff, #0f4ba8);
  box-shadow: 0 10px 24px rgba(13, 66, 148, 0.35);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.lp_ticket_cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 66, 148, 0.42);
  filter: brightness(1.05);
}

.lp_ticket_cta .main {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lp_ticket_cta .sub {
  margin-top: 3px;
  font-size: 1.16rem;
  font-weight: 600;
  opacity: 0.92;
}

.lp_ticket_cta--inline {
  min-width: 336px;
  padding: 16px 36px 14px;
}

.lp_ticket_cta--floating {
  min-width: 336px;
  padding: 16px 36px 14px;
}

.lp_ticket_cta--inline .main {
  font-size: 2.35rem;
}

.lp_ticket_cta--floating .main {
  font-size: 2.35rem;
}

.lp_ticket_cta--inline .sub {
  font-size: 1.36rem;
}

.lp_ticket_cta--floating .sub {
  font-size: 1.36rem;
}

.lp_floating_ticket {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 120;
}

@media screen and (max-width: 767px) {
  .lp_floating_ticket {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .lp_ticket_cta {
    min-width: 164px;
    padding: 12px 18px;
    border-width: 1.5px;
  }

  .lp_ticket_cta .main {
    font-size: 1.62rem;
  }

  .lp_ticket_cta .sub {
    font-size: 1.06rem;
  }

  .lp_ticket_cta--inline {
    min-width: 250px;
    padding: 14px 22px;
  }

  .lp_ticket_cta--floating {
    min-width: 250px;
    padding: 14px 22px;
  }

  .lp_ticket_cta--inline .main {
    font-size: 1.95rem;
  }

  .lp_ticket_cta--floating .main {
    font-size: 1.95rem;
  }

  .lp_ticket_cta--inline .sub {
    font-size: 1.18rem;
  }

  .lp_ticket_cta--floating .sub {
    font-size: 1.18rem;
  }
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #2b2b2b;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.font_bebneue {
  font-family: "Bebas Neue", cursive;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* !common
---------------------------------------------------------- */
.hide {
  display: none;
}

.jara_lp_inner {
  margin: auto;
  max-width: 960px;
}

.jara_lp_anchorarea {
  position: relative;
}
.jara_lp_anchorarea .anchor {
  position: absolute;
  top: -130px;
}

.jara_lp_slider .item {
  max-width: 618px;
}

.jara_lp_game {
  padding: 100px 15px;
  background: url(../image/02_game/bg_game_pc.jpg);
  text-align: center;
  color: #fff;
}
.jara_lp_game h2 {
  margin-bottom: 45px;
}
.jara_lp_game h2 img {
  width: 100%;
  max-width: 520px;
  height: auto;
}
.jara_lp_game .small_text {
  font-size: 2rem;
  padding-top: 24px;
  color: white;
  margin: 0 auto;
  font-weight: 500;
}

.jara_lp_game .stadium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jara_lp_game .stadium li {
  flex: 0 0 50%;
  margin: 0 20px 50px;
  max-width: 420px;
  display: flex;
  align-items: flex-end;
}
.jara_lp_game .stadium .date {
  line-height: 0.8;
  font-size: 10rem;
}
.jara_lp_game .stadium .week {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 15px;
  width: 41px;
  height: 41px;
  background: #575757;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
}
.jara_lp_game .stadium .week.sat {
  background: #368bff;
}
.jara_lp_game .stadium .week.sun {
  background: #ff2424;
}
.jara_lp_game .stadium .times {
  margin-left: 24px;
}
.jara_lp_game .stadium .times th {
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
}
.jara_lp_game .stadium .times th span {
  display: block;
  background: #fff;
  border-radius: 12px;
  line-height: 24px;
  color: #00388f;
  font-size: 1.6rem;
  font-weight: bold;
}
.jara_lp_game .stadium .times td {
  padding: 8px 0 0 24px;
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  font-size: 3rem;
}
.jara_lp_game .place {
  font-size: 2.8rem;
  font-weight: bold;
}
.jara_lp_game .place .sign {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  padding: 0 20px;
  background: #fff;
  line-height: 39px;
  color: #111;
  font-size: 2.5rem;
}
.jara_lp_game .movie {
  margin-top: 50px;
}

.jara_lp_btns {
  margin-top: 45px;
  text-align: center;
}

.jara_lp_title {
  margin-bottom: 50px;
  text-align: center;
}
.jara_lp_title img {
  height: 82px;
}
.jara_lp_title .eng {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 0.9;
  color: #c69e43;
  letter-spacing: 0.05em;
  font-size: 5.2rem;
  font-weight: bold;
}
.jara_lp_title .jap {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_inner {
    padding: 0 15px;
  }

  .jara_lp_anchorarea .anchor {
    top: -110px;
  }

  .jara_lp_slider .item {
    max-width: 295px;
  }

  .jara_lp_game {
    padding: 50px 15px;
    background-image: url(../image/02_game/bg_game_sp.jpg);
  }
  .jara_lp_game h2 {
    margin-bottom: 20px;
  }
  .jara_lp_game .small_text {
    font-size: 1.8rem;
    padding-top: 16px;
    color: white;
    margin: 0 auto;
    font-weight: 500;
  }

  .jara_lp_game h2 img {
    max-width: 380px;
  }
  .jara_lp_game .stadium {
    display: block;
  }
  .jara_lp_game .stadium li {
    justify-content: center;
    margin: 0 0 20px;
  }
  .jara_lp_game .stadium .date {
    font-size: 7.8rem;
  }
  .jara_lp_game .stadium .week {
    margin-left: 10px;
    margin-bottom: 7px;
    width: 34px;
    height: 34px;
    font-size: 2.6rem;
  }
  .jara_lp_game .place {
    margin-top: 28px;
    font-size: 1.6rem;
  }
  .jara_lp_game .place .sign {
    margin-right: 8px;
    padding: 0 10.7px;
    line-height: 24px;
    font-size: 1.6rem;
  }
  .jara_lp_game .stadium .times {
    margin-left: 14px;
    margin-bottom: 5px;
  }
  .jara_lp_game .stadium .times th {
    padding: 5px 0 0;
    width: 48px;
  }
  .jara_lp_game .stadium .times th span {
    line-height: 20px;
    font-size: 1.2rem;
  }
  .jara_lp_game .stadium .times td {
    padding: 7px 0 0 9px;
    font-size: 2.4rem;
  }
  .jara_lp_game .movie {
    margin-top: 45px;
  }

  .jara_lp_btns {
    margin-top: 32px;
  }

  .jara_lp_title {
    margin-bottom: 25px;
  }
  .jara_lp_title img {
    height: auto;
    width: 100%;
  }
}

/* !jara_lp_wrapper
---------------------------------------------------------- */
#jara_lp_wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 122px;
  width: 100%;
  min-width: 720px;
  min-height: 100vh;
  background: #111;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #jara_lp_wrapper {
    padding-top: 94px;
    min-width: 100%;
  }
}

/* !header
---------------------------------------------------------- */
#jara_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #00388f;
}
#jara_lp_headlogo {
  display: flex;
  align-items: center;
}
#jara_lp_headlogo .logo {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  padding: 12.5px 50px 12.5px 27px;
  background: #fff;
}
#jara_lp_headlogo .logo img {
  height: 45px;
}
#jara_lp_headlogo .jap img {
  height: 58px;
  padding-left: 18px;
}
#jara_lp_header .headlinks {
  position: fixed;
  right: 34px;
  bottom: 16px;
}
.jara_lp_btn_menu {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 42px;
}
.jara_lp_btn_menu span {
  display: block;
  margin: 10px auto;
  transition: all 0.5s;
  width: 100%;
  height: 5px;
  background: #fff;
}
.jara_lp_btn_menu.active span:first-child {
  -webkit-transform: translateY(15px) rotate(45deg);
  -moz-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}
.jara_lp_btn_menu.active span:nth-child(2) {
  opacity: 0;
}
.jara_lp_btn_menu.active span:last-child {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -moz-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}
#jara_lp_navi {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150%);
  transition: all 0.5s;
  padding: 30px 0;
  width: 100%;
  max-width: 375px;
  background: #00388f;
  text-align: center;
}
#jara_lp_navi.open {
  opacity: 1;
  transform: translateY(0%);
}
#jara_lp_navi li {
  margin-bottom: 35px;
}
#jara_lp_navi li a {
  display: block;
  text-align: center;
  color: #c69e43;
  font-weight: bold;
  font-size: 2rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #jara_lp_headlogo .logo {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    padding: 8.5px 23px 8.5px 9px;
  }
  #jara_lp_headlogo .logo img {
    height: 33px;
  }
  #jara_lp_headlogo .jap img {
    height: 40px;
    padding-left: 10px;
  }
  #jara_lp_header .headlinks {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .jara_lp_btn_menu {
    right: 16px;
    width: 28px;
  }
  .jara_lp_btn_menu span {
    margin: 6px auto;
    height: 3px;
  }
  .jara_lp_btn_menu.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .jara_lp_btn_menu.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  #jara_lp_navi {
    padding: 35px 0 20px;
  }
  #jara_lp_navi li {
    margin-bottom: 20px;
  }
}

.lp_quicknav {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 98;
  width: 100%;
  background: rgba(8, 22, 46, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.lp_quicknav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 12px 0;
}

.lp_quicknav__list a {
  display: block;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.lp_quicknav__list a:hover {
  background: #c69e43;
  border-color: #c69e43;
}

@media screen and (max-width: 767px) {
  .lp_quicknav {
    top: 50px;
  }

  .lp_quicknav__list {
    gap: 8px;
    padding: 8px 0;
  }

  .lp_quicknav__list a {
    padding: 9px 6px;
    font-size: 1.1rem;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.jara_lp_mainVisual .kv img {
  width: 100%;
}
.jara_lp_mainVisual .introd {
  padding: 100px 15px 75px;
  background: url(../image/01_top/bg_pc.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.jara_lp_mainVisual .introd h2 {
  margin-bottom: 52px;
}

.jara_lp_mainVisual .introd .small_text {
  font-size: 2rem;
  padding-top: 24px;
  color: white;
  margin: 0 auto;
  font-weight: 500;
}

.jara_lp_mainVisual .tit {
  margin-bottom: 35px;
  color: #c69e43;
  font-size: 3.5rem;
  font-weight: bold;
}
.jara_lp_mainVisual .txt {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}

.menu {
  background-color: #02388f;
  padding: 80px 0px;
}

.menu__inner {
}

.menu__btn {
  max-width: 384px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.menu__btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #e21e1e;
  border: 1px solid white;
  border-radius: 35px;
  transition: all 0.3s;
}

.menu__btn a:hover {
  opacity: 0.7;
}

.menu__btn img {
  width: 7px;
}

.menu__title {
  max-width: 434px;
  margin: 0 auto;
  margin-top: 86px;
}

.menu__lists {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 11px;
  margin-top: 45px;
}

.menu__list a {
  position: relative;
  display: block;
  transition: all 0.3s;
}

.menu__list a:hover {
  opacity: 0.8;
}

.menu__list--out a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
}

.menu__information {
  margin-top: 86px;
  padding-left: 16px;
  border-left: 6px solid white;
}

.information__title {
  color: #c69e43;
  font-size: 40px;
  font-weight: bold;
  line-height: calc(48 / 40);
}

.information__lists {
  margin-top: 23px;
}

.information__list {
}

.information__list + .information__list {
  margin-top: 26px;
}

.information__list a {
  transition: all 0.3s;
}

.information__list a:hover {
  opacity: 0.8;
}

.information__list time {
  color: #c69e43;
  font-size: 16px;
  font-weight: bold;
}

.information__list-title {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_mainVisual .introd {
    padding: 50px 15px 40px;
    background-image: url(../image/01_top/bg_sp.jpg);
  }
  .jara_lp_mainVisual .introd h2 {
    margin-bottom: 34px;
  }
  .jara_lp_mainVisual .tit {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .jara_lp_mainVisual .txt {
    text-align: left;
  }

  .jara_lp_mainVisual .introd .small_text {
    font-size: 1.8rem;
    padding-top: 16px;
    color: white;
    margin: 0 auto;
    font-weight: 500;
  }
  .menu {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .menu__btn {
    max-width: 307px;
    margin: 0 auto;
    height: 56px;
  }
  .menu__btn a {
    font-size: 16px;
    gap: 18px;
  }
  .menu__title {
    margin-top: 56px;
  }
  .menu__lists {
    margin-top: 26px;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px 8px;
  }
  .menu__information {
    margin-top: 38px;
    border-width: 3px;
    padding-left: 16px;
  }
}

/* jara_lp_result
-----------------------------------------------------------*/
.jara_lp_result {
  padding: 80px 0 0;
}
.jara_lp_result .jara_lp_result_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jara_lp_result ul {
  flex: 0 0 48%;
}

.jara_lp_result ul li {
  margin-bottom: 8px;
}
.jara_lp_result li a {
  display: block;
  position: relative;
  padding: 6px 40px 6px 16px;
  background: #00388f;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.jara_lp_result li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.jara_lp_result li a:hover {
  opacity: 0.7;
}

.jara_lp_schedule {
  padding: 100px 0;
}
.jara_lp_tabCard {
  display: flex;
  justify-content: space-between;
}
.jara_lp_tabCard li {
  cursor: pointer;
  padding: 4px 0;
  width: calc(25% - 1px);
  background: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.jara_lp_tabCard.tabCtrlbottom li {
  border-radius: 0 0 10px 10px;
}
.jara_lp_tabCard li.on {
  background: #c69e43;
  color: #fff;
}
.jara_lp_tabCard li big {
  font-size: 2.2rem;
}
.tabCtrlbottom {
  display: none !important;
}
.jara_lp_tabBox {
  padding: 30px 0;
}
.jara_lp_schedule .schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  align-items: start;
}
.jara_lp_schedule .schedule_left,
.jara_lp_schedule .schedule_right {
  width: 100%;
}
.jara_lp_schedule .schedule dl {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
.jara_lp_schedule .schedule dt {
  padding: 5px;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  background: #003f8d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.jara_lp_schedule .schedule dd {
  width: 130px;
  flex: 0 0 130px;
  background: #fff;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  font-size: 2.1rem;
}
.jara_lp_schedule .schedule .fontadjust {
  font-size: 1.3rem;
}
.jara_lp_schedule .txt {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_result {
    padding: 50px 0 50px;
  }
  .jara_lp_result .jara_lp_result_list {
    display: block;
  }

  .jara_lp_tabBox {
    padding: 25px 0;
  }
  .jara_lp_schedule {
    padding: 50px 0;
  }
  .jara_lp_tabCard li {
    padding: 3px 0 1px;
  }
  .jara_lp_schedule .schedule {
    display: block;
  }
  .jara_lp_schedule .schedule_right {
    margin-top: 16px;
  }
  .jara_lp_schedule .schedule dt {
    width: auto;
    flex: 1 1 auto;
  }
  .jara_lp_schedule .schedule dd {
    width: 122px;
    flex: 0 0 122px;
  }
  .jara_lp_schedule .schedule .fontadjust {
    font-size: 1.2rem;
  }
}

/* jara_lp_ticket
-----------------------------------------------------------*/
.jara_lp_ticket {
  padding: 100px 0;
  background: #00388f;
  color: #fff;
}
.jara_lp_ticket .seat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.jara_lp_ticket .seat .item {
  flex: 0 0 48%;
  /* border-bottom: solid 1rem #e60812; */
}
.jara_lp_ticket .seat .tit {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.jara_lp_ticket .seat .txt {
  font-size: 1.3rem;
}
.jara_lp_ticket .seat table {
  display: block;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  line-height: 1.43;
}
.jara_lp_ticket .seat th {
  color: #2b2b2b;
  font-weight: bold;
}
.jara_lp_ticket .seat thead th {
  padding: 4px;
  background: #adc8fc;
  text-align: center;
}
.jara_lp_ticket .seat tbody th {
  padding: 5.5px 3px;
  width: 35%;
  background: #e60012;
  font-size: 1.2rem;
  color: white;
}
.jara_lp_ticket .seat tbody tr:nth-of-type(2) th {
  background: #3875f0;
}
.jara_lp_ticket .seat .item:nth-child(1) tbody tr:nth-of-type(2) th {
  background: #3875f0;
}
.jara_lp_ticket .seat tbody tr:nth-of-type(3) th {
  background: #00923a;
}
.jara_lp_ticket .seat tbody tr:nth-of-type(4) th {
  background: #f6ab00;
}
.jara_lp_ticket .seat tbody tr:nth-of-type(5) th {
  background: #a300bc;
}
.jara_lp_ticket .seat td {
  background: #f5f9ff;
  text-align: center;
  font-weight: 500;
}
.jara_lp_ticket .seat .price {
  padding: 3px;
  display: block;
  background: #f5f9ff;
  color: #2b2b2b;
  font-size: 1.6rem;
}
.jara_lp_ticket .seat .notes {
  margin-top: 2px;
  font-size: 1.2rem;
}

.jara_lp_ticket .ticket_price {
  margin-top: 24px;
}

.jara_lp_ticket .seat.ticket_price {
  display: block;
  width: 100%;
}

.jara_lp_ticket .ticket_price_tabWrap {
  width: 100%;
  margin: 0 auto;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard::-webkit-scrollbar {
  display: none;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
  flex: 0 0 auto;
  width: calc(20% - 1px);
  min-width: 0;
  padding: 4px 0;
  border-radius: 10px 10px 0 0;
  white-space: normal;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li big {
  font-size: 1.8rem;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li small {
  display: block;
  margin-top: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabBox {
  padding-top: 18px;
  padding-bottom: 8px;
}

.jara_lp_ticket .ticket_price_tabWrap .tabBox .item {
  width: 100%;
  flex: 1 1 100%;
  margin-top: 0;
}

/* ticket price table: center like timeschedule */
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabBox {
  max-width: 980px;
  margin: 0 auto;
}

.jara_lp_ticket .ticket_price_tabWrap .tabBox .item {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.jara_lp_ticket .ticket_price_tabWrap table {
  display: table;
  width: 100%;
  margin: 12px auto 0;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
  font-size: 1.05rem;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li big {
  font-size: 2rem;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li small {
  font-size: 0.95rem;
}

.jara_lp_ticket .ticket_price_tabWrap tbody th {
  font-size: 1.45rem;
  line-height: 1.55;
}

.jara_lp_ticket .ticket_price_tabWrap td {
  font-size: 1.55rem;
}

.jara_lp_ticket .ticket_price_tabWrap .price {
  font-size: 2rem;
}

.jara_lp_ticket .ticket_price_tabWrap .notes {
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.7;
}

.jara_lp_ticket .introd {
  margin-top: 50px;
}
.jara_lp_ticket .introd .item {
  display: flex;
  /* align-items: center; */
  background: #ffffff;
}
.jara_lp_ticket .introd .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.jara_lp_ticket .introd .info {
  flex: 0 0 52%;
  padding: 20px;
  line-height: 1.71;
  color: #2b2b2b;
}
.jara_lp_ticket .introd .tit {
  margin-bottom: 10px;
  color: #00388f;
  font-size: 2rem;
}
.item.first {
  margin-bottom: 3.2rem;
}

.seat_desc {
  font-size: 1.6rem;
  line-height: 2;
}

.info.red {
  border-bottom: solid 1rem #e60812;
}
.info.green {
  border-bottom: solid 1rem #00923a;
}
.info.yellow {
  border-bottom: solid 1rem #f6ab00;
}
.info.blue {
  border-bottom: solid 1rem #3875f0;
}
.info.purple {
  border-bottom: solid 1rem #a300bc;
}

.seat_sp {
  display: none;
}

.jara_lp_ticket .ticket_2024 {
  margin: 40px auto;
  padding: 20px 35px;
  border: 2px solid #fff;
  color: #fff;
}
.jara_lp_ticket .ticket_2024 h3 {
  margin: 0 auto 30px;
  padding: 0 0 10px;
  max-width: 290px;
  border-bottom: 2px solid #c69e43;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.jara_lp_ticket .ticket_2024 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jara_lp_ticket .ticket_2024 li {
  flex: 100%;
  padding: 0 0 10px 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-weight: 500;
}
.jara_lp_ticket .ticket_2024 li:before {
  content: "●";
  margin-right: 3px;
  color: #c69e43;
  font-size: 0.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_ticket {
    padding: 50px 0;
  }
  .jara_lp_ticket .seat {
    display: block;
    margin-top: 0;
  }
  .jara_lp_ticket .seat .item {
    margin-top: 25px;
  }

  .jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
    min-width: 112px;
    padding: 5px 8px 3px;
    font-size: 0.85rem;
  }

  .jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li big {
    font-size: 1.55rem;
  }

  .jara_lp_ticket .ticket_price_tabWrap .tabBox .item {
    margin-top: 0;
  }
  .jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
    font-size: 0.95rem;
  }
  .jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li big {
    font-size: 1.65rem;
  }
  .jara_lp_ticket .ticket_price_tabWrap tbody th {
    font-size: 1.25rem;
  }
  .jara_lp_ticket .ticket_price_tabWrap td {
    font-size: 1.35rem;
  }
  .jara_lp_ticket .ticket_price_tabWrap .price {
    font-size: 1.75rem;
  }
  .jara_lp_ticket .ticket_price_tabWrap .notes {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .jara_lp_ticket .introd .item {
    display: block;
  }
  .jara_lp_ticket .introd .item + .item {
    margin-top: 40px;
  }
  .jara_lp_ticket .introd .info {
    padding: 5px 10px;
    height: 177px;
  }
  .jara_lp_ticket .introd .tit {
    margin-bottom: 5px;
  }
  .seat_sp {
    display: block;
  }
  .seat_pc {
    display: none;
  }
  .seat_desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .jara_lp_ticket .ticket_2024 {
    padding: 20px 16px;
    margin: 3rem auto;
  }

}

/* jara_lp_access
-----------------------------------------------------------*/
.jara_lp_access {
  padding: 100px 0;
}
.jara_lp_access .display {
  display: flex;
  justify-content: space-between;
}
.jara_lp_access .display .img {
  width: 48%;
}
.jara_lp_access .display .info {
  width: 46.4%;
}
.jara_lp_access .map {
  align-items: center;
  color: #fff;
}
.jara_lp_access .map h3 {
  margin-bottom: 10px;
  color: #c69e43;
  font-size: 2.5rem;
  font-weight: bold;
}
.jara_lp_access .map .info {
  font-size: 1.6rem;
  font-weight: 500;
}
.jara_lp_access .map .img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #0b1020;
}
.jara_lp_access .map .img iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}
.jara_lp_access .map .link {
  color: #fff;
  font-size: 1.4rem;
}
.jara_lp_access .map .link:hover {
  text-decoration: underline;
}
.jara_lp_access .access {
  margin-top: 0;
  padding: 20px 35px;
  border: 2px solid #fff;
  color: #fff;
}
.jara_lp_access .access .access_venue {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}
.jara_lp_access .access .access_address {
  margin-top: 8px;
  text-align: center;
  font-size: 1.65rem;
  line-height: 1.7;
}
.jara_lp_access .access_media {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
}
.jara_lp_access .access_media .map {
  flex: 1 1 0;
  display: block;
}
.jara_lp_access .access_media .movie {
  flex: 1 1 0;
  margin-top: 0;
}
.jara_lp_access .access_media .map .img,
.jara_lp_access .access_media .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #0b1020;
}
.jara_lp_access .access_media .map .img iframe,
.jara_lp_access .access_media .movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}
.jara_lp_access .access h3:not(.access_venue) {
  margin: 0 auto 30px;
  padding: 0 0 10px;
  max-width: 290px;
  border-bottom: 2px solid #c69e43;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.jara_lp_access .access ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jara_lp_access .access li {
  flex: 100%;
  padding: 0 0 10px 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-weight: 500;
}
.jara_lp_access .access li:before {
  content: "●";
  margin-right: 3px;
  color: #c69e43;
  font-size: 0.8rem;
}
.jara_lp_access .traffic {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.jara_lp_access .traffic h3,
.jara_lp_access .traffic h4 {
  cursor: pointer;
  position: relative;
  padding: 13px 50px 13px 100px;
  background: url(../image/06_access/icon_bus.svg) no-repeat 30px center #00388f;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.jara_lp_access .traffic .ico_traffic02 {
  background-image: url(../image/06_access/icon_car.svg);
}
.jara_lp_access .traffic h3:after,
.jara_lp_access .traffic h4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.3s;
  width: 70px;
  height: 100%;
  background: url(../image/06_access/icon_arrow.svg) no-repeat center;
}
.jara_lp_access .traffic h3.open:after,
.jara_lp_access .traffic h4.open:after {
  transform: rotate(0deg);
}
.jara_lp_access .toggleBox,
.jara_lp_access .listBox {
  display: none;
}
.jara_lp_access .traffic .bg {
  padding: 30px 40px;
  background: #fff;
}
.jara_lp_access .timetable {
  margin-top: 30px;
}
.jara_lp_access .timetable li {
  margin-bottom: 25px;
}
.jara_lp_access .traffic h4 {
  padding: 8px;
  background: #00388f;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.jara_lp_access .timetable .table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.jara_lp_access .timetable .table .item {
  flex: 0 0 48%;
}
.jara_lp_access .timetable .table .tit {
  margin-bottom: 5px;
  color: #00388f;
  font-size: 2rem;
}
.jara_lp_access .timetable .table table {
  width: 100%;
}
.jara_lp_access .timetable .table table th,
.jara_lp_access .timetable .table table td {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.71;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

.jara_lp_access .timetable .table table th {
  border-right: 2px solid #fff;
}

.jara_lp_access .timetable .table table tr:nth-child(odd) th,
.jara_lp_access .timetable .table table tr:nth-child(odd) td {
  background: #bfcfe4;
}

.jara_lp_access .timetable .table table tr:nth-child(even) th,
.jara_lp_access .timetable .table table tr:nth-child(even) td {
  background: #f0f2f8;
}

.jara_lp_access .jara_lp_btns {
  margin-top: 30px;
}
.jara_lp_access .note {
  margin-top: 15px;
  color: #fff;
  font-size: 1.3rem;
}
.jara_lp_access .movie {
  margin-top: 70px;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.jara_lp_access .movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_access {
    padding: 50px 0;
  }
  .jara_lp_access .display {
    flex-direction: column;
  }
  .jara_lp_access .display .img {
    width: 100%;
  }
  .jara_lp_access .display .info {
    width: 100%;
  }
  .jara_lp_access .map .img {
    margin-bottom: 15px;
  }
  .jara_lp_access .map .img iframe {
    min-height: 240px;
  }
  .jara_lp_access .map h3 {
    margin-bottom: 2px;
    font-size: 2rem;
  }
  .jara_lp_access .access {
    margin-top: 0;
    padding: 20px 16px;
  }
  .jara_lp_access .access .access_address {
    font-size: 1.45rem;
  }
  .jara_lp_access .access .access_venue {
    font-size: 2rem;
  }
  .jara_lp_access .access_media {
    display: block;
    margin-top: 24px;
  }
  .jara_lp_access .access_media .movie {
    margin-top: 18px;
  }
  .jara_lp_access .access_media .map .img,
  .jara_lp_access .access_media .movie {
    border-radius: 10px;
  }
  .jara_lp_access .access h3 {
    padding: 0 0 6px;
  }
  .jara_lp_access .access ul {
    display: block;
  }
  .jara_lp_access .traffic {
    margin-top: 25px;
  }
  .jara_lp_access .traffic h3,
  .jara_lp_access .traffic h4 {
    padding: 13px 45px 13px 67px;
    background-position: 16px center;
    background-size: 30px;
    font-size: 1.4rem;
  }
  .jara_lp_access .traffic h3:after,
  .jara_lp_access .traffic h4:after {
    width: 44px;
    height: 100%;
    background-size: 15px;
  }
  .jara_lp_access .traffic .bg {
    padding: 15px 16px;
  }
  .jara_lp_access .timetable {
    margin-top: 40px;
  }
  .jara_lp_access .timetable li {
    margin-bottom: 23px;
  }
  .jara_lp_access .traffic h4 {
    padding: 8px;
    font-size: 1.8rem;
  }
  .jara_lp_access .timetable .table {
    display: block;
    margin-top: 15px;
  }
  .jara_lp_access .timetable .table .item + .item {
    margin-top: 30px;
  }
  .jara_lp_access .park {
    flex-direction: column-reverse;
  }
  .jara_lp_access .park .img {
    margin-top: 16px;
  }
  .jara_lp_access .note {
    margin-top: 10px;
  }
  .jara_lp_access .movie {
    margin-top: 30px;
  }
}

/* jara_lp_food
-----------------------------------------------------------*/
.jara_lp_food {
  padding: 100px 0 0px 0;
}
.jara_lp_food .foods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jara_lp_food .foods li {
  display: flex;
  margin-bottom: 10px;
  flex: 0 0 48%;
  background: #fff;
}
.jara_lp_food .foods li:last-child,
.jara_lp_food .foods li:nth-last-child(2) {
  margin-bottom: 0;
}
.jara_lp_food .foods .img {
  width: 55%;
}
.jara_lp_food .foods .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.jara_lp_food .foods .info {
  padding: 8px;
  width: 45%;
}
.jara_lp_food .foods .info p {
  overflow: auto;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  height: 70px;
  font-weight: 500;
}
.jara_lp_food .foods .tit {
  margin-bottom: 5px;
  color: #ff8709;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
}
.jara_lp_food .foods .info .price {
  margin-top: 5px;
  height: auto;
  text-align: right;
  color: #f60700;
  font-size: 1.6rem;
  font-weight: normal;
  height: 70px;
}

.food_info {
  text-align: center;
  margin-top: 40px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_food {
    padding: 50px 0 50px;
  }
  .jara_lp_food .foods {
    display: block;
  }
  .jara_lp_food .foods li,
  .jara_lp_food .foods li:nth-last-child(2) {
    margin-bottom: 16px;
  }
}

/* jara_lp_event
-----------------------------------------------------------*/
.jara_lp_event {
  padding-bottom: 100px;
}
.jara_lp_event ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jara_lp_event li {
  flex: 0 0 48%;
  position: relative;
  background: #fff;
}
.jara_lp_event li .step {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  padding: 0 16px 0 10px;
  background: #fff;
  border-left: 6px solid #c69e43;
  line-height: 33px;
  color: #c69e43;
  text-transform: uppercase;
  font-size: 2.9rem;
}
.jara_lp_event li .info {
  padding: 15px;
  font-weight: 500;
  font-size: 1.6rem;
}

.jara_lp_event li p span {
  font-size: 1.2rem;
}

.jara_lp_event li .tit {
  margin-bottom: 10px;
  color: #1b4aa6;
  font-size: 2rem;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_event {
    padding-bottom: 50px;
  }
  .jara_lp_event ul {
    display: block;
  }
  .jara_lp_event li + li {
    margin-top: 40px;
  }
}

/* jara_lp_player
-----------------------------------------------------------*/
.jara_lp_player {
  padding: 86px 0 80px;
  color: #fff;
}
.jara_lp_player .slide_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5% 38px;
}
.jara_lp_player .slide_nav li {
  margin: 0 8px 12px;
  width: 30%;
  max-width: 164px;
  background: #d0cecc;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  cursor: pointer;
}
.jara_lp_player .slide_nav li.slick_on {
  background: #c69e43;
}
.jara_lp_player .slider .display {
  position: relative;
  background: #003f8d;
}
.jara_lp_player .slider .img {
  position: relative;
  width: 100%;
}
.jara_lp_player .slider .img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.jara_lp_player .slider .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jara_lp_player .slider .info {
  padding: 16px;
  padding-bottom: 48px;
  line-height: 1.71;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.jara_lp_player .slider .info p .hide {
  display: block;
}
.jara_lp_player .slider .tit {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.jara_lp_player .slider .team {
  font-size: 20px;
  font-weight: bold;
  color: #d6ab47;
}

.jara_lp_player .slider .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 203px;
  height: 40px;
  cursor: pointer;
}
.jara_lp_player .slick-prev {
  transform: translate(-50%, -50%);
  top: 144px;
}
.jara_lp_player .slick-next {
  transform: translate(50%, -50%);
  top: 144px;
}

.jara_lp_player .slider {
  max-width: 534px;
  margin: 0 auto;
}

.jara_lp_player .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 534px;
  height: calc(100% - 120px);
  max-height: 650px;
  z-index: 1000;
  display: none;
}

.jara_lp_player .modal__item {
  position: relative;
  z-index: 1;
  display: none;
}
.jara_lp_player .modal .img {
  position: relative;
}
.jara_lp_player .modal .img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.jara_lp_player .modal .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jara_lp_player .modal__item .info {
  padding: 16px;
  background-color: #02388f;
  overflow-y: scroll;
}

.jara_lp_player .modal__item .tit {
  font-size: 18px;
  font-weight: bold;
}

.jara_lp_player .modal__item .team {
  font-size: 20px;
  font-weight: bold;
  color: #c69e43;
  line-height: 1.5;
  margin-top: 8px;
}

.jara_lp_player .modal__item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 8px auto;
  max-height: 200px;
  /* overflow-y: scroll; */
}

.jara_lp_player .modal__item .close {
  background-color: white;
  color: #c69e43;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jara_lp_player .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 999;
  display: none;
}

@media screen and (max-height: 780px) {
  .modal {
    overflow: scroll;
  }

  .modal__text {
    overflow: initial;
    max-height: unset;
  }
}

.jara_lp_watch {
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.jara_lp_watch .sub {
  margin-bottom: 50px;
}
.jara_lp_watch .sub span {
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid #c69e43;
  font-size: 2rem;
  font-weight: bold;
}
.jara_lp_watch ul {
  display: flex;
  justify-content: center;
}
.jara_lp_watch li {
  margin: 0 20px;
  width: 40%;
  max-width: 146px;
  text-align: left;
  font-weight: 500;
}
.jara_lp_watch li .ico {
  margin: 0 auto 10px;
  max-width: 97px;
}
.jara_lp_watch .note1 {
  margin: 50px auto 0;
  padding: 14px 10px;
  max-width: 550px;
  border: 1px solid #fff;
  font-weight: bold;
}
.jara_lp_watch .note2 {
  margin: 50px auto 0;
  font-weight: bold;
}
.jara_lp_watch .jara_lp_btns {
  margin-top: 30px;
}
.jara_lp_watch .jara_lp_btns img {
  max-width: 345px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_player {
    padding: 50px 0 77px;
  }
  .jara_lp_player .slide_nav {
    padding: 0;
    margin: 0 -8px 13px;
  }
  .jara_lp_player .slide_nav li {
    margin: 0 8px 12px;
    width: calc(50% - 16px);
  }
  .jara_lp_player .slider .item {
  }
  .jara_lp_player .slider .display {
    display: block;
    padding-bottom: 49px;
  }
  .jara_lp_player .slider .info {
    padding: 16px;
  }
  .jara_lp_player .slider .info p .hide {
    display: none;
  }
  .jara_lp_player .slider .tit {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .jara_lp_player .slider .more {
    /* display: block;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 18px;
    cursor: pointer; */
  }
  .jara_lp_player .slider .more span {
    font-size: 1.4rem;
    position: relative;
    color: #0a3f8d;
    display: none;
  }
  .jara_lp_player .slider .more .more_open {
    display: inline-block;
  }
  .jara_lp_player .slider .more span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .jara_lp_player .slider .more .more_open:after {
    border-width: 10px 6px 0 6px;
    border-color: #0a3e8d transparent transparent transparent;
  }

  .jara_lp_player .slider .more .more_close:after {
    top: 44%;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #0a3e8d transparent;
  }

  .jara_lp_player .slider .more.active .more_close {
    display: inline-block;
  }

  .jara_lp_player .slider .more.active .more_open {
    display: none;
  }

  .jara_lp_player .slick-prev {
    /* transform: translate(0, -50%);
    top: 109px;
    left: -15px; */
  }
  .jara_lp_player .slick-next {
    /* transform: translate(0, -50%);
    top: 109px;
    right: -15px; */
  }
  .jara_lp_watch {
    padding: 50px 0;
    text-align: left;
  }
  .jara_lp_watch .sub {
    margin-bottom: 24px;
    text-align: center;
  }
  .jara_lp_watch .sub span {
    padding: 0 20px 6px;
    font-size: 1.8rem;
  }
  .jara_lp_watch li {
    margin: 0;
    padding: 0 16px;
    width: 50%;
    max-width: inherit;
  }
  .jara_lp_watch .note1 {
    margin: 20px auto 0;
    padding: 9px 12px;
  }
  .jara_lp_watch .note2 {
    margin: 35px auto 0;
  }
  .jara_lp_player .modal {
    width: calc(100% - 32px);
    height: fit-content;
    overflow: hidden;
    max-height: unset;
  }
}

/* jara_lp_sponsor
-----------------------------------------------------------*/
.jara_lp_sponsor {
  padding: 100px 0;
  background: #fff;
}
.jara_lp_sponsor .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px 0px;
}
.jara_lp_sponsor .logos li {
  /* margin: 0 25px 30px; */
  width: calc(23.6% - 50px);
  flex: 0 25%;
}
.jara_lp_sponsor .logos .one {
  flex: 0 33%;
}

.jara_lp_sponsor .logos .two {
  flex: 0 33%;
}
/* .jara_lp_sponsor .logos li:nth-child(1),
.jara_lp_sponsor .logos li:nth-child(2),
.jara_lp_sponsor .logos li:nth-child(3),
.jara_lp_sponsor .logos li:nth-child(4),
.jara_lp_sponsor .logos li:nth-child(5),
.jara_lp_sponsor .logos li:nth-child(6),
.jara_lp_sponsor .logos li:nth-child(7),
.jara_lp_sponsor .logos li:nth-child(8),
.jara_lp_sponsor .logos li:nth-child(9) {
  flex: 0 33%;
} */
.jara_lp_sponsor .logos a {
  display: inline-block;
  max-width: 120px;
}
/* .jara_lp_sponsor .logos li:nth-child(1) a,
.jara_lp_sponsor .logos li:nth-child(2) a,
.jara_lp_sponsor .logos li:nth-child(3) a,
.jara_lp_sponsor .logos li:nth-child(4) a,
.jara_lp_sponsor .logos li:nth-child(5) a,
.jara_lp_sponsor .logos li:nth-child(6) a,
.jara_lp_sponsor .logos li:nth-child(7) a,
.jara_lp_sponsor .logos li:nth-child(8) a,
.jara_lp_sponsor .logos li:nth-child(9) a {
  max-width: 198px;
} */

.jara_lp_sponsor .logos .one a {
  max-width: 231px;
}

.jara_lp_sponsor .logos .two a {
  max-width: 143px;
}

.jara_lp_sponsor .logos a:hover {
  opacity: 0.7;
}

.jara_lp_facebook {
  padding: 70px 0 0;
}
.jara_lp_facebook ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jara_lp_facebook li {
  flex: 0 0 48%;
}
.jara_lp_facebook .tit {
  margin-bottom: 6px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_sponsor {
    padding: 50px 0;
  }
  .jara_lp_sponsor .logos {
    justify-content: space-between;
    gap: 28px 0;
  }
  .jara_lp_sponsor .logos li {
    /* margin: 0 25px 25px; */
    width: calc(50% - 50px);
    flex: 0 25%;
  }
  .jara_lp_sponsor .logos a {
    max-width: 100px;
  }

  .jara_lp_facebook {
    padding: 56px 0 0;
  }
  .jara_lp_facebook ul {
    display: block;
  }
  .jara_lp_facebook .tit {
    text-align: center;
  }

  /* .jara_lp_sponsor .logos li:nth-child(1),
  .jara_lp_sponsor .logos li:nth-child(2),
  .jara_lp_sponsor .logos li:nth-child(3),
  .jara_lp_sponsor .logos li:nth-child(4),
  .jara_lp_sponsor .logos li:nth-child(5),
  .jara_lp_sponsor .logos li:nth-child(6),
  .jara_lp_sponsor .logos li:nth-child(7),
  .jara_lp_sponsor .logos li:nth-child(8),
  .jara_lp_sponsor .logos li:nth-child(9) {
    flex: 0 50%;
  } */

  /* .jara_lp_sponsor .logos li:nth-child(1),
  .jara_lp_sponsor .logos li:nth-child(2) a,
  .jara_lp_sponsor .logos li:nth-child(3) a,
  .jara_lp_sponsor .logos li:nth-child(4) a,
  .jara_lp_sponsor .logos li:nth-child(5) a,
  .jara_lp_sponsor .logos li:nth-child(6) a,
  .jara_lp_sponsor .logos li:nth-child(7) a,
  .jara_lp_sponsor .logos li:nth-child(8) a,
  .jara_lp_sponsor .logos li:nth-child(9) a {
    max-width: 138px;
  } */
  .jara_lp_sponsor .logos .one a {
    max-width: 180px;
  }

  .jara_lp_sponsor .logos .two {
    flex: 0 33%;
  }

  .jara_lp_sponsor .logos .two a {
    max-width: 120px;
  }
}

/* jara_lp_footer
-----------------------------------------------------------*/
.jara_lp_footer {
  padding: 100px 16px 160px;
  background: #fff;
  text-align: center;
}
.jara_lp_footer #copyright {
  margin-top: 30px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .jara_lp_footer {
    padding: 90px 16px 100px;
  }
  .jara_lp_footer img {
    max-width: 160px;
  }
  .jara_lp_footer #copyright {
    margin-top: 38px;
    font-size: 1.4rem;
  }
}

/* jara_lp_galeery
-----------------------------------------------------------*/

.jara_lp_gallery {
  padding-top: 100px;
  padding-bottom: 160px;
}

.gallery__inner.jara_lp_inner {
  max-width: 840px;
  padding: 0 20px;
}

.gallery__main {
  position: relative;
}

.gallery__grid {
  display: grid;
  gap: 1.75vw 2.34vw;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.gallery__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 307px;
  height: 56px;
  bottom: -80px;
}

.gallery__btn a {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  color: white;
  border: 2px solid white;
  background-color: #00388f;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
}

.gallery__btn a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  background: url(../image/01_top/arrow_white.png) center center / contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.3s;
}

.gallery__btn a.close::before {
  transform: translateY(-50%) rotate(180deg);
}

.gallery__grid picture {
  position: relative;
  opacity: 0;
  animation-name: animation_remove;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
}

.gallery__grid picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33%;
  background: linear-gradient(to top, black, transparent);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.gallery__grid picture.is-cover::before {
  opacity: 1;
}

.gallery__grid picture.is-active {
  animation-name: animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
}

@keyframes animation {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes animation_remove {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .gallery__main {
  }
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 15px);
  }
  .jara_lp_gallery {
    padding-top: 50px;
  }
}

/* jara_lp_news
-----------------------------------------------------------*/

.jara_lp_news {
  background-color: #02388f;
  padding-top: 86px;
  padding-bottom: 80px;
}

.news__inner {
  max-width: 840px;
  padding: 0 20px;
}

.news__bigCards {
  max-width: 720px;
  display: grid;
  gap: min(2.48vw, 34px);
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-top: 50px;
}

.news__smallCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.75vw, 25px);
  margin-top: 58px;
}

.bigCard {
  position: relative;
  height: 100%;
  background-color: white;
  padding-bottom: 56px;
}

.bigCard__img {
  position: relative;
  display: block;
}

.bigCard__img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.bigCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bigCard__content {
  padding: 16px 16px;
}

.cat {
  text-align: center;
  max-width: 65px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
}

.cat.gold {
  border-color: #c69e43;
  color: #c69e43;
}

.cat.black {
  border-color: black;
}

.bigCard__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #02388f;
  margin-top: 8px;
}

.bigCard__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 166px;
}

.bigCard__btn a {
  display: block;
}

.smallCard {
  position: relative;
  padding-bottom: 37px;
}

.smallCard__cat {
}

.smallCard__cat.gold {
}

.smallCard__cat.black {
}

.smallCard__img {
  display: block;
  position: relative;
  margin-top: 8px;
}

.smallCard__img::before {
  display: block;
  content: "";
  padding-top: 75.138%;
}

.smallCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smallCard__title {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 9px;
}

.smallCard__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 105px;
}

.smallCard__btn a {
  display: block;
}

.news-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 534px;
  /* height: calc(100% - 120px); */
  max-height: 650px;
  z-index: 1000;
  display: none;
  background-color: white;
}

.news-modal__small {
}

.news-modal picture {
  position: relative;
  display: block;
}

.news-modal picture::before {
  display: block;
  content: "";
  padding-top: 56.179%;
}

.news-modal picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-modal__content {
  padding: 16px;
  overflow: scroll;
}

.news-modal__cat {
}

.news-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.news-modal__title--blue {
  color: #00388f;
}

.news-modal__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  /* overflow-y: scroll; */
  max-height: 169px;
}

.news-modal__btn {
  transition: all 0.3s;
  margin-top: 8px;
}

.news-modal__btn:hover {
  opacity: 0.9;
}

.new-modal__btn--black {
  /* position: absolute; */
  bottom: 0;
  background-color: black;
  width: 100%;
  height: 43px;
}

.new-modal__btn--black a {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.news-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.4;
  background-color: black;
}

.news-modal__main {
  position: relative;
}

@media screen and (max-height: 780px) {
  .news-modal {
    overflow: scroll;
    width: calc(100% - 32px);
  }

  .news-modal__text {
    overflow: initial;
    max-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .news-modal {
    overflow: hidden;
    width: calc(100% - 32px);
    height: fit-content;
    max-height: unset;
  }

  .news-modal__text {
    overflow-y: scroll;
    max-height: 190px;
  }

  .news__bigCards {
    display: block;
  }

  .news__bigCard + .news__bigCard {
    margin-top: 16px;
  }

  .news__smallCards {
    display: block;
    margin-top: 24px;
    border-top: 2px solid white;
  }
  .smallCard {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 1rem;
    border-bottom: 2px solid white;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .smallCard__title {
    margin-top: 28px;
  }
  .smallCard__btn {
    margin-bottom: 8px;
  }

  .news-modal__title {
    font-size: 18px;
  }

  .news-modal__btn {
    height: 32px;
  }
}

/* custom improvements */
.lp_intro_summary {
  margin-bottom: 60px;
}

.lp_notice {
  display: flex;
  gap: 24px;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(198, 158, 67, 0.2), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  text-align: left;
}

.lp_notice__label {
  flex: 0 0 110px;
  color: #c69e43;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp_notice__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.lp_notice__points {
  margin-top: 16px;
}

.lp_notice__points li {
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
}

.lp_notice__points li + li {
  margin-top: 8px;
}

.lp_notice__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c69e43;
}

.lp_notice__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.lp_notice__links a,
.lp_visit_cards__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #00388f;
  font-weight: 700;
}

.lp_visit_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.lp_visit_cards__item {
  padding: 24px 20px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  text-align: left;
}

.lp_visit_cards__eyebrow,
.lp_access_summary__label {
  color: #c69e43;
  font-family: "Bebas Neue", cursive;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}

.lp_visit_cards__item h3,
.lp_access_summary__card h3 {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 700;
}

.lp_visit_cards__item p:last-of-type {
  margin-top: 10px;
  min-height: 96px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.lp_section_intro {
  margin-bottom: 28px;
}

.lp_section_intro__lead {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}

.lp_result_tools,
.lp_schedule_tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.lp_result_tabs,
.lp_schedule_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp_result_tabs button,
.lp_schedule_filters button {
  cursor: pointer;
  min-width: 88px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
}

.lp_result_tabs button.is-active,
.lp_schedule_filters button.is-active {
  background: #c69e43;
  border-color: #c69e43;
}

.lp_result_search {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
  color: #fff;
  font-weight: 700;
}

.lp_result_search input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
}

.lp_schedule_daybadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lp_schedule_daybadge strong {
  font-size: 2rem;
  color: #c69e43;
}

.jara_lp_schedule .tabCtrl {
  position: sticky;
  top: 124px;
  z-index: 2;
}

.jara_lp_result_list li.is-hidden,
.jara_lp_schedule .schedule dl.is-hidden {
  display: none;
}

.lp_access_summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.lp_access_summary__card {
  padding: 22px 18px;
  background: #fff;
  border-radius: 20px;
  color: #08162e;
}

.lp_access_summary__card p:last-child {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .lp_intro_summary {
    margin-bottom: 34px;
  }

  .lp_notice {
    display: block;
    padding: 22px 18px;
  }

  .lp_notice__label {
    margin-bottom: 10px;
  }

  .lp_notice__title {
    font-size: 2rem;
  }

  .lp_visit_cards,
  .lp_access_summary {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .lp_visit_cards__item,
  .lp_access_summary__card {
    padding: 18px 14px;
  }

  .lp_visit_cards__item p:last-of-type {
    min-height: 0;
  }

  .lp_result_search {
    min-width: 100%;
  }

  .jara_lp_schedule .tabCtrl {
    top: 98px;
  }
}

.jara_lp_mainVisual,
.jara_lp_schedule,
.jara_lp_food,
.jara_lp_rules {
  position: relative;
  background:
    radial-gradient(circle at top, rgba(198, 158, 67, 0.14), transparent 40%),
    linear-gradient(180deg, #05070c 0%, #0b1020 45%, #05070c 100%);
}

.jara_lp_mainVisual .introd,
.jara_lp_game {
  background:
    radial-gradient(circle at top, rgba(198, 158, 67, 0.18), transparent 35%),
    linear-gradient(180deg, #07101d 0%, #05070c 100%);
}

#jara_lp_header .headlinks {
  position: absolute;
  right: 108px;
  top: 50%;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateY(-50%);
}

#jara_lp_header .headlinks .cv {
  display: block;
  max-width: 190px;
}

#jara_lp_header .headlinks .menu__btn {
  max-width: 220px;
  margin: 0;
  height: 48px;
}

#jara_lp_header .headlinks .menu__btn a {
  font-size: 1.4rem;
  gap: 10px;
  white-space: nowrap;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 767px) {
  #jara_lp_header .headlinks {
    right: 50px;
    left: auto;
    width: auto;
    gap: 8px;
  }

  #jara_lp_header .headlinks .cv {
    max-width: 124px;
  }

  #jara_lp_header .headlinks .menu__btn {
    max-width: 108px;
    height: 36px;
  }

  #jara_lp_header .headlinks .menu__btn a {
    font-size: 1.1rem;
    padding: 0 10px;
  }

  #jara_lp_header .headlinks .menu__btn img {
    display: none;
  }
}

.jara_lp_rules {
  padding: 100px 0;
}

.lp_plain_title {
  text-align: center;
  color: #fff;
}

.lp_plain_title__sub {
  color: #c69e43;
  font-size: 5rem;
  line-height: 0.9;
}

.lp_plain_title h2 {
  margin-top: 8px;
  font-size: 3.4rem;
  font-weight: 700;
}

.lp_plain_title p:last-child {
  margin-top: 12px;
  font-size: 1.6rem;
}

.lp_rules_intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.lp_rules_intro__card,
.lp_rules_card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lp_rules_intro__card h3,
.lp_rules_card h3 {
  font-size: 2rem;
  font-weight: 700;
}

.lp_rules_intro__card p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.lp_rules_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.lp_rules_card__eyebrow {
  color: #c69e43;
  font-family: "Bebas Neue", cursive;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}

.lp_rules_card ul {
  margin-top: 14px;
}

.lp_rules_card li {
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.lp_rules_card li + li {
  margin-top: 8px;
}

.lp_rules_card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c69e43;
}

.lp_rules_card--alert {
  background: rgba(226, 30, 30, 0.12);
  border-color: rgba(226, 30, 30, 0.35);
}

@media screen and (max-width: 767px) {
  .jara_lp_rules {
    padding: 50px 0;
  }

  .lp_plain_title__sub {
    font-size: 3.8rem;
  }

  .lp_plain_title h2 {
    font-size: 2.6rem;
  }

  .lp_rules_intro,
  .lp_rules_grid {
    grid-template-columns: 1fr;
  }

  .lp_rules_intro__card,
  .lp_rules_card {
    padding: 18px;
  }
}

.jara_lp_result,
.jara_lp_ticket,
.jara_lp_access,
.jara_lp_footer,
.jara_lp_slider,
.jara_lp_game,
.jara_lp_mainVisual,
.jara_lp_schedule,
.jara_lp_rules,
.jara_lp_food {
  background:
    radial-gradient(circle at top, rgba(198, 158, 67, 0.12), transparent 38%),
    linear-gradient(180deg, #05070c 0%, #0b1020 48%, #05070c 100%);
}

.jara_lp_ticket,
.jara_lp_footer,
.jara_lp_result,
.jara_lp_access {
  color: #fff;
}

.lp_notice__links span,
.lp_inline_note,
.information__item_static {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.information__item_static {
  margin-top: 8px;
}

/* 2026 refresh overrides */
body,
#jara_lp_wrapper {
  background: #020202;
  color: #fff;
}

#jara_lp_header,
#jara_lp_navi,
.lp_quicknav {
  background: rgba(3, 3, 3, 0.96);
}

#jara_lp_navi {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

#jara_lp_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#jara_lp_headlogo .logo {
  background: rgba(255, 255, 255, 0.96);
}

.jara_lp_mainVisual,
.jara_lp_slider,
.jara_lp_game,
.jara_lp_result,
.jara_lp_schedule,
.jara_lp_ticket,
.jara_lp_access,
.jara_lp_food,
.jara_lp_rules,
.jara_lp_mini,
.jara_lp_footer,
.jara_lp_facebook {
  background:
    radial-gradient(circle at top, rgba(198, 158, 67, 0.1), transparent 32%),
    linear-gradient(180deg, #050505 0%, #080808 100%);
}

.jara_lp_mainVisual .introd,
.jara_lp_game,
.jara_lp_ticket .introd,
.jara_lp_access .bg,
.lp_rules_intro__card,
.lp_rules_card,
.lp_notice,
.lp_visit_cards__item {
  background: rgba(255, 255, 255, 0.04);
}

.jara_lp_sponsor {
  background: #fff;
}

.information,
.menu,
.jara_lp_watch,
.jara_lp_player,
.jara_lp_gallery,
.jara_lp_news {
  display: none;
}

/* 2026 quicknav + ticket palette refinements */
.lp_quicknav .jara_lp_inner {
  max-width: 100%;
  padding: 0 12px;
}

.lp_quicknav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  grid-template-columns: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lp_quicknav__list li {
  flex: 0 0 auto;
}

.lp_quicknav__list .quicknav-external a {
  border-color: #2473ea;
  background: #2473ea;
  color: #fff;
}

.lp_quicknav__list .quicknav-external--alt a {
  border-color: #70a7ff;
  background: rgba(112, 167, 255, 0.16);
}

#jara_lp_header .headlinks {
  display: none !important;
}

.jara_lp_ticket .seat thead th {
  background: #a8cbff;
}

.jara_lp_ticket .seat tbody th {
  background: #1f5dc4;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(2) th,
.jara_lp_ticket .seat .item:nth-child(1) tbody tr:nth-of-type(2) th {
  background: #2f6fd5;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(3) th {
  background: #3c80e0;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(4) th {
  background: #5290ea;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(5) th {
  background: #69a1f3;
}

.info.red {
  border-bottom-color: #1f5dc4;
}

.info.blue {
  border-bottom-color: #2f6fd5;
}

.info.green {
  border-bottom-color: #3c80e0;
}

.info.yellow {
  border-bottom-color: #5290ea;
}

.info.purple {
  border-bottom-color: #69a1f3;
}

.lp_quicknav__list::-webkit-scrollbar {
  display: none;
}

.lp_quicknav__list a {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .lp_quicknav__list {
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .lp_quicknav__list .quicknav-external a {
    font-size: 1.05rem;
  }
}

/* 2026 mobile/header readability fixes */
@media screen and (max-width: 767px) {
  #jara_lp_wrapper {
    padding-top: 108px;
  }
}

.jara_lp_tabCard li {
  color: #1a2b45;
}

.jara_lp_food .foods .info p {
  color: #1f2a3a;
}

.jara_lp_access .traffic .bg,
.jara_lp_access .timetable .table table th,
.jara_lp_access .timetable .table table td {
  color: #1f2a3a;
}

.jara_lp_footer .jara_lp_social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 18px 0 12px;
}

.jara_lp_footer .social-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  transition: transform 0.2s ease !important;
}

.jara_lp_footer .social-link:hover {
  transform: translateY(-2px) scale(1.06);
}

@media screen and (max-width: 767px) {
  .jara_lp_footer .jara_lp_social {
    gap: 14px;
    margin-top: 14px;
  }
}

.jara_lp_footer .social-icon-img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}

.jara_lp_footer .social-link--facebook .social-icon-img {
  width: 40px;
  height: 40px;
}

/* 2026 section/link behavior fixes */
.jara_lp_schedule .schedule dd {
  color: #1f2a3a !important;
}

.jara_lp_schedule .jara_lp_tabCard li:not(.on),
.jara_lp_schedule .jara_lp_tabCard li:not(.on) big {
  color: #1a2b45 !important;
}

.jara_lp_access .toggleBtn,
.jara_lp_access .listBtn {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.jara_lp_access .toggleBox,
.jara_lp_access .listBox {
  display: none !important;
}

.jara_lp_access .toggleBtn.open + .toggleBox,
.jara_lp_access .listBtn.open + .listBox {
  display: block !important;
}

.jara_lp_access .traffic h3:after,
.jara_lp_access .traffic h4:after {
  display: block !important;
}

.jara_lp_access .toggleBtn:hover,
.jara_lp_access .listBtn:hover {
  opacity: 0.86;
}

.jara_lp_rules {
  padding: 100px 0;
}

.jara_lp_rules .jara_lp_inner {
  max-width: 960px;
}

.jara_lp_rules .jara_lp_rules_box {
  margin-top: 28px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.jara_lp_rules .rules_intro {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
}

.jara_lp_rules .rules_grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.jara_lp_rules .rules_card {
  display: grid;
  grid-template-columns: 360px 1fr;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.24);
}

.jara_lp_rules .rules_card:nth-child(even) .rules_card_img {
  order: 2;
}

.jara_lp_rules .rules_card:nth-child(even) .rules_card_body {
  order: 1;
}

.jara_lp_rules .rules_card_img {
  height: 100%;
  background: #111;
  position: relative;
}

.jara_lp_rules .rules_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jara_lp_rules .rules_card_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px 22px;
}

.jara_lp_rules .rules_step {
  display: inline-block;
  margin-bottom: 8px;
  color: #c69e43;
  font-family: "Bebas Neue", cursive;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.jara_lp_rules .rules_card_body h3 {
  margin-bottom: 10px;
  color: #c69e43;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.45;
}

.jara_lp_rules .rules_card_body p {
  line-height: 1.75;
  font-size: 1.55rem;
  font-weight: 500;
}

.jara_lp_rules .rules_note {
  margin-top: 16px;
  line-height: 1.7;
  font-size: 1.3rem;
  opacity: 0.92;
}

/* rules tab layout */
.jara_lp_rules .rules_tabs .rules_tabWrap {
  margin-top: 24px;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard {
  gap: 4px;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li {
  padding: 8px 10px 6px;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li big {
  display: block;
  margin-bottom: 2px;
  font-size: 1.9rem;
  line-height: 1;
}

.jara_lp_rules .rules_tabs .rules_topic {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.jara_lp_rules .rules_tabs .rules_topic h3 {
  margin-bottom: 14px;
  color: #c69e43;
  font-size: 2.2rem;
  line-height: 1.35;
}

.jara_lp_rules .rules_tabs .rules_topic ul {
  margin-top: 0;
}

.jara_lp_rules .rules_tabs .rules_topic li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.5rem;
  line-height: 1.85;
}

.jara_lp_rules .rules_tabs .rules_topic li + li {
  margin-top: 8px;
}

.jara_lp_rules .rules_tabs .rules_topic li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c69e43;
}

.jara_lp_rules .rules_tabs .rules_topic__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.jara_lp_rules .rules_tabs .rules_visual {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 14px;
  border: 1px solid rgba(198, 158, 67, 0.42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 20%, rgba(198, 158, 67, 0.2), transparent 56%),
    radial-gradient(circle at 86% 82%, rgba(66, 144, 196, 0.2), transparent 52%),
    linear-gradient(145deg, rgba(16, 20, 32, 0.96), rgba(6, 10, 16, 0.94));
}

.jara_lp_rules .rules_tabs .rules_visual::after {
  content: "";
  position: absolute;
  inset: -45% -30%;
  background: conic-gradient(from 0deg, rgba(198, 158, 67, 0), rgba(198, 158, 67, 0.2), rgba(198, 158, 67, 0));
  opacity: 0;
  pointer-events: none;
}

.jara_lp_rules .rules_tabs .rules_visual.is-live::after {
  animation: rulesGlow 6s linear infinite;
}

.jara_lp_rules .rules_tabs .rv-caption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.2rem;
  line-height: 1.55;
}

.jara_lp_rules .rules_tabs .rules_visual--boats .rv-boat-grid {
  display: grid;
  gap: 10px;
}

.jara_lp_rules .rules_tabs .rules_visual--boats .rv-boat-card {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 12, 20, 0.66);
}

.jara_lp_rules .rules_tabs .rules_visual--boats .rv-boat-name {
  color: #d6b061;
  font-family: "Bebas Neue", cursive;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.jara_lp_rules .rules_tabs .rules_visual--boats .rv-boat-sub {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  line-height: 1.3;
}

.jara_lp_rules .rules_tabs .rules_visual--boats .rv-meter {
  margin-top: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.jara_lp_rules .rules_tabs .rules_visual--boats .rv-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7cc4ff, #d6b061);
}

.jara_lp_rules .rules_tabs .rules_visual--boats.is-live .rv-meter span {
  width: var(--rv-val, 68%);
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-track {
  position: relative;
  height: 96px;
  margin-bottom: 12px;
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-line {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(124, 196, 255, 0.9), rgba(198, 158, 67, 0.9));
  transform: translateY(-50%);
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-boat {
  position: absolute;
  top: 50%;
  left: 6%;
  width: 28px;
  height: 12px;
  border-radius: 20px;
  background: linear-gradient(90deg, #8ec9f3, #d6b061);
  transform: translateY(-50%);
  box-shadow: 0 6px 16px rgba(124, 196, 255, 0.35);
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-boat::before,
.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-boat::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-boat::before {
  left: -14px;
  transform: rotate(-24deg);
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-race-boat::after {
  right: -14px;
  transform: rotate(24deg);
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list li {
  margin: 0;
  padding: 7px 4px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(4, 8, 14, 0.52);
  text-align: center;
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list li::before {
  display: none;
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list strong {
  display: block;
  color: #d6b061;
  font-family: "Bebas Neue", cursive;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
}

.jara_lp_rules .rules_tabs .rules_visual--timeline.is-live .rv-race-boat {
  animation: raceMove 4.8s ease-in-out infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--chart .rv-bars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  min-height: 152px;
}

.jara_lp_rules .rules_tabs .rules_visual--chart .rv-bar {
  position: relative;
  height: 0;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #7ac4ff, #2e5f8f);
  box-shadow: 0 8px 18px rgba(80, 161, 226, 0.2);
}

.jara_lp_rules .rules_tabs .rules_visual--chart .rv-bar:nth-child(2n) {
  background: linear-gradient(180deg, #d6b061, #8f6835);
  box-shadow: 0 8px 18px rgba(198, 158, 67, 0.22);
}

.jara_lp_rules .rules_tabs .rules_visual--chart .rv-bar span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  text-align: center;
  white-space: nowrap;
}

.jara_lp_rules .rules_tabs .rules_visual--chart .rv-caption {
  margin-top: 28px;
}

.jara_lp_rules .rules_tabs .rules_visual--chart.is-live .rv-bar {
  height: var(--rv-h, 64%);
  transition: height 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-route {
  display: grid;
  gap: 10px;
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 36px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 10, 18, 0.62);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.4;
  transform: translateX(-10px);
  opacity: 0;
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #d6b061;
  background: #0d1522;
  transform: translateY(-50%);
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop::after {
  content: "";
  position: absolute;
  left: 17px;
  top: calc(100% - 1px);
  width: 2px;
  height: 10px;
  background: rgba(214, 176, 97, 0.45);
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop:last-child::after {
  display: none;
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop:nth-child(1) {
  --rv-delay: 0.05s;
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop:nth-child(2) {
  --rv-delay: 0.2s;
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop:nth-child(3) {
  --rv-delay: 0.35s;
}

.jara_lp_rules .rules_tabs .rules_visual--route .rv-stop:nth-child(4) {
  --rv-delay: 0.5s;
}

.jara_lp_rules .rules_tabs .rules_visual--route.is-live .rv-stop {
  animation: routePop 0.7s var(--rv-delay, 0s) both;
}

@keyframes rulesGlow {
  0% {
    transform: rotate(0deg);
    opacity: 0.08;
  }
  50% {
    opacity: 0.28;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.08;
  }
}

@keyframes raceMove {
  0% {
    left: 6%;
  }
  45% {
    left: 42%;
  }
  70% {
    left: 66%;
  }
  100% {
    left: 88%;
  }
}

@keyframes routePop {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* rules interactive visuals */
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boatpicker {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 12px;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  background: rgba(10, 16, 26, 0.78);
  color: rgba(255, 255, 255, 0.86);
  font-family: "Bebas Neue", cursive;
  font-size: 1.85rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 0;
  cursor: pointer;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button.is-active {
  border-color: rgba(198, 158, 67, 0.95);
  background: rgba(198, 158, 67, 0.18);
  color: #f2d390;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage {
  position: relative;
  min-height: 232px;
  padding: 14px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(5, 11, 22, 0.5), rgba(7, 16, 33, 0.92));
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-water {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 86px;
  height: 40px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, rgba(121, 190, 242, 0.35), transparent 45%),
    repeating-linear-gradient(90deg, rgba(90, 162, 220, 0.16), rgba(90, 162, 220, 0.16) 12px, rgba(90, 162, 220, 0.03) 12px, rgba(90, 162, 220, 0.03) 24px);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 98px;
  height: 26px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f2d390, #ad7d2e);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.34);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-crew,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oars {
  position: absolute;
  inset: 0;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-rower {
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: #1e314f;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar {
  position: absolute;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: rgba(255, 255, 255, 0.8);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--top {
  top: 3px;
  transform: rotate(-26deg);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--bottom {
  bottom: 3px;
  transform: rotate(26deg);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-cox {
  position: absolute;
  top: -18px;
  right: -10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1c3d66;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 50px;
  color: #f2d390;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.45;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-detail {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
  line-height: 1.35;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-copy {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(6, 13, 22, 0.54);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.5;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage.is-pop .rv-shell {
  animation: boatPop 0.45s ease;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph {
  position: relative;
  height: 210px;
  padding: 8px 8px 34px;
  border-radius: 12px;
  background: rgba(6, 12, 20, 0.64);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph svg {
  width: 100%;
  height: 100%;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph line {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 0.6;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph polyline {
  fill: none;
  stroke: #7fc9ff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph.is-live .rv-racegraph polyline {
  animation: graphDraw 1.15s ease forwards;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat {
  position: absolute;
  width: 16px;
  height: 8px;
  border-radius: 12px;
  background: linear-gradient(90deg, #8cccf6, #d6b061);
  box-shadow: 0 3px 12px rgba(140, 204, 246, 0.45);
  transform: translate(-50%, -50%);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat::before,
.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 11px;
  height: 1px;
  background: rgba(255, 255, 255, 0.86);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat::before {
  left: -8px;
  transform: rotate(-25deg);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat::after {
  right: -8px;
  transform: rotate(25deg);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li strong {
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li small {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  line-height: 1.2;
  color: rgba(18, 63, 121, 0.86);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li::before {
  display: none;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-copy {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  line-height: 1.6;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-demo {
  display: grid;
  gap: 12px;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat {
  position: relative;
  min-height: 180px;
  padding: 8px 0;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 58px;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 5px;
  align-items: center;
  padding: 8px 18px;
  border-radius: 14px;
  border: 2px solid #22539a;
  background: rgba(206, 222, 246, 0.95);
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::before,
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 16px;
  background: #22539a;
  transform: translateY(-50%);
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::before {
  left: -24px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::after {
  right: -24px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar {
  position: absolute;
  left: var(--x, 50%);
  width: 3px;
  height: 56px;
  margin-left: -1.5px;
  background: #22539a;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 24px;
  background: #22539a;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--top {
  top: 10px;
  transform: rotate(-32deg);
  transform-origin: bottom center;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--top::after {
  top: -16px;
  left: -7px;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--bottom {
  bottom: 10px;
  transform: rotate(32deg);
  transform-origin: top center;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--bottom::after {
  bottom: -16px;
  left: -7px;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(18, 55, 110, 0.35);
  background: #1f4f97;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 1.8rem;
  line-height: 1;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat.is-active {
  border-color: #f8fbff;
  background: #0f3571;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(127, 201, 255, 0.38);
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-buttons button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  background: rgba(10, 16, 26, 0.72);
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 6px;
  cursor: pointer;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-buttons button.is-active {
  border-color: rgba(198, 158, 67, 0.95);
  background: rgba(198, 158, 67, 0.16);
  color: #f2d390;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-caption {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  line-height: 1.6;
}

@keyframes boatPop {
  0% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes graphDraw {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.jara_lp_mini .mini-sub {
  margin: 22px auto 20px;
  padding: 16px 18px;
  max-width: 620px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  color: #1d2433;
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .jara_lp_title .eng {
    font-size: 3.8rem;
  }

  .jara_lp_title .jap {
    font-size: 1.3rem;
  }

  .jara_lp_rules {
    padding: 50px 0;
  }

  .jara_lp_rules .jara_lp_rules_box {
    margin-top: 20px;
    padding: 16px;
  }

  .jara_lp_rules .rules_grid {
    gap: 16px;
  }

  .jara_lp_rules .rules_card {
    grid-template-columns: 1fr;
  }

  .jara_lp_rules .rules_card:nth-child(even) .rules_card_img,
  .jara_lp_rules .rules_card:nth-child(even) .rules_card_body {
    order: initial;
  }

  .jara_lp_rules .rules_card_img {
    min-height: 180px;
  }

  .jara_lp_rules .rules_card_body h3 {
    font-size: 1.8rem;
  }

  .jara_lp_rules .rules_card_body p {
    font-size: 1.45rem;
  }

  .jara_lp_rules .rules_step {
    margin-bottom: 6px;
    font-size: 1.9rem;
  }

  .jara_lp_rules .rules_intro {
    font-size: 1.45rem;
  }

  .jara_lp_rules .rules_tabs .rules_tabWrap {
    margin-top: 18px;
  }

  .jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li {
    padding: 8px 6px 6px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li big {
    font-size: 1.45rem;
  }

  .jara_lp_rules .rules_tabs .rules_topic {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .jara_lp_rules .rules_tabs .rules_topic h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .jara_lp_rules .rules_tabs .rules_topic__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jara_lp_rules .rules_tabs .rules_visual {
    min-height: 220px;
    padding: 12px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boats .rv-boat-name {
    font-size: 1.8rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list {
    gap: 5px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list strong {
    font-size: 1.55rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--timeline .rv-phase-list small {
    font-size: 0.95rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--chart .rv-bars {
    min-height: 132px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--chart .rv-bar span {
    font-size: 0.95rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--route .rv-stop {
    padding: 9px 9px 9px 32px;
    font-size: 1.1rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boatpicker {
    grid-template-columns: 1fr;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button {
    font-size: 1.45rem;
    padding: 7px 0;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage {
    min-height: 214px;
    padding: 12px 10px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-water {
    bottom: 82px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell {
    bottom: 94px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-title {
    font-size: 1.2rem;
    bottom: 46px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-detail {
    font-size: 1rem;
    bottom: 28px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-copy {
    font-size: 1rem;
    line-height: 1.4;
    padding: 7px 8px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph {
    height: 190px;
    padding: 8px 6px 32px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li {
    font-size: 0.95rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-copy {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat {
    width: 21px;
    height: 21px;
    font-size: 1.45rem;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell {
    top: 56px;
    left: 3%;
    right: 3%;
    padding: 7px 10px;
    gap: 3px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::before,
  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::after {
    width: 22px;
    height: 12px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::before {
    left: -16px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::after {
    right: -16px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar {
    height: 46px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar::after {
    width: 14px;
    height: 18px;
    left: -5.5px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-buttons button {
    font-size: 1.1rem;
    padding: 7px 5px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-caption {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .jara_lp_rules .rules_tabs .rv-caption {
    font-size: 1.1rem;
  }

  .jara_lp_rules .rules_tabs .rules_topic li {
    font-size: 1.35rem;
    line-height: 1.72;
  }

  .jara_lp_mini .mini-sub {
    padding: 14px 12px;
    margin-top: 16px;
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .jara_lp_footer .social-icon-img {
    width: 40px;
    height: 40px;
  }

  .jara_lp_footer .social-link--facebook .social-icon-img {
    width: 35px;
    height: 35px;
  }
}

/* 2026 sponsor layout refresh */
.jara_lp_sponsor .sponsor-tier + .sponsor-tier {
  margin-top: 56px;
}

.jara_lp_sponsor .sponsor-tier__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dbe3;
  text-align: center;
}

.jara_lp_sponsor .sponsor-tier__title .en {
  font-family: "Bebas Neue", cursive;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #c69e43;
  line-height: 1;
}

.jara_lp_sponsor .sponsor-tier__title .ja {
  font-size: 1.4rem;
  font-weight: 700;
  color: #25324a;
}

.jara_lp_sponsor .sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 24px;
}

.jara_lp_sponsor .sponsor-logos li {
  width: min(220px, calc(25% - 14px));
  flex: 0 1 min(220px, calc(25% - 14px));
}

.jara_lp_sponsor .logos a.sponsor-logo,
.jara_lp_sponsor .logos span.sponsor-logo {
  max-width: none !important;
  width: 100%;
}

.jara_lp_sponsor .sponsor-tier--main .sponsor-logos li {
  width: calc((100% - 48px) / 3);
  flex: 0 0 calc((100% - 48px) / 3);
}

.jara_lp_sponsor .sponsor-tier--main .sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.jara_lp_sponsor .sponsor-tier--main .sponsor-logos li {
  width: calc((100% - 48px) / 3);
  flex: 0 0 calc((100% - 48px) / 3);
}

.jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li {
  width: calc(25% - 14px);
  flex: 0 1 calc(25% - 14px);
}

.jara_lp_sponsor .sponsor-tier--partner .sponsor-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li {
  width: auto;
  flex: initial;
}

.jara_lp_sponsor .sponsor-tier--supporting .sponsor-logos li,
.jara_lp_sponsor .sponsor-tier--donation .sponsor-logos li {
  width: calc(20% - 15px);
  flex: 0 1 calc(20% - 15px);
}

.jara_lp_sponsor .sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: 86px;
  padding: 4px 6px;
  border: none;
  border-radius: 0;
  background: transparent;
  transition: opacity 0.2s ease;
}

.jara_lp_sponsor .sponsor-logo img {
  width: 100%;
  height: 68px;
  max-height: none;
  object-fit: contain;
}

.jara_lp_sponsor .sponsor-tier--main .sponsor-logo img {
  height: 112px;
}

.jara_lp_sponsor .sponsor-tier--partner .sponsor-logo img {
  height: 86px;
}

.jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img,
.jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img {
  height: 62px;
}

.jara_lp_sponsor .sponsor-logo img.logo-maruten {
  height: 74px;
  margin: -4px 0;
  transform: scale(1.18);
  transform-origin: center;
}

.jara_lp_sponsor a.sponsor-logo:hover {
  opacity: 0.75;
}

.jara_lp_sponsor .sponsor-logo--text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f2a3a;
  line-height: 1.5;
  text-align: center;
}

.jara_lp_sponsor .sponsor-logos--supporter {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .jara_lp_sponsor .sponsor-tier + .sponsor-tier {
    margin-top: 42px;
  }

  .jara_lp_sponsor .sponsor-tier__title {
    margin-bottom: 18px;
    padding-bottom: 8px;
  }

  .jara_lp_sponsor .sponsor-tier__title .en {
    font-size: 2.3rem;
  }

  .jara_lp_sponsor .sponsor-tier__title .ja {
    font-size: 1.2rem;
  }

  .jara_lp_sponsor .sponsor-logos {
    justify-content: center;
    gap: 20px 16px;
  }

  .jara_lp_sponsor .sponsor-logos li {
    width: calc(50% - 8px);
    flex: 0 1 calc(50% - 8px);
  }

  .jara_lp_sponsor .sponsor-tier--main .sponsor-logos li,
  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li,
  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logos li,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logos li {
    width: calc(50% - 8px);
    flex: 0 1 calc(50% - 8px);
  }

  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jara_lp_sponsor .sponsor-tier--main .sponsor-logos {
    gap: 16px 12px;
  }

  .jara_lp_sponsor .sponsor-tier--main .sponsor-logos li {
    width: calc((100% - 24px) / 3);
    flex: 0 0 calc((100% - 24px) / 3);
  }

  .jara_lp_sponsor .sponsor-logo {
    min-height: 72px;
    padding: 3px 4px;
  }

  .jara_lp_sponsor .sponsor-logo img {
    height: 56px;
  }

  .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img {
    height: 88px;
  }

  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo img {
    height: 70px;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img {
    height: 52px;
  }

  .jara_lp_sponsor .sponsor-logo img.logo-maruten {
    height: 60px;
    margin: -2px 0;
    transform: scale(1.14);
  }

  .jara_lp_sponsor .sponsor-logo--text {
    font-size: 1.5rem;
  }
}

/* 2026 light theme (except header/footer) */
body,
#jara_lp_wrapper {
  background: #ffffff !important;
  color: #123f79 !important;
}

.jara_lp_mainVisual,
.jara_lp_slider,
.jara_lp_game,
.jara_lp_result,
.jara_lp_schedule,
.jara_lp_ticket,
.jara_lp_access,
.jara_lp_food,
.jara_lp_rules,
.jara_lp_mini,
.jara_lp_sponsor {
  background: #ffffff !important;
  background-image: none !important;
  color: #123f79 !important;
}

#jara_lp_header,
#jara_lp_navi,
.lp_quicknav,
.jara_lp_footer {
  background: #050505 !important;
  color: #ffffff !important;
}

#jara_lp_header *,
#jara_lp_navi *,
.lp_quicknav *,
.jara_lp_footer *,
.jara_lp_footer a {
  color: #ffffff;
}

.jara_lp_mainVisual .introd,
.jara_lp_game,
.jara_lp_ticket .introd,
.jara_lp_access .bg,
.lp_notice,
.lp_visit_cards__item,
.jara_lp_rules .jara_lp_rules_box,
.jara_lp_rules .rules_tabs .rules_topic,
.jara_lp_mini .mini-sub {
  background: #f5f9ff !important;
  border-color: #c9d9ef !important;
  color: #123f79 !important;
}

.jara_lp_title .eng {
  color: #1a4f94 !important;
}

.jara_lp_title .jap,
.jara_lp_game .tit,
.jara_lp_game .place,
.jara_lp_game .week,
.jara_lp_game .times th,
.jara_lp_game .times td,
.jara_lp_result li a,
.jara_lp_schedule .txt,
.jara_lp_schedule .schedule dt,
.jara_lp_schedule .schedule dd,
.jara_lp_ticket .seat th,
.jara_lp_ticket .seat td,
.jara_lp_ticket .seat .notes,
.jara_lp_ticket .seat .seat_desc,
.jara_lp_access .access .access_venue,
.jara_lp_access .access .access_address,
.jara_lp_access .access li,
.jara_lp_access .traffic h3,
.jara_lp_access .traffic h4,
.jara_lp_access .traffic .bg,
.jara_lp_access .timetable .table table th,
.jara_lp_access .timetable .table table td,
.jara_lp_rules .rules_intro,
.jara_lp_rules .rules_note,
.jara_lp_rules .rules_tabs .rules_topic h3,
.jara_lp_rules .rules_tabs .rules_topic li,
.jara_lp_rules .rules_tabs .rv-caption,
.jara_lp_rules .rules_tabs .rv-race-copy,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-title,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-detail,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-copy,
.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li,
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-caption {
  color: #123f79 !important;
}

.jara_lp_rules .rules_tabs .rules_visual {
  border-color: #c0d4ef !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(29, 84, 150, 0.12), transparent 58%),
    radial-gradient(circle at 86% 82%, rgba(95, 151, 216, 0.14), transparent 52%),
    linear-gradient(145deg, #f9fcff, #edf4fc) !important;
}

.jara_lp_rules .rules_tabs .rules_visual::after {
  background: conic-gradient(from 0deg, rgba(29, 84, 150, 0), rgba(29, 84, 150, 0.14), rgba(29, 84, 150, 0)) !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button,
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-buttons button {
  border-color: #b9cae5 !important;
  background: #ffffff !important;
  color: #1a4f94 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button.is-active,
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-buttons button.is-active {
  border-color: #1a4f94 !important;
  background: #e9f1fc !important;
  color: #123f79 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage {
  background: linear-gradient(180deg, #f8fbff, #e9f2fb) !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-copy {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #c5d7ee !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph {
  background: #f4f9ff !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph line {
  stroke: rgba(26, 79, 148, 0.2) !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat {
  background: #f7fbff !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell {
  background: #e8f1fd !important;
  border-color: #2a5ea5 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat {
  background: #2a5ea5 !important;
  border-color: rgba(24, 64, 120, 0.5) !important;
  color: #ffffff !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat.is-active {
  background: #123f79 !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(42, 94, 165, 0.22) !important;
}

.jara_lp_sponsor .sponsor-tier__title .en {
  color: #1a4f94 !important;
}

.jara_lp_schedule .schedule dt {
  background: #e2ecfb !important;
  border-color: #c4d4ea !important;
  color: #123f79 !important;
}

.jara_lp_schedule .schedule dd {
  background: #ffffff !important;
  border-color: #d4e0f0 !important;
  color: #123f79 !important;
}

.jara_lp_ticket .seat thead th {
  background: #d9e8fb !important;
  color: #123f79 !important;
}

.jara_lp_ticket .seat tbody th {
  background: #edf4fd !important;
  color: #123f79 !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(2) th,
.jara_lp_ticket .seat .item:nth-child(1) tbody tr:nth-of-type(2) th {
  background: #e6f0fc !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(3) th {
  background: #e2eefc !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(4) th {
  background: #ddeaf9 !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(5) th {
  background: #d8e6f8 !important;
}

.jara_lp_ticket .seat td {
  background: #ffffff !important;
  color: #123f79 !important;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
  background: #eef4fd !important;
  color: #123f79 !important;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li.on {
  background: #d9e8fb !important;
  color: #123f79 !important;
}

/* 2026 readability refinements */
.jara_lp_mainVisual,
.jara_lp_slider,
.jara_lp_game,
.jara_lp_result,
.jara_lp_schedule,
.jara_lp_ticket,
.jara_lp_access,
.jara_lp_food,
.jara_lp_rules,
.jara_lp_mini,
.jara_lp_sponsor {
  color: #0e3a73 !important;
}

.jara_lp_title .eng {
  color: #124a8f !important;
}

/* schedule tabs = ticket tabs */
.jara_lp_schedule .jara_lp_tabCard li {
  background: #eef4fd !important;
  border: 1px solid #c8d9ee !important;
  color: #0e3a73 !important;
}

.jara_lp_schedule .jara_lp_tabCard li big {
  color: #0e3a73 !important;
}

.jara_lp_schedule .jara_lp_tabCard li.on {
  background: #d9e8fb !important;
  border-color: #9eb9df !important;
  color: #0e3a73 !important;
}

.jara_lp_schedule .jara_lp_tabCard li.on big {
  color: #0e3a73 !important;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
  border: 1px solid #c8d9ee !important;
}

.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li.on {
  border-color: #9eb9df !important;
}

.jara_lp_schedule .jara_lp_tabBox,
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabBox {
  background: #ffffff !important;
  border: 1px solid #c8d9ee !important;
}

/* black band under KV (logo/date block area) */
.jara_lp_game {
  background: #050505 !important;
  color: #ffffff !important;
}

.jara_lp_game .tit,
.jara_lp_game .place,
.jara_lp_game .place .sign,
.jara_lp_game .stadium .date,
.jara_lp_game .stadium .week,
.jara_lp_game .stadium .times th,
.jara_lp_game .stadium .times td {
  color: #ffffff !important;
}

.jara_lp_game .stadium li {
  background: #050505 !important;
  border-color: #2a2a2a !important;
}

.jara_lp_game .stadium .times th span {
  border-color: #ffffff !important;
}

/* access / parking blocks with white text on darker bg */
.jara_lp_access .traffic h3,
.jara_lp_access .traffic h4,
.jara_lp_access .toggleBtn,
.jara_lp_access .listBtn {
  color: #ffffff !important;
}

.jara_lp_access .traffic .bg {
  background: #0f376b !important;
  color: #ffffff !important;
}

.jara_lp_access .timetable .table table th {
  background: #0f376b !important;
  color: #ffffff !important;
  border-color: #2a5a95 !important;
}

.jara_lp_access .timetable .table table td {
  background: #184984 !important;
  color: #ffffff !important;
  border-color: #2a5a95 !important;
}

.jara_lp_access .timetable .table table tr:nth-child(even) th {
  background: #14407a !important;
}

.jara_lp_access .timetable .table table tr:nth-child(even) td {
  background: #20528f !important;
}

/* mobile sponsor size hierarchy: main > partner > supporting */
@media screen and (max-width: 767px) {
  .jara_lp_sponsor .sponsor-tier--main .sponsor-logo {
    min-height: 74px !important;
  }

  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo {
    min-height: 64px !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo {
    min-height: 56px !important;
  }

  .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img {
    height: 82px !important;
  }

  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo img {
    height: 62px !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img {
    height: 44px !important;
  }

  .jara_lp_sponsor .sponsor-logo img.logo-maruten {
    height: 48px !important;
    margin: 0 !important;
    transform: scale(1.06) !important;
  }
}

/* high-contrast refresh for schedule & ticket tables */
.jara_lp_schedule .jara_lp_tabCard li,
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li {
  background: #dceafd !important;
  border: 1px solid #8fb1dd !important;
  color: #0a3975 !important;
}

.jara_lp_schedule .jara_lp_tabCard li big,
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li big {
  color: inherit !important;
}

.jara_lp_schedule .jara_lp_tabCard li.on,
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li.on {
  background: #0d4f9f !important;
  border-color: #0b3f81 !important;
  color: #ffffff !important;
}

.jara_lp_schedule .jara_lp_tabCard li.on big,
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabCard li.on big {
  color: #ffffff !important;
}

.jara_lp_schedule .jara_lp_tabBox,
.jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabBox {
  background: #f7fbff !important;
  border: 1px solid #c2d7f1 !important;
}

.jara_lp_schedule .schedule dl {
  margin-bottom: 10px !important;
}

.jara_lp_schedule .schedule dt {
  background: #0d4f9f !important;
  border: 1px solid #0b3f81 !important;
  border-right: 0 !important;
  color: #ffffff !important;
}

.jara_lp_schedule .schedule dd {
  background: #ffffff !important;
  border: 1px solid #0b3f81 !important;
  border-left: 0 !important;
  color: #0b356e !important;
}

.jara_lp_ticket .seat table,
.jara_lp_ticket .ticket_price_tabWrap table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid #0b3f81 !important;
}

.jara_lp_ticket .seat thead th,
.jara_lp_ticket .ticket_price_tabWrap thead th {
  background: #0d4f9f !important;
  color: #ffffff !important;
  border: 1px solid #0b3f81 !important;
}

.jara_lp_ticket .seat tbody th,
.jara_lp_ticket .ticket_price_tabWrap tbody th {
  background: #1a5eb8 !important;
  color: #ffffff !important;
  border: 1px solid #0b3f81 !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(2) th,
.jara_lp_ticket .seat .item:nth-child(1) tbody tr:nth-of-type(2) th {
  background: #2b71ca !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(3) th {
  background: #3a82d8 !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(4) th {
  background: #4f95e5 !important;
}

.jara_lp_ticket .seat tbody tr:nth-of-type(5) th {
  background: #66a7f0 !important;
}

.jara_lp_ticket .seat td,
.jara_lp_ticket .ticket_price_tabWrap td {
  background: #ffffff !important;
  color: #0b356e !important;
  border: 1px solid #0b3f81 !important;
}

.jara_lp_ticket .seat .price,
.jara_lp_ticket .ticket_price_tabWrap .price,
.jara_lp_ticket .seat .notes,
.jara_lp_ticket .ticket_price_tabWrap .notes {
  color: #0b356e !important;
}

/* schedule width rollback */
.jara_lp_schedule .jara_lp_tabWrap,
.jara_lp_schedule .txt {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .jara_lp_schedule .jara_lp_tabWrap,
  .jara_lp_schedule .txt {
    max-width: 100%;
  }
}

/* final mobile sponsor hierarchy override (force) */
@media screen and (max-width: 767px) {
  .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img {
    height: 84px !important;
    max-width: 94% !important;
  }

  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo img {
    height: 62px !important;
    max-width: 86% !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img {
    height: 40px !important;
    max-width: 76% !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo {
    min-height: 50px !important;
    padding: 2px !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo--text,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo--text {
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img.logo-maruten,
  .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img.logo-maruten {
    height: 40px !important;
    max-width: 76% !important;
    margin: 0 !important;
    transform: none !important;
  }
}

/* final readability & typography tune */
.jara_lp_result li a,
.jara_lp_result li a:hover {
  color: #ffffff !important;
}

.jara_lp_result li a:after {
  border-left-color: #ffffff !important;
}

.jara_lp_food .jara_lp_tabCard li {
  background: #dceafd !important;
  border: 1px solid #8fb1dd !important;
  color: #0a3975 !important;
}

.jara_lp_food .jara_lp_tabCard li big {
  color: inherit !important;
}

.jara_lp_food .jara_lp_tabCard li.on {
  background: #0d4f9f !important;
  border-color: #0b3f81 !important;
  color: #ffffff !important;
}

.jara_lp_food .jara_lp_tabCard li.on big {
  color: #ffffff !important;
}

.jara_lp_food .jara_lp_tabBox {
  background: #f7fbff !important;
  border: 1px solid #c2d7f1 !important;
}

#jara_lp_wrapper,
#jara_lp_wrapper p,
#jara_lp_wrapper li,
#jara_lp_wrapper dt,
#jara_lp_wrapper dd,
#jara_lp_wrapper th,
#jara_lp_wrapper td,
#jara_lp_wrapper small,
#jara_lp_wrapper .seat_desc {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#jara_lp_wrapper .font_bebneue,
#jara_lp_wrapper .font_bebneue * {
  font-family: "Bebas Neue", cursive !important;
}

@media screen and (max-width: 767px) {
  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li {
    width: auto !important;
    flex: initial !important;
  }

  .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logos li {
    width: calc((100% - 48px) / 4) !important;
    flex: 0 0 calc((100% - 48px) / 4) !important;
  }
}

/* numeric style unification: match ticket price font */
#jara_lp_wrapper .jara_lp_game .stadium .times td,
#jara_lp_wrapper .jara_lp_schedule .schedule dd,
#jara_lp_wrapper .jara_lp_ticket .ticket_price_tabWrap td .price,
#jara_lp_wrapper .jara_lp_ticket .seat td .price {
  font-family: "Bebas Neue", "Arial Narrow", "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
}

/* position visual quality upgrade */
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat {
  --rv-shell-top: calc(50% - 21px);
  --rv-shell-height: 42px;
  position: relative;
  overflow: hidden;
  min-height: 226px;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat::before,
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat::before {
  left: 3%;
  top: calc(var(--rv-shell-top) - 26px);
  width: 12%;
  height: 10px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(26, 79, 148, 0.52) 0 2px,
      rgba(26, 79, 148, 0) 2px 4px
    );
  animation: rvWakeBurst 3s linear infinite;
  animation-delay: 0s;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat::after {
  left: 3%;
  top: calc(var(--rv-shell-top) + var(--rv-shell-height) + 12px);
  width: 12%;
  height: 10px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(26, 79, 148, 0.44) 0 2px,
      rgba(26, 79, 148, 0) 2px 4px
    );
  animation: rvWakeBurst 3s linear infinite;
  animation-delay: 0.04s;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell {
  top: var(--rv-shell-top) !important;
  min-height: var(--rv-shell-height);
  height: var(--rv-shell-height) !important;
  left: 12% !important;
  right: 12% !important;
  border-radius: 999px !important;
  border: 2px solid #22539a !important;
  background: #e8f1fd !important;
  box-shadow: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::before {
  display: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell::after {
  display: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar {
  width: 2px !important;
  height: 62px !important;
  margin-left: -1px !important;
  background: #22539a;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--top {
  top: calc(var(--rv-shell-top) - 52px) !important;
  bottom: auto !important;
  transform: rotate(0deg);
  transform-origin: bottom center;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--bottom {
  top: calc(var(--rv-shell-top) + var(--rv-shell-height) - 10px) !important;
  bottom: auto !important;
  transform: rotate(0deg);
  transform-origin: top center;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar::after {
  width: 14px !important;
  height: 22px !important;
  left: -6px !important;
  background: #22539a !important;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--top::after {
  top: -15px !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--bottom::after {
  bottom: -15px !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions.is-live .rv-role-oar--top {
  animation: rvRowTop 3s ease-in-out infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--positions.is-live .rv-role-oar--bottom {
  animation: rvRowBottom 3s ease-in-out infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-caption {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #c5d7ee !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #123f79 !important;
  text-align: left !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat.is-active {
  background: #0f3571 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: scale(1.22) !important;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 0 0 9px rgba(42, 94, 165, 0.34),
    0 6px 14px rgba(18, 63, 121, 0.4) !important;
  z-index: 3 !important;
  animation: rvRoleSeatPulse 1.45s ease-in-out infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-caption,
.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-copy {
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #c5d7ee !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #123f79 !important;
  text-align: left !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-caption {
  margin-top: 10px !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-copy {
  margin-top: 10px !important;
}

@keyframes rvRoleSeatPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.95),
      0 0 0 9px rgba(42, 94, 165, 0.30),
      0 6px 14px rgba(18, 63, 121, 0.34);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 1),
      0 0 0 12px rgba(42, 94, 165, 0.44),
      0 8px 18px rgba(18, 63, 121, 0.45);
  }
}

@keyframes rvWakeBurst {
  0% {
    transform: translateX(-6px);
    opacity: 0;
  }
  2% {
    transform: translateX(-2px);
    opacity: 0.6;
  }
  22% {
    transform: translateX(8px);
    opacity: 0.56;
  }
  36% {
    transform: translateX(8px);
    opacity: 0;
  }
  100% {
    transform: translateX(8px);
    opacity: 0;
  }
}

@keyframes rvRowTop {
  0%,
  100% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
}

@keyframes rvRowBottom {
  0%,
  100% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat {
    --rv-shell-top: calc(50% - 17px);
    --rv-shell-height: 34px;
    min-height: 206px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell {
    left: 9% !important;
    right: 9% !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar {
    height: 52px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--top {
    top: calc(var(--rv-shell-top) - 44px) !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar--bottom {
    top: calc(var(--rv-shell-top) + var(--rv-shell-height) - 10px) !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-caption {
    font-size: 1.24rem !important;
    line-height: 1.5 !important;
    padding: 9px 10px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-caption,
  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-copy {
    font-size: 1.24rem !important;
    line-height: 1.5 !important;
    padding: 9px 10px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li strong {
    font-size: 1.16rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li small {
    font-size: 0.82rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-callout {
    font-size: 1.06rem !important;
    padding: 7px 8px !important;
    max-width: min(88%, 220px) !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat.is-active {
    transform: scale(1.16) !important;
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.95),
      0 0 0 7px rgba(42, 94, 165, 0.32),
      0 4px 10px rgba(18, 63, 121, 0.34) !important;
  }
}

/* rules: race graph simplification (thin constant line + moving circle) */
.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph line {
  stroke-width: 0.8 !important;
  vector-effect: non-scaling-stroke;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph polyline {
  stroke-width: 1.4 !important;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: none !important;
  stroke-dashoffset: 0 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph.is-live .rv-racegraph polyline {
  animation: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #1a4f94 !important;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(26, 79, 148, 0.2);
  transform: translate(-50%, -50%) !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat::before,
.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-boat::after {
  display: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li strong {
  color: #123f79 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li small {
  color: #2a5ea5 !important;
  font-size: 0.92rem !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-callout {
  position: absolute;
  z-index: 3;
  max-width: min(84%, 280px);
  padding: 8px 10px;
  border: 1px solid #8fb1dd;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.97);
  color: #123f79;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(18, 63, 121, 0.18);
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-callout.is-show {
  animation: rvRaceCalloutInOut 2.1s ease-out forwards;
}

@keyframes rvRaceCalloutInOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -46%);
  }
  12% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -54%);
  }
}

/* rules tabs: match ticket/timeschedule style */
.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard {
  gap: 4px !important;
  justify-content: space-between !important;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li {
  width: calc((100% - 8px) / 3) !important;
  background: #dceafd !important;
  border: 1px solid #8fb1dd !important;
  color: #0a3975 !important;
  border-radius: 10px 10px 0 0 !important;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li big {
  color: inherit !important;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li.on {
  background: #0d4f9f !important;
  border-color: #0b3f81 !important;
  color: #ffffff !important;
}

.jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li.on big {
  color: #ffffff !important;
}

/* boat visual refinement to match position-quality */
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boatpicker {
  --rv-stroke-duration: 3s;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button {
  border-color: #b9cae5 !important;
  background: #ffffff !important;
  color: #1a4f94 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns button.is-active {
  border-color: #1a4f94 !important;
  background: #e9f1fc !important;
  color: #123f79 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage {
  min-height: 252px !important;
  padding: 14px 12px !important;
  border-radius: 12px !important;
  border: 1px solid #c2d7f1 !important;
  background: #f7fbff !important;
  overflow: hidden !important;
  --rv-shell-side: 12%;
  --rv-water-side: 8%;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage::before,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage::after {
  content: "";
  position: absolute;
  left: calc(var(--rv-water-side) - 2%);
  width: 10%;
  height: 10px;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(26, 79, 148, 0.45) 0 2px,
    rgba(26, 79, 148, 0) 2px 4px
  );
  animation: rvBoatWake var(--rv-stroke-duration) linear infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage::before {
  top: calc(50% - 24px);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage::after {
  top: calc(50% + 14px);
  animation-delay: 0s;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage.is-wake-reset::before,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage.is-wake-reset::after {
  animation: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-water {
  left: var(--rv-water-side) !important;
  right: var(--rv-water-side) !important;
  bottom: 90px !important;
  height: 52px !important;
  border-radius: 999px !important;
  display: none !important;
  background: transparent !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell {
  left: var(--rv-shell-side) !important;
  right: var(--rv-shell-side) !important;
  bottom: 105px !important;
  height: 34px !important;
  border-radius: 14px !important;
  border: 2px solid #22539a !important;
  background: #e8f1fd !important;
  box-shadow: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell::before,
.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell::after {
  display: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell::before {
  display: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell::after {
  display: none !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-rower {
  top: 50% !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: 0 !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
  border: 1px solid rgba(18, 55, 110, 0.35) !important;
  background: #1f4f97 !important;
  color: #ffffff !important;
  font-family: "Bebas Neue", cursive !important;
  font-size: 1.58rem !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar {
  width: 2px !important;
  height: 56px !important;
  margin-left: -1px !important;
  background: #22539a !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--top {
  top: -56px !important;
  transform: translateX(-6px) rotate(-45deg);
  transform-origin: bottom center;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--bottom {
  bottom: -56px !important;
  transform: translateX(6px) rotate(45deg);
  transform-origin: top center;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 20px;
  left: -5.5px;
  background: #22539a;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--top::after {
  top: -13px;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--bottom::after {
  bottom: -13px;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker.is-live .rv-oar--top {
  animation: rvBoatOarTop var(--rv-stroke-duration) ease-in-out infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker.is-live .rv-oar--bottom {
  animation: rvBoatOarBottom var(--rv-stroke-duration) ease-in-out infinite;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-cox {
  top: 50%;
  right: auto !important;
  left: 6%;
  transform: translate(-50%, -50%);
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #0f3571 !important;
  color: #ffffff !important;
  font-size: 1.45rem !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-title {
  top: 10px !important;
  bottom: auto !important;
  left: 12px !important;
  right: 12px !important;
  color: #123f79 !important;
  font-size: 1.45rem !important;
  text-align: left !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-detail {
  top: 36px !important;
  bottom: auto !important;
  left: 12px !important;
  right: 12px !important;
  color: #2a5ea5 !important;
  font-size: 1.05rem !important;
  text-align: left !important;
}

.jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-copy {
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border-color: #c5d7ee !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #123f79 !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

@keyframes rvBoatOarTop {
  0%,
  100% {
    transform: translateX(-6px) rotate(-45deg);
  }
  50% {
    transform: translateX(-6px) rotate(45deg);
  }
}

@keyframes rvBoatOarBottom {
  0%,
  100% {
    transform: translateX(6px) rotate(45deg);
  }
  50% {
    transform: translateX(6px) rotate(-45deg);
  }
}

@keyframes rvBoatWake {
  0% {
    transform: translateX(-4px);
    opacity: 0;
  }
  3% {
    transform: translateX(-2px);
    opacity: 0.62;
  }
  16% {
    transform: translateX(6px);
    opacity: 0.52;
  }
  30% {
    transform: translateX(8px);
    opacity: 0;
  }
  100% {
    transform: translateX(-4px);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .jara_lp_rules .rules_tabs .rules_tabWrap .jara_lp_tabCard li {
    width: calc((100% - 8px) / 3) !important;
    min-width: 0 !important;
    font-size: 0.95rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boatpicker {
    grid-template-columns: 1fr !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-btns {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-stage {
    min-height: 230px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-water {
    bottom: 84px !important;
    height: 44px !important;
    display: none !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-shell {
    bottom: 98px !important;
    height: 28px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-rower {
    width: 19px !important;
    height: 19px !important;
    font-size: 1.28rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-cox {
    width: 18px !important;
    height: 18px !important;
    font-size: 1.2rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar {
    height: 44px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--top {
    top: -44px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-oar--bottom {
    bottom: -44px !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-title {
    top: 8px !important;
    bottom: auto !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-detail {
    top: 32px !important;
    bottom: auto !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--boatpicker .rv-boat-copy {
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    bottom: auto !important;
    font-size: 1.24rem !important;
    line-height: 1.5 !important;
  }
}

/* final override: ensure latest visual parity */
.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 34px;
  pointer-events: none;
  background:
    linear-gradient(
      to right,
      transparent calc(25% - 0.5px),
      rgba(13, 79, 159, 0.36) calc(25% - 0.5px),
      rgba(13, 79, 159, 0.36) calc(25% + 0.5px),
      transparent calc(25% + 0.5px),
      transparent calc(50% - 0.5px),
      rgba(13, 79, 159, 0.36) calc(50% - 0.5px),
      rgba(13, 79, 159, 0.36) calc(50% + 0.5px),
      transparent calc(50% + 0.5px),
      transparent calc(75% - 0.5px),
      rgba(13, 79, 159, 0.36) calc(75% - 0.5px),
      rgba(13, 79, 159, 0.36) calc(75% + 0.5px),
      transparent calc(75% + 0.5px)
    );
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li strong {
  font-size: 1.52rem !important;
  letter-spacing: 0.05em !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li small {
  font-size: 1.06rem !important;
  font-weight: 700 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-callout {
  font-size: 1.3rem !important;
  line-height: 1.42 !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat {
  --rv-shell-top: calc(50% - 17px) !important;
  --rv-shell-height: 34px !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-shell {
  display: grid !important;
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  align-items: center !important;
  border-radius: 14px !important;
  border: 2px solid #22539a !important;
  background: #e8f1fd !important;
  padding: 0 16px !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-seat {
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
  top: 0 !important;
  background: #1f4f97 !important;
  border: 1px solid rgba(18, 55, 110, 0.35) !important;
  color: #ffffff !important;
}

.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar,
.jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-oar::after {
  background: #22539a !important;
}

@media screen and (max-width: 767px) {
  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-racegraph::before {
    left: 6px;
    right: 6px;
    top: 8px;
    bottom: 32px;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li strong {
    font-size: 1.3rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-labels li small {
    font-size: 0.96rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--racegraph .rv-race-callout {
    font-size: 1.12rem !important;
  }

  .jara_lp_rules .rules_tabs .rules_visual--positions .rv-role-boat {
    --rv-shell-top: calc(50% - 14px) !important;
    --rv-shell-height: 28px !important;
  }
}
/* consolidated site overrides (refactored) */
#jara_lp_wrapper .jara_lp_result.is-result-hidden {
  display: none !important;
}

#jara_lp_wrapper .jara_lp_schedule .schedule dt {
  white-space: pre-line !important;
}

#jara_lp_wrapper .jara_lp_schedule .schedule dd {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#jara_lp_wrapper .jara_lp_schedule .txt {
  margin-top: 18px !important;
  line-height: 1.9 !important;
}

#jara_lp_wrapper .jara_lp_access.is-access-adjusting .jara_lp_toggleWrap,
#jara_lp_wrapper .jara_lp_access.is-access-adjusting .note {
  display: none !important;
}

#jara_lp_wrapper .access_adjusting_notice,
#jara_lp_wrapper .lp_adjusting_notice {
  margin: 0 auto !important;
  border: 2px solid rgba(18, 63, 121, 0.24) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #123f79 !important;
  font-weight: 700 !important;
}

#jara_lp_wrapper .access_adjusting_notice {
  margin-top: 26px !important;
  padding: 20px 22px !important;
}

#jara_lp_wrapper .access_adjusting_notice p + p {
  margin-top: 10px !important;
}

#jara_lp_wrapper .lp_adjusting_notice {
  max-width: 780px !important;
  padding: 18px 20px !important;
  text-align: center !important;
  font-size: 1.9rem !important;
  line-height: 1.6 !important;
}

#jara_lp_wrapper .jara_lp_food.is-food-adjusting .jara_lp_tabWrap {
  display: none !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos {
  align-items: center !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos .sponsor-logo {
  height: 100% !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logo {
  min-height: 128px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo {
  min-height: 104px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo {
  min-height: 86px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 96% !important;
  max-height: 108px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 94% !important;
  max-height: 78px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 60px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img.logo-shoei,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img.logo-shoei {
  max-height: 78px !important;
  transform: scale(1.22);
  transform-origin: center;
  margin: -6px 0;
}

@media screen and (max-width: 767px) {
  #jara_lp_wrapper .access_adjusting_notice {
    margin-top: 18px !important;
    padding: 16px 14px !important;
  }

  #jara_lp_wrapper .lp_adjusting_notice {
    padding: 15px 12px !important;
    font-size: 1.6rem !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logo {
    min-height: 92px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo {
    min-height: 76px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo,
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo {
    min-height: 64px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img {
    max-height: 74px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logo img {
    max-height: 58px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img,
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img {
    max-height: 48px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logo img.logo-shoei,
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logo img.logo-shoei {
    max-height: 62px !important;
    transform: scale(1.18);
    margin: -4px 0;
  }
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-logos li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-logos .sponsor-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-logos .sponsor-logo img {
  display: block !important;
  margin: auto !important;
}

/* ensure visual vertical centering for all sponsor logos */
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logos li,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logos li,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logos li {
  align-self: stretch !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logos li {
  min-height: 132px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li {
  min-height: 108px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logos li,
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logos li {
  min-height: 90px !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-logos .sponsor-logo {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#jara_lp_wrapper .jara_lp_sponsor .sponsor-logos .sponsor-logo img {
  object-position: center center !important;
  vertical-align: middle !important;
}

@media screen and (max-width: 767px) {
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logos li {
    min-height: 94px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--partner .sponsor-logos li {
    min-height: 78px !important;
  }

  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--supporting .sponsor-logos li,
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--donation .sponsor-logos li {
    min-height: 66px !important;
  }
}

/* ticket CTA temporary disable */
#jara_lp_wrapper .lp_ticket_cta.is-disabled {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.66 !important;
  filter: saturate(0.45) !important;
  box-shadow: none !important;
  transform: none !important;
}

#jara_lp_wrapper .lp_ticket_cta.is-disabled .sub {
  opacity: 1 !important;
}

/* quicknav disabled ticket item */
#jara_lp_wrapper .lp_quicknav__list .quicknav-external--disabled span {
  display: block;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(125, 140, 165, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #jara_lp_wrapper .lp_quicknav__list .quicknav-external--disabled span {
    padding: 9px 6px;
    font-size: 1.1rem;
  }
}

/* remove pale-blue framed boxes in schedule/ticket explanatory area */
#jara_lp_wrapper .jara_lp_schedule .jara_lp_tabBox,
#jara_lp_wrapper .jara_lp_ticket .ticket_price_tabWrap .jara_lp_tabBox {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#jara_lp_wrapper .jara_lp_schedule .txt,
#jara_lp_wrapper .jara_lp_ticket .ticket_price_tabWrap .notes,
#jara_lp_wrapper .jara_lp_ticket .seat .notes {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* sponsor size tweak */
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img.logo-nyk {
  max-height: 118px !important;
}

@media screen and (max-width: 767px) {
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier--main .sponsor-logo img.logo-nyk {
    max-height: 82px !important;
  }
}

/* widen spacing between partner tiers */
#jara_lp_wrapper .jara_lp_sponsor .sponsor-tier + .sponsor-tier {
  margin-top: 96px !important;
}

@media screen and (max-width: 767px) {
  #jara_lp_wrapper .jara_lp_sponsor .sponsor-tier + .sponsor-tier {
    margin-top: 72px !important;
  }
}

/* slider image height unification */
#jara_lp_wrapper .jara_lp_slider .item {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#jara_lp_wrapper .jara_lp_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* access notice text alignment */
#jara_lp_wrapper .jara_lp_access .lp_adjusting_notice {
  text-align: left !important;
}

