@charset "UTF-8";

:root {
  --ink: #3d342e;
  --ink-soft: #71665f;
  --paper: #f7f3ea;
  --paper-deep: #eee8dc;
  --white: #fff;
  --green: #4b715b;
  --green-dark: #315343;
  --green-pale: #edf3ed;
  --gold: #a9843f;
  --line: #d8d0c4;
  --line-soft: #e8e1d7;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans:
    -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 66px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.98);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, 1120px);
  min-height: 68px;
  margin: 0 auto;
}
.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.site-logo__small {
  color: var(--green);
  font-family: var(--serif);
  font-size: 9px;
  letter-spacing: 0.06em;
}
.site-logo strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.site-header__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
}
.site-header__link::after,
.button::after,
.tour-card__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.world-powerspot {
  overflow: clip;
}

.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
}
.hero__collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
}
.hero__photo {
  margin: 0;
  overflow: hidden;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
}
.hero__photo--ise img {
  object-position: center;
}
.hero__veil {
  position: absolute;
  inset: 0;
  background: rgba(27, 48, 40, 0.57);
}
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 560px;
  padding: 70px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 8.7vw, 54px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.055em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
.hero__title span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.hero__lead {
  margin: 22px 0 30px;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.055em;
}

.anchor-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}
.anchor-nav__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(70px, 1fr));
  width: 100%;
  overflow-x: auto;
}
.anchor-nav a {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line-soft);
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 13px;
  white-space: nowrap;
}
.anchor-nav a:last-child {
  border-right: 0;
}
.anchor-nav a.is-active,
.anchor-nav a:hover {
  color: var(--green-dark);
  background: var(--green-pale);
}
.anchor-nav a.is-active::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 3px;
  background: var(--green);
}

.section {
  padding: 80px 0;
}
.section__inner {
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
}
.section__inner--narrow {
  width: min(100% - 42px, 780px);
  text-align: center;
}
.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.045em;
  text-align: center;
}
.section-title::after {
  content: "◆";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 16px;
  margin: 18px auto 0;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0;
  background:
    linear-gradient(var(--gold), var(--gold)) left center / 42px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right center / 42px 1px no-repeat;
}
.section-copy {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  text-align: center;
}

.intro {
  background: var(--paper);
}
.intro__text {
  margin: 28px 0 0;
  color: var(--ink-soft);
}
.intro__message {
  margin: 26px 0 0;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}

.japan {
  background: var(--white);
}
.japan-grid {
  display: grid;
  gap: 24px;
  margin-top: 46px;
}
.japan-card {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--white);
}
.japan-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.japan-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.japan-card:hover .japan-card__image img {
  transform: scale(1.025);
}
.japan-card__body {
  padding: 24px 22px 26px;
}
.japan-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
}
.japan-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}
.section-cta {
  margin-top: 40px;
  text-align: center;
}

