:root {
  --color-white: #fff;
  --color-ink: #062b4d;
  --color-blue: #075eae;
  --color-blue-deep: #00488f;
  --color-sky: #dff6ff;
  --color-aqua: #9fe9f6;
  --color-line: #b9e9f5;
  --shadow-soft: 0 18px 45px rgba(12, 111, 172, .14);
  --font-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --content-max: 1680px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.8;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

main {
  background:
    url("../images/common/bubble02.png") left 4.5vw top calc(600px + 5rem) / clamp(68px, 6vw, 104px) auto no-repeat,
    url("../images/common/bubble03.png") left 30vw top calc(600px + 3.4rem) / clamp(34px, 3vw, 48px) auto no-repeat,
    url("../images/common/bubble04.png") right 7vw top calc(600px + 9rem) / clamp(104px, 9vw, 148px) auto no-repeat,
    url("../images/common/bubble01.png") left 1.5vw top calc(600px + 35rem) / clamp(112px, 10vw, 168px) auto no-repeat,
    #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-line);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.25rem);
  width: min(100% - 40px, var(--content-max));
  min-height: 62px;
  margin: 0 auto;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  width: clamp(140px, 13vw, 188px);
}

.global-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-blue-deep);
  font-size: clamp(.82rem, .82vw, 1rem);
  letter-spacing: 0;
  white-space: nowrap;
}

.global-nav a {
  position: relative;
  display: inline-block;
  padding: .72rem clamp(.9rem, 1.25vw, 1.5rem);
}

.global-nav li + li a {
  border-left: 1px solid var(--color-line);
}

.global-nav a::after {
  position: absolute;
  left: 0;
  bottom: .42rem;
  width: 100%;
  height: 5px;
  content: "";
  opacity: 0;
  transform: translateY(4px);
  background: url("data:image/svg+xml,%3Csvg width='120' height='10' viewBox='0 0 120 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5c12-7 24 7 36 0s24-7 36 0 24 7 44-1' fill='none' stroke='%239fe9f6' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  transition: opacity .2s ease, transform .2s ease;
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.ticket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-width: 180px;
  min-height: 42px;
  padding: .58rem 1.42rem;
  color: #fff;
  background: linear-gradient(180deg, #1d76c7 0%, #004b94 100%);
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ticket-button:hover,
.ticket-button:focus-visible {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--color-blue-deep);
  background: transparent;
  border: 0;
}

.nav-toggle__line,
.nav-toggle__line::before,
.nav-toggle__line::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.nav-toggle__line {
  position: relative;
}

.nav-toggle__line::before,
.nav-toggle__line::after {
  position: absolute;
  left: 0;
}

.nav-toggle__line::before {
  top: -8px;
}

.nav-toggle__line::after {
  top: 8px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(420px, 48vw, 640px);
  background: linear-gradient(180deg, #fff 0%, #effbff 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 8;
  height: clamp(96px, 8vw, 138px);
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='1920' height='140' viewBox='0 0 1920 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0 48C78 18 150 17 232 52C318 89 404 84 492 50C582 15 664 19 750 54C833 88 921 90 1010 51C1104 10 1189 17 1276 53C1367 91 1454 88 1544 49C1624 14 1705 18 1792 52C1848 74 1887 73 1920 61V140H0Z' fill='%23fff'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.hero__back,
.hero__back img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero__back img {
  object-fit: cover;
  object-position: center top;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(540px, 1fr);
  align-items: center;
  width: min(100% - 48px, var(--content-max));
  min-height: clamp(420px, 48vw, 640px);
  margin: 0 auto;
  padding: clamp(1.9rem, 3.4vw, 3rem) 0 clamp(3.25rem, 5.4vw, 5.5rem);
}

.hero__content {
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 860px;
  padding-left: clamp(.25rem, 3.8vw, 4rem);
}

.hero__content::before,
.hero__content::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, .9), transparent 22%),
    radial-gradient(circle at 70% 70%, rgba(103, 203, 237, .52), transparent 52%),
    rgba(182, 237, 248, .46);
  filter: blur(.1px);
}

.hero__content::before {
  top: 2rem;
  left: 0;
  width: 64px;
  height: 64px;
}

.hero__content::after {
  right: 3rem;
  bottom: -4rem;
  width: 96px;
  height: 96px;
}

.hero__eyebrow {
  margin: 0 0 .35rem;
  color: #2e75d2;
  font-size: clamp(.82rem, 1.15vw, 1.18rem);
  line-height: 1;
  letter-spacing: .26em;
}

.hero__logo {
  width: clamp(260px, 38vw, 620px);
}

.hero__lead {
  margin: clamp(1rem, 1.8vw, 1.8rem) 0 0 clamp(.3rem, 1vw, 1.2rem);
  color: var(--color-blue-deep);
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
  font-weight: 700;
  line-height: 1.62;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.hero__lead-line {
  display: block;
}

.hero__lead-line:first-child {
  white-space: nowrap;
}

.hero__visual {
  position: relative;
  z-index: 4;
  align-self: end;
  width: clamp(620px, 52vw, 820px);
  min-height: clamp(330px, 33vw, 520px);
  justify-self: end;
}

.hero__otter {
  position: absolute;
  bottom: clamp(-3.25rem, -4vw, -2rem);
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 65, 104, .12));
}

.hero__otter--mei {
  left: 2.5%;
  z-index: 5;
  width: min(45%, 370px);
}

.hero__otter--kira {
  right: 2.5%;
  z-index: 4;
  width: min(48%, 394px);
}

.hero__label {
  position: absolute;
  z-index: 9;
  width: clamp(74px, 8vw, 132px);
  filter: drop-shadow(0 10px 15px rgba(51, 172, 213, .16));
}

.hero__label--mei {
  top: 2%;
  left: 0;
}

.hero__label--kira {
  top: 3%;
  right: 2%;
}

.profile-section {
  position: relative;
  isolation: isolate;
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
  padding: 0 0 clamp(4rem, 7vw, 7rem);
  background: transparent;
}

.profile-section::before,
.profile-section::after {
  position: absolute;
  z-index: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.profile-section::before {
  display: none;
}

.profile-section::after {
  display: none;
}

.section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-bottom: clamp(2.1rem, 4vw, 3.5rem);
  text-align: center;
}

.section-heading h2 {
  position: relative;
  margin: 0;
}

.section-title {
  display: inline-grid;
  justify-items: center;
  gap: .42rem;
  color: var(--color-blue-deep);
  font-size: clamp(2.05rem, 3.2vw, 3.8rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .06em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .92);
}

.section-title__text {
  display: block;
}

.section-title__text span {
  display: inline-block;
  margin: 0 .04em;
  font-size: .62em;
  transform: translateY(-.06em);
}

.section-title::before,
.section-title::after {
  display: block;
  width: min(420px, 72vw);
  height: 18px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='420' height='18' viewBox='0 0 420 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10c31-17 54 12 88-1 34-13 62-13 96 0s63 13 98 0 62-14 126 0' fill='none' stroke='%238bd0f2' stroke-width='3' stroke-linecap='round' opacity='.7'/%3E%3Ccircle cx='168' cy='6' r='3' fill='%238bd0f2' opacity='.7'/%3E%3Ccircle cx='210' cy='11' r='2' fill='%238bd0f2' opacity='.7'/%3E%3Ccircle cx='246' cy='6' r='3' fill='%238bd0f2' opacity='.7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section-title::before {
  order: 2;
}

