:root {
  --color-base: #f5f1df;
  --color-text: #2b2722;
  --color-green: #008f8a;
  --color-orange: #e98516;
  --color-white: #ffffff;
  --font-sans: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-sans);
  background: var(--color-base);
  line-height: 1.8;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

.site-main {
  overflow: hidden;
}

.section-inner {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .section-inner {
    width: min(100% - 32px, 430px);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 20px 0;
  background: rgba(245, 241, 223, 0.92);
  transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(43, 39, 34, 0.08);
}

.site-header__inner {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.site-header__logo-text small {
  display: block;
  font-size: 10px;
  font-weight: 500;
}

.site-header__nav,
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  color: var(--color-white);
  font-weight: 700;
}

.button--orange {
  background: var(--color-orange);
}

.button--line {
  background: #05c755;
}

.button--disabled {
  cursor: default;
  opacity: 0.72;
}

.site-header__menu,
.site-header__sp-menu {
  display: none;
}

.site-footer {
  padding: 64px 0 32px;
  background: var(--color-base);
  border-top: 1px solid rgba(43, 39, 34, 0.2);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .site-header__nav,
  .site-header__actions {
    display: none;
  }

  .site-header__menu {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: var(--color-orange);
  }

  .site-header__menu span {
    width: 24px;
    height: 2px;
    background: var(--color-white);
  }

  .site-header__sp-menu.is-open {
    display: grid;
    gap: 16px;
    padding: 24px;
    background: var(--color-white);
  }
}

.front-section {
  position: relative;
  padding: 104px 0;
}

.front-section--about,
.front-section--pelvis,
.front-section--comparison,
.front-section--access,
.latest--movie {
  background: #f2f0de;
}

.front-section--problems,
.front-section--approach,
.front-section--profile,
.latest--blog,
.latest--news,
.faq,
.voices,
.courses {
  background: #fffaf0;
}

.section-kicker {
  margin: 0;
  color: var(--color-orange);
  text-align: center;
  font-weight: 700;
}

.section-title {
  margin: 16px 0 48px;
  color: var(--color-green);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.fv {
  position: relative;
  min-height: 760px;
  padding-top: 96px;
  background: #f2f0de;
}

.fv__slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fv__slider::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(242, 240, 222, 0.98) 0%, rgba(242, 240, 222, 0.78) 48%, rgba(242, 240, 222, 0.18) 100%),
    radial-gradient(circle at 78% 22%, rgba(233, 133, 22, 0.18), transparent 34%);
}

.fv__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__media--placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 240, 0.28)),
    radial-gradient(circle at 76% 18%, rgba(0, 143, 138, 0.22), transparent 28%),
    radial-gradient(circle at 86% 68%, rgba(233, 133, 22, 0.18), transparent 30%);
}

.fv__content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.fv__catch {
  width: fit-content;
  max-width: 780px;
  margin: 0;
  transform: rotate(-8deg);
  color: var(--color-green);
  font-size: clamp(36px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.86);
}

