@charset "UTF-8";
:root {
  --offset-top: 0px;
}

html.no-scroll {
  overflow: hidden;
}

html {
  overflow-y: scroll;
  scrollbar-width: thin;
}

.pre-inc {
  /***メイン***/
  /***スキップボタン***/
  /*******動画部分********/
  /*******空撮部分********/
  /*
  .top_mv .top_mv_3_wrapp {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      transition: 0.6s ;
  }
  .top_mv.is-finished .top_mv_3_wrapp {
  aspect-ratio:auto;
  }*/
  /***ボタン***/
  /***ポイントテキスト***/
  /***行動提起***/
  /***スペシャル動画***/
  /***エントリーCTA***/
  /***来場予約***/
  /***STEP***/
  /***ロケーション＆プラン***/
  /***動画バナー***/
  /****インフォ_特別***/
}
.pre-inc .page_wrapp {
  width: 100%;
  overflow: hidden;
}
.pre-inc .container.top {
  padding-bottom: 60px;
}
.pre-inc .top_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.6s;
}
.pre-inc .logo_fadein.on .top_mv {
  opacity: 1;
}
.pre-inc .top_mv .top_mv_in {
  position: relative;
}
.pre-inc .top_mv_in .mv_cap {
  position: absolute;
  left: 2em;
  bottom: 2em;
  color: #fff;
  font-size: 11px;
}
.pre-inc .top_mv .top_mv_in.top_mv_1 {
  position: relative;
  top: 0;
  left: 0;
}
.pre-inc .top_mv .top_mv_in.top_mv_1 .top_mv1_1 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pre-inc .top_mv .top_mv_in.top_mv_1 .top_mv1_1 .mv_logo {
  width: 50%;
  max-width: 450px;
  transition: 0.6s;
}
.pre-inc .top_mv .top_mv_in.top_mv_1 .top_mv1_1 .mv_logo.is-active {
  opacity: 0;
}
.pre-inc .top_mv .btn_skip {
  position: absolute;
  right: 25px;
  top: 85px;
  font-size: 16px;
  padding: 5px 10px;
  background: #383535;
  color: #ccc;
  cursor: pointer;
  z-index: 5;
  transition: 0.6s;
  transition-duration: 0.5s;
  border-radius: 5px;
}
.pre-inc .top_mv .btn_skip:hover {
  background: #333;
}
.pre-inc .top_mv.is-finished .btn_skip {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pre-inc .top_mv .movie_in video {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0;
    aspect-ratio: 9/16;
  }
  .pre-inc .top_mv .btn_skip {
    position: absolute;
    right: 10px;
    top: 75px;
  }
}
.pre-inc .top_mv .top_mv1_2_movie {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1.6s;
}
.pre-inc .top_mv.is-finished .top_mv1_2_movie {
  opacity: 0;
}
.pre-inc .top_mv .top_mv1_2_movie video {
  width: 100vw;
  vertical-align: bottom;
}
.pre-inc .price_sp {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.pre-inc .top_mv.is-finished .price_sp {
  opacity: 0;
}
.pre-inc .top_mv .top_mv_3_wrapp {
  width: 100%;
  overflow: hidden;
  transition: 0.6s;
}
.pre-inc .top_mv .top_mv_in.top_mv_3 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  filter: brightness(110%) blur(40px);
  /*transform: scale(1.1);*/
  transition: 1.6s 0.5s;
}
.pre-inc .top_mv.is-finished .top_mv_in.top_mv_3 {
  opacity: 1;
  filter: brightness(100%) blur(0px);
  /*transform: scale(1);*/
}
.pre-inc .top_contents_wrapp {
  background: #fff;
  position: relative;
  z-index: 6;
}
.pre-inc .entry_bt {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
}
.pre-inc .entry_bt a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: #2e3192;
  font-family: "Oswald", sans-serif;
  font-size: min(7.8vw, 30px);
  padding: 15px;
  letter-spacing: 0.1em;
  line-height: 150%;
}
.pre-inc .entry_bt a::before {
  content: "";
  width: 36%;
  height: 36%;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 2;
  background-image: url(../images/top/button_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pre-inc .entry_bt a::after {
  background: #170445;
  border-radius: 50px;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: 1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.pre-inc .entry_bt a span {
  position: relative;
  z-index: 3;
}
.pre-inc .entry_bt a:hover {
  opacity: 1;
}
.pre-inc .entry_bt a:hover::after {
  opacity: 0.8;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.4s ease-in-out;
}
.pre-inc .reserve_bt {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
}
.pre-inc .reserve_bt a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: #9b0000;
  font-family: "Oswald", sans-serif;
  font-size: min(7.8vw, 30px);
  padding: 15px;
  letter-spacing: 0.1em;
  line-height: 150%;
}
.pre-inc .reserve_bt a::before {
  content: "";
  width: 36%;
  height: 36%;
  position: absolute;
  top: 50%;
  transform: translate(175%, -50%);
  z-index: 2;
  background-image: url(../images/top/button_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pre-inc .reserve_bt a.reserve::before {
  background-image: url(../images/top/button_icon_reserve.svg);
}
.pre-inc .reserve_bt a::after {
  background: #630000;
  border-radius: 50px;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: 1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.pre-inc .reserve_bt a span {
  position: relative;
  z-index: 3;
}
.pre-inc .reserve_bt a:hover {
  opacity: 1;
}
.pre-inc .reserve_bt a:hover::after {
  opacity: 0.8;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.4s ease-in-out;
}
.pre-inc .point_text {
  padding: 0px 0 100px;
  text-align: center;
}
.pre-inc .point_text .plice {
  background: #081d76;
  text-align: center;
  padding: 25px 0 25px;
  /*margin-bottom: 20px;*/
}
.pre-inc .point_text .plice .price_in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.pre-inc .point_text .point_text_in {
  margin: 20px auto 0;
  width: 80%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .pre-inc .top_contents_wrapp {
    padding-top: 40px;
  }
  .pre-inc .top_mv .top_mv_in.top_mv_3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .pre-inc .top_mv .point_text_sp {
    margin: 0px auto 0;
    width: 100%;
    opacity: 1;
    margin-top: var(--offset-top);
  }
  .pre-inc .top_mv.is-finished .point_text_sp {
    transition: all 0.6s ease-out;
    transition-delay: 0.5s;
  }
}
.pre-inc .top_do_text {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
.pre-inc .top_do_text .mvp_logo {
  width: 70%;
  margin: 0 auto 20px;
}
.pre-inc .top_do_text .project_text {
  margin: 0 auto;
  font-size: min(5.8vw, 65px);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  /*letter-spacing: -0.05em;*/
}
.pre-inc .top_do_text .project_text span {
  display: inline-block;
  transform: translateY(90px) scale(5);
  visibility: visible;
  opacity: 0;
  filter: brightness(500%) blur(50px);
  transition: all 1.1s ease-out;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
  .pre-inc .top_do_text .project_text span {
    transform: translateY(25px) scale(5);
  }
}
.pre-inc .top_do_text .project_text.on span {
  transform: translateY(0px) scale(1);
  filter: brightness(100%) blur(0px);
  opacity: 1;
  color: #000;
}
.pre-inc .top_do_text .project_text span.space {
  margin: 0 12px;
}
.pre-inc .top_do_text .project_text span:nth-child(1) {
  transition-delay: 0.025s;
}
.pre-inc .top_do_text .project_text span:nth-child(2) {
  transition-delay: 0.05s;
}
.pre-inc .top_do_text .project_text span:nth-child(3) {
  transition-delay: 0.075s;
}
.pre-inc .top_do_text .project_text span:nth-child(4) {
  transition-delay: 0.1s;
}
.pre-inc .top_do_text .project_text span:nth-child(5) {
  transition-delay: 0.125s;
}
.pre-inc .top_do_text .project_text span:nth-child(6) {
  transition-delay: 0.15s;
}
.pre-inc .top_do_text .project_text span:nth-child(7) {
  transition-delay: 0.175s;
}
.pre-inc .top_do_text .project_text span:nth-child(8) {
  transition-delay: 0.2s;
}
.pre-inc .top_do_text .project_text span:nth-child(9) {
  transition-delay: 0.225s;
}
.pre-inc .top_do_text .project_text span:nth-child(10) {
  transition-delay: 0.25s;
}
.pre-inc .top_do_text .project_text span:nth-child(11) {
  transition-delay: 0.275s;
}
.pre-inc .top_do_text .project_text span:nth-child(12) {
  transition-delay: 0.3s;
}
.pre-inc .top_do_text .project_text span:nth-child(13) {
  transition-delay: 0.325s;
}
.pre-inc .top_do_text .project_text span:nth-child(14) {
  transition-delay: 0.35s;
}
.pre-inc .top_do_text .project_text span:nth-child(15) {
  transition-delay: 0.375s;
}
.pre-inc .top_do_text .project_text span:nth-child(16) {
  transition-delay: 0.4s;
}
.pre-inc .top_do_text .project_text span:nth-child(17) {
  transition-delay: 0.425s;
}
.pre-inc .top_do_text .project_text span:nth-child(18) {
  transition-delay: 0.45s;
}
.pre-inc .top_do_text .project_text span:nth-child(19) {
  transition-delay: 0.475s;
}
.pre-inc .top_do_text .project_text span:nth-child(20) {
  transition-delay: 0.5s;
}
.pre-inc .movie_wrapp {
  background: #deecf1;
  padding: 80px 0;
  position: relative;
  text-align: center;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .pre-inc .movie_wrapp {
    padding: 60px 0;
  }
}
.pre-inc .movie_wrapp h3 {
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1818181818vw, 46px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  color: #450e75;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pre-inc .movie_wrapp h3 {
    font-size: min(8.1818181818vw, 46px);
    margin-bottom: 80px;
  }
}
.pre-inc .movie_wrapp h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -60px;
  height: 1px;
  width: 30%;
  max-width: 100px;
  background: #450e75;
}
@media only screen and (max-width: 767px) {
  .pre-inc .movie_wrapp h3::after {
    bottom: -50px;
  }
}
.pre-inc .movie_wrapp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.pre-inc .movie_wrapp ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .pre-inc .movie_wrapp ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.pre-inc .movie_wrapp ul li dl {
  line-height: 1.4;
}
.pre-inc .movie_wrapp ul li dl dt {
  padding: 0.5em 0;
  font-size: 24px;
  color: #450e75;
}
@media screen and (max-width: 768px) {
  .pre-inc .movie_wrapp ul li dl dt {
    font-size: 7vw;
  }
}
.pre-inc .movie_wrapp ul li dl dd {
  font-size: 18px;
  color: #450e75;
}
@media screen and (max-width: 768px) {
  .pre-inc .movie_wrapp ul li dl dd {
    font-size: 5.5vw;
  }
}
.pre-inc .top_entry {
  position: relative;
  padding: 100px 0;
  color: #fff;
  background: url(../images/top/bg_entry_pc.jpg) center/cover;
}
.pre-inc .top_entry .entry_inner {
  max-width: 1100px;
  padding: 0 20px;
  margin-inline: auto;
  box-sizing: content-box;
}
.pre-inc .top_entry .entry_ttl {
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1818181818vw, 46px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffea81;
}
.pre-inc .top_entry .entry_lead {
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.7857142857;
  text-align: center;
}
.pre-inc .top_entry .entry_box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.pre-inc .top_entry .entry_box {
  position: relative;
  z-index: 0;
  aspect-ratio: 404/218;
}
.pre-inc .top_entry .entry_box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.pre-inc .top_entry .entry_box .text img {
  width: auto;
  height: min(4.8181818182vw, 53px);
}
.pre-inc .top_entry .entry_box .thumb {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.pre-inc .top_entry .entry_box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pre-inc .top_entry .entry_box .thumb .cap {
  position: absolute;
  z-index: 1;
  right: 0.5em;
  bottom: 0.5em;
  font-size: min(0.9090909091vw, 10px);
  pointer-events: none;
}
.pre-inc .top_entry .entry_bt {
  margin-top: 40px;
  border: 2px solid rgba(217, 217, 217, 0.6705882353);
}
.pre-inc .top_entry .entry_cap {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: min(0.78125vw, 10px);
}
.pre-inc .reserve_wrapp {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /*color: #2e3192;*/
  color: #450e75;
  text-align: center;
}
.pre-inc .reserve_wrapp h3 {
  margin: 0 auto 15px;
  font-size: min(5.8vw, 65px);
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.pre-inc .reserve_wrapp h3 .small {
  font-size: 80%;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .pre-inc .reserve_wrapp h3 {
    font-size: min(8.2vw, 65px);
  }
}
.pre-inc .reserve_wrapp p {
  font-size: min(3.8vw, 50px);
  text-align: center;
  font-weight: 900;
  display: inline-block;
  margin: 0 auto 25px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .pre-inc .reserve_wrapp p {
    font-size: min(7.8vw, 55px);
    line-height: 100%;
  }
}
.pre-inc .reserve_wrapp::before {
  content: "";
  width: 60%;
  height: 1px;
  background: #333;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgb(51, 51, 51) 50%, rgba(51, 51, 51, 0) 100%);
  position: absolute;
  top: 0;
  left: 20%;
}
@media only screen and (max-width: 767px) {
  .pre-inc .reserve_wrapp::before {
    width: 100%;
    left: 0%;
  }
}
.pre-inc .flow_contents {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.pre-inc .flow_contents h2 {
  font-size: min(5.5vw, 30px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.pre-inc .flow_contents .flow_image {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.pre-inc .top_img-section {
  position: relative;
  height: max(64.0625vw, 100dvh);
  margin-top: 1.5625vw;
}
.pre-inc .top_img-section:last-of-type {
  margin-bottom: 80px;
}
.pre-inc .top_img-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 -100%;
  content: "";
  width: 100%;
  height: 1.5625vw;
  background: linear-gradient(#0245ef 33.3%, #06b204 33.3%, #06b204 66.6%, #febe00 66.6%, #febe00 100%);
}
.pre-inc .top_img-section .img-section_ttl {
  position: absolute;
  right: 6.640625vw;
  bottom: 2.734375vw;
  display: flex;
  align-items: center;
  gap: 1.953125vw;
}
.pre-inc .top_img-section .img-section_ttl h2 img {
  width: auto;
  height: 5.625vw;
}
.pre-inc .top_img-section .img-section_ttl h2 img:hover {
  opacity: 1;
}
.pre-inc .top_img-section .img-section_ttl .icon {
  display: block;
  width: 5.3125vw;
  height: 5.3125vw;
  transition: scale 0.3s ease-out;
}
.pre-inc .top_img-section .img-section_ttl .icon .cls-2,
.pre-inc .top_img-section .img-section_ttl .icon .cls-1,
.pre-inc .top_img-section .img-section_ttl .icon .cls-3 {
  transition: all 0.3s ease-out;
}
.pre-inc .top_img-section .img-section_ttl .icon .cls-3 {
  transform: translateX(-100%);
}
.pre-inc .top_img-section .img-section_ttl:hover {
  opacity: 1;
}
.pre-inc .top_img-section .img-section_ttl:hover .icon {
  scale: 1.2;
}
.pre-inc .top_img-section .img-section_ttl:hover .icon .cls-2 {
  fill: #231815;
  opacity: 1;
}
.pre-inc .top_img-section .img-section_ttl:hover .icon .cls-1 {
  stroke: #fff;
  transform: translateX(100%);
}
.pre-inc .top_img-section .img-section_ttl:hover .icon .cls-3 {
  stroke: #fff;
  transform: translateX(0);
}
.pre-inc .top_img-section .cap {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: min(0.78125vw, 10px);
  pointer-events: none;
}
.pre-inc .top_location {
  background: url(../images/top/bg_location_pc.jpg) center/cover;
}
.pre-inc .top_location .location_copy {
  position: absolute;
  top: 5.46875vw;
  right: 8.59375vw;
}
.pre-inc .top_location .location_copy img {
  width: 9.921875vw;
  height: auto;
}
.pre-inc .top_location .location_letter {
  position: absolute;
  left: 5.46875vw;
  bottom: 2.734375vw;
}
.pre-inc .top_location .location_letter img {
  width: auto;
  height: 23.4375vw;
}
.pre-inc .top_plan {
  background: url(../images/top/bg_plan_pc.jpg) center/cover;
}
.pre-inc .top_plan .plan_copy {
  position: absolute;
  bottom: 21.09375vw;
  left: 5.46875vw;
}
.pre-inc .top_plan .plan_copy img {
  width: auto;
  height: 9.84375vw;
}
.pre-inc .top_plan .plan_letter {
  position: absolute;
  left: 5.46875vw;
  bottom: 3.90625vw;
}
.pre-inc .top_plan .plan_letter img {
  width: auto;
  height: 14.21875vw;
}
.pre-inc .movie_bunner {
  width: 94%;
  max-width: 852px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .pre-inc {
    /***行動提起***/
    /***エントリーCTA***/
    /***STEP***/
    /***ロケーション＆プラン***/
  }
  .pre-inc .top_mv .top_mv_3_wrapp {
    aspect-ratio: inherit;
  }
  .pre-inc .top_mv.is-finished .top_mv_3_wrapp {
    aspect-ratio: 9/17;
    aspect-ratio: inherit;
  }
  .pre-inc .container.top {
    padding-bottom: 30px;
  }
  .pre-inc .top_do_text .mvp_logo {
    width: 76%;
    margin: 0 auto 15px;
  }
  .pre-inc .top_do_text .project_text {
    margin: 0 auto 15px;
    font-size: min(8vw, 65px);
    letter-spacing: -0.03em;
  }
  .pre-inc .pre-inc .top_do_text .project_text span.space {
    margin: 0 6px;
  }
  .pre-inc .top_entry {
    padding: min(14.2857142857vw, 100px) 0;
    background-image: url(../images/top/bg_entry_sp.jpg);
  }
  .pre-inc .top_entry .entry_ttl {
    font-size: min(8.2857142857vw, 58px);
  }
  .pre-inc .top_entry .entry_lead {
    font-size: min(4vw, 28px);
  }
  .pre-inc .top_entry .entry_box-wrap {
    grid-template-columns: auto;
    gap: min(2.8571428571vw, 20px);
    max-width: min(82.8571428571vw, 580px);
    margin-inline: auto;
    margin-top: min(5.7142857143vw, 40px);
  }
  .pre-inc .top_entry .entry_box {
    aspect-ratio: 580/264;
  }
  .pre-inc .top_entry .entry_box .text img {
    height: min(10.8571428571vw, 76px);
  }
  .pre-inc .top_entry .entry_box .thumb .cap {
    font-size: min(2vw, 14px);
  }
  .pre-inc .top_entry .entry_bt {
    margin-top: min(5.7142857143vw, 40px);
  }
  .pre-inc .top_entry .entry_cap {
    font-size: min(2vw, 14px);
  }
  .pre-inc .flow_contents {
    padding: min(11.4285714286vw, 80px) 0;
  }
  .pre-inc .top_img-section {
    height: max(162.8571428571vw, 100dvh);
    margin-top: min(2.8571428571vw, 20px);
  }
  .pre-inc .top_img-section:last-of-type {
    margin-bottom: min(11.4285714286vw, 80px);
  }
  .pre-inc .top_img-section::before {
    height: min(2.8571428571vw, 20px);
  }
  .pre-inc .top_img-section .img-section_ttl {
    right: min(7.1428571429vw, 50px);
    bottom: min(5.7142857143vw, 40px);
    gap: min(3.5714285714vw, 25px);
  }
  .pre-inc .top_img-section .img-section_ttl h2 img {
    height: min(17.4285714286vw, 122px);
  }
  .pre-inc .top_img-section .img-section_ttl .icon {
    width: min(16.5714285714vw, 116px);
    height: min(16.5714285714vw, 116px);
  }
  .pre-inc .top_img-section .cap {
    font-size: min(2vw, 14px);
  }
  .pre-inc .top_location {
    background-image: url(../images/top/bg_location_sp.jpg);
  }
  .pre-inc .top_location .location_copy {
    top: min(34.2857142857vw, 240px);
    right: min(5.7142857143vw, 40px);
  }
  .pre-inc .top_location .location_copy img {
    width: min(22.2857142857vw, 156px);
  }
  .pre-inc .top_location .location_letter {
    left: min(5vw, 35px);
    bottom: initial;
    top: min(3.5714285714vw, 25px);
  }
  .pre-inc .top_location .location_letter img {
    height: min(40.7142857143vw, 285px);
  }
  .pre-inc .top_plan {
    background-image: url(../images/top/bg_plan_sp.jpg);
  }
  .pre-inc .top_plan .plan_copy {
    bottom: min(62.8571428571vw, 440px);
    left: min(7.1428571429vw, 50px);
  }
  .pre-inc .top_plan .plan_copy img {
    height: min(32vw, 224px);
  }
  .pre-inc .top_plan .plan_letter {
    left: min(7.1428571429vw, 50px);
    bottom: min(31.4285714286vw, 220px);
  }
  .pre-inc .top_plan .plan_letter img {
    height: min(25.4285714286vw, 178px);
  }
  .pre-inc .top_plan .img-section_ttl {
    right: initial;
    left: min(8.5714285714vw, 60px);
  }
}
.pre-inc .winter_info_wrapp {
  background: #970000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: min(2vw, 18px);
  margin: 0px auto 50px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pre-inc .winter_info_wrapp {
    font-size: 14px;
    padding: 20px 10px;
    margin: 0px auto 30px;
  }
}

/***動画モーダル***/
.remodal {
  width: 96%;
  max-width: 1000px;
  padding: 0px;
  background: none;
}

.remodal video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.remodal iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.remodal-close {
  position: absolute;
  top: -4em;
  left: auto;
  right: 0;
  width: 55px;
  height: 55px;
}

.remodal-close:before {
  font-size: 55px;
  line-height: 55px;
  width: 55px;
  content: "×";
}

.remodal-close:hover,
.remodal-close:focus {
  color: #777d8d;
}/*# sourceMappingURL=top.css.map */