@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --font-ja: "Noto Serif JP", serif;
  --font-en: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.contents_wrapp {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-family: var(--font-ja);
  font-weight: 500;
}

.contents_wrapp_in {
  width: 90%;
  max-width: 940px;
  margin-inline: auto;
  padding-bottom: min(10.8vw, 108px);
}
@media screen and (max-width: 768px) {
  .contents_wrapp_in {
    width: 85.7142857143vw;
  }
}

.redevelopment_header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  /*height: vw-pc(614);*/
  height: 40.15625vw;
  color: #fff;
  background: linear-gradient(to right, #00609d, #04254e);
}
@media screen and (max-width: 768px) {
  .redevelopment_header {
    justify-content: normal;
    align-items: flex-end;
    /*height: vw-sp(948);*/
    height: 121.1428571429vw;
  }
}

.redevelopment_header_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 56.015625vw;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .redevelopment_header_img {
    width: 100%;
    height: auto;
    bottom: initial;
    right: 0;
  }
}

.redevelopment_header_content {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(5.2vw, 52px);
}
@media screen and (max-width: 768px) {
  .redevelopment_header_content {
    width: 100%;
    height: 50%;
    gap: 8.2857142857vw;
  }
}

.redevelopment_header_title {
  height: 4.453125vw;
}
@media screen and (max-width: 768px) {
  .redevelopment_header_title {
    height: 9.1428571429vw;
  }
}
.redevelopment_header_title img {
  width: auto;
  height: 100%;
}

.redevelopment_header_copy {
  /*height: vw-pc(162);*/
  height: 10.3125vw;
}
@media screen and (max-width: 768px) {
  .redevelopment_header_copy {
    /*height: vw-sp(183);*/
    height: 20.4285714286vw;
  }
}
.redevelopment_header_copy img {
  width: auto;
  height: 100%;
}

.redevelopment_intro {
  position: relative;
  padding: min(19.4vw, 194px) 0 min(15.2vw, 152px);
}
@media screen and (max-width: 768px) {
  .redevelopment_intro {
    padding: 36.5714285714vw 0 13.7142857143vw;
  }
}

.redevelopment_intro_heading {
  height: min(4.3vw, 43px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .redevelopment_intro_heading {
    height: 18vw;
  }
}
.redevelopment_intro_heading img {
  width: auto;
  height: 100%;
}

.redevelopment_intro_lead {
  margin-top: min(4.4vw, 44px);
  font-size: min(1.7vw, 17px);
  line-height: 2.2352941176;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .redevelopment_intro_lead {
    margin-top: 6.8571428571vw;
    font-size: 3.2857142857vw;
  }
}

.redevelopment_movie {
  margin-top: min(8.6vw, 86px);
}
@media screen and (max-width: 768px) {
  .redevelopment_movie {
    margin-top: 13.1428571429vw;
  }
}

.redevelopment_movie_content {
  margin-top: min(5.4vw, 54px);
}
@media screen and (max-width: 768px) {
  .redevelopment_movie_content {
    margin-top: 6.5714285714vw;
  }
}

.redevelopment_movie_player {
  position: relative;
  margin-top: min(2vw, 20px);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .redevelopment_movie_player {
    margin-top: 3.7142857143vw;
  }
}
.redevelopment_movie_player iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.redevelopment_movie_player.--disabled::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  content: "Coming Soon...";
  font-family: var(--font-en);
  font-size: min(2.6vw, 26px);
  font-feature-settings: "palt";
  letter-spacing: 0.13em;
  text-align: center;
  color: #fff;
  background: #666;
}
@media screen and (max-width: 768px) {
  .redevelopment_movie_player.--disabled::after {
    font-size: 4.8571428571vw;
  }
}

.redevelopment_nav_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc((100% - min(22.7vw, 227px) * 4) / 3);
}
@media screen and (max-width: 768px) {
  .redevelopment_nav_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}

.redevelopment_nav_link {
  display: block;
  transition: filter 0.5s;
}
.redevelopment_nav_link:hover {
  filter: brightness(1.3);
}

.redevelopment_sec {
  scroll-margin-top: 80px;
  margin-top: min(10vw, 100px);
}
@media screen and (max-width: 768px) {
  .redevelopment_sec {
    margin-top: 14.2857142857vw;
  }
}

.redevelopment_sec_heading {
  height: min(8vw, 80px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #point1 .redevelopment_sec_heading {
    height: 22vw;
  }
  #point2 .redevelopment_sec_heading {
    height: 22vw;
  }
  #point3 .redevelopment_sec_heading {
    height: 14.8571428571vw;
  }
  #point4 .redevelopment_sec_heading {
    height: 21vw;
  }
}
.redevelopment_sec_heading img {
  width: auto;
  height: 100%;
}

