.ohaka-page {
  --ohaka-fixed-cta-height: 0px;
  background: #f7f4ed;
  color: #242018;
}

.ohaka-page .ohaka-wrapper {
  display: block;
  background: #aac2a9;
  background: #b5d3d2;
}

.ohaka-main {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
}

.ohaka-hero {
  height: 100svh;
  padding: 70px 0 0;
  background: #ece4d3;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  width: auto;
}
.ohaka-hero__inner {
  width: 100%;
  min-height: 100svh;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ohaka-hero .texts {
  width: 40vw;
  padding-left: 5vw;
  margin-top: -10svh;
}
.ohaka-hero .texts h1 {
  font-size: 4vw;
  color: #009688;
  line-height: 1.4em;
  letter-spacing: 0.2vw;
}
.ohaka-hero .texts h1:before {
  content: attr(data-attr);
  font-size: 30%;
  display: block;
  width: 100%;
  color: rgb(77, 77, 77);
  letter-spacing: initial;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 5px;
}
.ohaka-hero .texts h1 span {
  font-size: 50%;
  margin-left: 10px;
}
.ohaka-hero .texts p {
  font-size: 1.2vw;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 10px;
  line-height: 1.4;
  color: rgb(65, 65, 65);
}
.ohaka-hero .texts p strong {
  font-size: 180%;
}
.ohaka-hero__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 10px;
  background: linear-gradient(0deg, rgb(181, 211, 210) 0%, rgba(236, 228, 211, 0.72) 50%, rgba(236, 228, 211, 0.24) 90%, rgba(236, 228, 211, 0) 100%);
}
.ohaka-hero__lead {
  margin: 30px 0 0;
  color: #fcfcfc;
  font-size: 18px;
  line-height: 2;
}
.ohaka-hero__points {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
  padding-right: 12px;
  list-style: none;
}
.ohaka-hero__points li {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(141, 119, 66, 0.42);
  color: #5f4c1d;
  font-size: 16px;
}
.ohaka-hero__image {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  transform: none;
}
.ohaka-hero__image .ohaka-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}
.ohaka-hero__image .ohaka-hero__slide.is-active {
  opacity: 1;
}
.ohaka-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}
.ohaka-hero__text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: auto;
  padding: 46px 46px 42px;
  background: rgba(37, 42, 8, 0.43);
  box-shadow: 0 28px 70px rgba(67, 54, 31, 0.16);
  backdrop-filter: blur(8px);
}
.ohaka-hero .ohaka-button {
  background: #009688;
  color: #fff;
}
.ohaka-hero .ohaka-button:hover {
  background: #8d7742;
  border-color: #8d7742;
}
.ohaka-hero .ohaka-tel {
  color: #2f2619;
}
.ohaka-hero__note {
  color: white;
  font-size: 20px;
  line-height: 1.8;
  color: #2f2619;
}

@keyframes ohakaHeroZoom {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ohakaHeroFade {
  0%, 100% {
    opacity: 0;
  }
  10%, 45% {
    opacity: 1;
  }
}
.ohaka-label {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.6;
}
@media screen and (max-width: 620px) {
  .ohaka-label {
    color: #009688;
  }
}

.ohaka-benefits li {
  background: rgba(255, 255, 255, 0.7);
  color: #5f4c1d;
}

.ohaka-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}

.ohaka-button,
.ohaka-tel,
.ohaka-text-link {
  transition: 0.2s;
}

.ohaka-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.ohaka-button:hover {
  background: #8d7742;
  border-color: #8d7742;
}

