@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: hidden;
}

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: 990;
  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: 6% 2%;
  }
}
.l-header h1 {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.l-header h1 a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header h1 a:hover {
    color: #036649;
  }
}
@media (max-width: 767px) {
  .l-header h1 a {
    font-size: 2.6vw;
  }
}
.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 {
    position: static;
    justify-content: flex-end;
    left: 0;
    transform: translateX(0);
  }
}
.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: 4% 2%;
  }
}
.js-fixed .l-header__inner h1 a {
  color: #036649;
}
@media (hover: hover) and (pointer: fine) {
  .js-fixed .l-header__inner h1 a:hover {
    color: #0E6AAB;
  }
}
.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;
  }
}
.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: #036649;
    width: 80%;
    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% - 10px));
  }
}
.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% + 10px));
  }
}
.l-drawer-btn > span:last-child {
  top: auto;
  bottom: -0.3em;
  transform: translateX(-50%);
  background: none !important;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:last-child {
    bottom: 0.3em;
  }
}
.l-drawer-btn > span:last-child::before {
  content: "MENU";
  font-size: 15px;
  font-weight: 500;
  color: #036649;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:last-child::before {
    font-size: 10px;
  }
}
.l-drawer-btn.js-open {
  background: #fff;
}
@media (max-width: 767px) {
  .l-drawer-btn.js-open {
    background: none;
  }
}
.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-btn.js-open > span:last-child::before {
  color: #fff;
  content: "CLOSE";
}

