@charset "UTF-8";
/* =========================================================
   第15回 越谷レイクタウンランニング LP 完成調整版
   PC: 1920pxデザイン / コンテンツ幅1000px / SP: 390px想定
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1100px;
  overflow-x: hidden;
  background: #c9effb;
  color: #002c55;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.page {
  position: relative;
  overflow: hidden;
  background-image: url("../img/pc-main-bc.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.page > * {
  position: relative;
  z-index: 1;
}

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  height: 80px;
  background: #004a98;
  color: #fff;
}

.site-header__inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-nav {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 0.8fr 1.05fr 1.08fr 1.08fr 1fr 1.17fr 1.05fr 1fr 1fr 0.72fr 1fr;
}

.global-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.global-nav a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.global-nav a.is-contact {
  color: #fff000;
}

.menu-button,
.sp-nav-backdrop,
.sp-nav {
  display: none;
}

/* Hero layered */
.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #c9effb;
}

.hero__photo {
  position: absolute;
  inset: 0 0 auto 0;
  height: 445px;
  background: url("../img/pc-hero-bc_1.png") center 42%/cover no-repeat;
}

.hero__fog {
  position: absolute;
  left: 0;
  right: 0;
  top: 282px;
  height: 190px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 239, 251, 0)), color-stop(34%, rgba(201, 239, 251, 0.78)), color-stop(71%, #c9effb));
  background: linear-gradient(to bottom, rgba(201, 239, 251, 0) 0%, rgba(201, 239, 251, 0.78) 34%, #c9effb 71%);
}

.hero__logo {
  position: absolute;
  z-index: 3;
  top: 94px;
  left: 50%;
  width: 202px;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.86));
          filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.86));
}

.hero__copy {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 227px;
  width: 1000px;
  height: 220px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.hero__lead {
  position: absolute;
  z-index: 3;
  left: 114px;
  top: 8px;
  width: 605px;
}

.hero__lead img,
.hero__title img,
.hero__date img {
  width: 100%;
  height: auto;
  display: block;
}

.hero__title {
  position: absolute;
  z-index: 2;
  left: 120px;
  top: 86px;
  width: 735px;
}

.hero__date {
  position: absolute;
  z-index: 3;
  right: 108px;
  top: 95px;
  width: 238px;
}

.hero__buttons {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 512px;
  width: 690px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.entry-button {
  height: 54px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0 7px 0 rgba(0, 69, 121, 0.25), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
          box-shadow: 0 7px 0 rgba(0, 69, 121, 0.25), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

.entry-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.28)), color-stop(45%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 45%);
}

.entry-button::after {
  content: "›";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  font-size: 44px;
  line-height: 1;
  font-weight: 400;
}

