@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");

/* Foundation / 共通設定 */
:root {
  --white: #fff;
  --black: #151515;
  --text: #1b1b1b;
  --muted: #5e6e24;
  --blue-light: #bfd8df;
  --blue-deep: #3f8da2;
  --olive: #858c6f;
  --beige: #c5ae92;
  --gray: #eeeeea;
  --logo_font: "EB Garamond", "Times New Roman", serif;
  --serif: "Cormorant Garamond", "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --sans: "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --site-width: 1440px;
  --inner: 1040px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  min-width: 0;
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3 {
  margin: 0;
}

.sp_only {
  display: none;
}

@media (max-width: 520px) {
  .sp_only {
    display: block;
  }
}
.container {
  width: min(calc(100% - 40px), var(--inner));
  margin-inline: auto;
}
.section {
  padding: 110px 0;
}
.section_label {
  margin-bottom: 26px;
  font-size: 28px;
  line-height: 1.4;
}
.small_en {
  margin-bottom: 4px;
  color: #242424;
  font-size: 13px;
  font-family: var(--sans);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}
.hero__image,
.dark_room__image,
.landscape_band,
.single_photo__image,
.feature__image,
.journal_card__image {
  background-color: #d7ded9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.intro .container {
  position: relative;
  z-index: 1;
}
.intro p:not(.section_label) {
  max-width: 560px;
  font-size: 16px;
  line-height: 2.1;
}
.journey h2,
.voices h2,
.faq h2,
.hosts h2,
.news h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.25;
}
.text_link {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text_link__right {
  display: block;
  width: fit-content;
  margin-left: auto;
}
.container_narrow {
  width: min(calc(100% - 40px), 920px);
  margin-inline: auto;
}
.hosts p:not(.small_en) {
  max-width: 520px;
  margin: 0 auto 42px;
  font-size: 14px;
  line-height: 2.3;
}
.reservation p:not(.small_en) {
  margin-bottom: 44px;
  font-size: 13px;
}
.image_frame {
  position: relative;
  overflow: hidden;
  background: #d7ded9;
}
.image_frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image,
.dark_room__image,
.landscape_band,
.single_photo__image,
.hosts__photo,
.message_cta__image,
.reservation__image {
  background-image: none !important;
}
.site_logo,
.hero__logo,
.site_footer__logo {
  font-family: var(--logo_font);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.landscape_band > img,
.message_cta__image > img,
.reservation__image > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message_cta__image::after,
.reservation__image::after {
  z-index: 1;
}
.message_cta__image p,
.reservation__image > :not(img) {
  position: relative;
  z-index: 2;
}
.journey .container {
  max-width: 980px;
}

/* Header */
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 48px;
  color: var(--white);
  transition: color 0.45s ease, padding 0.45s ease, transform 0.65s ease, opacity 0.65s ease;
}
.site_header.is_hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 32px));
}
.site_logo,
.menu_toggle {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
}

body.is_menu_open .site_header {
  color: #f8f5ef;
  background: transparent;
  backdrop-filter: none;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site_logo {
  position: relative;
  z-index: 122;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.menu_toggle {
  position: relative;
  z-index: 122;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 52px;
  height: 36px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.menu_toggle__line {
  display: block;
  height: 1px;
  background: currentColor;
  transform-origin: right center;
  transition: width 0.45s ease, transform 0.45s ease, opacity 0.45s ease;
}
.menu_toggle__line--long {
  width: 42px;
}
.menu_toggle__line--short {
  width: 28px;
  margin-top: 10px;
}
.menu_toggle:hover .menu_toggle__line--short {
  width: 42px;
}
body.is_menu_open .menu_toggle {
  align-items: center;
}
body.is_menu_open .menu_toggle__line {
  width: 34px;
  transform-origin: center center;
}
body.is_menu_open .menu_toggle:hover .menu_toggle__line {
  width: 34px;
}
body.is_menu_open .menu_toggle__line--long {
  transform: translateY(5.5px) rotate(45deg);
}
body.is_menu_open .menu_toggle__line--short {
  margin-top: 10px;
  transform: translateY(-5.5px) rotate(-45deg);
}
.site_menu {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: block;
  min-height: 100vh;
  padding: 112px clamp(28px, 7vw, 96px) 52px;
  color: var(--white);
  background: rgba(43, 43, 45, 0.98);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}
.site_menu.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site_menu__footer {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.site_menu.is_open .site_menu__footer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}
.site_menu .site_footer__inner,
.site_menu .site_footer__bottom {
  max-width: none;
}
.site_menu .site_menu__footer {
  padding: 0;
}
body.is_menu_open {
  overflow: hidden;
}

/* Hero / First visual */
.hero {
  position: relative;
  height: 640px;
  overflow: hidden;
}
.hero__image {
  width: 100%;
  height: 100%;
}
.hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white);
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.hero__logo {
  margin-bottom: 4px;
  font-size: 78px;
  line-height: 1.1;
}
.hero h1 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(rgba(0, 88, 120, 0.12), rgba(0, 40, 60, 0.2));
}
.hero_slider {
  position: relative;
  overflow: hidden;
}
.hero_slider__image {
  transition: opacity 2200ms ease;
  animation: hero_slideshow 32s infinite ease-in-out;
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.12);
  transform-origin: center center;
  animation-name: hero_slideshow;
  animation-duration: 16s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: opacity, transform;
  backface-visibility: hidden;
}
.hero_slider__image:nth-child(1) {
  animation-delay: 0s;
}
.hero_slider__image:nth-child(2) {
  animation-delay: 4s;
}
.hero_slider__image:nth-child(3) {
  animation-delay: 8s;
}
.hero_slider__image:nth-child(4) {
  animation-delay: 12s;
}
.hero_slider::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(rgba(0, 88, 120, 0.12), rgba(0, 40, 60, 0.2));
  pointer-events: none;
}
.hero__image::after {
  display: none;
}

/* Concept intro */
.intro {
  position: relative;
  padding-top: 92px;
  padding-bottom: 96px;
}
.intro h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.intro__map {
  position: absolute;
  top: -140px!important;
  right: max(20px, calc((100vw - 1040px) / 2));
  width: clamp(260px, 42vw, 620px)!important;
  z-index: 0;
  pointer-events: none;
}
.intro__map img {
  display: block;
  width: 100%;
  height: auto;
}

.emphasize {
  font-weight: 500;
}

/* Wide message */
.wide_message {
  position: relative;
  width: min(calc(100% - 40px), 1040px);
  aspect-ratio: 3034 / 1520;
  height: auto;
  margin: 170px auto 92px;
  overflow: hidden;
}
.wide_message__image {
  width: 100%;
  height: 100%;
}
.wide_message::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.18);
}
.wide_message p {
  position: absolute;
  top: 36%;
  left: 58px;
  z-index: 1;
  color: var(--white);
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
}
.wide_message::after {
  pointer-events: none;
}

/* Quiet copy */
.quiet_copy {
  padding-top: 52px;
  padding-bottom: 132px;
  text-align: center;
}
.quiet_copy p {
  font-size: 22px;
  line-height: 2.6;
  letter-spacing: 0.15em;
}

/* Dark room / Root ruby */
.dark_room {
  position: relative;
  width: 100%;
  aspect-ratio: 3840 / 1734;
  height: auto;
  background: #050505;
  overflow: hidden;
}
.dark_room__image {
  width: 100%;
  height: 100%;
}
.dark_room__text {
  position: absolute;
  top: 50%;
  color: var(--white);
  transform: translateY(-50%);
  right: max(20px, calc((100vw - 1040px) / 2 - 64px)) !important;
  left: auto !important;
  width: min(35vw, 500px) !important;
  max-width: 500px !important;
}
.dark_room__text h2 {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 2;
}
.dark_room__text p {
  font-size: 16px;
  line-height: 2.3;
}
.dark_room__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}
.root_ruby {
  ruby-position: over;
  ruby-align: center;
}
.root_ruby rt {
  font-size: 0.45em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  transform: translateY(-0.12em);
}