.fv__lead {
  margin: 56px auto 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.fv__cta {
  display: flex;
  width: min(100%, 760px);
  margin: 24px auto 0;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.fv__button {
  display: flex;
  width: min(100%, 360px);
  min-height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.fv__button--orange {
  background: var(--color-orange);
}

.fv__button--line {
  background: #05c755;
}

.about__lead,
.pelvis-method__body,
.profile__body,
.access__info {
  font-size: 18px;
}

.about__lead {
  max-width: 680px;
  margin: -16px auto 40px;
  text-align: center;
  font-weight: 700;
}

.about__cards,
.approach__steps,
.courses__list,
.latest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about__cards article,
.approach__steps article,
.courses__list > *,
.latest__grid > *,
.voices__slider > * {
  min-width: 0;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 18px 48px rgba(43, 39, 34, 0.08);
}

.about__cards article,
.approach__steps article {
  padding: 32px;
}

.about__cards h3,
.approach__steps h3,
.profile__body h3 {
  margin: 0 0 14px;
  color: var(--color-green);
  font-size: 22px;
  line-height: 1.45;
}

.about__cards p,
.approach__steps p,
.profile__body p,
.access__info p {
  margin: 0;
}

.problems__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.problems__list li {
  position: relative;
  min-height: 104px;
  padding: 26px 24px 24px 56px;
  border: 2px solid rgba(0, 143, 138, 0.16);
  border-radius: 8px;
  background: var(--color-white);
  font-weight: 700;
}

.problems__list li::before {
  position: absolute;
  top: 28px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  content: "";
  background: var(--color-orange);
}

.pelvis-method__body {
  max-width: 820px;
  margin: 0 auto;
  padding: 44px 48px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 18px 48px rgba(43, 39, 34, 0.08);
}

.pelvis-method__body p {
  margin: 0;
}

.pelvis-method__body p + p {
  margin-top: 20px;
}

.approach__steps article {
  position: relative;
  padding-top: 76px;
}

.approach__steps span {
  position: absolute;
  top: 28px;
  left: 32px;
  color: var(--color-orange);
  font-weight: 900;
  letter-spacing: 0;
}

.comparison__table {
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 18px 48px rgba(43, 39, 34, 0.08);
}

.comparison__table [role="row"] {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.comparison__table [role="row"]:first-child {
  background: var(--color-green);
  color: var(--color-white);
  font-weight: 800;
}

.comparison__table [role="row"]:not(:first-child):nth-child(odd) {
  background: #fffaf0;
}

.comparison__table [role="row"]:last-child {
  color: var(--color-green);
  font-weight: 900;
}

.comparison__table span {
  display: grid;
  min-height: 68px;
  align-items: center;
  justify-items: center;
  padding: 14px;
  border-right: 1px solid rgba(43, 39, 34, 0.1);
  border-bottom: 1px solid rgba(43, 39, 34, 0.1);
  text-align: center;
}

.comparison__table span:first-child {
  justify-items: start;
  text-align: left;
}

.voices__slider {
  display: grid;
  grid-auto-columns: minmax(280px, 1fr);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 8px 4px 28px;
  scroll-snap-type: x mandatory;
}

.voices__slider > * {
  scroll-snap-align: start;
}

.courses__list > *,
.latest__grid > *,
.voices__slider > * {
  padding: 24px;
}

.latest__link {
  display: flex;
  width: min(100%, 280px);
  min-height: 56px;
  margin: 36px auto 0;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-orange);
  border-radius: 8px;
  color: var(--color-orange);
  background: var(--color-white);
  font-weight: 800;
}

.faq__list {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.faq__item {
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 12px 32px rgba(43, 39, 34, 0.07);
}

.faq__item summary {
  position: relative;
  cursor: pointer;
  padding: 22px 64px 22px 28px;
  color: var(--color-green);
  font-weight: 800;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: "+";
  color: var(--color-orange);
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq__item[open] summary::after {
  content: "-";
}

.faq__answer {
  padding: 0 28px 26px;
}

.faq__answer > :first-child {
  margin-top: 0;
}

.faq__answer > :last-child {
  margin-bottom: 0;
}

.profile__panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 44px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 18px 48px rgba(43, 39, 34, 0.08);
}

.profile__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 143, 138, 0.16), rgba(233, 133, 22, 0.13)),
    #f2f0de;
}

.profile__body .button {
  width: min(100%, 220px);
  margin-top: 24px;
}

.access__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: stretch;
}

.access__info,
.access__map {
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 18px 48px rgba(43, 39, 34, 0.08);
}

.access__info {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 40px;
  font-weight: 700;
}

.access__info a {
  color: var(--color-green);
  font-size: 28px;
  font-weight: 900;
}

.access__map {
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(43, 39, 34, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(43, 39, 34, 0.06) 1px, transparent 1px),
    #fffaf0;
  background-size: 36px 36px;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  width: min(calc(100% - 48px), 420px);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(43, 39, 34, 0.12);
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 18px 48px rgba(43, 39, 34, 0.18);
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
}