.bridge {
  padding: 86px 0;
  color: var(--white);
  background: var(--green-dark);
}
.bridge__inner {
  width: min(100% - 42px, 820px);
  margin: 0 auto;
  text-align: center;
}
.bridge-journey {
  display: flex;
  width: min(100%, 650px);
  margin: 0 auto 36px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.bridge-journey__place {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.bridge-journey__icon {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}
.bridge-journey__icon img {
  width: 76px;
  height: 76px;
}
.bridge-journey__flight {
  flex: 1 1 170px;
  min-width: 74px;
  max-width: 180px;
  display: flex;
}
.bridge-journey__flight img {
  width: 100%;
}
.bridge h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.065em;
}
.bridge p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.world-intro {
  padding-bottom: 52px;
  background: var(--paper);
}

.destination {
  position: relative;
  padding: 72px 0 90px;
  background: var(--paper);
}
.destination--korea,
.destination--hongkong {
  background: var(--paper-deep);
}
.destination__inner {
  position: relative;
  display: grid;
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
  gap: 46px;
}
.destination__visual {
  position: relative;
  min-height: 450px;
  padding: 0 26px 56px 0;
}
.destination__main-image,
.destination__sub-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(78, 66, 58, 0.12);
  background: #ddd;
}
.destination__main-image {
  width: 92%;
  height: 350px;
}
.destination__main-image img,
.destination__sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination__sub-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  height: 180px;
  border: 7px solid var(--paper);
}
.destination--korea .destination__sub-image,
.destination--hongkong .destination__sub-image {
  border-color: var(--paper-deep);
}
.destination__sub-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(41, 70, 56, 0.9);
  font-size: 11px;
  line-height: 1.45;
}
.destination__stamp {
  position: absolute;
  top: 12px;
  right: -4px;
  color: rgba(49, 83, 67, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
.destination__country {
  margin: 0 0 5px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.destination__theme {
  margin: 0 0 6px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}
.destination h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(35px, 9vw, 52px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.04em;
}
.destination__reading {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.09em;
}
.destination__catch {
  margin: 21px 0 0;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
}
.destination__text {
  margin: 18px 0 0;
  color: var(--ink-soft);
}
.experience-box {
  margin: 27px 0;
  padding: 19px 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}
.experience-box h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 18px;
}
.experience-box p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}
.destination__notice {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.prayer {
  background: var(--white);
}
.prayer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 24px;
  margin-top: 50px;
}
.prayer-item {
  text-align: center;
}
.prayer-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 16px;
}
.prayer-item h3 {
  margin: 0 0 7px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 19px;
}
.prayer-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  text-align: center;
}

.reasons {
  background: var(--green-pale);
}
.reasons-grid {
  display: grid;
  gap: 16px;
  margin-top: 46px;
}
.reason-card {
  padding: 25px 24px;
  border-left: 4px solid var(--gold);
  background: var(--white);
}
.reason-card__label {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}
.reason-card h3 {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 19px;
}
.reason-card p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.tours {
  background: var(--paper);
}
.tour-grid {
  display: grid;
  gap: 24px;
  margin-top: 46px;
}
.tour-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}
.tour-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tour-card:hover .tour-card__image img {
  transform: scale(1.025);
}
.tour-card__body {
  padding: 22px;
}
.tour-card__area {
  margin: 0 0 7px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
}
.tour-card__area span {
  margin-left: 6px;
  padding: 2px 7px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
}
.tour-card h3 {
  margin: 0 0 11px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
}
.tour-card__body > p:not(.tour-card__area) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}
.tour-card__link {
  display: flex;
  margin-top: 18px;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-soft);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

.final-cta {
  padding: 86px 0;
  color: var(--white);
  background: var(--green-dark);
}
.final-cta__inner {
  width: min(100% - 42px, 800px);
  margin: 0 auto;
  text-align: center;
}
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.055em;
}
.final-cta p {
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.82);
}
.prototype-note {
  margin: 0;
  padding: 17px 22px;
  color: #766c64;
  background: #e6dfd4;
  font-size: 11px;
  text-align: center;
}
.site-footer {
  padding: 26px;
  color: rgba(255, 255, 255, 0.75);
  background: #2b2724;
  font-size: 12px;
  text-align: center;
}