.section-title::after {
  order: 3;
  width: min(240px, 52vw);
  opacity: .72;
}

.section-heading__bubble {
  position: absolute;
  top: 2.4rem;
  right: 17%;
  width: clamp(38px, 3.8vw, 58px);
  height: clamp(38px, 3.8vw, 58px);
  background: url("../images/common/bubble03.png") center / contain no-repeat;
}

.profile-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.8rem, 3.2vw, 3.6rem);
}

.profile-card {
  position: relative;
  overflow: visible;
  --profile-visual-height: clamp(280px, 19vw, 300px);
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.profile-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  overflow: hidden;
  border-radius: 8px;
  pointer-events: none;
}

.profile-card--kira::after {
  inset: auto auto -3.2rem -2.4rem;
  z-index: 4;
  width: 60px;
  height: 98px;
  overflow: visible;
  background: url("../images/common/kai01.png") center / contain no-repeat;
  border-radius: 0;
  transform: rotate(-18deg);
}

.profile-card::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: var(--profile-visual-height);
  content: "";
  background: none;
  pointer-events: none;
}

.profile-card__visual {
  position: relative;
  overflow: visible;
  min-height: var(--profile-visual-height);
  padding: clamp(1.25rem, 2.4vw, 2.4rem) clamp(1.25rem, 2.4vw, 2.4rem) 40px;
  background: linear-gradient(to bottom, #eff9ff 0%, #c8ecfc 100%);
  border-radius: 8px 8px 0 0;
}

.profile-card__name {
  position: absolute;
  top: clamp(-1.2rem, -1.3vw, -.65rem);
  left: clamp(-1.35rem, -1.25vw, -.8rem);
  z-index: 5;
  width: clamp(104px, 10vw, 142px);
}

.profile-card--mei .profile-card__name {
  left: clamp(-1.45rem, -1.3vw, -.9rem);
}

.profile-card--kira .profile-card__name {
  top: clamp(-1rem, -1.1vw, -.55rem);
  left: clamp(-1.25rem, -1.15vw, -.75rem);
}

.profile-card__photo {
  position: absolute;
  left: clamp(.2rem, 1.4vw, 1.2rem);
  bottom: 0;
  z-index: 4;
  width: min(50%, 390px);
  max-height: 132%;
  object-fit: contain;
  object-position: left bottom;
}

.profile-card--mei .profile-card__photo {
  width: min(58%, 465px);
  left: clamp(-.4rem, .5vw, .75rem);
}

.profile-card--kira .profile-card__photo {
  width: min(44%, 335px);
  left: clamp(.1rem, 1.4vw, 1.25rem);
  max-height: 116%;
}

.profile-card__facts {
  position: relative;
  z-index: 5;
  width: min(57%, 410px);
  margin: 0 0 0 auto;
  font-size: clamp(.78rem, .92vw, .96rem);
}

.profile-card__facts div {
  display: grid;
  grid-template-columns: minmax(76px, .36fr) 1fr;
  min-height: 35px;
  border-bottom: 2px solid #d7f2f8;
  background: rgba(255, 255, 255, .94);
}

.profile-card__facts dt,
.profile-card__facts dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: .28rem .65rem;
}

.profile-card__facts dt {
  justify-content: center;
  color: #fff;
  background: #277fce;
}

.profile-card__facts dd {
  color: #061c35;
}

.profile-card__body {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .85rem 1.25rem;
  min-height: clamp(130px, 10vw, 170px);
  padding: clamp(1.35rem, 2.2vw, 1.9rem);
  background: #fff;
  border-top: 1px solid var(--color-line);
}

.profile-card__body h3 {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  color: #061c35;
  font-size: 1rem;
  white-space: nowrap;
}

.profile-card__body h3::before {
  width: 18px;
  height: 18px;
  content: "";
  background: url("../images/common/episode-icon.png") center / contain no-repeat;
}

.profile-card__body p {
  margin: 0;
  color: #061c35;
  font-size: clamp(.9rem, 1vw, 1rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  align-self: end;
  grid-column: 1 / -1;
  justify-self: end;
  gap: .35rem;
  min-height: 36px;
  padding: .38rem 1rem .42rem 1.12rem;
  color: #fff;
  font-size: .9rem;
  line-height: 1;
  background: linear-gradient(180deg, #4ca5e5 0%, #1f7ed1 100%);
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(23, 111, 197, .18);
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.text-link::after {
  width: 7px;
  height: 10px;
  content: "";
  background: none;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(23, 111, 197, .22);
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}

.feature-section {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
  padding: 0 0 clamp(4.5rem, 7vw, 7.5rem);
}

.feature-section::before,
.feature-section::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.feature-section::before {
  top: clamp(-2.8rem, -3vw, -1.5rem);
  left: clamp(-2.8rem, -3.5vw, -1rem);
  width: clamp(118px, 12vw, 190px);
  height: clamp(118px, 12vw, 190px);
  background:
    url("../images/common/bubble02.png") center / contain no-repeat,
    radial-gradient(circle, rgba(200, 244, 255, .62), rgba(255, 255, 255, 0) 68%);
  opacity: .78;
}

.feature-section::after {
  right: clamp(-2.4rem, -3vw, -1rem);
  bottom: clamp(1.4rem, 3vw, 3rem);
  width: clamp(120px, 12vw, 182px);
  height: clamp(120px, 12vw, 182px);
  background:
    url("../images/common/bubble05.png") center / contain no-repeat,
    radial-gradient(circle, rgba(215, 248, 255, .7), rgba(255, 255, 255, 0) 70%);
  opacity: .72;
}

.feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2.4rem);
}

.feature-grid::before,
.feature-grid::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.feature-grid::before {
  top: -2.2rem;
  right: 31%;
  width: clamp(66px, 7vw, 112px);
  height: clamp(118px, 12vw, 188px);
  background: url("../images/common/kai01.png") center / contain no-repeat;
  opacity: .56;
  transform: rotate(26deg);
}

.feature-grid::after {
  right: 4%;
  bottom: -1.6rem;
  width: clamp(160px, 18vw, 280px);
  height: clamp(62px, 7vw, 104px);
  background:
    radial-gradient(circle at 12% 42%, rgba(77, 188, 225, .7) 0 5px, transparent 6px),
    radial-gradient(circle at 26% 58%, rgba(77, 188, 225, .62) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 38%, rgba(77, 188, 225, .52) 0 3px, transparent 4px),
    linear-gradient(160deg, transparent 0 44%, rgba(92, 190, 225, .45) 45% 50%, transparent 51% 100%);
  opacity: .74;
}

.feature-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: clamp(300px, 18vw, 350px);
  background:
    radial-gradient(circle at 94% 92%, rgba(190, 240, 255, .72), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 8% 12%, rgba(221, 250, 255, .78), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .98)),
    #fff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow:
    0 20px 38px rgba(22, 104, 189, .12),
    inset 0 0 0 4px rgba(230, 249, 255, .7);
}

