@charset "UTF-8";
.pre-inc {
  /*
  .price_wrapp .price_in::after {
      content: "※1";
      position: absolute;
      right: 0;
      bottom: -5px;
      color: #fff;
      font-size: 11px;
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.05em;
  }*/
  /***スライド1***/
  /*
  .slide1 .slide_text1 img {
      filter: drop-shadow(0 0 0.5em #000);
  }
  */
  /********スライド2**********/
  /***SLIDE2***/

  /*******リバーフロント*********/
  /*******ロケーション*********/
  /*
  .contents_re_wrapp .top_location_wrapp::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/top2/location_bg.jpg) center bottom no-repeat;
      background-size: cover;
       -webkit-mask-image: linear-gradient(to top, black 70%, transparent);
       mask-image: linear-gradient(to top, black 70%, transparent);
  }
  */
  /*******プラン*********/
  /*マンションサロンでできること*/
  /*****モーダルフォーム****/
  /***フロートバナー***/
  /* 20250321 Campaign Block */
}
.pre-inc #main img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.pre-inc #main .dib {
  display: inline-block;
}
.pre-inc .mv_movie {
  width: 100%;
  position: relative;
  background: #fff;
}
.pre-inc .mv_movie video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pre-inc .mv_move .mv_title_wrap {
  opacity: 0;
  transition: 1.8s 0.1s;
  transform: scale(1.04, 1.04);
}
.pre-inc .mv_move.started .mv_title_wrap {
  transform: scale(1, 1);
  opacity: 1;
}
.pre-inc .mv_move .mv_title_wrap .mv_title {
  opacity: 0;
  transform: scale(1.04, 1.04);
  transition: 2s 0.1s;
  transition-delay: 0.8s;
}
.pre-inc .mv_move.started .mv_title_wrap .mv_title {
  transform: scale(1, 1);
  opacity: 1;
}
.pre-inc .mv .mv_move .mv_title_wrap .mv_fix {
  filter: brightness(180%);
  opacity: 0;
  transition: 2s 0.1s;
  transition-delay: 2s;
}
.pre-inc .mv_move.started .mv_title_wrap .mv_fix {
  filter: brightness(100%);
  opacity: 1;
}
.pre-inc .mv .mv_title_wrap {
  width: 100%;
  position: relative;
}
.pre-inc .mv .mv_title_wrap .mv_base {
  position: relative;
}
.pre-inc .mv .mv_title_wrap .mv_fix {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.pre-inc .mv .mv_title_wrap .mv_title {
  width: 100%;
  margin: auto;
  top: 20px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.pre-inc .mv .mv_title_wrap .mv_title img {
  max-width: 720px;
  width: 46%;
  margin: 0 auto;
}
.pre-inc .mv .mv_title_wrap .mv_title.set {
  opacity: 0;
  visibility: visible;
  transition: opacity 1s ease-out;
}
.pre-inc .mv .mv_title_wrap .mv_title.started {
  opacity: 1;
  visibility: visible;
}
.pre-inc .price_wrapp {
  background: #151b47;
  padding: 45px 0;
}
.pre-inc .price_wrapp .price_in {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 20px;
  position: relative;
}
.pre-inc .price_wrapp .price_cap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.pre-inc .price_wrapp .price_sub {
  width: 92%;
  max-width: 1000px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin: 0 auto 50px;
}
.pre-inc .price_wrapp .price_sub .price_sub_cap {
  text-align: right;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
.pre-inc .price_wrapp .point_wrapp {
  width: 96%;
  max-width: 1260px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pre-inc .price_wrapp .price_in {
    width: 94%;
    margin: 0 auto 30px;
  }
  .pre-inc .price_wrapp .price_in::after {
    right: 1.5em;
    bottom: 0;
  }
  .pre-inc .price_wrapp .price_cap {
    width: 84%;
    line-height: 1.6;
    word-break: break-all;
  }
  .pre-inc .price_wrapp .price_sub {
    width: 90%;
    margin: 0 auto 20px;
  }
  .pre-inc .price_wrapp .point_wrapp {
    width: 90%;
    margin: 0 auto;
  }
}
.pre-inc .mv .mv_text {
  background: linear-gradient(90deg, rgb(41, 77, 141) 0%, rgb(81, 96, 129) 100%);
  padding: 22px 0;
}
.pre-inc .mv .mv_text .point_text {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
}
.pre-inc .mv .mv_text .point_text img {
  width: 100%;
  max-width: inherit;
}
.pre-inc .mv .mv_text .text_list {
  display: flex;
  justify-content: center;
  gap: 0 0.875%;
  max-width: 1080px;
  width: 88%;
  margin: auto;
}
.pre-inc .mv .mv_text .text_list.set {
  opacity: 0;
  visibility: visible;
  transition: opacity 1s ease-out;
}
.pre-inc .mv .mv_text .text_list.started {
  opacity: 1;
  visibility: visible;
}
.pre-inc .mv .mv_text .text_list .text_item {
  width: 32.75%;
}
.pre-inc .mv .mv_text .text_list .text_item:nth-child(2) {
  width: 37%;
}
@media (max-width: 767px) {
  .pre-inc .mv .mv_title_wrap .mv_title {
    width: 100%;
  }
  .pre-inc .mv .mv_title_wrap .mv_title img {
    width: 94%;
  }
  .pre-inc .mv .mv_text {
    padding: 22px 0;
  }
  .pre-inc .mv .mv_text .text_list {
    flex-direction: column;
    gap: 5px 0;
  }
  .pre-inc .mv .mv_text .text_list .text_item {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .pre-inc .mv .mv_text .text_list .text_item:nth-child(2) {
    width: 90%;
  }
}
.pre-inc #mv_image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #fff;
}
.pre-inc #mv_image img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.pre-inc .top_contents {
  background: #000;
}
.pre-inc .slider_animation .slide {
  width: 100%;
  background: #000;
}
.pre-inc .slider_animation.on .slide {
  opacity: 1;
}
.pre-inc .slider_animation .mv_wrapp {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: all 1.5s ease-out;
}
.pre-inc .slider_animation.on .mv_wrapp {
  opacity: 1;
}
.pre-inc .slide1 .mv_image1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
.pre-inc .slide1 .mv_image1 img {
  transition: all 5s ease-out;
  transform: scale(1.1);
}
.pre-inc .slide1.add-animation .mv_image1 img {
  transform: scale(1);
}
.pre-inc .slide1 .slide p {
  position: relative;
  opacity: 0;
  transition: all 1.5s ease-out;
}
.pre-inc .slide1.on .slide p {
  opacity: 1;
}
.pre-inc .slide1 .slide1 {
  position: relative;
}
.pre-inc .slide1 .slide_text1 {
  position: absolute;
  top: 6%;
  right: 4%;
  z-index: 1;
  width: 36%;
  opacity: 0;
  transform: scale(1.3);
  filter: blur(6px);
  transition: all 3s ease-out;
  z-index: 4;
}
.pre-inc .slide1.add-animation .slide_text1 {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition-delay: 0.8s;
}
.pre-inc .slide2 .mv_image3 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
}
.pre-inc .slide2 .mv_image3 img {
  transition: all 5s ease-out;
  transform: scale(1.1);
}
.pre-inc .slide2.add-animation .mv_image3 img {
  transform: scale(1);
}
.pre-inc .slide2 .slide_text2 {
  position: absolute;
  bottom: 8%;
  left: 15%;
  z-index: 1;
  width: 70%;
  opacity: 0;
  transform: translateX(0px) scale(1.3);
  filter: blur(6px);
  transition: all 3.5s ease-out;
  transition-delay: 0.5s;
  z-index: 5;
}
.pre-inc .slide2.add-animation .slide_text2 {
  opacity: 1;
  transform: translateX(0px) scale(1);
  filter: blur(0);
}
.pre-inc .slide2 .slide_text2 img {
  filter: drop-shadow(0 0 0.5em #000);
}
.pre-inc .slide2 .slide_text3 {
  position: absolute;
  top: 13%;
  right: 8%;
  z-index: 1;
  width: 34%;
  opacity: 0;
  transform: translateX(50px);
  transition: all 2s ease-out;
  transition-delay: 2.5s;
  filter: blur(6px);
}
.pre-inc .slide2.set3 .slide_text3 {
  opacity: 1;
  transform: translateX(0px);
  filter: blur(0);
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .pre-inc .slide1 .slide_text1 {
    top: 6%;
    left: 10%;
    width: 80%;
  }
  .pre-inc .slide1 .slide_text1 {
    transform: scale(1.3);
  }
  .pre-inc .slide1.add-animation .slide_text1 {
    transform: scale(1);
  }
}
.pre-inc .slide1 .cap_1 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: all 1.5s ease-out;
  z-index: 4;
}
.pre-inc .slide1 .cap_2 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: all 1.5s ease-out;
  z-index: 4;
}
.pre-inc .slide1.add-animation .cap_1, .pre-inc .slide1.add-animation .cap_2 {
  opacity: 1;
}
.pre-inc .slide2 .cap_3 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: all 1.5s ease-out;
  z-index: 5;
}
.pre-inc .slide2 .cap_4 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: all 1.5s ease-out;
  z-index: 5;
}
.pre-inc .slide2.add-animation .cap_3, .pre-inc .slide2.add-animation .cap_4 {
  opacity: 1;
}
@media (max-width: 767px) {
  .pre-inc #mv_image {
    width: 100%;
  }
  .pre-inc .slide .mv_wrapp {
    width: 100%;
  }
  .pre-inc .slide1 .mv_image1 {
    width: 100%;
  }
  .pre-inc .slide1 .mv_image2 {
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
  }
  .pre-inc .slide2 .mv_image3 {
    width: 100%;
  }
  .pre-inc .slide2 .mv_image4 {
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
  }
  .pre-inc .slide2 .slide_text2 {
    bottom: 10%;
    right: 5%;
    left: auto;
    width: 90%;
  }
  .pre-inc .slide2 .slide_text2 {
    opacity: 0;
    transform: translateX(0px) scale(1.3);
  }
  .pre-inc .slide2.add-animation .slide_text2 {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  .pre-inc .slide1 .cap_1 {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 46%;
    text-align: right;
  }
  .pre-inc .slide1 .cap_2 {
    text-align: right;
  }
  .pre-inc .slide2 .cap_3 {
    position: absolute;
    left: 10px;
    right: auto;
    bottom: 46%;
    text-align: left;
  }
  .pre-inc .slide2 .cap_4 {
    text-align: right;
  }
}
.pre-inc .slide .slide .cap.bk {
  color: #000;
}
.pre-inc .slide .slide2, .pre-inc .slide .slide3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pre-inc .slide.add-animation .slide2, .pre-inc .slide.add-animation .slide3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pre-inc .slider_animation .slide1 {
  z-index: 3;
  animation-delay: 0s;
}
.pre-inc .slider_animation .slide2 {
  z-index: 2;
  animation-delay: 5s;
}
.pre-inc .slider_animation .slide3 {
  z-index: 1;
  animation-delay: 10s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .pre-inc .slider_animation .slide .cap {
    font-size: 1.3vw;
  }
}
.pre-inc .information {
  width: 88%;
  max-width: 1080px;
  margin: 50px auto 0;
}
.pre-inc .information .information_title {
  position: relative;
  padding-top: 80px;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.23em;
  margin-bottom: 30px;
}
.pre-inc .information .information_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 70px;
  background: #040000;
}
.pre-inc .information .information_item {
  display: flex;
  font-size: 13px;
  gap: 0 1em;
  max-width: 560px;
  margin: 0 auto 1em;
  text-align: center;
  justify-content: center;
}
.pre-inc .information .information_item > dt {
  width: 6.5em;
}
.pre-inc .information .information_item > dd {
  max-width: calc(100% - 7.5em);
}
@media (max-width: 767px) {
  .pre-inc .information {
    margin: 40px auto 0;
  }
  .pre-inc .information .information_title {
    position: relative;
    padding-top: 60px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .pre-inc .information .information_title::before {
    height: 50px;
  }
  .pre-inc .information .information_item {
    font-size: 12px;
    max-width: inherit;
  }
  .pre-inc .information .information_item > dd {
    text-align: left;
  }
}
.pre-inc .document {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 80px 20px;
}
.pre-inc .document::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top2/main_text_bg_pc.jpg) center bottom no-repeat;
  background-size: cover;
  /*-webkit-mask-image: linear-gradient(to top, black 70%, transparent);
          mask-image: linear-gradient(to top, black 70%, transparent);*/
}
.pre-inc .document .document_text {
  position: relative;
  text-align: center;
  margin: 0 auto 55px;
  color: #fff;
  font-size: min(1.8vw, 18px);
}
.pre-inc .document .document_title {
  position: relative;
  margin: auto;
  text-align: center;
  font-size: min(4.8vw, 60px);
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.pre-inc .document .document_title img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.pre-inc .document .image_cap {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-shadow: 6px 0 3px rgba(0, 0, 0, 0.4705882353), 2px 2px 3px rgba(0, 0, 0, 0.4784313725), -2px 2px 3px rgba(0, 0, 0, 0.4588235294), -2px -2px 3px rgba(0, 0, 0, 0.3215686275), 2px -2px 3px rgba(0, 0, 0, 0.4509803922);
}
.pre-inc .document .document_btn {
  position: relative;
  max-width: 365px;
  width: 88%;
  margin: 50px auto 0;
  background: #a52020;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}
.pre-inc .document .visitmerit_wrapp {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
  position: relative;
}
@media (max-width: 767px) {
  .pre-inc .document {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
  }
  .pre-inc .document .document_btn {
    width: 80%;
    margin: 50px auto 0;
  }
  .pre-inc .document .document_title {
    font-size: min(9.8vw, 60px);
  }
  .pre-inc .document .document_text {
    margin: 0 auto 35px;
    font-size: min(2.8vw, 18px);
  }
}
.pre-inc .topFoot_bg {
  position: relative;
  width: 100%;
  background: url(../images/top/topFoot_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 145px 0 120px;
}
.pre-inc .topFoot_bg::before, .pre-inc .topFoot_bg::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, rgb(169, 83, 153) 0%, rgb(48, 159, 209) 100%);
}
.pre-inc .topFoot_bg::before {
  top: 0;
}
.pre-inc .topFoot_bg::after {
  bottom: 0;
}
.pre-inc div.exp p:last-of-type {
  text-align: left;
}
@media (max-width: 767px) {
  .pre-inc .topFoot_bg {
    padding: 80px 0 100px;
  }
  .pre-inc .topFoot_bg::before, .pre-inc .topFoot_bg::after {
    height: 5px;
  }
}
.pre-inc .synchro {
  width: 88%;
  margin: auto;
}
.pre-inc .synchro .synchro_text {
  position: relative;
  max-width: 418px;
  margin: auto;
}
.pre-inc .synchro .synchro_title_wrap {
  position: relative;
  padding: 50px 0 110px;
}
.pre-inc .synchro .synchro_title_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50px);
  margin: auto;
  width: 1000px;
  height: 350px;
  background: url(../images/top/synchro_title_bg.png) center top no-repeat;
  background-size: 100% auto;
  filter: brightness(120%);
  opacity: 0.6;
}
.pre-inc .synchro .synchro_title {
  position: relative;
  max-width: 760px;
  margin: auto;
}
.pre-inc .synchro .synchro_title::after {
  content: "※3";
  position: absolute;
  right: 0;
  bottom: -2px;
  color: #fff;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.pre-inc .synchro .synchro_lead {
  position: relative;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .pre-inc .synchro .synchro_text {
    width: 74%;
  }
  .pre-inc .synchro .synchro_title::after {
    right: -2px;
    bottom: -2px;
    font-size: 11px;
  }
  .pre-inc .synchro .synchro_title_wrap {
    position: relative;
    padding: 50px 0 70px;
  }
  .pre-inc .synchro .synchro_title_wrap::before {
    width: 112%;
    height: 32vw;
    transform: translate(-50%, 0);
  }
  .pre-inc .synchro .synchro_lead {
    position: relative;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: normal;
  }
}
.pre-inc .top_nav {
  width: 88%;
  margin: 90px auto 100px;
}
@media (max-width: 767px) {
  .pre-inc .top_nav {
    margin: 60px auto 0;
  }
}
.pre-inc .top_nav .nav_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  gap: 50px 6%;
}
.pre-inc .top_nav .nav_list .nav_item {
  position: relative;
  width: 47%;
}
.pre-inc .top_nav .nav_list .nav_item.set {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
  transition-delay: 0.5s;
  transform: translateX(-30px);
}
.pre-inc .top_nav .nav_list .nav_item.set.started {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.pre-inc .top_nav .nav_list .nav_item::after {
  content: "image photo";
  position: absolute;
  font-weight: bold;
  z-index: 3;
  left: 20px;
  bottom: 15px;
  color: #fff;
  font-size: 10px;
}
.pre-inc .top_nav .nav_list .nav_item.commingsoon a {
  pointer-events: none;
}
.pre-inc .top_nav .nav_list .nav_item.commingsoon a::after {
  opacity: 0.8;
}
.pre-inc .top_nav .nav_list .nav_item.commingsoon .videoBox .poster {
  opacity: 1;
}
.pre-inc .top_nav .nav_list .nav_item:nth-child(even) {
  transform: translate(30px, min(10vw, 100px));
}
.pre-inc .top_nav .nav_list .nav_item:nth-child(even)::after {
  left: auto;
  right: 20px;
}
.pre-inc .top_nav .nav_list .nav_item:nth-child(even).started {
  transform: translate(0, min(10vw, 100px));
}
.pre-inc .top_nav .nav_list .nav_item a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(280px, 33vw, 358px);
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #666;
  transition: opacity 0.5s;
}
.pre-inc .top_nav .nav_list .nav_item a::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 4;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.pre-inc .top_nav .nav_list .nav_item a::after {
  opacity: 0.35;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}