/* Four essences */
.essence_wheel {
  height: auto;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  overflow: visible;
}
.essence_wheel::before,
.essence_wheel::after {
  display: none;
}
.essence_wheel::before {
  width: 1px;
  height: 100%;
}
.essence_wheel::after {
  width: 100%;
  height: 1px;
}
.essence_label {
  position: absolute;
}
.essence_label strong {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--logo_font) !important;
  letter-spacing: 0.1em;
}
.essence_label span {
  display: block;
  color: var(--muted);
  line-height: 1.5;
}
.essence_wheel {
  width: min(520px, calc(100vw - 96px));
  aspect-ratio: 1 / 1;
}
.essence_wheel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.essence_wheel {
  position: relative;
}
.essence_wheel__center_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: var(--text);
  font-family: var(--logo_font);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.essence_label {
  width: 180px !important;
  text-align: center !important;
}
.essence_label strong,
.essence_label span {
  text-align: center !important;
}
.essence_label span {
  margin-top: 6px;
  font-size: 15px;
}
.label_reconnect {
  top: 74px !important;
  left: -188px !important;
}
.label_reset {
  top: 74px !important;
  right: -188px !important;
}
.label_redesign {
  bottom: 74px !important;
  left: -188px !important;
}
.label_relax {
  right: -188px !important;
  bottom: 74px !important;
}
.essence_label {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1100ms ease, transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.essence_wheel.is_essence_visible .essence_label {
  opacity: 1;
  transform: translateY(0);
}
.essence_wheel.is_essence_visible .label_reconnect {
  transition-delay: 100ms;
}
.essence_wheel.is_essence_visible .label_reset {
  transition-delay: 420ms;
}
.essence_wheel.is_essence_visible .label_relax {
  transition-delay: 740ms;
}
.essence_wheel.is_essence_visible .label_redesign {
  transition-delay: 1060ms;
}

/* Four essences: section wrapper */
.essences {
  padding-top: 92px;
  padding-bottom: 118px;
  text-align: center;
}
.essences h2 {
  margin-bottom: 54px;
  font-size: 23px;
}

/* Landscape band */
.landscape_band {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 3839 / 1130;
  height: auto;
  color: var(--white);
  overflow: hidden;
}
.landscape_band p {
  font-size: 22px;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 2;
}
.landscape_band::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.35));
  z-index: 1;
}

/* Single photo */
.single_photo {
  padding-top: 92px;
  padding-bottom: 92px;
  text-align: center;
}
.single_photo__image {
  width: min(calc(100% - 40px), 1040px);
  aspect-ratio: 3034 / 1519;
  height: auto;
  margin: 0 auto 74px;
}
.single_photo p {
  font-size: 24px;
  letter-spacing: 0.12em;
  padding: 80px 0;
}