.redevelopment_sec_body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(9.6vw, 96px);
  margin-top: min(5vw, 50px);
}
@media screen and (max-width: 768px) {
  .redevelopment_sec_body {
    margin-top: 8.5714285714vw;
    grid-template-columns: auto;
    gap: 20px;
  }
}
.redevelopment_sec_body::after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .redevelopment_sec_body::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .redevelopment_sec_content {
    display: contents;
  }
}
.redevelopment_sec_content > * + * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .redevelopment_sec_content > * + * {
    margin-top: 0;
  }
}

.redevelopment_sec_column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .redevelopment_sec_column {
    gap: 5px;
  }
}

.redevelopment_sec_img figcaption {
  margin-top: 0.5em;
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .redevelopment_sec_img figcaption {
    font-size: 8px;
  }
}

.redevelopment_sec_text {
  font-size: 14px;
  line-height: 2.1666666667;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .redevelopment_sec_text {
    font-size: 13px;
  }
}
.redevelopment_sec_text span {
  color: #b61d22;
  font-weight: bold;
}

.in_frame {
  margin-top: min(5vw, 50px);
  display: flex;
  flex-direction: column;
  gap: min(4vw, 40px);
}
@media screen and (max-width: 768px) {
  .in_frame {
    margin-top: 10vw;
    margin-inline: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .in_frame > .wide_img {
    width: 175.7142857143vw;
  }
}

.redevelopment_profile {
  color: #fff;
  background: linear-gradient(to right, #00609d, #04254e);
}
.redevelopment_profile_in {
  position: relative;
  max-width: min(70vw, 700px);
  margin-inline: auto;
  padding: min(3.8vw, 38px) 0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .redevelopment_profile_in {
    max-width: 77.1428571429vw;
    padding: 5.7142857143vw 0;
  }
}

.redevelopment_profile_img {
  position: absolute;
  right: max(-3vw, -30px);
  bottom: 0;
  width: min(33.8vw, 338px);
}
@media screen and (max-width: 768px) {
  .redevelopment_profile_img {
    right: -12.8571428571vw;
    width: 58.5714285714vw;
  }
}

.redevelopment_profile_content {
  display: flex;
  flex-direction: column;
  gap: min(1.5vw, 15px);
}

.redevelopment_profile_title {
  height: min(8.1vw, 81px);
}
@media screen and (max-width: 768px) {
  .redevelopment_profile_title {
    height: 13vw;
  }
}
.redevelopment_profile_title img {
  width: auto;
  height: 100%;
}

.redevelopment_profile_text {
  max-width: min(40vw, 400px);
  font-size: min(1.2vw, 12px);
  font-feature-settings: "palt";
  letter-spacing: 0.126em;
  line-height: 1.6666666667;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .redevelopment_profile_text {
    max-width: 38.5714285714vw;
    font-size: 2vw;
  }
}

*:has(> .redevelopment_deco) {
  position: relative;
}

.redevelopment_deco {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.redevelopment_deco.--1 {
  bottom: 0;
  left: 0;
  width: min(57.5vw, 575px);
  translate: 0 100%;
}
@media screen and (max-width: 768px) {
  .redevelopment_deco.--1 {
    width: 61.5714285714vw;
  }
}
.redevelopment_deco.--2 {
  bottom: 0;
  right: 0;
  width: min(48.9vw, 489px);
  translate: 0 100%;
}
@media screen and (max-width: 768px) {
  .redevelopment_deco.--2 {
    width: 52.2857142857vw;
  }
}
.redevelopment_deco.--3 {
  top: max(-5vw, -50px);
  left: max(-6.5vw, -65px);
  width: min(16.9vw, 169px);
}
@media screen and (max-width: 768px) {
  .redevelopment_deco.--3 {
    top: -9.2857142857vw;
    left: -5.7142857143vw;
    width: 23.4285714286vw;
  }
}
.redevelopment_deco.--4 {
  top: max(-9vw, -90px);
  right: max(-8vw, -80px);
  width: min(21vw, 210px);
}
@media screen and (max-width: 768px) {
  .redevelopment_deco.--4 {
    top: -10.7142857143vw;
    right: -6.4285714286vw;
    width: 26.2857142857vw;
  }
}
.redevelopment_deco.--5 {
  top: max(-6.5vw, -65px);
  left: max(-2.5vw, -25px);
  width: min(16.4vw, 164px);
}
@media screen and (max-width: 768px) {
  .redevelopment_deco.--5 {
    top: -10.15625vw;
    left: max(-6vw, -60px);
    width: 24.5714285714vw;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-order-1 {
    order: 1;
  }
  .sp-order-2 {
    order: 2;
  }
  .sp-order-3 {
    order: 3;
  }
}
.scrollable_wrapp {
  position: relative;
}

.bt_lef,
.bt_rig {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../img/slide_bt.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 768px) {
  .bt_lef,
  .bt_rig {
    display: block;
  }
}

.bt_lef {
  left: 10px;
}

.bt_rig {
  right: -20px;
  transform: rotate(180deg);
}

.footerAction__button {
  display: none;
}/*# sourceMappingURL=redevelopment.css.map */