@charset "utf-8";

:root {
  --margin-top: 0px;
  --margin-bottom: 0px;
  --leading-trim: ((1em - 1lh) / 2);
}
/* .eb {
  font-family: "EB Garamond", serif;
}
.notoeb {
  font-family: YakuHanMP, "EB Garamond", "Noto Serif JP", serif;
} */
.medium {
  font-weight: 500;
}
.blue {
  color: #0062A1;
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}



.asset-kv {
  background: #fff;
}
.asset-kv__photo {
  overflow: hidden;
}
.asset-kv__photo img {
  display: block;
  opacity: 0;
  transform: scale(1.1);
}
.loaded .asset-kv__photo img {
  transition: opacity 1s ease-in-out, transform 1.2s;
  opacity: 1;
  transform: scale(1);
}



.stage {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-block: 170px 160px;
}
.stage__enheading {
  font-size: clamp(17px, calc(27 / 1200 * 100vw), 27px);
  font-weight: 500;
  line-height: 1cap;
}
.stage__heading {
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
  line-height: 1.8;
  margin-block: calc(90px + var(--leading-trim)) calc(var(--leading-trim));
}
.stage__heading em {
  font-style: normal;
  font-weight: 700;
}
.stage__copy {
  font-size: clamp(14px, calc(24 / 1200 * 100vw), 24px);
  line-height: 2.5;
  margin-block: calc(60px + var(--leading-trim)) calc(var(--leading-trim));
}
.stage__copy em {
  font-style: normal;
  background: linear-gradient(0deg, transparent 10%, #FFEF8C 10%, #FFEF8C 35%, transparent 35%);
}
@media screen and (max-width: 480px){
  .stage {
    padding-block: 50px 60px;
  }
  .stage__enheading {
    font-size: 14px;
  }
  .stage__heading {
    font-size: 25px;
    line-height: 1.64;
    margin-block: calc(40px + var(--leading-trim)) calc(var(--leading-trim));
  }
  .stage__copy {
    font-size: 14px;
    line-height: 2.285714286;
    margin-block: calc(40px + var(--leading-trim)) calc(var(--leading-trim));
  }
}



.naniwa {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-block: 150px;
  background: rgba(230, 230, 230, .5);
}
.naniwa__content {
  max-width: 1350px;
  grid-template: ". heading . . photo" auto
  ". copy . . photo" auto
  / calc(70 / 1350 * 100%) calc(400 / 1350 * 100%) calc(70 / 1350 * 100%) minmax(0, 1fr) calc(760 / 1350 * 100%);
  align-content: center;
}
.naniwa__content__heading {
  grid-area: heading;
  justify-self: center;
  align-self: end;
  font-size: clamp(28px, calc(38 / 1200 * 100vw), 38px);
  line-height: 1.789473684;
  writing-mode: vertical-rl;
}
.naniwa__content__heading em {
  font-size: 125%;
  font-style: normal;
  font-weight: 700;
}
.naniwa__content__copy {
  grid-area: copy;
  align-self: start;
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
  margin-block: calc((100 / 16 * 1em) + var(--leading-trim)) calc(var(--leading-trim));
}
.naniwa__content__copy em {
  font-style: normal;
  background: linear-gradient(0deg, #FFEF8C 35%, transparent 35%);
}
.naniwa__content__photo {
  grid-area: photo;
}
@media screen and (max-width: 480px){
  .naniwa {
    padding-block: 60px;
  }
  .naniwa__content {
    grid-template: "heading" auto
    "copy" auto
    "photo" auto
    / 100%;
  }
  .naniwa__content__heading {
    font-size: 20px;
    line-height: 1.9;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .naniwa__content__copy {
    font-size: 12px;
    line-height: 2.083333333;
    margin-block: calc(30px + var(--leading-trim)) calc(var(--leading-trim));
  }
  .naniwa__content__photo {
    margin-top: 60px;
  }
}



.merit {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-block: 150px 100px;
  background: #fff;
}
.merit__content__heading {
  font-size: clamp(28px, calc(38 / 1200 * 100vw), 38px);
  line-height: 1.75;
  margin-block: calc(var(--leading-trim));
}
.merit__content__heading em {
  font-size: 125%;
  font-style: normal;
  font-weight: 700;
  vertical-align: -.1em;
}
.merit__copy {
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
  text-align: center;
  margin-block: calc(60px + var(--leading-trim)) calc(var(--leading-trim));
}
.merit__copy em {
  font-style: normal;
  background: linear-gradient(0deg, #FFEF8C 35%, transparent 35%);
}
.merit__station {
  max-width: 1220px;
  margin-top: 90px;
  gap: 50px 20px;
}
.merit__station__item {
  flex: 1;
}
.merit__station__item__desc {
  grid-template-columns: auto;
  justify-content: center;
  justify-items: start;
}
.merit__station__item__desc__from {
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
}
.merit__station__item__desc__to {
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
}
.merit__station__item__desc__to small {
  font-size: 75%;
}
.merit__station__item__desc__to em {
  font-size: 175%;
  font-style: normal;
  font-weight: 400;
  line-height: 1cap;
  vertical-align: -.05em;
  color: #A18C44;
}
.merit__station__item__desc__caution {
  font-size: clamp(10px, calc(11 / 1200 * 100vw), 11px);
  line-height: 1.5;
  text-align: center;
  margin-block: calc(20px + var(--leading-trim)) calc(var(--leading-trim));
  justify-self: center;
  width: 0;
  white-space: nowrap;
  display: grid;
  justify-content: center;
}
.merit__station__item__photo {
  margin-top: 30px;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .merit__station__item__desc {
    justify-content: start;
  }
  .merit__station__item__desc__caution {
    text-align: justify;
    width: 100%;
    white-space: initial;
  }
}
@media screen and (max-width: 480px){
  .merit {
    padding-block: 60px;
  }
  .merit__content__heading {
    font-size: 20px;
    line-height: 1.9;
  }
  .merit__content__heading em {
    vertical-align: 0;
  }
  .merit__copy {
    font-size: 12px;
    line-height: 2.083333333;
    text-align: justify;
    margin-block: calc(30px + var(--leading-trim)) calc(var(--leading-trim));
  }
  .merit__station {
    margin-top: 60px;
    gap: 40px 0;
    flex-wrap: wrap;
  }
  .merit__station__item {
    flex: 1 0 100%;
  }
  .merit__station__item__desc {
    grid-template-columns: 100%;
    justify-content: start;
  }
  .merit__station__item__desc__from {
    font-size: 15px;
  }
  .merit__station__item__desc__to {
    font-size: 30px;
  }
  .merit__station__item__desc__caution {
    line-height: 1.75;
    text-align: justify;
    margin-block: calc(15px + var(--leading-trim)) calc(var(--leading-trim));
    justify-self: start;
    width: auto;
    white-space: initial;
    display: block;
  }
  .merit__station__item__photo {
    margin-top: 20px;
  }
}