/* Stay feature sections */
.feature {
  padding: 76px 0 82px;
}
.feature__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(calc(100% - 40px), 1040px);
  min-height: 420px;
  margin: 0 auto;
}
.feature__inner_first {
  align-items: start;
}
.feature__text {
  padding: 68px 44px 48px 0;
}
.feature__text h2 {
  margin-bottom: 24px;
  font-size: 25px;
}
.feature__text .lead {
  margin-bottom: 24px;
  font-size: 20px;
}
.feature__text p {
  font-size: 15px;
  line-height: 2.2;
}
.feature__thumbs span {
  display: block;
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
}
.feature__thumbs span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__thumbs {
  display: grid;
  justify-content: start;
  gap: 18px;
  width: min(calc(100% - 40px), 1040px);
  margin: 54px auto 0;
}
.feature__thumbs span {
  width: 100%;
}
.feature_olive .feature__thumbs {
  margin-left: auto !important;
  margin-right: auto !important;
}
.feature__inner {
  align-items: stretch;
}
.feature__image {
  min-height: 0;
}
.feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_blue {
  padding-top: 0;
  padding-bottom: 74px;
  background: var(--blue-light);
}
.feature_blue .feature__inner_first {
  align-items: stretch;
}
.feature_blue .feature__text {
  padding-top: 40px;
  padding-bottom: 54px;
}
.feature_blue .feature__image {
  transform: translateY(-40px);
  height: calc(100% + 40px);
}
.feature_blue .feature__thumbs {
  justify-content: start !important;
  margin-top: 34px;
}
.feature_deep_blue {
  padding-top: 0;
  padding-bottom: 0;
  color: var(--white);
  background: var(--blue-deep);
}
.feature_deep_blue .feature__inner {
  min-height: 420px;
}
.feature_deep_blue .feature__image,
.feature_deep_blue .feature__text {
  min-height: 420px;
}
.feature_deep_blue .feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature_deep_blue + .feature_olive {
  margin-top: 200px;
}
.feature_olive {
  padding-top: 0;
  padding-bottom: 78px;
  background: var(--olive);
}
.feature_olive .feature__inner {
  align-items: stretch;
}
.feature_olive .feature__text {
  padding-top: 40px;
  padding-bottom: 54px;
}
.feature_olive .feature__image {
  transform: translateY(-40px);
  height: calc(100% + 40px);
}
.feature_olive .feature__thumbs {
  justify-content: end !important;
  margin-top: 34px;
}
.feature_beige {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--beige);
}
.feature_beige .feature__inner {
  min-height: 420px;
}
.feature_beige .feature__image,
.feature_beige .feature__text {
  min-height: 420px;
}
.feature_beige .feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature_deep_blue .feature__text,
.feature_olive .feature__text {
  padding-left: 44px;
}
.feature__thumbs {
  grid-template-columns: repeat(4, minmax(0, 170px));
}
.feature__thumbs span {
  aspect-ratio: 1 / 1;
  height: auto !important;
}
.feature__thumb_slider {
  position: relative;
  width: min(calc(100% - 40px), 1040px);
  margin: 54px auto 0;
}
.feature__thumb_slider .feature__thumbs {
  width: 100%;
  margin: 0;
}
.feature_blue .feature__thumb_slider,
.feature_olive .feature__thumb_slider {
  margin-top: 34px;
}
.feature__thumb_arrow {
  display: none;
}
.feature_blue .feature__image,
.feature_olive .feature__image {
  transform: translateY(-44px) !important;
  height: calc(100% + 44px) !important;
}
.feature_blue .feature__text,
.feature_olive .feature__text {
  padding-top: 40px;
}
.feature_deep_blue .feature__inner {
  align-items: stretch;
}
.feature_deep_blue .feature__image {
  height: auto;
}
.feature_deep_blue .feature__image img {
  min-height: 420px;
}
.feature_deep_blue .feature__image {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  min-height: 420px;
  line-height: 0;
  background: var(--blue-deep);
}
.feature_deep_blue .feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Time icons */
.time {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.time h2 {
  margin-bottom: 58px;
  font-size: 24px;
}
.time__items {
  display: flex;
  justify-content: center;
  gap: 76px;
}
.time__items div {
  width: 190px;
}
.time__items span {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  background: #ddd;
  border-radius: 50%;
}
.time__items p {
  font-size: 15px;
  white-space: nowrap;
}
.time__items .time_icon_img {
  display: block;
  width: 222px;
  object-fit: contain;
}

/* Experiences journal */
.journal {
  padding-top: 96px;
  padding-bottom: 90px;
  background: #d8e6e8;
  text-align: center;
  overflow: hidden;
}
.journal h2 {
  margin-bottom: 76px;
  font-size: 28px;
  line-height: 1.15;
}
.journal_card__image {
  position: relative;
  height: 430px;
  margin-bottom: 18px;
  overflow: hidden;
}
.journal_card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal_card__category {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 5px;
  padding: 4px 14px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: var(--white);
  font-size: 11px;
  font-family: var(--serif);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.journal_card h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.journal_card p:last-child {
  font-size: 14px;
  line-height: 1.5;
}
.journal__scroll:active {
  cursor: grabbing;
}

.journal_card:first-child {
  margin-left: 0;
}
.journal__inner {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.journal__scroll {
  display: block;
  width: 100vw;
  max-width: 100vw;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  user-select: none;
}
.journal__scroll::-webkit-scrollbar {
  display: none;
}
.journal__track {
  padding: 0 60px 10px 0 !important;
  transform: translateZ(0);
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  gap: 30px;
  width: max-content !important;
  min-width: max-content !important;
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 16px !important;
  margin: 0 !important;
}
.journal_card {
  flex: 0 0 300px !important;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  text-align: left;
}
.journal__progress {
  position: relative;
  width: min(240px, calc(100vw - 80px));
  margin: 34px auto 0;
  overflow: hidden;
}
.journal__progress_bar {
  position: absolute;
  left: 0;
  display: block;
  width: var(--journal-progress, 0%);
  min-width: 36px;
  max-width: 100%;
  background: rgba(89, 102, 79, 0.82);
  transition: width 180ms ease;
}
.journal_card img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}
.journal_card.js_journal_group_reveal {
  opacity: 0;
  transform: translateY(34px) scale(1.01);
  transition: opacity 1550ms ease, transform 1650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.journal_card.js_journal_group_reveal.is_visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.journal_card.js_journal_group_reveal * {
  opacity: 1;
  transform: none;
}
.journal__scroll {
  cursor: grab !important;
}
.journal__scroll.is_dragging,
.journal__scroll:active {
  cursor: grabbing !important;
}
.journal__scroll {
  scroll-behavior: auto !important;
}
.journal__track {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.journal__scroll {
  scroll-padding-left: 44px !important;
}
.journal__progress {
  height: 12px;
  cursor: pointer;
  background: transparent;
}
.journal__progress::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(89, 102, 79, 0.22);
  transform: translateY(-50%);
}
.journal__progress_bar {
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
}
.journal__progress:hover::before {
  background: rgba(89, 102, 79, 0.30);
}
.journal__progress:hover .journal__progress_bar {
  background: rgba(89, 102, 79, 0.95);
}
.journal_card__category {
  background: #40859f !important;
}
.journal_card__category_selfcare {
  background: #b99d7c !important;
}

/* Journey plans */
.journey {
  text-align: center;
}
.journey__lead {
  margin-bottom: 72px;
  font-size: 13px;
}
.journey_plan {
  grid-template-columns: 185px 230px;
}
.journey_plan__photo {
  background-color: #d8ddd6;
  background-position: center;
  background-size: cover;
}
.journey_plan__text h3 {
  margin-bottom: 5px;
  color: #505146;
}
.journey_plan__kana {
  margin-bottom: 12px;
  color: #767676;
  font-family: var(--sans);
}
.journey_plan__text p:not(.journey_plan__kana) {
  margin-bottom: 12px;
}
.journey_plan__text.day {
  display: inline-block;
  padding: 5px 16px;
  border: 1px solid #b8b8b8;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}
.journey__closing {
  margin-bottom: 54px;
  font-size: 15px;
}
.journey_plan__photo,
.voice_card__photo {
  overflow: hidden;
}
.journey_plan__photo img {
  background: transparent;
}
.journey_plan__deco {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}
.journey_plan__photo,
.journey_plan__text {
  position: relative;
  z-index: 1;
}
.journey_plan__deco {
  z-index: 0;
}
.journey_plan__deco_seed {
  bottom: auto !important;
}
.journey_plan {
  overflow: visible;
}
.journey_plan__deco {
  width: 185px !important;
  max-width: none !important;
}
.journey_plan__deco_bloom {
  bottom: auto !important;
}
.journey_plan__root .journey_plan__text {
  position: relative;
  z-index: 2;
}
.journey_plan__root {
  overflow: visible;
}
.journey_plan__root .journey_plan__photo {
  position: relative;
  z-index: 2;
}
.journey_plan__deco_root {
  bottom: auto !important;
}
.journey_plan__root .journey_plan__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.journey_plan__bloom .journey_plan__photo,
.journey_plan__bloom .journey_plan__deco,
.journey_plan__bloom .journey_plan__text {
  transform: none;
}
.journey {
  background: #f5f5f3;
  padding-top: 88px;
  padding-bottom: 90px;
}
.journey__lead {
  max-width: 420px;
  margin: 0 auto 50px;
  line-height: 2;
}
.journey__flow {
  position: relative;
  width: min(calc(100% - 40px), 760px);
  min-height: 810px !important;
  margin: 0 auto 70px;
}
.journey__flow::before {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 270px;
  height: 710px;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
.journey_plan {
  position: absolute;
  display: grid;
  align-items: center;
  gap: 18px;
  text-align: left;
}
.journey_plan__photo {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}
.journey_plan__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journey_plan__text {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 260px;
  text-align: left;
}
.journey_plan__text h3 {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.journey_plan__kana {
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 1.3;
}
.journey_plan__text p:not(.journey_plan__kana) {
  margin: 0 0 12px;
  padding-left: 0;
  text-indent: 0;
  font-size: 13px;
  line-height: 1.85;
  white-space: nowrap;
}
.journey_plan__text p:not(.journey_plan__kana) span {
  padding-left: 0;
}
.journey_plan__text span {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgba(141, 138, 114, 0.55);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
.journey_plan__seed {
  top: 12px !important;
  left: 0 !important;
  grid-template-columns: 146px minmax(260px, max-content);
}
.journey_plan__seed .journey_plan__text {
  transform: translateX(-2px);
}
.journey_plan__deco_seed {
  top: -70px !important;
  left: 220px !important;
  right: auto !important;
  width: 150px !important;
}
.journey_plan__root {
  top: 310px !important;
  left: 248px !important;
  right: auto !important;
  /* grid-template-columns: minmax(260px, max-content) 146px; */
  gap: 24px;
}
.journey_plan__root .journey_plan__text {
  order: 1;
  transform: translateX(0);
}
.journey_plan__root .journey_plan__photo {
  order: 2;
  transform: translateX(0);
}
.journey_plan__deco_root {
  top: -20px !important;
  left: -140px !important;
  right: auto !important;
  width: 178px !important;
}
.journey_plan__bloom {
  top: 580px !important;
  left: 118px !important;
  bottom: auto !important;
  grid-template-columns: 146px minmax(280px, max-content);
  gap: 20px;
  transform: none !important;
}
.journey_plan__bloom .journey_plan__photo {
  transform: translateX(0);
}
.journey_plan__deco_bloom {
  top: 100px !important;
  right: -4px !important;
  left: auto !important;
  width: 148px !important;
}
.journey__closing {
  margin-top: 18px;
  line-height: 2.05;
}
.journey_plan__text {
  background: transparent !important;
  padding: 0 !important;
}
.journey__flow::before {
  border: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  background: url("../images/common/journey_curve.svg") center / contain no-repeat !important;
}
.accent_senses {
  color: #677c0e;
  font-size: 1.16em;
  line-height: 1.8;
}
.accent_return_root {
  color: #e5893c;
}
.accent_redesign_life {
  color: #6666af;
}
.journey_plan__text .accent_senses {
  color: #677c0e;
  font-size: 1.3em;
  line-height: 1.85;
  border: none !important;
}
.journey_plan__text .accent_return_root {
  color: #e5893c;
  font-size: 1.3em;
  line-height: 1.85;
  border: none !important;
}
.journey_plan__text .accent_redesign_life {
  color: #6666af;
  font-size: 1.3em;
  line-height: 1.85;
  border: none !important;
}


/* Journey plan reveal: softer and slower */
.journey_plan.js_reveal {
  transform: translateY(34px);
  transition-duration: 2100ms, 2200ms;
  transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1);
}
.journey_plan.js_reveal.is_visible {
  transform: translateY(0);
}
.journey_plan__seed.js_reveal {
  transition-delay: 180ms;
}
.journey_plan__root.js_reveal {
  transition-delay: 620ms;
}
.journey_plan__bloom.js_reveal {
  transition-delay: 1060ms;
}

/* Plan detail modal */
.js_plan_modal_trigger {
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.js_plan_modal_trigger:hover {
  filter: brightness(1.03);
}
.js_plan_modal_trigger:focus-visible {
  outline: 1px solid rgba(92, 106, 76, 0.65);
  outline-offset: 8px;
}
.plan_modal[hidden] {
  display: none;
}
.plan_modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}
.plan_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 45, 38, 0.48);
  backdrop-filter: blur(5px);
}
.plan_modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(82vh, 760px);
  overflow-y: auto;
  padding: 46px 52px 48px;
  border-radius: 24px;
  background: rgba(250, 249, 244, 0.98);
  box-shadow: 0 22px 70px rgba(40, 45, 35, 0.24);
  color: #55584e;
  text-align: left;
}
.plan_modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(119, 120, 108, 0.12);
  color: #505146;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.plan_modal__label {
  margin: 0 0 10px;
  color: #8b8d7f;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.plan_modal h3 {
  margin: 0 0 16px;
  color: #505146;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.plan_modal h3 span {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.12em;
}
.plan_modal__catch {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 2;
}
.plan_modal__content {
  display: grid;
  gap: 24px;
}
.plan_modal__block {
  padding-top: 22px;
  border-top: 1px solid rgba(119, 120, 108, 0.22);
}
.plan_modal__block h4 {
  margin: 0 0 12px;
  color: #505146;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.plan_modal__block p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
}
.plan_modal__price {
  font-size: 16px !important;
  letter-spacing: 0.06em;
}
.plan_modal__note {
  margin-top: 8px !important;
  color: #7d7f73;
  font-size: 11px !important;
  line-height: 1.8 !important;
}
.plan_modal__schedule {
  display: grid;
  gap: 14px;
}
.plan_modal__day {
  padding: 18px 20px 20px;
  border: 1px solid rgba(119, 120, 108, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 251, 0.54);
}
.plan_modal__day_head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.plan_modal__day_label {
  flex: 0 0 auto;
  color: #505146;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.08em;
}
.plan_modal__day h5 {
  margin: 0;
  color: #505146;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.plan_modal__timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan_modal__timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 0 0 12px;
  font-size: 13px;
  line-height: 1.8;
}
.plan_modal__timeline li:last-child {
  padding-bottom: 0;
}
.plan_modal__timeline li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 74px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(119, 120, 108, 0.62);
}
.plan_modal__timeline li::after {
  content: "";
  position: absolute;
  top: calc(0.85em + 8px);
  bottom: 3px;
  left: 76px;
  width: 1px;
  background: rgba(119, 120, 108, 0.18);
}
.plan_modal__timeline li:last-child::after {
  display: none;
}
.plan_modal__timeline time {
  color: #8b8d7f;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.06em;
}
.plan_modal__timeline span {
  padding-left: 16px;
}
body.is_plan_modal_open {
  overflow: hidden;
}

/* Voices */
.voices {
  background: #b9cbd0;
  text-align: center;
}
.voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  width: min(calc(100% - 40px), 920px);
  margin: 48px auto 44px;
}

