@charset "UTF-8";
.pre-inc {
  /***MOVIE***/
  /*
  .main_image .flea.flea2 {
      top: 1%;
      right: 5%;
      left: auto;
      width: 38vw;
  }
  */
  /*キラッと光る*/
  /***カラフルインサート***/
  /******/
  /*
  .top_maintext::before {
      content: "※1";
      position: absolute;
      top: -25px;
      left: 15px;
      color: #000;
      font-size: 13px;
      z-index: 3;
  }*/
  /** osaka area ***/
  /**location RESORT***/
  /**plan***/
  /**/
  /*
  .slide_wrapp .slider_plan .slick-slide {
        max-width: 400px;
      width: 30% !important;
      }
  .slide_wrapp .slider_plan .slick-current {
        max-width: 400px;
        width: 30% !important;
        margin: auto;
    }
  */
  /***LIMITED CONTENTS***/
  /*
  .limited_wrapp_in h4::before {
      content: "";
      height: 4px;
      width: 5%;
      background: #000;
      position: absolute;
     top: -40px;
     left: 50%;
     transform: translate(-50%,-0%);
  }
  */
  /***ログイン***/
  /***request_bt***/
  /***CMバナー***/
  /***news***/
  /***map***/
  /***ケーブルTVのバナー***/
  /***セサミのバナー***/
  /*
  .sst_bunner.on:hover .sst_bunner_in.sst_bunner_animation {
      animation-play-state: running;
      animation-duration: 1.0s;
  }*/
  /***スマホボタン***/
  /***モーダル***/
  /*****モーダルフォーム****/
  /* CM Gallery */
  /*
  #cm_gallery .movie_box .ttl:after { content: url(../../img/youtube_movie03.svg); display: inline-block; width: 16px; height: 16px; position: absolute; right: 25px; top: 15px; }
  */
  /***キャンペーンバナー***/
}
.pre-inc .top_wrapp {
  color: #000;
  font-size: min(1.9vw, 16px);
  position: relative;
}
.pre-inc .top_wrapp .top_contents1 {
  /*background: #c21e42;*/
  padding: 50px 0 50px;
  position: relative;
}
.pre-inc .top_wrapp .top_contents1::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/top/line_top.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
.pre-inc .top_wrapp .top_contents2 {
  /*background: rgb(255 255 255 / 100%);*/
  background: #f5f5f5;
  padding: 100px 0 70px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.pre-inc .top_wrapp .top_wrapp_in_l {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0px;
  margin-bottom: 30px;
  /*box-shadow: 9px 12px 13px -7px #00000094;*/
  overflow: hidden;
}
.pre-inc .top_wrapp .top_concept_text {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
  padding: 60px 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 9px 12px 13px -7px rgba(0, 0, 0, 0.5803921569);
}
.pre-inc .top_wrapp .top_concept_text h3 {
  font-size: min(4vw, 55px);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.pre-inc .top_wrapp .top_concept_text p {
  font-size: min(1.6vw, 18px);
  line-height: 250%;
}
.pre-inc .top_wrapp .top_concept_text p sup {
  font-size: 60%;
  vertical-align: super;
  margin-right: 5px;
}
.pre-inc .top_wrapp .top_wrapp_in_r {
  width: 92%;
  margin-left: 8%;
  position: relative;
  z-index: 2;
  padding: 40px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #fff;
  margin-bottom: 80px;
  height: 700px;
  /*ダミー*/
}
.pre-inc .top_wrapp_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.pre-inc .top_wrapp_in::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 100%;
  left: 0;
  background: #fff;
  box-shadow: 9px 12px 13px -7px rgba(0, 0, 0, 0.5803921569);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pre-inc .top_wrapp_in .in_contents {
  width: 92%;
  position: relative;
  z-index: 5;
  padding: 40px;
}
.pre-inc .in_contents h3 {
  font-size: min(6vw, 80px);
  line-height: 150%;
  margin-left: 8%;
  color: #fff;
}
.pre-inc .in_contents h3.access {
  margin-left: 0;
  font-size: min(5vw, 70px);
}
.pre-inc .in_contents h3.access section {
  display: inline-block;
  margin-right: 25px;
}
.pre-inc .in_contents h3 span {
  display: block;
  font-size: min(1.1vw, 10px);
  font-size: min(2.5vw, 20px);
  line-height: 100%;
  margin-bottom: -10px;
  margin-left: 10px;
  width: 45%;
  max-width: 500px;
}
.pre-inc .top_wrapp_in.set_r::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 100%;
  right: 0;
  left: inherit;
  background: #fff;
  box-shadow: -9px 12px 13px -7px rgba(0, 0, 0, 0.5803921569);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pre-inc .top_wrapp_in.set_r .in_contents {
  width: 92%;
  position: relative;
  z-index: 5;
  padding: 40px;
  margin-left: 8%;
}
.pre-inc .to_btn {
  width: 60%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: content-box;
}
.pre-inc .to_btn.set_l {
  padding-left: 8%;
}
.pre-inc .to_btn.set_r {
  padding-right: 8%;
}
.pre-inc .main_image {
  position: relative;
}
.pre-inc .main_image .intoro_movie .video, .pre-inc .main_image .loop_movie .video2 {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pre-inc .main_image .pc_base {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  filter: brightness(200%);
  -webkit-filter: brightness(200%);
  -ms-filter: brightness(2);
  opacity: 0;
  transition: 1s;
}
.pre-inc .main_image.fin1 .pc_base {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -ms-filter: brightness(1);
  opacity: 1;
}
.pre-inc .main_image .intoro_movie {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: 0s ease-in-out;
}
.pre-inc .top_maintext::before {
  content: "※1";
  position: absolute;
  top: -25px;
  left: 50px;
  color: #000;
  font-size: 13px;
  z-index: 3;
  color: #333;
}
.pre-inc .main_image.fin1 .top_maintext::before {
  color: #fff;
  opacity: 0;
  display: none;
}
.pre-inc .main_image .cap_mv {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #fff;
  font-size: 13px;
  z-index: 3;
}
.pre-inc .main_image .cap_mv_lef {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: #fff;
  font-size: 13px;
  z-index: 3;
}
.pre-inc .main_image .flea {
  /*background: #fff;*/
  width: 68vw;
  height: 18%;
  position: absolute;
  z-index: 3;
  top: 1%;
  left: 9.5%;
  overflow: hidden;
  /*mix-blend-mode: multiply;*/
}
.pre-inc .main_image .flea::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.8s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  70% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.pre-inc .main_image.fin1 .intoro_movie {
  opacity: 0;
}
.pre-inc .main_image .sp_mbase {
  display: none;
}
.pre-inc .main_image .interval {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.pre-inc .main_image.finished .interval {
  display: block;
  content: "";
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #EDC74F;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.pre-inc .main_image.finished .interval.set2 {
  background-color: #B44895;
  animation-duration: 1.8s;
}
.pre-inc .main_image.finished .interval.set3 {
  background-color: #25619D;
  animation-delay: 0.4s;
  animation-duration: 1.4s;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.pre-inc .main_image .loop_movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.pre-inc .main_image.fin1 .loop_movie {
  opacity: 1;
}
.pre-inc .top_maintext {
  position: relative;
  z-index: 11;
  padding: 50px 20px;
  width: 92%;
  margin: 0 auto;
}
.pre-inc .top_wrapp_in.access {
  padding-bottom: 100px;
}
.pre-inc .top_wrapp_in.access::before {
  background: #f8b100;
}
.pre-inc .top_wrapp_in.access::after {
  content: "";
  display: block;
  position: absolute;
  width: 92%;
  height: 40px;
  left: 0;
  bottom: 0;
  background-image: url(../images/top/line_osaka.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  vertical-align: middle;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
}
.pre-inc .top_wrapp_in.access .image_text {
  position: absolute;
  height: 84%;
  width: auto;
  top: 4%;
  right: 15%;
  z-index: 10;
}
.pre-inc .top_wrapp_in.access .image_text img {
  height: 100%;
  width: auto;
}
.pre-inc .top_wrapp_in.set_r.location::before {
  background: #005eac;
}
.pre-inc .top_wrapp_in.set_r.location::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  right: inherit;
  left: 8%;
  top: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: url(../images/top/line_resort.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  vertical-align: middle;
}
.pre-inc .top_wrapp_in.location .image_text {
  position: relative;
  width: 70%;
  left: 15%;
  z-index: 10;
  padding-top: 40px;
  margin-bottom: -5%;
}
.pre-inc .top_wrapp_in.location .image_text img {
  height: auto;
  width: 100%;
}
.pre-inc .top_wrapp_in.plan::before {
  background: #2c973f;
}
.pre-inc .top_wrapp_in.plan::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  right: inherit;
  left: auto;
  right: 8%;
  top: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url(../images/top/line_plan.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  vertical-align: middle;
}
.pre-inc .top_wrapp_in.plan .image_text {
  position: relative;
  width: 64%;
  left: 15%;
  z-index: 10;
  padding-top: 60px;
  margin-bottom: 50px;
}
.pre-inc .top_wrapp_in.plan .image_text img {
  height: auto;
  width: 100%;
}
.pre-inc .top_wrapp_in.plan .plan_in {
  width: 100%;
  /*max-width: 900px;
  padding-right: 8%;*/
  box-sizing: content-box;
  margin: 0 0 70px 0;
  position: relative;
  z-index: 10;
}
.pre-inc .top_wrapp_in.plan .plan_in ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.pre-inc .top_wrapp_in.plan .plan_in ul li {
  width: 24%;
}
.pre-inc .top_wrapp_in.plan .plan_in .slick-initialized .slick-slide {
  margin-right: 10px;
}
.pre-inc .top_wrapp_in.plan .plan_in img {
  width: 100%;
  height: auto;
}
.pre-inc .slide_wrapp .slider_plan .slick-slide {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.pre-inc .slidesWrap .arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  height: 71px;
  margin: auto;
}
.pre-inc .arrows .slick-prev, .pre-inc .arrows .slick-next {
  width: 71px;
  height: 71px;
  z-index: 3;
  top: 0;
  font-size: 0;
  line-height: 0;
  background-size: 100% auto;
  transition-duration: 0.7s;
}
.pre-inc .arrows .slick-prev {
  position: absolute;
  top: 45%;
  left: 10px;
  background-image: url(../images/top/arw_left.svg);
}
.pre-inc .arrows .slick-next {
  position: absolute;
  top: 45%;
  right: 10px;
  background-image: url(../images/top/arw_right.svg);
}
.pre-inc .arrows .slick-prev:hover {
  transform: scale(1.2);
}
.pre-inc .arrows .slick-next:hover {
  transform: scale(1.2);
}
.pre-inc .limited_wrapp {
  padding: 0px 0 80px;
  position: relative;
  z-index: 3;
  color: #000;
}
.pre-inc .limited_wrapp_in {
  position: relative;
}
.pre-inc .limited_wrapp_in .image_text {
  position: relative;
  width: 70%;
  left: 15%;
  z-index: 10;
  margin-bottom: 100px;
}
.pre-inc .limited_wrapp_in h4 {
  text-align: center;
  color: #000;
  font-size: min(4.5vw, 45px);
  letter-spacing: -0.05em;
  position: relative;
  margin-bottom: 40px;
}
.pre-inc .limited_wrapp_in ul {
  width: 80%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.pre-inc .limited_wrapp_in ul li {
  width: 30%;
  margin: 0 2%;
  position: relative;
}
.pre-inc .limited_wrapp_in ul li::after {
  content: "";
  width: 105%;
  height: 105%;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  border: solid 3px #810101;
  border-radius: 50%;
  box-sizing: border-box;
}
.pre-inc .limited_wrapp_in .top_limiteb_bt {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.pre-inc .limited_wrapp_in p {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  font-size: min(1.6vw, 18px);
}
.pre-inc .limited_wrapp_in .request_bt p {
  padding-right: 0%;
  margin-bottom: 0;
}
.pre-inc .login_wrapp {
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
.pre-inc .limited_index .login_wrapp h2 {
  background: none;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 80px;
}
.pre-inc .limited_index .login_wrapp h2 img {
  width: 70%;
  max-width: inherit;
}
.pre-inc .limited_index .login_wrapp h4 {
  text-align: center;
  color: #fff;
  font-size: min(3.3vw, 22px);
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 40px;
}
.pre-inc .limited_index .login_wrapp h4::before {
  content: "";
  height: 4px;
  width: 5%;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pre-inc .limited_index .login_wrapp p {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: min(1.6vw, 16px);
}
.pre-inc .loginFormBox {
  width: 80%;
  max-width: 610px;
  margin: 0 auto 30px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 7px 7px -2px rgba(0, 0, 0, 0.22);
}
.pre-inc .loginFormBox .loginForm {
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pre-inc .loginForm .pass {
  width: 70%;
  height: 44px;
  color: #333;
  text-align: left;
  background: #fff;
  box-sizing: content-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
  margin: 0;
  border: none;
}
.pre-inc .loginForm .pass input {
  width: 100%;
  text-align: left;
  padding: 0.9em;
  background-color: #FFFFFF;
  border-style: none;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Noto Serif Japanese", "Times New Roman", Times, "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  box-shadow: 0px -8px 8px -1px #ccc inset;
}
.pre-inc .loginForm .signin {
  width: 30%;
  height: 60px;
}
.pre-inc .loginForm .signin a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background: #ff7c8c;
  box-shadow: 0px -8px 8px -1px rgba(86, 86, 84, 0.5882352941) inset;
  padding: 5px;
  border: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: "Times New Roman", Times, "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  transition: 0.3s ease-in-out;
}
.pre-inc .loginForm .signin a:hover {
  background: #bd616c;
}
.pre-inc .request_bt {
  position: relative;
  z-index: 5;
}
.pre-inc .request_bt p {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding-right: 8%;
  box-sizing: content-box;
}
.pre-inc .cm_gallery_wrapper {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
  background: #009FE8;
  box-shadow: 9px 12px 13px -7px rgba(0, 0, 0, 0.5803921569);
  border-radius: 30px;
  transition-duration: 0.5s;
}
.pre-inc .cm_gallery_wrapper:hover {
  opacity: 0.7;
}
.pre-inc .cm_gallery_wrapper span {
  display: block;
  padding: 40px 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pre-inc .cm_gallery_wrapper {
    margin: 0 auto 40px;
  }
  .pre-inc .cm_gallery_wrapper span {
    padding: 20px 20px;
  }
}
.pre-inc .news_wrapp {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
  background: #f29739;
  box-shadow: 9px 12px 13px -7px rgba(0, 0, 0, 0.5803921569);
  border-radius: 30px;
  padding: 40px 50px;
  color: #fff;
}
.pre-inc .news_wrapp .news_in {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.pre-inc .news_wrapp .image_text {
  height: auto;
  width: 30%;
}
.pre-inc .news_wrapp .image_text img {
  height: auto;
  width: 100%;
}
.pre-inc .news_wrapp ul {
  width: 65%;
  margin-top: 3vh;
  font-size: min(1.9vw, 17px);
  height: 180px;
  overflow-y: auto;
  padding-right: 10px;
}
.pre-inc .news_wrapp ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dotted #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.pre-inc .news_wrapp ul li span {
  display: inline-block;
  margin-right: 25px;
}
.pre-inc .news_wrapp ul li a {
  color: #fff;
  /* text-decoration: underline; */
  border-bottom: 1px solid #fff;
  transition-duration: 0.7s;
}
.pre-inc .news_wrapp ul li a:hover {
  opacity: 0.7;
}
.pre-inc .map_wrapp {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
  background: #b74c96;
  box-shadow: 9px 12px 13px -7px rgba(0, 0, 0, 0.5803921569);
  border-radius: 30px;
  padding: 40px 50px;
  color: #fff;
}
.pre-inc .map_wrapp .image_text {
  position: relative;
  width: 25%;
  left: 10%;
  z-index: 10;
  margin-bottom: -5%;
  margin-bottom: 1%;
}
.pre-inc .map_wrapp .image_text img {
  height: auto;
  width: 100%;
}
.pre-inc .map_wrapp_in {
  position: relative;
}
.pre-inc .map_scrool {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.pre-inc .map_wrapp_in .cap {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  color: #000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.pre-inc .slide_cap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
}
.pre-inc .slide_cap.rig {
  left: auto;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc {
    /*
     .main_image .flea.flea2 {
        top: 13%;
        right: auto;
        left: 1%;
        width: 70vw;
    } */
    /***OSAKA***/
    /***RESORT***/
    /***PLAN***/
    /***LIMITED***/
    /***MAP***/
    /**slide_plan***/
  }
  .pre-inc .main_image .flea {
    width: 90.3vw;
    height: 16.5%;
    position: absolute;
    z-index: 3;
    top: 11%;
    left: 3%;
    overflow: hidden;
  }
  .pre-inc .top_maintext::before {
    font-size: 12px;
    z-index: 3;
    /*text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.0);*/
  }
  .pre-inc .top_maintext {
    padding-left: 40px;
  }
  .pre-inc .main_image .cap_mv, .pre-inc .main_image .cap_mv_lef {
    font-size: 12px;
    z-index: 3;
  }
  .pre-inc .top_wrapp .top_contents1 {
    padding: 0px 0 30px;
  }
  .pre-inc .top_wrapp .top_wrapp_in_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .top_wrapp .top_contents1::before {
    width: 20px;
  }
  .pre-inc .top_wrapp .top_concept_text {
    width: 90%;
    padding: 30px 10px;
    margin-bottom: 40px;
  }
  .pre-inc .top_wrapp .top_concept_text h3 {
    font-size: min(4.9vw, 32px);
  }
  .pre-inc .top_wrapp .top_concept_text p {
    font-size: min(3.3vw, 23px);
  }
  .pre-inc .main_image .sp_mbase {
    display: block;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
    filter: brightness(200%);
    -webkit-filter: brightness(200%);
    -ms-filter: brightness(2);
    opacity: 0;
    transition: 1.5s;
  }
  .pre-inc .main_image.fin1 .sp_mbase {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -ms-filter: brightness(1);
    opacity: 1;
  }
  .pre-inc .main_image .intoro_movie {
    position: absolute;
    z-index: 3;
  }
  .pre-inc .main_image .loop_movie {
    display: none;
    opacity: 0;
    z-index: 1;
  }
  .pre-inc .top_wrapp_in {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .pre-inc .top_wrapp_in::before {
    width: 95%;
  }
  .pre-inc .top_wrapp_in.set_r::before {
    width: 95%;
  }
  .pre-inc .top_wrapp_in .in_contents {
    width: 95%;
    z-index: 5;
    padding: 30px 10px;
  }
  .pre-inc .top_wrapp_in.access .image_text {
    height: 50%;
    top: 4%;
    right: 8%;
    z-index: 10;
  }
  .pre-inc .top_wrapp_in.access {
    padding-bottom: 50px;
  }
  .pre-inc .top_wrapp_in.access::after {
    width: 95%;
    height: 25px;
  }
  .pre-inc .in_contents h3 {
    font-size: min(8.8vw, 80px);
    margin-left: 4%;
  }
  .pre-inc .in_contents h3.access {
    font-size: min(8.8vw, 80px);
    margin-left: 4%;
  }
  .pre-inc .in_contents h3 span {
    font-size: min(2.5vw, 20px);
    line-height: 100%;
    margin-bottom: 2px;
    margin-left: 10px;
    width: 70%;
    max-width: inherit;
  }
  .pre-inc .top_wrapp_in.set_r.location::after {
    width: 25px;
    height: 100%;
    left: 5%;
  }
  .pre-inc .top_wrapp_in.set_r .in_contents {
    width: 95%;
    padding: 20px;
    margin-left: 5%;
  }
  .pre-inc .top_wrapp_in.location .image_text {
    width: 90%;
    left: 10%;
    padding-top: 10px;
    margin-bottom: -10%;
  }
  .pre-inc .top_wrapp_in.plan::after {
    width: 25px;
    height: 100%;
    right: 5%;
  }
  .pre-inc .top_wrapp_in.plan .image_text {
    width: 77%;
    left: 5%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .pre-inc .top_wrapp_in.plan .plan_in {
    width: 100%;
    padding-right: 0%;
    margin: 0 auto 30px;
  }
  .pre-inc .top_wrapp_in.plan .plan_in ul li {
    width: 49%;
    margin-bottom: 1vh;
  }
  .pre-inc .request_bt p {
    width: 86%;
    max-width: inherit;
    margin: 0 auto;
    padding-right: 1%;
    box-sizing: content-box;
  }
  .pre-inc .top_wrapp .top_contents2 {
    padding: 60px 0 20px;
  }
  .pre-inc .news_wrapp {
    width: 95%;
    margin: 0 auto 40px;
    padding: 30px 20px;
    color: #fff;
  }
  .pre-inc .news_wrapp .news_in {
    display: block;
  }
  .pre-inc .news_wrapp ul {
    width: 100%;
    margin-top: 3vh;
    font-size: 16px;
    height: 150px;
    overflow: auto;
    padding-right: 10px;
  }
  .pre-inc .limited_wrapp {
    padding: 0px 0 60px;
  }
  .pre-inc .limited_wrapp_in .image_text {
    width: 80%;
    left: 10%;
    margin-bottom: 50px;
  }
  .pre-inc .limited_wrapp_in h4::before {
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .pre-inc .limited_wrapp_in h4 {
    font-size: min(5.5vw, 35px);
    margin-bottom: 30px;
  }
  .pre-inc .limited_wrapp_in p {
    margin-bottom: 30px;
    font-size: min(2.8vw, 20px);
  }
  .pre-inc .limited_wrapp_in ul {
    width: 94%;
    margin: 0 auto 30px;
    justify-content: center;
  }
  .pre-inc .limited_wrapp_in ul li {
    width: 46%;
    margin: 0 2%;
  }
  .pre-inc .limited_wrapp_in .top_limiteb_bt {
    width: 86%;
  }
  .pre-inc .loginFormBox {
    width: 86%;
  }
  .pre-inc .map_wrapp {
    width: 95%;
    margin: 0 auto 40px;
    padding: 30px 20px;
  }
  .pre-inc .map_wrapp .image_text {
    position: relative;
    width: 25%;
    left: 10px;
    z-index: 10;
    margin-bottom: 1%;
  }
  .pre-inc .map_scrool {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .pre-inc .map_scrool p {
    width: 170%;
    height: auto;
  }
  .pre-inc .map_wrapp .scroll_caution {
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .pre-inc .to_btn {
    width: 70%;
    max-width: inherit;
  }
  .pre-inc .slide_wrapp {
    margin-bottom: 30px;
  }
  .pre-inc .slick-slider.cl {
    height: 350px;
  }
  .pre-inc .slick-initialized .slick-slide.cl {
    height: 350px;
    width: 350px !important;
  }
  .pre-inc .slick-slide.cl img {
    height: 100%;
    width: auto;
  }
  .pre-inc .slick-slider.slider_plan {
    height: auto;
  }
  .pre-inc .slide_wrapp .slider_plan .slick-slide {
    height: auto;
  }
  .pre-inc .slick-initialized .slick-slide.slider_plan {
    height: auto;
    width: 100% !important;
  }
  .pre-inc .slide_wrapp .slider_plan .slick-slide img {
    height: auto;
    width: 100%;
  }
  .pre-inc .arrows .slick-prev, .pre-inc .arrows .slick-next {
    width: 50px;
    height: 50px;
  }
}
.pre-inc .cable_tv {
  display: block;
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 40px;
}
.pre-inc .cable_tv .btn {
  display: block;
  cursor: pointer;
}
.pre-inc .modal-video-body {
  max-width: 1100px;
}
.pre-inc #sst_bunner.close {
  display: none !important;
}
.pre-inc .sst_bunner {
  display: block;
  position: fixed;
  right: 10px;
  bottom: -500px;
  z-index: 50;
  width: 24%;
  max-width: 500px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.pre-inc .top_wrapp.open .sst_bunner {
  z-index: 20;
  display: none;
}
.pre-inc .sst_bunner.on {
  opacity: 1;
  bottom: 10px;
}
.pre-inc .sst_bunner.on .sst_bunner_in.sst_bunner_animation {
  animation-name: anime2;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
}
.pre-inc .sst_bunner.on .sst_bunner_in:hover img {
  /*animation: poyo .6s ease 0s 1 normal running none;*/
}
.pre-inc .sst_bunner .sst_bunner_in a:hover img {
  opacity: 1;
}
@keyframes anime1 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(0.95, 0.95);
  }
}
@keyframes anime2 {
  from, to {
    transform: none;
  }
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.95, 0.95);
  }
}
@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.02);
  }
  80% {
    transform: scale(0.98);
  }
}
.pre-inc .sst_bunner .close_bt {
  position: absolute;
  top: -3%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, 0);
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 1s ease-out;
}
.pre-inc .sst_bunner .close_bt:hover {
  opacity: 0.8;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .sst_bunner.on {
    width: 52%;
  }
  .pre-inc .sst_bunner .close_bt {
    top: -10px;
    left: 50%;
    font-size: 10px;
    padding: 5px;
  }
}
.pre-inc .swiper02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .swiper02 {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 56px;
    padding-bottom: 15px;
  }
  .pre-inc .swiper02 .set {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: auto;
    max-width: 25vw;
    height: 100%;
    padding: 10px 10px 13px;
    text-align: center;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
  }
  .pre-inc .swiper02.load .set {
    opacity: 1;
  }
  .pre-inc .swiper02 .set::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    background-image: url(../images/top/line_top.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .pre-inc .swiper02 .set::after {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: #c21e42;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .pre-inc .swiper02 .set .pic {
    width: auto;
    height: 83%;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 4;
  }
  .pre-inc .swiper02 .set p {
    position: relative;
    margin-top: 3px;
    z-index: 4;
    font-size: min(3vw, 20px);
  }
  .pre-inc .swiper02 .set .pic::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 112%;
    height: 112%;
    background: #74b8e2;
    background: linear-gradient(45deg, rgb(231, 173, 59) 0%, rgb(144, 54, 140) 100%);
    border-radius: 50%;
    z-index: -9;
  }
  .pre-inc .swiper02 .set img {
    width: auto;
    height: 100%;
  }
  .pre-inc .swiper02 .swiper {
    overflow: visible;
    padding-top: 10px;
    overflow: hidden;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
  }
  .pre-inc .swiper02 .swiper.swiper-initialized {
    opacity: 1;
  }
  .pre-inc .swiper02 .swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
  .pre-inc .swiper02 .item .pic {
    width: 100%;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .pre-inc .swiper02 .item .pic img {
    width: 100%;
  }
  .pre-inc .swiper02 .item .pic::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 112%;
    height: 112%;
    background: #74b8e2;
    background: linear-gradient(45deg, rgb(231, 173, 59) 0%, rgb(144, 54, 140) 100%);
    border-radius: 50%;
    z-index: -9;
  }
  .pre-inc .swiper02 .item p {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.05rem;
    padding-top: 8px;
  }
  .pre-inc .swiper02 .item p.rs {
    letter-spacing: -0.1em;
  }
  .pre-inc .swiper02 .set a, .pre-inc .swiper02 .item a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .pre-inc .swiper02 .item a:hover {
    color: #fff;
  }
  .pre-inc .swiper02 .item p {
    font-size: min(2.6vw, 19px);
    padding-top: 5px;
  }
  .pre-inc .swiper-slide {
    width: 77px;
  }
}
@media screen and (max-width: 487px) {
  .pre-inc .swiper02 .item p {
    /*font-size: min(2.6vw, 19px);*/
    font-size: min(2vw, 18px);
  }
}
.pre-inc .modal {
  width: 90%;
  max-width: 900px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 121;
}
.pre-inc .modal-inner {
  height: 75vh;
  max-height: 650px;
  overflow: auto;
}
.pre-inc .modal-close {
  width: 30px;
  fill: #fff;
  position: absolute;
  top: -34px;
  right: -8px;
  cursor: pointer;
}
.pre-inc .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
}
.pre-inc .modal a:hover,
.pre-inc .modal a img:hover {
  opacity: 1;
}
.pre-inc .modal2, .pre-inc .modal3, .pre-inc .modal4 {
  width: 90%;
  max-width: 1000px;
  max-height: inherit;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 121;
}
.pre-inc .modal2 .modal-inner, .pre-inc .modal3 .modal-inner, .pre-inc .modal4 .modal-inner {
  height: auto;
  overflow: auto;
}
.pre-inc .modal_form video {
  width: 100%;
  height: 100%;
  margin-top: 1em;
}
.pre-inc #cm_gallery {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.pre-inc #cm_gallery .cm_gallery_wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  width: 330px;
}
.pre-inc #cm_gallery .cm_gallery_wrapper img {
  cursor: pointer;
}
.pre-inc #cm_gallery .movie_box {
  background: #152041;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 2px 5px #333;
}
.pre-inc #cm_gallery .movie_box .ttl {
  text-align: center;
}
.pre-inc #cm_gallery .movie_box .ttl br.cm_sp {
  display: none;
}
.pre-inc #cm_gallery .movie_box .comment {
  color: #fff;
  margin-top: 10px;
  font-family: "Source Han Sans", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", sans-serif;
}
.pre-inc #cm_gallery .movie_box video {
  width: 100%;
  height: 100%;
  margin-top: 1em;
}
.pre-inc .bunner_cp_wrapp {
  width: 70%;
  max-width: 1286px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  transform: translateX(3%);
}
@media screen and (max-width: 767px) {
  .pre-inc .bunner_cp_wrapp {
    width: 90%;
  }
}/*# sourceMappingURL=top.css.map */