body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

#owl-renewal-page {
  --owl-bg: #ffffff;
  --owl-blue-50: #e7f5fc;
  --owl-pink-50: #fad8e8;
  --owl-yellow-50: #fcf8b0;

  --owl-blue-500: #3fa7dc;
  --owl-pink-500: #e062a8;
  --owl-yellow-500: #e6d100;

  --owl-text: #0c0c0c;
  --owl-sub: #4d4d4d;

  --owl-line: rgba(63, 167, 220, 0.14);
  --owl-line-strong: rgba(170, 180, 188, 0.45);

  --owl-shadow-sm: 0 10px 24px rgba(12, 12, 12, 0.05);
  --owl-shadow-md: 0 20px 48px rgba(12, 12, 12, 0.08);
  --owl-shadow-lg: 0 30px 60px rgba(12, 12, 12, 0.1);

  --owl-radius-sm: 14px;
  --owl-radius-md: 20px;
  --owl-radius-lg: 28px;

  --owl-container: min(1200px, calc(100% - 48px));

  background: var(--owl-bg);
  color: var(--owl-text);
  font-family: "Noto Sans JP", "Hitachi Sans", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#owl-renewal-page,
#owl-renewal-page * {
  box-sizing: border-box;
}

#owl-renewal-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

#owl-renewal-page a {
  color: inherit;
  text-decoration: none;
}

#owl-renewal-page .owl-container {
  width: var(--owl-container);
  margin: 0 auto;
}

#owl-renewal-page .owl-section {
  position: relative;
  padding: 108px 0;
}

#owl-renewal-page .owl-section--blue {
  background:
    linear-gradient(180deg, rgba(231, 245, 252, 0.88) 0%, rgba(255, 255, 255, 1) 100%);
}

#owl-renewal-page .owl-section--pink {
  background:
    linear-gradient(180deg, rgba(250, 216, 232, 0.62) 0%, rgba(255, 255, 255, 1) 100%);
}

#owl-renewal-page .owl-section--yellow {
  background:
    linear-gradient(180deg, rgba(252, 248, 176, 0.42) 0%, rgba(255, 255, 255, 1) 100%);
}

#owl-renewal-page .owl-section--cta {
  padding-top: 56px;
  padding-bottom: 112px;
}

#owl-renewal-page .owl-section-header {
  max-width: 880px;
  margin-bottom: 44px;
}

#owl-renewal-page .owl-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: #aab4bc;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(170, 180, 188, 0.18);
}

#owl-renewal-page .owl-section-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.24;
  letter-spacing: -0.02em;
  color: var(--owl-text);
}

#owl-renewal-page .owl-section-lead {
  margin: 0;
  color: var(--owl-sub);
  font-size: 1.03rem;
  line-height: 1.9;
}

#owl-renewal-page .owl-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--owl-line-strong);
  border-radius: var(--owl-radius-md);
  box-shadow: var(--owl-shadow-sm);
  backdrop-filter: blur(6px);
}

#owl-renewal-page .owl-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(231, 245, 252, 1) 0%, rgba(231, 245, 252, 0.92) 18%, transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(250, 216, 232, 0.92) 0%, rgba(250, 216, 232, 0.82) 16%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 176, 0.14) 100%);
}

#owl-renewal-page .owl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.18) 56%, rgba(255, 255, 255, 0.08) 100%);
  pointer-events: none;
}

#owl-renewal-page .owl-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(320px, 4fr);
  gap: 44px;
  align-items: center;
  min-height: 780px;
  padding: 88px 0;
}

#owl-renewal-page .owl-hero__content {
  max-width: 820px;
}

#owl-renewal-page .owl-eyebrow {
  margin: 0 0 14px;
  color: rgba(12, 12, 12, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#owl-renewal-page .owl-title {
  margin: 0 0 24px;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: var(--owl-text);
}

