@charset "UTF-8";
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

html {
  letter-spacing: 0.03em;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 90px 100px 0px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  /*-------------------------------------------------------------------
  header
  /*-------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  header {
    padding: 0px;
  }
}
header .header_logo {
  width: 95px;
  display: block;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 15.7004830918vw;
    margin: 8.4541062802vw auto 0;
  }
}

.menu_btn {
  pointer-events: auto;
  width: 52px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu_btn {
    width: 8.4541062802vw;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.header_rightCont {
  display: flex;
  align-items: center;
  gap: 46px;
  pointer-events: auto;
}

.lang_warap {
  background-color: #161e16;
  width: 64px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lang_warap {
    display: none;
  }
}
.lang_warap:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.lang_warap .lang_link {
  width: 32px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang_warap .ja img {
  width: 18px;
}
.lang_warap .en img {
  width: 22px;
}

.navi_cont {
  position: fixed;
  right: 0;
  pointer-events: all;
  transition: transform 0.3s ease-in-out;
  top: 0;
  width: 380px;
  background: #445156;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .navi_cont {
    width: 78.5024154589vw;
  }
}

.navi_contBtn {
  width: 52px;
  margin-right: 20px;
  margin-left: auto;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .navi_contBtn {
    width: 6.5217391304vw;
  }
}

.navi_contListWrap {
  padding: 35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .navi_contListWrap {
    padding: 4.8309178744vw;
  }
}
.navi_contListWrap a {
  color: #fff;
}
.navi_contListWrap .navi_contListLine {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: right;
  padding-bottom: 15px;
  margin-right: 0;
  margin-top: 15px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .navi_contListWrap .navi_contListLine {
    padding-top: 2.4154589372vw;
    padding-bottom: 2.4154589372vw;
  }
}

.navi_open .navi_cont {
  transform: translateX(0);
}

.parkIntroduction_map a {
  display: block;
}

footer {
  /*-------------------------------------------------------------------
  footer
  /*-------------------------------------------------------------------*/
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 9.6618357488vw 0;
  }
}
footer .footer_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    flex-direction: column;
    gap: 4.8309178744vw;
  }
}
footer .footer_ttl {
  font-size: 40px;
  line-height: 1.225;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_ttl {
    font-size: 7.0048309179vw;
    margin-bottom: 2.4154589372vw;
  }
}
footer .footer_suBTtl {
  font-size: 18px;
  line-height: 1.777;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_suBTtl {
    font-size: 2.6570048309vw;
    margin-bottom: 2.4154589372vw;
  }
}
footer .footer_txt {
  font-size: 18px;
  line-height: 1.777;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer_txt {
    font-size: 2.6570048309vw;
    margin-bottom: 2.4154589372vw;
  }
}
footer .footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer_rightLinkWrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  footer .footer_rightLinkWrap {
    display: none;
  }
}
footer .footer_rightLinkWrap .footer_rightLink {
  font-size: 22px;
  font-weight: 400;
  color: #231815;
  text-align: right;
}
footer .footer_copyright {
  font-size: 22px;
  font-weight: 400;
  color: #231815;
}
@media screen and (max-width: 768px) {
  footer .footer_copyright {
    font-size: 2.6570048309vw;
  }
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
#bgTransition {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.top {
  /* テキストを上に出す */
  /* three背景キャンバス */
  /* videoは表示せずテクスチャ用に生かす */
  /* JSが有効な間だけ three背景を使う（movie以降は class が外れて元に戻る） */
  /* videoはテクスチャ用に生かす */
  /* three背景より前面に出す（必要な分だけ） */
  /*-------------------------------------------------------------------
    opening
  /*-------------------------------------------------------------------*/
  /* ✅ “ぬるっ”と消す：easeより強いカーブ（自然な減速） */
  /* タイトルも “ゆったり” で */
  /*-------------------------------------------------------------------
  mv
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  adventureTravel
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  parkIntroduction
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  tsurui
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  movie
  /*-------------------------------------------------------------------*/
}
.top .mv_inner {
  position: relative;
  z-index: 2;
}
.top .fluid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top #bgTransitionWrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.top #bgTransition {
  width: 100%;
  height: 100%;
  display: block;
}
.top .mv, .top .adventureTravel, .top .parkIntroduction {
  background: transparent !important;
}
.top .mv_inner,
.top .adventureTravel .inner,
.top .parkIntroduction_inner {
  position: relative;
  z-index: 2;
}
.top .mv_bg {
  opacity: 0;
  pointer-events: none;
}
.top .mv,
.top .adventureTravel,
.top .parkIntroduction,
.top .tsurui {
  background: transparent !important;
  background-image: none !important;
}
.top .mv_bg {
  opacity: 0;
  pointer-events: none;
}
.top .mv_inner,
.top .adventureTravel .inner,
.top .parkIntroduction_inner,
.top .tsurui .inner {
  position: relative;
  z-index: 2;
}
.top .opening .mv_subTtl {
  color: #231815;
}
.top .opening {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e1;
  /* マスクの縦方向を少し長くして、移動が“ゆったり”見えるように */
  -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.15) 14%, rgba(0, 0, 0, 0.75) 32%, #000 52%, #000 100%);
  -webkit-mask-size: 100% 320%;
  -webkit-mask-position: 0% 0%;
  mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.15) 14%, rgba(0, 0, 0, 0.75) 32%, #000 52%, #000 100%);
  mask-size: 100% 320%;
  mask-position: 0% 0%;
  will-change: -webkit-mask-position, mask-position, opacity;
}
.top .opening.is-hide {
  pointer-events: none;
  animation: openingWipe 1s ease forwards;
}
@keyframes openingWipe {
  0% {
    opacity: 1;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
  }
  /* 前半はほぼ動かさず “溜め” を作る */
  25% {
    opacity: 1;
    -webkit-mask-position: 0% 25%;
            mask-position: 0% 25%;
  }
  /* 中盤から気持ちよく流れる */
  50% {
    opacity: 1;
    -webkit-mask-position: 0% 50%;
            mask-position: 0% 50%;
  }
  /* 中盤から気持ちよく流れる */
  75% {
    opacity: 1;
    -webkit-mask-position: 0% 75%;
            mask-position: 0% 75%;
  }
  /* 最後だけふわっとフェードして終了 */
  100% {
    opacity: 0;
    -webkit-mask-position: 0% 100%;
            mask-position: 0% 100%;
    visibility: hidden;
  }
}
.top .opening.is-hide .mv_ttl,
.top .opening.is-hide .mv_subTtl {
  animation: openingContent 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.12s;
}
@keyframes openingContent {
  from {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(-14px);
    filter: blur(6px);
  }
}
.top .mv_ttl {
  width: 820px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .top .mv_ttl {
    width: 61.5942028986vw;
    margin-bottom: 8.4541062802vw;
  }
}
.top .mv_subTtl {
  font-size: 18px;
  color: #fff;
}
.top .mv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 110vh;
  position: relative;
}
.top .mv .mv_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.top .mv .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top .adventureTravel {
  background-image: url(/assets/img/top/adventureTravel_bg01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top .adventureTravel {
    padding: 28.9855072464vw 0 38.6473429952vw;
  }
}
@media screen and (max-width: 768px) {
  .top .adventureTravel {
    height: auto;
    padding: 33.8164251208vw 0 14.4927536232vw;
  }
}
.top .adventureTravel .adventureTravel_ttl {
  width: 445px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .top .adventureTravel .adventureTravel_ttl {
    width: 41.3043478261vw;
    margin-bottom: 5.5555555556vw;
  }
}
.top .adventureTravel .adventureTravel_txt {
  width: 100%;
  font-size: 16px;
  line-height: 2.18;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .adventureTravel .adventureTravel_txt {
    width: 72.4637681159vw;
    margin: 0 auto;
    font-size: 3.3816425121vw;
    line-height: 2;
    text-align: center;
  }
}
.top .parkIntroduction {
  background-image: url(/assets/img/top/parkIntroduction_bg01_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction {
    padding: 28.9855072464vw 0 0vw;
  }
}
.top .parkIntroduction .parkIntroduction_inner {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_inner {
    width: 100%;
    margin: 0 auto;
  }
}
.top .parkIntroduction .parkIntroduction_box {
  background-color: #E5E5E1;
  padding: 75px 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_box {
    flex-direction: column;
    padding: 21.7391304348vw 12.077294686vw;
    flex-direction: column;
  }
}
.top .parkIntroduction .parkIntroduction_txtBox {
  width: 556px;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_txtBox {
    width: 100%;
  }
}
.top .parkIntroduction .parkIntroduction_ttl {
  width: 461px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_ttl {
    margin-left: auto;
    margin-right: auto;
    width: 70.5314009662vw;
    margin-bottom: 5.5555555556vw;
  }
}
.top .parkIntroduction .parkIntroduction_catch {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_catch {
    font-size: 4.347826087vw;
    margin-bottom: 3.6231884058vw;
    text-align: center;
  }
}
.top .parkIntroduction .parkIntroduction_txt {
  font-size: 20px;
  line-height: 2.15;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_txt {
    font-size: 3.3816425121vw;
    line-height: 2;
    text-align: center;
  }
}
.top .parkIntroduction .parkIntroduction_map {
  width: 654px;
}
@media screen and (max-width: 768px) {
  .top .parkIntroduction .parkIntroduction_map {
    margin-top: 8.4541062802vw;
    width: 91.7874396135vw;
    margin-left: -7.2463768116vw;
  }
}
.top .tsurui {
  background-image: url(/assets/img/top/tsurui_bg01_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .tsurui {
    height: auto;
    padding: 31.4009661836vw 0 19.3236714976vw;
  }
}
.top .tsurui .tsurui_ttl {
  width: 158px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .top .tsurui .tsurui_ttl {
    width: 24.154589372vw;
    margin-bottom: 3.1400966184vw;
  }
}
.top .tsurui .tsurui_txt {
  width: 100%;
  font-size: 16px;
  line-height: 2.18;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .tsurui .tsurui_txt {
    font-size: 3.3816425121vw;
    line-height: 2;
    text-align: center;
    width: 79.7101449275vw;
    margin: 0 auto;
  }
}
.top .movie {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #e5e5e1;
  padding: 240px 0 320px;
  /* フェードの長さ（お好みで調整） */
  --fade: 120px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top .movie {
    height: auto;
    padding: 43.4782608696vw 0 31.4009661836vw;
  }
}
.top .movie_txt {
  width: 100%;
  font-size: 16px;
  line-height: 2.18;
  margin-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .movie_txt {
    font-size: 3.3816425121vw;
    line-height: 2;
    width: 79.7101449275vw;
    margin: 0 auto 10.8695652174vw;
  }
}
.top .movie_ttl {
  width: 158px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .top .movie_ttl {
    width: 22.4637681159vw;
    margin-bottom: 7.9710144928vw;
  }
}
.top .movie_listWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top .movie_listWrap {
    flex-direction: column;
    gap: 4.8309178744vw;
    margin-top: 4.8309178744vw;
    justify-content: center;
  }
}
.top .movie_listWrap .movie_list {
  width: 453px;
}
@media screen and (max-width: 768px) {
  .top .movie_listWrap .movie_list {
    margin: 0 auto;
    width: 67.6328502415vw;
  }
}

/*-------------------------------------------------------------------
guide
/*-------------------------------------------------------------------*/
.guide {
  background-color: #e5e5e1;
}
.guide .guide_top {
  --py: 0px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 715px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -120px 0;
  /* フェードの長さ（お好みで調整） */
  --fade: 120px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .guide .guide_top {
    height: 77.2946859903vw;
    margin: -28.9855072464vw 0;
  }
}
.guide .guide_top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/assets/img/top/guide_bg01_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--py), 0) scale(1.12);
  will-change: transform;
}
.guide .guide_top > * {
  position: relative;
  z-index: 1;
}
.guide .guide_top .guide_ttl {
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .guide .guide_top .guide_ttl {
    width: 21.7391304348vw;
  }
}
.guide .guide_bottomImgWrap {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomImgWrap {
    gap: 3.1400966184vw;
  }
}
.guide .guide_bottomImgWrap .guide_bottomImg {
  width: 350px;
  display: block;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomImgWrap .guide_bottomImg {
    width: 37.922705314vw;
  }
}
.guide .guide_bottomImgWrap .guide_bottomImg:first-of-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomImgWrap .guide_bottomImg:first-of-type {
    margin-bottom: 24.154589372vw;
  }
}
.guide .guide_bottom {
  background: #e5e5e1;
  padding-top: 260px;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottom {
    padding-top: 43.4782608696vw;
    padding-bottom: 43.4782608696vw;
  }
}
.guide .guide_bottom .inner {
  width: 1315px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottom .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.8309178744vw;
    width: 100%;
  }
}
.guide .guide_bottomTxtWrap {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomTxtWrap {
    width: 100%;
  }
}
.guide .guide_bottomTxtWrap .guide_bottomTxtImg {
  width: 208px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomTxtWrap .guide_bottomTxtImg {
    width: 50.2415458937vw;
    margin: 0 auto;
    margin-bottom: 4.8309178744vw;
  }
}
.guide .guide_bottomTxtWrap .guide_bottomTxtTtl {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomTxtWrap .guide_bottomTxtTtl {
    font-size: 6.2801932367vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3.1400966184vw;
    line-height: 1.7;
  }
}
.guide .guide_bottomTxtWrap .guide_bottomTxt {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomTxtWrap .guide_bottomTxt {
    font-size: 3.3816425121vw;
    line-height: 2;
    width: 79.7101449275vw;
    margin: 0 auto 13.2850241546vw;
  }
}
.guide .guide_bottomTxtWrap .guide_bottomLink {
  display: block;
  margin-top: 110px;
  font-size: 21px;
  font-weight: 600;
  color: #231815;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .guide .guide_bottomTxtWrap .guide_bottomLink {
    margin-top: 14.4927536232vw;
    font-size: 3.3816425121vw;
    width: 77.2946859903vw;
    margin: 0 auto;
    text-align: left;
  }
}
.guide .guide_bottomTxtWrap .guide_bottomLink::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.guide .guide_bottomTxtWrap .guide_bottomLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: #231815;
  border-radius: 50%;
  transform: translateY(50%);
}