.ohaka-consult-cta .ohaka-button {
  min-width: 220px;
  background: #009688;
  border: 1px solid #009688;
  gap: 10px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(47, 38, 25, 0);
}
.ohaka-consult-cta .ohaka-button:before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  transition: transform 0.24s ease;
  -webkit-mask: var(--ohaka-consult-icon) center/contain no-repeat;
  mask: var(--ohaka-consult-icon) center/contain no-repeat;
}
.ohaka-consult-cta .ohaka-button:hover:before {
  transform: translateY(-2px) scale(1.08);
}
.ohaka-consult-cta .ohaka-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(47, 38, 25, 0.16);
}
.ohaka-consult-cta .ohaka-button--phone {
  --ohaka-consult-icon: url("/assets/images/SVG/icon_phone.svg");
  background: #2f2619;
  border-color: #2f2619;
}
.ohaka-consult-cta .ohaka-button--phone:hover {
  background: #5f4c1d;
  border-color: #5f4c1d;
}
.ohaka-consult-cta .ohaka-button--form {
  --ohaka-consult-icon: url("/assets/images/SVG/mail_icon.svg");
}
.ohaka-consult-cta .ohaka-button--form:hover {
  background: #007f73;
  border-color: #007f73;
}

.ohaka-tel {
  color: #2f2619;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ohaka-tel:hover,
.ohaka-text-link:hover {
  color: #8d7742;
}

.ohaka-benefits {
  padding: 32px 6vw;
}

.ohaka-benefits ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ohaka-benefits li {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}

.ohaka-section {
  padding: 110px 6vw;
  height: auto;
  padding-bottom: 20svh;
}
.ohaka-section.ohaka-intro {
  position: relative;
  padding-bottom: 30svh;
}
@media screen and (max-width: 620px) {
  .ohaka-section.ohaka-intro {
    padding-bottom: 10svh;
  }
}
.ohaka-section.ohaka-intro:after {
  content: "";
  width: 100%;
  height: clamp(140px, 16vw, 240px);
  position: absolute;
  bottom: -1px;
  left: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(181, 211, 210, 0) 0%, rgba(181, 211, 210, 0.72) 48%, #fbf8f0 100%);
}

.ohaka-split,
.ohaka-product,
.ohaka-keep__inner {
  width: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 70px;
  align-items: center;
}

.ohaka-split--reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ohaka-split--reverse figure {
  order: 2;
}

.ohaka-split figure,
.ohaka-product figure,
.ohaka-keep figure {
  margin: 0;
}

.ohaka-split img,
.ohaka-product img,
.ohaka-keep img {
  width: 100%;
  display: block;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.ohaka-copy h2,
.ohaka-heading h2,
.ohaka-product h3,
.ohaka-keep h2,
.ohaka-narrow h2,
.ohaka-final h2 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  color: #00564e;
}

.ohaka-copy h2,
.ohaka-heading h2,
.ohaka-keep h2,
.ohaka-narrow h2,
.ohaka-final h2 {
  font-size: 40px;
}
@media screen and (max-width: 620px) {
  .ohaka-copy h2,
  .ohaka-heading h2,
  .ohaka-keep h2,
  .ohaka-narrow h2,
  .ohaka-final h2 {
    font-size: 7vw;
  }
}
.ohaka-copy h2:before,
.ohaka-heading h2:before,
.ohaka-keep h2:before,
.ohaka-narrow h2:before,
.ohaka-final h2:before {
  content: attr(data-attr);
  font-size: 40%;
  display: block;
  width: 100%;
  color: rgb(70, 70, 70);
}

.ohaka-copy p,
.ohaka-product p,
.ohaka-keep p,
.ohaka-narrow p,
.ohaka-heading p,
.ohaka-final p,
.ohaka-flow li p,
.ohaka-faq p {
  font-size: 21px;
  line-height: 2;
}

.ohaka-intro .ohaka-split {
  width: 100%;
  gap: clamp(48px, 5vw, 96px);
  align-items: start;
  min-height: 61.0169491525vw;
  position: relative;
}

.ohaka-intro__images {
  width: 35vw;
  aspect-ratio: 59/90;
  min-height: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  isolation: isolate;
}

.ohaka-intro .ohaka-intro__image {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(47, 38, 25, 0.2);
  opacity: 0;
}

.ohaka-intro .ohaka-intro__image img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: auto;
  object-fit: cover;
  transform: translate3d(var(--ohaka-parallax-x, 0px), var(--ohaka-parallax-y, 0px), 0) scale(1.16);
  transform-origin: center center;
  will-change: transform;
}