/* Voices: cards */
.voice_card__photo {
  background-position: center;
  background-size: cover;
}
.voice_card__tag {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 20px;
  color: #050505;
  background: var(--white);
  font-size: 14px!important;
  line-height: 1.4;
}
.voice_card h3 {
  font-size: 15px!important;
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 13px;
  background: var(--white);
  font-weight: 400;
  line-height: 1.5;
}
.voice_card {
  position: relative;
  text-align: left;
}
.voice_card__photo {
  position: relative;
  width: 238px;
  height: 238px;
  margin: 0 auto -48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccd8d7;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.voice_card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_card__labels {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 76px;
  width: 238px;
  margin: 0 auto 22px;
  transform: translateX(-52px);
}
.voice_card__tag {
  display: inline-block;
  width: fit-content;
  max-width: 240px;
  margin: 0;
  padding: 5px 12px;
  background: var(--white);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
}
.voice_card p:last-child {
  font-size: 14px;
  line-height: 2.2;
  text-align: left;
}

/* FAQ */
.faq {
  text-align: center;
}
.faq__list {
  margin-top: 58px;
  border-top: 1px solid #dcdcdc;
  text-align: left;
}
.faq details {
  border-bottom: 1px solid #dcdcdc;
}
.faq summary {
  position: relative;
  padding: 28px 42px 28px 0;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::before,
.faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 0.7px;
  content: "";
  background: var(--olive);
  transform-origin: center;
  transition: transform 0.38s ease, opacity 0.38s ease;
}
.faq summary::before {
  transform: translateY(-50%);
}
.faq summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq details[open] summary::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}
.faq details p {
  padding: 0 40px 28px 0;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

/* Hosts */
.hosts {
  background: #f1f1ef;
  text-align: center;
}
.hosts__photo {
  width: 480px;
  height: 330px;
  margin: 42px auto 24px;
  background: #d8ddd6 url("../images/top/hosts.jpg") center / cover no-repeat;
}
.hosts h3 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #505146;
}

/* Message CTA */
.message_cta {
  padding: 90px 0 108px;
  background: var(--white);
}
.message_cta__image {
  display: grid;
  place-items: center;
  width: min(calc(100% - 40px), 1120px);
  aspect-ratio: 3040 / 1520;
  height: auto;
  margin: 0 auto;
  background: linear-gradient(rgba(0, 45, 65, 0.28), rgba(0, 45, 65, 0.33)), url("../images/top/top_img06.jpg") center / cover no-repeat;
}
.message_cta__image p {
  color: var(--white);
  font-size: 23px;
  line-height: 2.05;
  text-align: center;
  letter-spacing: 0.13em;
}
.message_cta__image::after {
  position: absolute;
  inset: 0;
  content: "";
}
.message_cta__image p {
  position: relative;
  z-index: 1;
}

/* Contact route */
.contact_route {
  padding-top: 26px;
  padding-bottom: 108px;
}
.contact_route__items {
  display: flex;
  justify-content: center;
  gap: 160px;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.contact_route__items a {
  position: relative;
}
.contact_route__items a::after {
  position: absolute;
  right: -18px;
  bottom: 0;
  content: "↗";
  font-family: var(--sans);
  font-size: 10px;
}

/* Reservation */
.reservation {
  color: var(--black);
  text-align: center;
}
.reservation__image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3842 / 1513;
  height: auto;
  background: linear-gradient(rgba(255, 200, 150, 0.08), rgba(0, 0, 0, 0.25)), url("../images/top/top_img07.jpg") center / cover no-repeat;
}
.reservation h2 {
  margin-bottom: 64px;
  font-size: 32px;
  line-height: 1.2;
}
.button_outline {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 48px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  transition:
    color 0.12s ease,
    border-color 0.12s ease,
    opacity 1.2s ease;
}

.reservation__image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(rgba(255, 200, 150, 0.08), rgba(0, 0, 0, 0.25));
}
.reservation__image > :not(img) {
  position: relative;
  z-index: 2;
}


/* Reservation sequential reveal */
.reservation_sequence .small_en,
.reservation_sequence h2,
.reservation_sequence .reservation__button {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 1200ms ease,
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1),
    color 0.12s ease,
    border-color 0.12s ease;
  will-change: opacity, transform;
}
.reservation_sequence.is_visible .small_en {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 180ms;
}
.reservation_sequence.is_visible h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 380ms;
}
.reservation_sequence.is_visible .reservation__button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 720ms, 720ms, 0s, 0s;
}

.button_outline:hover,
.button_outline:focus-visible {
  color: #EDBC9D;
  border-color: #EDBC9D;
}


/* News */
.news {
  background: #f5f5f3;
  text-align: center;
}
.news__list {
  margin-top: 58px;
  border-top: 1px solid #d4d4d4;
  text-align: left;
}
.news_row {
  display: grid;
  grid-template-columns: 130px 100px 1fr 60px;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #d4d4d4;
}
.news_row time {
  font-size: 12px;
  font-family: var(--sans);
}
.news_row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 72px;
  padding: 6px 14px 4px 14px;
  border: 1px solid #858c6f;
  border-radius: 999px;
  color: var(--olive);
  font-size: 12px;
  font-family: var(--sans);
  line-height: 1.2;
}
.news_row__content {
  display: inline-block;
  width: fit-content;
  color: inherit;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.35s ease, opacity 0.35s ease;
}
.news_row__content:hover {
  color: var(--olive);
  opacity: 0.82;
}
.news_row__arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 12px;
  justify-self: end;
  color: rgba(79, 81, 46, 0.56);
  text-decoration: none;
  transition: transform 0.35s ease, color 0.35s ease;
}
.news_row__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 0;
  border-top: 0.7px solid currentColor;
  transform: translateY(-50%);
}
.news_row__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 0;
  border-top: 0.75px solid currentColor;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: right center;
}
.news_row:hover .news_row__arrow,
.news_row__content:hover + .news_row__arrow,
.news_row__arrow:hover {
  color: var(--olive);
  transform: translateX(3px);
}