#owl-renewal-page .owl-lead {
  max-width: 34em;
  margin: 0;
  color: var(--owl-sub);
  font-size: 1.16rem;
  line-height: 1.95;
}

#owl-renewal-page .owl-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
}

#owl-renewal-page .owl-hero__visual::before {
  content: "";
  position: absolute;
  width: min(560px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(63, 167, 220, 0.16) 0%, rgba(224, 98, 168, 0.18) 58%, rgba(230, 209, 0, 0.1) 72%, transparent 76%);
  filter: blur(10px);
  z-index: 0;
}

#owl-renewal-page .owl-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
}

#owl-renewal-page .owl-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

#owl-renewal-page .owl-story-card__title,
#owl-renewal-page .owl-family-card__title,
#owl-renewal-page .owl-symbol-card__title,
#owl-renewal-page .owl-ability-card__title,
#owl-renewal-page .owl-cta__title,
#owl-renewal-page .owl-birth__title {
  margin: 0 0 10px;
  color: var(--owl-text);
  font-size: 1.18rem;
  line-height: 1.45;
}

#owl-renewal-page .owl-story-card__text,
#owl-renewal-page .owl-feature__text,
#owl-renewal-page .owl-family-card__text,
#owl-renewal-page .owl-symbol-card__text,
#owl-renewal-page .owl-ability-card__text,
#owl-renewal-page .owl-cta__text,
#owl-renewal-page .owl-birth__text {
  margin: 0;
  color: var(--owl-sub);
}

#owl-renewal-page .owl-story-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

#owl-renewal-page .owl-story-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--owl-blue-500), var(--owl-pink-500));
  opacity: 0.9;
}

#owl-renewal-page .owl-story-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--owl-pink-500), #f08abc);
}

#owl-renewal-page .owl-story-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--owl-yellow-500), var(--owl-blue-500));
}

#owl-renewal-page .owl-story-card:hover,
#owl-renewal-page .owl-story-card.is-active {
  transform: translateY(-5px);
  box-shadow: var(--owl-shadow-md);
  border-color: rgba(224, 98, 168, 0.32);
  background: rgba(255, 255, 255, 0.98);
}

#owl-renewal-page .owl-story-card__icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(231, 245, 252, 1), rgba(250, 216, 232, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(63, 167, 220, 0.08),
    0 10px 24px rgba(12, 12, 12, 0.05);
  overflow: hidden;
}

#owl-renewal-page .owl-story-card__icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

#owl-renewal-page .owl-birth {
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(260px, 3fr);
  gap: 28px;
  align-items: center;
}

#owl-renewal-page .owl-birth__main,
#owl-renewal-page .owl-birth__side {
  padding: 32px;
}

#owl-renewal-page .owl-birth__main {
  border-top: 4px solid #aab4bc;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(231, 245, 252, 0.22));
}

#owl-renewal-page .owl-birth__title {
  font-size: 1.28rem;
  margin-bottom: 14px;
}

#owl-renewal-page .owl-birth__text,
#owl-renewal-page .owl-feature__text,
#owl-renewal-page .owl-symbol-card__text,
#owl-renewal-page .owl-family-card__text {
  line-height: 1.9;
}

#owl-renewal-page .owl-birth__text + .owl-birth__text {
  margin-top: 14px;
}

#owl-renewal-page .owl-birth__side {
  padding: 16px;
  max-width: 220px;
  max-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(250, 216, 232, 0.45), rgba(231, 245, 252, 0.62));
  box-shadow: 0 16px 36px rgba(12, 12, 12, 0.06);
}

#owl-renewal-page .owl-birth__image {
  width: 100%;
  max-width: 200px;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

#owl-renewal-page .owl-feature {
  display: grid;
  grid-template-columns: minmax(360px, 5fr) minmax(0, 7fr);
  gap: 48px;
  align-items: center;
}

#owl-renewal-page .owl-feature__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

#owl-renewal-page .owl-feature__image {
  width: 100%;
  max-width: 420px;
}

