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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #222222;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 12px 16px;
  color: #ffffff;
  background: #000000;
  font-weight: 700;
  transform: translateY(calc(-100% - 16px));
}
.skip-link:focus-visible {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tap-target {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

@media (forced-colors: active) {
  :focus-visible {
    outline-color: Highlight;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .skip-link {
    transition: none;
  }
}
.js [data-reveal] {
  opacity: 0;
  transition: opacity 1.1s ease, transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js [data-reveal=left] {
  transform: translateX(-56px) scale(0.99);
}

.js [data-reveal=right] {
  transform: translateX(56px) scale(0.99);
}

.js [data-reveal=up] {
  transform: translateY(34px) scale(0.985);
}

.js [data-reveal].is-show {
  opacity: 1;
}

.js [data-reveal=left].is-show,
.js [data-reveal=right].is-show,
.js [data-reveal=up].is-show {
  transform: none;
}

.sp-only {
  display: none !important;
}

.br-sp {
  display: none;
}

.lp {
  min-width: 769px;
  background: #000000;
}
.lp__stage {
  container-type: inline-size;
  width: 100%;
  margin-inline: auto;
  overflow: clip;
}

.jr-header {
  position: relative;
  height: 98px;
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .jr-header {
    height: 57px;
  }
}
.jr-header__logo-jr {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 58px;
}
@media screen and (max-width: 768px) {
  .jr-header__logo-jr {
    top: 16px;
    right: 13px;
    width: 36px;
  }
}
.jr-header__logo-jr img {
  display: block;
  width: 100%;
}

.wave {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.fv {
  position: relative;
  background: #000000;
}
.fv__visual {
  display: block;
  width: 100%;
}
.fv__noren {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + calc(50 / 1600 * 100cqw));
  object-fit: cover;
  z-index: 3;
  animation: fv-noren 1.2s cubic-bezier(0.7, 0, 0.4, 1) 1.1s forwards;
  top: calc(-50 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fv__noren {
    top: calc(-30 / 390 * 100cqw);
    height: calc(100% + calc(30 / 390 * 100cqw));
  }
}
.fv__shinkansen {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0;
  bottom: calc(-50 / 1600 * 100cqw);
  width: calc(760 / 1600 * 100cqw);
  animation: fv-shinkansen-appear 0.8s cubic-bezier(0.22, 1, 0.36, 1) 2.4s both;
}
@media screen and (max-width: 768px) {
  .fv__shinkansen {
    right: calc(-36 / 390 * 100cqw);
    bottom: calc(-10 / 390 * 100cqw);
    width: calc(378 / 390 * 100cqw);
  }
}
.fv__title {
  position: absolute;
  z-index: 4;
  margin: 0;
  top: calc(149 / 1600 * 100cqw);
  left: calc(400 / 1600 * 100cqw);
  width: calc(800 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fv__title {
    top: calc(36 / 390 * 100cqw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(300 / 390 * 100cqw);
  }
}
.fv__title img {
  display: block;
  width: 100%;
}
.fv__catch {
  position: absolute;
  z-index: 4;
  top: calc(51 / 1600 * 100cqw);
  right: calc(215 / 1600 * 100cqw);
  width: calc(131 / 1600 * 100cqw);
  filter: drop-shadow(0 0 calc(7 / 1600 * 100cqw) rgba(0, 0, 0, 0.9));
}
@media screen and (max-width: 768px) {
  .fv__catch {
    top: calc(287 / 390 * 100cqw);
    left: calc(24 / 390 * 100cqw);
    width: calc(214 / 390 * 100cqw);
    filter: drop-shadow(0 0 calc(5 / 390 * 100cqw) rgba(0, 0, 0, 0.9));
  }
}
.fv__steam {
  position: absolute;
  z-index: 1;
  left: calc(-120 / 1600 * 100cqw);
  bottom: calc(90 / 1600 * 100cqw);
  width: calc(1840 / 1600 * 100cqw);
  pointer-events: none;
  mix-blend-mode: screen;
  filter: brightness(1.6) contrast(1.15);
  opacity: 0;
  mask-image: linear-gradient(to top, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 6%, #000 94%, transparent 100%);
  transform-origin: center bottom;
  animation: fv-steam-burst 7s cubic-bezier(0.3, 0.5, 0.35, 1) 1.3s forwards;
}
@media screen and (max-width: 768px) {
  .fv__steam {
    width: calc(340 / 390 * 100cqw);
    left: calc(50% - calc(170 / 390 * 100cqw));
    bottom: calc(150 / 390 * 100cqw);
  }
}

@keyframes fv-steam-burst {
  0% {
    transform: translateY(34%) scale(0.5);
    opacity: 0;
  }
  55%, 75% {
    opacity: 1;
  }
  100% {
    transform: translate(0, -20%) scale(1.32);
    opacity: 0;
  }
}
@keyframes fv-noren {
  0%, 15% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-14%);
    visibility: hidden;
  }
}
@keyframes fv-shinkansen-appear {
  from {
    opacity: 0;
    translate: 4% 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv__noren {
    animation: none;
    opacity: 0;
    visibility: hidden;
  }
  .fv__steam {
    animation: none;
    opacity: 0.85;
  }
  .fv__shinkansen,
  .battle {
    animation: none;
    opacity: 1;
  }
  .lp,
  .fv__title,
  .fv__catch {
    animation: none;
    opacity: 1;
  }
}
.lp {
  animation: lp-in 0.8s ease both;
}

@keyframes lp-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fv__title {
  animation: fv-appear 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.fv__catch {
  animation: fv-appear 1.2s cubic-bezier(0.22, 1, 0.36, 1) 2.4s both;
}

@keyframes fv-appear {
  from {
    opacity: 0;
    translate: 0 20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.battle {
  position: relative;
  height: calc(1225 / 1600 * 100cqw);
  overflow: hidden;
  color: #ffffff;
  background: #000000;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 768px) {
  .battle {
    height: calc(1175 / 390 * 100cqw);
  }
}
.battle__wave-top {
  position: absolute;
  top: calc(69 / 1600 * 100cqw);
  left: calc(131 / 1600 * 100cqw);
  width: calc(324 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__wave-top {
    display: none;
  }
}
.battle__title {
  position: absolute;
  top: calc(91 / 1600 * 100cqw);
  left: calc(536 / 1600 * 100cqw);
  width: calc(571 / 1600 * 100cqw);
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .battle__title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .battle__title-sp {
    position: absolute;
    top: calc(20 / 390 * 100cqw);
    left: 50%;
    width: calc(328 / 390 * 100cqw);
    filter: drop-shadow(0 0 calc(9 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.4));
    transform: translateX(-50%);
  }
}
.battle__opponents {
  position: absolute;
  top: calc(250 / 1600 * 100cqw);
  left: calc(399 / 1600 * 100cqw);
  width: calc(822 / 1600 * 100cqw);
  height: calc(257 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__opponents {
    top: calc(84 / 390 * 100cqw);
    left: 50%;
    z-index: 2;
    width: calc(350 / 390 * 100cqw);
    height: calc(126 / 390 * 100cqw);
    transform: translateX(-50%);
  }
}
.battle__opponent {
  position: absolute;
  top: calc(53 / 1600 * 100cqw);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .battle__opponent {
    top: calc(26 / 390 * 100cqw);
    white-space: nowrap;
  }
}
.battle__opponent--aomori {
  left: calc(20 / 1600 * 100cqw);
  color: #de4f9f;
  letter-spacing: calc(42.24 / 1600 * 100cqw);
  line-height: 1.05;
}
@media screen and (max-width: 768px) {
  .battle__opponent--aomori {
    left: calc(2 / 390 * 100cqw);
    width: calc(115 / 390 * 100cqw);
    letter-spacing: calc(20.7 / 390 * 100cqw);
  }
}
.battle__opponent--hokkaido {
  right: calc(20 / 1600 * 100cqw);
  color: #9151bc;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .battle__opponent--hokkaido {
    left: calc(204 / 390 * 100cqw);
    right: auto;
    width: calc(141 / 390 * 100cqw);
    letter-spacing: normal;
  }
}
.battle__name {
  display: block;
  font-size: calc(96 / 1600 * 100cqw);
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .battle__name {
    font-size: calc(47 / 390 * 100cqw);
  }
}
.battle__name-aomori {
  display: block;
  margin-top: calc(23 / 1600 * 100cqw);
  margin-right: calc(18 / 1600 * 100cqw);
  font-size: calc(26 / 1600 * 100cqw);
  font-weight: 600;
  letter-spacing: calc(18.2 / 1600 * 100cqw);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .battle__name-aomori {
    font-size: calc(12.7 / 390 * 100cqw);
    letter-spacing: calc(8.9 / 390 * 100cqw);
    margin: calc(11 / 390 * 100cqw) calc(7 / 390 * 100cqw) 0;
  }
}
.battle__name-hokkaido {
  display: block;
  margin-top: calc(28 / 1600 * 100cqw);
  margin-left: calc(23 / 1600 * 100cqw);
  font-size: calc(26 / 1600 * 100cqw);
  font-weight: 600;
  letter-spacing: calc(15.6 / 1600 * 100cqw);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .battle__name-hokkaido {
    font-size: calc(12.7 / 390 * 100cqw);
    letter-spacing: calc(7.6 / 390 * 100cqw);
    margin: calc(11 / 390 * 100cqw) calc(7 / 390 * 100cqw) 0;
  }
}
.battle__versus {
  position: absolute;
  top: 0;
  left: calc(215 / 1600 * 100cqw);
  width: calc(352 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__versus {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .battle__versus-sp {
    position: absolute;
    top: 0;
    left: calc(77 / 390 * 100cqw);
    width: calc(172 / 390 * 100cqw);
    transform: none;
  }
}
.battle__introduction {
  position: absolute;
  top: calc(575 / 1600 * 100cqw);
  left: calc(250 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__introduction {
    display: contents;
  }
}
.battle__lead {
  font-size: calc(36 / 1600 * 100cqw);
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .battle__lead {
    position: absolute;
    top: calc(661 / 390 * 100cqw);
    left: calc(21 / 390 * 100cqw);
    font-size: calc(24 / 390 * 100cqw);
    line-height: 1.4;
    white-space: nowrap;
  }
}
.battle__description {
  margin-top: calc(36 / 1600 * 100cqw);
  font-size: calc(21 / 1600 * 100cqw);
  font-weight: 600;
  letter-spacing: calc(1.68 / 1600 * 100cqw);
  line-height: calc(53 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__description {
    position: absolute;
    top: calc(745 / 390 * 100cqw);
    left: calc(20 / 390 * 100cqw);
    width: calc(350 / 390 * 100cqw);
    font-size: calc(18 / 390 * 100cqw);
    letter-spacing: calc(1.44 / 390 * 100cqw);
    line-height: 1.6;
  }
}
.battle__button {
  position: relative;
  display: block;
  width: calc(481 / 1600 * 100cqw);
  margin-top: calc(64 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__button {
    position: absolute;
    top: calc(1004 / 390 * 100cqw);
    left: calc(35 / 390 * 100cqw);
    width: calc(320 / 390 * 100cqw);
  }
}
.battle__button img {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease;
}
.battle__button .is-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .battle__button:hover img {
    opacity: 0;
  }
  .battle__button:hover .is-hover {
    opacity: 1;
  }
}
.battle__map {
  position: absolute;
  top: calc(436 / 1600 * 100cqw);
  left: calc(846 / 1600 * 100cqw);
  width: calc(444 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__map {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .battle__map-sp {
    position: absolute;
    top: calc(198 / 390 * 100cqw);
    left: calc(48 / 390 * 100cqw);
    width: calc(330 / 390 * 100cqw);
    z-index: 0;
  }
}
.battle__catchphrase {
  position: absolute;
  top: calc(595 / 1600 * 100cqw);
  left: calc(1064 / 1600 * 100cqw);
  width: calc(260 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__catchphrase {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .battle__catchphrase-sp {
    position: absolute;
    top: calc(232 / 390 * 100cqw);
    left: calc(192 / 390 * 100cqw);
    width: calc(148 / 390 * 100cqw);
    z-index: 2;
  }
}
.battle__seafood {
  position: absolute;
  top: calc(867 / 1600 * 100cqw);
  left: calc(790 / 1600 * 100cqw);
  width: calc(398 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__seafood {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .battle__seafood-wave-sp {
    position: absolute;
    top: calc(469 / 390 * 100cqw);
    right: calc(-24 / 390 * 100cqw);
    z-index: 2;
    width: calc(168 / 390 * 100cqw);
  }
}
@media screen and (max-width: 768px) {
  .battle__seafood-sp {
    position: absolute;
    top: calc(407 / 390 * 100cqw);
    left: calc(32 / 390 * 100cqw);
    width: calc(280 / 390 * 100cqw);
    z-index: 3;
  }
}
.battle__line {
  position: absolute;
  top: calc(1115 / 1600 * 100cqw);
  left: 0;
  width: calc(467 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__line {
    display: none;
  }
}
.battle__wave-bottom {
  position: absolute;
  top: calc(1076 / 1600 * 100cqw);
  left: calc(1185 / 1600 * 100cqw);
  width: calc(224 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .battle__wave-bottom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .battle__wave-sp {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: calc(274 / 390 * 100cqw);
  }
}

.is-fv-sequence .battle {
  opacity: 0;
}

.hot-spring {
  position: relative;
  isolation: isolate;
  height: calc(1072 / 1600 * 100cqw);
  overflow: hidden;
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .hot-spring {
    height: calc(900 / 390 * 100cqw);
    overflow: visible;
  }
}
.hot-spring__wave--1 {
  width: calc(563 / 1600 * 100cqw);
  bottom: calc(16 / 1600 * 100cqw);
  right: 0;
}
.hot-spring__title {
  position: absolute;
  top: calc(135 / 1600 * 100cqw);
  left: calc(480 / 1600 * 100cqw);
  width: calc(640 / 1600 * 100cqw);
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .hot-spring__title {
    position: static;
    inset: auto;
    width: 100%;
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
@media screen and (max-width: 768px) {
  .hot-spring > h2 {
    position: absolute;
    top: calc(36 / 390 * 100cqw);
    left: calc(50% - calc(141.5 / 390 * 100cqw));
    z-index: 3;
    width: calc(283 / 390 * 100cqw);
  }
}
.hot-spring__photo {
  position: absolute;
  top: calc(318 / 1600 * 100cqw);
  width: calc(800 / 1600 * 100cqw);
}
.hot-spring__photo--aomori {
  left: 0;
  width: calc(802 / 1600 * 100cqw);
}
.hot-spring__photo--hakodate {
  right: 0;
}
@media screen and (max-width: 768px) {
  .hot-spring__photo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hot-spring__photo-sp {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .hot-spring__photo-sp--aomori {
    top: calc(125 / 390 * 100cqw);
  }
  .hot-spring__photo-sp--hakodate {
    top: calc(484 / 390 * 100cqw);
  }
}
.hot-spring__place-title {
  position: absolute;
  top: calc(370 / 1600 * 100cqw);
  filter: drop-shadow(0 0 calc(4 / 1600 * 100cqw) rgba(0, 0, 0, 0.45));
}
.hot-spring__place-title--aomori {
  left: calc(231 / 1600 * 100cqw);
  width: calc(374 / 1600 * 100cqw);
}
.hot-spring__place-title--hakodate {
  left: calc(998 / 1600 * 100cqw);
  width: calc(374 / 1600 * 100cqw);
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(82, 35, 9, 0.8)) drop-shadow(0 0 calc(14 / 1600 * 100cqw) rgba(82, 35, 9, 0.9));
}
@media screen and (max-width: 768px) {
  .hot-spring__place-title {
    position: static;
    width: calc(200 / 390 * 100cqw);
    margin: 0;
    filter: drop-shadow(0 0 calc(4 / 390 * 100cqw) rgba(0, 0, 0, 0.45));
  }
}
@media screen and (max-width: 768px) {
  .hot-spring__place-title--hakodate {
    filter: drop-shadow(0 0 calc(4.3 / 390 * 100cqw) rgba(82, 35, 9, 0.8)) drop-shadow(0 0 calc(12 / 390 * 100cqw) rgba(82, 35, 9, 0.9));
  }
}
.hot-spring__versus {
  position: absolute;
  top: calc(553 / 1600 * 100cqw);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: calc(128 / 1600 * 100cqw);
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 calc(8 / 1600 * 100cqw) rgba(0, 0, 0, 0.45);
  mix-blend-mode: overlay;
}
.hot-spring__versus--v {
  left: calc(615 / 1600 * 100cqw);
  width: calc(100 / 1600 * 100cqw);
}
.hot-spring__versus--s {
  left: calc(890 / 1600 * 100cqw);
  width: calc(85 / 1600 * 100cqw);
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .hot-spring__versus {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hot-spring > h3 {
    position: absolute;
    left: calc(30 / 390 * 100cqw);
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .hot-spring > h3:has(.hot-spring__place-title--aomori) {
    top: calc(154 / 390 * 100cqw);
  }
}
@media screen and (max-width: 768px) {
  .hot-spring > h3:has(.hot-spring__place-title--hakodate) {
    top: calc(516 / 390 * 100cqw);
  }
}
.hot-spring__steams {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to top, transparent 0%, #000 7%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 7%, #000 90%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .hot-spring__steams {
    top: calc(-120 / 390 * 100cqw);
    bottom: calc(-64 / 390 * 100cqw);
    mask-image: linear-gradient(to top, transparent 0%, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }
}
.hot-spring__steam-filter {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hot-spring__steam {
  position: absolute;
  top: calc(-40 / 1600 * 100cqw);
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.7;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .hot-spring__steam {
    top: calc(60 / 390 * 100cqw);
    left: 50%;
    width: 160%;
    max-width: none;
    transform: translateX(-50%);
    opacity: 0.95;
  }
}
.hot-spring__steam--bottom {
  top: auto;
  bottom: calc(-210 / 1600 * 100cqw);
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .hot-spring__steam--bottom {
    top: calc(760 / 390 * 100cqw);
    bottom: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .hot-spring__smoke-sp {
    position: absolute;
    left: 50%;
    top: calc(600 / 390 * 100cqw);
    z-index: -1;
    width: 140%;
    max-width: none;
    transform: translateX(-50%);
    mix-blend-mode: screen;
    pointer-events: none;
    filter: url("#steam-turbulence");
    mask-image: radial-gradient(ellipse 72% 60% at 50% 48%, #000 16%, transparent 76%);
    -webkit-mask-image: radial-gradient(ellipse 72% 60% at 50% 48%, #000 16%, transparent 76%);
  }
}
.hot-spring__catchphrase-link {
  position: absolute;
  z-index: 11;
  display: block;
  top: calc(284 / 1600 * 100cqw);
  left: calc(737 / 1600 * 100cqw);
  width: calc(126 / 1600 * 100cqw);
}
.hot-spring__catchphrase {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hot-spring__catchphrase {
    display: none;
  }
}
.hot-spring__catchphrase-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hot-spring__catchphrase-hover {
    display: none !important;
  }
}
.hot-spring__area-link {
  position: absolute;
  top: calc(318 / 1600 * 100cqw);
  z-index: 10;
  width: 50%;
  height: calc(598 / 1600 * 100cqw);
  overflow: hidden;
}
.hot-spring__area-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.hot-spring__area-link:focus-visible::before {
  opacity: 0.22;
}
.hot-spring__area-link--aomori {
  left: 0;
}
.hot-spring__area-link--hakodate {
  right: 0;
}
@media screen and (max-width: 768px) {
  .hot-spring__area-link {
    left: 0;
    width: 100%;
  }
  .hot-spring__area-link::before {
    display: none;
  }
  .hot-spring__area-link--aomori {
    top: calc(124 / 390 * 100cqw);
    height: calc(290 / 390 * 100cqw);
  }
  .hot-spring__area-link--hakodate {
    top: calc(485 / 390 * 100cqw);
    height: calc(291 / 390 * 100cqw);
  }
}
@media (min-width: 769px) {
  .hot-spring:has(.hot-spring__area-link:focus-visible) .hot-spring__area-link::before, .hot-spring:has(.hot-spring__catchphrase-link:focus-visible) .hot-spring__area-link::before {
    opacity: 0.22;
  }
  .hot-spring:has(.hot-spring__area-link:focus-visible) .hot-spring__catchphrase, .hot-spring:has(.hot-spring__catchphrase-link:focus-visible) .hot-spring__catchphrase {
    opacity: 0;
  }
  .hot-spring:has(.hot-spring__area-link:focus-visible) .hot-spring__catchphrase-hover, .hot-spring:has(.hot-spring__catchphrase-link:focus-visible) .hot-spring__catchphrase-hover {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hot-spring:has(.hot-spring__area-link:hover) .hot-spring__area-link::before, .hot-spring:has(.hot-spring__catchphrase-link:hover) .hot-spring__area-link::before {
    opacity: 0.22;
  }
  .hot-spring:has(.hot-spring__area-link:hover) .hot-spring__catchphrase, .hot-spring:has(.hot-spring__catchphrase-link:hover) .hot-spring__catchphrase {
    opacity: 0;
  }
  .hot-spring:has(.hot-spring__area-link:hover) .hot-spring__catchphrase-hover, .hot-spring:has(.hot-spring__catchphrase-link:hover) .hot-spring__catchphrase-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .hot-spring__detail {
    position: absolute;
    left: 50%;
    bottom: calc(50 / 390 * 100cqw);
    z-index: 12;
    width: calc(166 / 390 * 100cqw);
    transform: translateX(-50%);
  }
  .hot-spring__detail img {
    width: 100%;
  }
  .hot-spring__detail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .hot-spring__catchphrase-sp {
    position: absolute;
    top: calc(413 / 390 * 100cqw);
    left: 0;
    z-index: 11;
    width: 100%;
  }
  .hot-spring__catchphrase-sp img {
    width: 100%;
    height: calc(74 / 390 * 100cqw);
  }
}
.hot-spring__description {
  position: absolute;
  top: calc(582 / 1600 * 100cqw);
  font-size: calc(20 / 1600 * 100cqw);
  font-weight: 500;
  letter-spacing: calc(0.6 / 1600 * 100cqw);
  line-height: calc(36 / 1600 * 100cqw);
  white-space: nowrap;
}
.hot-spring__description--aomori {
  left: calc(237 / 1600 * 100cqw);
  width: calc(247 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .hot-spring__description--aomori {
    top: calc(265 / 390 * 100cqw);
    width: calc(320 / 390 * 100cqw);
  }
}
.hot-spring__description--hakodate {
  left: calc(1004 / 1600 * 100cqw);
  width: calc(457 / 1600 * 100cqw);
  isolation: isolate;
  text-shadow: 0 0 calc(4 / 1600 * 100cqw) rgba(82, 35, 9, 0.8);
}
@media screen and (max-width: 768px) {
  .hot-spring__description--hakodate {
    top: calc(627.356 / 390 * 100cqw);
    width: calc(216 / 390 * 100cqw);
    text-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .hot-spring__description {
    left: calc(35 / 390 * 100cqw);
    z-index: 2;
    margin: 0;
    font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: calc(14 / 390 * 100cqw);
    letter-spacing: calc(0.42 / 390 * 100cqw);
    line-height: 1.8;
  }
}
.hot-spring__description-shadow {
  position: absolute;
  inset: 0;
  z-index: -1;
  color: #522309;
  filter: blur(calc(5 / 1600 * 100cqw));
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hot-spring__description-shadow {
    filter: blur(calc(4.5 / 390 * 100cqw));
  }
}

.movie-modal {
  width: min(100vw - 48px, (100vh - 100px) * 16 / 9);
  max-width: 1200px;
  margin: auto;
  padding: 52px 0 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .movie-modal {
    padding-top: 48px;
  }
}
.movie-modal::backdrop {
  background: rgba(0, 0, 0, 0.88);
}
.movie-modal[open] {
  animation: movie-modal-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.movie-modal__body {
  position: relative;
  aspect-ratio: 16/9;
  background: #000000;
}
.movie-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.movie-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
}
.movie-modal__close::before, .movie-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.movie-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .movie-modal__close {
    right: -8px;
  }
}

@keyframes movie-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .hot-spring__steam,
  .movie__steam,
  .hot-spring__smoke-sp,
  .movie__smoke-sp {
    filter: url("#steam-turbulence");
  }
}
.recommendations {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: calc(100 / 1600 * 100cqw);
  padding: calc(106 / 1600 * 100cqw) calc(200 / 1600 * 100cqw);
  background: #000000;
}
@media screen and (max-width: 768px) {
  .recommendations {
    gap: calc(30 / 390 * 100cqw);
    padding: 0 0 calc(60 / 390 * 100cqw);
  }
}
.recommendations__link {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .recommendations__link:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
.recommendations__wave--1 {
  width: calc(563 / 1600 * 100cqw);
  bottom: calc(18 / 1600 * 100cqw);
  left: 0;
  transform: scaleX(-1);
}
.recommendations__wave--2 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(-55 / 1600 * 100cqw);
  left: calc(60 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .recommendations__wave-sp {
    display: none;
  }
}

.movie {
  position: relative;
  isolation: isolate;
  background: #000000;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding: calc(114 / 1600 * 100cqw) 0 calc(150 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .movie {
    padding: calc(75 / 390 * 100cqw) 0 calc(75 / 390 * 100cqw);
  }
}
.movie__wave--2 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(-55 / 1600 * 100cqw);
  right: calc(106 / 1600 * 100cqw);
}
.movie__steams {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to top, transparent 0%, #000 7%, #000 68%, transparent 96%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 7%, #000 68%, transparent 96%);
}
.movie__steam {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  opacity: 0.95;
  mix-blend-mode: screen;
  filter: url("#steam-turbulence") brightness(1.7) contrast(1.15);
  will-change: transform, opacity;
}
.movie__steam--2 {
  top: auto;
  bottom: calc(-40 / 1600 * 100cqw);
  left: calc(-120 / 1600 * 100cqw);
  width: calc(1000 / 1600 * 100cqw);
  transform: none;
}
.movie__title {
  position: relative;
  z-index: 1;
  width: calc(265 / 1600 * 100cqw);
  margin: 0 auto calc(50 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .movie__title {
    width: calc(121 / 390 * 100cqw);
    margin-bottom: calc(25 / 390 * 100cqw);
  }
}
.movie__title img {
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .movie__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
.movie__player {
  position: relative;
  z-index: 1;
  width: calc(800 / 1600 * 100cqw);
  margin-inline: auto;
  margin-top: calc(30 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .movie__player {
    width: calc(350 / 390 * 100cqw);
    margin-top: calc(7 / 390 * 100cqw);
  }
}
.movie__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.movie__link:focus-visible .movie__play {
  transform: translate(-50%, -50%) scale(1.18);
}
@media (hover: hover) and (pointer: fine) {
  .movie__link:hover .movie__play {
    transform: translate(-50%, -50%) scale(1.18);
  }
}
.movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(130 / 1600 * 100cqw);
  transform: translate(-50%, -50%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .movie__play {
    width: calc(58 / 390 * 100cqw);
  }
}
@media screen and (max-width: 768px) {
  .movie__smoke-sp {
    position: absolute;
    left: 50%;
    top: calc(-50 / 390 * 100cqw);
    z-index: -1;
    width: 140%;
    max-width: none;
    transform: translateX(-50%);
    mix-blend-mode: screen;
    pointer-events: none;
    filter: url("#steam-turbulence");
    mask-image: radial-gradient(ellipse 72% 60% at 50% 48%, #000 16%, transparent 76%);
    -webkit-mask-image: radial-gradient(ellipse 72% 60% at 50% 48%, #000 16%, transparent 76%);
  }
  .movie__smoke-sp--2 {
    top: calc(100 / 390 * 100cqw);
  }
}

.namatabi {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-content: center;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .namatabi {
    margin-bottom: calc(30 / 390 * 100cqw);
  }
}
.namatabi__wave--1 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(536 / 1600 * 100cqw);
  right: calc(116 / 1600 * 100cqw);
}
.namatabi__wave--2 {
  width: calc(563 / 1600 * 100cqw);
  top: calc(185 / 1600 * 100cqw);
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .namatabi__wave-sp--1 {
    display: block;
    top: calc(126 / 390 * 100cqw);
    right: 0;
    width: calc(77 / 390 * 100cqw);
  }
  .namatabi__wave-sp--2 {
    display: block;
    top: calc(26 / 390 * 100cqw);
    left: 0;
    width: calc(118 / 390 * 100cqw);
  }
}
.namatabi__inner {
  width: calc(770 / 1600 * 100cqw);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .namatabi__inner {
    width: calc(350 / 390 * 100cqw);
  }
}
.namatabi__logo {
  width: calc(329 / 1600 * 100cqw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .namatabi__logo {
    width: calc(200 / 390 * 100cqw);
  }
}
.namatabi__lead {
  margin-top: calc(30 / 1600 * 100cqw);
  font-size: calc(20 / 1600 * 100cqw);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .namatabi__lead {
    margin-top: calc(30 / 390 * 100cqw);
    font-size: calc(16 / 390 * 100cqw);
  }
}
.namatabi__cards {
  margin-top: calc(40 / 1600 * 100cqw);
  display: flex;
  gap: calc(35 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .namatabi__cards {
    flex-direction: column;
    margin-top: calc(30 / 390 * 100cqw);
    gap: calc(30 / 390 * 100cqw);
  }
}
.namatabi__card {
  width: calc(368 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .namatabi__card {
    width: calc(350 / 390 * 100cqw);
  }
}
.namatabi__link {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .namatabi__link:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
.namatabi__caption {
  margin-top: calc(24 / 1600 * 100cqw);
  font-size: calc(24 / 1600 * 100cqw);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .namatabi__caption {
    margin-top: calc(30 / 390 * 100cqw);
    font-size: calc(18 / 390 * 100cqw);
  }
}

.spot {
  background: #000000;
}
.spot__title {
  width: calc(820 / 1600 * 100cqw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .spot__title {
    width: calc(350 / 390 * 100cqw);
  }
}
.spot__title img {
  width: 100%;
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .spot__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
.spot__banner-frame {
  width: calc(770 / 1600 * 100cqw);
  margin: calc(30 / 1600 * 100cqw) auto 0;
}
@media screen and (max-width: 768px) {
  .spot__banner-frame {
    width: calc(352 / 390 * 100cqw);
    margin-top: calc(29 / 390 * 100cqw);
  }
}
.spot__banner {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .spot__banner:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
.spot__banner img {
  width: 100%;
}

.event {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-content: center;
  background: #000000;
}
.event__wave--1 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(370 / 1600 * 100cqw);
  left: calc(129 / 1600 * 100cqw);
  transform: scaleX(-1);
}
.event__wave--2 {
  width: calc(563 / 1600 * 100cqw);
  top: calc(155 / 1600 * 100cqw);
  right: calc(-70 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .event__wave-sp--1 {
    display: block;
    top: calc(74 / 390 * 100cqw);
    right: 0;
    width: calc(77 / 390 * 100cqw);
  }
  .event__wave-sp--2 {
    display: block;
    top: calc(-30 / 390 * 100cqw);
    left: 0;
    width: calc(118 / 390 * 100cqw);
  }
}
.event__inner {
  width: calc(770 / 1600 * 100cqw);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .event__inner {
    width: calc(350 / 390 * 100cqw);
  }
}
.event__title {
  width: calc(417 / 1600 * 100cqw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .event__title {
    width: calc(197 / 390 * 100cqw);
  }
}
.event__title img {
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .event__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
    width: calc(197 / 390 * 100cqw);
  }
}
.event__lead {
  margin-top: calc(25 / 1600 * 100cqw);
  width: 100%;
  font-size: calc(20 / 1600 * 100cqw);
  font-weight: 700;
  line-height: calc(53 / 1600 * 100cqw);
  letter-spacing: calc(1.6 / 1600 * 100cqw);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .event__lead {
    width: calc(350 / 390 * 100cqw);
    margin: calc(30 / 390 * 100cqw) 0;
    font-size: calc(16 / 390 * 100cqw);
    line-height: 1.6;
    letter-spacing: calc(1.28 / 390 * 100cqw);
    white-space: normal;
  }
}
.event__table {
  margin-top: calc(27 / 1600 * 100cqw);
  width: calc(770 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .event__table {
    width: calc(350 / 390 * 100cqw);
  }
}

.stations {
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: calc(906 / 1600 * 100cqw);
  overflow: hidden;
  background: #1d284c;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 768px) {
  .stations {
    height: calc(760 / 390 * 100cqw);
  }
}
.stations__title {
  position: absolute;
  top: calc(90 / 1600 * 100cqw);
  left: 50%;
  z-index: 1;
  width: calc(637 / 1600 * 100cqw);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .stations__title {
    top: calc(60 / 390 * 100cqw);
    width: calc(326 / 390 * 100cqw);
    z-index: 2;
  }
}
.stations__title img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .stations__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
.stations__map {
  position: absolute;
  top: calc(189 / 1600 * 100cqw);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .stations__map {
    top: calc(150 / 390 * 100cqw);
  }
}
.stations__map-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.stations__map-img {
  width: 100%;
}
.stations__map-img img {
  display: block;
  width: 100%;
}
.stations__box {
  position: absolute;
  width: calc(241 / 1600 * 100cqw);
  overflow: hidden;
}
.stations__box img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.stations__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #1d284c;
  transform: translateX(0);
  transition: transform 0.55s cubic-bezier(0.32, 0, 0.67, 0);
}
.stations__box--aomori {
  left: calc(1051.5 / 1600 * 100cqw);
  top: calc(200.4 / 1600 * 100cqw);
}
.stations__box--morioka {
  left: calc(1006.5 / 1600 * 100cqw);
  top: calc(369.4 / 1600 * 100cqw);
}
.stations__box--sendai {
  left: calc(958.5 / 1600 * 100cqw);
  top: calc(548.4 / 1600 * 100cqw);
}
.stations__box--omiya {
  left: calc(357.5 / 1600 * 100cqw);
  top: calc(229.4 / 1600 * 100cqw);
}
.stations__box--tokyo {
  left: calc(312.5 / 1600 * 100cqw);
  top: calc(388.4 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .stations__box {
    width: calc(170.19 / 390 * 100cqw);
  }
  .stations__box--aomori {
    left: calc(200.36 / 390 * 100cqw);
    top: calc(177.4 / 390 * 100cqw);
  }
  .stations__box--morioka {
    left: calc(200.36 / 390 * 100cqw);
    top: calc(272.8 / 390 * 100cqw);
  }
  .stations__box--sendai {
    left: calc(200.36 / 390 * 100cqw);
    top: calc(368.8 / 390 * 100cqw);
  }
  .stations__box--omiya {
    left: calc(200.36 / 390 * 100cqw);
    top: calc(464.9 / 390 * 100cqw);
  }
  .stations__box--tokyo {
    left: calc(18.02 / 390 * 100cqw);
    top: calc(464.9 / 390 * 100cqw);
  }
}
.stations__conn {
  position: absolute;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.55s ease-out;
}
.stations__conn--8 {
  left: calc(530 / 1600 * 100cqw);
  top: calc(478.9 / 1600 * 100cqw);
  width: calc(198 / 1600 * 100cqw);
  clip-path: inset(0 0 0 100%);
}
.stations__conn--9 {
  left: calc(581 / 1600 * 100cqw);
  top: calc(315.9 / 1600 * 100cqw);
  width: calc(140 / 1600 * 100cqw);
  clip-path: inset(0 0 0 100%);
}
.stations__conn--10 {
  left: calc(794 / 1600 * 100cqw);
  top: calc(446.9 / 1600 * 100cqw);
  width: calc(166 / 1600 * 100cqw);
}
.stations__conn--11 {
  left: calc(807 / 1600 * 100cqw);
  top: calc(365.9 / 1600 * 100cqw);
  width: calc(201 / 1600 * 100cqw);
}
.stations__conn--12 {
  left: calc(787 / 1600 * 100cqw);
  top: calc(243.3 / 1600 * 100cqw);
  width: calc(265 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .stations__conn--17 {
    left: calc(105.85 / 390 * 100cqw);
    top: calc(177.2 / 390 * 100cqw);
    width: calc(94.82 / 390 * 100cqw);
  }
  .stations__conn--18 {
    left: calc(118.01 / 390 * 100cqw);
    top: calc(227.65 / 390 * 100cqw);
    width: calc(82.66 / 390 * 100cqw);
  }
  .stations__conn--19 {
    left: calc(110.1 / 390 * 100cqw);
    top: calc(277.5 / 390 * 100cqw);
    width: calc(90.56 / 390 * 100cqw);
  }
  .stations__conn--20 {
    left: calc(66.34 / 390 * 100cqw);
    top: calc(360.76 / 390 * 100cqw);
    width: calc(134.32 / 390 * 100cqw);
  }
  .stations__conn--21 {
    left: calc(18.33 / 390 * 100cqw);
    top: calc(375.95 / 390 * 100cqw);
    width: calc(52.27 / 390 * 100cqw);
    clip-path: inset(0 0 0 100%);
  }
}
.stations__pt {
  position: absolute;
  width: calc(15 / 1600 * 100cqw);
  opacity: 0;
  transform: scale(0.3);
  transform-origin: center;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.stations__pt--1 {
  left: calc(764.5 / 1600 * 100cqw);
  top: calc(194.4 / 1600 * 100cqw);
}
.stations__pt--2 {
  left: calc(749.5 / 1600 * 100cqw);
  top: calc(215.4 / 1600 * 100cqw);
}
.stations__pt--3 {
  left: calc(778.5 / 1600 * 100cqw);
  top: calc(270.4 / 1600 * 100cqw);
}
.stations__pt--4 {
  left: calc(797.5 / 1600 * 100cqw);
  top: calc(354.4 / 1600 * 100cqw);
}
.stations__pt--5 {
  left: calc(785.5 / 1600 * 100cqw);
  top: calc(436.4 / 1600 * 100cqw);
}
.stations__pt--6 {
  left: calc(712.5 / 1600 * 100cqw);
  top: calc(573.4 / 1600 * 100cqw);
}
.stations__pt--7 {
  left: calc(719.5 / 1600 * 100cqw);
  top: calc(598.4 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .stations__pt {
    width: calc(10 / 390 * 100cqw);
  }
  .stations__pt--s3 {
    left: calc(100.85 / 390 * 100cqw);
    top: calc(172.5 / 390 * 100cqw);
  }
  .stations__pt--s4 {
    left: calc(113.16 / 390 * 100cqw);
    top: calc(222.9 / 390 * 100cqw);
  }
  .stations__pt--s5 {
    left: calc(105.32 / 390 * 100cqw);
    top: calc(272.7 / 390 * 100cqw);
  }
  .stations__pt--s6 {
    left: calc(61.53 / 390 * 100cqw);
    top: calc(356 / 390 * 100cqw);
  }
  .stations__pt--s7 {
    left: calc(65.86 / 390 * 100cqw);
    top: calc(371.1 / 390 * 100cqw);
  }
}
.stations__map.is-revealed .stations__pt {
  opacity: 1;
  transform: scale(1);
}
.stations__map.is-revealed .stations__pt--1 {
  transition-delay: 0s;
}
.stations__map.is-revealed .stations__pt--2 {
  transition-delay: 0.08s;
}
.stations__map.is-revealed .stations__pt--3 {
  transition-delay: 0.16s;
}
.stations__map.is-revealed .stations__pt--4 {
  transition-delay: 0.24s;
}
.stations__map.is-revealed .stations__pt--5 {
  transition-delay: 0.32s;
}
.stations__map.is-revealed .stations__pt--6 {
  transition-delay: 0.4s;
}
.stations__map.is-revealed .stations__pt--7 {
  transition-delay: 0.48s;
}
.stations__map.is-revealed .stations__conn {
  clip-path: inset(0 0 0 0);
}
.stations__map.is-revealed .stations__conn--12 {
  transition-delay: 0.5s;
}
.stations__map.is-revealed .stations__conn--11 {
  transition-delay: 0.62s;
}
.stations__map.is-revealed .stations__conn--9 {
  transition-delay: 0.68s;
}
.stations__map.is-revealed .stations__conn--10 {
  transition-delay: 0.74s;
}
.stations__map.is-revealed .stations__conn--8 {
  transition-delay: 0.82s;
}
.stations__map.is-revealed .stations__conn--17 {
  transition-delay: 0.5s;
}
.stations__map.is-revealed .stations__conn--18 {
  transition-delay: 0.62s;
}
.stations__map.is-revealed .stations__conn--19 {
  transition-delay: 0.74s;
}
.stations__map.is-revealed .stations__conn--20 {
  transition-delay: 0.86s;
}
.stations__map.is-revealed .stations__conn--21 {
  transition-delay: 0.98s;
}
.stations__map.is-revealed .stations__box::before {
  transform: translateX(101%);
}
.stations__map.is-revealed .stations__box--aomori::before {
  transition-delay: 1s;
}
.stations__map.is-revealed .stations__box--omiya::before {
  transition-delay: 1.1s;
}
.stations__map.is-revealed .stations__box--morioka::before {
  transition-delay: 1.2s;
}
.stations__map.is-revealed .stations__box--tokyo::before {
  transition-delay: 1.3s;
}
.stations__map.is-revealed .stations__box--sendai::before {
  transition-delay: 1.4s;
}

.fare {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  gap: calc(30 / 1600 * 100cqw);
  background: #000000;
}
@media screen and (max-width: 768px) {
  .fare {
    gap: 0;
  }
}
.fare__wave--1 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(142 / 1600 * 100cqw);
  right: calc(116 / 1600 * 100cqw);
}
.fare__wave--2 {
  width: calc(563 / 1600 * 100cqw);
  top: calc(560 / 1600 * 100cqw);
  right: calc(-70 / 1600 * 100cqw);
}
.fare__wave--3 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(860 / 1600 * 100cqw);
  left: calc(129 / 1600 * 100cqw);
  transform: scaleX(-1);
}
.fare__wave--4 {
  width: calc(563 / 1600 * 100cqw);
  top: calc(-180 / 1600 * 100cqw);
  left: calc(0 / 1600 * 100cqw);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .fare__wave-sp--1 {
    display: block;
    top: calc(84 / 390 * 100cqw);
    right: 0;
    width: calc(77 / 390 * 100cqw);
  }
  .fare__wave-sp--2 {
    display: block;
    top: calc(-5 / 390 * 100cqw);
    left: 0;
    width: calc(118 / 390 * 100cqw);
  }
}
.fare__title {
  width: calc(795 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__title {
    width: calc(299 / 390 * 100cqw);
  }
}
.fare__title img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .fare__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
.fare__card {
  position: relative;
  width: calc(773 / 1600 * 100cqw);
  background: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .fare__card {
    width: calc(350 / 390 * 100cqw);
    margin-top: calc(35 / 390 * 100cqw);
  }
}
.fare__radio {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.fare__tabs {
  display: flex;
}
.fare__tab {
  flex: 1;
  height: calc(72 / 1600 * 100cqw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(9 / 1600 * 100cqw);
  background: #ededed;
  color: #666666;
  font-size: calc(15 / 1600 * 100cqw);
  text-align: center;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.fare__tab:not(:first-child) {
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .fare__tab {
    height: calc(52 / 390 * 100cqw);
    gap: calc(4 / 390 * 100cqw);
    font-size: calc(10 / 390 * 100cqw);
  }
}
.fare__tab-label {
  white-space: nowrap;
}
.fare__tab-note {
  font-size: calc(13 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__tab-note {
    display: block;
    font-size: calc(10 / 390 * 100cqw);
  }
}
.fare__tab-arrow {
  width: calc(9 / 1600 * 100cqw);
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .fare__tab-arrow {
    width: calc(9 / 390 * 100cqw);
  }
}
.fare #fare-tab-1:checked ~ .fare__tabs .fare__tab--1,
.fare #fare-tab-2:checked ~ .fare__tabs .fare__tab--2,
.fare #fare-tab-3:checked ~ .fare__tabs .fare__tab--3 {
  background: #ffffff;
  color: #000000;
  border-bottom-color: #ffffff;
}
.fare #fare-tab-1:checked ~ .fare__tabs .fare__tab--1 .fare__tab-arrow,
.fare #fare-tab-2:checked ~ .fare__tabs .fare__tab--2 .fare__tab-arrow,
.fare #fare-tab-3:checked ~ .fare__tabs .fare__tab--3 .fare__tab-arrow {
  transform: rotate(-90deg);
}
.fare__body {
  display: flex;
  flex-direction: column;
  padding: calc(20 / 1600 * 100cqw) calc(30 / 1600 * 100cqw) calc(35 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__body {
    padding: calc(10 / 390 * 100cqw) calc(12 / 390 * 100cqw) calc(16 / 390 * 100cqw);
  }
}
.fare__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fare__row--eticket {
  position: relative;
  align-items: flex-start;
}
.fare__row--eticket .fare__price {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .fare__row--eticket .fare__price {
    position: absolute;
    right: calc(50 / 390 * 100cqw);
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
  }
}
.fare__label {
  font-size: calc(20 / 1600 * 100cqw);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fare__label {
    font-size: calc(18 / 390 * 100cqw);
  }
}
.fare__price {
  position: relative;
  margin-right: calc(82 / 1600 * 100cqw);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fare__price {
    margin-right: calc(50 / 390 * 100cqw);
  }
}
.fare__val {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease;
}
.fare__val--tokyo {
  position: relative;
  opacity: 1;
}
.fare__val--omiya {
  position: absolute;
  right: 0;
  top: 0;
}
.fare__val--sendai {
  position: absolute;
  right: 0;
  top: 0;
}
.fare #fare-tab-2:checked ~ .fare__body .fare__price .fare__val--tokyo {
  opacity: 0;
}
.fare #fare-tab-2:checked ~ .fare__body .fare__price .fare__val--omiya {
  opacity: 1;
}
.fare #fare-tab-3:checked ~ .fare__body .fare__price .fare__val--tokyo {
  opacity: 0;
}
.fare #fare-tab-3:checked ~ .fare__body .fare__price .fare__val--sendai {
  opacity: 1;
}
.fare__num {
  font-size: calc(45 / 1600 * 100cqw);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fare__num {
    font-size: calc(32 / 390 * 100cqw);
  }
}
.fare__yen {
  font-size: calc(30 / 1600 * 100cqw);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fare__yen {
    font-size: calc(20 / 390 * 100cqw);
  }
}
.fare__line {
  height: 1px;
  background: #e2e2e2;
  margin: calc(18 / 1600 * 100cqw) 0;
}
@media screen and (max-width: 768px) {
  .fare__line {
    margin: calc(12 / 390 * 100cqw) 0;
  }
}
.fare__eticket {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(8 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__eticket {
    gap: calc(5 / 390 * 100cqw);
  }
}
.fare__tag {
  display: inline-flex;
  align-items: center;
  height: calc(17 / 1600 * 100cqw);
  padding: 0 calc(8 / 1600 * 100cqw);
  border-radius: calc(2 / 1600 * 100cqw);
  background: #38c1a6;
  color: #ffffff;
  font-size: calc(13 / 1600 * 100cqw);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .fare__tag {
    height: calc(15 / 390 * 100cqw);
    padding: 0 calc(6 / 390 * 100cqw);
    font-size: calc(9.6 / 390 * 100cqw);
  }
}
.fare__logo {
  display: block;
  width: calc(160 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__logo {
    width: calc(116 / 390 * 100cqw);
  }
}
.fare__detail {
  font-size: calc(14 / 1600 * 100cqw);
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .fare__detail:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .fare__detail {
    font-size: calc(12 / 390 * 100cqw);
  }
}
.fare__chevron {
  display: inline-block;
  width: calc(8 / 1600 * 100cqw);
  margin-left: calc(3 / 1600 * 100cqw);
  margin-top: calc(1 / 1600 * 100cqw);
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .fare__chevron {
    width: calc(5 / 390 * 100cqw);
    margin-left: calc(3 / 390 * 100cqw);
    margin-top: calc(3 / 390 * 100cqw);
  }
}
.fare__badge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-6 / 1600 * 100cqw);
  width: calc(76 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__badge {
    right: calc(-4 / 390 * 100cqw);
    width: calc(45 / 390 * 100cqw);
  }
}
.fare__notes {
  margin-top: calc(10 / 1600 * 100cqw);
  font-size: calc(12 / 1600 * 100cqw);
  line-height: calc(20 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .fare__notes {
    margin-top: calc(14 / 390 * 100cqw);
    font-size: calc(11 / 390 * 100cqw);
    line-height: calc(15.4 / 390 * 100cqw);
  }
}
.fare__cta {
  display: block;
  width: calc(709 / 1600 * 100cqw);
  max-width: 100%;
  margin: calc(30 / 1600 * 100cqw) auto 0;
  text-decoration: none;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .fare__cta:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
.fare__cta img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fare__cta {
    width: calc(324 / 390 * 100cqw);
    margin-top: calc(20 / 390 * 100cqw);
  }
}

.railpack {
  position: relative;
  display: grid;
  justify-items: center;
  background: #000000;
  margin-top: calc(60 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .railpack {
    margin-top: calc(28 / 390 * 100cqw);
  }
}
.railpack__inner {
  width: calc(773 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .railpack__inner {
    width: calc(350 / 390 * 100cqw);
  }
}
.railpack__band {
  background: #28914f;
  padding-bottom: calc(6 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .railpack__band {
    padding-bottom: calc(4 / 390 * 100cqw);
  }
}
.railpack__ttl {
  width: 31.5%;
  margin: 0 auto;
  padding: calc(16 / 1600 * 100cqw) 0;
}
@media screen and (max-width: 768px) {
  .railpack__ttl {
    width: 45%;
    padding: calc(10 / 390 * 100cqw) 0;
  }
}
.railpack__ttl img {
  display: block;
  width: 100%;
}
.railpack__content {
  width: 99%;
  margin: 0 auto;
  padding: calc(22 / 1600 * 100cqw) 0 calc(14 / 1600 * 100cqw);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .railpack__content {
    padding: calc(14 / 390 * 100cqw) 0 calc(12 / 390 * 100cqw);
  }
}
.railpack__logo {
  width: 46%;
  margin: 0 auto calc(22 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .railpack__logo {
    width: 66%;
    margin: 0 auto calc(14 / 390 * 100cqw);
  }
}
.railpack__logo img {
  display: block;
  width: 100%;
}
.railpack__banners {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3.8%;
  gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .railpack__banners {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: calc(14 / 390 * 100cqw);
  }
}
.railpack__block {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .railpack__block {
    width: 100%;
  }
}
.railpack__catch {
  width: 98%;
  margin: 0 auto calc(10 / 1600 * 100cqw);
}
.railpack__catch--hk {
  width: 88%;
}
@media screen and (max-width: 768px) {
  .railpack__catch {
    width: 88%;
    margin: 0 auto calc(6 / 390 * 100cqw);
  }
  .railpack__catch--hk {
    width: 80%;
  }
}
.railpack__catch img {
  display: block;
  width: 100%;
}
.railpack__banner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .railpack__banner {
    width: 90%;
    margin: 0 auto;
  }
}
.railpack__banner a {
  display: block;
  box-shadow: 0 calc(5 / 1600 * 100cqw) calc(10 / 1600 * 100cqw) rgba(0, 0, 0, 0.4);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .railpack__banner a:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
.railpack__banner img {
  display: block;
  width: 100%;
}

.ticket {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  background: #000000;
}
.ticket__wave--1 {
  width: calc(563 / 1600 * 100cqw);
  top: calc(150 / 1600 * 100cqw);
  left: calc(0 / 1600 * 100cqw);
  transform: scaleX(-1);
}
.ticket__wave--2 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(440 / 1600 * 100cqw);
  right: calc(117 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .ticket__wave-sp--1 {
    display: block;
    top: calc(132 / 390 * 100cqw);
    right: 0;
    width: calc(77 / 390 * 100cqw);
  }
  .ticket__wave-sp--2 {
    display: block;
    top: calc(10 / 390 * 100cqw);
    left: 0;
    width: calc(118 / 390 * 100cqw);
  }
}
.ticket__title {
  width: calc(569 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .ticket__title {
    width: calc(283 / 390 * 100cqw);
  }
}
.ticket__title img {
  width: 100%;
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .ticket__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
.ticket__lead {
  display: flex;
  align-items: center;
  gap: calc(6 / 1600 * 100cqw);
  margin-top: calc(40 / 1600 * 100cqw);
  color: #ffffff;
  font-size: calc(24 / 1600 * 100cqw);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ticket__lead {
    margin-top: calc(25 / 390 * 100cqw);
    gap: calc(6 / 390 * 100cqw);
    font-size: calc(18 / 390 * 100cqw);
  }
}
.ticket__eticket {
  width: calc(282 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .ticket__eticket {
    width: calc(196 / 390 * 100cqw);
  }
}
@media screen and (max-width: 768px) {
  .ticket__lead-text {
    display: inline;
  }
}
.ticket__card {
  width: calc(770 / 1600 * 100cqw);
  margin-top: calc(24 / 1600 * 100cqw);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ticket__card:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
@media screen and (max-width: 768px) {
  .ticket__card {
    width: calc(350 / 390 * 100cqw);
    margin-top: calc(30 / 390 * 100cqw);
  }
}
.ticket__card img {
  width: 100%;
}

.hokkaido {
  position: relative;
  isolation: isolate;
  background: #000000;
}
.hokkaido__wave--1 {
  width: calc(563 / 1600 * 100cqw);
  top: calc(-30 / 1600 * 100cqw);
  right: calc(-70 / 1600 * 100cqw);
}
.hokkaido__wave--2 {
  width: calc(224 / 1600 * 100cqw);
  top: calc(210 / 1600 * 100cqw);
  left: calc(129 / 1600 * 100cqw);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .hokkaido__wave-sp--1 {
    display: block;
    top: calc(106 / 390 * 100cqw);
    right: 0;
    width: calc(77 / 390 * 100cqw);
  }
  .hokkaido__wave-sp--2 {
    display: block;
    top: 0;
    left: 0;
    width: calc(118 / 390 * 100cqw);
  }
}
.hokkaido__title {
  width: calc(616 / 1600 * 100cqw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .hokkaido__title {
    width: calc(238 / 390 * 100cqw);
  }
}
.hokkaido__title img {
  width: 100%;
  filter: drop-shadow(0 0 calc(8 / 1600 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 1600 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 1600 * 100cqw) rgba(200, 180, 120, 0.38));
}
@media screen and (max-width: 768px) {
  .hokkaido__title img {
    filter: drop-shadow(0 0 calc(8 / 390 * 100cqw) rgba(200, 180, 120, 0.7)) drop-shadow(0 0 calc(18 / 390 * 100cqw) rgba(200, 180, 120, 0.55)) drop-shadow(0 0 calc(42 / 390 * 100cqw) rgba(200, 180, 120, 0.38));
  }
}
.hokkaido__banners {
  display: grid;
  gap: calc(40 / 1600 * 100cqw);
  width: calc(770 / 1600 * 100cqw);
  margin: calc(30 / 1600 * 100cqw) auto 0;
}
@media screen and (max-width: 768px) {
  .hokkaido__banners {
    width: calc(350 / 390 * 100cqw);
    margin-top: calc(30 / 390 * 100cqw);
    gap: calc(20 / 390 * 100cqw);
  }
}
.hokkaido__banner a {
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .hokkaido__banner a:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}

.footer {
  color: #ffffff;
  text-align: center;
  background: #1d284c;
}
.footer__top {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: calc(9 / 1600 * 100cqw);
  margin-top: calc(65 / 1600 * 100cqw);
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: calc(36 / 1600 * 100cqw);
  font-weight: 700;
  letter-spacing: calc(3.6 / 1600 * 100cqw);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__top {
    margin-top: calc(55 / 390 * 100cqw);
    gap: calc(9 / 390 * 100cqw);
    font-size: calc(26 / 390 * 100cqw);
    letter-spacing: calc(2.6 / 390 * 100cqw);
  }
}
.footer__top::before {
  content: "";
  width: 0;
  height: 0;
  border-right: calc(20 / 1600 * 100cqw) solid transparent;
  border-left: calc(20 / 1600 * 100cqw) solid transparent;
  border-bottom: calc(21 / 1600 * 100cqw) solid #b5983e;
}
@media screen and (max-width: 768px) {
  .footer__top::before {
    border-right: calc(20 / 390 * 100cqw) solid transparent;
    border-left: calc(20 / 390 * 100cqw) solid transparent;
    border-bottom: calc(21 / 390 * 100cqw) solid #b5983e;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__top:hover {
    opacity: 0.8;
  }
}
.footer__bnr {
  display: grid;
  grid-template-columns: repeat(3, calc(216.5 / 1600 * 100cqw));
  gap: calc(22 / 1600 * 100cqw);
  width: calc(693 / 1600 * 100cqw);
  margin: calc(60 / 1600 * 100cqw) auto 0;
}
@media screen and (max-width: 768px) {
  .footer__bnr {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(12 / 390 * 100cqw);
    width: calc(348 / 390 * 100cqw);
    margin: calc(25 / 390 * 100cqw) auto 0;
  }
}
.footer__bnr-item a {
  display: block;
  overflow: hidden;
  border-radius: calc(4 / 1600 * 100cqw);
  background-color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__bnr-item a:hover {
    transform: translateY(calc(-3 / 1600 * 100cqw));
    box-shadow: 0 calc(6 / 1600 * 100cqw) calc(16 / 1600 * 100cqw) rgba(0, 0, 0, 0.4);
  }
}
.footer__bnr-item img {
  display: block;
  width: 100%;
}
.footer__copyright {
  margin-top: calc(60 / 1600 * 100cqw);
  padding: calc(26 / 1600 * 100cqw) 0;
  background: #ffffff;
  color: #333333;
  font-size: calc(13 / 1600 * 100cqw);
  letter-spacing: calc(0.5 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: calc(40 / 390 * 100cqw);
    padding: calc(16 / 390 * 100cqw) 0;
    font-size: calc(11 / 390 * 100cqw);
    letter-spacing: calc(0.4 / 390 * 100cqw);
  }
}

.spot,
.event,
.stations,
.fare,
.ticket,
.hokkaido,
.footer {
  margin-top: calc(140 / 1600 * 100cqw);
}

.is-fv-sequence .floating-offers,
.is-fv-sequence .floating-offers.is-shown {
  transform: translateX(120%);
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .is-fv-sequence .floating-offers,
  .is-fv-sequence .floating-offers.is-shown {
    transform: translateY(115%);
  }
}

.floating-offers {
  position: fixed;
  z-index: 10;
  top: calc(50% - calc(39 / 1600 * 100cqw));
  right: 0;
  display: grid;
  width: calc(215 / 1600 * 100cqw);
  gap: calc(16 / 1600 * 100cqw);
  transform: translateX(120%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .floating-offers {
    display: flex;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 9999;
    justify-content: flex-end;
    align-items: flex-end;
    gap: calc(9 / 390 * 100cqw);
    padding: calc(8 / 390 * 100cqw) 0 calc(10 / 390 * 100cqw) calc(10 / 390 * 100cqw);
    transform: translateY(115%);
  }
}
.floating-offers.is-shown {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .floating-offers.is-shown {
    transform: translateY(0);
  }
}
.floating-offers a {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .floating-offers a:hover {
    transform: translateY(calc(-4 / 1600 * 100cqw));
    box-shadow: 0 calc(12 / 1600 * 100cqw) calc(28 / 1600 * 100cqw) rgba(0, 0, 0, 0.26);
  }
}
@media screen and (max-width: 768px) {
  .floating-offers a {
    width: 46%;
    max-width: calc(190 / 390 * 100cqw);
  }
}
.floating-offers__banner {
  width: calc(215 / 1600 * 100cqw);
}
@media screen and (max-width: 768px) {
  .floating-offers__banner {
    width: 100%;
  }
}
.floating-offers a:nth-of-type(1) .floating-offers__banner.pc-only {
  height: calc(78 / 1600 * 100cqw);
}
.floating-offers a:nth-of-type(2) .floating-offers__banner.pc-only {
  height: calc(88 / 1600 * 100cqw);
}

@media screen and (max-width: 768px) {
  .lp {
    min-width: 0;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .br-sp {
    display: inline;
  }
  .wave {
    display: none;
  }
  .namatabi,
  .spot,
  .event,
  .stations,
  .fare,
  .hokkaido,
  .footer {
    margin-top: calc(64 / 390 * 100cqw);
  }
  .ticket {
    margin-top: calc(80 / 390 * 100cqw);
  }
}

/*# sourceMappingURL=main.css.map */