.feature-card::before {
  position: absolute;
  inset: auto -8% -30px auto;
  width: 130px;
  height: 96px;
  content: "";
  background: url("../images/common/bubble04.png") center / contain no-repeat;
  opacity: .55;
  pointer-events: none;
}

.feature-card::after {
  position: absolute;
  right: clamp(1rem, 1.8vw, 1.8rem);
  bottom: clamp(.65rem, 1.2vw, 1rem);
  z-index: 1;
  width: clamp(58px, 5.4vw, 92px);
  height: clamp(36px, 3.5vw, 58px);
  content: "";
  background:
    radial-gradient(circle at 10% 54%, rgba(53, 172, 216, .65) 0 4px, transparent 5px),
    radial-gradient(circle at 34% 42%, rgba(53, 172, 216, .48) 0 3px, transparent 4px),
    radial-gradient(circle at 58% 60%, rgba(53, 172, 216, .42) 0 2px, transparent 3px),
    linear-gradient(150deg, transparent 0 38%, rgba(88, 190, 228, .36) 39% 46%, transparent 47%);
  opacity: .75;
  pointer-events: none;
}

.feature-card__media {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(239, 251, 255, .92) 100%),
    #fff;
}

.feature-card__media::before {
  content: none;
}

.feature-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #f7fdff 0%, #d9f5ff 100%);
}

.feature-card:first-child .feature-card__media img {
  object-position: center 34%;
}

.feature-card__media--oneday img {
  object-position: center 32%;
}

.feature-card__media--care img {
  object-position: 60% 38%;
}

.feature-card__badges,
.feature-schedule {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .55rem;
}

.feature-card__badges {
  left: clamp(1rem, 1.6vw, 1.5rem);
  bottom: 1rem;
}

.feature-badge,
.feature-schedule span {
  display: grid;
  place-items: center;
  min-width: 58px;
  min-height: 58px;
  padding: .35rem;
  color: #fff;
  font-size: .82rem;
  line-height: 1.15;
  text-align: center;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, .82), transparent 22%),
    linear-gradient(180deg, #50c5ee 0%, #269ad7 100%);
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(35, 142, 205, .18);
}

.feature-badge {
  position: relative;
  grid-template-rows: 24px auto;
  gap: .16rem;
  font-size: .72rem;
}

.feature-badge::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-color: currentColor;
  opacity: .96;
}

.feature-badge--food::before {
  clip-path: polygon(46% 0, 56% 0, 56% 36%, 66% 36%, 66% 0, 76% 0, 76% 38%, 64% 55%, 64% 100%, 48% 100%, 48% 55%, 36% 38%, 36% 0);
}

.feature-badge--habitat::before {
  clip-path: path("M12 1.5a10.5 10.5 0 1 0 0 21 10.5 10.5 0 0 0 0-21Zm0 2.2c1.3 1.4 2.2 3.1 2.5 5.1h-5c.3-2 1.2-3.7 2.5-5.1Zm-5 5.1H4.4a8.4 8.4 0 0 1 4.1-4.3A15 15 0 0 0 7 8.8Zm12.6 0H17a15 15 0 0 0-1.5-4.3 8.4 8.4 0 0 1 4.1 4.3ZM4.1 11h2.6a14 14 0 0 0 0 2H4.1a8 8 0 0 1 0-2Zm4.9 0h6a10.5 10.5 0 0 1 0 2H9a10.5 10.5 0 0 1 0-2Zm8.3 0h2.6a8 8 0 0 1 0 2h-2.6a14 14 0 0 0 0-2ZM8.5 19.5A8.4 8.4 0 0 1 4.4 15H7c.3 1.7.8 3.2 1.5 4.5Zm3.5.8A11 11 0 0 1 9.5 15h5a11 11 0 0 1-2.5 5.3Zm3.5-.8A15 15 0 0 0 17 15h2.6a8.4 8.4 0 0 1-4.1 4.5Z");
}

.feature-badge--life::before {
  clip-path: polygon(7% 46%, 35% 27%, 52% 36%, 73% 19%, 95% 42%, 84% 42%, 84% 82%, 61% 82%, 61% 58%, 42% 58%, 42% 82%, 19% 82%, 19% 47%);
}

.feature-schedule {
  left: 1.1rem;
  bottom: .95rem;
}

.feature-schedule span {
  min-width: 54px;
  min-height: 54px;
  color: var(--color-blue-deep);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, .9), transparent 24%),
    rgba(216, 246, 255, .88);
  border: 2px solid #55bce8;
}

.feature-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  gap: .55rem 1rem;
  padding: clamp(1rem, 1.6vw, 1.45rem) clamp(1rem, 1.8vw, 1.6rem) clamp(1rem, 1.8vw, 1.6rem);
}

.feature-card__title {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: clamp(.82rem, 1.15vw, 1.1rem) clamp(1rem, 1.7vw, 1.7rem) clamp(.42rem, .7vw, .68rem);
  color: var(--color-blue-deep);
  font-size: clamp(1.22rem, 1.6vw, 1.78rem);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: .03em;
  text-align: center;
  background: rgba(255, 255, 255, .96);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .9),
    0 6px 16px rgba(22, 104, 189, .14);
}

.feature-card__title::after {
  display: block;
  width: min(190px, 58%);
  height: 10px;
  margin: .22rem auto 0;
  content: "";
  background:
    radial-gradient(circle at 50% 42%, rgba(78, 176, 224, .7) 0 2px, transparent 3px),
    linear-gradient(100deg, transparent 0 8%, rgba(105, 195, 231, .54) 9% 11%, transparent 12% 21%, rgba(105, 195, 231, .54) 22% 24%, transparent 25% 100%);
  border-bottom: 2px solid rgba(105, 195, 231, .5);
  border-radius: 50%;
}

.feature-card__title span {
  display: inline-block;
  margin: 0 .04em;
  font-size: .62em;
  transform: translateY(-.06em);
}

.feature-card__body p {
  margin: 0;
  color: #12385f;
  font-size: clamp(.88rem, .95vw, 1rem);
  font-weight: 600;
  line-height: 1.68;
}

.feature-card .text-link {
  grid-column: 2;
  align-self: end;
  margin-top: .4rem;
}

.history-section {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
  padding: 0 0 clamp(4.5rem, 7vw, 7.8rem);
}

.history-section::before,
.history-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.history-section::before {
  top: -2rem;
  left: -2.4rem;
  z-index: -1;
  width: clamp(126px, 13vw, 214px);
  height: clamp(126px, 13vw, 214px);
  background:
    url("../images/common/bubble03.png") center / contain no-repeat,
    radial-gradient(circle, rgba(210, 247, 255, .78), rgba(255, 255, 255, 0) 68%);
  opacity: .68;
}

.history-section::after {
  left: clamp(.6rem, 3vw, 3rem);
  right: auto;
  bottom: clamp(3.6rem, 6vw, 6rem);
  z-index: 2;
  width: clamp(50px, 5vw, 86px);
  height: clamp(92px, 9vw, 150px);
  background: url("../images/common/kai01.png") center / contain no-repeat;
  opacity: .72;
  transform: rotate(24deg);
}