#owl-renewal-page .owl-feature__body {
  padding: 8px 0;
}

#owl-renewal-page .owl-feature__lead {
  margin: 0 0 16px;
  color: var(--owl-text);
  font-size: 1.22rem;
  line-height: 1.8;
  font-weight: 700;
}

#owl-renewal-page .owl-feature__text {
  font-size: 1.02rem;
  line-height: 1.95;
}

#owl-renewal-page .owl-family-card {
  position: relative;
  overflow: hidden;
  padding: 32px 28px 30px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

#owl-renewal-page .owl-family-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--owl-blue-500);
}

#owl-renewal-page .owl-family-card:nth-child(2)::before {
  background: var(--owl-pink-500);
}

#owl-renewal-page .owl-family-card:nth-child(3)::before {
  background: var(--owl-yellow-500);
}

#owl-renewal-page .owl-family-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--owl-shadow-md);
  border-color: rgba(170, 180, 188, 0.6);
}

#owl-renewal-page .owl-family-card__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  margin-bottom: 20px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(231, 245, 252, 0.82), rgba(250, 216, 232, 0.45));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

#owl-renewal-page .owl-family-card__image {
  max-height: 220px;
  object-fit: contain;
}

#owl-renewal-page .owl-family-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

#owl-renewal-page .owl-family-card__title span {
  display: block;
  font-size: 0.85rem;
  color: var(--owl-sub);
  margin-bottom: 2px;
  opacity: 0.8;
  letter-spacing: 0.02em;
}

#owl-renewal-page .owl-family-card__text {
  line-height: 1.9;
}

#owl-renewal-page .owl-symbol-card {
  position: relative;
  overflow: hidden;
  padding: 30px 28px 28px;
  border-top: 4px solid transparent;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

#owl-renewal-page .owl-symbol-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--owl-shadow-md);
}

#owl-renewal-page .owl-symbol-card:nth-child(1) {
  border-top-color: var(--owl-blue-500);
}

#owl-renewal-page .owl-symbol-card:nth-child(2) {
  border-top-color: var(--owl-pink-500);
}

#owl-renewal-page .owl-symbol-card:nth-child(3) {
  border-top-color: var(--owl-yellow-500);
}

#owl-renewal-page .owl-symbol-card__title {
  font-size: 1.22rem;
  margin-bottom: 12px;
}

#owl-renewal-page .owl-symbol-card__text {
  line-height: 1.9;
}

#owl-renewal-page .owl-cta {
  position: relative;
  overflow: hidden;
  padding: 56px 48px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 245, 252, 0.56));
  box-shadow: var(--owl-shadow-md);
  border-top: 4px solid #aab4bc;
}

#owl-renewal-page .owl-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 216, 232, 0.24), transparent 40%);
  pointer-events: none;
}

#owl-renewal-page .owl-cta__title,
#owl-renewal-page .owl-cta__text,
#owl-renewal-page .owl-cta__button {
  position: relative;
  z-index: 1;
}

#owl-renewal-page .owl-cta__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 14px;
}

#owl-renewal-page .owl-cta__text {
  max-width: 40em;
  margin: 0 auto;
  line-height: 1.95;
}

#owl-renewal-page .owl-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 110px 18px 36px;
  margin-top: 28px;
  border-radius: 999px;
  background: #3fa7dc;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  box-shadow: 0 14px 30px rgba(63, 167, 220, 0.24);
}

#owl-renewal-page .owl-cta__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(63, 167, 220, 0.3);
  background: #3498cb;
}

#owl-renewal-page .owl-cta__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) translateX(-6px) scale(0.94);
  transition: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#owl-renewal-page .owl-cta__button:hover .owl-cta__icon {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}

#owl-renewal-page .owl-cta__icon img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block;
}