.l-drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  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: 2% 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: "Montserrat", serif;
}
@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: translateX(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: -3px;
  line-height: 1;
}
.footer__wave svg {
  vertical-align: bottom;
}
.footer__wave path {
  fill: #036649;
}
.footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  font-size: 20px;
  gap: 10px;
  color: #fff;
}
@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: repeat(1, auto);
  }
}
.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__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 {
  background: #036649 url("../img/page/front-page/kv_bg.jpg") no-repeat center center/cover;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 16%;
  padding-bottom: 10%;
}
@media (max-width: 1280px) {
  .top-kv {
    padding-top: 30%;
    padding-bottom: 13%;
  }
}
@media (max-width: 992px) {
  .top-kv {
    background: #036649 url("../img/page/front-page/kv_bg.jpg") no-repeat center top -7em/cover;
    padding-top: 25%;
    padding-bottom: 20%;
  }
}
@media (max-width: 767px) {
  .top-kv {
    background: #036649 url("../img/page/front-page/kv_bg.jpg") no-repeat center top -10%/190%;
    padding-top: 32%;
  }
}
@media (max-width: 375px) {
  .top-kv {
    padding-top: 30%;
  }
}
.top-kv__deco1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
}
@media (max-width: 1920px) {
  .top-kv__deco1 {
    width: 32vw;
    bottom: 15%;
    left: -10%;
  }
}
@media (max-width: 1280px) {
  .top-kv__deco1 {
    width: 30%;
    bottom: 18%;
    left: -10%;
  }
}
@media (max-width: 1120px) {
  .top-kv__deco1 {
    bottom: 23%;
  }
}
@media (max-width: 992px) {
  .top-kv__deco1 {
    bottom: 35%;
  }
}
@media (max-width: 767px) {
  .top-kv__deco1 {
    bottom: 11%;
    width: 80%;
    left: -38%;
  }
}
.top-kv__deco2 {
  position: absolute;
  right: 5%;
  bottom: 35%;
  width: 20%;
}
@media (max-width: 1920px) {
  .top-kv__deco2 {
    right: 1%;
    bottom: 40%;
    width: 17%;
  }
}
@media (max-width: 1280px) {
  .top-kv__deco2 {
    right: 2%;
    bottom: auto;
    top: 45%;
    width: 17%;
  }
}
@media (max-width: 992px) {
  .top-kv__deco2 {
    top: 10%;
  }
}
@media (max-width: 767px) {
  .top-kv__deco2 {
    display: none;
  }
}
.top-kv__inner {
  width: 100%;
}
.top-kv__ttl {
  font-size: clamp(60px, 6.0483870968vw, 70px);
  text-align: center;
  margin-bottom: 2%;
}
@media (max-width: 992px) {
  .top-kv__ttl {
    font-size: clamp(60px, 7.8226857888vw, 70px);
  }
}
@media (max-width: 767px) {
  .top-kv__ttl {
    font-size: 8vw;
  }
}
.top-kv__subttl {
  position: relative;
  text-align: center;
}
.top-kv__subttl span {
  font-size: clamp(24px, 2.4193548387vw, 30px);
}
@media (max-width: 992px) {
  .top-kv__subttl span {
    font-size: clamp(20px, 2.6075619296vw, 30px);
  }
}
@media (max-width: 767px) {
  .top-kv__subttl span {
    font-size: 4vw;
  }
}
.top-kv__subttl span:first-child {
  z-index: 1;
  position: relative;
  color: #fff;
}
.top-kv__subttl span:last-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 20em;
  mix-blend-mode: multiply;
  background: #036649;
  text-indent: -9999999px;
  border-radius: 100vh;
}
.top-kv__txt {
  padding: 3% 0 8%;
}
.top-kv__txt p {
  text-align: center;
  font-size: clamp(20px, 2.0161290323vw, 26px);
  line-height: 1.4;
}
@media (max-width: 992px) {
  .top-kv__txt p {
    font-size: clamp(18px, 2.3468057366vw, 20px);
  }
}
@media (max-width: 767px) {
  .top-kv__txt p {
    font-size: 3vw;
  }
}
.top-kv_data {
  font-size: clamp(30px, 3.0241935484vw, 40px);
  display: grid;
  align-items: baseline;
  grid-template-columns: 2.7em auto;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-kv_data {
    display: block;
    font-size: 4vw;
    margin-left: 35%;
  }
}
.top-kv_data span.day {
  font-size: 60px;
  line-height: 1;
  margin-right: 0.1em;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 767px) {
  .top-kv_data span.day {
    font-size: 9vw;
  }
}
.top-kv_data span.yobi {
  font-size: clamp(24px, 2.4193548387vw, 30px);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-kv_data span.yobi {
    font-size: 3.6vw;
  }
}
.top-kv_table {
  padding-top: 3%;
}
@media (max-width: 767px) {
  .top-kv_table {
    margin-left: 35%;
    margin-bottom: 5%;
    margin-right: -5%;
  }
}
.top-kv_table__alert {
  margin-left: 35%;
  font-size: 3vw;
  margin-top: 2%;
}
.top-kv_table table {
  width: 100%;
}
@media (max-width: 767px) {
  .top-kv_table table {
    width: 500px;
  }
}
.top-kv_table table th {
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-kv_table table th {
    font-size: 2.6vw;
  }
}
.top-kv_table table td {
  font-size: 23px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-kv_table table td {
    font-size: 3.2vw;
  }
}
.top-kv_table table td span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-kv_table table td span {
    font-size: 2.4vw;
  }
}
.top-kv_table table th,
.top-kv_table table td {
  text-align: center;
  border: solid 2px #fff;
  padding: 10px 0.5em;
  vertical-align: middle;
  line-height: 1.2;
  background: rgba(3, 102, 73, 0.8);
}
.top-kv_table table thead th {
  background: rgba(0, 157, 64, 0.8);
}
.top-kv__alert {
  padding-top: 2%;
}
@media (max-width: 992px) {
  .top-kv__alert {
    margin-bottom: 5%;
  }
}
.top-kv__alert p {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1280px) {
  .top-kv__alert p {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .top-kv__alert p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .top-kv__alert p {
    font-size: 2.4vw;
  }
}
.top-kv__ticket {
  position: absolute;
  width: 100%;
  bottom: -13vh;
}
@media (max-width: 1920px) {
  .top-kv__ticket {
    bottom: -12%;
  }
}
@media (max-width: 1280px) {
  .top-kv__ticket {
    bottom: -10%;
  }
}
@media (max-width: 767px) {
  .top-kv__ticket {
    bottom: -14%;
  }
}
.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 explain
------------------*/
.top-explain {
  padding-top: clamp(100px, 10.0806451613vw, 180px);
}
@media (max-width: 1920px) {
  .top-explain {
    padding-top: 13%;
  }
}
@media (max-width: 992px) {
  .top-explain {
    padding-top: clamp(110px, 14.3415906128vw, 140px);
  }
}
@media (max-width: 767px) {
  .top-explain {
    padding-top: 34%;
  }
}
.top-explain__txt {
  text-align: center;
}
.top-explain__txt p {
  font-size: 19px;
  text-align: center;
  color: #036649;
}
@media (max-width: 1280px) {
  .top-explain__txt p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .top-explain__txt p {
    font-size: 14px;
    text-align: left;
  }
}

/*------------------
  top route
------------------*/
.top-route {
  background: #036649;
  color: #fff;
}
.top-route__inner {
  position: relative;
}
.top-route__deco {
  position: absolute;
  z-index: 1;
}
.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: -20%;
  top: -28%;
  width: 35%;
}
@media (max-width: 992px) {
  .top-route__deco2 {
    display: none;
  }
}
.top-route__deco3 {
  left: -15%;
  bottom: -15%;
  width: 25%;
}
.top-route__deco4 {
  right: -10%;
  bottom: -35%;
  width: 30%;
}
@media (max-width: 1280px) {
  .top-route__deco4 {
    bottom: -30%;
  }
}
@media (max-width: 992px) {
  .top-route__deco4 {
    bottom: -20%;
  }
}
.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 svg {
  vertical-align: bottom;
}
.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/7850;
  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.2%;
  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: 10%;
  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__830 {
  position: absolute;
  right: 27%;
  top: 5.5%;
  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: 6%;
  width: 24%;
}
@media (max-width: 1920px) {
  .top-tour__time__830__2 {
    left: 18%;
    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__1730 {
  position: absolute;
  z-index: 2;
  left: 20%;
  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: 10px 0.5em;
  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;
  }
}
.top-tour__stamp + .top-tour__stamp {
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .top-tour__stamp + .top-tour__stamp {
    margin-top: 1em;
  }
}
.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.6vw;
  }
}
.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: 3.2vw;
  }
}
.top-tour__stamp img {
  position: absolute;
  left: -2em;
  top: -10%;
  width: 25%;
  max-width: 100px;
}
@media (max-width: 767px) {
  .top-tour__stamp img {
    width: 30%;
    max-width: 60px;
  }
}
@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%;
}
.top-tour__sec1 .top-tour__en__deco2 {
  position: absolute;
  top: -3%;
  right: 17%;
  width: 15%;
}
.top-tour__sec1 .top-tour__en__time {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 25%;
}
@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: 70%;
}
.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 (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;
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__sec__img img {
    border-radius: 0;
  }
}
.top-tour__sec2 .top-tour__stamp {
  width: 64%;
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__stamp {
    width: 60%;
  }
}
.top-tour__sec2 .top-tour__sec__desc {
  left: 5%;
  width: 50%;
}
@media (max-width: 1920px) {
  .top-tour__sec2 .top-tour__sec__desc {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .top-tour__sec2 .top-tour__sec__desc {
    width: 94%;
    margin: 0 auto 40px;
  }
}
.top-tour__sec3 {
  position: absolute;
  top: 55.3%;
  right: 0;
}
@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: 80%;
}
.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;
}
@media (max-width: 767px) {
  .top-tour__sec4 .top-tour__sec__img img {
    border-radius: 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: 80%;
}
.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;
}
@media (max-width: 767px) {
  .top-tour__sec__img img {
    border-radius: 0;
  }
}
.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__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: 10%;
}
@media (max-width: 767px) {
  .top-tour__gallery1 {
    position: static;
  }
}
.top-tour__gallery2 {
  position: absolute;
  top: 45.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: 67%;
  left: 10%;
}
@media (max-width: 1280px) {
  .top-tour__gallery3 {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery3 {
    position: static;
  }
}
.top-tour__gallery4 {
  position: absolute;
  top: 89%;
  right: 10%;
}
@media (max-width: 1280px) {
  .top-tour__gallery4 {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .top-tour__gallery4 {
    position: static;
  }
}
.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;
  width: 100%;
  bottom: 0;
}
.top-tour__wave svg {
  vertical-align: bottom;
  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: 17%;
}
@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;
  }
}
@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;
  }
}
.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__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 > .left {
  flex-basis: 47%;
  font-size: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .top-stamp__gaiyo__flex > .left {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.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;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}
.top-stamp__wave svg {
  vertical-align: bottom;
  fill: #fff;
}

/*------------------
  top map
------------------*/
.top-map {
  background: linear-gradient(180deg, #fff 0%, #E3EDD1 100%);
  position: relative;
  padding-bottom: 5%;
  margin-top: -7%;
}
.top-map__cloud {
  position: absolute;
  z-index: 1;
  top: -23%;
  left: -7%;
  width: 65%;
}
@media (max-width: 1280px) {
  .top-map__cloud {
    top: -20%;
  }
}
@media (max-width: 1120px) {
  .top-map__cloud {
    top: -15%;
  }
}
@media (max-width: 767px) {
  .top-map__cloud {
    width: 70%;
  }
}
.top-map__img {
  position: relative;
  z-index: 3;
}
.top-map__img img {
  border-radius: 20px;
}
.top-map__buy {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #036649;
  padding-bottom: 15%;
}
@media (max-width: 520px) {
  .top-map__buy {
    font-size: 3vw;
  }
}
.top-map__buy a {
  display: block;
  max-width: 550px;
  margin: 0 auto 10px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-map__buy a:hover {
    transform: translateY(5%);
  }
}
.top-map__wave {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.top-map__wave svg {
  vertical-align: bottom;
  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;
}