.history-card {
  position: relative;
  overflow: hidden;
  display: grid;
  padding: clamp(1.5rem, 2.4vw, 2.5rem) clamp(1.2rem, 2.8vw, 3rem) clamp(1.4rem, 2.4vw, 2.4rem);
  background:
    radial-gradient(circle at 3% 7%, rgba(221, 250, 255, .86), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 96% 13%, rgba(208, 247, 255, .82), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(246, 253, 255, .98)),
    #fff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow:
    0 22px 42px rgba(22, 104, 189, .12),
    inset 0 0 0 4px rgba(229, 249, 255, .74);
}

.history-card::before {
  position: absolute;
  top: .85rem;
  right: 1.2rem;
  width: clamp(130px, 18vw, 280px);
  height: clamp(54px, 7vw, 96px);
  content: "";
  background:
    radial-gradient(circle at 9% 54%, rgba(73, 186, 223, .52) 0 5px, transparent 6px),
    radial-gradient(circle at 22% 42%, rgba(73, 186, 223, .42) 0 4px, transparent 5px),
    radial-gradient(circle at 38% 57%, rgba(73, 186, 223, .34) 0 3px, transparent 4px),
    linear-gradient(160deg, transparent 0 43%, rgba(91, 192, 227, .34) 44% 49%, transparent 50% 100%);
  opacity: .8;
  pointer-events: none;
}

.history-card__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: clamp(1rem, 2vw, 2rem);
  margin-bottom: clamp(1.6rem, 2.6vw, 2.6rem);
}

.history-title {
  margin: 0;
  color: var(--color-blue-deep);
  font-size: clamp(1.65rem, 2.3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .04em;
}

.history-card__heading p {
  margin: 0;
  color: #214a76;
  font-size: clamp(.9rem, 1vw, 1.05rem);
  font-weight: 600;
  line-height: 1.7;
}

.history-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(.85rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-timeline::before {
  position: absolute;
  top: clamp(2.2rem, 3.2vw, 3.2rem);
  right: 4%;
  left: 4%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(95, 183, 232, 0), rgba(95, 183, 232, .9), rgba(95, 183, 232, 0));
}

.history-item {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: .58rem;
  min-width: 0;
  text-align: center;
}

.history-item::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: clamp(1.82rem, 2.75vw, 2.75rem);
  content: "";
  background: #fff;
  border: 4px solid #60b9eb;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(202, 242, 255, .86);
  order: 2;
}

.history-item__year {
  order: 1;
  margin: 0;
  color: var(--color-blue-deep);
  font-size: clamp(1.25rem, 1.6vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}

.history-item__text {
  order: 3;
  min-height: 3.45em;
  margin: 0;
  color: #163a61;
  font-size: clamp(.78rem, .9vw, .96rem);
  font-weight: 600;
  line-height: 1.55;
}

.history-item img {
  order: 4;
  width: min(100%, 188px);
  aspect-ratio: 4 / 3;
  margin-top: .2rem;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #f6fdff 0%, #dff7ff 100%);
  border: 4px solid rgba(255, 255, 255, .94);
  box-shadow: 0 12px 24px rgba(22, 104, 189, .14);
}

.history-card__link {
  position: relative;
  z-index: 2;
  justify-self: end;
  margin-top: clamp(1.2rem, 2vw, 2rem);
}

.terms-section {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
  padding: 0 0 clamp(4.5rem, 7vw, 7.8rem);
}

.terms-section::before,
.terms-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.terms-section::before {
  top: clamp(-1.5rem, -2vw, -.75rem);
  right: clamp(2rem, 7vw, 7rem);
  z-index: -1;
  width: clamp(132px, 15vw, 238px);
  height: clamp(70px, 8vw, 126px);
  background:
    radial-gradient(circle at 18% 52%, rgba(83, 190, 224, .55) 0 5px, transparent 6px),
    radial-gradient(circle at 38% 37%, rgba(83, 190, 224, .42) 0 4px, transparent 5px),
    linear-gradient(150deg, transparent 0 44%, rgba(78, 184, 221, .32) 45% 50%, transparent 51% 100%);
  opacity: .7;
}

.terms-section::after {
  left: clamp(-1.4rem, -1vw, -.35rem);
  bottom: clamp(2.2rem, 4vw, 4.4rem);
  z-index: -1;
  width: clamp(140px, 15vw, 248px);
  height: clamp(78px, 8vw, 130px);
  background:
    radial-gradient(ellipse at 20% 48%, rgba(255, 111, 74, .14), transparent 44%),
    linear-gradient(160deg, transparent 0 43%, rgba(85, 190, 224, .24) 44% 50%, transparent 51% 100%);
  opacity: .78;
}

.terms-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  grid-template-areas:
    "heading list"
    "link link";
  align-items: start;
  gap: clamp(.85rem, 1.15vw, 1.35rem) clamp(1rem, 1.45vw, 1.8rem);
  padding: clamp(1.4rem, 2.4vw, 2.3rem) clamp(1.2rem, 2.6vw, 2.8rem) clamp(1.25rem, 2vw, 1.8rem);
  background:
    radial-gradient(circle at 1% 8%, rgba(218, 250, 255, .9), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 98% 86%, rgba(211, 247, 255, .82), rgba(255, 255, 255, 0) 23%),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(247, 254, 255, .98)),
    #fff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow:
    0 22px 42px rgba(22, 104, 189, .12),
    inset 0 0 0 4px rgba(229, 249, 255, .7);
}

.terms-card::before {
  position: absolute;
  right: clamp(8rem, 14vw, 15rem);
  bottom: -.25rem;
  width: clamp(76px, 8vw, 126px);
  height: clamp(52px, 5.5vw, 86px);
  content: "";
  background:
    radial-gradient(circle at 18% 58%, rgba(84, 183, 219, .68) 0 4px, transparent 5px),
    radial-gradient(circle at 40% 44%, rgba(84, 183, 219, .52) 0 3px, transparent 4px),
    radial-gradient(circle at 62% 62%, rgba(84, 183, 219, .42) 0 3px, transparent 4px);
  opacity: .78;
  pointer-events: none;
}

.terms-card::after {
  position: absolute;
  right: clamp(.9rem, 1.8vw, 1.8rem);
  bottom: clamp(.55rem, .9vw, .9rem);
  width: clamp(70px, 6.5vw, 110px);
  height: clamp(34px, 3.5vw, 54px);
  content: "";
  background:
    radial-gradient(circle at 10% 50%, rgba(57, 180, 217, .62) 0 3px, transparent 4px),
    radial-gradient(circle at 28% 36%, rgba(57, 180, 217, .48) 0 3px, transparent 4px),
    radial-gradient(circle at 48% 56%, rgba(57, 180, 217, .38) 0 2px, transparent 3px),
    linear-gradient(150deg, transparent 0 42%, rgba(66, 178, 216, .28) 43% 50%, transparent 51% 100%);
  opacity: .74;
  pointer-events: none;
}

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

.terms-illustration--squid {
  top: clamp(.7rem, 1vw, 1rem);
  right: clamp(5.6rem, 7vw, 8.2rem);
  width: clamp(44px, 3.8vw, 62px);
  height: clamp(66px, 5.2vw, 86px);
  opacity: .54;
  transform: rotate(13deg);
}