#owl-renewal-page .owl-birth__main,
#owl-renewal-page .owl-birth__side,
#owl-renewal-page .owl-story-card,
#owl-renewal-page .owl-feature,
#owl-renewal-page .owl-family-card,
#owl-renewal-page .owl-symbol-card,
#owl-renewal-page .owl-cta {
  opacity: 0.01;
  transform: translateY(10px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

#owl-renewal-page .is-animated {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  #owl-renewal-page .owl-birth__main,
  #owl-renewal-page .owl-birth__side,
  #owl-renewal-page .owl-story-card,
  #owl-renewal-page .owl-feature,
  #owl-renewal-page .owl-family-card,
  #owl-renewal-page .owl-symbol-card,
  #owl-renewal-page .owl-cta,
  #owl-renewal-page .owl-cta__button,
  #owl-renewal-page .owl-cta__icon {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  #owl-renewal-page .owl-hero__inner,
  #owl-renewal-page .owl-birth,
  #owl-renewal-page .owl-feature,
  #owl-renewal-page .owl-grid-3 {
    grid-template-columns: 1fr;
  }

  #owl-renewal-page .owl-hero__inner {
    min-height: auto;
  }

  #owl-renewal-page .owl-hero__content {
    max-width: none;
  }

  #owl-renewal-page .owl-hero__visual {
    margin: 0 auto;
  }

  #owl-renewal-page .owl-birth__image {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #owl-renewal-page {
    --owl-container: calc(100% - 32px);
  }

  #owl-renewal-page .owl-section {
    padding: 72px 0;
  }

  #owl-renewal-page .owl-section--cta {
    padding-top: 40px;
    padding-bottom: 88px;
  }

  #owl-renewal-page .owl-section-header {
    margin-bottom: 32px;
  }

  #owl-renewal-page .owl-section-title {
    font-size: clamp(1.75rem, 7vw, 2.2rem);
    line-height: 1.3;
  }

  #owl-renewal-page .owl-section-lead {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  #owl-renewal-page .owl-hero__inner {
    padding: 64px 0;
    gap: 28px;
  }

  #owl-renewal-page .owl-title {
    font-size: clamp(35px, 10vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  #owl-renewal-page .owl-lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.85;
  }

  #owl-renewal-page .owl-birth__main,
  #owl-renewal-page .owl-birth__side,
  #owl-renewal-page .owl-story-card,
  #owl-renewal-page .owl-family-card,
  #owl-renewal-page .owl-symbol-card,
  #owl-renewal-page .owl-cta {
    padding-left: 22px;
    padding-right: 22px;
  }

  #owl-renewal-page .owl-story-card {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  #owl-renewal-page .owl-story-card__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
  }

  #owl-renewal-page .owl-family-card__image-wrap {
    min-height: 180px;
    margin-bottom: 16px;
  }

  #owl-renewal-page .owl-family-card__image {
    max-height: 180px;
  }

  #owl-renewal-page .owl-family-card__title {
    font-size: 1.22rem;
    line-height: 1.45;
  }

  #owl-renewal-page .owl-family-card__title span {
    font-size: 0.8rem;
    margin-bottom: 1px;
  }

  #owl-renewal-page .owl-family-card__text,
  #owl-renewal-page .owl-symbol-card__text,
  #owl-renewal-page .owl-story-card__text,
  #owl-renewal-page .owl-feature__text,
  #owl-renewal-page .owl-birth__text {
    font-size: 0.96rem;
    line-height: 1.85;
  }

  #owl-renewal-page .owl-cta {
    padding: 36px 22px;
  }

  #owl-renewal-page .owl-cta__title {
    margin-bottom: 12px;
  }

  #owl-renewal-page .owl-cta__text {
    line-height: 1.9;
  }

  #owl-renewal-page .owl-cta__button {
    padding: 16px 84px 16px 24px;
    font-size: 1rem;
    margin-top: 24px;
  }

  #owl-renewal-page .owl-cta__icon {
    right: 16px;
  }

  #owl-renewal-page .owl-cta__icon img {
    width: 58px;
    height: 58px;
  }
}