.cookie-banner button {
  min-height: 44px;
  flex: 1;
  border: 0;
  border-radius: 6px;
  background: #ede7cf;
  color: var(--color-text);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.cookie-banner [data-cookie-accept] {
  color: var(--color-white);
  background: var(--color-green);
}

[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate].is-inview,
.is-ready [data-animate]:first-child:not([data-pm-road-controlled]) {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .about__cards,
  .approach__steps,
  .courses__list,
  .latest__grid,
  .problems__list,
  .access__grid,
  .profile__panel {
    grid-template-columns: 1fr;
  }

  .comparison__table {
    overflow-x: auto;
  }

  .comparison__table [role="row"] {
    min-width: 680px;
  }
}

@media (max-width: 767px) {
  .front-section {
    padding: 72px 0;
  }

  .section-title {
    margin-bottom: 34px;
    font-size: clamp(27px, 9vw, 36px);
  }

  .fv {
    min-height: 720px;
    padding-top: 64px;
  }

  .fv__content {
    padding-top: 72px;
  }

  .fv__slider::before {
    background: linear-gradient(180deg, rgba(242, 240, 222, 0.96) 0%, rgba(242, 240, 222, 0.72) 62%, rgba(242, 240, 222, 0.38) 100%);
  }

  .fv__catch {
    max-width: 92%;
    font-size: clamp(36px, 12vw, 54px);
  }

  .fv__lead {
    margin-top: 44px;
    font-size: 20px;
  }

  .fv__cta,
  .cookie-banner__actions {
    flex-direction: column;
  }

  .fv__button {
    width: 100%;
    min-height: 64px;
    font-size: 18px;
  }

  .about__cards article,
  .approach__steps article,
  .pelvis-method__body,
  .profile__panel,
  .access__info {
    padding: 28px;
  }

  .voices__slider {
    grid-auto-columns: minmax(260px, 86%);
  }

  .access__map {
    min-height: 260px;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
}

.archive-page,
.single-page,
.fixed-page {
  padding: 120px 0 96px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
}

.post-card,
.movie-card,
.voice-card,
.course-card {
  min-width: 0;
}

.post-card__link,
.movie-card__link {
  position: relative;
  display: grid;
  height: 100%;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 14px 36px rgba(43, 39, 34, 0.08);
}

.post-card__image,
.movie-card__image,
.voice-card__image,
.course-card__media,
.single-page__image {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #ddd;
}

.post-card__image,
.movie-card__image {
  aspect-ratio: 4 / 3;
}

.post-card__image img,
.movie-card__image img,
.voice-card__image img,
.course-card__media img,
.single-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__meta,
.single-page__date {
  margin: 0;
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 800;
}

.post-card__title,
.movie-card__title,
.voice-card__title,
.course-card__title,
.single-page__title {
  margin: 0;
  color: var(--color-green);
  line-height: 1.45;
  letter-spacing: 0;
}

.single-page__title {
  margin: 12px auto 36px;
  width: min(100%, 820px);
  font-size: clamp(30px, 4vw, 46px);
  text-align: center;
}

.post-card__excerpt,
.movie-card__excerpt {
  margin: 0;
  font-size: 15px;
}

.movie-card__badge {
  position: absolute;
  top: 28px;
  left: 28px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--color-white);
  background: var(--color-orange);
  font-size: 13px;
  font-weight: 800;
}

.voice-card,
.course-card {
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 14px 36px rgba(43, 39, 34, 0.08);
}

.voice-card {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.voice-card__image {
  aspect-ratio: 1 / 1;
}

.voice-card__body > :first-child,
.course-card__content > :first-child,
.single-page__content > :first-child,
.fixed-page__content > :first-child {
  margin-top: 0;
}

.voice-card__body > :last-child,
.course-card__content > :last-child,
.single-page__content > :last-child,
.fixed-page__content > :last-child {
  margin-bottom: 0;
}

.course-card {
  display: grid;
  gap: 28px;
  padding: 28px;
}

.archive-page .course-card,
.single-page .course-card {
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
}

.course-card__media {
  aspect-ratio: 4 / 3;
}

.course-card__body {
  display: grid;
  align-content: center;
  gap: 16px;
}

.course-card__price,
.course-card__trial {
  margin: 0;
  font-weight: 800;
}

.course-card__price {
  color: var(--color-orange);
  font-size: 20px;
}

.course-card__body .button {
  width: min(100%, 240px);
}

.single-page__image {
  width: min(100%, 840px);
  margin: 0 auto 40px;
  aspect-ratio: 16 / 9;
}

.single-page__date {
  margin: -20px 0 36px;
  text-align: center;
}

.single-page__content,
.fixed-page__content {
  width: min(100%, 720px);
  margin-inline: auto;
  line-height: 2;
}

.fixed-page__content {
  padding: 44px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 14px 36px rgba(43, 39, 34, 0.08);
}

.fixed-page__content--legal h2 {
  margin-top: 2.4em;
  color: var(--color-green);
}

.single-page__video {
  width: min(100%, 840px);
  margin: 0 auto 40px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #ddd;
  overflow: hidden;
}

.single-page__video iframe,
.single-page__video video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(51, 51, 51, 0.5);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.nav-links .current {
  color: #da8121;
  background: transparent;
}

.nav-links .prev,
.nav-links .next {
  color: rgba(51, 51, 51, 0.4);
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 900px) {
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .archive-page,
  .single-page,
  .fixed-page {
    padding: 72px 0;
  }

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

  .fixed-page__content,
  .voice-card,
  .course-card {
    padding: 28px;
  }
}

.contact-page {
  padding: 96px 0;
}

.contact-form,
.contact-confirm,
.contact-complete {
  width: min(100%, 720px);
  margin: 40px auto 0;
  padding: 44px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 14px 36px rgba(43, 39, 34, 0.08);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label,
.contact-form__birth-legend {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(43, 39, 34, 0.25);
  border-radius: 6px;
  color: var(--color-text);
  font: inherit;
  background: var(--color-white);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__birth {
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-form__birth-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.form-error {
  margin: -8px 0 0;
  color: #c43b2f;
  font-size: 14px;
  font-weight: 700;
}

.form-error--global {
  margin: 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: rgba(196, 59, 47, 0.08);
}

.contact-confirm__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px solid rgba(43, 39, 34, 0.14);
}

.contact-confirm__row:first-of-type {
  border-top: 1px solid rgba(43, 39, 34, 0.14);
}

.contact-confirm__row dt {
  font-weight: 800;
}

.contact-confirm__row dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.contact-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contact-confirm__actions .button--back {
  border: 1px solid rgba(43, 39, 34, 0.25);
  color: var(--color-text);
  background: var(--color-white);
}

@media (max-width: 767px) {
  .contact-page {
    padding: 72px 0;
  }

  .contact-form,
  .contact-confirm,
  .contact-complete {
    padding: 28px;
  }

  .contact-form__birth-fields,
  .contact-confirm__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

body:not(.home):not(.front-page) {
  color: var(--lp-text);
  font-family: var(--lp-font-round);
  background: var(--lp-bg);
}

body:not(.home):not(.front-page) .site-main {
  background: var(--lp-bg);
}

.archive-page,
.single-page,
.fixed-page,
.contact-page {
  padding: 94px 0 120px;
  color: var(--lp-text);
  font-family: var(--lp-font-round);
  background: var(--lp-bg);
}

.archive-page > .section-inner,
.single-page > .section-inner,
.fixed-page > .section-inner,
.contact-page > .section-inner {
  width: min(calc(100% - 40px), 1050px);
}

.archive-page .section-kicker,
.single-page .section-kicker,
.fixed-page .section-kicker,
.contact-page .section-kicker {
  display: flex;
  width: fit-content;
  min-width: 85px;
  min-height: 17px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--lp-hero-orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
}

.archive-page .section-kicker::before,
.archive-page .section-kicker::after,
.single-page .section-kicker::before,
.single-page .section-kicker::after,
.fixed-page .section-kicker::before,
.fixed-page .section-kicker::after,
.contact-page .section-kicker::before,
.contact-page .section-kicker::after {
  display: block;
  width: 1px;
  height: 12px;
  content: "";
  background: var(--lp-hero-orange);
}

.archive-page .section-title,
.single-page .section-title,
.fixed-page .section-title,
.contact-page .section-title {
  margin: 26px 0 0;
  color: #198f8f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}

.archive-grid {
  display: grid;
  width: min(100%, 1050px);
  margin: 116px auto 0;
  grid-template-columns: repeat(3, 330px);
  gap: 59px 30px;
  justify-content: center;
}

.post-card,
.movie-card {
  width: 330px;
  min-width: 0;
}

.post-card__link,
.movie-card__link {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.post-card__image,
.movie-card__image {
  width: 330px;
  height: 250px;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 8px;
  background: #d9d9d9;
}

.post-card__image img,
.movie-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-page--blog .post-card__meta,
.archive-page--blog .post-card__excerpt,
.archive-page--movie .movie-card__excerpt,
.single-page__related .post-card__meta,
.single-page__related .post-card__excerpt,
.single-page__related .movie-card__excerpt {
  display: none;
}

.post-card__category,
.movie-card__category {
  margin: 17px 0 0;
  color: #198f8f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.post-card__title,
.movie-card__title {
  margin: 3px 0 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.movie-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
}

.movie-card__meta .movie-card__category {
  margin: 0;
}

.movie-card__badge {
  position: static;
  display: inline-flex;
  min-height: 26px;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 4px;
  color: #ffffff;
  background: #db5c3b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.archive-page--news .archive-grid {
  width: min(100%, 700px);
  grid-template-columns: 1fr;
  gap: 39px;
}

.archive-page--news .post-card {
  width: 700px;
}

.archive-page--news .post-card__image,
.archive-page--news .post-card__category,
.archive-page--news .post-card__excerpt {
  display: none;
}

.archive-page--news .post-card__link {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 20px 0;
}

.archive-page--news .post-card__meta,
.single-page__date {
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
}

.archive-page--news .post-card__meta {
  flex: 0 0 auto;
  white-space: nowrap;
}

.archive-page--news .post-card__title {
  flex: 1 1 auto;
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.single-page .section-inner {
  width: min(calc(100% - 40px), 700px);
}

.single-page__category {
  width: fit-content;
  min-height: 17px;
  margin: 110px 0 0;
  color: #198f8f;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
}

.single-page__title {
  width: 100%;
  margin: 16px 0 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
}

.single-page__date {
  margin-top: 110px;
  text-align: left;
}

.single-page--news .single-page__title {
  margin-top: 12px;
}

.single-page__image,
.single-page__video {
  width: 100%;
  height: auto;
  aspect-ratio: 350 / 261;
  margin: 36px 0 0;
  border-radius: 0;
  background: #d9d9d9;
}

.single-page__content {
  width: 100%;
  margin: 25px 0 0;
  color: var(--lp-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

.single-page__content a {
  display: inline-block;
  border-bottom: 1px solid var(--lp-muted);
  font-weight: 700;
}

.single-page__content ul {
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
}

.single-page__content ul > li {
  position: relative;
  padding-left: 1.4em;
}

.single-page__content ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.single-page__content ol {
  margin: 18px 0;
  padding-left: 1.4em;
}

.single-page__content strong {
  color: #db5c3b;
  font-weight: 500;
}

.single-page__summary {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  padding: 20px 24px;
  border-radius: 8px;
  background: #f6edcf;
}

.single-page__summary p {
  margin: 0;
}

.single-page__content .button {
  display: inline-flex;
  border-bottom: 0;
  color: #ffffff;
}

.single-page__content .is-style-red,
.single-page__content .has-red-color {
  color: #db5c3b;
}

.single-page__content .note,
.single-page__content .is-style-note {
  margin: 18px 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 24px;
}

.single-page__content figure {
  margin: 36px 0 0;
}

.single-page__content img {
  display: block;
  width: 100%;
  height: auto;
}

.single-page__content figure.is-placeholder {
  aspect-ratio: 350 / 261;
  background: #d9d9d9;
}

.single-page__back {
  display: inline-flex;
  min-height: 30px;
  margin-top: 54px;
  align-items: center;
  gap: 10px;
  color: var(--lp-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.single-page__back::before {
  content: "";
  width: 20px;
  height: 12px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0 6H19M0 6L5.5 1M0 6L5.5 11' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-page__back-label {
  border-bottom: 1px solid var(--lp-muted);
}

.single-page__related {
  margin-top: 84px;
}

.single-page__related h2 {
  margin: 0 0 34px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--lp-muted);
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.single-page__related .archive-grid {
  margin-top: 0;
}

.single-page--blog .section-inner,
.single-page--movie .section-inner {
  width: min(calc(100% - 40px), 1109px);
}

.single-page__layout {
  display: flex;
  margin-top: 110px;
  gap: 60px;
  align-items: flex-start;
}

.single-page__main {
  flex: 0 0 700px;
  width: 700px;
  max-width: 100%;
}

.single-page__layout .single-page__category {
  margin-top: 0;
}

.single-page__layout .single-page__related {
  flex: 0 0 349px;
  width: 349px;
  margin-top: 0;
}

.single-page__related-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.single-page__related .post-card,
.single-page__related .movie-card,
.single-page__related .post-card__link,
.single-page__related .movie-card__link {
  width: 349px;
  height: 136px;
}

.single-page__related .post-card__image,
.single-page__related .movie-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 136px;
  border-radius: 8px;
}

.single-page__related .post-card__category {
  position: absolute;
  top: 0;
  left: 188px;
  width: 161px;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}

.single-page__related .movie-card__meta {
  position: absolute;
  top: 0;
  left: 188px;
  width: 161px;
  margin: 0;
  gap: 8px;
}

.single-page__related .movie-card__category {
  font-size: 12px;
  line-height: 17px;
}

.single-page__related .movie-card__badge {
  min-height: 22px;
  font-size: 12px;
  line-height: 17px;
}

.single-page__related .post-card__title,
.single-page__related .movie-card__title {
  position: absolute;
  top: 26px;
  left: 188px;
  width: 161px;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.fixed-page__content {
  width: min(100%, 700px);
  margin: 116px auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--lp-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.fixed-page__content--legal h2 {
  margin: 48px 0 12px;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.fixed-page__content--legal ol,
.fixed-page__content--legal ul {
  margin: 8px 0;
  padding-left: 1.6em;
}

.fixed-page__content--legal ol {
  list-style: decimal;
}

.fixed-page__content--legal ol ol {
  margin: 6px 0;
}

.fixed-page__content--legal ul {
  list-style: none;
}

.fixed-page__content--legal ul > li {
  text-indent: -1.1em;
}

.fixed-page__content--legal ul > li::before {
  content: "・";
}

.fixed-page__content--legal li {
  margin: 6px 0;
}

.fixed-page__content--legal .cookie-detail {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 10px 20px;
  margin: 16px 0;
}

.fixed-page__content--legal .cookie-detail dt {
  margin: 0;
  font-weight: 700;
}

.fixed-page__content--legal .cookie-detail dd {
  margin: 0;
}

.fixed-page__content--legal .cookie-detail ul {
  margin: 0 0 8px;
}

.fixed-page--privacy .section-kicker,
.fixed-page--cookiepolicy .section-kicker {
  display: none;
}

.fixed-page--privacy .section-title,
.fixed-page--cookiepolicy .section-title {
  width: min(100%, 700px);
  margin: 0 auto;
  color: #333333;
  font-size: 24px;
  text-align: left;
}

.fixed-page--privacy .fixed-page__content,
.fixed-page--cookiepolicy .fixed-page__content {
  width: min(100%, 700px);
  margin: 64px auto;
  padding: 46px;
  border-radius: 18px;
  background: var(--color-white);
  color: #333333;
  font-size: 14px;
  line-height: 1.85;
}

.fixed-page--privacy .fixed-page__content--legal h2,
.fixed-page--cookiepolicy .fixed-page__content--legal h2 {
  margin: 32px 0 8px;
  color: #333333;
  font-size: 16px;
}

.fixed-page--privacy .fixed-page__content--legal h2:first-child,
.fixed-page--privacy .fixed-page__content--legal > p:first-child,
.fixed-page--cookiepolicy .fixed-page__content--legal h2:first-child,
.fixed-page--cookiepolicy .fixed-page__content--legal > p:first-child {
  margin-top: 0;
}

.company-info {
  margin: 0;
}

.company-info__row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
}

.company-info__row:first-child {
  padding-top: 0;
}

.company-info__row dt {
  flex: 0 0 140px;
  width: 140px;
  margin: 0;
  font-weight: 700;
}

.company-info__row dd {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 400;
}

.contact-form,
.contact-confirm,
.contact-complete {
  width: min(100%, 932px);
  margin: 146px auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

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

.contact-form {
  display: grid;
  gap: 48px;
}

.contact-form label {
  display: grid;
  min-height: 80px;
  grid-template-columns: 174px 1fr;
  gap: 38px;
  align-items: center;
  color: var(--lp-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  min-height: 80px;
  padding: 18px 24px;
  border: 0;
  border-radius: 0;
  color: var(--lp-text);
  font: inherit;
  font-weight: 500;
  background: #ffffff;
}

.contact-form textarea {
  min-height: 510px;
  resize: vertical;
}

.contact-form__birth {
  display: grid;
  grid-template-columns: 174px 1fr;
  gap: 38px;
  align-items: center;
}

.contact-form__birth-legend {
  display: block;
  padding: 0;
  color: var(--lp-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-form__birth-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 200px));
  gap: 0;
  justify-content: space-between;
  margin-top: 0;
}

.contact-form__birth-select {
  position: relative;
  display: block;
}

.contact-form__birth-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 7px;
  transform: translateY(-50%);
  pointer-events: none;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-form__birth-select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  cursor: pointer;
}

.contact-form .form-error {
  margin: -38px 0 0 212px;
  color: #db5c3b;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-form .button {
  width: 348px;
  min-height: 86px;
  margin: 8px auto 0;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--lp-hero-orange);
  font-family: var(--lp-font-round);
  font-size: 20px;
  font-weight: 700;
}

.contact-confirm__list {
  display: flex;
  flex-direction: column;
  width: min(100%, 720px);
  margin: 0 auto;
  gap: 48px;
}

.contact-confirm__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  align-items: start;
  color: var(--lp-text);
  font-size: 18px;
  line-height: 28px;
}

.contact-confirm__row:first-of-type {
  border-top: 0;
}

.contact-confirm__row dt {
  font-weight: 700;
}

.contact-confirm__row dd {
  margin: 0;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.contact-confirm__birth {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-confirm__birth-unit {
  margin-left: 8px;
  font-weight: 700;
}

.contact-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-top: 80px;
}

.contact-confirm__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lp-text);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.contact-confirm__back::before {
  content: "";
  width: 20px;
  height: 12px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0 6H19M0 6L5.5 1M0 6L5.5 11' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-confirm__back-label {
  border-bottom: 1px solid var(--lp-muted);
}

.contact-confirm__submit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 260px;
  min-height: 65px;
  padding: 8px 16px;
  border: 0;
  border-radius: 8px;
  background: #da8121;
  color: #ffffff;
  font-family: var(--lp-font-round);
  cursor: pointer;
}

.contact-confirm__submit-note {
  border-bottom: 1px solid #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-confirm__submit-main {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-complete {
  text-align: center;
}

.contact-complete__message {
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.contact-complete__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 96px;
  color: var(--lp-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.contact-complete__back::before {
  content: "";
  width: 20px;
  height: 12px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0 6H19M0 6L5.5 1M0 6L5.5 11' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-complete__back-label {
  border-bottom: 1px solid var(--lp-muted);
}

.top-lp--footer-only {
  margin-top: 0;
}

.site-footer--figma {
  padding: 0;
  border-top: 0;
}

.top-lp--footer-only .lp-access-footer {
  padding-top: 112px;
}

@media (max-width: 900px) {
  .archive-page,
  .single-page,
  .fixed-page,
  .contact-page {
    padding-top: 62px;
  }

  .archive-page > .section-inner,
  .single-page > .section-inner,
  .fixed-page > .section-inner,
  .contact-page > .section-inner {
    width: min(calc(100% - 40px), 700px);
  }

  .archive-grid {
    width: min(100%, 690px);
    grid-template-columns: repeat(2, 330px);
    gap: 48px 30px;
  }

  .archive-page--news .archive-grid {
    width: min(100%, 700px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .archive-page > .section-inner,
  .single-page > .section-inner,
  .fixed-page > .section-inner,
  .contact-page > .section-inner {
    width: auto;
    margin: 0 20px;
  }

  .fixed-page--privacy .fixed-page__content,
  .fixed-page--cookiepolicy .fixed-page__content {
    margin: 32px 0;
    padding: 24px 20px;
  }

  .fixed-page__content--legal .cookie-detail {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .fixed-page__content--legal .cookie-detail dt {
    margin-top: 12px;
  }

  .fixed-page__content--legal .cookie-detail dt:first-child {
    margin-top: 0;
  }

  .company-info__row {
    flex-direction: column;
    gap: 6px;
    padding: 16px 0;
    font-size: 15px;
  }

  .company-info__row dt {
    flex-basis: auto;
    width: auto;
  }

  .archive-page .section-title,
  .single-page .section-title,
  .fixed-page .section-title,
  .contact-page .section-title {
    margin-top: 31px;
    font-size: 24px;
  }

  .archive-grid {
    width: auto;
    margin-top: 108px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .archive-page--news .archive-grid {
    width: auto;
    gap: 44px;
  }

  .archive-page--news .post-card {
    width: auto;
    min-height: 111px;
  }

  .archive-page--news .post-card__link {
    flex-direction: column;
    gap: 8px;
  }

  .archive-page--blog .post-card,
  .archive-page--movie .movie-card,
  .single-page__related .post-card,
  .single-page__related .movie-card {
    width: auto;
    height: 136px;
  }

  .archive-page--blog .post-card__link,
  .archive-page--movie .movie-card__link,
  .single-page__related .post-card__link,
  .single-page__related .movie-card__link {
    width: auto;
    height: 136px;
  }

  .archive-page--blog .post-card__image,
  .archive-page--movie .movie-card__image,
  .single-page__related .post-card__image,
  .single-page__related .movie-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 51.6%;
    height: 136px;
  }

  .archive-page--blog .post-card__category,
  .single-page__related .post-card__category {
    position: absolute;
    top: 0;
    left: 53.9%;
    right: 0;
    width: auto;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .archive-page--movie .movie-card__meta,
  .single-page__related .movie-card__meta {
    position: absolute;
    top: 0;
    left: 53.9%;
    right: 0;
    margin: 0;
    gap: 8px;
  }

  .archive-page--movie .movie-card__category,
  .single-page__related .movie-card__category {
    font-size: 12px;
    line-height: 17px;
  }

  .archive-page--movie .movie-card__badge,
  .single-page__related .movie-card__badge {
    min-height: 22px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .archive-page--blog .post-card__title,
  .archive-page--movie .movie-card__title,
  .single-page__related .post-card__title,
  .single-page__related .movie-card__title {
    position: absolute;
    top: 26px;
    left: 53.9%;
    right: 0;
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .archive-page--news .post-card__meta,
  .archive-page--news .post-card__title {
    font-size: 18px;
  }

  .single-page .section-inner {
    width: auto;
    margin: 0 20px;
  }

  .single-page__category,
  .single-page__date {
    margin-top: 77px;
  }

  .single-page__title {
    margin-top: 16px;
    font-size: 18px;
  }

  .single-page__image,
  .single-page__video {
    height: 261px;
    margin-top: 36px;
  }

  .single-page__content {
    margin-top: 25px;
  }

  .single-page__related .archive-grid {
    margin-top: 0;
  }

  .single-page__layout {
    flex-direction: column;
    margin-top: 77px;
    gap: 54px;
  }

  .single-page__main {
    flex-basis: auto;
    width: 100%;
  }

  .single-page__layout .single-page__category {
    margin-top: 0;
  }

  .single-page__layout .single-page__related {
    flex-basis: auto;
    width: 100%;
  }

  .fixed-page__content {
    width: auto;
    margin-top: 88px;
  }

  .contact-form,
  .contact-confirm,
  .contact-complete {
    width: auto;
    margin-top: 92px;
  }

  .contact-form {
    gap: 34px;
  }

  .contact-form label,
  .contact-form__birth {
    min-height: 92px;
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
    font-size: 18px;
    line-height: 26px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    min-height: 64px;
  }

  .contact-form textarea {
    min-height: 320px;
  }

  .contact-form__birth-fields {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px;
  }

  .contact-form__birth-select {
    min-height: 64px;
  }

  .contact-form__birth-fields input {
    width: 100%;
  }

  .contact-form .form-error {
    margin: -28px 0 0;
  }

  .contact-form .button {
    width: 260px;
    min-height: 65px;
    margin-top: 18px;
    font-size: 16px;
  }

  .contact-confirm__list {
    gap: 28px;
  }

  .contact-confirm__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-confirm__actions {
    gap: 24px;
    margin-top: 48px;
  }
}