.terms-illustration--squid::before,
.terms-illustration--squid::after,
.terms-illustration--shell::before,
.terms-illustration--shell::after,
.terms-illustration--cone::before,
.terms-illustration--cone::after {
  position: absolute;
  content: "";
}

.terms-illustration--squid::before {
  inset: 0 14% 26%;
  background:
    radial-gradient(circle at 40% 36%, rgba(255, 255, 255, .92) 0 2px, transparent 3px),
    radial-gradient(circle at 60% 36%, rgba(255, 255, 255, .92) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(111, 205, 229, .9), rgba(33, 143, 190, .72));
  clip-path: polygon(50% 0, 82% 34%, 64% 100%, 36% 100%, 18% 34%);
  filter: drop-shadow(0 8px 10px rgba(24, 123, 176, .12));
}

.terms-illustration--squid::after {
  right: 8%;
  bottom: 0;
  left: 8%;
  height: 36%;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(43, 151, 196, .58) 9% 12%, transparent 13% 28%, rgba(43, 151, 196, .48) 29% 32%, transparent 33% 47%, rgba(43, 151, 196, .54) 48% 52%, transparent 53% 67%, rgba(43, 151, 196, .48) 68% 71%, transparent 72% 87%, rgba(43, 151, 196, .58) 88% 91%, transparent 92% 100%);
  border-bottom: 2px solid rgba(43, 151, 196, .4);
  border-radius: 0 0 60% 60%;
}

.terms-illustration--shell {
  left: clamp(1rem, 2vw, 2.2rem);
  bottom: clamp(.65rem, 1vw, 1rem);
  width: clamp(62px, 5vw, 86px);
  height: clamp(52px, 4.4vw, 72px);
  opacity: .52;
  transform: rotate(-2deg);
}

.terms-illustration--shell::before {
  inset: 2% 5% 18%;
  background:
    repeating-conic-gradient(from -38deg at 50% 96%, rgba(24, 131, 187, .34) 0deg 4deg, transparent 4deg 12deg),
    linear-gradient(180deg, rgba(218, 249, 255, .95), rgba(96, 196, 227, .58));
  border: 2px solid rgba(74, 181, 220, .4);
  border-bottom: 0;
  border-radius: 70% 70% 34% 34% / 92% 92% 38% 38%;
  clip-path: polygon(50% 0, 64% 13%, 78% 12%, 90% 31%, 95% 54%, 84% 86%, 16% 86%, 5% 54%, 10% 31%, 22% 12%, 36% 13%);
  filter: drop-shadow(0 9px 12px rgba(24, 123, 176, .11));
}

.terms-illustration--shell::after {
  right: 20%;
  bottom: 8%;
  left: 20%;
  height: 12%;
  background: rgba(74, 181, 220, .42);
  border-radius: 999px;
}

.terms-illustration--cone {
  top: clamp(.85rem, 1.15vw, 1.2rem);
  left: clamp(12rem, 17vw, 20rem);
  width: clamp(48px, 4vw, 68px);
  height: clamp(54px, 4.4vw, 76px);
  opacity: .62;
  transform: rotate(-9deg);
}

.terms-illustration--cone::before {
  inset: 0 18% 17%;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(255, 255, 255, .86) 25% 41%, transparent 42% 100%),
    linear-gradient(180deg, rgba(255, 137, 104, .94), rgba(232, 74, 48, .76));
  clip-path: polygon(50% 0, 90% 100%, 10% 100%);
  filter: drop-shadow(0 8px 10px rgba(184, 86, 59, .11));
}

.terms-illustration--cone::after {
  right: 2%;
  bottom: 0;
  left: 2%;
  height: 22%;
  background: linear-gradient(180deg, rgba(255, 158, 128, .88), rgba(234, 87, 58, .7));
  border-radius: 2px;
}

.terms-card__heading {
  position: relative;
  z-index: 2;
  grid-area: heading;
  align-self: center;
  min-width: 0;
}

.terms-title {
  margin: 0 0 .5rem;
  color: var(--color-blue-deep);
  font-size: clamp(1.65rem, 2.3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .04em;
}

.terms-card__heading p {
  margin: 0;
  color: #214a76;
  font-size: clamp(.82rem, .9vw, .98rem);
  font-weight: 600;
  line-height: 1.65;
  white-space: nowrap;
}

.terms-list {
  position: relative;
  z-index: 2;
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(4, minmax(185px, 1fr));
  gap: clamp(.9rem, 1.35vw, 1.55rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.terms-item {
  display: grid;
  grid-template-columns: clamp(72px, 5vw, 92px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(.7rem, 1vw, 1rem);
  min-width: 0;
}

.terms-item img {
  margin-top: .1rem;
  width: clamp(72px, 5vw, 92px);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border: 3px solid rgba(175, 230, 246, .9);
  border-radius: 50%;
  box-shadow:
    0 12px 22px rgba(22, 104, 189, .14),
    inset 0 0 0 5px rgba(255, 255, 255, .82);
}

.terms-item__body {
  min-width: 0;
}

.terms-item h3 {
  margin: 0 0 .28rem;
  color: var(--color-blue-deep);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .03em;
  white-space: nowrap;
}

.terms-item p {
  margin: 0;
  color: #214a76;
  font-size: clamp(.75rem, .82vw, .9rem);
  font-weight: 600;
  line-height: 1.55;
}

.terms-card__link {
  position: relative;
  z-index: 2;
  grid-area: link;
  justify-self: end;
  align-self: end;
  white-space: nowrap;
}

.info-section {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
  padding: 0 0 clamp(4.5rem, 7vw, 7.8rem);
}

.info-section::before,
.info-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.info-section::before {
  top: clamp(-2.4rem, -2vw, -1rem);
  left: clamp(-2.8rem, -2vw, -.6rem);
  z-index: -1;
  width: clamp(136px, 13vw, 226px);
  height: clamp(136px, 13vw, 226px);
  background:
    url("../images/common/bubble02.png") center / contain no-repeat,
    radial-gradient(circle, rgba(210, 247, 255, .72), rgba(255, 255, 255, 0) 68%);
  opacity: .62;
}

.info-section::after {
  right: clamp(-1rem, 3vw, 3.6rem);
  bottom: clamp(1.4rem, 4vw, 4.4rem);
  z-index: -1;
  width: clamp(118px, 12vw, 210px);
  height: clamp(76px, 8vw, 126px);
  background:
    radial-gradient(circle at 12% 50%, rgba(87, 191, 224, .5) 0 5px, transparent 6px),
    radial-gradient(circle at 31% 35%, rgba(87, 191, 224, .36) 0 4px, transparent 5px),
    linear-gradient(150deg, transparent 0 42%, rgba(69, 181, 219, .25) 43% 50%, transparent 51% 100%);
  opacity: .75;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2.4rem);
}

.info-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(132px, 1fr) auto;
  gap: clamp(.55rem, .85vw, .85rem);
  min-height: clamp(292px, 21vw, 350px);
  padding: clamp(1.15rem, 1.55vw, 1.65rem);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(22, 104, 189, .13);
}

.info-card::before,
.info-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.info-card__content {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
}

.info-card__title {
  margin: 0 0 .35rem;
  color: var(--color-blue-deep);
  font-size: clamp(1.18rem, 1.25vw, 1.55rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: .03em;
  white-space: nowrap;
}

.info-card__content p {
  margin: 0;
  color: #12385f;
  font-size: clamp(.78rem, .82vw, .92rem);
  font-weight: 600;
  line-height: 1.55;
}

.info-card__link {
  position: relative;
  z-index: 5;
  justify-self: end;
  align-self: end;
  margin-top: .1rem;
}

.info-card__visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
}

.info-card--faq {
  background:
    radial-gradient(circle at 92% 82%, rgba(200, 247, 255, .9), rgba(255, 255, 255, 0) 25%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 253, 255, .98));
}

.info-card--faq::before {
  right: -1rem;
  bottom: -.7rem;
  width: clamp(82px, 8vw, 140px);
  height: clamp(82px, 8vw, 140px);
  background: url("../images/common/bubble05.png") center / contain no-repeat;
  opacity: .65;
}

.info-card__visual--faq {
  min-height: clamp(132px, 10vw, 170px);
}

.info-card__image--faq {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 78%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  opacity: .96;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .82) 18%, #000 42%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .82) 18%, #000 42%);
}

