@charset "UTF-8";
/* =================================================== *

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "very";
  src: url("../font/Very Popular.ttf") format("truetype");
}
body {
  color: #4D4D4D;
  font-family: "Zen Maru Gothic", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, sans-serif;
  font-weight: 500;
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  font-feature-settings: "palt";
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}

main {
  overflow: clip;
}

a[href*=tel] {
  pointer-events: none;
}
@media (max-width: 992px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
}
p + p {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  p + p {
    margin-top: 1em;
  }
}

.js-sr-img {
  overflow: hidden;
}

.very {
  font-family: "very", sans-serif;
}

/*------------------
  display
------------------*/
._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media (max-width: 992px) {
  ._pc {
    display: none;
  }
  ._tb {
    display: block;
  }
  ._tb-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  ._pc-tb {
    display: none;
  }
  ._tb {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*------------------
  inner
------------------*/
.l-container {
  max-width: 1340px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 40px);
  }
}

.l-container-wide {
  max-width: 1340px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container-wide {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container-wide {
    width: 100%;
  }
}

.inner990 {
  max-width: 990px;
  margin-inline: auto;
}

.inner800 {
  max-width: 800px;
  margin-inline: auto;
}

.inner600 {
  max-width: 600px;
  margin-inline: auto;
}

/*------------------
  wraper
------------------*/
.l-wrapper {
  padding: clamp(70px, 9.1264667536vw, 150px) 0;
}

.l-wrapper-top {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-bottom {
  padding-bottom: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-100 {
  padding: clamp(50px, 6.518904824vw, 100px) 0;
}

.l-wrapper-top-100 {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-bottom-100 {
  padding-bottom: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-70 {
  padding: clamp(40px, 5.2151238592vw, 70px) 0;
}

.l-wrapper-top-70 {
  padding-top: clamp(40px, 5.2151238592vw, 70px);
}

.l-wrapper-bottom-70 {
  padding-bottom: clamp(40px, 5.2151238592vw, 70px);
}

.l-wrapper-50 {
  padding: clamp(30px, 3.9113428944vw, 50px) 0;
}

.l-wrapper-top-50 {
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-bottom-50 {
  padding-bottom: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-30 {
  padding: clamp(15px, 1.9556714472vw, 30px) 0;
}

.l-wrapper-top-30 {
  padding-top: clamp(15px, 1.9556714472vw, 30px);
}

.l-wrapper-bottom-30 {
  padding-bottom: clamp(15px, 1.9556714472vw, 30px);
}

.l-wrapper-20 {
  padding: clamp(10px, 1.3037809648vw, 20px) 0;
}

.l-wrapper-top-20 {
  padding-top: clamp(10px, 1.3037809648vw, 20px);
}

.l-wrapper-bottom-20 {
  padding-bottom: clamp(10px, 1.3037809648vw, 20px);
}

.l-wrapper-10 {
  padding: 10px 0;
}

.l-wrapper-top-10 {
  padding-top: 10px;
}

.l-wrapper-bottom-10 {
  padding-bottom: 10px;
}

/*------------------
  hn
------------------*/
.p-hn1 {
  font-size: 40px;
  color: #036649;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .p-hn1 {
    font-size: clamp(24px, 3.1290743155vw, 40px);
  }
}
@media (max-width: 520px) {
  .p-hn1 {
    font-size: 5.4vw;
  }
}
@media (max-width: 767px) {
  .p-hn1 {
    gap: 0.5em;
  }
}
.p-hn1 img {
  display: block;
  margin-top: 0.3em;
  width: 5%;
  max-width: 25px;
  line-height: 1;
}

/* =================================================== *

  header

* =================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  transition: 0.3s;
}
.l-header__inner {
  position: relative;
  display: flex;
  gap: 1.5em;
  padding: 2%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: max(20px, 5.5vw) max(20px, 5vw);
    padding-right: calc(max(20px, 5vw) + env(safe-area-inset-right, 0px));
    padding-left: calc(max(18px, 4.5vw) + env(safe-area-inset-left, 0px));
    padding-top: calc(max(20px, 5.5vw) + env(safe-area-inset-top, 0px));
  }
}
.l-header__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin: 0;
}
.l-header__logo-link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.l-header__logo-img {
  display: block;
  width: clamp(240px, 22vw, 320px);
  height: auto;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9)) drop-shadow(0 1px 10px rgba(255, 255, 255, 0.45));
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo-link:hover {
    opacity: 0.88;
  }
}
.l-header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
  .l-header__inner {
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__nav li a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav li a:hover {
    color: #036649;
  }
}
@media (max-width: 767px) {
  .l-header__nav li a {
    font-size: 2.6vw;
  }
}

.js-fixed .l-header__inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 1% 2%;
}
@media (max-width: 767px) {
  .js-fixed .l-header__inner {
    padding: max(14px, 4vw) max(18px, 4.5vw);
    padding-right: calc(max(18px, 4.5vw) + env(safe-area-inset-right, 0px));
    padding-left: calc(max(16px, 4vw) + env(safe-area-inset-left, 0px));
    padding-top: calc(max(14px, 4vw) + env(safe-area-inset-top, 0px));
  }
}
.js-fixed .l-header__logo-img {
  filter: none;
}
@media (hover: hover) and (pointer: fine) {
  .js-fixed .l-header__logo-link:hover {
    opacity: 0.82;
  }
}
.js-fixed .l-header__nav li a {
  color: #036649;
}
@media (hover: hover) and (pointer: fine) {
  .js-fixed .l-header__nav li a:hover {
    color: #0E6AAB;
  }
}

.l-drawer-btn {
  display: none;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #036649;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 50%;
  transition: 0.3s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-drawer-btn {
    display: block;
    width: 44px;
    height: 44px;
    margin: 6px 2px 6px 10px;
    box-sizing: border-box;
  }
}
.l-drawer-btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-drawer-btn > span {
    background: #fff;
    width: 55%;
    max-width: 20px;
    height: 2px;
  }
}
.l-drawer-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 10px));
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 8px));
  }
}
.l-drawer-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.l-drawer-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 10px));
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 8px));
  }
}
.l-drawer-btn.js-open {
  background: #fff;
}
@media (max-width: 767px) {
  .l-drawer-btn.js-open {
    background: rgba(3, 102, 73, 0.95);
  }
}
.l-drawer-btn.js-open > span {
  background: #036649;
}
@media (max-width: 767px) {
  .l-drawer-btn.js-open > span {
    background: #fff;
  }
}
.l-drawer-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.l-drawer-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}
.l-drawer-nav__inner {
  position: relative;
  z-index: 1;
  transform: translateY(-100%);
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #036649;
  transition: 0.3s;
}
.l-drawer-nav__logo {
  max-width: 420px;
}
@media (max-width: 767px) {
  .l-drawer-nav__logo {
    width: 62%;
  }
}
@media (max-width: 375px) {
  .l-drawer-nav__logo {
    width: 52%;
  }
}
.l-drawer-nav__logo a {
  transition: 0.3s;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-nav__logo a:hover {
    opacity: 0.8;
  }
}
.l-drawer-nav__entry a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #036649;
  border-radius: 100vh;
  font-size: 22px;
  height: 40px;
  padding: 0 1.2em;
  transition: 0.3s;
  gap: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-drawer-nav__entry a {
    font-size: clamp(10px, 3.125vw, 12px);
    gap: 5px;
    padding: 10px 3vw;
    height: auto;
  }
}
@media (max-width: 320px) {
  .l-drawer-nav__entry a {
    padding: 10px 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-nav__entry a:hover {
    color: #fff;
  }
  .l-drawer-nav__entry a:hover span:first-child {
    background: #fff;
  }
  .l-drawer-nav__entry a:hover span:first-child::before {
    background: #fff;
  }
}
.l-drawer-nav__entry a span:first-child {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-top: 0.4em;
  border-radius: 100vh;
  background: #036649;
}
@media (max-width: 767px) {
  .l-drawer-nav__entry a span:first-child {
    width: 7vw;
    height: 1px;
  }
}
.l-drawer-nav__entry a span:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 100vh;
  background: #036649;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media (max-width: 767px) {
  .l-drawer-nav__entry a span:first-child::before {
    width: 2vw;
    height: 1px;
  }
}
.l-drawer-nav__entry a span:last-child {
  margin-top: 0.1em;
}
.l-drawer-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5em;
  padding: 0 2%;
  transition: 0.3s;
  height: 100px;
  margin-right: 90px;
}
@media (max-width: 992px) {
  .l-drawer-nav__header {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .l-drawer-nav__header {
    padding: 0 0 0 20px;
    column-gap: 0.5em;
    height: 70px;
  }
}
.l-drawer-nav__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(30px, 3.9113428944vw, 60px);
  width: 80%;
  margin: clamp(72px, 18vw, 120px) auto 0;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu {
    width: calc(100% - 40px);
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-drawer-nav__menu li a {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.3037809648vw, 20px);
  color: #fff;
  transition: 0.3s;
  border-top: solid 1px #fff;
  padding: 1em 0.5em;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a {
    padding: 1.5em 0;
    gap: 0;
  }
}
.l-drawer-nav__menu li a.coming {
  pointer-events: none;
}
.l-drawer-nav__menu li a.coming .en,
.l-drawer-nav__menu li a.coming .ja {
  opacity: 0.5;
}
.l-drawer-nav__menu li a span {
  display: block;
  font-weight: 500;
}
.l-drawer-nav__menu li a span.en {
  flex-basis: 8em;
  font-size: clamp(14px, 1.8252933507vw, 27px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a span.en {
    font-size: clamp(14px, 4.375vw, 30px);
  }
}
.l-drawer-nav__menu li a span.ja {
  font-size: clamp(8px, 1.0430247718vw, 15px);
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a span.ja {
    font-size: clamp(9px, 2.8125vw, 14px);
  }
}
.l-drawer-nav__menu li a span.soon {
  font-size: clamp(8px, 1.0430247718vw, 12px);
  font-family: "Josefin Sans", serif;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a span.soon {
    font-size: clamp(8px, 2.5vw, 14px);
    text-align: center;
    margin-left: 2em;
  }
}
.l-drawer-nav__menu li:nth-child(n+7) {
  border-bottom: solid 1px #fff;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li:nth-child(n+7) {
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li:last-child {
    border-bottom: solid 1px #fff;
  }
}
.l-drawer-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.l-drawer-nav.js-open {
  visibility: visible;
}
.l-drawer-nav.js-open .l-drawer-nav__inner {
  transform: translateY(0);
}
.l-drawer-nav.js-open .l-drawer-nav__bg {
  opacity: 1;
}

.nav-open.open .icn {
  transform: rotate(180deg);
}

/* =================================================== *

  footer

* =================================================== */
/*------------------
  footer
------------------*/
footer {
  position: sticky;
  top: 100%;
}

.footer__bg {
  background: #036649;
}
.footer__wave {
  margin-bottom: -2px;
  line-height: 0;
}
.footer__wave svg {
  display: block;
  width: 100%;
  height: clamp(20px, 3.5vw, 36px);
  vertical-align: bottom;
}
.footer__wave path {
  fill: #036649;
}
.footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  font-size: 20px;
  column-gap: 28px;
  row-gap: 10px;
  color: #fff;
}
.footer__grant {
  grid-column: 1 / -1;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.92;
  margin: 0 0 8px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__grant {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .footer__inner {
    font-size: clamp(16px, 2.0860495437vw, 18px);
  }
}
@media (max-width: 520px) {
  .footer__inner {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
@media (max-width: 992px) {
  .footer__inner {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    text-align: center;
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.footer__inner > .left,
.footer__inner > .right {
  min-width: 0;
}
.footer__inner span {
  font-size: 14px;
  margin-left: 1em;
}
@media (max-width: 1280px) {
  .footer__inner span {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .footer__inner span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer__inner span {
    display: block;
    font-size: 12px;
  }
}
.footer__sponsor {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
.footer__sponsor-text {
  display: block;
  margin-left: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.footer__sponsor-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 16px;
  line-height: 0;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__sponsor-brand:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  }
}
.footer__sponsor-brand:focus-visible {
  outline: 2px solid rgba(187, 226, 241, 0.95);
  outline-offset: 3px;
}
.footer__sponsor-logo {
  display: block;
  width: auto;
  max-height: clamp(64px, 11vw, 96px);
  max-width: min(100px, 34vw);
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 992px) {
  .footer__sponsor {
    gap: 12px;
  }
  .footer__sponsor-text {
    font-size: 13px;
  }
  .footer__sponsor-brand {
    padding: 8px 14px;
    border-radius: 12px;
  }
  .footer__sponsor-logo {
    max-height: clamp(60px, 14vw, 88px);
    max-width: min(92px, 36vw);
  }
}
@media (max-width: 767px) {
  .footer__sponsor {
    justify-content: center;
    flex-direction: column;
  }
  .footer__sponsor-text {
    white-space: normal;
    text-align: center;
  }
  .footer__sponsor-logo {
    max-height: clamp(62px, 18vw, 92px);
    max-width: min(96px, 40vw);
  }
}
.footer__deco {
  position: absolute;
  bottom: 150%;
  width: 20%;
  max-width: 250px;
  right: 20px;
}
@media (max-width: 767px) {
  .footer__deco {
    right: 0;
    width: 25%;
    bottom: 120%;
  }
}

/* =================================================== *

  top

* =================================================== */
/*------------------
  top kv
------------------*/
.top-kv {
  position: relative;
  color: #fff;
  overflow-wrap: normal;
  word-break: keep-all;
  --top-kv-green: #036649;
}
.top-kv__fv {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(-56px, -10vw, -24px);
  overflow: visible;
  isolation: isolate;
  background-color: #5fa6ce;
}
/* Stage 1: 背景写真（縦長 150vh）が上に流れる + キャッチ sticky で画面中央に固定（画像中央=75vh で解除） */
.top-kv__fv-stage1 {
  position: relative;
  height: 175vh;
  background-color: #5fa6ce;
  overflow: clip;
}
/* 背景レイヤー: 通常 flow で 150vh 表示、スクロールで上に流れる */
.top-kv__fv-stage1 .top-kv__fv-bg-flow {
  position: relative;
  height: 150vh;
  height: 150svh;
  width: 100%;
  z-index: 0;
}
/* Stage 1 末尾のグラデーションは削除（波形のみで遷移） */
.top-kv__fv-stage1 .top-kv__fv-bg {
  position: absolute;
  inset: 0;
  background: url("../img/page/front-page/kv_bg.jpg") no-repeat center center / cover;
  z-index: 0;
}
.top-kv__fv-stage1 .top-kv__fv-bus {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: calc(50vh + clamp(20px, 4vh, 60px));
  width: min(50vw, 560px);
  max-width: 92%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.top-kv__fv-stage1 .top-kv__fv-bus img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
}
/* キャッチ: sticky で画面中央に固定、画像終了 (150vh) と同期で解除 */
.top-kv__fv-catch-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  margin-top: -150vh;
  margin-top: -150svh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Stage 2: 空の水色グラデーション + 木と雲でスクロール感 + リード sticky で画面中央に固定 */
.top-kv__fv-stage2 {
  position: relative;
  height: 200vh;
  background: linear-gradient(180deg, #5fa6ce 0%, #8cc6e0 45%, #b6daea 100%);
  color: #fff;
  overflow: clip;
}
/* 木のイラストレイヤー: stage2 内に絶対配置で散らす、スクロールと一緒に流れる */
.top-kv__fv-stage2-trees {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.top-kv__fv-tree {
  position: absolute;
  width: clamp(80px, 12vw, 180px);
  height: auto;
  opacity: 0.6;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
}
.top-kv__fv-tree--1 { top: 8vh; left: 3%; width: clamp(90px, 13vw, 200px); animation-delay: 0s; }
.top-kv__fv-tree--2 { top: 32vh; right: 5%; width: clamp(70px, 10vw, 160px); animation-delay: -1.5s; }
.top-kv__fv-tree--3 { top: 64vh; left: 10%; width: clamp(80px, 11vw, 170px); animation-delay: -3s; }
.top-kv__fv-tree--4 { top: 96vh; right: 7%; width: clamp(100px, 14vw, 220px); animation-delay: -4.5s; }
.top-kv__fv-tree--5 { top: 132vh; left: 6%; width: clamp(75px, 10vw, 150px); animation-delay: -2s; }
.top-kv__fv-tree--6 { top: 168vh; right: 9%; width: clamp(85px, 12vw, 190px); animation-delay: -5s; }

/* 白い雲: ふんわり浮遊 */
.top-kv__fv-cloud {
  position: absolute;
  width: clamp(120px, 18vw, 260px);
  height: auto;
  opacity: 0.85;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.15));
}
.top-kv__fv-cloud--1 { top: 20vh; right: 12%; width: clamp(140px, 20vw, 280px); animation-delay: -0.8s; }
.top-kv__fv-cloud--2 { top: 78vh; left: 22%; width: clamp(110px, 16vw, 240px); animation-delay: -2.6s; }
.top-kv__fv-cloud--3 { top: 116vh; right: 18%; width: clamp(130px, 19vw, 270px); animation-delay: -4.2s; }
.top-kv__fv-cloud--4 { top: 154vh; left: 14%; width: clamp(120px, 17vw, 250px); animation-delay: -1.8s; }

/* 木と雲の浮遊アニメーション */
.top-kv__fv-tree,
.top-kv__fv-cloud {
  animation: kv-float-soft 7s ease-in-out infinite;
  will-change: transform;
}
@keyframes kv-float-soft {
  0%, 100% { transform: translateY(0) translateX(0); }
  33%      { transform: translateY(-10px) translateX(4px); }
  66%      { transform: translateY(6px) translateX(-3px); }
}
@media (prefers-reduced-motion: reduce) {
  .top-kv__fv-tree,
  .top-kv__fv-cloud {
    animation: none;
  }
}
.top-kv__fv-lead-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-kv__pricing-section {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 7vw, 92px) 0 clamp(52px, 9vw, 108px);
  background-color: var(--top-kv-green);
  color: #fff;
  font-family: "Zen Maru Gothic", メイリオ, Meiryo, sans-serif;
  overflow-x: clip;
}
/* bg-flow 内、写真の下端に空色波形を absolute 配置（写真 → 空色へのトランジション） */
.top-kv__wave.top-kv__wave--sky {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 4;
  line-height: 0;
  margin: 0;
  background: transparent;
  pointer-events: none;
}
.top-kv__wave.top-kv__wave--sky svg {
  width: 100%;
  height: clamp(60px, 9vw, 120px);
  display: block;
}
.top-kv__wave.top-kv__wave--sky .top-kv__wave-fill {
  fill: #5fa6ce;
}
/* stage2 と pricing-section の境界の波形装飾（空色 → 緑へのトランジション） */
.top-kv__wave.top-kv__wave--pricing {
  position: relative;
  z-index: 2;
  line-height: 0;
  margin: 0 0 -4px;
  background-color: #b6daea;
}
.top-kv__wave.top-kv__wave--pricing svg {
  width: 100%;
  height: clamp(40px, 6vw, 80px);
  display: block;
}
.top-kv__wave.top-kv__wave--pricing .top-kv__wave-fill {
  fill: var(--top-kv-green);
}
.top-kv__fv-bg {
  position: absolute;
  inset: 0;
  background: #1a3d2e url("../img/page/front-page/kv_bg.jpg") no-repeat center center / cover;
  z-index: 0;
}
.top-kv__fv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    transparent 24%,
    transparent 76%,
    rgba(0, 0, 0, 0.22) 100%
  );
  pointer-events: none;
}
.top-kv__fv-bus {
  position: absolute;
  right: 0;
  bottom: clamp(48px, 8vh, 96px);
  width: min(46vw, 520px);
  max-width: 88%;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: kv-bus-in 1.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s both;
}
@keyframes kv-bus-in {
  0% {
    transform: translate3d(70%, 8%, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-kv__fv-bus {
    animation: none;
  }
}
.top-kv__fv-bus img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
}
@media (max-width: 992px) {
  .top-kv__fv-bus {
    width: min(56vw, 440px);
    bottom: 0;
  }
}
.top-kv__fv-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  pointer-events: auto;
}
.top-kv__fv-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: clamp(4px, 1.2vw, 12px) clamp(12px, 3vw, 24px) clamp(16px, 3vh, 32px);
  width: 100%;
  box-sizing: border-box;
  line-break: strict;
  overflow-wrap: normal;
  word-break: normal;
}
.top-kv__catch {
  margin: 0 auto clamp(20px, 3.5vw, 40px);
  max-width: 22em;
  font-family: "Zen Maru Gothic", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 5.2vw, 50px);
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 2px 16px rgba(0, 0, 0, 0.22);
  white-space: nowrap;
  animation: kv-catch-in 2.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s both;
}
@keyframes kv-catch-in {
  0% {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(6px);
    letter-spacing: 0.18em;
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    letter-spacing: 0.06em;
  }
}
.top-kv__lead {
  margin: 0 auto;
  max-width: 38em;
}
.top-kv__lead p {
  margin: 0 0 clamp(8px, 1.4vw, 14px);
  font-family: "Zen Maru Gothic", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.85;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32), 0 1px 10px rgba(0, 0, 0, 0.18);
}
@media (prefers-reduced-motion: reduce) {
  .top-kv__catch {
    animation: none;
  }
}
@media (max-width: 767px) {
  .top-kv__fv {
    margin-bottom: 0;
    overflow: visible;
    z-index: 3;
  }
  .top-kv__fv-stage1 .top-kv__fv-bus {
    width: min(56vw, 220px);
    right: 0;
    bottom: calc(50vh + clamp(40px, 8vh, 120px));
    max-width: 70%;
  }
  .top-kv__fv-stage1 .top-kv__fv-bus img {
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.28));
  }
  /* SP: リード文の見切れ防止（pin 内に余白を確保、 下は SP-CTA を避ける） */
  .top-kv__fv-lead-pin {
    padding: clamp(24px, 4vh, 48px) 0 clamp(80px, 12vh, 120px);
    box-sizing: border-box;
  }
  .top-kv__fv-lead-pin .l-container {
    width: 100%;
  }
  .top-kv__fv-inner {
    padding-left: 8px;
    padding-right: 8px;
    z-index: 2;
  }
  .top-kv__fv-body {
    padding: clamp(4px, 1.5vw, 10px) clamp(8px, 3vw, 16px) clamp(14px, 5vw, 28px);
    max-width: 100%;
  }
  .top-kv__fv-bus {
    width: min(56vw, 220px);
    right: 0;
    bottom: clamp(40px, 8vh, 80px);
    max-width: 70%;
    z-index: 1;
  }
  .top-kv__fv-bus img {
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.28));
  }
  .top-kv__lead {
    max-width: 100%;
    padding-inline: clamp(0px, 1vw, 8px);
    box-sizing: border-box;
  }
  .top-kv__catch-l1 {
    white-space: nowrap;
  }
  .top-kv__catch {
    margin-bottom: clamp(40px, 12vw, 72px);
    text-wrap: unset;
    white-space: normal;
  }
  .top-kv__lead p {
    margin-bottom: clamp(8px, 2vw, 14px);
    font-size: clamp(17px, 3.8vw, 20px);
    text-align: center;
    text-wrap: pretty;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-kv__fv {
    min-height: auto;
  }
  .top-kv__fv-bg-flow {
    height: auto;
    min-height: 60vh;
  }
  .top-kv__fv-text-stack {
    position: relative;
    margin-top: 0;
    height: auto;
  }
}
.top-kv__wave {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: clamp(-40px, -7vw, -12px);
  background-color: var(--top-kv-green);
}
.top-kv__wave svg {
  width: 100%;
  height: clamp(40px, 8vw, 88px);
  vertical-align: bottom;
  display: block;
  margin-bottom: -1px;
}
.top-kv__wave-fill {
  fill: var(--top-kv-green);
}
.top-kv__ticket-section {
  position: relative;
  z-index: 2;
  margin-top: calc(clamp(-36px, -5.5vw, -16px) - 1px);
  padding: 0 0 clamp(72px, 11vw, 132px);
  background-color: var(--top-kv-green);
  overflow-x: clip;
  font-family: "Zen Maru Gothic", メイリオ, Meiryo, sans-serif;
}
.top-kv__ticket-section .top-kv__wave {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin: clamp(-80px, -10vw, -40px) 0 clamp(28px, 4vw, 56px);
  background-color: transparent;
}
.top-kv__ticket-section .top-kv__wave svg {
  width: 100%;
  height: clamp(40px, 8vw, 88px);
  display: block;
}
.top-kv__ticket-section .top-kv__wave-fill {
  fill: var(--top-kv-green);
}
.top-kv__pricing-section .top-kv__pricing-inner {
  position: relative;
  z-index: 2;
  margin-top: clamp(28px, 4vw, 56px);
  pointer-events: auto;
}
.top-kv__pricing-section .top-kv__alert {
  margin-top: clamp(16px, 2.5vw, 32px);
}
@media (max-width: 767px) {
  .top-kv__ticket-section {
    z-index: 1;
    margin-top: 0;
  }
  .top-kv__ticket-section .top-kv__wave {
    z-index: 2;
    margin-top: -1px;
  }
}
.top-kv__pricing-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 44px);
  align-items: stretch;
}
/* ツアー開催日（左）と旅行代金テーブル（右）を横並び ※768px未満は1カラム */
.top-kv__pricing-columns {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: clamp(28px, 4.5vw, 80px);
  align-items: start;
  max-width: 1280px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-kv__pricing-columns {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 32px);
  }
}
.top-kv__table-block {
  position: relative;
  z-index: 3;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.top-kv__table-block .inner800 {
  width: 100%;
  max-width: min(720px, 100%);
  margin-inline: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.top-kv__dates {
  min-width: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}
.top-kv__dates-ttl {
  margin: 0 0 8px;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.top-kv__dates-year {
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top-kv_data {
  font-size: clamp(26px, 2.8vw, 36px);
  display: grid;
  align-items: baseline;
  grid-template-columns: 2.7em auto;
  justify-content: start;
}
.top-kv_data--flat {
  grid-template-columns: 1fr;
  justify-content: start;
  margin-bottom: 10px;
}
.top-kv__date-range {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.12em 0.2em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  overflow-wrap: normal;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .top-kv__date-range {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.top-kv__date-tilde {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-kv_data {
    display: block;
    margin-left: 0;
  }
}
.top-kv_data span.day {
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1;
  margin-right: 0.06em;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}
.top-kv_data span.yobi {
  font-size: clamp(15px, 1.85vw, 24px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  flex-shrink: 0;
}
.top-kv__dates-everyday {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
  margin: 10px 0 0;
  padding: 6px 18px;
  background: #fff;
  color: var(--top-kv-green);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.top-kv__dates-everyday__lead,
.top-kv__dates-everyday__tail {
  font-size: clamp(14px, 1.7vw, 18px);
}
.top-kv__dates-everyday__main {
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.top-kv_table {
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-kv_table {
    margin-left: 0;
    margin-right: 0;
  }
}
.top-kv_table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.top-kv_table table th:first-child,
.top-kv_table table td:first-child {
  width: 18%;
}
.top-kv_table table th {
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .top-kv_table table th {
    font-size: clamp(9px, 2.1vw, 11px);
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.top-kv_table table td {
  font-size: clamp(14px, 1.5vw, 21px);
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-kv_table table td {
    font-size: clamp(13px, 3vw, 16px);
  }
}
.top-kv_table table td span {
  font-size: 0.62em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-kv_table table td span {
    font-size: 0.65em;
  }
}
.top-kv_table table th,
.top-kv_table table td {
  text-align: center;
  border: solid 2px #fff;
  padding: clamp(6px, 1vw, 12px) clamp(4px, 0.6vw, 10px);
  vertical-align: middle;
  line-height: 1.3;
  background: rgba(3, 102, 73, 0.8);
  overflow-wrap: normal;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .top-kv_table table th,
  .top-kv_table table td {
    padding: clamp(4px, 1.5vw, 8px) clamp(1px, 0.4vw, 3px);
    border-width: 1px;
  }
}
.top-kv_table table thead th {
  background: rgba(0, 157, 64, 0.8);
}
.top-kv_table table th ._nobr,
.top-kv_table table th small {
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .top-kv_table table th small {
    font-size: max(9px, 0.85em);
  }
}
.top-kv__alert {
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .top-kv__alert {
    margin-bottom: 5%;
  }
}
.top-kv__alert-list {
  display: table;
  text-align: center;
  font-size: 15px;
  padding-left: 0;
  list-style: none;
}
.top-kv__alert-list {
  margin: 0.8em auto 0;
  line-height: 1.7;
}
.top-kv__alert-list li + li {
  margin-top: 0.15em;
}
@media (max-width: 1280px) {
  .top-kv__alert-list {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .top-kv__alert-list {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .top-kv__alert-list {
    font-size: 2.4vw;
  }
}
/* チケットCTAは料金ブロック内の通常フロー（旧: absolute + 負の bottom で画像がFV全体に被っていた） */
.top-kv__ticket {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  margin-top: clamp(28px, 5vw, 56px);
  margin-bottom: 0;
  z-index: 0;
}
.top-kv__ticket a {
  display: block;
  transition: 0.3s;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .top-kv__ticket a {
    width: 35%;
  }
}
@media (max-width: 1280px) {
  .top-kv__ticket a {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .top-kv__ticket a {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-kv__ticket a {
    width: 80%;
    max-width: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-kv__ticket a:hover {
    transform: translateY(7%);
  }
}
.top-kv__ticket__alert {
  position: absolute;
  bottom: 20px;
  left: 65%;
  font-size: clamp(10px, 1.0080645161vw, 16px);
  text-align: center;
}
@media (max-width: 1920px) {
  .top-kv__ticket__alert {
    left: 70%;
  }
}
@media (max-width: 1280px) {
  .top-kv__ticket__alert {
    font-size: 1vw;
  }
}
@media (max-width: 992px) {
  .top-kv__ticket__alert {
    position: static;
  }
}
@media (max-width: 992px) {
  .top-kv__ticket__alert span {
    display: inline-block;
    border: solid 1px #fff;
    position: static;
    font-size: 14px;
    padding: 5px 2em;
  }
}
@media (max-width: 767px) {
  .top-kv__ticket__alert span {
    display: block;
    width: 94%;
    margin: 0 auto;
    font-size: 3vw;
  }
}

.top-kv__pricing-inner .top-kv_table {
  padding-top: 0;
}
@media (max-width: 767px) {
  .top-kv__pricing-inner .top-kv_table {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .top-kv__pricing-inner .top-kv_table__alert {
    margin-left: 0;
  }
}
.top-kv__pricing-section .top-kv__alert {
  align-items: flex-start;
  padding-top: clamp(12px, 3vw, 24px);
}
.top-kv__pricing-section .top-kv__alert-list {
  display: block;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.top-kv__ticket-section .top-kv__ticket {
  margin-top: clamp(36px, 7vw, 72px);
}
.top-kv__ticket-section .top-kv__ticket__alert {
  position: static;
  left: auto;
  bottom: auto;
  margin-top: clamp(14px, 3vw, 26px);
  font-size: clamp(11px, 1.35vw, 15px);
}
@media (max-width: 767px) {
  .top-kv__ticket-section {
    padding-bottom: calc(clamp(88px, 14vw, 140px) + env(safe-area-inset-bottom, 0px));
  }
  .top-kv__ticket-section .top-kv__ticket {
    margin-bottom: 12px;
  }
  .top-kv__ticket-section .top-kv__ticket__alert {
    margin-bottom: 4px;
    padding-bottom: 8px;
  }
}

/*------------------
  top route
------------------*/
.top-route {
  background: #036649;
  color: #fff;
}
.top-route__inner {
  position: relative;
}
.top-route__deco {
  position: absolute;
  z-index: 1;
}
.top-route__ttl,
.top-route__txt {
  position: relative;
  z-index: 2;
}
.top-route__deco1 {
  left: -20%;
  top: -25%;
  width: 35%;
}
@media (max-width: 1280px) {
  .top-route__deco1 {
    top: -1%;
    width: 25%;
    left: -15%;
  }
}
@media (max-width: 992px) {
  .top-route__deco1 {
    display: none;
  }
}
.top-route__deco2 {
  right: -2%;
  top: -8%;
  width: 22%;
}
@media (max-width: 992px) {
  .top-route__deco2 {
    display: none;
  }
}
.top-route__deco3 {
  left: -15%;
  bottom: -15%;
  width: 25%;
}
.top-route__deco4 {
  right: -4%;
  bottom: -8%;
  width: 22%;
}
@media (max-width: 1280px) {
  .top-route__deco4 {
    bottom: -6%;
  }
}
@media (max-width: 992px) {
  .top-route__deco4 {
    bottom: -4%;
    width: 26%;
  }
}
.top-route__ttl {
  text-align: center;
  font-size: 50px;
}
@media (max-width: 1280px) {
  .top-route__ttl {
    font-size: clamp(40px, 4.0322580645vw, 50px);
  }
}
@media (max-width: 767px) {
  .top-route__ttl {
    font-size: 6vw;
  }
}
.top-route__ttl span {
  color: #bbe2f1;
}
.top-route__txt {
  position: relative;
  z-index: 1;
}
.top-route__txt p {
  text-align: center;
  font-size: 19px;
  text-shadow: 0 0 10px #036649, 0 0 10px #036649, 0 0 10px #036649, 0 0 10px #036649;
}
@media (max-width: 1280px) {
  .top-route__txt p {
    font-size: clamp(14px, 1.4112903226vw, 17px);
  }
}
@media (max-width: 992px) {
  .top-route__txt p {
    text-align: left;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .top-route__txt p {
    font-size: 14px;
  }
}
.top-route__img img {
  border-radius: 20px;
}
.top-route__wave {
  padding-top: clamp(24px, 4vw, 52px);
}
.top-route__wave svg {
  display: block;
  width: 100%;
  height: clamp(40px, 7vw, 88px);
  vertical-align: bottom;
  margin-bottom: -1px;
}
.top-route__wave svg path {
  fill: #e2efcd;
}

/*------------------
  top tour
------------------*/
.top-tour {
  background: #e2efcd;
  padding-bottom: 10%;
  position: relative;
}
.top-tour__inner {
  background: url("../img/page/front-page/tour_bg.jpg") no-repeat center top/cover;
  /* 店舗〜ギャラリー間の余白と重なりのバランス（必要に応じて分母を調整） */
  aspect-ratio: 1920/9800;
  position: relative;
}
@media (max-width: 767px) {
  .top-tour__inner {
    aspect-ratio: auto;
    background: #e2efcd;
  }
}
.top-tour__ttl {
  text-align: center;
  font-size: clamp(40px, 5.2151238592vw, 55px);
  color: #036649;
}
@media (max-width: 1280px) {
  .top-tour__ttl {
    font-size: clamp(30px, 3.0241935484vw, 40px);
  }
}
@media (max-width: 767px) {
  .top-tour__ttl {
    font-size: 6vw;
  }
}
.top-tour__ttl2 {
  position: absolute;
  top: 0.8%;
  width: 100%;
}
@media (max-width: 992px) {
  .top-tour__ttl2 {
    top: 0.6%;
  }
}
@media (max-width: 767px) {
  .top-tour__ttl2 {
    position: static;
    background: url("../img/page/front-page/tour_ttl.png") no-repeat left bottom/cover;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.top-tour__kotei {
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
  background: #fff;
  padding: 20px;
  border: solid 2px #036649;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.top-tour__kotei p {
  font-size: 22px;
}
@media (max-width: 1280px) {
  .top-tour__kotei p {
    font-size: clamp(14px, 1.4112903226vw, 18px);
  }
}
@media (max-width: 767px) {
  .top-tour__kotei p {
    font-size: 14px;
  }
}
.top-tour__time__bus {
  position: absolute;
  left: 15%;
  top: 0.3%;
  width: 20%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .top-tour__time__bus {
    position: static;
    width: 94%;
    margin: 0 auto 40px;
    max-width: auto;
  }
}
.top-tour__time__730 {
  position: absolute;
  right: 0%;
  top: 4%;
  width: 25%;
}
@media (max-width: 767px) {
  .top-tour__time__730 {
    position: static;
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__time__730 p {
  padding-left: 5%;
  color: #036649;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .top-tour__time__730 p {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__time__730 p {
    font-size: 14px;
    padding-left: 0;
  }
}
.top-tour__time__730 img {
  display: block;
  width: 65%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-tour__time__730 img {
    margin: 0 auto 10px;
  }
}
.top-tour__time__815 {
  position: absolute;
  /*
   * 730（高山・右端25%）の写真下テキストの上に乗らないよう、
   * 右端からの距離を 25% 以上にして 730 列（右端〜75%付近）の左側に置く。
   * 830（平湯バスターミナル）と同じ right でタイムライン上の位置を揃える。
   */
  right: 27%;
  top: 6.8%;
  z-index: 3;
  max-width: min(38vw, 340px);
  box-sizing: border-box;
  background: #e2efcd;
  border: 2px solid #036649;
  border-radius: 8px;
  padding: 0.35em 0.75em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35em;
}
.top-tour__time__815__head {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
  white-space: nowrap;
}
.top-tour__time__815__time {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #e8a735;
}
.top-tour__time__815__name {
  font-weight: 700;
  font-size: 20px;
  color: #036649;
}
.top-tour__time__815__note {
  font-size: 11px;
  color: #036649;
}
.top-tour__time__815__parking {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: #036649;
}
@media (max-width: 1920px) {
  .top-tour__time__815 {
    padding: 0.25em 0.55em;
  }
  .top-tour__time__815__time {
    font-size: 0.85vw;
  }
  .top-tour__time__815__name {
    font-size: 1.05vw;
  }
  .top-tour__time__815__note {
    font-size: 0.6vw;
  }
  .top-tour__time__815__parking {
    font-size: 0.65vw;
  }
}
@media (max-width: 767px) {
  .top-tour__time__815 {
    position: static;
    width: fit-content;
    max-width: 94%;
    margin: -10px auto 20px;
    padding: 0.45em 1em;
    border-radius: 6px;
  }
  .top-tour__time__815__time {
    font-size: 14px;
  }
  .top-tour__time__815__name {
    font-size: 18px;
  }
  .top-tour__time__815__note {
    font-size: 11px;
  }
  .top-tour__time__815__parking {
    font-size: 12px;
  }
}
.top-tour__time__830 {
  position: absolute;
  /* 8:15 平湯大滝Pボックスと重ならないよう左下へオフセット（right↑＝画面左寄り、top↓＝下へ） */
  right: 35%;
  top: 7%;
  width: 25%;
}
@media (max-width: 767px) {
  .top-tour__time__830 {
    position: static;
    width: 94%;
    margin: 0 auto 20px;
  }
}
.top-tour__time__830 img {
  display: block;
  width: 65%;
}
@media (max-width: 767px) {
  .top-tour__time__830 img {
    margin: 0 auto;
  }
}
.top-tour__time__830__2 {
  position: absolute;
  left: 23%;
  top: 7.2%;
  width: 24%;
}
@media (max-width: 1920px) {
  .top-tour__time__830__2 {
    left: 12%;
    width: 26%;
  }
}
@media (max-width: 767px) {
  .top-tour__time__830__2 {
    position: static;
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__time__830__2 p {
  margin-bottom: 2em;
  color: #036649;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .top-tour__time__830__2 p {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__time__830__2 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-tour__time__830__2 .top-tour__stamp {
    width: 86%;
    margin: 0 auto;
  }
}
.top-tour__time__1715 {
  position: absolute;
  left: 2%;
  top: 95.5%;
  z-index: 3;
  background: #e2efcd;
  border: 2px solid #036649;
  border-radius: 8px;
  padding: 0.35em 0.75em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35em;
}
@media (max-width: 1920px) {
  .top-tour__time__1715 {
    padding: 0.25em 0.55em;
  }
}
@media (max-width: 767px) {
  .top-tour__time__1715 {
    position: static;
    width: fit-content;
    max-width: 94%;
    margin: -10px auto 20px;
    padding: 0.45em 1em;
    border-radius: 6px;
  }
}
.top-tour__time__1730 {
  position: absolute;
  z-index: 2;
  left: 12%;
  top: 98%;
  width: 24%;
}
@media (max-width: 767px) {
  .top-tour__time__1730 {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    width: 94%;
    margin: 0 auto;
  }
}
.top-tour__time__1730 img:first-child {
  width: 65%;
}
@media (max-width: 767px) {
  .top-tour__time__1730 img:first-child {
    margin-left: 5%;
    margin-top: -5%;
  }
}
.top-tour__time__1730 img:last-child {
  width: 65%;
  margin-right: 5%;
  margin-left: auto;
  position: absolute;
  top: -7%;
}
@media (max-width: 767px) {
  .top-tour__time__1730 img:last-child {
    position: static;
    margin-right: 5%;
    margin-left: auto;
  }
}
.top-tour__stamp {
  background: #fff;
  border-radius: 50px;
  padding: 0.6em 0.5em 0.6em 2em;
  width: 100%;
  position: relative;
  text-align: center;
  color: #036649;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
@media (max-width: 767px) {
  .top-tour__stamp {
    width: 92%;
    margin: 0 auto;
    padding: 0.5em 0.8em 0.5em 1.5em;
    border-radius: 30px;
  }
}
.top-tour__stamp + .top-tour__stamp {
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .top-tour__stamp + .top-tour__stamp {
    margin-top: 1.5em;
  }
}
.top-tour__stamp p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1920px) {
  .top-tour__stamp p {
    font-size: 0.75vw;
  }
}
@media (max-width: 767px) {
  .top-tour__stamp p {
    font-size: 2.4vw;
  }
}
.top-tour__stamp span {
  font-size: 18px;
  background: #bbe2f1;
}
@media (max-width: 1920px) {
  .top-tour__stamp span {
    font-size: 1.05vw;
  }
}
@media (max-width: 767px) {
  .top-tour__stamp span {
    font-size: 2.8vw;
  }
}
.top-tour__stamp img {
  position: absolute;
  left: -1.5em;
  top: 0;
  transform: translateY(-70%);
  width: 25%;
  max-width: 100px;
}
@media (max-width: 767px) {
  .top-tour__stamp img {
    width: 20%;
    max-width: 50px;
    left: -0.8em;
  }
}
@media (max-width: 375px) {
  .top-tour__stamp img {
    max-width: 40px;
    left: -1em;
  }
}
.top-tour__sec {
  width: 90%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .top-tour__sec {
    width: 100%;
    display: block;
  }
}
.top-tour__sec1 {
  position: absolute;
  top: 11.5%;
  right: 0;
}
@media (max-width: 1280px) {
  .top-tour__sec1 {
    top: 11%;
  }
}
@media (max-width: 767px) {
  .top-tour__sec1 {
    position: static;
  }
}
.top-tour__sec1 .top-tour__en__deco1 {
  position: absolute;
  top: -8%;
  left: -20%;
  width: 50%;
  z-index: 1;
}
.top-tour__sec1 .top-tour__en__deco2 {
  position: absolute;
  top: -3%;
  right: 17%;
  width: 15%;
  z-index: 1;
}
.top-tour__sec1 .top-tour__en__time {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 25%;
  z-index: 3;
}
.top-tour__en__deco1,
.top-tour__en__deco2 {
  z-index: 1;
}
.top-tour__en__time {
  z-index: 3;
}
@media (max-width: 767px) {
  .top-tour__sec1 .top-tour__en__time {
    width: 28%;
    top: -15%;
    left: 2%;
  }
}
.top-tour__sec1 .top-tour__en__txt {
  margin: 1em 0 1.5em;
}
.top-tour__sec1 .top-tour__stamp {
  width: 85%;
}
.top-tour__sec1 .top-tour__sec__desc {
  width: 28%;
  right: 10%;
}
@media (max-width: 767px) {
  .top-tour__sec1 .top-tour__sec__desc {
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__sec2 {
  position: absolute;
  top: 32.5%;
  left: 0;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .top-tour__sec2 {
    z-index: 2;
  }
  .top-tour__gallery2 {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .top-tour__sec2 {
    position: static;
  }
}
.top-tour__sec2 .right {
  margin-left: 0;
  margin-right: -5%;
}
.top-tour__sec2 .top-tour__en__deco1 {
  position: absolute;
  top: -22%;
  right: -50%;
  width: 90%;
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__en__deco1 {
    top: 0;
    right: -5%;
    width: 30%;
  }
}
.top-tour__sec2 .top-tour__en__time {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 25%;
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__en__time {
    width: 28%;
    top: -12%;
    left: 2%;
  }
}
.top-tour__sec2 .top-tour__sec__img img {
  border-radius: 0 100vh 100vh 0;
}
.top-tour__sec2 .top-tour__stamp {
  width: 85%;
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__stamp {
    width: 80%;
  }
}
.top-tour__sec2 .top-tour__sec__desc {
  left: 5%;
  width: 50%;
}
@media (max-width: 1920px) {
  .top-tour__sec2 .top-tour__sec__desc {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__sec__desc {
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__sec3 {
  position: absolute;
  top: 59%;
  right: 0;
}
@media (min-width: 768px) {
  .top-tour__sec3 {
    z-index: 2;
  }
  .top-tour__gallery3 {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .top-tour__sec3 {
    position: static;
  }
}
.top-tour__sec3 .top-tour__en__deco1 {
  position: absolute;
  bottom: -5%;
  left: -25%;
  width: 65%;
}
.top-tour__sec3 .top-tour__en__time {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 25%;
}
@media (max-width: 767px) {
  .top-tour__sec3 .top-tour__en__time {
    width: 28%;
    top: -12%;
    left: 2%;
  }
}
.top-tour__sec3 .top-tour__stamp {
  width: 90%;
}
.top-tour__sec3 .top-tour__en__txt {
  margin: 1em 0 1.5em;
}
.top-tour__sec3 .top-tour__sec__desc {
  width: 30%;
  right: 10%;
}
@media (max-width: 767px) {
  .top-tour__sec3 .top-tour__sec__desc {
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__sec4 {
  position: absolute;
  top: 77%;
  left: 0;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-tour__sec4 {
    position: static;
  }
}
.top-tour__sec4 .right {
  margin-left: 0;
  margin-right: -5%;
}
.top-tour__sec4 .top-tour__sec__img img {
  border-radius: 0 100vh 100vh 0;
}
.top-tour__sec4 .top-tour__en__time {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 25%;
}
@media (max-width: 767px) {
  .top-tour__sec4 .top-tour__en__time {
    width: 28%;
    top: -12%;
    left: 2%;
  }
}
.top-tour__sec4 .top-tour__stamp {
  width: 90%;
}
.top-tour__sec4 .top-tour__sec__desc {
  left: 5%;
  width: 50%;
}
@media (max-width: 767px) {
  .top-tour__sec4 .top-tour__sec__desc {
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__sec .left {
  z-index: 1;
  flex-shrink: 0;
  width: 40%;
  height: 40%;
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #036649;
}
@media (max-width: 767px) {
  .top-tour__sec .left {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.top-tour__sec .right {
  margin-left: -5%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .top-tour__sec .right {
    margin: 0;
  }
}
.top-tour__sec__img img {
  border-radius: 100vh 0 0 100vh;
  aspect-ratio: 30/16;
  object-fit: cover;
}
/* SP: お花畑・乗鞍観光センター・河童橋・平湯の湯の写真をギャラリー（魔王岳等）と同じ枠・比率に */
@media (max-width: 767px) {
  .top-tour__sec .right .top-tour__sec__img {
    width: 94%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .top-tour__sec__img img,
  .top-tour__sec2 .top-tour__sec__img img,
  .top-tour__sec4 .top-tour__sec__img img {
    border-radius: 15px;
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    display: block;
  }
}
.top-tour__sec__desc {
  position: absolute;
  color: #036649;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .top-tour__sec__desc {
    position: static;
  }
}
.top-tour__sec__desc__ttl {
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .top-tour__sec__desc__ttl {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .top-tour__sec__desc__ttl {
    font-size: 16px;
    text-align: center;
  }
}
.top-tour__sec__desc__ttl span {
  font-size: 14px;
}
@media (max-width: 1920px) {
  .top-tour__sec__desc__ttl span {
    font-size: 0.8vw;
  }
}
@media (max-width: 767px) {
  .top-tour__sec__desc__ttl span {
    font-size: 12px;
  }
}
.top-tour__sec__desc__txt p {
  font-size: 18px;
}
@media (max-width: 1920px) {
  .top-tour__sec__desc__txt p {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__sec__desc__txt p {
    font-size: 14px;
  }
}
.top-tour__shops {
  margin-top: 1.2em;
  border-top: 1px solid #036649;
  padding-top: 1em;
}
.top-tour__shops__heading {
  font-size: 18px;
  font-weight: bold;
  color: #036649;
  margin-bottom: 0.8em;
}
@media (max-width: 1920px) {
  .top-tour__shops__heading {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__shops__heading {
    font-size: 14px;
    text-align: center;
  }
}
.top-tour__shops__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 1.2em;
}
@media (max-width: 767px) {
  .top-tour__shops__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.top-tour__shops__item {
  display: flex;
  gap: 0.6em;
  align-items: flex-start;
}
.top-tour__shops__img {
  flex-shrink: 0;
  width: 8em;
  height: 6em;
  border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .top-tour__shops__img {
    width: 9vw;
    height: 6.5vw;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .top-tour__shops__img {
    width: 80px;
    height: 60px;
    border-radius: 3px;
  }
}
.top-tour__shops__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-tour__shops__info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #036649;
  line-height: 1.3;
}
@media (max-width: 1920px) {
  .top-tour__shops__info {
    font-size: 0.85vw;
  }
}
@media (max-width: 767px) {
  .top-tour__shops__info {
    font-size: 11px;
  }
}
.top-tour__shops__name {
  font-weight: bold;
}
.top-tour__shops__note {
  margin-top: 0.6em;
  font-size: 14px;
  color: #036649;
}
@media (max-width: 1920px) {
  .top-tour__shops__note {
    font-size: 0.8vw;
  }
}
@media (max-width: 767px) {
  .top-tour__shops__note {
    font-size: 12px;
  }
}
.top-tour__en {
  height: 100%;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-tour__en__subttl {
  margin-bottom: 20px;
  color: #e2efcd;
  font-size: 17px;
}
@media (max-width: 1920px) {
  .top-tour__en__subttl {
    font-size: 0.8vw;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .top-tour__en__subttl {
    font-size: 3vw;
  }
}
.top-tour__en__ttl {
  font-size: 70px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 1920px) {
  .top-tour__en__ttl {
    margin-bottom: 0;
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .top-tour__en__ttl {
    font-size: 7vw;
  }
}
.top-tour__en__ttl span {
  display: block;
  line-height: 1.8;
  font-size: 40px;
}
@media (max-width: 1920px) {
  .top-tour__en__ttl span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .top-tour__en__ttl span {
    font-size: 4vw;
  }
}
.top-tour__en__txt {
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .top-tour__en__txt {
    margin-bottom: 10px;
  }
}
.top-tour__en__txt p {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .top-tour__en__txt p {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__en__txt p {
    font-size: 2.6vw;
  }
}
.top-tour__en__alert {
  margin-top: 20px;
  color: #DDD533;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1920px) {
  .top-tour__en__alert {
    margin-top: 1em;
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__en__alert {
    margin-top: 3px;
    font-size: 2.5vw;
  }
}
.top-tour__en__alert span {
  display: block;
  text-align: center;
}
.top-tour__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 63%;
}
@media (max-width: 1920px) {
  .top-tour__gallery {
    gap: 1.5em;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__gallery1 {
  position: absolute;
  top: 22.5%;
  left: 5%;
  width: 90%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.2vw, 28px);
}
@media (max-width: 1280px) {
  .top-tour__gallery1 {
    left: 3%;
    width: 94%;
  }
}
.top-tour__gallery1 > .js-sr-top,
.top-tour__gallery1 > .top-tour__miniguide {
  min-width: 0;
}
.top-tour__gallery1 .top-tour__gallery__body {
  width: 100%;
}
.top-tour__miniguide {
  background: #fff;
  border: solid 2px #036649;
  border-radius: 20px;
  padding: clamp(12px, 1.5vw, 18px) clamp(12px, 1.6vw, 18px);
  color: #036649;
  box-shadow: 0 2px 12px rgba(3, 102, 73, 0.08);
  height: fit-content;
}
@media (max-width: 767px) {
  .top-tour__miniguide {
    border-radius: 15px;
    padding: 16px 14px;
  }
}
.top-tour__miniguide__head {
  border-bottom: 1px solid #bbe2f1;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.top-tour__miniguide__ttl {
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #036649;
}
.top-tour__miniguide__opt {
  display: inline;
  font-size: 0.88em;
  font-weight: 600;
}
.top-tour__miniguide__badge {
  margin: 0;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 600;
  color: #036649;
}
.top-tour__miniguide__badge span {
  display: inline-block;
  margin-left: 0.35em;
  font-size: 0.92em;
  font-weight: 500;
  opacity: 0.9;
}
.top-tour__miniguide__txt {
  margin-bottom: 12px;
}
.top-tour__miniguide__txt p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.65;
  color: #333;
}
@media (max-width: 767px) {
  .top-tour__miniguide__txt p {
    font-size: 14px;
  }
}
.top-tour__miniguide__price {
  margin: 0 0 14px;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.5;
  color: #036649;
  font-weight: 600;
}
.top-tour__miniguide__price strong {
  font-weight: 700;
}
.top-tour__miniguide__note {
  display: block;
  margin-top: 6px;
  font-size: 0.88em;
  font-weight: 500;
  color: #333;
}
@media (min-width: 768px) {
  .top-tour__miniguide__note {
    display: inline;
    margin-top: 0;
    margin-left: 0.5em;
  }
}
.top-tour__miniguide__dl {
  margin: 0;
}
.top-tour__miniguide__row {
  display: grid;
  grid-template-columns: 4.8em minmax(0, 1fr);
  gap: 6px 8px;
  padding: 8px 0;
  border-top: 1px dashed #bbe2f1;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.45;
}
@media (max-width: 767px) {
  .top-tour__miniguide__row {
    grid-template-columns: 5em minmax(0, 1fr);
    font-size: 13px;
  }
}
.top-tour__miniguide__row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.top-tour__miniguide__row dt {
  margin: 0;
  font-weight: 700;
  color: #036649;
}
.top-tour__miniguide__row dd {
  margin: 0;
  color: #333;
}
.top-tour__miniguide__sub {
  display: block;
  margin-top: 4px;
  font-size: 0.92em;
  color: #555;
}
@media (min-width: 768px) {
  .top-tour__miniguide__sub {
    display: inline;
    margin-top: 0;
    margin-left: 0.35em;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery1 {
    position: static;
    left: auto;
    width: 94%;
    grid-template-columns: 1fr;
  }
}
.top-tour__gallery2 {
  position: absolute;
  top: 50.5%;
  right: 10%;
}
@media (max-width: 1280px) {
  .top-tour__gallery2 {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery2 {
    position: static;
  }
}
.top-tour__gallery3 {
  position: absolute;
  top: 68.5%;
  left: 5%;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
}
@media (max-width: 1280px) {
  .top-tour__gallery3 {
    left: 3%;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery3 {
    position: static;
    grid-template-columns: repeat(1, 1fr);
    width: 94%;
  }
}
.top-tour__gallery4 {
  position: absolute;
  top: 88%;
  right: 10%;
}
@media (max-width: 1280px) {
  .top-tour__gallery4 {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery4 {
    position: static;
  }
}
.top-tour__gallery3 .top-tour__gallery__flex > .right {
  flex-basis: 35%;
}
@media (max-width: 1920px) {
  .top-tour__gallery3 .top-tour__gallery__txt p {
    font-size: 0.9vw;
  }
  .top-tour__gallery3 .top-tour__gallery__ttl {
    font-size: 1.1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery3 .top-tour__gallery__txt p {
    font-size: 14px;
  }
  .top-tour__gallery3 .top-tour__gallery__ttl {
    font-size: 16px;
  }
}
.top-tour__gallery__img {
  margin-bottom: 20px;
}
.top-tour__gallery__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .top-tour__gallery__img img {
    border-radius: 15px;
  }
}
.top-tour__gallery__body {
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .top-tour__gallery__body {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery__body {
    width: 100%;
  }
}
.top-tour__gallery__ttl {
  text-align: center;
  color: #036649;
  font-size: 27px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 1920px) {
  .top-tour__gallery__ttl {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery__ttl {
    font-size: 16px;
    line-height: 1.4;
  }
}
.top-tour__gallery__ttl span {
  font-size: 14px;
}
@media (max-width: 1920px) {
  .top-tour__gallery__ttl span {
    font-size: 0.7vw;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery__ttl span {
    font-size: 12px;
  }
}
.top-tour__gallery__txt p {
  font-size: 18px;
  color: #036649;
}
@media (max-width: 1920px) {
  .top-tour__gallery__txt p {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery__txt p {
    font-size: 14px;
  }
}
.top-tour__gallery__flex {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .top-tour__gallery__flex {
    display: block;
  }
}
.top-tour__gallery__flex > .left {
  flex-grow: 0;
}
@media (max-width: 767px) {
  .top-tour__gallery__flex > .left {
    margin-bottom: 20px;
  }
}
.top-tour__gallery__flex > .right {
  flex-shrink: 0;
  flex-basis: 27%;
}
.top-tour__gallery__flex .top-tour__gallery__ttl {
  text-align: left;
}
@media (max-width: 767px) {
  .top-tour__gallery__flex .top-tour__gallery__ttl {
    text-align: center;
  }
}
.top-tour__gallery__box a {
  display: block;
  background: #036649;
  padding: 20px 10px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1920px) {
  .top-tour__gallery__box a {
    padding: 1.5em 0.5em;
    font-size: 0.8vw;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery__box a {
    padding: 20px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-tour__gallery__box a:hover {
    color: orange;
  }
}
.top-tour__gallery__box a img {
  width: 70%;
  margin: 0 auto 5px;
  display: block;
}
.top-tour__deco {
  position: absolute;
  z-index: 2;
  width: 20%;
  bottom: -3%;
  right: 10%;
}
@media (max-width: 767px) {
  .top-tour__deco {
    bottom: 0;
    width: 40%;
    right: -6%;
  }
}
.top-tour__flow {
  text-align: center;
  margin: 40px 0;
  display: none;
}
@media (max-width: 767px) {
  .top-tour__flow {
    display: block;
  }
}
.top-tour__flow img {
  width: 30px;
}
.top-tour__wave {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  line-height: 0;
}
.top-tour__wave svg {
  display: block;
  width: 100%;
  height: clamp(40px, 7vw, 88px);
  vertical-align: bottom;
  margin-bottom: -1px;
}
.top-tour__wave svg path {
  fill: #bbe2f1;
}

/*------------------
  top stamp
------------------*/
.top-stamp {
  background: url("../img/page/front-page/stamp_deco1.svg") no-repeat left 10% top 3%/15%, url("../img/page/front-page/stamp_deco2.svg") no-repeat left 5% top 40%/15%, url("../img/page/front-page/stamp_deco5.svg") no-repeat right -5% bottom 4%/70%;
  background-color: #bbe2f1;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(56px, 12vw, 140px);
}
@media (max-width: 992px) {
  .top-stamp {
    background: url("../img/page/front-page/stamp_deco1.svg") no-repeat left 10% top 3%/15%, url("../img/page/front-page/stamp_deco2.svg") no-repeat left 5% top 40%/15%, url("../img/page/front-page/stamp_deco5.svg") no-repeat right -5% bottom 2%/70%;
    background-color: #bbe2f1;
    padding-bottom: clamp(48px, 14vw, 120px);
  }
}
@media (max-width: 767px) {
  .top-stamp {
    background: url("../img/page/front-page/stamp_deco1.svg") no-repeat left 10px top 2%/15%, url("../img/page/front-page/stamp_deco2.svg") no-repeat left 5% center/15%, url("../img/page/front-page/stamp_deco5.svg") no-repeat right -5% bottom 1%/70%;
    background-color: #bbe2f1;
    padding-bottom: clamp(44px, 16vw, 100px);
  }
}
.top-stamp__ttl {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-stamp__ttl {
    max-width: 100%;
  }
}
.top-stamp__get {
  text-align: center;
  color: #0E6AAB;
  font-size: clamp(28px, 3.6505867014vw, 45px);
  letter-spacing: 0;
}
@media (max-width: 520px) {
  .top-stamp__get {
    font-size: 6vw;
  }
}
.top-stamp__entry {
  position: relative;
}
.top-stamp__entry__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: clamp(20px, 2.6075619296vw, 40px) 20px;
}
.top-stamp__entry__left {
  position: absolute;
  bottom: 5%;
  left: -12%;
  z-index: 2;
  width: 20%;
}
@media (max-width: 992px) {
  .top-stamp__entry__left {
    width: 15%;
    left: -5%;
    bottom: auto;
    top: 30%;
  }
}
.top-stamp__entry__right1 {
  position: absolute;
  bottom: -2%;
  right: -13%;
  width: 20%;
  z-index: 2;
}
@media (max-width: 992px) {
  .top-stamp__entry__right1 {
    width: 15%;
    right: -5%;
  }
}
.top-stamp__entry__right2 {
  position: absolute;
  top: -15%;
  right: -10%;
  width: 20%;
}
@media (max-width: 992px) {
  .top-stamp__entry__right2 {
    width: 15%;
    right: -7%;
  }
}
.top-stamp__entry__ttl {
  text-align: center;
  color: #0E6AAB;
  font-size: 30px;
  border-bottom: solid 1px #0E6AAB;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .top-stamp__entry__ttl {
    font-size: clamp(18px, 2.3468057366vw, 24px);
  }
}
@media (max-width: 520px) {
  .top-stamp__entry__ttl {
    font-size: 4vw;
  }
}
.top-stamp__entry__img {
  width: 200px;
  margin: 0 auto 10px;
}
.top-stamp__entry__img--preparing {
  width: 220px;
}
.top-stamp__entry__preparing {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  border: 1px dashed #8aa1b6;
  border-radius: 12px;
  color: #4a6378;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .top-stamp__entry__preparing {
    font-size: 16px;
  }
}
.top-stamp__entry__txt {
  padding-left: 5%;
  padding-right: 5%;
}
.top-stamp__entry__txt p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1280px) {
  .top-stamp__entry__txt p {
    font-size: clamp(16px, 2.0860495437vw, 18px);
  }
}
@media (max-width: 520px) {
  .top-stamp__entry__txt p {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
@media (max-width: 992px) {
  .top-stamp__entry__txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-stamp__entry__txt p {
    text-align: left;
    font-size: 14px;
  }
}
.top-stamp__txt p {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .top-stamp__txt p {
    font-size: clamp(14px, 1.8252933507vw, 16px);
  }
}
@media (max-width: 520px) {
  .top-stamp__txt p {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
@media (max-width: 767px) {
  .top-stamp__txt p {
    font-size: 14px;
  }
}
.top-stamp__gaiyo {
  position: relative;
}
.top-stamp__gaiyo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  background: #fff;
  border-radius: 30px;
  border: solid 3px #bbe2f1;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo::after {
    right: -10px;
    bottom: -10px;
  }
}
.top-stamp__gaiyo__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url("../img/page/front-page/stamp_deco3.png") no-repeat left 5% bottom 10%/13%;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #bbe2f1;
  padding: clamp(40px, 4.0322580645vw, 60px) 10px;
}
@media (max-width: 992px) {
  .top-stamp__gaiyo__inner {
    background: url("../img/page/front-page/stamp_deco3.png") no-repeat center bottom 20px/13%;
    background-color: #fff;
    padding: 20px 20px 30% 20px;
  }
}
.top-stamp__gaiyo__ttl {
  text-align: center;
  color: #0E6AAB;
  font-size: clamp(24px, 3.1290743155vw, 30px);
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__ttl {
    font-size: 5vw;
  }
}
.top-stamp__gaiyo__num {
  background: #0E6AAB;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px;
  font-size: clamp(20px, 2.6075619296vw, 23px);
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__num {
    font-size: 4vw;
    padding: 5px;
    letter-spacing: 0;
  }
}
.top-stamp__gaiyo__num img {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 30%;
  max-width: 80px;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__num img {
    width: 15%;
    left: 5px;
  }
}
.top-stamp__gaiyo__body {
  padding: 30px;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__body {
    padding: 20px 0 30px 5px;
  }
}
.top-stamp__gaiyo__link {
  text-align: center;
}
.top-stamp__gaiyo__link a {
  padding: 10px 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: solid 1px #0E6AAB;
  color: #0E6AAB;
  transition: 0.3s;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .top-stamp__gaiyo__link a {
    font-size: clamp(14px, 1.8252933507vw, 16px);
  }
}
@media (max-width: 520px) {
  .top-stamp__gaiyo__link a {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-stamp__gaiyo__link a:hover {
    background: #bbe2f1;
  }
}
.top-stamp__gaiyo__link a img {
  width: 12%;
}
.top-stamp__gaiyo__list ul li dl {
  display: grid;
  grid-template-columns: 11em auto;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__list ul li dl {
    display: block;
  }
}
.top-stamp__gaiyo__list ul li dl dt {
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
}
.top-stamp__gaiyo__list ul li dl dt::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0E6AAB;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__list ul li dl dd {
    padding-left: 1.5em;
    margin-bottom: 10px;
  }
}
.top-stamp__gaiyo__flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.top-stamp__gaiyo__flex--center {
  justify-content: center;
}
.top-stamp__gaiyo__flex--center > .right {
  flex-grow: 0;
  text-align: center;
}
.top-stamp__gaiyo__flex > .left {
  flex-basis: 47%;
  font-size: 10px;
  text-align: right;
}
.top-stamp__gaiyo__placeholder-box {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border: 2px solid #BFE0EE;
  background: #FFF;
  color: #0E6AAB;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top-stamp__prize {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 520px;
}
.top-stamp__prize__row {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #FFF;
  border: 2px solid #BFE0EE;
}
.top-stamp__prize__row dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0E6AAB;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 0;
  border-radius: 4px;
}
.top-stamp__prize__row dd {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.top-stamp__prize__note {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: #555;
}
@media (max-width: 520px) {
  .top-stamp__prize__row {
    grid-template-columns: 64px 1fr;
    gap: 10px;
    padding: 10px 12px;
  }
  .top-stamp__prize__row dt,
  .top-stamp__prize__row dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__flex > .left {
    width: 60%;
    margin: 0 auto 20px;
  }
  .top-stamp__gaiyo__placeholder-box {
    min-height: 220px;
    font-size: 24px;
  }
}
.top-stamp__gaiyo__flex > .right {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__flex > .right p {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__flex {
    display: block;
  }
}
.top-stamp__gaiyo__flex__box {
  margin-top: 10px;
  background: #E2F1F7;
  padding: 5px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1280px) {
  .top-stamp__gaiyo__flex__box {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .top-stamp__gaiyo__flex__box {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__flex__box {
    font-size: 14px;
  }
}
.top-stamp__gaiyo__flex__box span {
  display: block;
  color: #0E6AAB;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .top-stamp__gaiyo__flex__box span {
    font-size: clamp(14px, 1.8252933507vw, 16px);
  }
}
@media (max-width: 520px) {
  .top-stamp__gaiyo__flex__box span {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
.top-stamp__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 2;
  line-height: 0;
}
.top-stamp__wave svg {
  display: block;
  width: 100%;
  height: clamp(32px, 6vw, 72px);
  vertical-align: bottom;
  margin-bottom: -1px;
}
.top-stamp__wave svg path {
  fill: #fff;
}

/*------------------
  top map
------------------*/
.top-map {
  background: linear-gradient(180deg, #fff 0%, #E3EDD1 100%);
  position: relative;
  padding-bottom: clamp(40px, 8vw, 80px);
  margin-top: clamp(-40px, -4vw, -12px);
}
@media (max-width: 767px) {
  .top-map {
    margin-top: clamp(-24px, -2vw, -8px);
    padding-bottom: clamp(36px, 10vw, 64px);
  }
}
.top-map__cloud {
  position: absolute;
  z-index: 1;
  top: clamp(-80px, -12vw, -32px);
  left: -7%;
  width: min(65%, 720px);
}
@media (max-width: 1280px) {
  .top-map__cloud {
    top: clamp(-64px, -10vw, -28px);
  }
}
@media (max-width: 1120px) {
  .top-map__cloud {
    top: clamp(-48px, -8vw, -20px);
  }
}
@media (max-width: 767px) {
  .top-map__cloud {
    width: min(72%, 520px);
    top: clamp(-36px, -6vw, -12px);
    left: -10%;
  }
}
.top-map__img {
  position: relative;
  z-index: 3;
}
.top-map__img img {
  border-radius: clamp(14px, 2.4vw, 42px);
}
.top-map__buy {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #036649;
  padding-bottom: clamp(48px, 10vw, 120px);
}
@media (max-width: 520px) {
  .top-map__buy {
    font-size: 3vw;
  }
}
.top-map__buy-link {
  display: block;
  max-width: 550px;
  margin: 0 auto 10px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-map__buy-link:hover {
    transform: translateY(5%);
  }
}
.top-map__buy-link__text {
  display: block;
  margin-top: 8px;
  font-size: clamp(14px, 3.5vw, 17px);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #036649;
}
.top-map__buy-note {
  margin-top: 12px;
  text-align: center;
  font-size: clamp(13px, 3.2vw, 16px);
}
.top-map__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.top-map__wave svg {
  display: block;
  width: 100%;
  height: clamp(32px, 6vw, 72px);
  vertical-align: bottom;
  margin-bottom: -1px;
}
.top-map__wave svg path {
  fill: #fff;
}

/*------------------
  top info
------------------*/
.top-info {
  color: #333;
}
.top-info__sec {
  border-bottom: solid 1px #036649;
  background: url("../img/page/front-page/info_deco2.svg") no-repeat left bottom -2px/4%, url("../img/page/front-page/info_deco2.svg") no-repeat right bottom -2px/4%;
}
@media (max-width: 767px) {
  .top-info__sec {
    background: url("../img/page/front-page/info_deco2.svg") no-repeat left bottom -2px/6%, url("../img/page/front-page/info_deco2.svg") no-repeat right bottom -2px/6%;
  }
}
.top-info__list ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
}
@media (max-width: 1280px) {
  .top-info__list ul li {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .top-info__list ul li {
    font-size: 12px;
  }
}
.top-info__list ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.top-info__annai__ttl {
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .top-info__annai__ttl {
    font-size: clamp(14px, 1.8252933507vw, 15px);
  }
}
@media (max-width: 520px) {
  .top-info__annai__ttl {
    font-size: clamp(12px, 3.75vw, 15px);
  }
}
.top-info__annai p {
  font-size: 15px;
}
@media (max-width: 1280px) {
  .top-info__annai p {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .top-info__annai p {
    font-size: 12px;
  }
}
.top-info__mou p {
  text-align: center;
}
.top-info__mou p:first-child {
  font-size: 17px;
}
@media (max-width: 1280px) {
  .top-info__mou p:first-child {
    font-size: clamp(14px, 1.8252933507vw, 15px);
  }
}
@media (max-width: 520px) {
  .top-info__mou p:first-child {
    font-size: clamp(12px, 3.75vw, 15px);
  }
}
.top-info__mou p:last-child {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .top-info__mou p:last-child {
    font-size: clamp(16px, 2.0860495437vw, 18px);
  }
}
@media (max-width: 520px) {
  .top-info__mou p:last-child {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
.top-info__mou p:last-child span {
  color: #036649;
}
.top-info__cancel ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .top-info__cancel ul {
    grid-template-columns: repeat(1, auto);
  }
}
.top-info__cancel ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .top-info__cancel ul li {
    font-size: clamp(14px, 1.8252933507vw, 15px);
  }
}
@media (max-width: 520px) {
  .top-info__cancel ul li {
    font-size: clamp(12px, 3.75vw, 15px);
  }
}
.top-info__cancel ul li::before {
  position: absolute;
  content: "◆";
  left: 0;
}
.top-info__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6075619296vw, 30px);
}
@media (max-width: 767px) {
  .top-info__flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-info__flex > div {
  border: solid 1px #036649;
  padding: 20px;
  border-radius: clamp(10px, 1.3037809648vw, 30px);
}
.top-info__flex__ttl {
  text-align: center;
  color: #036649;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .top-info__flex__ttl {
    font-size: clamp(18px, 2.3468057366vw, 24px);
  }
}
@media (max-width: 520px) {
  .top-info__flex__ttl {
    font-size: 4vw;
  }
}
@media (max-width: 1280px) {
  .top-info__flex__ttl {
    margin-bottom: 10px;
  }
}
.top-info__flex p {
  text-align: center;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .top-info__flex p {
    font-size: clamp(14px, 1.8252933507vw, 15px);
  }
}
@media (max-width: 520px) {
  .top-info__flex p {
    font-size: clamp(12px, 3.75vw, 15px);
  }
}
.top-info__flex__list ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 3em;
  justify-content: center;
}
@media (max-width: 992px) {
  .top-info__flex__list ul {
    grid-template-columns: repeat(1, auto);
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .top-info__flex__list ul {
    grid-template-columns: repeat(2, auto);
    gap: 0 5px;
    justify-content: center;
  }
}
.top-info__flex__list ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .top-info__flex__list ul li {
    font-size: clamp(14px, 1.8252933507vw, 15px);
  }
}
@media (max-width: 520px) {
  .top-info__flex__list ul li {
    font-size: clamp(12px, 3.75vw, 15px);
  }
}
.top-info__flex__list ul li::before {
  position: absolute;
  content: "◆";
  left: 0;
}

/* --- 2026改修: 料金表キャプション・開催日・チケット導線・スタンプ・SP追従・セクション画像 --- */
.top-kv_table__caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  padding-bottom: 12px;
  letter-spacing: 0.05em;
}
.top-kv_data-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .top-kv_data-wrap {
    max-width: none;
    margin-left: 35%;
    margin-right: 4%;
  }
}
.top-kv_data__ttl {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35em;
  letter-spacing: 0.08em;
  text-align: left;
}
@media (max-width: 767px) {
  .top-kv_data__ttl {
    font-size: 3.8vw;
  }
}
.top-kv__ticket-link {
  display: block;
  transition: 0.3s;
  max-width: 550px;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.top-kv__ticket-link img {
  display: block;
  width: 100%;
}
.top-kv__ticket-link__text {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: clamp(12px, 2.8vw, 16px);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #036649;
  background: rgba(255, 255, 255, 0.94);
  padding: 6px 14px;
  border-radius: 100vh;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1920px) {
  .top-kv__ticket-link {
    width: 35%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) {
  .top-kv__ticket-link {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .top-kv__ticket-link {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-kv__ticket-link {
    width: 80%;
    max-width: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-kv__ticket-link:hover {
    transform: translateY(7%);
  }
  .top-kv__ticket-link:hover .top-kv__ticket-link__text {
    color: #024d38;
  }
}
.top-stamp__entry__qr-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top-stamp__entry__qr-link:hover {
    opacity: 0.88;
  }
}
.top-stamp__lead-list {
  list-style: disc;
  padding-left: 1.35em;
  margin: 0;
}
.top-stamp__lead-list li {
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 0.5em;
}
@media (max-width: 1280px) {
  .top-stamp__lead-list li {
    font-size: clamp(14px, 1.8252933507vw, 16px);
  }
}
@media (max-width: 520px) {
  .top-stamp__lead-list li {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
@media (max-width: 767px) {
  .top-stamp__lead-list li {
    font-size: 14px;
  }
}
.l-sp-cta {
  display: none;
}
@media (max-width: 767px) {
  .l-body {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }
  .l-sp-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 980;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
    background: #fff;
    border-top: 1px solid #bbe2f1;
  }
  .l-sp-cta__btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 10px 8px calc(10px + env(safe-area-inset-bottom, 0px));
    font-size: clamp(11px, 3vw, 13px);
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    color: #036649;
    text-decoration: none;
    transition: background 0.2s ease;
  }
  .l-sp-cta__btn--ticket {
    background: #e8f6f1;
    border-right: 1px solid #bbe2f1;
  }
  .l-sp-cta__btn--stamp {
    background: #fff;
  }
  .l-sp-cta__btn:active {
    background: #d4ebe0;
  }
  .l-sp-cta__sub {
    display: block;
    font-size: 0.85em;
    font-weight: 500;
    opacity: 0.85;
  }
}
body.is-drawer-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-drawer-nav__inner {
    padding-top: 56px;
    box-sizing: border-box;
  }
}