/*-------------------------------------------------------------------
media
/*-------------------------------------------------------------------*/
.media {
  background-color: #e5e5e1;
}
.media .media_top {
  --py: 0px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 715px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -60px 0;
  /* フェードの長さ（お好みで調整） */
  --fade: 120px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .media .media_top {
    height: 77.2946859903vw;
    margin: -14.4927536232vw 0;
  }
}
.media .media_top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/assets/img/top/media_bg01_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--py), 0) scale(1.12);
  will-change: transform;
}
.media .media_top > * {
  position: relative;
  z-index: 1;
}
.media .media_top .media_ttl {
  width: 146px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .media .media_top .media_ttl {
    width: 22.2222222222vw;
    margin: 0 auto;
  }
}
.media .media_bottomImg {
  width: 686px;
  display: block;
}
@media screen and (max-width: 768px) {
  .media .media_bottomImg {
    width: 77.7777777778vw;
    margin: 0 auto;
    margin-bottom: 7.2463768116vw;
  }
}
.media .media_bottomImg:first-of-type {
  margin-bottom: 120px;
}
.media .media_bottomImgWrap {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .media .media_bottomImgWrap {
    gap: 3.1400966184vw;
    flex-direction: column;
  }
}
.media .media_bottom {
  background: #e5e5e1;
  padding-top: 240px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .media .media_bottom {
    padding-top: 24.154589372vw;
    padding-bottom: 33.8164251208vw;
  }
}
.media .media_bottom .inner {
  width: 1315px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: self-start;
}
@media screen and (max-width: 768px) {
  .media .media_bottom .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.8309178744vw;
    width: 100%;
  }
}
.media .media_bottomTxtImg {
  width: 208px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .media .media_bottomTxtImg {
    width: 33.5748792271vw;
    margin: 0 auto;
    margin-bottom: 4.8309178744vw;
  }
}
.media .media_bottomTxtWrap {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .media .media_bottomTxtWrap {
    width: 100%;
  }
}
.media .media_bottomTxtWrap .media_bottomTxtTtl {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .media .media_bottomTxtWrap .media_bottomTxtTtl {
    font-size: 6.2801932367vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4.8309178744vw;
    line-height: 1.7;
  }
}
.media .media_bottomTxtWrap .media_bottomTxt {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .media .media_bottomTxtWrap .media_bottomTxt {
    font-size: 3.3816425121vw;
    line-height: 2;
    width: 79.7101449275vw;
    margin: 0 auto 6.038647343vw;
  }
}
.media .media_bottomTxtWrap .media_bottomLink {
  display: block;
  margin-top: 110px;
  font-size: 21px;
  font-weight: 600;
  color: #231815;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .media .media_bottomTxtWrap .media_bottomLink {
    margin-top: 14.4927536232vw;
    font-size: 3.3816425121vw;
    width: 77.2946859903vw;
    margin: 0 auto;
    text-align: left;
  }
}
.media .media_bottomTxtWrap .media_bottomLink::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.media .media_bottomTxtWrap .media_bottomLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: #231815;
  border-radius: 50%;
  transform: translateY(50%);
}