.faq-bubbles {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
  color: #35a9dc;
  font-size: clamp(.72rem, .82vw, .9rem);
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  pointer-events: none;
}

.faq-bubbles li {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 58px;
  min-height: 42px;
  padding: .34rem .55rem;
  text-align: center;
  background: rgba(255, 255, 255, .86);
  border: 2px solid rgba(107, 205, 235, .55);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(31, 126, 209, .1);
}

.faq-bubbles li:nth-child(1) {
  top: 8%;
  left: 7%;
}

.faq-bubbles li:nth-child(2) {
  top: 56%;
  left: 9%;
}

.faq-bubbles li:nth-child(3) {
  top: 44%;
  right: 7%;
}

.faq-bubbles li:nth-child(4) {
  top: 11%;
  right: 13%;
}

.faq-mark {
  position: absolute;
  top: 3%;
  right: 35%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(42px, 3.7vw, 62px);
  aspect-ratio: 1;
  color: #137fc7;
  font-size: clamp(1.55rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  background: radial-gradient(circle at 36% 28%, #dffbff, #76d6f0 72%);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(31, 126, 209, .16);
}

.info-card--live,
.info-card--skeleton {
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(67, 171, 221, .22), rgba(8, 38, 66, 0) 25%),
    linear-gradient(135deg, #083556 0%, #051e36 62%, #082743 100%);
  border-color: rgba(91, 196, 232, .22);
  box-shadow: 0 20px 38px rgba(5, 31, 56, .22);
}

.info-card--live::before,
.info-card--skeleton::before {
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(88, 202, 236, .16), transparent 18%),
    linear-gradient(110deg, transparent 0 44%, rgba(103, 208, 236, .08) 45% 52%, transparent 53% 100%);
  opacity: .9;
}

.info-card--live .info-card__content,
.info-card--skeleton .info-card__content {
  width: 100%;
}

.info-card--live .info-card__title,
.info-card--skeleton .info-card__title,
.info-card--live .info-card__content p,
.info-card--skeleton .info-card__content p {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .18);
}