.entry-button--runnet {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3855), to(#f0001b));
  background: linear-gradient(#ff3855, #f0001b);
}

.entry-button--sports {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa314), to(#f28a00));
  background: linear-gradient(#ffa314, #f28a00);
}

.hero__note {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 592px;
  width: 800px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #004a98;
  text-align: center;
  font-weight: 400;
}

.hero__note p {
  margin: 0 0 2px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.hero__note span {
  margin-right: 24px;
}

.hero__note small {
  display: block;
  color: #001d39;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

/* common */
.section {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 34px 0;
}

.section-title {
  height: 70px;
  margin: 0 0 24px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #008fd3;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}

.section--entry {
  padding-top: 0;
  padding-bottom: 42px;
}

/* Entry Cards */
.event-cards {
  display: grid;
  grid-template-columns: repeat(4, 235px);
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.event-card {
  width: 235px;
  height: 338px;
  border: 2px solid #004ea2;
  background: #fff;
  color: #004fa4;
  text-align: center;
  overflow: hidden;
}

.event-card__head {
  height: 148px;
  background: #004ea2;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.event-card__catch {
  height: 39px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff000;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.event-card h2 {
  height: 73px;
  margin: 0;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 43px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.event-card__target {
  width: 150px;
  height: 24px;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff;
  color: #009de0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.event-card__body {
  height: 186px;
  padding-top: 14px;
  background: #fff;
}

.event-card__limit {
  width: calc(100% - 28px);
  height: 39px;
  margin: 0 auto 17px;
  padding: 0 4px;
  border: 1.5px solid #009de0;
  color: #004fa4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.event-card__price {
  height: 48px;
  margin: 0;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #004fa4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.event-card__price span {
  width: 44px;
  height: 44px;
  margin-right: 7px;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 50%;
  background: #ffe100;
  color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.event-card__price strong {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 0.78;
  font-weight: 700;
  letter-spacing: -0.06em;
  font-variant-numeric: lining-nums tabular-nums;
}

.event-card__price b {
  display: block;
  margin-left: 3px;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.event-card--family .event-card__catch {
  font-size: 17px;
}

.event-card--family h2 {
  height: 73px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0 4px;
}

.event-card--family h2 span {
  display: block;
  width: 100%;
  font-size: 27px;
  line-height: 0.96;
  letter-spacing: -0.09em;
  -webkit-transform: scaleX(0.94);
          transform: scaleX(0.94);
}

.event-card--family h2 small {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.event-card--family .event-card__target {
  width: 176px;
  font-size: 14px;
  letter-spacing: -0.06em;
}

.event-card--family .event-card__body {
  padding-top: 14px;
}

.event-card--family .event-card__limit {
  margin-bottom: 48px;
}

.event-card__price--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  padding-left: 0;
}

.event-card__price--single strong {
  font-size: 43px;
}

.event-card__price--single b {
  font-size: 18px;
}

.event-card--relay h2 {
  height: 73px;
  gap: 4px;
}

.event-card--relay h2 span {
  font-size: 42px;
  line-height: 0.94;
  letter-spacing: -0.08em;
}

.event-card--relay h2 small {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.event-card--relay .event-card__body {
  padding-top: 14px;
}

.event-card--relay .event-card__limit {
  height: 39px;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.event-card__price--relay {
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

.event-card__price--relay strong {
  font-size: 42px;
}

.event-card__price--relay b {
  font-size: 16px;
}

.event-card--relay .event-card__limit--second {
  margin-top: 6px;
  margin-bottom: 1px;
}

/* Info */
.section--news {
  padding-top: 14px;
  padding-bottom: 42px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.info-box {
  min-height: 392px;
  border: 2px solid #009de0;
  background: #fff;
  padding: 34px 46px;
}

.info-box h2 {
  margin: 0 0 25px;
  color: #004fa4;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.dummy--instagram {
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dedede;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 25%, transparent 25%), linear-gradient(225deg, rgba(255, 255, 255, 0.72) 25%, transparent 25%), linear-gradient(45deg, rgba(255, 255, 255, 0.72) 25%, transparent 25%), linear-gradient(315deg, rgba(255, 255, 255, 0.72) 25%, #dedede 25%);
  background-position: 20px 0, 20px 0, 0 0, 0 0;
  background-size: 40px 40px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
}

.info-box--notice {
  padding-left: 56px;
  padding-right: 56px;
}

.notice-date {
  margin: 10px 0 13px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #001a36;
}

.notice-date span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  margin-left: 7px;
  padding: 0 7px;
  border-radius: 2px;
  background: #e60012;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.info-box--notice p:not(.notice-date) {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #001d39;
}

/* Outline / sponsor / dummy */
.outline-list {
  margin: 0;
  padding: 0;
}

.outline-list div {
  display: grid;
  grid-template-columns: 165px 1fr;
  min-height: 60px;
  border-bottom: 1px solid rgba(0, 102, 165, 0.65);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outline-list dt {
  padding-left: 22px;
  color: #004fa4;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.outline-list dd {
  margin: 0;
  padding: 13px 0;
  color: #001d39;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sponsor-item {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #004fa4;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.sponsor-item--logo {
  color: #1774b6;
  font-size: 22px;
  font-weight: 500;
}

.sponsor-item--victoria {
  color: #e60012;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.95;
}

.sponsor-item--victoria small {
  font-size: 11px;
  font-weight: 500;
}

.large-dummy {
  height: 475px;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008fd3;
  font-size: 13px;
  font-weight: 700;
}

.section--schedule {
  padding-bottom: 26px;
}

.coming {
  margin: 0;
  padding: 28px 0 34px;
  color: #008fd3;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

/* Guest */
.guest {
  display: grid;
  gap: 42px;
  padding-top: 46px;
  padding-bottom: 52px;
}

.guest-card {
  position: relative;
  width: 1000px;
  height: 273px;
  overflow: visible;
  background: -webkit-gradient(linear, left top, right top, from(#004fa4), to(#008fd3));
  background: linear-gradient(90deg, #004fa4 0%, #008fd3 100%);
  color: #fff;
}

.guest-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 21%, transparent 21% 100%);
  opacity: 0.9;
}

.guest-card::after {
  content: none;
}

.guest-card__photo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  overflow: visible;
}

.guest-card__photo img {
  display: block;
  max-width: none;
}

.guest-card__body {
  position: absolute;
  z-index: 3;
  color: #fff;
}

.guest-card__label {
  margin: 0 0 7px;
  color: #fff000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.guest-card h2 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

.guest-card p:not(.guest-card__label) {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.guest-card--uno .guest-card__photo {
  left: 32px;
  width: 312px;
}

.guest-card--uno .guest-card__photo img {
  width: 312px;
}

.guest-card--uno .guest-card__body {
  left: 360px;
  top: 61px;
  width: 594px;
}

.guest-card--hasegawa .guest-card__photo {
  right: 36px;
  width: 276px;
}

.guest-card--hasegawa .guest-card__photo img {
  width: 276px;
}

.guest-card--hasegawa .guest-card__body {
  left: 48px;
  top: 70px;
  width: 650px;
}

.guest-card--hasegawa::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 24%, transparent 24% 100%), linear-gradient(115deg, transparent 0 73%, rgba(0, 61, 134, 0.26) 73% 100%);
}

/* Result */
.result-box {
  padding: 22px 29px 26px;
  border: 2px solid #009de0;
  background: #fff;
}

.result-year + .result-year {
  margin-top: 18px;
}

.result-year h3 {
  margin: 0 0 11px;
  padding-left: 12px;
  border-left: 4px solid #008fd3;
  color: #004fa4;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.result-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.result-links a {
  min-height: 54px;
  padding: 7px 6px 5px;
  border: 1px solid #009de0;
  color: #001d39;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.result-links strong,
.result-links span {
  display: block;
}

.result-links strong {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}

.result-links__half {
  background: #f0f5fe;
}

.result-links__five {
  background: #fdf2eb;
}

.result-links__family {
  background: #fef7e3;
}

.result-links__relay {
  background: #effae6;
}

/* Access */
.access-box {
  display: grid;
  grid-template-columns: 430px 490px;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 14px 0 0;
}

.access-text {
  padding-top: 29px;
  color: #001d39;
}

.access-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 38px;
}

.access-item img {
  width: 34px;
  height: auto;
  margin-top: 1px;
}

.access-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.map-embed {
  width: 490px;
  height: 315px;
  background: #e8e8e8;
  overflow: hidden;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* FAQ */
.section--faq {
  padding-bottom: 64px;
}

.faq-list {
  display: grid;
  gap: 9px;
}

.faq-item {
  border: 1px solid #009de0;
  background: #fff;
}

.faq-q {
  position: relative;
  width: 100%;
  min-height: 32px;
  padding: 7px 42px 7px 17px;
  border: 0;
  background: #fff;
  color: #004fa4;
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
}

.faq-q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #008fd3;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.faq-item.is-open .faq-q::after {
  content: "−";
}

.faq-a {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.faq-a__inner {
  padding: 3px 18px 14px;
  border-top: 1px solid #009de0;
  color: #001d39;
  font-size: 12px;
  line-height: 1.45;
}

.qa-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 8px 0;
  border-bottom: 1px dotted #009de0;
}

.qa-row:last-child {
  border-bottom: 0;
}

.qa-row b {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004fa4;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.qa-row--answer b {
  background: #e60012;
}

.qa-row p {
  margin: 0;
  font-weight: 400;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 1;
  background: #004ea2;
  color: #fff;
  padding: 35px 0 42px;
}

.site-footer__inner {
  width: 1000px;
  margin: 0 auto;
}

.site-footer h2 {
  position: relative;
  margin: 0 0 6px;
  padding-left: 13px;
  color: #fff000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.site-footer h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 4px;
  height: 16px;
  background: #fff000;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.site-footer span {
  font-size: 14px;
  font-weight: 700;
}

.site-footer strong {
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.site-footer a {
  display: inline-block;
  margin-top: 3px;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

/* SP */
@media (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 11px;
    line-height: 1.45;
    background: #c9effb;
  }
  .page {
    background-image: url("../img/sp-main-bc.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
  }
  .site-header {
    height: 52px;
    position: relative;
  }
  .site-header__inner {
    width: 100%;
    margin: 0;
    padding: 0 18px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-nav {
    display: none;
  }
  .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 140;
  }
  .menu-button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  }
  .sp-nav-backdrop {
    display: block;
    position: fixed;
    z-index: 110;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.28s ease;
    transition: opacity 0.28s ease;
  }
  .sp-nav {
    display: block;
    position: fixed;
    z-index: 130;
    top: 52px;
    right: 0;
    width: 204px;
    max-width: 75vw;
    background: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-box-shadow: -8px 0 18px rgba(0, 0, 0, 0.18);
            box-shadow: -8px 0 18px rgba(0, 0, 0, 0.18);
  }
  .sp-nav a {
    position: relative;
    display: block;
    height: 31px;
    padding: 8px 32px 0 13px;
    border-bottom: 1px solid #b8cce3;
    color: #004a98;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
  }
  .sp-nav a::after {
    content: "›";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
    font-size: 22px;
    font-weight: 700;
  }
  .sp-nav a.is-contact {
    background: #008fd3;
    color: #fff;
  }
  body.is-menu-open {
    overflow: hidden;
  }
  body.is-menu-open .sp-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body.is-menu-open .sp-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  body.is-menu-open .menu-button span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  body.is-menu-open .menu-button span:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .menu-button span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .hero {
    height: 663px;
    background: #c9effb;
  }
  .hero__photo {
    height: 520px;
    background-image: url("../img/sp-hero-bc.png");
    background-size: cover;
    background-position: center top;
  }
  .hero__fog {
    top: 222px;
    height: 370px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 239, 251, 0)), color-stop(23%, rgba(201, 239, 251, 0.8)), color-stop(54%, #c9effb));
    background: linear-gradient(to bottom, rgba(201, 239, 251, 0) 0%, rgba(201, 239, 251, 0.8) 23%, #c9effb 54%);
  }
  .hero__logo {
    top: 28px;
    left: auto;
    right: 37px;
    width: 126px;
    -webkit-transform: none;
            transform: none;
  }
  .hero__copy {
    left: 0;
    top: 283px;
    width: 100%;
    height: 220px;
    -webkit-transform: none;
            transform: none;
  }
  .hero__lead {
    left: 49px;
    top: 0;
    width: 330px;
  }
  .hero__title {
    left: 49px;
    top: 48px;
    width: 299px;
  }
  .hero__date {
    right: 23px;
    top: 124px;
    width: 94px;
  }
  .hero__buttons {
    top: 497px;
    left: 50%;
    width: 304px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .entry-button {
    height: 41px;
    border-radius: 5px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 69, 121, 0.23), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
            box-shadow: 0 5px 0 rgba(0, 69, 121, 0.23), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  }
  .entry-button::after {
    right: 14px;
    font-size: 34px;
  }
  .hero__note {
    top: 599px;
    width: 350px;
  }
  .hero__note p {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.06em;
  }
  .hero__note span {
    margin-right: 8px;
  }
  .hero__note small {
    font-size: 8px;
  }
  .section {
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
    padding: 20px 0;
  }
  .section-title {
    height: 31px;
    margin-bottom: 14px;
    padding: 0 11px;
    font-size: clamp(12px, 3.7333333333vw, 16px) !important;
  }
  .section--entry {
    width: 300px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 18px;
  }
  .event-cards {
    grid-template-columns: repeat(2, 145px);
    gap: 10px;
  }
  .event-card {
    width: 145px;
    height: 150px;
    border-width: 1px;
  }
  .event-card__head {
    height: 72px;
  }
  .event-card__catch {
    height: 21px;
    font-size: 10px;
    letter-spacing: -0.08em;
  }
  .event-card h2 {
    height: 35px;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 4px;
    font-weight: 700;
  }
  .event-card__target {
    width: 82px;
    height: 13px;
    font-size: 9px;
    letter-spacing: -0.05em;
  }
  .event-card__body {
    height: 78px;
    padding-top: 8px;
  }
  .event-card__limit {
    width: calc(100% - 16px);
    height: 22px;
    margin: 0 auto 8px;
    padding: 0 2px;
    font-size: 9.5px;
    line-height: 1.05;
    letter-spacing: -0.055em;
  }
  .event-card__price {
    height: 25px;
    padding-left: 14px;
  }
  .event-card__price span {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    font-size: 8px;
  }
  .event-card__price strong {
    font-size: 25px;
    line-height: 0.82;
    letter-spacing: -0.06em;
  }
  .event-card__price b {
    margin-left: 1px;
    padding-bottom: 1px;
    font-size: 9px;
  }
  .event-card--family h2 {
    height: 35px;
    gap: 1px;
    padding: 0 3px;
  }
  .event-card--family h2 span {
    font-size: 12.2px;
    line-height: 0.96;
    letter-spacing: -0.08em;
  }
  .event-card--family h2 small {
    font-size: 8px;
  }
  .event-card--family .event-card__target {
    width: 94px;
    font-size: 7px;
  }
  .event-card--family .event-card__limit {
    margin-bottom: 20px;
  }
  .event-card__price--single {
    height: 28px;
  }
  .event-card__price--single strong {
    font-size: 25px;
  }
  .event-card__price--single b {
    font-size: 9px;
  }
  .event-card--relay h2 {
    height: 35px;
    gap: 3px;
  }
  .event-card--relay h2 span {
    font-size: 25px;
  }
  .event-card--relay h2 small {
    font-size: 9px;
  }
  .event-card--relay .event-card__limit {
    height: 22px;
    margin-bottom: 5px;
    font-size: 7.8px;
  }
  .event-card__price--relay {
    height: 22px;
  }
  .event-card__price--relay strong {
    font-size: 25px;
  }
  .event-card__price--relay b {
    font-size: 8px;
  }
  .event-card--relay .event-card__limit--second {
    margin-top: 4px;
    margin-bottom: 2px;
  }
  .section--news {
    padding-top: 17px;
    padding-bottom: 19px;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .info-box {
    min-height: auto;
    border-width: 1px;
    padding: 15px 14px;
  }
  .info-box h2 {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .dummy--instagram {
    height: 176px;
    font-size: 13px;
  }
  .info-box--notice {
    padding: 17px 16px 20px;
  }
  .notice-date {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .notice-date span {
    height: 13px;
    margin-left: 4px;
    padding: 0 5px;
    font-size: 7px;
  }
  .info-box--notice p:not(.notice-date) {
    font-size: 11px;
  }
  .outline-list div {
    grid-template-columns: 55px 1fr;
    min-height: 38px;
  }
  .outline-list dt {
    padding-left: 6px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .outline-list dd {
    padding: 8px 0;
    font-size: 9.5px;
    line-height: 1.45;
  }
  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .sponsor-item {
    height: 45px;
    font-size: 9px;
  }
  .sponsor-item--logo {
    font-size: 12px;
  }
  .sponsor-item--victoria {
    font-size: 14px;
  }
  .sponsor-item--victoria small {
    font-size: 7px;
  }
  .large-dummy {
    height: 224px;
    font-size: 10px;
  }
  .section--schedule {
    padding-bottom: 18px;
  }
  .coming {
    padding: 10px 0 20px;
    font-size: 9px;
  }
  .guest {
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 22px;
  }
  .guest-card {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .guest-card__label {
    font-size: 8px;
    margin-bottom: 3px;
  }
  .guest-card h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .guest-card p:not(.guest-card__label) {
    font-size: 7.1px;
    line-height: 1.45;
    letter-spacing: -0.05em;
  }
  .guest-card--uno .guest-card__photo {
    left: -2px;
    bottom: 0;
    width: 126px;
  }
  .guest-card--uno .guest-card__photo img {
    width: 126px;
  }
  .guest-card--uno .guest-card__body {
    left: 135px;
    top: 28px;
    width: calc(100% - 145px);
  }
  .guest-card--hasegawa .guest-card__photo {
    right: -6px;
    bottom: 0;
    width: 118px;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 118px;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 18px;
    top: 27px;
    width: 210px;
  }
  .result-box {
    padding: 13px 11px 14px;
    border-width: 1px;
  }
  .result-year + .result-year {
    margin-top: 10px;
  }
  .result-year h3 {
    margin-bottom: 7px;
    padding-left: 7px;
    border-left-width: 3px;
    font-size: 10px;
  }
  .result-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .result-links a {
    min-height: 35px;
    padding: 4px 4px 3px;
    font-size: 8px;
    line-height: 1.35;
  }
  .result-links strong {
    margin-bottom: 2px;
    font-size: 8.5px;
  }
  .access-box {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 0;
  }
  .map-embed {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 190px;
  }
  .access-text {
    padding-top: 0;
  }
  .access-item {
    grid-template-columns: 23px 1fr;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin-bottom: 16px;
    padding-left: 8px;
  }
  .access-item img {
    width: 23px;
  }
  .access-item p {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: -0.04em;
  }
  .section--faq {
    padding-bottom: 25px;
  }
  .faq-list {
    gap: 7px;
  }
  .faq-q {
    min-height: 24px;
    padding: 5px 30px 5px 9px;
    font-size: 9px;
  }
  .faq-q::after {
    right: 7px;
    width: 13px;
    height: 13px;
    font-size: 10px;
    line-height: 13px;
  }
  .faq-a__inner {
    padding: 2px 10px 10px;
    font-size: 8px;
  }
  .qa-row {
    grid-template-columns: 15px 1fr;
    gap: 5px;
    padding: 5px 0;
  }
  .qa-row b {
    width: 13px;
    height: 13px;
    font-size: 8px;
  }
  .site-footer {
    padding: 24px 0 32px;
  }
  .site-footer__inner {
    width: auto;
    margin: 0 18px;
  }
  .site-footer h2 {
    font-size: 12px;
  }
  .site-footer h2::before {
    height: 13px;
  }
  .site-footer p {
    font-size: 10px;
    line-height: 1.6;
  }
  .site-footer strong {
    font-size: 23px;
  }
  .site-footer a {
    font-size: 10px;
  }
}
/* =========================================================
   Final copy-fix overrides
   - HERO is a composite visual with transparent CV hit areas
   - Restore result / guest / access / FAQ detail
========================================================= */
.hero.hero--composite {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  background: #c9effb;
}

.hero-visual {
  display: block;
  width: 100%;
  line-height: 0;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cv {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.hero-cv__link {
  position: absolute;
  display: block;
  pointer-events: auto;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 8px;
}

.hero-cv__link--runnet {
  left: 26.9%;
  top: 81.8%;
  width: 22%;
  height: 7.8%;
}

.hero-cv__link--sports {
  left: 51.2%;
  top: 81.8%;
  width: 22%;
  height: 7.8%;
}

.section--entry {
  padding-top: 38px;
}

@media (max-width: 767px) {
  .hero-cv__link--runnet {
    left: 9.5%;
    top: 78.4%;
    width: 76%;
    height: 6.45%;
  }
  .hero-cv__link--sports {
    left: 9.5%;
    top: 86.4%;
    width: 76%;
    height: 6.45%;
  }
  .section--entry {
    padding-top: 22px;
  }
}
/* Guest cards: restore dot decorations and adjust portrait sizes */
.guest {
  padding-top: 56px;
  gap: 52px;
}

.guest-card {
  height: 273px;
  overflow: visible;
}

.guest-card::after {
  content: "" !important;
  position: absolute;
  z-index: 1;
  width: 170px;
  height: 170px;
  opacity: 0.48;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.62) 1.4px, transparent 1.6px);
  background-size: 10px 10px;
}

.guest-card--uno::after {
  left: 0;
  top: 0;
}

.guest-card--hasegawa::after {
  right: 0;
  bottom: 0;
}

.guest-card--uno .guest-card__photo {
  left: 44px;
  bottom: 0;
  width: 332px;
}

.guest-card--uno .guest-card__photo img {
  width: 332px;
}

.guest-card--uno .guest-card__body {
  left: 414px;
  top: 58px;
  width: 540px;
}

.guest-card--hasegawa .guest-card__photo {
  right: 64px;
  bottom: 0;
  width: 304px;
}

.guest-card--hasegawa .guest-card__photo img {
  width: 304px;
}

.guest-card--hasegawa .guest-card__body {
  left: 48px;
  top: 64px;
  width: 666px;
}

.guest-card__label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}

.guest-card h2 {
  font-size: 29px;
  line-height: 1.05;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.guest-card p:not(.guest-card__label) {
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: -0.025em;
  text-align: justify;
}

@media (max-width: 767px) {
  .guest {
    padding-top: 18px;
    gap: 14px;
  }
  .guest-card {
    height: 150px;
    overflow: hidden;
  }
  .guest-card::after {
    width: 76px;
    height: 76px;
    background-size: 6px 6px;
    opacity: 0.45;
  }
  .guest-card--uno::after {
    left: 0;
    top: 0;
  }
  .guest-card--hasegawa::after {
    right: 0;
    bottom: 0;
  }
  .guest-card--uno .guest-card__photo {
    left: -4px;
    bottom: 0;
    width: 132px;
  }
  .guest-card--uno .guest-card__photo img {
    width: 132px;
  }
  .guest-card--uno .guest-card__body {
    left: 137px;
    top: 28px;
    width: calc(100% - 147px);
  }
  .guest-card--hasegawa .guest-card__photo {
    right: -3px;
    bottom: 0;
    width: 122px;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 122px;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 18px;
    top: 27px;
    width: 208px;
  }
  .guest-card__label {
    font-size: 8px;
    margin-bottom: 3px;
  }
  .guest-card h2 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .guest-card p:not(.guest-card__label) {
    font-size: 7.05px;
    line-height: 1.45;
  }
}
/* Result: restore target layout and colors */
#result .section-title {
  margin-bottom: 24px;
}

.result-box {
  border: 1px solid #009de0;
  background: #fff;
  padding: 26px 30px 30px;
}

.result-year + .result-year {
  margin-top: 18px;
}

.result-year h3 {
  margin: 0 0 12px;
  padding-left: 13px;
  border-left: 4px solid #008fd3;
  color: #004fa4;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.result-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.result-links a {
  min-height: 54px;
  padding: 7px 6px 5px;
  border: 1px solid #009de0;
  color: #001d39;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.result-links strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}

.result-links span {
  display: block;
}

.result-links__half {
  background: #f0f5fe;
}

.result-links__five {
  background: #fdf2eb;
}

.result-links__family {
  background: #fef7e3;
}

.result-links__relay {
  background: #effae6;
}

@media (max-width: 767px) {
  #result .section-title {
    margin-bottom: 0;
  }
  .result-box {
    padding: 13px 11px 14px;
    border-width: 1px;
  }
  .result-year + .result-year {
    margin-top: 10px;
  }
  .result-year h3 {
    margin-bottom: 7px;
    padding-left: 7px;
    border-left-width: 3px;
    font-size: 10px;
  }
  .result-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .result-links a {
    min-height: 35px;
    padding: 4px 4px 3px;
    font-size: 8px;
    line-height: 1.35;
  }
  .result-links strong {
    font-size: 8.5px;
    margin-bottom: 2px;
  }
}
/* Access */
.access-box {
  display: grid;
  grid-template-columns: 420px 490px;
  gap: 90px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
}

.access-text {
  padding-top: 39px;
}

.access-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 32px;
  padding-left: 0;
}

.access-item img {
  width: 31px;
  margin-top: 2px;
}

.access-item p {
  font-size: 18px;
  line-height: 1.38;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.map-embed {
  width: 490px;
  height: 315px;
}

@media (max-width: 767px) {
  .access-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .map-embed {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 190px;
  }
  .access-text {
    padding-top: 0;
  }
  .access-item {
    grid-template-columns: 23px 1fr;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin-bottom: 16px;
    padding-left: 8px;
  }
  .access-item img {
    width: 23px;
  }
  .access-item p {
    font-size: 12px;
    line-height: 1.35;
  }
}
/* FAQ open design */
.faq-list {
  gap: 8px;
}

.faq-item {
  border: 1px solid #009de0;
  background: #fff;
}

.faq-q {
  min-height: 31px;
  padding: 7px 42px 7px 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.faq-a__inner {
  padding: 4px 18px 13px;
  font-size: 12px;
  line-height: 1.45;
}

.qa-row {
  grid-template-columns: 20px 1fr;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px dotted #009de0;
}

.qa-row b {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

.qa-row p {
  font-weight: 400;
}

@media (max-width: 767px) {
  .faq-list {
    gap: 7px;
  }
  .faq-q {
    min-height: 24px;
    padding: 5px 30px 5px 9px;
    font-size: 9px;
  }
  .faq-a__inner {
    padding: 2px 10px 10px;
    font-size: 8px;
  }
  .qa-row {
    grid-template-columns: 15px 1fr;
    gap: 5px;
    padding: 5px 0;
  }
  .qa-row b {
    width: 13px;
    height: 13px;
    font-size: 8px;
  }
}
/* =========================================================
   2026-07 HERO / CV / SP box final overrides
   - Replace HERO artwork with supplied PC/SP image
   - Buttons are real HTML links, not part of the image
   - SP entry cards width = 290 / 750 * 100%
========================================================= */
.hero.hero--composite {
  position: relative !important;
  width: 100% !important;
  height: 60vw !important;
  min-height: 760px !important;
  max-height: 900px !important;
  overflow: hidden !important;
  background: #c9effb !important;
}

.hero-visual {
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

.hero-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.hero-cv {
  position: absolute !important;
  z-index: 10 !important;
  left: 50% !important;
  top: 46.2vw !important;
  width: 630px !important;
  height: auto !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 30px !important;
  pointer-events: auto !important;
  inset: auto auto auto 50% !important;
}

.hero-cv__link {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: 60px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  overflow: hidden !important;
  text-indent: 0 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  -webkit-box-shadow: 0 6px 0 rgba(0, 69, 121, 0.25), 0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
          box-shadow: 0 6px 0 rgba(0, 69, 121, 0.25), 0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
}

.hero-cv__link::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.32)), color-stop(46%, rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 46%) !important;
  pointer-events: none !important;
}

.hero-cv__link::after {
  content: "›" !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  -webkit-transform: translateY(-53%) !important;
          transform: translateY(-53%) !important;
  font-size: 42px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.hero-cv__link span {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-cv__link--runnet {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b58), to(#f0001d)) !important;
  background: linear-gradient(#ff3b58 0%, #f0001d 100%) !important;
}

.hero-cv__link--sports {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa012), to(#f18b00)) !important;
  background: linear-gradient(#ffa012 0%, #f18b00 100%) !important;
}

.hero-entry-note {
  position: absolute !important;
  z-index: 9 !important;
  left: 50% !important;
  top: 52.7vw !important;
  width: 790px !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  color: #004a98 !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
}

.hero-entry-note p {
  margin: 0 0 4px !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.05em !important;
}

.hero-entry-note p span {
  margin-right: 20px !important;
}

.hero-entry-note small {
  display: block !important;
  color: #001d39 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

.section--entry {
  padding-top: 0 !important;
}

@media (min-width: 1500px) {
  .hero.hero--composite {
    height: 900px !important;
  }
  .hero-cv {
    top: 693px !important;
  }
  .hero-entry-note {
    top: 790px !important;
  }
}
@media (max-width: 767px) {
  .hero.hero--composite {
    height: 173vw !important;
    min-height: 640px !important;
    max-height: 760px !important;
    background: #c9effb !important;
  }
  .hero-cv {
    top: 126vw !important;
    width: 77.6% !important;
    max-width: 330px !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  .hero-cv__link {
    height: 42px !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    -webkit-box-shadow: 0 5px 0 rgba(0, 69, 121, 0.23), 0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
            box-shadow: 0 5px 0 rgba(0, 69, 121, 0.23), 0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
  }
  .hero-cv__link::after {
    right: 14px !important;
    font-size: 34px !important;
  }
  .hero-entry-note {
    top: 153vw !important;
    width: 92% !important;
  }
  .hero-entry-note p {
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.06em !important;
  }
  .hero-entry-note p span {
    margin-right: 8px !important;
  }
  .hero-entry-note small {
    font-size: 8px !important;
    line-height: 1.2 !important;
  }
  .section--entry {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 18px !important;
  }
  .event-cards {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 38.6666667%) !important;
    -webkit-column-gap: 3.2% !important;
       -moz-column-gap: 3.2% !important;
            column-gap: 3.2% !important;
    row-gap: 10px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card {
    width: 100% !important;
    height: 40vw !important;
    min-height: 145px !important;
    max-height: 160px !important;
  }
}
/* =========================================================
   2026-07 CV section separation
   - HERO contains only the supplied visual image
   - RUNNET / Sports Entry are moved to an independent CV section
========================================================= */
.hero.hero--composite {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #c9effb !important;
}

.hero-visual {
  position: relative !important;
  z-index: 1 !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

.hero-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.cv-section {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0 0 54px;
  background: #c9effb;
}

.cv-section__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}

.cv-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
  margin: 0 auto 26px;
}

.cv-button {
  position: relative;
  width: 310px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 0 rgba(0, 69, 121, 0.25), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
          box-shadow: 0 6px 0 rgba(0, 69, 121, 0.25), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

.cv-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.32)), color-stop(46%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 46%);
  pointer-events: none;
}

.cv-button::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.cv-button span {
  position: relative;
  z-index: 1;
  display: block;
}

.cv-button--runnet {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b58), to(#f0001d));
  background: linear-gradient(#ff3b58 0%, #f0001d 100%);
}

.cv-button--sports {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa012), to(#f18b00));
  background: linear-gradient(#ffa012 0%, #f18b00 100%);
}

.cv-section__note {
  color: #004a98;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
}

.cv-section__note p {
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0em;
}

.cv-section__note p span {
  margin-right: 20px;
}

.cv-section__note small {
  display: block;
  color: #001d39;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.section--entry {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .cv-section {
    padding: 0 0 20px;
  }
  .cv-section__inner {
    width: auto;
    max-width: none;
    margin: 0 18px;
  }
  .cv-section__buttons {
    width: 77.6%;
    max-width: 330px;
    margin: 0 auto 13px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .cv-button {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    font-size: 20px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 69, 121, 0.23), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
            box-shadow: 0 5px 0 rgba(0, 69, 121, 0.23), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  }
  .cv-button::after {
    right: 14px;
    font-size: 34px;
  }
  .cv-section__note p {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.06em;
  }
  .cv-section__note p span {
    margin-right: 8px;
  }
  .cv-section__note small {
    font-size: 8px;
    line-height: 1.2;
  }
  .section--entry {
    padding-top: 0 !important;
  }
}
/* =========================================================
   2026-07 Guest section refinement
   - Enlarge each guest person image slightly
   - Change dotted decoration area from square to triangle
========================================================= */
.guest-card {
  overflow: visible !important;
}

.guest-card::after {
  width: 176px !important;
  height: 176px !important;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 1.6px, transparent 1.8px) !important;
  background-size: 8px 8px !important;
  opacity: 0.58 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.guest-card--uno::after {
  left: 0 !important;
  top: 0 !important;
  clip-path: polygon(0 0, 100% 0, 0 100%) !important;
}

.guest-card--hasegawa::after {
  right: 0 !important;
  bottom: 0 !important;
  clip-path: polygon(100% 0, 100% 100%, 0 100%) !important;
}

.guest-card--uno .guest-card__photo {
  left: 34px !important;
  bottom: 0 !important;
  width: 366px !important;
  z-index: 3 !important;
}

.guest-card--uno .guest-card__photo img {
  width: 366px !important;
}

.guest-card--uno .guest-card__body {
  left: 438px !important;
  top: 55px !important;
  width: 516px !important;
  z-index: 4 !important;
}

.guest-card--hasegawa .guest-card__photo {
  right: 34px !important;
  bottom: 0 !important;
  width: 330px !important;
  z-index: 3 !important;
}

.guest-card--hasegawa .guest-card__photo img {
  width: 330px !important;
}

.guest-card--hasegawa .guest-card__body {
  left: 48px !important;
  top: 62px !important;
  width: 640px !important;
  z-index: 4 !important;
}

@media (max-width: 767px) {
  .guest-card {
    overflow: hidden !important;
  }
  .guest-card::after {
    width: 96px !important;
    height: 96px !important;
    background-size: 6px 6px !important;
    opacity: 0.5 !important;
  }
  .guest-card--uno::after {
    left: 0 !important;
    top: 0 !important;
    clip-path: polygon(0 0, 100% 0, 0 100%) !important;
  }
  .guest-card--hasegawa::after {
    right: 0 !important;
    bottom: 0 !important;
    clip-path: polygon(100% 0, 100% 100%, 0 100%) !important;
  }
  .guest-card--uno .guest-card__photo {
    left: -8px !important;
    bottom: 0 !important;
    width: 146px !important;
  }
  .guest-card--uno .guest-card__photo img {
    width: 146px !important;
  }
  .guest-card--uno .guest-card__body {
    left: 145px !important;
    top: 25px !important;
    width: calc(100% - 154px) !important;
  }
  .guest-card--hasegawa .guest-card__photo {
    right: -10px !important;
    bottom: 0 !important;
    width: 136px !important;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 136px !important;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 18px !important;
    top: 25px !important;
    width: 200px !important;
  }
}
#result.section {
  padding-top: 40px;
}

#result .section-title {
  margin-bottom: 0 !important;
}

#result .result-box {
  border: 1px solid #009de0 !important;
  border-top: 0 !important;
  background: #fff !important;
  padding: 32px 31px 36px !important;
}

#result .result-year + .result-year {
  margin-top: 24px !important;
}

#result .result-year h3 {
  margin: 0 0 14px !important;
  padding-left: 14px !important;
  border-left: 4px solid #008fd3 !important;
  color: #008fd3 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

#result .result-links {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 17px !important;
}

#result .result-links a {
  display: block !important;
  min-height: 0 !important;
  height: 62px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #009de0 !important;
  background: #fff !important;
  color: #1f1f1f !important;
  text-align: center !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#result .result-links strong {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 31px !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#result .result-links span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 29px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#result .result-links__half strong {
  background: #f0f5fe !important;
}

#result .result-links__five strong {
  background: #fdf2eb !important;
}

#result .result-links__family strong {
  background: #fef7e3 !important;
}

#result .result-links__relay strong {
  background: #effae6 !important;
}

@media (max-width: 767px) {
  #result.section {
    padding-top: 20px;
  }
  #result .section-title {
    margin-bottom: 0 !important;
  }
  #result .result-box {
    border-top: 0 !important;
    padding: 18px 18px 20px !important;
  }
  #result .result-year + .result-year {
    margin-top: 18px !important;
  }
  #result .result-year h3 {
    margin: 0 0 10px !important;
    padding-left: 9px !important;
    border-left-width: 3px !important;
    font-size: 14px !important;
  }
  #result .result-links {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 9px 10px !important;
  }
  #result .result-links a {
    height: 54px !important;
  }
  #result .result-links strong {
    height: 27px !important;
    font-size: 12px !important;
  }
  #result .result-links span {
    height: 25px !important;
    font-size: 11px !important;
  }
}
/* =========================================================
   2026-07 Info / Notice / Access layout correction
   - Instagram shows 8 selected posts
   - Notice NEW badge is controlled from post date
   - Access icon layout follows PC reference: icon above text
========================================================= */
.section--news {
  padding-top: 42px !important;
  padding-bottom: 48px !important;
}

.info-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.info-box {
  min-height: 392px !important;
  border: 2px solid #009de0 !important;
  background: #fff !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.info-box--insta {
  padding: 31px 25px 25px !important;
}

.info-box h2 {
  margin: 0 !important;
  color: #004fa4 !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  text-align: center !important;
  letter-spacing: -0.04em !important;
}

.info-box--insta h2 {
  margin-bottom: 28px !important;
}

.instagram-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: #fff !important;
}

.instagram-grid a {
  display: block !important;
  position: relative !important;
  aspect-ratio: 220/293 !important;
  overflow: hidden !important;
  background: #eee !important;
}

.instagram-grid img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.info-box--notice {
  padding: 31px 34px 28px !important;
}

.info-box--notice h2 {
  padding-bottom: 25px !important;
  border-bottom: 1px solid #009de0 !important;
  margin-bottom: 25px !important;
  font-size: 29px !important;
  letter-spacing: 0.02em !important;
}

.notice-list {
  margin: 0 !important;
  padding: 0 !important;
}

.notice-item {
  margin: 0 !important;
  padding: 0 !important;
}

.notice-date {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 21px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #333 !important;
  letter-spacing: 0.01em !important;
}

.notice-date time {
  display: inline-block !important;
}

.notice-new {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-width: 48px !important;
  height: 28px !important;
  padding: 0 8px !important;
  border-radius: 0 !important;
  background: #e60012 !important;
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

.notice-new[hidden] {
  display: none !important;
}

.notice-title {
  margin: 0 !important;
  color: #333 !important;
  font-size: 23px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}

#access .section-title {
  margin-bottom: 0 !important;
}

.access-box {
  display: grid !important;
  grid-template-columns: 490px 490px !important;
  gap: 20px !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  padding: 38px 0 0 !important;
}

.access-text {
  width: 490px !important;
  padding: 0 !important;
}

.access-item {
  display: block !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
}

.access-item img {
  display: block !important;
  width: 24px !important;
  height: auto !important;
  margin: 0 0 8px !important;
}

.access-item--address {
  margin-bottom: 0 !important;
}

.access-item--address img {
  width: 24px !important;
}

.access-item p {
  margin: 0 !important;
  color: #333 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
}

.map-embed {
  width: 490px !important;
  height: 315px !important;
  overflow: hidden !important;
  background: #e5e5e5 !important;
}

.map-embed iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 767px) {
  .section--news {
    padding-top: 17px !important;
    padding-bottom: 19px !important;
  }
  .info-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .info-box {
    min-height: auto !important;
    border-width: 1px !important;
  }
  .info-box--insta {
    padding: 14px 12px 15px !important;
  }
  .info-box h2 {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  .info-box--insta h2 {
    margin-bottom: 12px !important;
  }
  .instagram-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .info-box--notice {
    padding: 17px 16px 22px !important;
  }
  .info-box--notice h2 {
    padding-bottom: 14px !important;
    margin-bottom: 18px !important;
    font-size: 17px !important;
  }
  .notice-date {
    gap: 5px !important;
    margin-bottom: 13px !important;
    font-size: 13px !important;
  }
  .notice-new {
    min-width: 30px !important;
    height: 17px !important;
    padding: 0 5px !important;
    font-size: 10px !important;
  }
  .notice-title {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .access-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 0 !important;
  }
  .map-embed {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
    width: 100% !important;
    height: 190px !important;
  }
  .access-text {
    width: 100% !important;
    padding: 0 8px 0 !important;
  }
  .access-item {
    margin-bottom: 18px !important;
  }
  .access-item img {
    width: 16px !important;
    margin-bottom: 8px !important;
  }
  .access-item--address img {
    width: 16px !important;
  }
  .access-item p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    letter-spacing: -0.04em !important;
  }
}
/* =========================================================
   2026-07 HERO separated final
   Base: laketown-running_lp_info-map-final
   HERO = background image + title/date text image, not composite.
   Text layer max-width is locked to 1000px.
========================================================= */
.hero.hero--layered {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2047/1063 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  background: transparent !important;
  line-height: 0 !important;
  margin-top: -2px;
}

.hero-bg-picture {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

.hero-bg-picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center top !important;
     object-position: center top !important;
}

.hero-text-layer {
  position: absolute !important;
  z-index: 2 !important;
  left: 50% !important;
  bottom: 0 !important;
  width: min(1150px, 100%) !important;
  max-width: 1150px !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

.hero-text-picture,
.hero-text-picture img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  line-height: 0 !important;
}

.cv-section {
  background: transparent !important;
  margin-top: -2% !important;
  padding-top: 0 !important;
}

.cv-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cv-button::before {
  display: none !important;
}

.cv-button--runnet {
  background: -webkit-gradient(linear, left top, left bottom, from(#e56169), to(#d70c18)) !important;
  background: linear-gradient(180deg, #e56169 0%, #d70c18 100%) !important;
}

.cv-button--sports {
  background: -webkit-gradient(linear, left top, left bottom, from(#e57e59), to(#eb3700)) !important;
  background: linear-gradient(180deg, #e57e59 0%, #eb3700 100%) !important;
}

@media (max-width: 767px) {
  .hero.hero--layered {
    aspect-ratio: 1501/1900 !important;
    background: transparent !important;
  }
  .hero-bg-picture img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center top !important;
       object-position: center top !important;
  }
  .hero-text-layer {
    width: 100% !important;
    max-width: 100% !important;
    bottom: 0 !important;
  }
  .cv-section {
    background: transparent !important;
    padding-top: 12px !important;
  }
}
/* =========================================================
   2026-07 HERO logo restore
   Logo is an independent layer over the HERO background.
========================================================= */
.hero-logo-layer {
  position: absolute !important;
  z-index: 3 !important;
  left: 50% !important;
  top: 10.8% !important;
  width: 320px !important;
  max-width: 17vw !important;
  -webkit-transform: translateX(290px) !important;
          transform: translateX(290px) !important;
  display: block !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

.hero-logo-layer img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .hero-logo-layer {
    left: auto !important;
    right: 7.3% !important;
    top: 4.2% !important;
    width: 32.5% !important;
    max-width: 132px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* =========================================================
   Final fix: CV button arrow / sponsor logos
   ========================================================= */
.cv-section {
  background: transparent !important;
}

.cv-button {
  overflow: visible !important;
  padding: 0 46px 0 28px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

.cv-button::before {
  display: none !important;
}

.cv-button::after {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  right: 26px !important;
  top: 50% !important;
  border-top: 4px solid #fff !important;
  border-right: 4px solid #fff !important;
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
          transform: translateY(-50%) rotate(45deg) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.cv-button--runnet {
  background: -webkit-gradient(linear, left top, left bottom, from(#e56169), to(#d70c18)) !important;
  background: linear-gradient(to bottom, #e56169 0%, #d70c18 100%) !important;
}

.cv-button--sports {
  background: -webkit-gradient(linear, left top, left bottom, from(#e57e59), to(#eb3700)) !important;
  background: linear-gradient(to bottom, #e57e59 0%, #eb3700 100%) !important;
}

.sponsor-item--image {
  padding: 8px 18px !important;
}

.sponsor-item--image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sponsor-item--xebio img {
  max-height: 48px;
}

.sponsor-item--victoria img {
  max-height: 50px;
}

.sponsor-item--koshigaya img {
  max-height: 28px;
}

@media (max-width: 767px) {
  .cv-button {
    padding: 0 38px 0 20px !important;
    overflow: visible !important;
  }
  .cv-button::after {
    width: 9px !important;
    height: 9px !important;
    right: 18px !important;
    border-top-width: 3px !important;
    border-right-width: 3px !important;
  }
  .sponsor-item--image {
    padding: 6px 10px !important;
  }
  .sponsor-item--xebio img,
  .sponsor-item--victoria img {
    max-height: 28px;
  }
  .sponsor-item--koshigaya img {
    max-height: 18px;
  }
}
/* =========================================================
   Result link split correction
   - Each category box keeps PC height 100px
   - 男子/女子 etc. are individual links
========================================================= */
#result .result-links {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 17px !important;
}

#result .result-card {
  height: 100px !important;
  border: 1px solid #009de0 !important;
  background: #fff !important;
  overflow: hidden !important;
  text-align: center !important;
  color: #001d39 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

#result .result-card__title {
  margin: 0 !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

#result .result-card--half .result-card__title {
  background: #f0f5fe !important;
}

#result .result-card--five .result-card__title {
  background: #fdf2eb !important;
}

#result .result-card--family .result-card__title {
  background: #fef7e3 !important;
}

#result .result-card--relay .result-card__title {
  background: #effae6 !important;
}

#result .result-card__nav {
  height: 48px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0 38px !important;
  -webkit-column-gap: 18px !important;
     -moz-column-gap: 18px !important;
          column-gap: 18px !important;
  background: #fff !important;
}

#result .result-card__nav--three {
  grid-template-columns: repeat(3, 1fr) !important;
  padding: 0 50px !important;
  -webkit-column-gap: 18px !important;
     -moz-column-gap: 18px !important;
          column-gap: 18px !important;
}

#result .result-card__nav a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #1f1f1f !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#result .result-card__nav a:hover {
  opacity: 0.72;
}

@media (max-width: 767px) {
  #result .result-links {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px 10px !important;
  }
  #result .result-card {
    height: 54px !important;
  }
  #result .result-card__title {
    height: 27px !important;
    font-size: 12px !important;
  }
  #result .result-card__nav {
    height: 25px !important;
    padding: 0 18px !important;
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
  }
  #result .result-card__nav--three {
    padding: 0 24px !important;
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
  }
  #result .result-card__nav a {
    font-size: 11px !important;
    text-underline-offset: 2px !important;
  }
}
/* =========================================================
   Entry cards final typography tune
   - Reduce oversized text
   - Align price numerals / units on the same baseline
   - Keep family / relay labels inside the blue header
========================================================= */
.event-cards {
  grid-template-columns: repeat(4, 235px) !important;
  gap: 20px !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.event-card {
  width: 235px !important;
  height: 320px !important;
  border: 1.5px solid #004ea2 !important;
  background: #fff !important;
  overflow: hidden !important;
}

.event-card__head {
  height: 145px !important;
  padding-top: 0 !important;
}

.event-card__catch {
  height: 35px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  padding-top: 0 !important;
  white-space: nowrap !important;
}

.event-card h2 {
  height: 68px !important;
  font-size: 38px !important;
  line-height: 0.95 !important;
  letter-spacing: -0.07em !important;
  padding: 0 5px !important;
  white-space: nowrap !important;
}

.event-card__target {
  width: 150px !important;
  height: 24px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

.event-card__body {
  height: 175px !important;
  padding-top: 14px !important;
}

.event-card__limit {
  width: calc(100% - 30px) !important;
  height: 36px !important;
  margin: 0 auto 16px !important;
  padding: 0 5px !important;
  border: 1.5px solid #009de0 !important;
  font-size: 15px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  white-space: nowrap !important;
}

.event-card__price {
  height: 43px !important;
  padding-left: 13px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.event-card__price span {
  width: 42px !important;
  height: 42px !important;
  margin-right: 6px !important;
  -ms-flex-item-align: center !important;
      align-self: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.event-card__price strong {
  display: inline-block !important;
  font-size: 39px !important;
  line-height: 0.86 !important;
  letter-spacing: -0.015em !important;
  font-weight: 900 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums !important;
  -webkit-transform: translateY(1px) !important;
          transform: translateY(1px) !important;
}

.event-card__price b {
  display: inline-block !important;
  margin-left: 3px !important;
  padding-bottom: 2px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.event-card--family .event-card__catch,
.event-card--relay .event-card__catch {
  font-size: 14px !important;
  letter-spacing: -0.08em !important;
}

.event-card--family h2 {
  height: 68px !important;
  gap: 1px !important;
  padding: 0 4px !important;
}

.event-card--family h2 span {
  font-size: 23px !important;
  line-height: 1 !important;
  letter-spacing: -0.075em !important;
  -webkit-transform: none !important;
          transform: none !important;
  white-space: nowrap !important;
}

.event-card--family h2 small {
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

.event-card--family .event-card__target {
  width: 176px !important;
  font-size: 12px !important;
  letter-spacing: -0.04em !important;
}

.event-card--family .event-card__body {
  padding-top: 14px !important;
}

.event-card--family .event-card__limit {
  height: 36px !important;
  margin-bottom: 44px !important;
  font-size: 15px !important;
}

.event-card__price--single {
  height: 45px !important;
  padding-left: 0 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.event-card__price--single strong {
  font-size: 40px !important;
  line-height: 0.82 !important;
}

.event-card__price--single b {
  font-size: 16px !important;
  padding-bottom: 5px !important;
}

.event-card--relay h2 {
  height: 68px !important;
  gap: 3px !important;
  padding: 0 4px !important;
}

.event-card--relay h2 span {
  font-size: 36px !important;
  line-height: 0.95 !important;
  letter-spacing: -0.07em !important;
}

.event-card--relay h2 small {
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}

.event-card--relay .event-card__body {
  padding-top: 13px !important;
}

.event-card--relay .event-card__limit {
  height: 36px !important;
  margin-bottom: 7px !important;
  font-size: 13px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.event-card__price--relay {
  height: 39px !important;
  padding-left: 0 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.event-card__price--relay strong {
  font-size: 39px !important;
  line-height: 0.82 !important;
}

.event-card__price--relay b {
  font-size: 14px !important;
  padding-bottom: 5px !important;
}

.event-card--relay .event-card__limit--second {
  margin-top: 4px !important;
  margin-bottom: 3px !important;
}

@media (max-width: 767px) {
  .section--entry {
    width: 100% !important;
    max-width: none !important;
    padding-top: 18px !important;
  }
  .event-cards {
    width: 100% !important;
    grid-template-columns: repeat(2, 38.6666666667%) !important;
    gap: 10px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card {
    width: 100% !important;
    height: 150px !important;
    border-width: 1px !important;
  }
  .event-card__head {
    height: 72px !important;
  }
  .event-card__catch {
    height: 21px !important;
    font-size: 9px !important;
    letter-spacing: -0.06em !important;
  }
  .event-card h2 {
    height: 34px !important;
    font-size: 22px !important;
    line-height: 0.92 !important;
    letter-spacing: -0.06em !important;
  }
  .event-card__target {
    width: 78px !important;
    height: 13px !important;
    font-size: 8px !important;
  }
  .event-card__body {
    height: 78px !important;
    padding-top: 8px !important;
  }
  .event-card__limit {
    width: calc(100% - 14px) !important;
    height: 21px !important;
    margin-bottom: 7px !important;
    font-size: 8px !important;
    letter-spacing: -0.04em !important;
  }
  .event-card__price {
    height: 24px !important;
    padding-left: 11px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card__price span {
    width: 21px !important;
    height: 21px !important;
    margin-right: 4px !important;
    font-size: 6.5px !important;
  }
  .event-card__price strong {
    font-size: 23px !important;
    line-height: 0.86 !important;
    letter-spacing: -0.03em !important;
  }
  .event-card__price b {
    margin-left: 1px !important;
    padding-bottom: 2px !important;
    font-size: 7.6px !important;
  }
  .event-card--family .event-card__catch,
  .event-card--relay .event-card__catch {
    font-size: 8px !important;
    letter-spacing: -0.075em !important;
  }
  .event-card--family h2 {
    height: 34px !important;
    gap: 0 !important;
  }
  .event-card--family h2 span {
    font-size: 10.3px !important;
    letter-spacing: -0.075em !important;
  }
  .event-card--family h2 small {
    font-size: 7px !important;
  }
  .event-card--family .event-card__target {
    width: 92px !important;
    font-size: 6.6px !important;
  }
  .event-card--family .event-card__limit {
    margin-bottom: 19px !important;
    font-size: 8px !important;
  }
  .event-card__price--single {
    height: 27px !important;
  }
  .event-card__price--single strong {
    font-size: 23px !important;
  }
  .event-card__price--single b {
    font-size: 7.8px !important;
    padding-bottom: 3px !important;
  }
  .event-card--relay h2 {
    height: 34px !important;
    gap: 1px !important;
  }
  .event-card--relay h2 span {
    font-size: 22px !important;
  }
  .event-card--relay h2 small {
    font-size: 7.5px !important;
  }
  .event-card--relay .event-card__limit {
    height: 21px !important;
    margin-bottom: 5px !important;
    font-size: 6.4px !important;
    line-height: 1.05 !important;
  }
  .event-card__price--relay {
    height: 22px !important;
  }
  .event-card__price--relay strong {
    font-size: 23px !important;
  }
  .event-card__price--relay b {
    font-size: 6.8px !important;
    padding-bottom: 3px !important;
  }
  .event-card--relay .event-card__limit--second {
    margin-top: 3px !important;
    margin-bottom: 1px !important;
  }
}
/* =========================================================
   2026-07 final precision patch
   - Noto Sans JP web font
   - Entry heading spacing / relay line-break
   - Blue boxed labels (#008bd5)
   - Guest gradient without ::before overlay
   - FAQ typography scale-up
========================================================= */
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

.event-card__head {
  height: 148px !important;
}

.event-card__catch {
  height: 34px !important;
  padding-top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  color: #fff000 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.075em !important;
}

.event-card h2 {
  height: 75px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  line-height: 0.92 !important;
}

.event-card__target {
  margin-top: 0 !important;
}

.event-card__limit {
  border-color: #008bd5 !important;
  color: #008bd5 !important;
}

.event-card--family .event-card__catch,
.event-card--relay .event-card__catch {
  font-size: 18px !important;
  letter-spacing: -0.08em !important;
}

.event-card--family h2 {
  height: 75px !important;
}

.event-card--family h2 span {
  font-size: 24px !important;
  line-height: 0.95 !important;
  letter-spacing: -0.08em !important;
  -webkit-transform: scaleX(0.96) !important;
          transform: scaleX(0.96) !important;
  white-space: nowrap !important;
}

.event-card--family h2 small {
  margin-top: 1px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.event-card--relay h2 {
  height: 75px !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 1px !important;
  padding: 0 4px !important;
}

.event-card--relay h2 span {
  display: block !important;
  font-size: 39px !important;
  line-height: 0.9 !important;
  letter-spacing: -0.075em !important;
}

.event-card--relay h2 small {
  display: block !important;
  margin-top: 2px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

.event-card--relay .event-card__limit {
  border-color: #008bd5 !important;
  color: #008bd5 !important;
  font-size: 14px !important;
}

.event-card--relay .event-card__body {
  padding-top: 12px !important;
}

.event-card--relay .event-card__price--relay strong {
  font-size: 38px !important;
}

.event-card--relay .event-card__price--relay b {
  font-size: 15px !important;
  padding-bottom: 3px !important;
}

.guest-card {
  background: -webkit-gradient(linear, left top, right top, from(#004097), to(#008bd5)) !important;
  background: linear-gradient(90deg, #004097 0%, #008bd5 100%) !important;
}

.guest-card::before,
.guest-card--hasegawa::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.guest-card::after {
  z-index: 1 !important;
}

.faq-list {
  gap: 12px !important;
}

.faq-q {
  min-height: 43px !important;
  padding: 10px 52px 10px 22px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  color: #008bd5 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
}

.faq-q::after {
  right: 17px !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 18px !important;
  line-height: 20px !important;
}

.faq-a__inner {
  padding: 6px 22px 18px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

@media (max-width: 767px) {
  .event-card__head {
    height: 72px !important;
  }
  .event-card__catch {
    height: 18px !important;
    font-size: 9.6px !important;
    letter-spacing: -0.07em !important;
  }
  .event-card h2 {
    height: 38px !important;
    font-size: 23px !important;
    line-height: 0.92 !important;
    padding: 0 3px !important;
  }
  .event-card__target {
    height: 13px !important;
  }
  .event-card__limit {
    border-color: #008bd5 !important;
    color: #008bd5 !important;
  }
  .event-card--family .event-card__catch,
  .event-card--relay .event-card__catch {
    font-size: 8.4px !important;
    letter-spacing: -0.075em !important;
  }
  .event-card--family h2 {
    height: 38px !important;
    gap: 0 !important;
  }
  .event-card--family h2 span {
    font-size: 10.5px !important;
    line-height: 0.95 !important;
    letter-spacing: -0.075em !important;
  }
  .event-card--family h2 small {
    font-size: 7px !important;
  }
  .event-card--relay h2 {
    height: 38px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
  }
  .event-card--relay h2 span {
    font-size: 22px !important;
    line-height: 0.9 !important;
  }
  .event-card--relay h2 small {
    margin-top: 1px !important;
    font-size: 7.2px !important;
    line-height: 1 !important;
  }
  .event-card--relay .event-card__limit {
    font-size: 6.4px !important;
    line-height: 1.05 !important;
  }
  .event-card--relay .event-card__price--relay strong {
    font-size: 22px !important;
  }
  .event-card--relay .event-card__price--relay b {
    font-size: 7px !important;
    padding-bottom: 3px !important;
  }
  .guest-card {
    background: -webkit-gradient(linear, left top, right top, from(#004097), to(#008bd5)) !important;
    background: linear-gradient(90deg, #004097 0%, #008bd5 100%) !important;
  }
  .guest-card::before,
  .guest-card--hasegawa::before {
    content: none !important;
    display: none !important;
  }
  .faq-list {
    gap: 8px !important;
  }
  .faq-q {
    min-height: 30px !important;
    padding: 7px 34px 7px 12px !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
  .faq-q::after {
    right: 9px !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .faq-a__inner {
    padding: 4px 12px 12px !important;
    font-size: 10.5px !important;
    line-height: 1.55 !important;
  }
}
/* =========================================================
   2026-07 responsive precision patch v2
   - PC event-card fixed height 335px
   - yen/unit bottom alignment
   - SP guest cards matched to supplied reference
========================================================= */
@media (min-width: 768px) {
  .event-card {
    height: 335px !important;
  }
  .event-card__head {
    height: 148px !important;
  }
  .event-card__body {
    height: 187px !important;
    padding-top: 13px !important;
  }
  .event-card__catch {
    height: 32px !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }
  .event-card h2 {
    height: 75px !important;
    line-height: 0.92 !important;
  }
  .event-card__target {
    height: 24px !important;
  }
  .event-card__limit {
    height: 39px !important;
    margin-bottom: 16px !important;
    border-color: #008bd5 !important;
    color: #008bd5 !important;
  }
  .event-card__price {
    height: 48px !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    line-height: 1 !important;
  }
  .event-card__price span {
    width: 44px !important;
    height: 44px !important;
    -ms-flex-item-align: center !important;
        align-self: center !important;
    margin-right: 7px !important;
  }
  .event-card__price strong {
    font-size: 41px !important;
    line-height: 0.82 !important;
  }
  .event-card__price b {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    padding-bottom: 5px !important;
    margin-left: 3px !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
  .event-card--family .event-card__catch,
  .event-card--relay .event-card__catch {
    font-size: 18px !important;
  }
  .event-card--family h2 span {
    font-size: 25px !important;
    -webkit-transform: scaleX(0.94) !important;
            transform: scaleX(0.94) !important;
  }
  .event-card--family h2 small {
    font-size: 14px !important;
  }
  .event-card--family .event-card__limit {
    margin-bottom: 47px !important;
  }
  .event-card__price--single {
    height: 32px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card__price--single strong {
    font-size: 43px !important;
  }
  .event-card__price--single b {
    padding-bottom: 6px !important;
  }
  .event-card--relay h2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1px !important;
  }
  .event-card--relay h2 span {
    font-size: 39px !important;
    line-height: 0.88 !important;
  }
  .event-card--relay h2 small {
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .event-card--relay .event-card__body {
    padding-top: 13px !important;
  }
  .event-card--relay .event-card__limit {
    height: 37px !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 1.05 !important;
  }
  .event-card__price--relay {
    height: 39px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card__price--relay strong {
    font-size: 40px !important;
    line-height: 0.82 !important;
  }
  .event-card__price--relay b {
    padding-bottom: 6px !important;
    font-size: 15px !important;
  }
  .event-card--relay .event-card__limit--second {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .section--entry {
    width: 300px !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .event-cards {
    grid-template-columns: repeat(2, 145px) !important;
    gap: 10px !important;
  }
  .event-card {
    width: 145px !important;
    height: 150px !important;
  }
  .event-card__head {
    height: 72px !important;
  }
  .event-card__catch {
    height: 19px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }
  .event-card h2 {
    height: 36px !important;
    font-size: 24px !important;
    line-height: 0.9 !important;
  }
  .event-card__target {
    width: 82px !important;
    height: 13px !important;
    font-size: 9px !important;
  }
  .event-card__body {
    height: 78px !important;
    padding-top: 8px !important;
  }
  .event-card__limit {
    width: calc(100% - 16px) !important;
    height: 22px !important;
    margin-bottom: 8px !important;
    font-size: 9px !important;
    line-height: 1.05 !important;
    border-color: #008bd5 !important;
    color: #008bd5 !important;
  }
  .event-card__price {
    height: 24px !important;
    padding-left: 13px !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .event-card__price span {
    width: 22px !important;
    height: 22px !important;
    margin-right: 4px !important;
    -ms-flex-item-align: center !important;
        align-self: center !important;
    font-size: 7.8px !important;
  }
  .event-card__price strong {
    font-size: 24px !important;
    line-height: 0.82 !important;
  }
  .event-card__price b {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    padding-bottom: 3px !important;
    font-size: 8.8px !important;
    line-height: 1 !important;
  }
  .event-card--family .event-card__catch,
  .event-card--relay .event-card__catch {
    font-size: 8.7px !important;
  }
  .event-card--family h2 span {
    font-size: 11.4px !important;
    line-height: 0.95 !important;
    -webkit-transform: scaleX(0.94) !important;
            transform: scaleX(0.94) !important;
  }
  .event-card--family h2 small {
    font-size: 7.4px !important;
  }
  .event-card--family .event-card__target {
    width: 94px !important;
    font-size: 7px !important;
  }
  .event-card--family .event-card__limit {
    margin-bottom: 19px !important;
  }
  .event-card__price--single {
    height: 28px !important;
    padding-left: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card__price--single strong {
    font-size: 24px !important;
  }
  .event-card__price--single b {
    padding-bottom: 3px !important;
    font-size: 8.8px !important;
  }
  .event-card--relay h2 {
    height: 36px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1px !important;
  }
  .event-card--relay h2 span {
    font-size: 22px !important;
    line-height: 0.9 !important;
  }
  .event-card--relay h2 small {
    font-size: 7.2px !important;
    line-height: 1 !important;
  }
  .event-card--relay .event-card__limit {
    height: 22px !important;
    margin-bottom: 4px !important;
    font-size: 6.8px !important;
  }
  .event-card__price--relay {
    height: 22px !important;
    padding-left: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card__price--relay strong {
    font-size: 24px !important;
  }
  .event-card__price--relay b {
    padding-bottom: 3px !important;
    font-size: 7.8px !important;
  }
  .event-card--relay .event-card__limit--second {
    margin-top: 4px !important;
    margin-bottom: 2px !important;
  }
  .guest {
    width: auto !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    padding-top: 22px !important;
    padding-bottom: 26px !important;
    gap: 16px !important;
  }
  .guest-card {
    width: 100% !important;
    height: 184px !important;
    overflow: hidden !important;
    background: -webkit-gradient(linear, left top, right top, from(#004097), to(#008bd5)) !important;
    background: linear-gradient(90deg, #004097 0%, #008bd5 100%) !important;
  }
  .guest-card::before,
  .guest-card--hasegawa::before {
    content: none !important;
    display: none !important;
  }
  .guest-card::after {
    width: 86px !important;
    height: 86px !important;
    opacity: 0.55 !important;
    background-size: 6px 6px !important;
  }
  .guest-card--uno::after {
    left: 0 !important;
    top: 0 !important;
  }
  .guest-card--hasegawa::after {
    right: 0 !important;
    bottom: 0 !important;
  }
  .guest-card--uno .guest-card__photo {
    left: -4px !important;
    bottom: 0 !important;
    width: 154px !important;
  }
  .guest-card--uno .guest-card__photo img {
    width: 154px !important;
  }
  .guest-card--uno .guest-card__body {
    left: 170px !important;
    top: 36px !important;
    width: calc(100% - 184px) !important;
  }
  .guest-card--hasegawa .guest-card__photo {
    right: -3px !important;
    bottom: 0 !important;
    width: 154px !important;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 154px !important;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 20px !important;
    top: 38px !important;
    width: calc(100% - 168px) !important;
  }
  .guest-card__label {
    font-size: 9px !important;
    margin-bottom: 4px !important;
  }
  .guest-card h2 {
    font-size: 16px !important;
    line-height: 1.05 !important;
    margin-bottom: 6px !important;
    padding-bottom: 6px !important;
  }
  .guest-card p:not(.guest-card__label) {
    font-size: 8px !important;
    line-height: 1.48 !important;
    letter-spacing: -0.055em !important;
  }
}
/* =========================================================
   Final SP ratio / button width tune
   - Guest blue box keeps 690:365 ratio on SP
   - SP CV buttons width = 650/750*100%
   - SP entry cards width = 290/750*100vw
   - PC event cards fixed to 335px height
========================================================= */
.event-card {
  height: 335px !important;
}

.event-card__body {
  height: 190px !important;
}

.event-card--relay .event-card__price--relay {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.event-card--relay .event-card__price--relay b,
.event-card__price--single b {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

@media (max-width: 767px) {
  .cv-section {
    padding-top: 12px !important;
    padding-bottom: 20px !important;
    background: transparent !important;
  }
  .cv-section__inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cv-section__buttons {
    width: 86.6666666667% !important;
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  .section--entry {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .event-cards {
    width: 100vw !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    grid-template-columns: repeat(2, 38.6666666667vw) !important;
    gap: 2.6666666667vw !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card {
    width: 100% !important;
    height: 150px !important;
  }
  .guest {
    width: auto !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    gap: 15px !important;
    padding-top: 22px !important;
    padding-bottom: 26px !important;
  }
  .guest-card {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 690/365 !important;
    overflow: hidden !important;
    background: -webkit-gradient(linear, left top, right top, from(#004097), to(#008bd5)) !important;
    background: linear-gradient(90deg, #004097 0%, #008bd5 100%) !important;
  }
  .guest-card::before,
  .guest-card--hasegawa::before {
    content: none !important;
    display: none !important;
  }
  .guest-card::after {
    width: 88px !important;
    height: 88px !important;
    opacity: 0.55 !important;
    background-size: 6px 6px !important;
  }
  .guest-card--uno .guest-card__photo {
    left: -6px !important;
    bottom: 0 !important;
    width: 174px !important;
  }
  .guest-card--uno .guest-card__photo img {
    width: 174px !important;
  }
  .guest-card--uno .guest-card__body {
    left: 170px !important;
    top: 30px !important;
    width: calc(100% - 184px) !important;
  }
  .guest-card--hasegawa .guest-card__photo {
    right: -7px !important;
    bottom: 0 !important;
    width: 174px !important;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 174px !important;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 20px !important;
    top: 34px !important;
    width: calc(100% - 174px) !important;
  }
  .guest-card__label {
    font-size: 9px !important;
    margin-bottom: 4px !important;
  }
  .guest-card h2 {
    font-size: 16px !important;
    margin-bottom: 6px !important;
    padding-bottom: 6px !important;
  }
  .guest-card p:not(.guest-card__label) {
    font-size: 7.45px !important;
    line-height: 1.45 !important;
    letter-spacing: -0.055em !important;
  }
}
/* =========================================================
   2026-07 ratio responsive final
   SPはpx固定ではなく、width/heightをデザイン比率で制御
========================================================= */
:root {
  --design-blue: #008bd5;
  --deep-blue: #004097;
}

.cv-section {
  background: transparent !important;
}

.cv-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cv-button--runnet {
  background: -webkit-gradient(linear, left top, left bottom, from(#e56169), to(#d70c18)) !important;
  background: linear-gradient(180deg, #e56169 0%, #d70c18 100%) !important;
}

.cv-button--sports {
  background: -webkit-gradient(linear, left top, left bottom, from(#e57e59), to(#eb3700)) !important;
  background: linear-gradient(180deg, #e57e59 0%, #eb3700 100%) !important;
}

.cv-button::before {
  display: none !important;
}

.cv-button::after {
  right: 24px !important;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .event-card {
    height: 335px !important;
  }
  .event-card__head {
    height: 147px !important;
  }
  .event-card__body {
    height: 188px !important;
  }
  .event-card__catch {
    height: 36px !important;
    font-size: 18px !important;
  }
  .event-card h2 {
    height: 70px !important;
  }
  .event-card__target {
    height: 24px !important;
  }
  .event-card__limit {
    border-color: var(--design-blue) !important;
    color: var(--design-blue) !important;
  }
  .event-card__price {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .event-card__price strong {
    line-height: 1 !important;
  }
  .event-card__price b {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    padding-bottom: 3px !important;
    line-height: 1 !important;
  }
  .guest-card {
    height: 273px !important;
    background: -webkit-gradient(linear, left top, right top, from(#004097), to(#008bd5)) !important;
    background: linear-gradient(90deg, #004097 0%, #008bd5 100%) !important;
  }
  .guest-card::before {
    display: none !important;
  }
  .guest-card::after {
    display: block !important;
  }
  .guest-card--uno .guest-card__photo {
    left: 0 !important;
    bottom: 0 !important;
    width: 340px !important;
  }
  .guest-card--uno .guest-card__photo img {
    width: 340px !important;
  }
  .guest-card--uno .guest-card__body {
    left: 360px !important;
    top: 34px !important;
    width: 600px !important;
  }
  .guest-card--hasegawa .guest-card__photo {
    right: 46px !important;
    bottom: 0 !important;
    width: 318px !important;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 318px !important;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 50px !important;
    top: 35px !important;
    width: 600px !important;
  }
}
@media (max-width: 767px) {
  .cv-section {
    padding: 2.6666666667vw 0 4.5333333333vw !important;
    background: transparent !important;
  }
  .cv-section__inner {
    width: 80vw !important;
    max-width: none !important;
    margin: 0 auto !important;
  }
  .cv-section__buttons {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.8666666667vw !important;
    margin: 0 0 2.9333333333vw !important;
  }
  .cv-button {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 650/70 !important;
    border-radius: 1.0666666667vw !important;
    font-size: clamp(16px, 4vw, 30px) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .cv-button::after {
    right: 3.4666666667vw !important;
    font-size: clamp(26px, 6.4vw, 48px) !important;
  }
  .cv-section__note {
    width: 100% !important;
  }
  .cv-section__note p {
    font-size: clamp(14px, 3.7333333333vw, 18px) !important;
    line-height: 1.25 !important;
  }
  .cv-section__note small {
    font-size: clamp(9px, 2.4vw, 12px) !important;
    line-height: 1.3 !important;
  }
  .section--entry {
    width: 86.6666666667vw !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    padding-bottom: 7.2vw !important;
  }
  .event-cards {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 38.6666666667vw) !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    row-gap: 3.2vw !important;
  }
  .event-card {
    width: 38.6666666667vw !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 235/335 !important;
    border-width: 1px !important;
    overflow: hidden !important;
  }
  .event-card__head {
    height: 44% !important;
  }
  .event-card__body {
    height: 56% !important;
    padding-top: 2.2666666667vw !important;
  }
  .event-card__catch {
    height: 23% !important;
    font-size: clamp(9px, 2.6666666667vw, 20px) !important;
    line-height: 1 !important;
    margin-top: 2%;
  }
  .event-card h2 {
    height: 30% !important;
    font-size: clamp(22px, 6.6666666667vw, 50px) !important;
    line-height: 1.2 !important;
  }
  .event-card__target {
    width: 58% !important;
    height: 16% !important;
    font-size: clamp(9px, 2.4vw, 18px) !important;
  }
  .event-card__limit {
    width: calc(100% - 8.2666666667vw) !important;
    height: 5.8666666667vw !important;
    margin: 0 auto 2.2666666667vw !important;
    border-color: var(--design-blue) !important;
    color: var(--design-blue) !important;
    font-size: clamp(8px, 2.1333333333vw, 16px) !important;
    line-height: 1.05 !important;
  }
  .event-card__price {
    height: 6.4vw !important;
    padding-left: 0 !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .event-card__price span {
    width: 5.8666666667vw !important;
    height: 5.8666666667vw !important;
    margin-right: 0.8vw !important;
    -ms-flex-item-align: center !important;
        align-self: center !important;
    font-size: clamp(7px, 1.8666666667vw, 14px) !important;
  }
  .event-card__price strong {
    font-size: clamp(24px, 6.6666666667vw, 50px) !important;
    line-height: 1 !important;
  }
  .event-card__price b {
    font-size: clamp(9px, 2.4vw, 18px) !important;
    line-height: 1 !important;
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    padding-bottom: 0.4vw !important;
  }
  .event-card--family h2 span {
    font-size: clamp(12px, 3.3333333333vw, 25px) !important;
    line-height: 1.02 !important;
  }
  .event-card--family h2 small {
    font-size: clamp(8px, 2vw, 15px) !important;
  }
  .event-card--family .event-card__target {
    width: 78% !important;
    font-size: clamp(7px, 1.7333333333vw, 13px) !important;
  }
  .event-card--family .event-card__limit {
    margin-bottom: 6vw !important;
    height: 5.8666666667vw !important;
  }
  .event-card__price--single {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding-left: 0 !important;
  }
  .event-card--relay h2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
  }
  .event-card--relay h2 span {
    font-size: clamp(22px, 6.4vw, 48px) !important;
  }
  .event-card--relay h2 small {
    font-size: clamp(8px, 2.1333333333vw, 16px) !important;
  }
  .event-card--relay .event-card__limit {
    height: 5.7333333333vw !important;
    margin-bottom: 0.8vw !important;
    font-size: clamp(7px, 1.8666666667vw, 14px) !important;
  }
  .event-card__price--relay {
    height: 5.7333333333vw !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding-left: 0 !important;
  }
  .event-card--relay .event-card__limit--second {
    margin-top: 0.8vw !important;
    margin-bottom: 0 !important;
  }
  .guest {
    width: 92vw !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 3.7333333333vw !important;
    padding-top: 4.8vw !important;
    padding-bottom: 5.6vw !important;
  }
  .guest-card {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 690/365 !important;
    overflow: hidden !important;
    background: -webkit-gradient(linear, left top, right top, from(#004097), to(#008bd5)) !important;
    background: linear-gradient(90deg, #004097 0%, #008bd5 100%) !important;
  }
  .guest-card::before {
    display: none !important;
  }
  .guest-card::after {
    display: block !important;
  }
  .guest-card--uno .guest-card__photo {
    left: 0 !important;
    bottom: 0 !important;
    width: 42.5% !important;
  }
  .guest-card--uno .guest-card__photo img {
    width: 100% !important;
  }
  .guest-card--uno .guest-card__body {
    left: 44.5% !important;
    top: 18% !important;
    width: 51% !important;
  }
  .guest-card--hasegawa .guest-card__photo {
    right: 0 !important;
    bottom: 0 !important;
    width: 42.5% !important;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 100% !important;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 5.5% !important;
    top: 22% !important;
    width: 57% !important;
  }
  .guest-card__label {
    font-size: clamp(7px, 2.1333333333vw, 16px) !important;
    line-height: 1 !important;
    margin-bottom: 0.5333333333vw !important;
  }
  .guest-card h2 {
    font-size: clamp(12px, 3.7333333333vw, 28px) !important;
    line-height: 1.05 !important;
    margin-bottom: 0.9333333333vw !important;
    padding-bottom: 0.9333333333vw !important;
  }
  .guest-card p:not(.guest-card__label) {
    font-size: clamp(6px, 1.7866666667vw, 13.4px) !important;
    line-height: 1.45 !important;
    letter-spacing: -0.06em !important;
  }
  .faq-q {
    font-size: clamp(12px, 3.3333333333vw, 16px) !important;
    min-height: auto !important;
    padding: 1.6vw 7.2vw 1.6vw 2.4vw !important;
  }
  .faq-a__inner {
    font-size: clamp(10px, 2.6666666667vw, 20px) !important;
    line-height: 1.55 !important;
    padding: 1.0666666667vw 2.6666666667vw 2.6666666667vw !important;
  }
  .qa-row b {
    width: 3.4666666667vw !important;
    height: 3.4666666667vw !important;
    font-size: clamp(8px, 2.1333333333vw, 16px) !important;
  }
}
/* =========================================================
   FINAL SP MENU / GUEST RATIO FIX
   - SP drawer ratio: 400 / 750 screen width
   - SP guest card ratio: 690 / 365, no fixed px
   - Guest portraits overflow upward like PC
========================================================= */
@media (max-width: 767px) {
  .sp-nav {
    top: 52px !important;
    right: 0 !important;
    width: 53.3333333333vw !important;
    max-width: none !important;
    min-width: 0 !important;
    height: calc(100dvh - 52px) !important;
    max-height: calc(100dvh - 52px) !important;
    overflow-y: auto !important;
    background: #fff !important;
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important;
    -webkit-box-shadow: -8px 0 18px rgba(0, 0, 0, 0.18) !important;
            box-shadow: -8px 0 18px rgba(0, 0, 0, 0.18) !important;
  }
  body.is-menu-open .sp-nav {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .sp-nav a {
    height: 8vw !important;
    min-height: 30px !important;
    max-height: 44px !important;
    padding: 0 6.6666666667vw 0 3.2vw !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-size: clamp(11px, 3.2vw, 14px) !important;
    line-height: 1 !important;
  }
  .sp-nav a::after {
    right: 2.9333333333vw !important;
    font-size: clamp(18px, 4.5333333333vw, 26px) !important;
  }
  .sp-nav-backdrop {
    top: 52px !important;
    height: calc(100dvh - 52px) !important;
  }
  .guest {
    width: 92vw !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 7.2vw !important;
    padding-bottom: 5.6vw !important;
    gap: 3.7333333333vw !important;
    overflow: visible !important;
  }
  .guest-card {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 690/365 !important;
    overflow: visible !important;
  }
  .guest-card::before,
  .guest-card--hasegawa::before {
    display: none !important;
  }
  .guest-card::after {
    width: 19.1304347826% !important;
    height: 36.1643835616% !important;
    background-size: 1.2vw 1.2vw !important;
    opacity: 0.55 !important;
    clip-path: polygon(0 0, 100% 0, 0 100%) !important;
  }
  .guest-card--uno::after {
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
  }
  .guest-card--hasegawa::after {
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    clip-path: polygon(100% 0, 100% 100%, 0 100%) !important;
  }
  .guest-card__photo {
    overflow: visible !important;
  }
  .guest-card--uno .guest-card__photo {
    left: 0 !important;
    bottom: 0 !important;
    width: 49.2753623188% !important;
  }
  .guest-card--uno .guest-card__photo img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
  }
  .guest-card--uno .guest-card__body {
    left: 48.5507246377% !important;
    top: 8.7671232877% !important;
    width: 46.3768115942% !important;
  }
  .guest-card--hasegawa .guest-card__photo {
    right: 1.1594202899% !important;
    bottom: 0 !important;
    width: 47.2463768116% !important;
  }
  .guest-card--hasegawa .guest-card__photo img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
  }
  .guest-card--hasegawa .guest-card__body {
    left: 4.6376811594% !important;
    top: 20.2739726027% !important;
    width: 53.6231884058% !important;
  }
  .guest-card__label {
    margin-bottom: 0.6666666667vw !important;
    font-size: clamp(8px, 2.4vw, 12px) !important;
    line-height: 1 !important;
  }
  .guest-card h2 {
    margin-bottom: 1.0666666667vw !important;
    padding-bottom: 1.0666666667vw !important;
    font-size: clamp(14px, 3.8666666667vw, 19px) !important;
    line-height: 1.05 !important;
  }
  .guest-card p:not(.guest-card__label) {
    font-size: clamp(9px, 2.4vw, 10px) !important;
    line-height: 1.56 !important;
    letter-spacing: -0.005em !important;
  }
}
/* 開催概要：期日・会場の内容だけ大きくする */
.outline-list > div:nth-child(1) > dd, .outline-list > div:nth-child(2) > dd {
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

@media (max-width: 767px) {
  .outline-list > div:nth-child(1) > dd, .outline-list > div:nth-child(2) > dd {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
  }
}
/* =========================================================
   2026-07 指定差分：アクセス注意文 / SPカードGAP / ファミリー金額位置
   他のデザインは変更しない
========================================================= */
.access-note {
  margin: 0 0 28px;
  color: #001d39;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .access-note {
    margin: 0 8px 12px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: -0.04em;
  }
  .event-cards {
    -webkit-column-gap: 2.6666666667vw !important;
       -moz-column-gap: 2.6666666667vw !important;
            column-gap: 2.6666666667vw !important;
    row-gap: 2.6666666667vw !important;
  }
  .event-card--family .event-card__price--single {
    -webkit-transform: translateY(-1.0666666667vw) !important;
            transform: translateY(-1.0666666667vw) !important;
  }
}
/* =========================================================
   Access final fix
   PC: note/text on left, map 490x315 on right
   SP: note -> map -> train/address text
========================================================= */
.access-box {
  display: grid !important;
  grid-template-columns: 420px 490px !important;
  grid-template-areas: "note map" "text map" !important;
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !important;
  row-gap: 26px !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  padding: 32px 0 0 0 !important;
}

.access-note {
  grid-area: note !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #001d39 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
}

.access-text {
  grid-area: text !important;
  width: auto !important;
  padding-top: 0 !important;
}

.map-embed {
  grid-area: map !important;
  width: 490px !important;
  height: 315px !important;
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.access-nowrap {
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .access-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: "note" "map" "text" !important;
    gap: 10px !important;
    padding: 0 !important;
  }
  .access-note {
    grid-area: note !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px 0 0 0 !important;
    font-size: clamp(12px, 3.7333333333vw, 16px) !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    letter-spacing: -0.05em !important;
  }
  .map-embed {
    grid-area: map !important;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    width: 100% !important;
    height: 190px !important;
  }
  .access-text {
    grid-area: text !important;
    width: 100% !important;
    padding: 8px 8px 0 !important;
  }
  .access-item--train p {
    font-size: clamp(12px, 3.7333333333vw, 16px) !important;
    line-height: 1.35 !important;
    letter-spacing: -0.085em !important;
  }
  .access-nowrap {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}
/* =========================================================
   SP entry card ratio patch
   Base: 750px / card 290x320 / blue 125 / white 195
========================================================= */
@media (max-width: 767px) {
  .section--entry {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .event-cards {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 38.6666666667vw) !important;
    -webkit-column-gap: 2.6666666667vw !important;
       -moz-column-gap: 2.6666666667vw !important;
            column-gap: 2.6666666667vw !important;
    row-gap: 2.6666666667vw !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .event-card {
    width: 38.6666666667vw !important;
    height: 42.6666666667vw !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .event-card__head {
    height: 16.6666666667vw !important;
    min-height: 0 !important;
  }
  .event-card__body {
    height: 26vw !important;
    min-height: 0 !important;
    padding-top: 2.2666666667vw !important;
  }
  .event-card__catch {
    height: 4.1333333333vw !important;
    font-size: 2.5333333333vw !important;
    line-height: 1 !important;
  }
  .event-card h2 {
    height: 7.6vw !important;
    font-size: 5vw !important;
    line-height: 0.94 !important;
    letter-spacing: -0.07em !important;
  }
  .event-card__target {
    width: 53.1034482759% !important;
    height: 2.8vw !important;
    font-size: 2.1333333333vw !important;
    line-height: 1 !important;
  }
  .event-card__limit {
    width: 79.3103448276% !important;
    height: 4.5333333333vw !important;
    margin: 0 auto 1.7333333333vw !important;
    font-size: 2vw !important;
    line-height: 1.08 !important;
  }
  .event-card__price {
    height: 5.7333333333vw !important;
    padding-left: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .event-card__price span {
    width: 5.6vw !important;
    height: 5.6vw !important;
    margin-right: 0.8vw !important;
    font-size: 1.6vw !important;
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .event-card__price strong {
    font-size: 5.2vw !important;
    line-height: 0.84 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .event-card__price b {
    margin-left: 0.4vw !important;
    padding-bottom: 0.5333333333vw !important;
    font-size: 2vw !important;
    line-height: 1 !important;
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .event-card--family .event-card__catch,
  .event-card--relay .event-card__catch {
    font-size: 2.2666666667vw !important;
  }
  .event-card--family h2 {
    height: 7.6vw !important;
    gap: 0 !important;
  }
  .event-card--family h2 span {
    font-size: 3.8666666667vw !important;
    line-height: 0.96 !important;
    letter-spacing: -0.08em !important;
    white-space: nowrap !important;
  }
  .event-card--family h2 small {
    font-size: 2.1333333333vw !important;
    line-height: 1 !important;
  }
  .event-card--family .event-card__target {
    width: 64.8275862069% !important;
    font-size: 1.7333333333vw !important;
  }
  .event-card--family .event-card__limit {
    margin-bottom: 5.2vw !important;
  }
  .event-card__price--single {
    height: 6.6666666667vw !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .event-card__price--single strong {
    font-size: 5.3333333333vw !important;
    line-height: 0.84 !important;
  }
  .event-card__price--single b {
    font-size: 2vw !important;
    padding-bottom: 0.6666666667vw !important;
  }
  .event-card--relay h2 {
    height: 7.6vw !important;
    gap: 0.2666666667vw !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .event-card--relay h2 span {
    font-size: 4.8vw !important;
    line-height: 0.94 !important;
  }
  .event-card--relay h2 small {
    font-size: 2vw !important;
    line-height: 1 !important;
  }
  .event-card--relay .event-card__limit {
    height: 4.5333333333vw !important;
    margin-bottom: 0.6666666667vw !important;
    font-size: 1.7333333333vw !important;
  }
  .event-card__price--relay {
    height: 4.6666666667vw !important;
    padding-left: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .event-card__price--relay strong {
    font-size: 5.0666666667vw !important;
    line-height: 0.84 !important;
  }
  .event-card__price--relay b {
    font-size: 1.7333333333vw !important;
    padding-bottom: 0.5333333333vw !important;
  }
  .event-card--relay .event-card__limit--second {
    margin-top: 0.6666666667vw !important;
    margin-bottom: 0.2666666667vw !important;
  }
}
@media (max-width: 767px) {
  .event-card__price {
    padding-left: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 5.0666666667vw !important;
  }
  .event-card__price + .event-card__price {
    margin-top: 1.0666666667vw !important;
  }
  .event-card__price span {
    width: 5.8666666667vw !important;
    height: 5.8666666667vw !important;
    margin-right: 0.6666666667vw !important;
    font-size: 2vw !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
  .event-card__price strong {
    font-size: 5.7333333333vw !important;
    line-height: 0.85 !important;
  }
  .event-card__price b {
    font-size: 2.1333333333vw !important;
    padding-bottom: 0.4vw !important;
  }
}
/* PCのみヘッダー固定 */
@media (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .page {
    margin-top: 80px;
  }
}
/* SPは固定しない */
@media (max-width: 767px) {
  .site-header {
    position: relative;
  }
  .page {
    margin-top: 0;
  }
}
.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
/* 料金プラン画像差し込み */
.section--entry {
  padding-top: 0;
  padding-bottom: 42px;
}

.price-image {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.price-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像化したため、既存カードCSSの影響を受けないようにする */
.section--entry .event-cards {
  display: none;
}

@media (max-width: 767px) {
  .section--entry {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3.7333333333vw;
  }
  .price-image {
    width: 86.6666666667vw;
    max-width: none;
    margin: 0 auto;
  }
}
.result-card__nav--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result-card__nav--one a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  width: auto;
  min-width: 90px;
}

@media (max-width: 767px) {
  .result-card__nav--one a {
    min-width: 24vw;
    white-space: nowrap;
  }
}
/* 2025年 2km ファミリー：1リンク専用。余計なgridを完全解除 */
#result .result-card--family .result-card__nav.result-card__nav--one {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-template-columns: none !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  gap: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 48px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#result .result-card--family .result-card__nav.result-card__nav--one > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* SP */
@media (max-width: 767px) {
  #result .result-card--family .result-card__nav.result-card__nav--one {
    height: 25px !important;
    padding: 0 !important;
  }
  #result .result-card--family .result-card__nav.result-card__nav--one > a {
    font-size: 11px !important;
  }
}
/* リザルト：リンク下線をborderで確実に表示 */
#result .result-card__nav a {
  color: #333333 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 1px solid #333333 !important;
  padding-bottom: 2px !important;
  line-height: 1.1 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ファミリー1件も中央寄せ */
#result .result-card--family .result-card__nav.result-card__nav--one {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-template-columns: none !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0 !important;
  gap: 0 !important;
}

#result .result-card--family .result-card__nav.result-card__nav--one > a {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* SP */
@media (max-width: 767px) {
  #result .result-card__nav a {
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
  }
}
/* SP：リザルト 2kmファミリーの下線を文字幅だけにする */
@media (max-width: 767px) {
  #result .result-card--family .result-card__nav.result-card__nav--one {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  #result .result-card--family .result-card__nav.result-card__nav--one > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 0 1px !important;
    border: 0 !important;
    border-bottom: 1px solid #333333 !important;
    color: #333333 !important;
    text-decoration: none !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }
  #result .result-card--family .result-card__nav.result-card__nav--one > a::after {
    content: none !important;
  }
}/*# sourceMappingURL=style.css.map */