.pre-inc .top_nav .nav_list .nav_item a:hover {
  opacity: 1;
}
.pre-inc .top_nav .nav_list .nav_item a:hover .nav_btn {
  background: #152041;
  color: #fff;
}
.pre-inc .top_nav .nav_list .nav_item a:hover .videoBox .poster {
  opacity: 0;
}
.pre-inc .top_nav .nav_list .nav_item .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pre-inc .top_nav .nav_list .nav_item .videoBox .poster {
  transition: opacity 0.5s;
}
.pre-inc .top_nav .nav_list .nav_item .videoBox .poster img, .pre-inc .top_nav .nav_list .nav_item .videoBox .poster2 img,
.pre-inc .top_nav .nav_list .nav_item .videoBox video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pre-inc .top_nav .nav_list .nav_item .nav_title {
  position: relative;
  z-index: 3;
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(22px, 3.5vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.pre-inc .top_nav .nav_list .nav_item .nav_text {
  position: relative;
  z-index: 3;
  font-size: clamp(15px, 1.75vw, 19px);
  line-height: 1.65;
  margin: 10px 0 20px;
  font-weight: bold;
}
.pre-inc .top_nav .nav_list .nav_item .nav_btn {
  position: relative;
  z-index: 3;
  max-width: 260px;
  width: 50%;
  padding: 5px 5px 5px;
  font-size: clamp(12px, 1.25vw, 16px);
  color: #000;
  background: #fff;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .pre-inc .top_nav .nav_list {
    flex-direction: column;
    gap: 40px 6%;
  }
  .pre-inc .top_nav .nav_list .nav_item {
    width: 90%;
    transform: translateX(-2%);
  }
  .pre-inc .top_nav .nav_list .nav_item:nth-child(even) {
    transform: translateY(0) translateX(calc(30px + 2%));
    margin-left: 10%;
  }
  .pre-inc .top_nav .nav_list .nav_item:nth-child(even).started {
    transform: translateY(0) translateX(2%);
  }
  .pre-inc .top_nav .nav_list .nav_item .videoBox .poster {
    opacity: 0;
  }
  .pre-inc .top_nav .nav_list .nav_item .nav_text {
    font-size: clamp(14px, 1.75vw, 19px);
    margin: 10px 0 20px;
  }
  .pre-inc .top_nav .nav_list .nav_item .nav_btn {
    width: 60%;
  }
}
.pre-inc .contents_re_wrapp {
  width: 100%;
  position: relative;
}
.pre-inc .contents_re_wrapp .front_wrapp {
  padding-top: 250px;
  position: relative;
  width: 100%;
}
.pre-inc .contents_re_wrapp .front_wrapp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top2/riverfront_bg.jpg) center bottom no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to top, black 70%, transparent);
  mask-image: linear-gradient(to top, black 70%, transparent);
}
.pre-inc .contents_re_wrapp .front_wrapp::after {
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 79%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pre-inc .contents_re_text {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.pre-inc .contents_re_text .re_main_text {
  color: #003e60;
  width: 35%;
  writing-mode: vertical-rl;
  font-size: clamp(22px, 3.5vw, 38px);
  letter-spacing: 0.4em;
  line-height: 200%;
  font-weight: 500;
  padding-right: 5%;
  opacity: 0;
  transform: translateX(0px) scale(1.1);
  filter: blur(6px);
  transition: all 1.5s ease-out;
}
.pre-inc .contents_re_text .re_main_text.on {
  opacity: 1;
  transform: translateX(0px) scale(1);
  filter: blur(0);
}
.pre-inc .contents_re_text .re_main_text span {
  writing-mode: initial;
  letter-spacing: 0;
  line-height: 100%;
}
.pre-inc .contents_re_text .read_text {
  width: 60%;
}
.pre-inc .contents_re_text .read_text .en {
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(22px, 3.5vw, 20px);
  color: #807a75;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.pre-inc .contents_re_text .read_text .in_text {
  font-size: clamp(14px, 1.55vw, 16px);
  line-height: 200%;
  margin-bottom: 40px;
}
.pre-inc .contents_re_text .read_text .in_text .caution {
  display: block;
  font-size: 11px;
}
.pre-inc .contents_re_text .read_text .detail_bt {
  width: 80%;
  max-width: 305px;
}
.pre-inc .contents_re_wrapp .view_image {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .pre-inc .contents_re_wrapp .front_wrapp {
    padding-top: 80px;
  }
  .pre-inc .contents_re_text .re_main_text {
    color: #003e60;
    width: 55%;
    writing-mode: vertical-rl;
    font-size: clamp(26px, 3.5vw, 38px);
    letter-spacing: 0.4em;
    padding: 0;
    margin: 0 auto 20px;
  }
  .pre-inc .contents_re_text {
    width: 96%;
    margin: 0 auto 30px;
    display: block;
  }
  .pre-inc .contents_re_text .read_text {
    width: 100%;
    text-align: center;
  }
  .pre-inc .contents_re_text .read_text .in_text {
    font-size: clamp(13px, 1.55vw, 16px);
    line-height: 200%;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .pre-inc .contents_re_text .read_text .in_text .caution {
    display: block;
    font-size: min(2.6vw, 11px);
    text-indent: -1.5em;
  }
  .pre-inc .contents_re_text .read_text .detail_bt {
    width: 70%;
    margin: 0 auto;
  }
  .pre-inc .detail_bt_front {
    position: relative;
    width: 70%;
    margin: 20px auto 0;
    z-index: 3;
  }
}
.pre-inc .contents_re_wrapp .top_location_wrapp {
  position: relative;
  width: 100%;
}
.pre-inc .contents_re_wrapp .top_location_wrapp .contents_re_text {
  position: absolute;
  z-index: 3;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  flex-direction: row-reverse;
}
.pre-inc .contents_re_wrapp .top_location_wrapp .location_bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.pre-inc .contents_re_wrapp .top_location_wrapp .location_bg .cap {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-shadow: 6px 0 3px rgba(0, 0, 0, 0.4705882353), 2px 2px 3px rgba(0, 0, 0, 0.4784313725), -2px 2px 3px rgba(0, 0, 0, 0.4588235294), -2px -2px 3px rgba(0, 0, 0, 0.3215686275), 2px -2px 3px rgba(0, 0, 0, 0.4509803922);
}
.pre-inc .leadImgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pre-inc .leadImgs img {
  width: 200%;
  max-width: inherit;
  height: auto;
}
.pre-inc .leadImgTop {
  display: flex;
  animation: leadImgTopSlider 40s linear infinite;
  will-change: transform;
}
@keyframes leadImgTopSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.pre-inc .contents_re_wrapp .top_plan_wrapp {
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.pre-inc .contents_re_wrapp .top_plan_wrapp .bg_cap {
  position: absolute;
  bottom: 5%;
  right: 10px;
  color: #333;
  font-size: 11px;
}
.pre-inc .contents_re_wrapp .top_plan_wrapp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top2/plan_bg.jpg) center bottom no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to top, black 70%, transparent);
  mask-image: linear-gradient(to top, black 70%, transparent);
}
.pre-inc .contents_re_wrapp .top_plan_wrapp .main_text {
  color: #003e60;
  font-size: clamp(22px, 3.5vw, 30px);
  letter-spacing: 0.4em;
  line-height: 200%;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.pre-inc .contents_re_wrapp .top_plan_wrapp .en {
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(22px, 3.5vw, 20px);
  color: #807a75;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.pre-inc .plan_slide {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.pre-inc .plan_slide .plan_in {
  width: 48%;
}
.pre-inc .plan_detail_bt {
  width: 80%;
  max-width: 305px;
  margin: 0 auto;
  position: relative;
}
.pre-inc .swiper-button-prev,
.pre-inc .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents_re_wrapp .top_plan_wrapp .bg_cap {
    bottom: 20px;
    right: 10px;
  }
  .pre-inc .leadImgs img {
    width: 400%;
  }
  @keyframes leadImgTopSlider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-400%);
    }
  }
  .pre-inc .contents_re_wrapp .top_plan_wrapp .main_text {
    font-size: clamp(26px, 3.5vw, 30px);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .pre-inc .plan_detail_bt {
    width: 70%;
    margin: 0 auto;
  }
  .pre-inc .swiper-button-prev,
  .pre-inc .swiper-button-next {
    display: block;
    color: #534845;
    font-weight: 400;
  }
}
.pre-inc .pres_button {
  width: 15%;
  max-width: 225px;
  min-width: 170px;
  position: fixed;
  left: 20px;
  bottom: -260px;
  z-index: 6;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.pre-inc .pres_button.show {
  bottom: 50px;
}
.pre-inc .pres_button span:hover {
  opacity: 1;
  cursor: pointer;
}
.pre-inc .pres_button span:hover img {
  transform: scale(1.1);
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.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: 80vh;
  max-height: 670px;
  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 .modal2 {
  width: 90%;
  max-width: 350px;
  max-height: inherit;
  display: none;
  position: fixed;
  top: auto;
  left: 3%;
  bottom: 3%;
  z-index: 121;
}
.pre-inc .modal2 .modal-inner {
  height: auto;
  overflow: auto;
}
.pre-inc .modal2 .modal-inner a:hover img {
  opacity: 0.8;
}
.pre-inc .modal2 .modal-inner a:hover {
  opacity: 1;
}
.pre-inc .modal_form {
  /*
  background: #fff;
  background: rgb(248,249,250);
   */
  background: rgb(151, 94, 161);
  background: linear-gradient(270deg, rgb(151, 94, 161) 0%, rgb(98, 128, 186) 100%);
  /* border-radius: 10px; */
  padding: 20px;
  border-radius: 5px;
}
.pre-inc .modal_btn {
  display: block;
  margin: 15px auto 0;
  width: 90%;
}
.pre-inc .modal_form h5 {
  text-align: center;
  font-size: min(2.1vw, 25px);
  font-weight: 400;
  margin-bottom: 30px;
}
.pre-inc .modal_form dl {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pre-inc .modal_form dl dt {
  width: 30%;
  background: #d15050;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  height: 43px;
  border-radius: 10px 0 0 10px/10px 0 0 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pre-inc .modal_form dl dd {
  width: 70%;
}
.pre-inc .modal_form p.cap {
  text-align: right;
  padding-top: 15px;
}
.pre-inc .modal_form dl dd input {
  font-size: 1em;
  color: #333;
  border: 1px solid #c5c5c5;
  margin: 0;
  width: 100%;
  height: 43px;
  padding: 10px;
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pre-inc .modal_form dl dd select {
  font-size: 1em;
  border: none;
  margin: 0;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 43px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pre-inc .modal_form .sybmitbutton {
  width: 50%;
  margin: 0 auto;
}
.pre-inc .modal_form .sybmitbutton:hover {
  cursor: pointer;
}
.pre-inc .modal_form .sybmitbutton button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  transition-duration: 0.3s;
}
.pre-inc .modal_form .sybmitbutton button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pre-inc .pres_button {
    width: 27%;
    max-width: inherit;
    min-width: inherit;
    left: 0%;
    bottom: -210px;
  }
  .pre-inc .pres_button.show {
    bottom: 120px;
  }
  .pre-inc .modal2 {
    width: 80%;
    max-width: inherit;
  }
  .pre-inc .modal2 {
    top: 50%;
    left: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
  }
}
.pre-inc .visitorBnr {
  position: fixed;
  z-index: 95;
  right: 15px;
  bottom: 5px;
  width: 364px;
  height: auto;
}
@media screen and (max-width: 798px) {
  .pre-inc .visitorBnr {
    right: 0;
    left: 0;
    bottom: 25px;
    width: 90vw;
    height: auto;
    margin: auto;
  }
}
.pre-inc .visitorBnr.hidden {
  display: none;
}
.pre-inc .visitorBnr .bnrClose {
  position: absolute;
  z-index: 3;
  right: -5px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000;
  cursor: pointer;
}
@media screen and (max-width: 798px) {
  .pre-inc .visitorBnr .bnrClose {
    right: -10px;
    top: -10px;
  }
}
.pre-inc .visitorBnr .bnrClose span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pre-inc .visitorBnr .bnrClose span:after, .pre-inc .visitorBnr .bnrClose span:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pre-inc .visitorBnr .bnrClose span:before {
  transform: rotate(-45deg);
}
.pre-inc .visitorBnr .bnrClose span:after {
  transform: rotate(45deg);
}
.pre-inc .visitorBnr a {
  position: relative;
  display: block;
  z-index: 2;
}
.pre-inc .visitorBnr a:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pre-inc #campaign_block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
}
.pre-inc #campaign_block.closed {
  display: none;
}
.pre-inc #campaign_block a.none_alpha img:hover,
.pre-inc #campaign_block a.none_alpha:hover {
  opacity: 1;
}
.pre-inc #campaign_block .modal-cp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 800px;
  z-index: 910;
  aspect-ratio: 1228/959;
}
.pre-inc #campaign_block .modal__content {
  position: relative;
  background: #fff;
  padding: 10px 10px 10px;
  height: auto;
  width: auto;
}
.pre-inc #campaign_block .modal__content .modal__bnrImg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.pre-inc #campaign_block .modal__content img {
  margin: auto;
  width: auto;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.pre-inc .modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}
