@charset "UTF-8";
:root {
  --f-en: "EB Garamond", serif;
  --header-h: 80px;
  --header-h_sp: 65px;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline !important;
  }
}
.animate-fade {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(30px);
  transition: filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-fade.is-on {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.pre-inc {
  padding-top: 0;
}
.pre-inc .pre-home {
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home p {
    line-height: 1;
  }
}
.pre-inc .pre-home img {
  width: 100%;
  height: auto;
}
.pre-inc .pre-home .dib {
  display: inline-block;
}
.pre-inc .pre-home .caption {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 15px;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .caption {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.pre-inc .pre-home sup {
  display: inline-block;
  vertical-align: super;
  font-size: 10px;
  transform: translateY(2px);
}
.pre-inc .pre-home .visual {
  position: relative;
}
.pre-inc .pre-home .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}
.pre-inc .pre-home .mv::before, .pre-inc .pre-home .mv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.pre-inc .pre-home .mv::before {
  top: 0;
  height: calc(20% + var(--header-h));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv::before {
    height: 30%;
  }
}
.pre-inc .pre-home .mv::after {
  bottom: 0px;
  height: 50%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv::after {
    content: none;
  }
}
.pre-inc .pre-home .mv .mv_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv .mv_img {
    padding-bottom: 0;
  }
}
.pre-inc .pre-home .mv .caption {
  top: auto;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv .caption {
    bottom: 0;
    z-index: 5;
  }
}
.pre-inc .pre-home .mv .mv_content {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv .mv_content {
    position: relative;
    bottom: 0;
    z-index: 2;
    padding-bottom: 0;
  }
  .pre-inc .pre-home .mv .mv_content::before {
    content: "";
    position: absolute;
    top: -55vw;
    transform: translateY(2px);
    left: 0;
    width: 100%;
    height: 55vw;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
}
.pre-inc .pre-home .mv .mv_shunkou {
  width: 72%;
  max-width: 700px;
  aspect-ratio: 722/255;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv .mv_shunkou {
    width: 92%;
    margin-top: -48vw;
    margin-bottom: 50px;
    z-index: 2;
  }
}
.pre-inc .pre-home .mv .mv_title {
  max-width: 770px;
  width: 60%;
  margin: 0 auto 30px;
  aspect-ratio: 770/60;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .mv .mv_title {
    position: relative;
    z-index: 2;
    width: 80%;
    aspect-ratio: 237/62;
    padding-left: 5%;
    margin-bottom: 15px;
  }
}
.pre-inc .pre-home .point_text {
  background: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  transition: opacity 0.8s, transform 0.8s;
}
.pre-inc .pre-home .point_text .mv_text {
  width: 95%;
  max-width: 950px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .point_text .mv_text {
    width: 80%;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(0);
  }
}
.pre-inc .pre-home .point_text .mv_text .flea_1 {
  width: 7%;
  position: absolute;
  top: 15%;
  left: 13%;
  z-index: 2;
  background-blend-mode: revert;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .point_text .mv_text .flea_1 {
    width: 15%;
    top: -2%;
    left: 26%;
  }
}
.pre-inc .pre-home .point_text .mv_text .flea_2 {
  width: 7%;
  position: absolute;
  top: 12%;
  right: 12.5%;
  z-index: 2;
  background-blend-mode: revert;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .point_text .mv_text .flea_2 {
    width: 15%;
    top: 58%;
    right: 33.5%;
  }
}
.pre-inc .pre-home .top_plan {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan {
    padding: 50px 0 60px;
  }
}
.pre-inc .pre-home .top_plan .cp_bunner_wrapp {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .cp_bunner_wrapp {
    margin: 0 auto 50px;
  }
}
.pre-inc .pre-home .top_plan .plan_inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_inner {
    width: 100%;
    text-align: left;
  }
}
.pre-inc .pre-home .top_plan .plan_title {
  margin-bottom: 40px;
  text-align: center;
}
.pre-inc .pre-home .top_plan .plan_title .title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.pre-inc .pre-home .top_plan .plan_title .title .en {
  display: block;
  margin-bottom: 20px;
  font-family: var(--f-en);
  font-size: 42px;
  line-height: 1;
  color: #06847a;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_title {
    width: 90%;
    margin: 0 auto;
  }
  .pre-inc .pre-home .top_plan .plan_title .title {
    font-size: 17px;
  }
  .pre-inc .pre-home .top_plan .plan_title .title .en {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.pre-inc .pre-home .top_plan .plan_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3vw, 60px);
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .pre-inc .pre-home .top_plan .plan_content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_content {
    flex-direction: column;
    gap: 15px;
    width: 90%;
    margin: 0 auto;
  }
}
.pre-inc .pre-home .top_plan .plan_content .plan_img {
  position: relative;
  max-width: 500px;
  width: 100%;
  min-width: 350px;
  order: 2;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point {
  position: absolute;
  transform: translate(-50%, -50%);
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point span {
  display: block;
  width: 14px;
  height: 14px;
  background: #02847a;
  border-radius: 50%;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point span {
    width: 10px;
    height: 10px;
  }
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point.is-blink span {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point.is-blink::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  width: 9vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 132, 122, 0) 0%, rgba(6, 132, 122, 0.2) 50%, rgba(6, 132, 122, 0.5) 70%, rgba(6, 132, 122, 0.8) 100%);
  animation: lader 3.5s ease infinite;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point.is-blink::after {
    width: 18vw;
  }
}
@keyframes lader {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point01 {
  top: 61%;
  left: 25%;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point02 {
  top: 28%;
  left: 64%;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point03 {
  top: 46%;
  left: 51%;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point04 {
  top: 19%;
  left: 52.5%;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point05 {
  top: 94%;
  left: 6%;
}
.pre-inc .pre-home .top_plan .plan_content .plan_img .plan_features_point06 {
  display: none;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features_wrap {
  display: contents;
}
@media (max-width: 900px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_features_wrap {
    display: flex;
    gap: 20px;
  }
}
.pre-inc .pre-home .top_plan .plan_content .plan_features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 900px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_features {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_features {
    display: none;
  }
}
.pre-inc .pre-home .top_plan .plan_content .plan_features.left {
  order: 1;
  text-align: right;
  align-items: flex-end;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features.right {
  order: 3;
  text-align: left;
  align-items: flex-start;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box {
  padding: 15px 15px 20px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 340px;
  width: 24vw;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  cursor: pointer;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box:hover {
  opacity: 0.7;
}
@media (max-width: 900px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box {
    width: 100%;
  }
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box.is-active {
  background: #02847a;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box.is-active dt,
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box.is-active dd {
  color: #fff;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box dl {
  text-align: center;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box dt {
  font-size: clamp(17px, 1.5vw, 20px);
  color: #02847a;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color 0.3s;
}
.pre-inc .pre-home .top_plan .plan_content .plan_features .feature_box dd {
  font-size: clamp(13px, 1vw, 15px);
  color: #000;
  transition: color 0.3s;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_features_slider_wrapper {
    display: block;
  }
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .slider_counter {
  font-family: var(--f-en);
  margin-left: 5vw;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .slider_counter .current {
  font-size: 25px;
  color: #02847a;
  margin-left: 3px;
  line-height: 1;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .slider_counter .total {
  font-size: 18px;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider {
  position: relative;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .slick-list {
  padding-left: 5vw;
  overflow: visible;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .features_slide {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.4s;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .features_slide.slick-active {
  z-index: 3;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .features_slide.is-prev {
  opacity: 0;
  pointer-events: none;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .features_slide {
  margin-right: 20px;
  width: 75vw;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 12px 15px 15px;
  border-radius: 3px;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .features_slide dt {
  font-size: 20px;
  color: #02847a;
  font-weight: 500;
  margin-bottom: 5px;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .plan_features_slider .features_slide dd {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .slider_progress {
  position: relative;
  width: 90%;
  margin: 20px auto 0;
  height: 1px;
  background: rgba(121, 121, 121, 0.3);
}
.pre-inc .pre-home .top_plan .plan_features_slider_wrapper .slider_progress .progress_bar {
  position: absolute;
  top: -0.5px;
  left: 0;
  height: 2px;
  background: #02847a;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}
.pre-inc .pre-home .top_plan .car_bunner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .car_bunner {
    display: none;
  }
}
.pre-inc .pre-home .top_plan .car_bunner_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .car_bunner_sp {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
}
.pre-inc .pre-home .top_plan .plan_btn {
  margin-top: 20px;
  text-align: center;
}
.pre-inc .pre-home .top_plan .plan_btn .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  width: 90%;
  height: 80px;
  padding: 0 40px 0 20px;
  background: #02847a;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  transition: opacity 0.3s;
}
.pre-inc .pre-home .top_plan .plan_btn .btn:hover {
  opacity: 0.8;
}
.pre-inc .pre-home .top_plan .plan_btn .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 22px;
  aspect-ratio: 22/6;
  background-color: #fff;
  -webkit-mask: url(../images/home_renew/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/home_renew/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_plan .plan_btn {
    margin-top: 20px;
  }
  .pre-inc .pre-home .top_plan .plan_btn .btn {
    width: 90%;
    height: 80px;
    padding: 0 40px 0 20px;
    background: #02847a;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    transition: opacity 0.3s;
  }
  .pre-inc .pre-home .top_plan .plan_btn .btn:hover {
    opacity: 0.8;
  }
  .pre-inc .pre-home .top_plan .plan_btn .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 22px;
    aspect-ratio: 22/6;
    background-color: #fff;
    -webkit-mask: url(../images/home_renew/icon_arrow.svg) no-repeat center/contain;
    mask: url(../images/home_renew/icon_arrow.svg) no-repeat center/contain;
  }
}
.pre-inc .pre-home .top_contents_wide {
  width: 100%;
  height: 80vh;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_contents_wide {
    height: auto;
    display: block;
  }
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in {
  width: 33.33333%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .top_contents_wide .contents_wide_in {
    width: 100%;
    height: 50vh;
  }
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in a .bg_image {
  background-image: url(../images/home_renew/bg_access.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1.8s;
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in a:hover .bg_image {
  transform: scale(1.1);
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in.design a .bg_image {
  background-image: url(../images/home_renew/bg_design_v2.jpg);
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in.location a .bg_image {
  background-image: url(../images/home_renew/bg_location_v2.jpg);
}
.pre-inc .pre-home .top_contents_wide .contents_wide_in .caption {
  position: absolute;
  bottom: 10px;
  right: 15px;
  top: auto;
  opacity: 1;
}
.pre-inc .pre-home .top_contents_wide .contents_wide_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.pre-inc .pre-home .top_contents_wide .contents_wide_title h3 {
  width: 100%;
  font-family: var(--f-en);
  font-size: clamp(50px, 5vw, 70px);
  margin-bottom: 20px;
}
.pre-inc .pre-home .top_contents_wide .contents_wide_title_link {
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  transition: opacity 0.3s;
  margin: 0 auto;
}
.pre-inc .pre-home .top_contents_wide .contents_wide_title_link::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 3px;
  width: 22px;
  aspect-ratio: 22/6;
  background-color: #fff;
  -webkit-mask: url(../images/home_renew/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/home_renew/icon_arrow.svg) no-repeat center/contain;
  vertical-align: middle;
}
.pre-inc .pre-home {
  /***動画***/
}
.pre-inc .pre-home #sec-conmv {
  margin: 0;
  padding: 3em 0;
  width: 100%;
  background: linear-gradient(90deg, #1B1B46, #26345F, #1B1B46);
  position: relative;
  color: #fff;
}
.pre-inc .pre-home #sec-conmv .h2-ttl {
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-family: var(--f-en);
  font-size: 42px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home #sec-conmv .h2-ttl {
    font-size: min(7dvw, 52px);
  }
}
.pre-inc .pre-home #sec-conmv .h2-ttl .ja {
  margin: 0;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  font-size: min(3.8dvw, 20px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 0 3px #1b1c46;
}
.pre-inc .pre-home #sec-conmv .lead {
  margin: 1.5em auto;
  width: 100%;
  text-align: center;
  color: #decb71;
  font-size: min(4.2dvw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.pre-inc .pre-home #sec-conmv .movie .video-box {
  margin: 0 auto;
  width: 90dvw;
  max-width: 1000px;
  position: relative;
}
.pre-inc .pre-home #sec-conmv .movie .video-box #concept-mv {
  width: 100%;
  display: block;
  line-height: 0;
}
.pre-inc .pre-home #sec-conmv .movie .video-box #concept-mv.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home #sec-conmv .movie .video-box #concept-mv.pc {
    display: none;
  }
}
.pre-inc .pre-home #sec-conmv .movie .video-box #concept-mv.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home #sec-conmv .movie .video-box #concept-mv.sp {
    display: block;
  }
}
.pre-inc .pre-home #sec-conmv .movie .video-box #mv-overlay {
  position: absolute;
  inset: 0;
  height: calc(100% - 56px);
  cursor: pointer;
}
.pre-inc .pre-home .action {
  width: 100%;
  background-color: #000;
  padding: 10px 0 60px;
  color: #fff;
  transition: opacity 0.8s, transform 0.8s;
}
.pre-inc .pre-home .action .action_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pre-inc .pre-home .action .text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pre-inc .pre-home .action .btn_area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 70px;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  transition: opacity 0.3s ease;
}
.pre-inc .pre-home .action .btn_area .btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .action {
    padding: 10px 0 40px;
  }
  .pre-inc .pre-home .action .text {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .pre-inc .pre-home .action .btn_area .btn {
    width: 65vw;
    height: 60px;
    font-size: 18px;
  }
}
.pre-inc .pre-home .action.information {
  padding: 90px 0 100px;
  background-color: #f1f1f1;
  color: #000;
}
.pre-inc .pre-home .action.information .information_title {
  margin-bottom: 15px;
  font-size: 40px;
  font-family: var(--f-en);
  font-weight: 200;
  letter-spacing: 0.06em;
  opacity: 0.3;
}
.pre-inc .pre-home .action.information .btn_area .btn {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .pre-home .action.information {
    padding: 60px 0 70px;
  }
  .pre-inc .pre-home .action.information .information_title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.pre-inc {
  /* -------------------------------------------------------------------------
     Splash Screen
  ------------------------------------------------------------------------- */
}
.pre-inc body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.pre-inc #splash {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 1;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
.pre-inc #splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pre-inc #splash .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pre-inc #splash .splash-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.pre-inc #splash .splash_skip {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
  appearance: none;
  width: 100px;
  aspect-ratio: 5/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc #splash .splash_skip:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .pre-inc #splash .splash_skip {
    width: 80px;
    top: 10px;
    right: 10px;
    font-size: 14px;
  }
}
.pre-inc {
  /* -------------------------------------------------------------------------
     Splash Screen
  ------------------------------------------------------------------------- */
}
.pre-inc body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.pre-inc #splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
.pre-inc #splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pre-inc #splash .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pre-inc #splash .splash-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.pre-inc #splash .splash_skip {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  aspect-ratio: 5/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc #splash .splash_skip:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .pre-inc #splash .splash_skip {
    width: 80px;
    top: 10px;
    right: 10px;
    font-size: 14px;
  }
}

/**********イントロ動画***********/
.pre-inc .visual .intro_movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background: #000000;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  /*display: grid;
  place-items: center;*/
}
@media screen and (max-width: 767px) {
  .pre-inc .visual .intro_movie {
    aspect-ratio: 9/16;
  }
}
.pre-inc .visual .intro_movie .intro_video {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .pre-inc .visual .intro_movie .intro_video {
    display: block;
    inset: 0;
    width: 100%;
  }
}
.pre-inc .visual.is-splashend .intro_movie {
  opacity: 0;
}
.pre-inc .visual .btn_skip {
  position: absolute;
  right: 35px;
  top: 95px;
  font-size: 16px;
  padding: 5px 8px;
  background: #000;
  color: #ccc;
  cursor: pointer;
  z-index: 5;
  transition: 0.6s;
  transition-duration: 0.5s;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pre-inc .visual .btn_skip {
    right: 25px;
    top: auto;
    bottom: 15px;
    font-size: 16px;
    padding: 5px 12px;
  }
}
.pre-inc .bunner_property {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 30px;
}

.top_page {
  position: relative;
}

.top_page.is-fixed .toppage_wrapp {
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top_page.is-fixed .toppage_wrapp footer {
  display: none;
}

.top_page .toppage_wrapp {
  opacity: 1;
  position: relative;
  width: 100%;
  height: auto;
  overflow: inherit;
}
.top_page .toppage_wrapp footer {
  display: block;
}

.top_page.is-fixed .tringle-common-footer {
  display: none;
}

.top_page .tringle-common-footer {
  display: block;
}/*# sourceMappingURL=home_renew.css.map */