@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.t_mv {
  width: 100%;
  height: calc(100vh - 122px);
  height: calc(100svh - 122px);
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media (max-width: 768px) {
  .t_mv {
    height: calc(100vh - 56px);
    height: calc(100svh - 56px);
  }
}
.t_mv .swiper,
.t_mv .swiper-wrapper {
  width: 100%;
  height: 100%;
  -ms-touch-action: inherit;
      touch-action: inherit;
  overflow: hidden;
}
.t_mv .t_mv_slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.t_mv .t_mv_slide.pers {
  background-color: #fff;
}
.t_mv .t_mv_slide.pers img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .t_mv .t_mv_slide.pers {
    position: relative;
  }
  .t_mv .t_mv_slide.pers .title {
    width: 30%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .t_mv .t_mv_slide.pers .object {
    width: 130%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 42%;
  }
}
@media (max-width: 480px) {
  .t_mv .t_mv_slide.pers .title {
    width: 50%;
  }
}
.t_mv .t_mv_slide.img .img_cap {
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8), -2px 2px 3px rgba(0, 0, 0, 0.8), 2px -2px 3px rgba(0, 0, 0, 0.8), -2px -2px 3px rgba(0, 0, 0, 0.8);
}
.t_mv .t_mv_slide video {
  display: block;
  width: 101%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.top_wrapp {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top_wrapp .bbutton_entry {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .top_wrapp .bbutton_entry {
    width: 80%;
    max-width: inherit;
  }
}
.top_wrapp .bbutton_entry:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.top_wrapp .bbutton_entry a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.top_wrapp .top_do_text {
  text-align: center;
  padding: 30px 0;
  background: #80a1b0;
}
@media (max-width: 768px) {
  .top_wrapp .top_do_text {
    padding: 20px 0;
  }
}
.top_wrapp .top_do_text h3 {
  color: #ffffff;
  font-size: min(3.8vw, 35px);
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 180%;
}
@media (max-width: 768px) {
  .top_wrapp .top_do_text h3 {
    font-size: min(4.8vw, 35px);
  }
}
.top_wrapp .top_do_text p {
  color: #ffffff;
  font-size: min(5vw, 55px);
  display: inline-block;
  border-top: 1px solid #ffffff;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top_wrapp .top_do_text p {
    font-size: min(9.2vw, 65px);
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.top_wrapp .t_view {
  width: 100%;
}
.top_wrapp .t_view .img_cap {
  color: #fff;
}
.top_wrapp .top_main_contents {
  width: 100%;
  position: relative;
  background-image: url(../images/top/top_contents_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.top_wrapp .top_main_contents h4 {
  width: 90%;
  max-width: 800px;
  padding: 80px 0 0 0;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents h4 {
    width: 80%;
    padding: 40px 0 0 0;
    margin: 0 auto 40px;
  }
}
.top_wrapp .top_main_contents .main_in_text {
  text-align: center;
  font-size: min(2.4vw, 20px);
  line-height: 300%;
  letter-spacing: 0.3em;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .main_in_text {
    font-size: min(3.8vw, 20px);
    margin-bottom: 150px;
  }
}
.top_wrapp .top_main_contents .main_in_text .split .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.top_wrapp .top_main_contents .facade_1 {
  width: 24%;
  margin-left: 23%;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .facade_1 {
    width: 44%;
    margin-left: 4%;
  }
}
.top_wrapp .top_main_contents .facade_2 {
  width: 24%;
  position: absolute;
  bottom: 0;
  right: 23%;
  z-index: 4;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .facade_2 {
    width: 44%;
    right: 4%;
  }
}
.top_wrapp .top_main_contents .facade_2:after {
  content: "外観完成予想CG";
  position: absolute;
  font-size: 11px;
  bottom: 10px;
  left: -8.3em;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .facade_2:after {
    font-size: min(1.7vw, 10px);
    right: auto;
    left: -8.5em;
    line-height: 160%;
  }
}
.top_wrapp .top_main_contents .contents_set {
  width: 100%;
  height: 100vh;
  background-image: url(../images/top/plan_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(25px) brightness(200%);
          filter: blur(25px) brightness(200%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set {
    background-image: url(../images/top/plan_bg_sp.jpg);
  }
}
.top_wrapp .top_main_contents .contents_set.is-active {
  -webkit-filter: blur(0px) brightness(100%);
          filter: blur(0px) brightness(100%);
  z-index: 3;
}
.top_wrapp .top_main_contents .contents_set .cap {
  position: absolute;
  right: 15px;
  top: 140px;
  bottom: auto;
  font-size: 11px;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set .cap {
    right: 10px;
    bottom: auto;
    top: 13em;
  }
}
.top_wrapp .top_main_contents .contents_set.access .cap {
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(0, 0, 0), 1px -1px 2px rgb(0, 0, 0), -1px -1px 2px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set.access .cap {
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(0, 0, 0), 1px -1px 2px rgb(0, 0, 0), -1px -1px 2px rgb(0, 0, 0);
  }
}
.top_wrapp .top_main_contents .contents_set .set_in {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set .set_in {
    bottom: 40px;
  }
}
.top_wrapp .top_main_contents .contents_set .set_in h5 {
  width: auto;
  height: 65px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set .set_in h5 {
    height: 50px;
  }
}
.top_wrapp .top_main_contents .contents_set .set_in h5 img {
  width: 100%;
  height: 100%;
}
.top_wrapp .top_main_contents .contents_set .set_in p {
  text-align: center;
  font-size: min(2.6vw, 22px);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 180%;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set .set_in p {
    font-size: min(2.9vw, 25px);
  }
}
.top_wrapp .top_main_contents .contents_set .set_in .button_more {
  width: 70%;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set .set_in .button_more {
    width: 96%;
  }
}
.top_wrapp .top_main_contents .contents_set .set_in .button_more:hover {
  /* transform: translateY(5px); */
}
.top_wrapp .top_main_contents .contents_set .set_in .button_more a {
  display: block;
  cursor: pointer;
}
.top_wrapp .top_main_contents .contents_set.access {
  background-image: url(../images/top/access_bg_pc.webp);
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set.access {
    background-image: url(../images/top/access_bg_sp.webp);
  }
}
.top_wrapp .top_main_contents .contents_set.location {
  background-image: url(../images/top/t_location_pc.webp?2601113);
}
@media (max-width: 768px) {
  .top_wrapp .top_main_contents .contents_set.location {
    background-image: url(../images/top/t_location_sp.webp);
    background-position: center 51%;
  }
}

.maintext_fade {
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.maintext_fade.on {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.f_cap_top {
  display: block !important;
}/*# sourceMappingURL=top.css.map */