.pre-inc .btn_close {
  position: absolute;
  display: block;
  width: 50%;
  right: 0;
  top: 0;
  background: #000;
}
.pre-inc .btn_close a {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -6%;
  width: 85px;
  height: 85px;
  border: 0;
  background-color: black;
  border-radius: 80px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
  background-color: #333;
  border: solid 4px #fff;
}
.pre-inc .btn_close a:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(45deg);
}
.pre-inc .btn_close a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(-45deg);
}
.pre-inc .modal__content a img:hover {
  opacity: 0.9;
}
.pre-inc .modal__content a:hover {
  opacity: 0.9;
}
.pre-inc .btn_close a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block {
    height: 100lvh;
    transition: all 0.3s;
  }
  .pre-inc .modal__bg {
    height: 100lvh;
    transition: all 0.3s;
  }
  .pre-inc #campaign_block .modal-cp {
    width: 90%;
    aspect-ratio: auto;
    height: auto;
    max-height: none;
    transition: all 0.3s;
  }
  .pre-inc #campaign_block .modal__content {
    height: auto;
    width: 98%;
    margin: 0 auto;
    max-height: inherit;
  }
  .pre-inc #campaign_block .modal__content .modal__bnrImg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pre-inc #campaign_block .modal__content img {
    margin: auto;
    max-height: inherit;
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .pre-inc .btn_close {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .pre-inc .btn_close a {
    top: -30px;
    right: -30px;
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 379px) {
  .pre-inc .btn_close {
    position: absolute;
    top: -35px;
    right: 0;
  }
}
.pre-inc .campaign_wrapp {
  padding: 60px 20px;
  background: #fff;
}
.pre-inc .campaign_wrapp .inner {
  max-width: 1100px;
  margin-inline: auto;
}
.pre-inc .campaign_wrapp.single .inner {
  max-width: 700px;
  margin-inline: auto;
  margin: 0 auto;
}
.pre-inc .campaign_wrapp .title {
  position: relative;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
}
.pre-inc .campaign_wrapp .title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 15px;
}
.pre-inc .campaign_wrapp .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.pre-inc .campaign_wrapp .bnrs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.pre-inc .campaign_wrapp .bnrs div:nth-child(2) {
  display: inline-block;
  width: 39.9852995222%;
}
.pre-inc .campaign_wrapp .bnrs div:nth-child(1) {
  display: inline-block;
  width: 55.6413083425%;
  padding-top: 6px;
}
.pre-inc .campaign_wrapp.single .bnrs div:nth-child(1) {
  display: inline-block;
  width: 100%;
  padding-top: 6px;
}
.pre-inc .campaign_wrapp .bnrs div .cp_cap {
  display: inline-block;
  margin: 10px 10px 0;
  font-size: min(1vw, 8px);
  line-height: 160%;
}
@media (max-width: 767px) {
  .pre-inc .campaign_wrapp {
    padding: 40px 20px;
  }
  .pre-inc .campaign_wrapp .inner {
    width: 100%;
  }
  .pre-inc .campaign_wrapp .title {
    font-size: 20px;
  }
  .pre-inc .campaign_wrapp .bnrs {
    display: block;
    width: 90%;
    margin-inline: auto;
    margin-top: 10px;
  }
  .pre-inc .campaign_wrapp .bnrs div:nth-child(1) {
    width: 100%;
  }
  .pre-inc .campaign_wrapp .bnrs div:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .pre-inc .campaign_wrapp .bnrs div .cp_cap {
    display: inline-block;
    margin: 10px 0px 0;
    font-size: min(1.4vw, 8px);
  }
}/*# sourceMappingURL=top.css.map */