/* Footer */
.site_footer {
  padding: 80px clamp(28px, 7vw, 96px) 42px;
  background: #2b2b2d;
  color: var(--white);
  text-align: left;
}
.site_menu .site_footer,
.site_footer.site_menu__footer {
  background: transparent;
}
.site_footer a {
  color: inherit;
  text-decoration: none;
}
.site_footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(180px, 0.62fr) minmax(360px, 1.2fr);
  gap: clamp(52px, 6vw, 92px);
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.site_footer__brand,
.site_footer__nav,
.site_footer__contact {
  min-width: 0;
}
.site_footer__brand {
  padding-right: clamp(24px, 4vw, 64px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.site_footer__logo {
  margin-bottom: 4px;
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1;
}
.site_footer__location {
  margin-bottom: 66px;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.site_footer__tagline {
  margin-bottom: 36px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.site_footer__sns {
  display: flex;
  gap: 22px;
  align-items: center;
}
.site_footer__sns a {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  transition: border-color 450ms ease, opacity 450ms ease, transform 450ms ease;
}
.site_footer__sns a:hover {
  border-color: rgba(255, 255, 255, 0.72);
  opacity: 0.82;
  transform: translateY(-2px);
}
.site_footer__sns img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.site_footer__nav ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site_footer__nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  font-size: 15px;
  letter-spacing: 0.06em;
  transition: opacity 350ms ease;
}
.site_footer__nav a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.62;
  transform: rotate(45deg);
}
.site_footer__nav a:hover {
  opacity: 0.68;
}
.site_footer__contact {
  display: grid;
  gap: 34px;
}
.site_footer__text {
  margin-bottom: 42px;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.08em;
}
.site_footer__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 360px);
  min-height: 66px;
  padding: 0 86px 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 15px;
  letter-spacing: 0.12em;
  transition: border-color 450ms ease, opacity 450ms ease;
}
.site_footer__button::before,
.site_footer__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  height: 0;
  border-top: 0.75px solid currentColor;
  opacity: 0.72;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.site_footer__button::before {
  width: 30px;
  transform: translateY(-50%);
}
.site_footer__button::after {
  width: 8px;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: right center;
}
.site_footer__button:hover {
  border-color: rgba(255, 255, 255, 0.78);
  opacity: 0.84;
}
.site_footer__button:hover::before,
.site_footer__button:hover::after {
  transform: translate(3px, -50%);
}
.site_footer__button:hover::after {
  transform: translate(3px, -50%) rotate(35deg);
}
.site_footer__info {
  display: grid;
  gap: 20px;
  margin: 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.site_footer__info div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: baseline;
}
.site_footer__info dt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}
.site_footer__info dd {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.site_footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 36px auto 0;
  color: rgba(255, 255, 255, 0.78);
}
.site_footer__legal {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.site_footer small {
  font-size: 13px;
  letter-spacing: 0.05em;
}

/* Motion / JS states */

.js_reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1500ms ease, transform 1500ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.js_reveal.is_visible {
  opacity: 1;
  transform: translateY(0);
}
.js_reveal_image {
  transform: translateY(34px) scale(1.015);
  transition: opacity 1700ms ease, transform 1800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.js_reveal_image.is_visible {
  transform: translateY(0) scale(1);
}
.js_reveal_text {
  transform: translateY(22px);
}
.js_reveal_delay_1 {
  transition-delay: 160ms;
}
.js_reveal_delay_2 {
  transition-delay: 300ms;
}
.js_reveal_delay_3 {
  transition-delay: 440ms;
}
.journey__closing.js_reveal {
  transition-delay: 420ms !important;
}

/* ==================================================
   Keyframes
   ================================================== */
@keyframes hero_slideshow {
  0% {
  opacity: 0;
  transform: scale(1.12);
  }
  3% {
  opacity: 0;
  transform: scale(1.122);
  }
  10% {
  opacity: 1;
  transform: scale(1.13);
  }
  25% {
  opacity: 1;
  transform: scale(1.155);
  }
  33% {
  opacity: 0;
  transform: scale(1.17);
  }
  100% {
  opacity: 0;
  transform: scale(1.17);
  }
}

/* ==================================================
   Responsive / motion settings: 画面幅ごとに集約
   ================================================== */

@media (max-width: 900px) {
  /* Foundation / 共通設定 */
  body {
    font-size: 14px;
    line-height: 1.95;
  }
  .container,
  .container_narrow,
  .wide_message,
  .single_photo__image,
  .feature__inner,
  .feature__thumbs,
  .journey__flow,
  .voices__grid,
  .message_cta__image {
    width: calc(100% - 88px);
  }
  .section {
    padding: 92px 0;
  }
  .section_label {
    margin-bottom: 22px;
    font-size: 25px;
  }
  .small_en {
    font-size: 12px;
  }
  h2 {
    font-size: 23px;
  }
  .journey h2,
  .voices h2,
  .faq h2,
  .hosts h2,
  .news h2 {
    margin-bottom: 26px;
    font-size: 26px;
  }


  /* Header */
  .site_header {
    min-width: 0;
    padding: 20px;
  }
  .site_menu {
    padding: 96px 28px 44px;
  }
  .site_menu .site_footer__inner {
    padding-bottom: 48px;
  }
  .menu_toggle {
    width: 46px;
  }
  .menu_toggle__line--long {
    width: 38px;
  }
  .menu_toggle__line--short {
    width: 25px;
  }
  .menu_toggle:hover .menu_toggle__line--short,
  body.is_menu_open .menu_toggle__line--short {
    width: 38px;
  }

  /* Hero / First visual */
  .hero {
    height: 560px;
  }
  .hero__logo {
    font-size: 66px;
  }
  .hero h1 {
    font-size: 20px;
  }

  /* Concept intro */
  .intro__map {
    top: -40px!important;
    right: 10px!important;
    width: 480px!important;
    opacity: 0.42!important;
  }
  .intro p:not(.section_label) {
    font-size: 15px;
    line-height: 2.05;
  }

  /* Wide message */
  .wide_message {
    aspect-ratio: 3034 / 1520;
    height: auto;
    margin-top: 64px;
    margin-bottom: 78px;
  }
  .wide_message p {
    left: 32px;
    width: calc(100% - 64px);
    font-size: 19px;
    line-height: 2.05;
  }

  /* Quiet copy */
  .quiet_copy {
    padding-top: 42px;
    padding-bottom: 104px;
  }
  .quiet_copy p {
    font-size: 18px;
    line-height: 2.35;
    letter-spacing: 0.12em;
  }

  /* Dark room / Root ruby */
  .dark_room {
    min-height: 380px;
  }
  .dark_room__image > img {
    object-position: 24% center;
  }
  .dark_room__text {
    top: 50%;
    right: 16px !important;
    left: auto !important;
    width: min(47vw, 340px) !important;
    transform: translateY(-50%);
  }
  .dark_room__text h2 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.8;
  }
  .dark_room__text p {
    font-size: 15px;
    line-height: 2;
  }
  .dark_room__image > img {
    transform: scale(1.08);
    transform-origin: 28% center;
    object-position: 18% center;
  }
  .dark_room__image::after {
    background:
      linear-gradient(180deg,
        rgba(5, 5, 5, 0) 0%,
        rgba(5, 5, 5, 0.08) 42%,
        rgba(5, 5, 5, 0.52) 72%,
        rgba(5, 5, 5, 0.82) 100%),
      linear-gradient(90deg,
        rgba(5, 5, 5, 0.06) 0%,
        rgba(5, 5, 5, 0.18) 48%,
        rgba(5, 5, 5, 0.58) 100%);
  }

  /* Four essences */
  .essences {
    overflow-x: hidden;
  }
  .essences .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
    overflow: hidden;
  }
  .essence_wheel {
    width: min(300px, 58vw);
    height: 300px;
    margin: 0 auto;
  }
  .essence_wheel__center_text {
    font-size: 20px;
  }
  .essence_label {
    display: block;
    position: absolute;
    width: 200px !important;
    text-align: left;
  }
  .essence_label strong {
    font-size: 17px;
    line-height: 1.2;
  }
  .essence_label span {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.45;
  }
  .label_reconnect {
    top: 0px !important;
    left: -120px !important;
  }
  .label_reset {
    top: 4px !important;
    right: -140px !important;
  }
  .label_redesign {
    bottom: 0px !important;
      left: -110px !important;
  }
  .label_relax {
    right: -100px !important;
    bottom: 10px !important;
  }

  /* Landscape band / Single photo */
  .landscape_band {
    aspect-ratio: 3839 / 1130;
    height: auto;
  }
  .single_photo__image {
    aspect-ratio: 3034 / 1519;
    height: auto;
  }

    .landscape_band p {
  font-size: 18px;
}

.single_photo p {
    font-size: 18px;
    padding: 40px 0;
}


  /* Stay feature sections */
  .feature {
    padding: 62px 0 70px;
  }
  .feature__inner {
    grid-template-columns: 1fr;
  }
  .feature__text {
    padding: 42px 28px;
  }
  .feature__text h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .feature__text .lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.9;
  }
  .feature__text p {
    font-size: 15px;
    line-height: 2.05;
  }
  .feature__image {
    min-height: 280px;
  }
  .feature_deep_blue .feature__inner,
  .feature_beige .feature__inner,
  .feature_deep_blue .feature__image,
  .feature_deep_blue .feature__text,
  .feature_beige .feature__image,
  .feature_beige .feature__text {
    min-height: auto;
  }
  .feature_deep_blue + .feature_olive {
    margin-top: 76px;
  }
  .feature_deep_blue .feature__text,
  .feature_olive .feature__text {
    padding-left: 28px;
  }
  .feature_blue,
  .feature_olive {
    padding-top: 28px;
  }
  .feature_blue .feature__text,
  .feature_olive .feature__text {
    padding-top: 32px;
  }
  .feature_blue .feature__image,
  .feature_olive .feature__image {
    height: auto !important;
    transform: translateY(-32px) !important;
  }
  .feature_deep_blue .feature__image img {
    position: static;
    height: auto;
    min-height: auto;
  }
  .feature__thumbs:not(.feature__thumbs_scroll) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Environment sections tablet layout */
  .feature_blue .feature__inner,
  .feature_olive .feature__inner {
    display: flex;
    flex-direction: column;
  }
  .feature_blue .feature__image,
  .feature_olive .feature__image {
    order: 1;
    width: 100%;
    margin-bottom: -16px;
    transform: translateY(-40px) !important;
  }
  .feature_blue .feature__text,
  .feature_olive .feature__text {
    order: 2;
    padding-top: 0 !important;
  }

  /* Noiseless World / House tablet slider */
  .feature_blue .feature__thumb_slider,
  .feature_olive .feature__thumb_slider {
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    margin-left: calc(50% - 50vw);
    overflow: visible;
  }
  .feature_blue .feature__thumbs_scroll,
  .feature_olive .feature__thumbs_scroll {
    display: flex !important;
    grid-template-columns: none;
    justify-content: flex-start !important;
    gap: 16px;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0 44px 18px;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 44px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    user-select: none;
  }
  .feature_blue .feature__thumbs_scroll::-webkit-scrollbar,
  .feature_olive .feature__thumbs_scroll::-webkit-scrollbar {
    display: none;
  }
  .feature_blue .feature__thumbs_scroll span,
  .feature_olive .feature__thumbs_scroll span {
    flex: 0 0 min(42vw, 320px) !important;
    width: min(42vw, 320px) !important;
    min-width: min(42vw, 320px);
    max-width: none;
    aspect-ratio: 4 / 3;
    scroll-snap-align: center;
  }
  .feature_blue .feature__thumb_arrow,
  .feature_olive .feature__thumb_arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .feature_blue .feature__thumb_arrow::before,
  .feature_olive .feature__thumb_arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.92);
    border-right: 1px solid rgba(255, 255, 255, 0.92);
    content: "";
  }
  .feature_blue .feature__thumb_arrow_prev,
  .feature_olive .feature__thumb_arrow_prev {
    left: 18px;
  }
  .feature_blue .feature__thumb_arrow_next,
  .feature_olive .feature__thumb_arrow_next {
    right: 18px;
  }
  .feature_blue .feature__thumb_arrow_prev::before,
  .feature_olive .feature__thumb_arrow_prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
  .feature_blue .feature__thumb_arrow_next::before,
  .feature_olive .feature__thumb_arrow_next::before {
    transform: translate(-65%, -50%) rotate(45deg);
  }

  /* Time icons */
  .time__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    align-items: start;
    gap: 0;
    width: min(100% - 88px, 620px);
    margin-right: auto;
    margin-left: auto;
  }

  .time__items div {
    display: grid;
    justify-items: center;
    align-content: start;
    width: 100%;
    min-width: 0;
  }

  .time__items .time_icon_img {
    width: 126px;
    height: 126px;
    margin: 0 auto 18px;
  }

  /* Experiences journal */
  .journal {
    padding-top: 76px;
    padding-bottom: 74px;
  }
  .journal h2 {
    margin-bottom: 44px;
    font-size: 28px;
  }
  .journal__track {
    gap: 22px;
    padding-inline: 20px !important;
  }
  .journal__scroll {
    scroll-padding-left: 20px;
  }
  .journal_card {
    flex-basis: 250px !important;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
  .journal_card__image {
    height: 360px;
  }
  .journal__progress {
    width: min(210px, calc(100vw - 60px));
    margin-top: 28px;
  }

  /* Journey plans */
  .journey {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .journey__lead {
    max-width: 420px;
    margin: 0 auto 48px;
    font-size: 12px;
    line-height: 2;
  }
  .journey__flow {
    position: relative;
    width: min(calc(100% - 88px), 720px);
    min-height: 760px !important;
    margin: 0 auto 64px;
  }
  .journey__flow::before {
    display: block;
    top: 34px;
    left: 50%;
    width: 250px;
    height: 660px;
    transform: translateX(-50%);
  }
  .journey_plan,
  .journey_plan__seed,
  .journey_plan__root,
  .journey_plan__bloom {
    position: absolute;
    display: grid;
    align-items: center;
    gap: 18px;
    margin-bottom: 0 !important;
    text-align: left;
    transform: none !important;
  }
  .journey_plan__photo {
    width: 140px;
    height: 140px;
  }
  .journey_plan__text {
    min-width: 240px;
    width: auto;
    text-align: left;
  }
  .journey_plan__text h3 {
    margin-bottom: 4px;
    font-size: 25px;
  }
  .journey_plan__kana {
    margin-bottom: 10px;
  }
  .journey_plan__text p:not(.journey_plan__kana) {
    font-size: 13px;
    line-height: 1.85;
    white-space: nowrap;
  }
  .journey_plan__text .day {
    font-size: 15px;
  }
  .journey_plan__seed {
    top: 10px !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    grid-template-columns: 140px minmax(240px, max-content);
  }
  .journey_plan__root {
    top: 288px !important;
    left: 230px !important;
    right: auto !important;
    bottom: auto !important;
    grid-template-columns: minmax(240px, max-content) 140px;
    gap: 10px;
  }
  .journey_plan__root .journey_plan__text {
    order: 1;
    transform: translateX(40px)!important;
  }
  .journey_plan__root .journey_plan__photo {
    order: 2;
    transform: none;
  }
  .journey_plan__bloom {
    top: 548px !important;
    left: 96px !important;
    right: auto !important;
    bottom: auto !important;
    grid-template-columns: 140px minmax(260px, max-content);
    gap: 20px;
  }
  .journey_plan__deco_seed,
  .journey_plan__deco_root,
  .journey_plan__deco_bloom {
    max-width: none !important;
  }
  .journey_plan__deco_seed {
    top: -64px !important;
    left: 206px !important;
    right: auto !important;
    width: 138px !important;
  }
  .journey_plan__deco_root {
    top: -18px !important;
    left: -90px !important;
    right: auto !important;
    width: 160px !important;
  }
  .journey_plan__deco_bloom {
    top: 92px !important;
    right: -4px !important;
    left: auto !important;
    width: 138px !important;
  }
  .journey__closing {
    margin-top: 10px;
    font-size: 15px !important;
    line-height: 2.1;
  }

  /* Voices */
  .voices__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .voice_card {
    text-align: center;
  }
  .voice_card__photo {
    width: 210px;
    height: 210px;
    margin-bottom: -40px;
  }
  .voice_card__labels {
    width: 230px;
    min-height: 72px;
    margin-bottom: 22px;
    transform: translateX(-34px);
  }
  .voice_card__tag,
  .voice_card h3 {
    max-width: 240px;
    white-space: normal;
  }

  .voice_card__tag {
    font-size: 16px!important;
  }
  .voice_card h3 {
    font-size: 15px!important;
    margin-left: 34px;
  }

  .voice_card p:last-child {
    font-size: 15px;
}

  /* FAQ */
  .faq summary {
    padding: 22px 42px 22px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .faq details p {
    font-size: 13px;
    line-height: 2;
  }

  /* Hosts */
  .hosts__photo {
    width: 100%;
    height: 260px;
  }
  .hosts p:not(.small_en) {
    font-size: 13px;
    line-height: 2.15;
  }

  /* Message CTA */
  .message_cta {
    padding: 78px 0 0;
  }
  .message_cta__image {
    aspect-ratio: 3040 / 1520;
    height: auto;
  }
  .message_cta__image p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  /* Contact route */
  .contact_route__items {
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
  }
  .contact_route__items a {
    font-size: 15px;
  }

  /* Reservation */
  .reservation__image {
    aspect-ratio: 3842 / 1513;
    min-height: 300px;
  }
  .reservation h2 {
    font-size: 28px;
  }

  /* News */
  .news__list {
    margin-top: 42px;
  }
  .news_row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }
  .news_row__content {
    font-size: 13px;
    line-height: 1.75;
  }
  .news_row__arrow {
    margin-top: 2px;
  }

  /* Footer / menu footer */
  .site_footer {
    padding: 92px 30px 34px;
  }
  .site_footer__inner {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-bottom: 54px;
  }
  .site_footer__brand {
    padding-right: 0;
    border-right: none;
  }
  .site_footer__location {
    margin-bottom: 42px;
  }
  .site_footer__bottom {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  /* Foundation / 共通設定 */
  body {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.035em;
  }
  .container,
  .container_narrow,
  .feature__inner,
  .feature__thumbs,
  .journey__flow,
  .voices__grid,
  .message_cta__image {
    width: calc(100% - 42px);
  }
  .section {
    padding: 44px 0 48px;
  }
  .section_label {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.55;
  }
  .small_en {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  h2 {
    font-size: 20px;
    line-height: 1.55;
  }
  .journey h2,
  .voices h2,
  .faq h2,
  .hosts h2,
  .news h2,
  .time h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }

  /* Header */
  .site_header {
    padding: 18px;
  }
  .site_logo {
    font-size: 18px;
  }
  .site_menu {
    padding: 88px 22px 36px;
  }
  .menu_toggle {
    width: 42px;
    height: 32px;
  }
  .menu_toggle__line--long {
    width: 34px;
  }
  .menu_toggle__line--short {
    width: 22px;
    margin-top: 9px;
  }
  .menu_toggle:hover .menu_toggle__line--short,
  body.is_menu_open .menu_toggle__line--short {
    width: 34px;
  }

  /* Hero / First visual */
  .hero {
    height: 520px;
  }
  .hero__logo {
    font-size: 54px;
  }
  .hero h1 {
    font-size: 16px;
    line-height: 1.7;
  }

  /* Concept intro */
  .intro__map {
    top: 8px!important;
    right: 8px!important;
    width: 270px!important;
    opacity: 0.30!important;
  }
  .intro p:not(.section_label) {
    max-width: 100%;
    font-size: 13px;
    line-height: 2;
  }

  /* Wide message */
  .wide_message {
    width: calc(100% - 32px);
    margin-top: 48px;
    margin-bottom: 64px;
  }
  .wide_message p {
    left: 14px;
    top: 84px;
    width: calc(100% - 48px);
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  /* Quiet copy */
  .quiet_copy {
    padding-top: 36px;
    padding-bottom: 86px;
  }
  .quiet_copy p {
    font-size: 15px;
    line-height: 2.25;
    letter-spacing: 0.11em;
  }

  /* Dark room / Root ruby */
  .dark_room {
    min-height: 380px;
  }
  .dark_room__image > img {
    object-fit: cover;
    object-position: 24% center;
  }
  .dark_room__text {
    top: 64%;
    right: auto !important;
    left: 50% !important;
    width: min(88vw, 360px) !important;
    transform: translate(-50%, -50%);
  }
  .dark_room__text h2 {
    font-size: 16px;
    line-height: 1.75;
  }
  .dark_room__text p {
    font-size: 13px;
    line-height: 1.95;
  }

  /* Four essences */
  .essence_wheel {
    width: min(250px, 58vw);
    height: auto;
  }
  .essence_wheel__center_text {
    font-size: 17px;
  }
  .essence_label {
    width: 82px !important;
  }
  .essence_label strong {
    font-size: 15px;
  }
  .essence_label span {
    font-size: 10px;
  }
  .label_reconnect,
  .label_redesign {
    left: -10px !important;
  }
  .label_reset,
  .label_relax {
    right: -10px !important;
  }
  .label_reconnect,
  .label_reset {
    top: 32px !important;
  }
  .label_redesign,
  .label_relax {
    bottom: 32px !important;
  }

  /* Stay feature sections */
  .feature {
    padding: 52px 0 58px;
  }
  .feature_blue,
  .feature_olive {
    padding-top: 22px;
  }
  .feature__text {
    padding: 28px 0 60px;
  }
  .feature__text h2 {
    margin-bottom: 16px;
    font-size: 21px;
  }
  .feature__text .lead {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.85;
  }
  .feature__text p {
    font-size: 13px;
    line-height: 2;
  }
  .feature__image {
    min-height: 240px;
  }
  .feature_deep_blue + .feature_olive {
    margin-top: 100px;
  }
  .feature_deep_blue .feature__text,
  .feature_olive .feature__text {
    padding: 28px 0 60px!important;
  }
  .feature_blue .feature__image,
  .feature_olive .feature__image {
    transform: translateY(-24px) !important;
  }
  .feature_blue .feature__text,
  .feature_olive .feature__text {
    padding: 28px 0 60px!important;
  }
  .feature__thumbs {
    gap: 12px;
  }

  /* Environment sections phone refinements */
  .feature_blue .feature__image,
  .feature_olive .feature__image {
    margin-bottom: -18px;
    transform: translateY(-38px) !important;
  }
  .feature_blue .feature__thumbs_scroll,
  .feature_olive .feature__thumbs_scroll {
    gap: 14px;
    padding: 0 20px 16px;
    scroll-padding-inline: 20px;
  }
  .feature_blue .feature__thumbs_scroll span,
  .feature_olive .feature__thumbs_scroll span {
    flex-basis: min(72vw, 280px) !important;
    width: min(72vw, 280px) !important;
    min-width: min(72vw, 280px);
  }
  .feature_blue .feature__thumb_arrow,
  .feature_olive .feature__thumb_arrow {
    width: 38px;
    height: 38px;
  }
  .feature_blue .feature__thumb_arrow::before,
  .feature_olive .feature__thumb_arrow::before {
    width: 13px;
    height: 13px;
  }
  .feature_blue .feature__thumb_arrow_prev,
  .feature_olive .feature__thumb_arrow_prev {
    left: 6px;
  }
  .feature_blue .feature__thumb_arrow_next,
  .feature_olive .feature__thumb_arrow_next {
    right: 6px;
  }

  /* Time icons */
  .time {
    padding-right: 20px;
    padding-left: 20px;
  }
 .time__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    align-items: start;
    width: min(100%, 350px);
    margin-right: auto;
    margin-left: auto;
    gap: 0;
  }

  .time__items div {
    display: grid;
    justify-items: center;
    align-content: start;
    width: 100%;
    min-width: 0;
  }

  .time__items .time_icon_img {
    display: block;
    margin: 0 auto 12px;
    object-fit: contain;
  }
  .time__items p {
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  /* Experiences journal */
  .journal {
    padding-top: 66px;
    padding-bottom: 68px;
  }
  .journal h2 {
    margin-bottom: 36px;
    font-size: 24px;
  }
  .journal__track {
    gap: 18px;
    padding-inline: 24px !important;
  }
  .journal__scroll {
    scroll-padding-left: 24px !important;
  }
  .journal_card {
    flex-basis: 230px !important;
    width: 230px;
    min-width: 230px;
    max-width: 230px;
  }
  .journal_card__image {
    height: 320px;
  }
  .journal_card h3 {
    font-size: 14px;
  }
  .journal_card p:last-child {
    font-size: 12px;
    line-height: 1.65;
  }
  .journal__progress {
    width: min(180px, calc(100vw - 44px));
  }

  /* Journey plans */
  .journey {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .journey__lead {
    margin-bottom: 34px;
    font-size: 12px;
    line-height: 1.95;
  }
  .journey__flow {
    width: min(calc(100% - 28px), 620px);
    min-height: auto !important;
    margin-bottom: 36px;
  }
  .journey__flow::before {
    display: none;
  }
  .journey_plan,
  .journey_plan__seed,
  .journey_plan__root,
  .journey_plan__bloom {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    grid-template-columns: 112px 1fr;
    gap: 14px;
    margin-bottom: 52px !important;
    transform: none !important;
  }
  .journey_plan__root .journey_plan__text,
  .journey_plan__root .journey_plan__photo {
    order: initial;
  }
  .journey_plan__root .journey_plan__text {
    transform: none !important;
    margin-left: 0 !important;
  }
  .journey_plan__photo {
    width: 112px;
    height: 112px;
  }
  .journey_plan__text {
    min-width: 0;
    width: auto;
  }
  .journey_plan__text h3 {
    margin-bottom: 3px;
    font-size: 22px;
  }
  .journey_plan__kana {
    margin-bottom: 8px;
    font-size: 10px;
  }
  .journey_plan__text p:not(.journey_plan__kana) {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.75;
    white-space: normal;
  }
  .journey_plan__text .day {
    padding: 4px 13px;
    font-size: 13px;
  }
  .journey_plan__deco_seed,
  .journey_plan__deco_root,
  .journey_plan__deco_bloom {
    width: 180px !important;
  }
  .journey_plan__deco_seed {
    left: 140px !important;
    top: 20px !important;
  }
  .journey_plan__deco_root {
    left: 150px !important;
    top: -20px !important;
  }
  .journey_plan__deco_bloom {
    left: 150px !important;
    top: 0px !important;
    right: auto !important;
  }
  .journey_plan__root .journey_plan__photo {
    transform: none !important;
  }
  .journey__closing {
    font-size: 12px;
    line-height: 2;
  }

  /* Plan detail modal */
  .plan_modal {
    padding: 18px;
  }
  .plan_modal__panel {
    max-height: 86vh;
    padding: 38px 24px 34px;
    border-radius: 18px;
  }
  .plan_modal h3 {
    font-size: 28px;
  }
  .plan_modal h3 span {
    display: block;
    margin: 6px 0 0;
  }
  .plan_modal__schedule {
    gap: 12px;
  }
  .plan_modal__day {
    padding: 16px 16px 18px;
    border-radius: 16px;
  }
  .plan_modal__day_head {
    display: block;
    margin-bottom: 12px;
  }
  .plan_modal__day_label {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
  }
  .plan_modal__timeline li {
    grid-template-columns: 54px 1fr;
    gap: 14px;
    font-size: 12px;
  }
  .plan_modal__timeline li::before {
    left: 64px;
  }
  .plan_modal__timeline li::after {
    left: 66px;
  }
  .plan_modal__timeline span {
    padding-left: 14px;
  }

  /* Voices */
  .voice_card__photo {
    width: 196px;
    height: 196px;
    margin-bottom: -36px;
  }
  .voice_card__labels {

    gap: 7px;
    min-height: 68px;
    margin-bottom: 20px;
    transform: translateX(-50px);
  }
  .voice_card__tag,
  .voice_card h3 {
    padding: 4px 14px;
    font-size: 13px !important;
  }
  .voice_card h3 {
    margin-left: 28px;
    font-size: 15px !important;
  }

  /* FAQ */
  .faq summary {
    padding: 20px 38px 20px 0;
    font-size: 13px;
  }
  .faq details p {
    padding-right: 4px;
    font-size: 12px;
  }

  /* Hosts */
  .hosts__photo {
    height: 240px;
    margin-top: 34px;
  }

  /* Message CTA */
  .message_cta {
    padding: 66px 0 0;
  }
  .message_cta__image {
    width: calc(100% - 32px);
  }
  .message_cta__image p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .message_cta p {
    font-size: 14px;
  }

  /* Contact route */
  .contact_route__items a {
    font-size: 14px;
  }

  /* Reservation */
  .reservation__image {
    min-height: 260px;
  }
  .reservation h2 {
    font-size: 24px;
  }
  .reservation__button {
    min-width: 190px;
    min-height: 48px;
    padding: 0 22px;
    font-size: 13px;
  }

  /* News */
  .news_row time,
  .news_row span {
    font-size: 11px;
  }
  .news_row__content {
    font-size: 12px;
  }

  /* Footer / menu footer */
  .site_footer {
    padding: 72px 28px 34px;
  }
  .site_footer__inner {
    gap: 48px;
    padding-bottom: 48px;
  }
  .site_footer__logo {
    font-size: 44px;
  }
  .site_footer__location {
    margin-bottom: 44px;
    font-size: 13px;
  }
  .site_footer__tagline {
    margin-bottom: 32px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .site_footer__sns {
    gap: 18px;
  }
  .site_footer__sns a {
    width: 50px;
    height: 50px;
  }
  .site_footer__nav ul {
    gap: 0;
  }
  .site_footer__nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .site_footer__nav a {
    padding: 8px 0;
    font-size: 13px;
  }
  .site_footer__text {
    margin-bottom: 28px;
    font-size: 13px;
  }
  .site_footer__button {
    width: 100%;
    min-height: 62px;
    padding: 0 76px 0 24px;
    font-size: 14px;
  }
  .site_footer__button::before,
  .site_footer__button::after {
    right: 24px;
  }
  .site_footer__info div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .site_footer__info dd {
    font-size: 14px;
  }
  .site_footer__legal {
    gap: 18px;
    font-size: 13px;
  }
  .site_footer small {
    font-size: 12px;
  }
}


@media (max-width: 430px) {
  /* iPhone XR / 11 size refinements */
  .container,
  .container_narrow,
  .wide_message,
  .single_photo__image,
  .feature__inner,
  .journey__flow,
  .voices__grid,
  .message_cta__image {
    width: calc(100% - 36px);
  }

  .section {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  
  .intro__map {
    right: -8px!important;
    width: 330px!important;
  }

    .wide_message {
    margin-top: 0!important;
    margin-bottom: 0!important;
    }

  /* Four essences */

  .essence_wheel {
    width: min(290px, 68vw);
    height: 290px;
  }
  .essence_label {
    width: 110px !important;
  }
  .label_reconnect,
  .label_redesign {
    left: -52px !important;
  }

  .label_reset,
  .label_reconnect {
    top: -10px !important;
  }
  .label_relax,
  .label_redesign {
    bottom: 0px !important;
  }

  .label_reset,
  .label_relax {
    right: -50px !important;
  }

  .landscape_band p {
    font-size: 15px;
  }

  .single_photo__image {
    margin: 0 auto 40px;
  }

  .single_photo p {
    font-size: 16px;
  }

  .feature_blue .feature__thumbs_scroll span,
  .feature_olive .feature__thumbs_scroll span {
    flex-basis: min(74vw, 286px) !important;
    width: min(74vw, 286px) !important;
    min-width: min(74vw, 286px);
  }

  .time__items {
    width: min(100%, 360px);
  }

  .time__items .time_icon_img {
    width: 104px;
    height: 104px;
  }

  .journey_plan__deco_seed,
  .journey_plan__deco_root,
  .journey_plan__deco_bloom {
    width: 160px !important;
  }

  .journey_plan__deco_seed {
    left: 144px !important;
    top: 18px !important;
  }

  .journey_plan__deco_root {
    left: 144px !important;
    top: -18px !important;
  }

  .journey_plan__deco_bloom {
    left: 144px !important;
    top: 0 !important;
  }

  .dark_room__image > img {
    transform: scale(1.1);
    transform-origin: 24% center;
    object-position: 14% center;
  }

  .message_cta__image p {
    font-size: 14px;
    line-height: 2;
  }

  .reservation__image {
    min-height: 250px;
  }

  /* Your Journey ROOT final alignment */
  .journey_plan__root {
    grid-template-columns: 112px 1fr;
  }
  .journey_plan__root .journey_plan__photo,
  .journey_plan__root .journey_plan__text {
    transform: none !important;
  }
  .journey_plan__root .journey_plan__text {
    margin-left: 0 !important;
  }
}

@media (max-width: 390px) {
  .intro h2 {
    font-size: 15px;
  }
  .intro__map {
    top: 62px!important;
    right: -20px!important;
    width: 348px!important;
  }
  .dark_room {
    min-height: 360px;
  }
  .dark_room__image > img {
    object-position: 8% center;
    transform: scale(1.12);
    transform-origin: 18% center;
  }
  .dark_room__image::after {
    background:
      linear-gradient(180deg,
        rgba(5, 5, 5, 0) 0%,
        rgba(5, 5, 5, 0.10) 40%,
        rgba(5, 5, 5, 0.58) 74%,
        rgba(5, 5, 5, 0.86) 100%),
      linear-gradient(90deg,
        rgba(5, 5, 5, 0.06) 0%,
        rgba(5, 5, 5, 0.18) 46%,
        rgba(5, 5, 5, 0.60) 100%);
  }

  /* Four essences */
  .essence_wheel {
    width: 230px;
  }
  .essence_label {
    width: 110px !important;
  }
  .label_reconnect,
  .label_redesign {
    left: -52px !important;
  }

  .label_reset,
  .label_reconnect {
    top: -10px !important;
  }
  .label_relax,
  .label_redesign {
    bottom: 0px !important;
  }

  .label_reset,
  .label_relax {
    right: -56px !important;
  }


  /* Landscape band */
  .landscape_band p {
    font-size: 14px;
  }

  .single_photo p {
    font-size: 16px;
    padding: 0 0 40px;
  }

  /* Time icons */
  .time__items {
    gap: 10px;
  }
  .time__items .time_icon_img {
    width: 110px;
    height: 110px;
  }
  .time__items p {
    font-size: 11px;
  }

  /* Environment sections mobile layout */
  .feature_blue .feature__image,
  .feature_olive .feature__image {
    margin-bottom: -26px;
    transform: translateY(-52px) !important;
  }

  /* Journey plans */
  .journey_plan,
  .journey_plan__seed,
  .journey_plan__root,
  .journey_plan__bloom {
    grid-template-columns: 100px 1fr;
    gap: 12px;
  }
  .journey_plan__photo {
    width: 100px;
    height: 100px;
  }
  .journey_plan__text h3 {
    font-size: 20px;
  }
  .journey_plan__text p:not(.journey_plan__kana) {
    font-size: 11px;
  }

  /* Your Journey ROOT final alignment */
  .journey_plan__root .journey_plan__photo,
  .journey_plan__root .journey_plan__text {
    transform: none !important;
  }
  .journey_plan__root .journey_plan__text {
    margin-left: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Hero / First visual */
  .hero_slider__image {
    transition: opacity 600ms ease;
    animation: none;
    opacity: 0;
    transform: scale(1.08);
  }
  .hero_slider__image:first-child {
    opacity: 1;
  }

  /* Four essences */
  .essence_label {
    opacity: 1;
    transform: none;
    transition: none;
  }

  /* Motion / JS states */
  .js_reveal,
  .js_reveal_image,
  .js_reveal_text {
    opacity: 1;
    transform: none;
    transition: none;
  }

  /* Reservation sequential reveal */
  .reservation_sequence .small_en,
  .reservation_sequence h2,
  .reservation_sequence .reservation__button {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Privacy Policy page */
.privacy_page {
  padding: 150px 0 110px;
  background: #f8f5ef;
}
.privacy_page .container_narrow {
  max-width: 820px;
}
.privacy_page__header {
  margin-bottom: 58px;
  text-align: center;
}
.privacy_page__header .small_en {
  color: rgba(27, 27, 27, 0.62);
}
.privacy_page__header h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.privacy_page__lead {
  margin: 0 auto;
  font-size: 14px;
  line-height: 2.2;
}
.privacy_policy {
  display: grid;
  gap: 42px;
}
.privacy_policy__section h2 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.privacy_policy__section p,
.privacy_policy__section li {
  font-size: 14px;
  line-height: 2.15;
}
.privacy_policy__section ul {
  padding-left: 1.25em;
}
.privacy_policy__section a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.privacy_policy__date {
  margin-top: 54px;
  color: rgba(27, 27, 27, 0.68);
  font-size: 13px;
  line-height: 2;
  text-align: right;
}

@media (max-width: 900px) {
  .privacy_page {
    padding: 130px 0 92px;
  }
  .privacy_page__header h1 {
    font-size: 29px;
  }
}

@media (max-width: 520px) {
  .privacy_page {
    padding: 112px 0 78px;
  }
  .privacy_page__header {
    margin-bottom: 42px;
    text-align: left;
  }
  .privacy_page__header h1 {
    font-size: 25px;
  }
  .privacy_page__lead,
  .privacy_policy__section p,
  .privacy_policy__section li {
    font-size: 13px;
    line-height: 2.05;
  }
  .privacy_policy {
    gap: 34px;
  }
  .privacy_policy__section h2 {
    font-size: 17px;
  }
  .privacy_policy__date {
    text-align: left;
  }
}


.privacy_page__catch {
  margin: 34px auto 0;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .privacy_page__catch {
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .privacy_page__catch {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.85;
  }
}


/* Privacy page header color */
.page_privacy .site_header {
  color: #4f512e;
}

.page_privacy .site_logo,
.page_privacy .menu_toggle {
  text-shadow: none;
}

body.page_privacy.is_menu_open .site_header {
  color: #f8f5ef;
}