.ohaka-intro .ohaka-intro__image.is-visible {
  animation: ohakaIntroImageReveal 0.85s cubic-bezier(0.22, 0.8, 0.24, 1) forwards;
}

.ohaka-intro .ohaka-intro__image--memorial {
  top: 0;
  right: 15%;
  z-index: 1;
  width: 64%;
  height: 43%;
}

.ohaka-intro .ohaka-intro__image--columbarium {
  top: 37%;
  left: -30%;
  z-index: 3;
  width: 70%;
  aspect-ratio: 1.5/2;
}
@media screen and (max-width: 620px) {
  .ohaka-intro .ohaka-intro__image--columbarium {
    left: 0;
  }
}

.ohaka-intro .ohaka-intro__image--tree {
  top: 55%;
  right: 0;
  z-index: 2;
  width: 70%;
  height: 56%;
}

.ohaka-intro .ohaka-copy {
  grid-column: 2;
  max-width: none;
  margin: clamp(52px, 8vw, 160px) 0 0;
  width: 40vw;
  position: static;
}

@keyframes ohakaIntroImageReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ohaka-checks {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px dashed rgba(141, 119, 66, 0.42);
  list-style: none;
}

.ohaka-checks__item {
  border-bottom: 1px dashed rgba(141, 119, 66, 0.42);
  position: relative;
  transition: color 0.25s ease;
}

.ohaka-checks__item:hover,
.ohaka-checks__item.is-open {
  color: #6c5828;
}

.ohaka-checks__button {
  width: 100%;
  min-height: 76px;
  padding: 40px 64px 40px 20px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.65;
  text-align: left;
  transition: padding-left 0.25s ease;
}

.ohaka-checks__button:hover {
  background-color: rgba(255, 255, 255, 0.1333333333);
}

.ohaka-checks__button:after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 38px;
  color: #01564e;
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.28s ease;
}

.ohaka-checks__item.is-open .ohaka-checks__button:after {
  transform: translateY(-50%) rotate(45deg);
}

.ohaka-checks__answer {
  --ohaka-check-height: 0px;
  max-height: var(--ohaka-check-height);
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.28s ease;
}

.ohaka-checks__item.is-open .ohaka-checks__answer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ohaka-checks__answer p {
  margin: 0;
  padding: 0 64px 24px 20px;
  color: #3c3529;
  font-size: 15px;
  line-height: 1.9;
}

.ohaka-products,
.ohaka-trust,
.ohaka-flow,
.ohaka-access {
  background: #fff;
}