.live-badge {
  position: absolute;
  top: clamp(-.75rem, -1vw, -.4rem);
  right: clamp(-.65rem, -1vw, -.35rem);
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(52px, 4.3vw, 66px);
  aspect-ratio: 1;
  color: #fff;
  font-size: clamp(.72rem, .82vw, .92rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background: linear-gradient(180deg, #5baded, #237bc9);
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(0, 0, 0, .2);
}

.live-preview {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 390px);
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #061524;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, .25);
}

.live-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

.live-preview__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  background:
    radial-gradient(circle at 9% 50%, #e8f5ff 0 4px, transparent 5px),
    linear-gradient(90deg, rgba(255, 255, 255, .85) 0 18%, rgba(255, 255, 255, .35) 18% 19%, transparent 20% 100%),
    rgba(4, 16, 28, .78);
}

.info-card--skeleton::after {
  right: -2rem;
  bottom: -2rem;
  width: clamp(140px, 14vw, 240px);
  height: clamp(140px, 14vw, 240px);
  background: radial-gradient(circle, rgba(71, 180, 224, .16), transparent 66%);
}

.info-card__visual--skeleton {
  display: grid;
  align-items: center;
  min-height: clamp(122px, 9vw, 160px);
}

.skeleton-image {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  justify-self: end;
  width: min(92%, 440px);
  height: auto;
  filter: drop-shadow(0 13px 20px rgba(0, 0, 0, .28));
}

.skeleton-orbit {
  position: absolute;
  left: 0;
  bottom: clamp(.4rem, .8vw, .8rem);
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(58px, 5vw, 78px);
  aspect-ratio: 1;
  color: #fff;
  font-size: clamp(.9rem, 1vw, 1.05rem);
  font-weight: 700;
  border: 3px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  opacity: .94;
}

.skeleton-orbit::before,
.skeleton-orbit::after {
  position: absolute;
  inset: 9px -5px;
  content: "";
  border: 2px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
}

.skeleton-orbit::before {
  transform: rotate(34deg);
}

.skeleton-orbit::after {
  transform: rotate(-34deg);
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(1rem, 2vw, 2.4rem);
  padding: clamp(2.6rem, 5vw, 5.2rem) 0 0;
  color: var(--color-blue-deep);
  background:
    radial-gradient(circle at 22% 12%, rgba(210, 247, 255, .8), rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 80% 24%, rgba(227, 250, 255, .78), rgba(255, 255, 255, 0) 17%),
    linear-gradient(180deg, #fff 0%, #f5fdff 78%, #dff8ff 100%);
}

.site-footer::before,
.site-footer::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.site-footer::before {
  right: -4rem;
  bottom: clamp(3.2rem, 5vw, 5rem);
  width: clamp(150px, 18vw, 290px);
  height: clamp(150px, 18vw, 290px);
  background: url("../images/common/bubble04.png") center / contain no-repeat;
  opacity: .32;
}

.site-footer::after {
  left: -2.8rem;
  bottom: clamp(7rem, 11vw, 12rem);
  width: clamp(110px, 12vw, 210px);
  height: clamp(110px, 12vw, 210px);
  background: url("../images/common/bubble02.png") center / contain no-repeat;
  opacity: .36;
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 1.2fr) minmax(270px, 1fr);
  align-items: start;
  gap: clamp(1.6rem, 4vw, 5rem);
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
  padding-bottom: clamp(2.2rem, 4vw, 4rem);
}

.site-footer__brand p,
.footer-social p {
  margin: 0 0 .55rem;
  color: var(--color-blue-deep);
  font-size: clamp(.82rem, .9vw, .96rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
}

.site-footer__brand a {
  display: inline-flex;
  align-items: center;
  transition: opacity .2s ease, transform .2s ease;
}

.site-footer__brand a:hover,
.site-footer__brand a:focus-visible {
  opacity: .78;
  transform: translateY(-1px);
}

.site-footer__brand img {
  display: block;
  width: clamp(128px, 13vw, 188px);
  height: auto;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 64px;
  border-right: 1px solid rgba(65, 171, 220, .22);
  border-left: 1px solid rgba(65, 171, 220, .22);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45em;
  min-height: 48px;
  padding: .45rem 1rem;
  color: #19598d;
  font-size: clamp(.78rem, .86vw, .92rem);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}

.footer-links a span {
  white-space: nowrap;
}

.footer-links a::after {
  flex: 0 0 auto;
  display: block;
  width: .45em;
  height: .45em;
  content: "";
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--color-blue-deep);
  background: rgba(228, 249, 255, .58);
}

.footer-social {
  justify-self: end;
}

.footer-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(.45rem, .75vw, .72rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(34px, 3vw, 42px);
  aspect-ratio: 1;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 9px 16px rgba(22, 104, 189, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(22, 104, 189, .2);
}

.social-icon--x {
  background: #050505;
}

.social-icon--instagram {
  background:
    radial-gradient(circle at 28% 76%, #ffd36c 0 14%, transparent 15%),
    radial-gradient(circle at 74% 23%, #5b69ff 0 17%, transparent 18%),
    linear-gradient(135deg, #7d48ff 0%, #e3318f 48%, #ff7a37 100%);
}

.social-icon--youtube {
  background: #f00;
}

.social-icon--tiktok {
  background: #050505;
}

.social-icon--facebook {
  background: #1877f2;
}

.social-icon img {
  display: block;
  width: 56%;
  height: 56%;
  object-fit: contain;
}

.social-icon--youtube img {
  width: 62%;
}

.social-icon--facebook img {
  width: 60%;
  height: 60%;
}

.site-footer__sea {
  position: relative;
  z-index: 1;
  min-height: clamp(130px, 14vw, 220px);
  background:
    radial-gradient(circle at 7% 54%, rgba(255, 255, 255, .9) 0 10px, transparent 11px),
    radial-gradient(circle at 26% 44%, rgba(255, 255, 255, .84) 0 8px, transparent 9px),
    radial-gradient(circle at 51% 60%, rgba(255, 255, 255, .9) 0 13px, transparent 14px),
    radial-gradient(circle at 88% 42%, rgba(255, 255, 255, .84) 0 8px, transparent 9px),
    linear-gradient(160deg, transparent 0 42%, rgba(185, 244, 255, .72) 43% 58%, transparent 59% 100%),
    linear-gradient(177deg, transparent 0 30%, rgba(180, 242, 255, .86) 31% 100%);
}

.site-footer__sea::before,
.site-footer__sea::after {
  position: absolute;
  right: -6%;
  bottom: 18%;
  left: -6%;
  height: 86%;
  content: "";
  background: rgba(178, 239, 251, .78);
  border-radius: 50% 50% 0 0 / 42% 45% 0 0;
  transform: rotate(-3deg);
  transform-origin: center bottom;
}

.site-footer__sea::after {
  right: -8%;
  bottom: -1%;
  left: -5%;
  height: 76%;
  background: rgba(152, 229, 247, .78);
  transform: rotate(2deg);
}

.footer-kelp,
.footer-shell,
.footer-fish {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.footer-kelp {
  width: clamp(38px, 4vw, 74px);
  height: clamp(90px, 10vw, 170px);
  background:
    linear-gradient(105deg, transparent 0 45%, rgba(35, 160, 178, .7) 47% 51%, transparent 53% 100%),
    radial-gradient(ellipse at 32% 36%, rgba(57, 197, 174, .48) 0 20%, transparent 22%),
    radial-gradient(ellipse at 68% 47%, rgba(62, 174, 206, .48) 0 18%, transparent 20%),
    radial-gradient(ellipse at 34% 68%, rgba(57, 197, 174, .42) 0 17%, transparent 19%);
  border-radius: 50%;
}

.footer-kelp--left {
  left: 23%;
  bottom: 24%;
}

.footer-kelp--right {
  right: 20%;
  bottom: 18%;
  transform: scaleX(-1) rotate(-6deg);
}

.footer-shell {
  left: 26%;
  bottom: 30%;
  width: clamp(30px, 3vw, 52px);
  height: clamp(28px, 3vw, 48px);
  background: url("../images/common/kai01.png") center / contain no-repeat;
  opacity: .72;
  transform: rotate(-18deg);
}

.footer-fish {
  width: clamp(54px, 6vw, 100px);
  height: clamp(24px, 2.6vw, 42px);
  background:
    radial-gradient(ellipse at 12% 50%, rgba(61, 171, 211, .54) 0 12%, transparent 13%),
    radial-gradient(ellipse at 34% 44%, rgba(61, 171, 211, .5) 0 13%, transparent 14%),
    radial-gradient(ellipse at 58% 52%, rgba(61, 171, 211, .46) 0 12%, transparent 13%),
    radial-gradient(ellipse at 82% 46%, rgba(61, 171, 211, .42) 0 11%, transparent 12%);
  opacity: .75;
}

.footer-fish--left {
  left: 5%;
  bottom: 68%;
}

.footer-fish--right {
  right: 11%;
  bottom: 62%;
  transform: scaleX(-1);
}

.site-footer__copyright {
  position: absolute;
  right: 0;
  bottom: clamp(.85rem, 1.3vw, 1.35rem);
  left: 0;
  z-index: 4;
  margin: 0;
  color: #1977b7;
  font-size: clamp(.62rem, .7vw, .78rem);
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1180px) {
  main {
    background-position:
      left 4vw top calc(730px + 4.8rem),
      left 28vw top calc(730px + 3.1rem),
      right 6vw top calc(730px + 8rem),
      left 1vw top calc(730px + 34rem);
  }

  .site-header__inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .global-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    padding: 1rem;
    background: rgba(255, 255, 255, .97);
    border: 1px solid var(--color-line);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
  }

  .global-nav.is-open {
    display: block;
  }

  .global-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem 1rem;
    white-space: normal;
  }

  .hero {
    min-height: 720px;
  }

  .hero__back img {
    object-position: center bottom;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 1rem;
    min-height: 720px;
    padding-top: 2.5rem;
  }

  .hero__content {
    max-width: 640px;
    padding-left: 0;
  }

  .hero__visual {
    min-height: 450px;
    justify-self: center;
  }

  .profile-card {
    --profile-visual-height: 300px;
  }

  .profile-card__photo {
    width: 50%;
  }

  .profile-card__facts {
    width: 60%;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card:last-child {
    grid-column: 1 / -1;
  }

  .feature-card:last-child .feature-card__media {
    min-height: 260px;
  }

  .history-card__heading {
    display: grid;
    gap: .55rem;
  }

  .history-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem 1.4rem;
  }

  .history-timeline::before {
    content: none;
  }

  .history-item::before {
    margin-top: .1rem;
  }

  .terms-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "list"
      "link";
    padding-right: clamp(1.2rem, 2.6vw, 2.8rem);
  }

  .terms-card__heading {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .terms-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-card__link {
    justify-self: end;
  }

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-card--skeleton {
    grid-column: 1 / -1;
  }

  .skeleton-image {
    width: min(58%, 560px);
  }

  .site-footer__inner {
    grid-template-columns: 1fr minmax(280px, 1fr);
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 3;
  }

  .footer-social {
    justify-self: end;
  }
}

@media (max-width: 980px) {
  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-card--skeleton {
    grid-column: auto;
  }

  .info-card {
    min-height: 292px;
  }

  .info-card__content,
  .info-card--live .info-card__content,
  .info-card--skeleton .info-card__content {
    width: 100%;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    width: min(100% - 28px, 720px);
    text-align: center;
  }

  .site-footer__brand,
  .footer-social {
    justify-self: center;
  }

  .footer-links {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .footer-social__list {
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .site-header__inner {
    width: min(100% - 28px, var(--content-max));
    min-height: 66px;
  }

  .ticket-button {
    min-width: 52px;
    width: 52px;
    padding: .6rem;
  }

  .ticket-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .hero {
    min-height: 720px;
  }

  .hero__inner {
    width: min(100% - 28px, var(--content-max));
    min-height: 720px;
    padding-bottom: 5.5rem;
  }

  .hero__logo {
    width: min(92vw, 560px);
  }

  .hero__eyebrow {
    font-size: .8rem;
  }

  .hero__lead {
    margin-left: 0;
    font-size: clamp(1.12rem, 5vw, 1.5rem);
  }

  .hero__lead-line:first-child {
    white-space: normal;
  }

  .hero__visual {
    width: min(100%, 720px);
    min-height: 405px;
  }

  .hero__otter--mei {
    left: 2%;
    width: min(46%, 330px);
  }

  .hero__otter--kira {
    right: 2%;
    width: min(50%, 370px);
  }

  .hero__label--mei {
    top: 2%;
    left: 2%;
  }

  .hero__label--kira {
    top: 3%;
    right: 0;
  }

  .profile-section {
    width: min(100% - 28px, 720px);
  }

  .profile-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .profile-card {
    --profile-visual-height: 340px;
  }

  .feature-section {
    width: min(100% - 28px, 720px);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card:last-child {
    grid-column: auto;
  }

  .history-section {
    width: min(100% - 28px, 720px);
  }

  .history-card {
    padding: 1.4rem 1rem 1.25rem;
  }

  .history-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-section {
    width: min(100% - 28px, 720px);
  }

  .terms-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "list"
      "link";
    padding: 1.4rem 1rem 1.2rem;
  }

  .terms-card__link {
    justify-self: end;
  }

  .info-section {
    width: min(100% - 28px, 720px);
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-card--skeleton {
    grid-column: auto;
  }

  .info-card {
    min-height: 292px;
  }

  .info-card__content,
  .info-card--live .info-card__content,
  .info-card--skeleton .info-card__content {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .global-nav__list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 680px;
  }

  .hero__inner {
    min-height: 680px;
    padding-top: 2rem;
  }

  .hero__visual {
    min-height: 330px;
  }

  .hero__otter {
    bottom: -1.2rem;
  }

  .hero__label {
    width: 74px;
  }

  .profile-card__visual {
    display: grid;
    gap: .95rem;
    min-height: 0;
    padding: 1rem 1rem 1.15rem;
    overflow: hidden;
  }

  .profile-card__name {
    top: -.8rem;
    left: -.75rem;
    width: 108px;
  }

  .profile-card__visual picture {
    display: block;
    width: 100%;
  }

  .profile-card__photo {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: min(88%, 360px);
    max-height: none;
    margin: clamp(2.7rem, 10vw, 3.8rem) auto 0;
    transform: none;
    object-position: center bottom;
  }

  .profile-card--mei .profile-card__photo,
  .profile-card--kira .profile-card__photo {
    left: auto;
    transform: none;
  }

  .profile-card--mei .profile-card__photo {
    width: min(92%, 390px);
  }

  .profile-card--kira .profile-card__photo {
    width: min(78%, 330px);
  }

  .profile-card__facts {
    width: 100%;
    margin: 0;
    font-size: .86rem;
  }

  .profile-card__facts div {
    grid-template-columns: 84px 1fr;
  }

  .profile-card__body {
    grid-template-columns: 1fr;
    gap: .75rem;
    padding: 1.25rem;
  }

  .text-link {
    justify-self: end;
  }

  .section-title {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .feature-card {
    grid-template-rows: auto 1fr;
  }

  .feature-card__body {
    grid-template-columns: 1fr;
  }

  .feature-card .text-link {
    grid-column: auto;
    justify-self: end;
  }

  .feature-card__badges span,
  .feature-schedule span {
    min-width: 50px;
    min-height: 50px;
    font-size: .74rem;
  }

  .history-timeline {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .history-item {
    grid-template-columns: 74px 1fr;
    justify-items: start;
    gap: .25rem 1rem;
    text-align: left;
  }

  .history-item::before {
    grid-column: 1;
    grid-row: 1 / 3;
    justify-self: center;
    align-self: center;
    order: initial;
  }

  .history-item__year {
    grid-column: 2;
    order: initial;
  }

  .history-item__text {
    grid-column: 2;
    min-height: 0;
    order: initial;
  }

  .history-item img {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 260px);
    order: initial;
  }

  .terms-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .terms-item {
    grid-template-columns: 74px 1fr;
  }

  .terms-item img {
    width: 74px;
  }

  .info-card {
    min-height: 340px;
    padding: 1.25rem 1rem 1.1rem;
  }

  .info-card__content,
  .info-card--live .info-card__content,
  .info-card--skeleton .info-card__content {
    width: 100%;
  }

  .info-card__title {
    font-size: clamp(1.08rem, 5vw, 1.38rem);
  }

  .info-card__visual--faq {
    min-height: 178px;
  }

  .info-card__image--faq {
    width: 100%;
    height: 100%;
    object-position: 50% 58%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .84) 24%, #000 48%);
    mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .84) 24%, #000 48%);
  }

  .faq-bubbles li:nth-child(1) {
    top: 8%;
    left: 5%;
  }

  .faq-bubbles li:nth-child(2) {
    top: 57%;
    left: 6%;
  }

  .faq-bubbles li:nth-child(3) {
    top: 51%;
    right: 5%;
  }

  .faq-bubbles li:nth-child(4) {
    top: 9%;
    right: 7%;
  }

  .faq-mark {
    top: 3%;
    right: 36%;
  }

  .live-preview {
    width: 100%;
    right: auto;
    bottom: auto;
  }

  .live-badge {
    top: -.55rem;
    right: -.45rem;
    bottom: auto;
    width: 58px;
  }

  .skeleton-image {
    right: auto;
    bottom: auto;
    width: 108%;
  }

  .skeleton-orbit {
    left: 1rem;
    bottom: .9rem;
  }

  .site-footer {
    padding-top: 2.4rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(65, 171, 220, .22);
    border-bottom: 1px solid rgba(65, 171, 220, .22);
  }

  .footer-links a + a {
    border-top: 1px solid rgba(65, 171, 220, .16);
  }

  .site-footer__sea {
    min-height: 150px;
  }

  .footer-kelp--left {
    left: 14%;
  }

  .footer-kelp--right {
    right: 11%;
  }

  .footer-shell {
    left: 20%;
  }

  .footer-fish--left {
    left: -2%;
  }

  .footer-fish--right {
    right: -1%;
  }
}