/*-------------------------------------------------------------------
media
/*-------------------------------------------------------------------*/
.links {
  background-color: #e5e5e1;
}
.links .links_top {
  --py: 0px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 715px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -60px 0;
  /* フェードの長さ（お好みで調整） */
  --fade: 120px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .links .links_top {
    height: 77.2946859903vw;
    margin: -14.4927536232vw 0;
  }
}
.links .links_top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/assets/img/top/links_bg01_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--py), 0) scale(1.12);
  will-change: transform;
}
.links .links_top > * {
  position: relative;
  z-index: 1;
}
.links .links_top .links_ttl {
  width: 126px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .links .links_top .links_ttl {
    width: 19.806763285vw;
    margin: 0 auto;
  }
}
.links .links_bottom {
  padding: 195px 0 134px;
  background: #e5e5e1;
}
@media screen and (max-width: 768px) {
  .links .links_bottom {
    padding-top: 24.154589372vw;
    padding-bottom: 19.3236714976vw;
  }
}
.links .links_bottomImgWrap01 {
  max-width: 922px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .links .links_bottomImgWrap01 {
    margin: 0 auto 4.8309178744vw;
    max-width: 57.9710144928vw;
  }
}
.links .links_bottomImgWrap02 {
  max-width: 922px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .links .links_bottomImgWrap02 {
    margin: 0 auto 4.8309178744vw;
    max-width: 57.9710144928vw;
    flex-direction: column;
    gap: 7.2463768116vw;
  }
}