.button {
  position: relative;
  display: inline-flex;
  min-width: min(280px, 100%);
  min-height: 52px;
  padding: 13px 46px 13px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.button::after {
  position: absolute;
  right: 20px;
}
.button--hero,
.button--light {
  color: var(--green-dark);
  background: var(--white);
}
.button--primary {
  color: var(--white);
  background: var(--green);
  display: flex;
}
.button--primary:hover {
  background: var(--green-dark);
}
.button--outline {
  color: var(--green-dark);
  border-color: var(--green);
  background: transparent;
}
.button--outline:hover {
  color: var(--white);
  background: var(--green);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.pc-only {
  display: none;
}

@media (min-width: 721px) {
  body {
    font-size: 16px;
  }
  html {
    scroll-padding-top: 70px;
  }
  .site-header__inner {
    min-height: 76px;
  }
  .site-logo__small {
    font-size: 10px;
  }
  .site-logo strong {
    font-size: 29px;
  }
  .site-header__link {
    font-size: 13px;
  }

  .hero {
    min-height: 620px;
    margin-top: 98px;
  }
  .hero__collage {
    grid-template-columns: 1.05fr 0.95fr 1.05fr;
    grid-template-rows: 1fr 1fr;
  }
  .hero__photo--ise {
    grid-row: 1 / 3;
  }
  .hero__photo--izumo {
    grid-column: 2;
    grid-row: 1;
  }
  .hero__photo--taiwan {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .hero__photo--korea {
    grid-column: 2;
    grid-row: 2;
  }
  .hero__content {
    min-height: 620px;
  }
  .hero__title {
    font-size: 55px;
  }
  .hero__title span {
    font-size: 16px;
  }
  .hero__lead {
    font-size: 18px;
  }

  .anchor-nav__inner {
    width: min(100%, 900px);
    margin: 0 auto;
    overflow: visible;
  }
  .anchor-nav a {
    min-height: 66px;
    font-size: 14px;
  }
  .section {
    padding: 105px 0;
  }
  .section-title {
    font-size: 38px;
  }
  .japan-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 54px;
  }
  .japan-card__image {
    aspect-ratio: 4 / 3;
  }

  .bridge {
    padding: 112px 0;
  }
  .bridge-journey {
    gap: 28px;
    margin-bottom: 40px;
  }
  .bridge-journey__icon {
    width: 132px;
    height: 132px;
  }
  .bridge-journey__icon img {
    width: 88px;
    height: 88px;
  }
  .bridge h2 {
    font-size: 38px;
  }

  .world-intro {
    padding-bottom: 72px;
  }
  .destination {
    padding: 96px 0 112px;
  }
  .destination__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 78px;
  }
  .destination--reverse .destination__visual {
    order: 2;
  }
  .destination--reverse .destination__content {
    order: 1;
  }
  .destination__visual {
    min-height: 550px;
    padding-right: 38px;
  }
  .destination__main-image {
    height: 455px;
  }
  .destination__sub-image {
    width: 50%;
    height: 220px;
  }
  .destination__stamp {
    right: -10px;
    font-size: 50px;
  }
  .destination__country {
    font-size: 22px;
  }
  .destination__theme {
    font-size: 18px;
  }
  .destination h2 {
    font-size: 53px;
  }
  .destination__reading {
    margin-top: 4px;
    font-size: 12px;
  }
  .destination__catch {
    font-size: 22px;
  }
  .experience-box {
    padding: 22px 24px;
  }

  .prayer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-top: 58px;
  }
  .prayer-icon {
    width: 94px;
    height: 94px;
  }
  .reasons-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 54px;
  }
  .reason-card {
    padding: 30px 30px 29px;
  }
  .tour-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 54px;
  }
  .tour-card__body {
    padding: 27px;
  }
  .final-cta {
    padding: 112px 0;
  }
  .final-cta h2 {
    font-size: 38px;
  }
  .pc-only {
    display: initial;
  }
}

@media (max-width: 480px) {
  .site-header__link {
    font-size: 11px;
  }
  .site-logo strong {
    font-size: 21px;
  }
  .hero {
    min-height: 530px;
    margin-top: 98px;
  }
  .hero__content {
    min-height: 530px;
  }
  .hero__title {
    font-size: 31px;
  }
  .hero__lead {
    font-size: 14px;
  }
  .bridge-journey {
    gap: 8px;
  }
  .bridge-journey__icon {
    width: 82px;
    height: 82px;
  }
  .bridge-journey__icon img {
    width: 56px;
    height: 56px;
  }
  .bridge-journey__flight {
    min-width: 62px;
  }
  .bridge-journey__place {
    font-size: 14px;
  }
  .destination__stamp {
    font-size: 33px;
  }
  .prayer-grid {
    gap: 36px 14px;
  }
  .prayer-icon {
    width: 70px;
    height: 70px;
  }
  .prayer-item h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
