body {
  overflow: auto;
}
.headerWrap,.scrollTop {
  scrollbar-gutter: stable;
}

.innerPageMV {
  display: flex;
  height: 628px;
  background-color: #f7f7f7;
}
@media all and (max-width: 768px) {
  .innerPageMV {
    display: flex;
    height: initial;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.is-innerPageMV h1 .whiteLogoSVG {
  display: none;
}
.is-innerPageMV h1 .colorLogoSVG {
  display: block;
}

.mvTitleWrap {
  flex: 426;
  display: grid;
  place-content: center;
}
.mvTitleWrap svg {
  pointer-events: none;
}
.swaBrandWrap {
  width: 244px;
}
.mvTitle {
  margin-top: 25px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.mvTitle p {
  font-family:'Noto Sans JP', sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.mvImgWrap {
 flex : 940;
 border-radius: 0 0 0 237px;
 overflow: hidden;
 position: relative;
}
@media all and (min-width: 1366px) {
  .mvTitle {
    margin-top: 1.83vw;
    font-size: 1.537vw;
  }
  .swaBrandWrap {
    width: 17.862vw;
  }
  .innerPageMV {
    height: 45.973vw;
  }
  .mvImgWrap {
    max-width: initial;
  }
  .mvImgWrap img {
    height: 100%;
  }
}
@media all and (max-width: 1366px) {
  .mvImgWrap picture {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 628px;
    width: 940px;
    align-items: center;
    transform: translateX(-50%);
    left: 50%;
  }
  .mvImgWrap img {
    height: 628px;
    position: absolute;
    top: 0;
    width: 940px;
  }
}
@media all and (max-width: 768px) {
  .mvTitleWrap {
    flex: initial;
    display: block;
    place-content: center;
    margin-top: 18.5vw;
  }
  .mvImgWrap picture {
    display: block;
    position: static;
    overflow: initial;
    height: initial;
    width: initial;
    align-items: center;
    transform: initial;
    left: initial;
  }
  .mvImgWrap img {
    height: initial;
    position: initial;
    top: 0;
    width: initial;
  }
  .swaBrandWrap {
    width: 47.656vw;
    display: block;
    margin: 0 auto;
  }
  .mvTitle {
    margin-top: 9vw;
    text-align: center;
    font-size: 4.104vw;
  }
  .mvTitle p {
    font-family:'Noto Sans JP', sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
  }
  .mvImgWrap {
   flex : initial;
   border-radius: 0 0 0 31vw;
   overflow: hidden;
   width: 100%;
   height: fit-content;
  }
}



.brandCopy {
  text-align: center;
  background-color: #f7f7f7;
  padding-top: 145px;
  padding-bottom: 164px;
}
.brandCopyTitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.666;
}
.brandCopyText {
  font-size: 16px;
  line-height: 1.875;
  padding-top: 51px; 
}
@media all and (max-width: 768px) {
  .brandCopy {
    padding-top: 17vw;
    padding-bottom: 20vw;
  }
  .brandCopyTitle {
    font-size: calc(5.468vw * 1.16);
    font-weight: 500;
    line-height: 1.428;
  }
  .brandCopyText {
    font-size: calc(3.125vw * 1.16);
    line-height: 1.666;
    padding-top: 5vw; 
  }
}

.sec-blk {
  padding-top: 92px;
}
.sec_intro {
  font-size: 19px;
  line-height: 1.577;
  text-align: center;
}
.sec_heading {
  margin: 34px auto 0;
}
.secBtn {
  padding-bottom: 50px;
  padding-top: 50px;
}
.secBtn .commonButton {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.secBtn .commonButton.sizeLarge {
  padding: 20px 119px 20px;
}
.secBtn.agencyBtn {
  padding-bottom: 81px;
  padding-top: initial;
}


.residence-blk {
  background: url(../img/brand/louisresidence_bg_pc.jpg) no-repeat top center/cover;
}
.residence-blk .sec_intro {
  color: #000;
}
.residence-blk .sec_heading {
  width: 583px;
}
.residence-blk .commonButton {
  background: linear-gradient(to right, #2f2110 0%, #6f5636 50%, #2f2110 100%);
  color: #fff;
}
.residence-blk .commonButton span:after {
  background-image: url(../img/common/common-btn__arrow_white.svg);
}
.apartment-blk {
  color: #fff;
  background: url(../img/brand/louisapartment_bg_pc.jpg) no-repeat top center/cover;
}
.apartment-blk .sec_intro {
  color: #fff;
}
.apartment-blk .sec_heading {
  width: 647px;
}
.apartment-blk .commonButton {
  background: linear-gradient(to right, #d7ae79 0%, #f8e2cd 50%, #d7ae79 100%);
  color: #000000;
}
.apartment-blk .commonButton span:after {
  background-image: url(../img/common/common-btn__arrow-black.svg);
}

.remodal-wrapper {
  scrollbar-gutter: stable;
}
.remodal-overlay {
  background: #222222;
  opacity: .97;
}
.remodal[data-remodal-id="modal_residence"],
.remodal[data-remodal-id="modal_apartment"] {
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.remodal-inner {
  pointer-events: auto;
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 0;
  width: 500px;
  height: fit-content;
}
.remodal-txt-wrap h4 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.remodal-txt-wrap p {
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.remodal-inner .img-wrap {
  margin-top: 30px;
}
.remodal-close {
  pointer-events: auto;
  position: absolute;
  top: 80px;
  right: 80px;
  left: auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: opacity .3s;
}
@media all and (min-width:769px) {
  .remodal-close:hover {
    opacity: 0.7;
  }
}
.remodal-close::before,
.remodal-close::after {
  content: "";
  display: block;
  inset: 0;
  font-size: 0;
  margin: auto;
  padding: 0;
  width: 80px;
  height: 1px;
  background-color: #ffffff;
  transform-origin: center;
  transform: rotate(45deg);
}
.remodal-close::after {
  transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
  .sec-blk {
    padding-top: 8.724vw;
  }
  .sec_intro {
    font-size: calc(3.125vw * 1.16);
    line-height: 1.666;
    text-align: center;
  }
  .sec_heading {
    margin: 4.427vw auto 0;
  }
  .secBtn .commonButton {
    padding: 0;
    border: none;
    outline: none;
  }
  .secBtn {
    padding-bottom: 3.906vw;
    padding-top: 7.8125vw;
  }
  .secBtn .commonButton.sizeLarge {
    padding: 4.948vw 0;
    width: 53.385vw;
    justify-content: center;
  }
  .secBtn .commonButton.sizeLarge span {
    font-size: 3.474vw;
    margin-inline: 0;
  }
  .commonButton.sizeLarge span::after {
    width: 7.075%;
    height: 21.86%;
    top: 50%;
    right: 4.5%;
  }
  .secBtn.agencyBtn {
    padding-bottom: 15.8vw;
  }

  .residence-blk {
    background: url(../img/brand/louisresidence_bg_sp.jpg) no-repeat top center/cover;
  }
  .residence-blk .sec_heading {
    width: 78.776vw;
  }
  .apartment-blk {
    color: #fff;
    background: url(../img/brand/louisapartment_bg_sp.jpg) no-repeat top center/cover;
  }
  .apartment-blk .sec_heading {
    width: 84.244vw;
  }
  .remodal-inner {
    pointer-events: auto;
    position: absolute;
    inset: 0;
    margin: auto;
    padding: 0;
    width: 65.104%;
    height: fit-content;
  }
  .remodal-txt-wrap h4 {
    font-size: calc(3.906vw * 1.16);
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .remodal-txt-wrap p {
    margin-top: 2.734vw;
    padding-top: 3.125vw;
    border-top: 1px solid #fff;
    font-size: calc(3.125vw * 1.16);
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .remodal-inner .img-wrap {
    margin-top: 3.906vw;
  }
  .remodal-close {
    pointer-events: auto;
    position: absolute;
    top: 5.208vw;
    right: 5.208vw;
    left: auto;
    width: 10.416vw;
    height: 10.416vw;
    cursor: pointer;
    transition: opacity .3s;
  }
  @media all and (min-width:769px) {
    .remodal-close:hover {
      opacity: 0.7;
    }
  }
  .remodal-close::before,
  .remodal-close::after {
    content: "";
    display: block;
    inset: 0;
    font-size: 0;
    margin: auto;
    padding: 0;
    width: 10.416vw;
    height: 1px;
    background-color: #ffffff;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .remodal-close::after {
    transform: rotate(-45deg);
  }
}


.lineup {
  padding-top: 40px;
  padding-bottom: 100px;
}
.lineup .title {
  text-align: center;
  margin-bottom: 40px;
}
.lineup .lineup-wrap {
  width: clamp(970px, 100%, 1170px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.link-btn {
  width: 31.624%;
}
.link-btn .text-wrap {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.link-btn .text-wrap p {
  text-align: left;
  font-size: 18px;
  line-height: calc(24/18);
  margin-bottom: initial;
}
.link-btn .text-wrap span.arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-color: #a72126;
  border-radius: 500vw;
  display: grid;
  place-content: center;
}
.link-btn .text-wrap span.arrow img {
  width: 11px;
}
@media all and (max-width: 768px) {
  .investmentPolicy .policyContentsWrap {
    padding-bottom: 11.5vw;
  }
  .lineup {
    padding-bottom: 17vw;
  }
  .lineup .title {
    text-align: center;
    margin-bottom: 4.297vw;
  }
  .lineup .title img {
    width: 24.2vw;
    display: block;
    margin: 0 auto;
  }
  .lineup .lineup-wrap {
    width: 68.75vw;
    display: block;
  }
  .lineup .lineup-wrap a {
    display: block;
  }
  .lineup .lineup-wrap > * + * {
    margin-top: 5.078125vw;
  }
  .link-btn {
    width: 100%;
  }
  .link-btn .text-wrap {
    background-color: #fff;
    padding: 2.6vw 3.8vw;
    position: relative;
  }
  .link-btn .text-wrap p {
    text-align: left;
    font-size: calc(3.90625vw * 1.16);
    line-height: calc(24/16);
    margin-bottom: initial;
  }
  .link-btn .text-wrap span.arrow {
    right: 1vw;
    width: 5.208vw;
    height: 5.208vw;
  }
  .link-btn .text-wrap span.arrow img {
    width: 2.4vw;
  }
}

.maskPath .st0brand {
  stroke-width: 14;
  stroke-miterlimit: 10;
}