:root {
  --umeex-red: #dc1616;
  --umeex-dark: #333333;
  --umeex-ink: #222222;
  --umeex-muted: #6c6c6c;
  --umeex-line: #e4e4e4;
  --umeex-soft: #f5f5f3;
  --color_main: #dc1616;
  --color_main_dark: #b91010;
  --color_header_bg: #333333;
  --color_header_text: #ffffff;
  --color_footer_bg: #333333;
  --color_footer_text: #ffffff;
}

.l-header,
.l-fixHeader { background: var(--umeex-dark); color: #fff; }
.l-header__bar { display: none; }
.l-header .c-gnav,
.l-fixHeader .c-gnav { color: #fff; }
.l-header .c-gnav a::after,
.l-fixHeader .c-gnav a::after { background: var(--umeex-red); }
.c-headLogo.-txt .c-headLogo__link {
  display: block;
  width: 180px;
  height: 60px;
  overflow: hidden;
  background: url("umeex-logo.jpg") center / contain no-repeat;
  color: transparent !important;
  font-size: 0;
  white-space: nowrap;
}
.l-header__logo,
.l-fixHeader__logo { padding-block: 8px !important; }
.l-footer { background: var(--umeex-dark); color: #fff; }
.l-footer a { color: #fff; }

.umeex-site,
.umeex-site * { box-sizing: border-box; }
#body_wrap.home #post_slider,
#body_wrap.home #breadcrumb,
#body_wrap.page-id-1989 #breadcrumb { display: none; }
#body_wrap.home #content.l-content,
#body_wrap.page-id-1989 #content.l-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#body_wrap.home #main_content,
#body_wrap.page-id-1989 #main_content,
#body_wrap.home .l-mainContent__inner,
#body_wrap.page-id-1989 .l-mainContent__inner,
#body_wrap.home .post_content,
#body_wrap.page-id-1989 .post_content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#body_wrap.home #sidebar,
#body_wrap.page-id-1989 #sidebar,
#body_wrap.home .l-mainContent__inner > .c-pageTitle,
#body_wrap.page-id-1989 .l-mainContent__inner > .c-pageTitle { display: none !important; }
.umeex-site {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--umeex-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif;
  line-height: 1.75;
  overflow: clip;
}
.umeex-site h1,
.umeex-site h2,
.umeex-site h3,
.umeex-site p { margin: 0; }
.post_content .umeex-site h1,
.post_content .umeex-site h2,
.post_content .umeex-site h3 {
  position: static;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.post_content .umeex-site h1::before,
.post_content .umeex-site h1::after,
.post_content .umeex-site h2::before,
.post_content .umeex-site h2::after,
.post_content .umeex-site h3::before,
.post_content .umeex-site h3::after { display: none !important; content: none !important; }
.umeex-site a { text-decoration: none; }
.umeex-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.umeex-eyebrow {
  margin-bottom: 12px !important;
  color: var(--umeex-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.4;
}
.umeex-section { padding: clamp(72px, 9vw, 120px) 0; background: #fff; }
.umeex-section--soft { background: var(--umeex-soft); }
.umeex-section__heading { max-width: 720px; margin-bottom: 42px; }
.umeex-section__heading h2,
.umeex-inquiry h2 { color: var(--umeex-dark); font-size: clamp(28px, 4vw, 46px); letter-spacing: -.035em; line-height: 1.25; }
.umeex-section__heading > p:last-child { margin-top: 14px; color: var(--umeex-muted); }

.umeex-hero { position: relative; padding: clamp(76px, 10vw, 142px) 0 170px; background: var(--umeex-dark); color: #fff; }
.umeex-hero::after {
  position: absolute; right: -9vw; bottom: -17vw; width: 48vw; aspect-ratio: 1; border: min(9vw, 130px) solid rgba(220, 22, 22, .94); border-radius: 50%; content: "";
}
.umeex-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 500px); align-items: center; gap: 64px; }
.umeex-hero__copy h1 { max-width: 720px; font-size: clamp(42px, 6vw, 78px); letter-spacing: -.06em; line-height: 1.18; }
.umeex-hero__copy h1 span { color: #fff; }
.umeex-hero__copy > p:last-child { max-width: 620px; margin-top: 26px; color: rgba(255, 255, 255, .72); font-size: clamp(15px, 1.7vw, 18px); }
.umeex-hero__logo { display: block; width: 100%; height: auto; mix-blend-mode: normal; }

.umeex-home { display: flex; flex-direction: column; }
.umeex-search-stage { position: relative; z-index: 2; order: -1; margin: 0; padding: clamp(22px, 4vw, 42px) 0; background: var(--umeex-soft); }
.umeex-search-card { padding: clamp(24px, 4vw, 48px); border: 1px solid rgba(0, 0, 0, .06); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, .16); }
.umeex-search-card__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.umeex-search-card__head h2 { color: var(--umeex-dark); font-size: clamp(25px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.2; }
.umeex-tabs { display: flex; padding: 5px; border-radius: 999px; background: #efefed; }
.umeex-tabs button { min-height: 44px; padding: 8px 22px; border: 0; border-radius: 999px; background: transparent; color: #595959; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.umeex-tabs button[aria-selected="true"] { background: var(--umeex-dark); color: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, .15); }
.umeex-tabs button:focus-visible { outline: 3px solid rgba(220, 22, 22, .28); outline-offset: 2px; }
.umeex-tab-panel[hidden] { display: none !important; }
.umeex-domestic-search { display: grid; grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 190px 190px; align-items: end; gap: 12px; }
.umeex-field { display: block; min-width: 0; }
.umeex-field > span,
.umeex-inquiry-form label > span { display: block; margin-bottom: 8px; color: #5e5e5e; font-size: 12px; font-weight: 800; }
.umeex-site select,
.umeex-site input,
.umeex-site textarea {
  width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid #d8d8d8; border-radius: 10px; background: #fff; color: var(--umeex-dark); font: inherit; font-size: 15px;
}
.umeex-site textarea { padding-top: 13px; resize: vertical; }
.umeex-site select:focus,
.umeex-site input:focus,
.umeex-site textarea:focus { border-color: var(--umeex-red); outline: 3px solid rgba(220, 22, 22, .11); }
.umeex-primary,
.umeex-button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 30px; padding: 0 26px; border: 0; border-radius: 10px; background: var(--umeex-red); color: #fff !important; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s;
}
.umeex-primary:hover,
.umeex-button:hover { background: #bb1010; transform: translateY(-2px); }
.umeex-domestic-search__swap { width: 42px; height: 42px; margin-bottom: 6px; padding: 0; border: 1px solid #d9d9d9; border-radius: 50%; background: #fff; color: var(--umeex-dark); font-size: 19px; cursor: pointer; }
.umeex-domestic-search__swap:hover { border-color: var(--umeex-red); color: var(--umeex-red); }
.umeex-search-note { margin: 13px 3px 0 !important; color: var(--umeex-muted); font-size: 11px; }
.umeex-search-note a { color: var(--umeex-red); text-decoration: underline; }
.umeex-form-error { grid-column: 1 / -1; color: var(--umeex-red); font-size: 13px; font-weight: 800; }
.umeex-empty { padding: 28px; border-radius: 12px; background: var(--umeex-soft); text-align: center; }

.umeex-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.umeex-route-card { position: relative; min-height: 188px; padding: 28px; overflow: hidden; border: 1px solid var(--umeex-line); border-radius: 18px; background: #fff; color: var(--umeex-dark) !important; transition: border-color .2s, transform .2s, box-shadow .2s; }
.umeex-route-card::after { position: absolute; right: -54px; bottom: -74px; width: 150px; height: 150px; border: 22px solid #f0f0ee; border-radius: 50%; content: ""; transition: border-color .2s; }
.umeex-route-card > span { display: block; margin-bottom: 24px; color: #8a8a8a; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.umeex-route-card strong { display: block; font-size: 22px; letter-spacing: -.02em; }
.umeex-route-card strong i { margin: 0 5px; color: var(--umeex-red); font-style: normal; }
.umeex-route-card small { display: block; margin-top: 18px; color: var(--umeex-red); font-weight: 800; }
.umeex-route-card:hover { border-color: rgba(220, 22, 22, .4); box-shadow: 0 15px 36px rgba(0, 0, 0, .09); transform: translateY(-4px); }
.umeex-route-card:hover::after { border-color: rgba(220, 22, 22, .12); }

.umeex-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.umeex-feature-grid article { padding: 36px 32px; border-radius: 18px; background: #fff; }
.umeex-feature-grid article > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--umeex-red); color: #fff; font-size: 12px; font-weight: 800; }
.umeex-feature-grid h3 { margin-bottom: 13px; color: var(--umeex-dark); font-size: 22px; }
.umeex-feature-grid p { color: var(--umeex-muted); font-size: 14px; }

.umeex-operator-cta { padding: clamp(72px, 9vw, 110px) 0; background: var(--umeex-red); color: #fff; }
.umeex-operator-cta .umeex-eyebrow { color: rgba(255, 255, 255, .64); }
.umeex-operator-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.umeex-operator-cta h2 { font-size: clamp(30px, 4vw, 50px); letter-spacing: -.045em; line-height: 1.3; }
.umeex-operator-cta p:last-child { max-width: 680px; margin-top: 18px; color: rgba(255, 255, 255, .8); }
.umeex-button--light { flex: 0 0 auto; background: #fff; color: var(--umeex-red) !important; }
.umeex-button--light:hover { background: var(--umeex-dark); color: #fff !important; }

/* Embedded Trip search */
.umeex-site .umeex-trip-search { width: 100%; margin: 0; }
.umeex-site .umeex-trip-search__form { padding: 0; box-shadow: none; }
.umeex-site .umeex-trip-search__notice { margin: 13px 3px 0; }

/* Operator page */
.umeex-operator-hero { position: relative; padding: clamp(90px, 12vw, 160px) 0; overflow: hidden; background: var(--umeex-dark); color: #fff; }
.umeex-operator-hero::before { position: absolute; top: -260px; right: -160px; width: 650px; height: 650px; border: 125px solid var(--umeex-red); border-radius: 50%; content: ""; opacity: .95; }
.umeex-operator-hero .umeex-shell { position: relative; z-index: 1; }
.umeex-operator-hero h1 { max-width: 900px; font-size: clamp(42px, 7vw, 82px); letter-spacing: -.06em; line-height: 1.18; }
.umeex-operator-hero h1 span { color: #fff; }
.umeex-operator-hero p:not(.umeex-eyebrow) { max-width: 650px; margin-top: 26px; color: rgba(255, 255, 255, .74); }
.umeex-operator-hero .umeex-button { margin-top: 38px; }
.umeex-partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.umeex-partner-grid article { padding: clamp(30px, 4vw, 50px); border: 1px solid var(--umeex-line); border-radius: 20px; }
.umeex-partner-grid article > b { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 36px; border-radius: 50%; background: var(--umeex-red); color: #fff; font-size: 12px; }
.umeex-partner-grid h3 { margin-bottom: 16px; color: var(--umeex-dark); font-size: clamp(22px, 3vw, 30px); }
.umeex-partner-grid p { color: var(--umeex-muted); }
.umeex-partner-grid ul { margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--umeex-line); list-style: none; }
.umeex-partner-grid li { position: relative; margin: 8px 0; padding-left: 20px; font-size: 14px; font-weight: 700; }
.umeex-partner-grid li::before { position: absolute; top: .7em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--umeex-red); content: ""; }
.umeex-partner-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 36px; overflow: hidden; border: 1px solid var(--umeex-line); border-radius: 18px; background: var(--umeex-line); }
.umeex-partner-points article { padding: 28px; background: #fff; }
.umeex-partner-points strong { display: block; margin-bottom: 9px; color: var(--umeex-dark); font-size: 17px; }
.umeex-partner-points p { color: var(--umeex-muted); font-size: 13px; }
.umeex-section--dark { background: var(--umeex-dark); color: #fff; }
.umeex-section--dark .umeex-section__heading h2 { color: #fff; }
.umeex-process { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.umeex-process li { position: relative; padding: 0 26px; border-left: 1px solid rgba(255, 255, 255, .16); }
.umeex-process li:first-child { padding-left: 0; border: 0; }
.umeex-process li > span { color: var(--umeex-red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.umeex-process h3 { margin: 20px 0 10px; color: #fff; font-size: 19px; }
.umeex-process p { color: rgba(255, 255, 255, .62); font-size: 13px; }
.umeex-inquiry { background: var(--umeex-soft); }
.umeex-inquiry__layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 8vw, 100px); align-items: start; }
.umeex-inquiry__layout > div:first-child > p:last-child { margin-top: 20px; color: var(--umeex-muted); }
.umeex-inquiry__card { padding: clamp(24px, 5vw, 52px); border-radius: 20px; background: #fff; box-shadow: 0 16px 50px rgba(0, 0, 0, .08); }
.umeex-inquiry-form { display: grid; gap: 20px; }
.umeex-inquiry-form em { margin-left: 5px; color: var(--umeex-red); font-size: 10px; font-style: normal; }
.umeex-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.umeex-consent { display: flex !important; align-items: flex-start; gap: 10px; font-size: 13px; }
.umeex-consent input { flex: 0 0 auto; width: 18px; min-height: 18px; margin-top: 3px; }
.umeex-consent > span { margin: 0 !important; font-weight: 400 !important; }
.umeex-consent a { color: var(--umeex-red); text-decoration: underline; }
.umeex-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.umeex-alert { margin-bottom: 24px; padding: 16px 18px; border-radius: 10px; font-size: 14px; }
.umeex-alert--success { background: #e9f7ed; color: #176b2c; }
.umeex-alert--error { background: #fff0f0; color: #a21111; }

@media (max-width: 1000px) {
  .umeex-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .umeex-hero__logo { width: min(500px, 72%); }
  .umeex-domestic-search { grid-template-columns: 1fr 46px 1fr; }
  .umeex-domestic-search .umeex-field:nth-of-type(3) { grid-column: 1 / 3; }
  .umeex-domestic-search .umeex-primary { grid-column: 3; }
  .umeex-route-grid { grid-template-columns: repeat(2, 1fr); }
  .umeex-process { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .umeex-process li:nth-child(3) { padding-left: 0; border: 0; }
}

@media (max-width: 700px) {
  .c-headLogo.-txt .c-headLogo__link { width: 140px; height: 48px; }
  .umeex-shell { width: min(100% - 32px, 560px); }
  .umeex-section { padding: 70px 0; }
  .umeex-home { display: flex; flex-direction: column; }
  .umeex-search-stage { order: -1; margin: 0; padding: 12px 0 16px; background: var(--umeex-soft); }
  .umeex-search-stage .umeex-shell { width: min(100% - 20px, 560px); }
  .umeex-search-card { padding: 14px 12px 12px; border-radius: 14px; box-shadow: 0 7px 22px rgba(0, 0, 0, .11); }
  .umeex-search-card__head { display: block; margin-bottom: 12px; }
  .umeex-search-card__head .umeex-eyebrow { display: none; }
  .umeex-search-card__head h2 { font-size: 20px; }
  .umeex-tabs { margin-top: 10px; padding: 3px; }
  .umeex-tabs button { flex: 1; min-width: 0; min-height: 36px; padding: 5px 7px; font-size: 11px; }
  .umeex-domestic-search { position: relative; grid-template-columns: 1fr 1fr; gap: 8px; }
  .umeex-field > span { margin-bottom: 4px; font-size: 11px; }
  .umeex-site select,
  .umeex-site input { min-height: 44px; padding-inline: 9px; font-size: 13px; }
  .umeex-domestic-search__swap { position: absolute; z-index: 2; top: 26px; left: 50%; width: 30px; height: 30px; margin: 0; background: #fff; font-size: 15px; transform: translateX(-50%); }
  .umeex-domestic-search .umeex-field:nth-of-type(3) { grid-column: 1; }
  .umeex-domestic-search .umeex-primary { grid-column: 2; min-height: 44px; align-self: end; padding: 0 8px; font-size: 13px; }
  .umeex-form-error { grid-column: 1 / -1; }
  .umeex-search-note { margin-top: 7px !important; font-size: 9px; }
  .umeex-hero { padding: 48px 0 54px; }
  .umeex-hero::after { right: -45vw; bottom: -44vw; width: 100vw; border-width: 17vw; }
  .umeex-hero__inner { gap: 24px; }
  .umeex-hero__copy h1 { font-size: clamp(34px, 10vw, 48px); }
  .umeex-hero__copy > p:last-child { margin-top: 18px; font-size: 14px; }
  .umeex-hero__logo { width: 64%; }
  .umeex-route-grid,
  .umeex-feature-grid,
  .umeex-partner-grid,
  .umeex-partner-points { grid-template-columns: 1fr; }
  .umeex-route-card { min-height: 168px; }
  .umeex-operator-cta__inner { display: block; }
  .umeex-operator-cta .umeex-button { width: 100%; margin-top: 34px; }
  .umeex-operator-hero { padding: 78px 0 88px; }
  .umeex-operator-hero::before { top: -180px; right: -280px; width: 500px; height: 500px; border-width: 90px; opacity: .55; }
  .umeex-process { grid-template-columns: 1fr; gap: 30px; }
  .umeex-process li,
  .umeex-process li:nth-child(3) { padding: 0 0 0 20px; border: 0; border-left: 1px solid rgba(255, 255, 255, .18); }
  .umeex-inquiry__layout { grid-template-columns: 1fr; gap: 34px; }
  .umeex-form-row { grid-template-columns: 1fr; }
  .umeex-inquiry__card { padding: 24px 18px; }
  .umeex-inquiry-form .umeex-primary { width: 100%; }
  .umeex-site .umeex-trip-search { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .umeex-site *, .umeex-site *::before, .umeex-site *::after { scroll-behavior: auto !important; transition: none !important; }
}