.ohaka-choice {
  background: #fbf8f0;
}
.ohaka-choice__slider {
  width: min(50% + 50vw, 1680px);
  margin: 0 calc(50% - 50vw) 0 auto;
  padding: 0 0 18px clamp(22px, (100vw - 1460px) / 2, 72px);
  overflow: visible;
}
@media screen and (min-width: 1001px) {
  .ohaka-choice__slider {
    --ohaka-choice-edge: max(46px, calc((100vw - 1190px) / 2 + 50px));
    width: calc(100vw - var(--ohaka-choice-edge));
    margin: 0 calc(50% - 50vw) 0 calc(var(--ohaka-choice-edge) - 6vw);
    padding: 0 0 18px;
    overflow: hidden;
  }
  .ohaka-choice__slider .ohaka-choice-card {
    width: min(25vw, 320px);
  }
  .ohaka-choice__slider .ohaka-choice-card figure img {
    aspect-ratio: 0.704;
  }
  .ohaka-choice__slider .ohaka-choice-card__body {
    padding-top: 35px;
  }
}
.ohaka-choice__slider .swiper-wrapper {
  align-items: stretch;
}
.ohaka-choice-card {
  width: clamp(320px, 26vw, 430px);
  height: auto;
  aspect-ratio: 1.5/2;
  background: transparent;
  opacity: 0;
  transform: translate3d(120px, 0, 0);
  transition: opacity 0.75s ease, transform 0.9s cubic-bezier(0.16, 0.78, 0.2, 1);
}
.ohaka-choice-card figure {
  margin: 0;
  overflow: hidden;
  background: #eee7dd;
}
.ohaka-choice-card figure img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.5/2;
  height: auto;
}
.ohaka-choice-card img {
  aspect-ratio: 4/5;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.ohaka-choice-card:hover img {
  transform: scale(1.045);
}
.ohaka-choice-card__body {
  padding: 26px 0 0;
}
.ohaka-choice-card__type {
  margin: 0 0 12px;
  color: #a76f58;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
.ohaka-choice-card h3 {
  margin: 0 0 18px;
  color: #2f2619;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 620px) {
  .ohaka-choice-card h3 {
    font-size: 7vw;
    font-weight: bold;
  }
}
.ohaka-choice-card__body > p:not(.ohaka-choice-card__type), .ohaka-choice__lead {
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 620px) {
  .ohaka-choice-card__body > p:not(.ohaka-choice-card__type), .ohaka-choice__lead {
    font-size: 5vw;
  }
}
.ohaka-choice__lead {
  width: 100%;
  margin: 44px auto 0;
  padding: 0 30px;
  text-align: center;
  background: transparent;
  font-size: 2vw;
}
@media screen and (max-width: 620px) {
  .ohaka-choice__lead {
    font-size: 24px;
  }
}
.ohaka-choice__slider.is-visible .ohaka-choice-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ohaka-choice__slider.is-visible .ohaka-choice-card:nth-child(2) {
  transition-delay: 0.08s;
}
.ohaka-choice__slider.is-visible .ohaka-choice-card:nth-child(3) {
  transition-delay: 0.16s;
}
.ohaka-choice__slider.is-visible .ohaka-choice-card:nth-child(4) {
  transition-delay: 0.24s;
}

.ohaka-heading {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}
.ohaka-heading p {
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .ohaka-choice-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.ohaka-product {
  padding: 70px 0;
  border-top: 1px solid rgba(141, 119, 66, 0.22);
}

.ohaka-products {
  overflow: hidden;
  background: #fffaf8;
}

.ohaka-products .ohaka-heading {
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.ohaka-products .ohaka-heading .ohaka-label {
  color: #a76f58;
}

.ohaka-products__rail {
  max-width: 1460px;
  margin: 0 auto;
}
.ohaka-products__rail .swiper-wrapper {
  align-items: stretch;
}

.ohaka-scroll-hint {
  display: none;
}

.ohaka-products .ohaka-product {
  width: calc((100% - clamp(28px, 4vw, 72px) * 3) / 3.5);
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

.ohaka-products .ohaka-product figure {
  overflow: hidden;
  background: #eee7dd;
  aspect-ratio: 4/2.5;
  border-radius: 20px;
}
.ohaka-products .ohaka-product figure img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ohaka-products .ohaka-product img {
  aspect-ratio: 3/4;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ohaka-products .ohaka-product:hover img {
  transform: scale(1.045);
}

.ohaka-products .ohaka-product__body {
  padding: 26px 2px 0;
}

.detailbtn {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 50px;
  font-size: 16px;
  color: #a76f58;
  border: 2px solid #a76f58;
  margin-top: 20px;
}
.detailbtn:hover {
  background-color: #a76f58;
  color: #fff;
  border-color: #a76f58;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  cursor: pointer;
  font-weight: 600;
}

.ohaka-products .ohaka-product__type {
  margin: 0 0 12px;
  color: #a76f58;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
}

.ohaka-products .ohaka-product h3 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #2f2619;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.4;
}

.ohaka-products .ohaka-product__body > p:not(.ohaka-product__type, .ohaka-note) {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
}

.ohaka-products .ohaka-price {
  width: 100%;
  margin-top: 22px;
  padding: 14px 16px;
  border-color: rgba(167, 111, 88, 0.35);
  background: rgba(255, 255, 255, 0.58);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ohaka-products .ohaka-price dd {
  font-size: clamp(24px, 2.2vw, 32px);
}

.ohaka-products .ohaka-note {
  margin-top: 14px;
}

.ohaka-product--reverse figure {
  order: 2;
}

.ohaka-product h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.ohaka-product__type {
  margin: 0 0 16px;
  color: #7c6835;
  font-size: 18px;
}

.ohaka-price {
  margin: 30px 0 0;
  padding: 24px 28px;
  border: 1px solid rgba(141, 119, 66, 0.28);
  background: #fbf8f0;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 18px;
  align-items: baseline;
}

.ohaka-price dt {
  font-size: 14px;
  color: #695a32;
}

.ohaka-price dd {
  margin: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
}

.ohaka-price--small dd {
  font-size: clamp(24px, 2.4vw, 34px);
}

.ohaka-note {
  margin-top: 18px;
  color: #5e584e;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.ohaka-compare {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(251, 248, 240, 0.88) 0%, rgba(251, 248, 240, 0.68) 44%, rgba(251, 248, 240, 0.92) 100%), url("/assets/images/ohaka/compare-bg-diorama-v1.webp") center/cover no-repeat;
}
.ohaka-compare .ohaka-heading,
.ohaka-compare .ohaka-table-wrap {
  position: relative;
  z-index: 1;
}

.ohaka-table-wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  overflow-x: auto;
}

.ohaka-table-wrap table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.ohaka-table-wrap th,
.ohaka-table-wrap td {
  padding: 22px 18px;
  border: 1px solid rgba(141, 119, 66, 0.22);
  text-align: left;
  line-height: 1.7;
  vertical-align: top;
}

.ohaka-table-wrap th,
.ohaka-table-wrap td:not(:nth-child(2)) {
  white-space: nowrap;
}

.ohaka-table-wrap td:nth-child(2) {
  white-space: normal;
}

.ohaka-table-wrap th:nth-child(1) {
  width: 18%;
}

.ohaka-table-wrap th:nth-child(2) {
  width: 37%;
}

.ohaka-table-wrap th:nth-child(3) {
  width: 15%;
}

.ohaka-table-wrap th:nth-child(4) {
  width: 20%;
}

.ohaka-table-wrap th:nth-child(5) {
  width: 10%;
}

.ohaka-table-wrap thead th {
  background: #2f2619;
  color: #fff;
  font-weight: 400;
}

.ohaka-table-wrap tbody th {
  color: #5f4c1d;
}

.ohaka-keep {
  background: #f0eadf;
}

.ohaka-keep__inner {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.ohaka-about-eternal {
  background: #2f2619;
  color: #fff;
}

.ohaka-about-eternal .ohaka-label,
.ohaka-final .ohaka-label {
  color: #d6bf78;
}

.ohaka-narrow {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.ohaka-text-link {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #d6bf78;
}

.ohaka-difference-table {
  margin-top: 42px;
  overflow-x: auto;
}

.ohaka-difference-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.06);
}

.ohaka-difference-table th,
.ohaka-difference-table td {
  padding: 20px 18px;
  border: 1px solid rgba(214, 191, 120, 0.3);
  text-align: left;
  line-height: 1.75;
  vertical-align: top;
}

.ohaka-difference-table thead th {
  color: #d6bf78;
  font-weight: 400;
}

.ohaka-difference-table tbody th {
  width: 18%;
  color: #d6bf78;
  font-weight: 400;
}

.ohaka-flow ol {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ohaka-flow li {
  padding: 28px 24px;
  background: #f8f4eb;
  border: 1px solid rgba(141, 119, 66, 0.22);
}

.ohaka-flow li span {
  display: block;
  color: #8d7742;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-bottom: 18px;
}

.ohaka-flow li strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.ohaka-flow li p {
  margin-bottom: 0;
  font-size: 14px;
}

.ohaka-faq {
  background: #f7f4ed;
}

.ohaka-faq__list {
  max-width: 900px;
  margin: 0 auto;
}

.ohaka-faq__item {
  border-top: 1px solid rgba(141, 119, 66, 0.28);
  background: rgba(255, 255, 255, 0.55);
}

.ohaka-faq__item:last-child {
  border-bottom: 1px solid rgba(141, 119, 66, 0.28);
}

.ohaka-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: 24px 54px 24px 22px;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  position: relative;
}

.ohaka-faq__question:after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d7742;
  font-size: 47px;
  transition: transform 0.28s ease;
}

.ohaka-faq__item.is-open .ohaka-faq__question:after {
  transform: translateY(-50%) rotate(45deg);
}

.ohaka-faq__answer {
  --ohaka-faq-height: 0px;
  max-height: var(--ohaka-faq-height);
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.28s ease;
}
.ohaka-faq__answer p {
  font-size: 16px;
}

.ohaka-faq__item.is-open .ohaka-faq__answer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ohaka-faq p {
  margin: 0;
  padding: 0 22px 24px;
}

.ohaka-map iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
  filter: saturate(0.8);
}

.ohaka-final {
  padding: 120px 6vw;
  background: linear-gradient(rgba(47, 38, 25, 0.72), rgba(47, 38, 25, 0.72)), url("/assets/images/eternal/tree.webp") center/cover;
  color: #fff;
  text-align: center;
}

.ohaka-final > div {
  max-width: 860px;
  margin: 0 auto;
}

.ohaka-final .ohaka-cta {
  justify-content: center;
}

.ohaka-final .ohaka-button {
  background: #fff;
  border-color: #fff;
  color: #2f2619;
}

.ohaka-final .ohaka-tel {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .ohaka-page {
    --ohaka-fixed-cta-height: 82px;
    padding-bottom: calc(var(--ohaka-fixed-cta-height) + env(safe-area-inset-bottom));
  }
  .ohaka-hero {
    height: clamp(390px, 50svh, 560px);
    min-height: 0;
    padding: 0;
    background: #19150f;
    isolation: auto;
    overflow: visible;
  }
  .ohaka-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(25, 21, 15, 0.86) 0%, rgba(25, 21, 15, 0.54) 42%, rgba(25, 21, 15, 0.08) 100%), linear-gradient(0deg, rgba(25, 21, 15, 0.64) 0%, rgba(25, 21, 15, 0) 46%);
  }
  .ohaka-hero__inner {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    height: 100%;
    min-height: 0;
    padding: clamp(84px, 9svh, 104px) 5vw clamp(28px, 5svh, 42px);
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  .ohaka-hero .texts {
    position: relative;
    z-index: 3;
    width: min(62vw, 520px);
    margin-top: 0;
    padding-left: 0;
  }
  .ohaka-hero .texts h1 {
    color: #fff;
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.28;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  }
  .ohaka-hero .texts h1:before {
    color: rgba(255, 255, 255, 0.78);
    font-size: 28%;
    padding-left: 0;
    line-height: 1.35;
  }
  .ohaka-hero .texts h1 span {
    margin-left: 8px;
  }
  .ohaka-hero .texts p {
    max-width: 440px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(13px, 1.35vw, 15px);
    line-height: 1.75;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
  }
  .ohaka-hero .texts p strong {
    font-size: 130%;
  }
  .ohaka-hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: none;
  }
  .ohaka-hero__image:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(25, 21, 15, 0.74) 0%, rgba(25, 21, 15, 0.42) 42%, rgba(25, 21, 15, 0.04) 100%), linear-gradient(0deg, rgba(25, 21, 15, 0.46) 0%, rgba(25, 21, 15, 0) 48%);
  }
  .ohaka-hero__image .ohaka-hero__slide {
    z-index: 1;
  }
  .ohaka-hero__image img {
    height: 100%;
    aspect-ratio: auto;
    object-position: center right;
  }
  .ohaka-hero__text {
    width: 100%;
    padding: 0;
    background: transparent;
    border-left: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .ohaka-hero__text .ohaka-label {
    color: #d6bf78;
  }
  .ohaka-hero__lead {
    color: rgba(255, 255, 255, 0.9);
  }
  .ohaka-hero__points li {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(214, 191, 120, 0.5);
    color: #f4ead3;
  }
  .ohaka-hero__footer {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2147483000;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: #fbf8f0;
    box-shadow: 0 -12px 34px rgba(47, 38, 25, 0.16);
    backdrop-filter: blur(12px);
  }
  .ohaka-hero .ohaka-cta {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
  }
  .ohaka-hero .ohaka-button,
  .ohaka-hero .ohaka-tel {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 54px;
    height: 54px;
    padding: 0 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
  }
  .ohaka-hero .ohaka-button {
    background: #009688;
    border-color: #009688;
    color: #fff;
  }
  .ohaka-hero .ohaka-tel {
    background: #2f2619;
    border: 1px solid #2f2619;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
  }
  .ohaka-hero__note {
    display: none;
  }
  .ohaka-split,
  .ohaka-split--reverse,
  .ohaka-product,
  .ohaka-keep__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ohaka-split--reverse figure,
  .ohaka-product--reverse figure {
    order: 0;
  }
  .ohaka-intro .ohaka-split {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 42px;
  }
  .ohaka-intro__images {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: min(76vw, 520px);
    max-width: 720px;
    margin: 0 auto;
  }
  .ohaka-intro .ohaka-copy {
    width: min(100%, 720px);
    max-width: 720px;
    margin: 0 auto;
    margin-top: 5svh;
  }
  .ohaka-products__rail {
    margin-right: -6vw;
    padding: 0 6vw 18px 0;
  }
  .ohaka-products .ohaka-product {
    width: min(72vw, 430px);
  }
  .ohaka-benefits ul,
  .ohaka-flow ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .ohaka-choice__slider {
    padding-left: 6vw;
  }
  .ohaka-choice-card {
    width: min(72vw, 430px);
  }
  .ohaka-scroll-hint {
    position: absolute;
    right: 16px;
    bottom: 28px;
    z-index: 10;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(47, 38, 25, 0.2);
    pointer-events: none;
    opacity: 0.92;
    transition: opacity 0.32s ease, transform 0.32s ease;
  }
  .ohaka-scroll-hint__icon {
    width: 34px;
    height: 34px;
    display: block;
    background: #2f2619;
    -webkit-mask: url("/assets/images/SVG/finger.svg") center/contain no-repeat;
    mask: url("/assets/images/SVG/finger.svg") center/contain no-repeat;
    animation: ohakaSwipeHand 1.45s ease-in-out infinite;
  }
  .ohaka-table-wrap.is-scroll-hint-complete .ohaka-scroll-hint {
    opacity: 0;
    transform: translateY(8px);
  }
}
@media screen and (max-width: 620px) {
  .ohaka-page {
    --ohaka-fixed-cta-height: 74px;
  }
  .ohaka-hero {
    height: 80svh;
  }
  .ohaka-hero:before {
    background: linear-gradient(90deg, rgba(25, 21, 15, 0.88) 0%, rgba(25, 21, 15, 0.6) 48%, rgba(25, 21, 15, 0.1) 100%), linear-gradient(0deg, rgba(25, 21, 15, 0.7) 0%, rgba(25, 21, 15, 0) 52%);
  }
  .ohaka-hero__inner {
    padding: 72px 20px 28px;
  }
  .ohaka-hero .texts {
    width: min(78vw, 330px);
  }
  .ohaka-hero .texts h1 {
    font-size: 30px;
    line-height: 1.24;
  }
  .ohaka-hero .texts h1:before {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .ohaka-hero .texts p {
    max-width: 300px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.65;
  }
  .ohaka-hero .texts p br {
    display: none;
  }
  .ohaka-hero .texts p strong {
    font-size: 118%;
  }
  .ohaka-hero__image img {
    object-position: 63% center;
  }
  .ohaka-hero .ohaka-cta {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
  }
  .ohaka-hero .ohaka-button,
  .ohaka-hero .ohaka-tel {
    width: auto;
    min-height: 50px;
    height: 50px;
    padding: 0 8px;
    font-size: 13px;
  }
  .ohaka-hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .ohaka-hero__lead br {
    display: none;
  }
  .ohaka-copy p,
  .ohaka-product p,
  .ohaka-keep p,
  .ohaka-narrow p,
  .ohaka-final p {
    font-size: 15px;
    line-height: 1.9;
  }
  .ohaka-final p br {
    display: none;
  }
  .ohaka-cta,
  .ohaka-final .ohaka-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .ohaka-button,
  .ohaka-tel {
    width: 100%;
    text-align: center;
  }
  .ohaka-tel {
    display: flex;
    justify-content: center;
  }
  .ohaka-benefits {
    padding: 20px;
  }
  .ohaka-benefits ul,
  .ohaka-flow ol {
    grid-template-columns: 1fr;
  }
  .ohaka-choice__slider {
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ohaka-choice-card {
    width: 82vw;
  }
  .ohaka-choice__lead {
    padding: 0;
    text-align: left;
  }
  .ohaka-section,
  .ohaka-final {
    padding: 72px 20px;
  }
  .ohaka-heading {
    margin-bottom: 38px;
    text-align: left;
  }
  .ohaka-product {
    padding: 46px 0;
  }
  .ohaka-price {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ohaka-table-wrap,
  .ohaka-difference-table {
    margin-right: -20px;
    padding-right: 20px;
  }
  .ohaka-map iframe {
    min-height: 320px;
  }
  .ohaka-intro__images {
    width: min(88vw, 390px);
    max-width: none;
  }
  .ohaka-intro .ohaka-intro__image {
    opacity: 1;
  }
  .ohaka-intro .ohaka-intro__image.is-visible {
    animation: none;
  }
  .ohaka-products__rail {
    margin-right: -20px;
    padding-right: 20px;
  }
  .ohaka-products .ohaka-product {
    width: 82vw;
  }
  .ohaka-products .ohaka-product__body {
    padding-top: 20px;
  }
  .ohaka-products .ohaka-product__type {
    font-size: 13px;
  }
  .ohaka-products .ohaka-product h3 {
    margin-bottom: 14px;
    font-size: 25px;
  }
  .ohaka-checks {
    margin-top: 28px;
  }
  .ohaka-checks__button {
    min-height: 72px;
    padding: 16px 50px 16px 16px;
    font-size: 14px;
  }
  .ohaka-checks__button:after {
    right: 12px;
    top: 36px;
    font-size: 24px;
  }
  .ohaka-checks__answer p {
    padding: 0 50px 20px 16px;
    font-size: 14px;
  }
}
@keyframes ohakaSwipeHand {
  0%, 100% {
    transform: translateX(0);
  }
  42% {
    transform: translateX(-7px);
  }
  72% {
    transform: translateX(7px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ohaka-intro .ohaka-intro__image {
    opacity: 1;
  }
  .ohaka-intro .ohaka-intro__image.is-visible {
    animation: none;
  }
}/*# sourceMappingURL=ohaka.css.map */