footer {
  background-color: #b0aea4;
}

/*-------------------------------------------------------------------
modal
/*-------------------------------------------------------------------*/
.modalBox {
  position: relative;
  width: 100%;
  background: #768b50;
  padding: 70px;
  z-index: 10000;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modalBox {
    width: 100%;
    padding: 19.3236714976vw 12.077294686vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.modalBox .modalBox_txtBox {
  width: 44%;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .modalBox .modalBox_txtBox {
    width: 100%;
    padding-right: 0;
  }
}
.modalBox .modalBox_ttl {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .modalBox .modalBox_ttl {
    width: 36.7149758454vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.modalBox .modalBox_subTtl {
  font-size: 33px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modalBox .modalBox_subTtl {
    font-size: 5.5555555556vw;
    margin-bottom: 3.6231884058vw;
    margin-top: 2.4154589372vw;
    text-align: center;
  }
}
.modalBox .modalBox_txt {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffffff rgba(20, 28, 24, 0.08);
}
.modalBox .modalBox_txt::-webkit-scrollbar {
  width: 10px;
}
.modalBox .modalBox_txt::-webkit-scrollbar-track {
  background: rgba(20, 28, 24, 0.08);
  border-radius: 999px;
}
.modalBox .modalBox_txt::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(120, 220, 170, 0.95), rgba(46, 160, 120, 0.95));
  border-radius: 999px;
  border: 2px solid rgba(20, 28, 24, 0.08);
  background-clip: padding-box;
}
.modalBox .modalBox_txt::-webkit-scrollbar-thumb:hover {
  background: #006837;
}
.modalBox .modalBox_txt::-webkit-scrollbar-corner {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .modalBox .modalBox_txt {
    font-size: 3.3816425121vw;
    line-height: 2;
    margin-bottom: 2.4154589372vw;
  }
}
.modalBox .popup_close {
  width: 31px;
  height: 31px;
  right: 35px;
  top: 35px;
  position: absolute;
  padding: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .modalBox .popup_close {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    right: 7.2463768116vw;
    top: 7.2463768116vw;
  }
}
.modalBox .mapImg img {
  width: 647px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .modalBox .mapImg img {
    width: 100%;
  }
}
.modalBox .slideImg img {
  width: 601px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .modalBox .slideImg img {
    margin-top: 4.8309178744vw;
    width: 100%;
  }
}
.modalBox .modalBox_imgBox {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .modalBox .modalBox_imgBox {
    width: 100%;
  }
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.96);
}

/* 背景もついでにフェード */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.modalBox_type2 .modalBox_ttl {
  width: 266px;
}
@media screen and (max-width: 768px) {
  .modalBox_type2 .modalBox_ttl {
    width: 40.8212560386vw;
  }
}

.modalBox_type3 .modalBox_ttl {
  width: 257px;
}
@media screen and (max-width: 768px) {
  .modalBox_type3 .modalBox_ttl {
    width: 55.0724637681vw;
  }
}

.modalBox_type4 .modalBox_ttl {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .modalBox_type4 .modalBox_ttl {
    width: 55.0724637681vw;
  }
}

@media screen and (max-width: 768px) {
  .modalBox_ico {
    margin-top: 0vw;
  }
}

.movieModal {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.movieModal_inner {
  width: 100%;
}

.movieModal_video {
  width: 100%;
  height: auto;
  display: block;
}

.movieModal_close {
  top: 0px;
  right: 0px;
  transform: translateY(-150%) translateX(0%);
}
.movieModal_close img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .movieModal_close {
    width: 7.2463768116vw;
    top: 0;
    right: 4vw;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3.6231884058vw;
    height: 3.6231884058vw;
    margin: 0 4.8309178744vw !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.modalBox {
  align-items: center;
}

.swiper-pagination {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    margin-top: 4.8309178744vw;
  }
}

.mv {
  position: relative;
  height: 100vh; /* ✅ これが効く */
  min-height: 100vh; /* 保険 */
  overflow: hidden;
}

/* 背景（videoや画像） */
.mv_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mv_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* タイトル */
.mv_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .mapImg img {
    width: 100% !important;
  }
  .swiper-backface-hidden .swiper-slide, .mapImg img {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (min-width: 768px) {
  .mapImg img {
    position: relative;
    bottom: -90px;
    width: 90% !important;
  }
}
.guide_page {
  background-color: #e5e5e1;
}
.guide_page .wrap {
  overflow: hidden;
}
.guide_page .introduction {
  opacity: 0;
}
.guide_page main {
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .guide_page main {
    padding-top: 28.9855072464vw;
  }
}
.guide_page .guide_ttl {
  width: 140px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .guide_page .guide_ttl {
    width: 21.7391304348vw;
    margin-bottom: 12.077294686vw;
  }
}
.guide_page .guide_subTtl {
  width: 402px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .guide_page .guide_subTtl {
    width: 38.6473429952vw;
    margin: 0 auto 4.8309178744vw;
  }
}
.guide_page .guide_txt {
  width: 930px;
  margin: 0 auto 170px;
  font-size: 16px;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide_page .guide_txt {
    width: 77.2946859903vw;
    margin: 0 auto 14.4927536232vw;
    font-size: 3.3816425121vw;
    text-align: left;
    line-height: 2;
  }
}
.guide_page .guide_jaTtl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .guide_page .guide_jaTtl {
    width: 38.6473429952vw;
    margin: 0 auto 4.8309178744vw;
    font-size: 4.347826087vw;
    line-height: 1.72;
  }
}
.guide_page .introduction .introduction_ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_ttl {
    font-size: 4.347826087vw;
    line-height: 1.72;
    margin-bottom: 4.8309178744vw;
  }
}
.guide_page .introduction .introduction_list {
  width: 1179px;
  margin: 0 auto;
  margin-bottom: 110px;
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  padding: 45px 65px 45px 60px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_list {
    width: 79.7101449275vw;
    margin: 0 auto 4.8309178744vw;
    margin-bottom: 7.2463768116vw;
    padding: 10.8695652174vw 9.6618357488vw;
    display: block;
  }
}
.guide_page .introduction .introduction_listImg {
  width: 362px;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_listImg {
    width: 45.8937198068vw;
    margin: 0 auto;
    margin-bottom: 8.4541062802vw;
  }
}
.guide_page .introduction .introduction_listImg img {
  width: 100%;
  height: auto;
}
.guide_page .introduction .introduction_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.guide_page .introduction .introduction_txtWrap {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_txtWrap {
    width: 57.9710144928vw;
  }
}
.guide_page .introduction .introduction_txtName {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_txtName {
    gap: 0px;
    text-align: center;
    margin-bottom: 2.4154589372vw;
  }
}
.guide_page .introduction .introduction_txtName .introduction_txtNameEn {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_txtName .introduction_txtNameEn {
    font-size: 2.6570048309vw;
    line-height: 1.2;
    margin-bottom: 1.2077294686vw;
  }
}
.guide_page .introduction .introduction_txtName .introduction_txtNameJa {
  font-size: 23px;
  line-height: 1.73;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_txtName .introduction_txtNameJa {
    font-size: 4.1062801932vw;
  }
}
.guide_page .introduction .introduction_description {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction .introduction_description {
    font-size: 2.6570048309vw;
    line-height: 1.72;
  }
}
.guide_page .introduction .introduction_description .pl {
  padding-left: 1em;
}
.guide_page .introduction_listLink {
  font-size: 17px;
  background-image: url(../img/guide/introduction_listLink_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 417px;
  display: block;
  text-align: center;
  line-height: 55px;
  color: #231815;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .guide_page .introduction_listLink {
    width: 53.8647342995vw;
    padding-bottom: 3.6231884058vw;
    font-size: 3.8647342995vw;
    line-height: 1.72;
    margin: 0 auto;
    background-image: url(../img/guide/introduction_listLink_sp.svg);
  }
}

.guide_pageBtn {
  width: 630px;
  height: 78px;
  font-size: 28px;
  letter-spacing: 0;
  text-align: center;
  background-color: #231815;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 260px;
}
@media screen and (max-width: 768px) {
  .guide_pageBtn {
    width: 76.0869565217vw;
    height: 10.6280193237vw;
    font-size: 3.3816425121vw;
    line-height: 1.72;
    margin: 14.4927536232vw auto 24.154589372vw;
  }
}

.guide_ttl, .guide_txtWrap {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.en .guide_pageBtn {
  width: 700px;
}/*# sourceMappingURL=style.css.map */