.floorArea {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .floorArea {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .floorArea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .floorArea {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .introSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .introSect__head {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .enTtl {
    font-size: 56px;
  }
}

@media screen and (min-width: 768px) {
  .introSect__cont {
    margin-right: -120px;
    width: 880px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .introSect__cont {
    margin-right: 0;
    max-width: 760px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 60px;
  }
}

.masterKeyVisual {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .masterKeyVisual {
    height: calc(800 / 1440 * 100vw);
  }
}

.masterKeyVisual__image {
  height: 100%;
  width: 100%;
}

.masterKeyVisual__image .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.masterKeyVisual__image .photo__pic, .masterKeyVisual__image .photo__image {
  height: 100%;
  width: 100%;
}

.masterKeyVisual__image .photo__image {
  -webkit-filter: blur(5px) brightness(1.2);
          filter: blur(5px) brightness(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 0.5s ease-in-out, -webkit-transform 5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 0.5s ease-in-out, -webkit-transform 5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), filter 0.5s ease-in-out, transform 5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: object-position 5s cubic-bezier(0.65, 0, 0.35, 1), filter 0.5s ease-in-out, transform 5s cubic-bezier(0.65, 0, 0.35, 1), -o-object-position 5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 0.5s ease-in-out, -webkit-transform 5s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 768px) {
  .masterKeyVisual__image .photo__image {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

@media screen and (max-width: 768px) {
  .masterKeyVisual__image .photo__image {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

.masterKeyVisual.sai-animate .masterKeyVisual__image .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
}

@media screen and (min-width: 768px) {
  .masterKeyVisual.sai-animate .masterKeyVisual__image .photo__image {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}

@media screen and (max-width: 768px) {
  .masterKeyVisual.sai-animate .masterKeyVisual__image .photo__image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.masterplanIndex {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .masterplanIndex__head {
    position: absolute;
    right: 0;
    top: 165px;
    width: 540px;
    z-index: 2;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__head {
    top: calc(60 / 1440 * 100vw);
    width: calc(540 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .masterplanIndex__list {
    margin: 60px 0 0 auto;
    width: 215px;
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item {
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .masterplanIndex__item:not(:first-child) {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item:nth-child(1) {
    bottom: 65px;
    left: 52px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__item:nth-child(1) {
    bottom: calc(65 / 1440 * 100vw);
    left: calc(52 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item:nth-child(2) {
    bottom: 30px;
    left: 344px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__item:nth-child(2) {
    bottom: calc(30 / 1440 * 100vw);
    left: calc(344 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item:nth-child(3) {
    bottom: 325px;
    left: 481px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__item:nth-child(3) {
    bottom: calc(325 / 1440 * 100vw);
    left: calc(481 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item:nth-child(4) {
    bottom: 89px;
    left: 539px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__item:nth-child(4) {
    bottom: calc(89 / 1440 * 100vw);
    left: calc(539 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item:nth-child(5) {
    left: 341px;
    top: 92px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__item:nth-child(5) {
    left: calc(341 / 1440 * 100vw);
    top: calc(92 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .masterplanIndex__item:nth-child(6) {
    bottom: 235px;
    left: 834px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__item:nth-child(6) {
    bottom: calc(235 / 1440 * 100vw);
    left: calc(834 / 1440 * 100vw);
  }
}

.masterplanIndex__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6ecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .masterplanIndex__link {
    padding: 8px 60px 8px 12px;
  }
}

@media screen and (max-width: 768px) {
  .masterplanIndex__link {
    padding: 8px 42px 8px 12px;
  }
}

.masterplanIndex__link .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #616c78;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  text-align: center;
  width: 20px;
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__link .num {
    font-size: calc(13 / 1440 * 100vw);
  }
}

.masterplanIndex__link .t {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.1;
}

.masterplanIndex__link .t:before {
  content: '';
  margin-top: calc((1 - 1.1) * .5em);
}

.masterplanIndex__link .t:after {
  margin-bottom: calc((1 - 1.1) * .5em);
}

.masterplanIndex__link .t:before, .masterplanIndex__link .t:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .masterplanIndex__link .t {
    font-size: calc(18 / 1440 * 100vw);
  }
}

.masterplanIndex__link .arrow {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 32px;
  z-index: 2;
}

.masterplanIndex__link .arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .masterplanIndex__link:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
  }
  .masterplanIndex__link:hover .arrow {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .masterplanIndex__link:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
  }
  .masterplanIndex__link:hover .arrow {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}

@media screen and (max-width: 768px) {
  .masterplanIndex__bg {
    margin: -117px -20px 0;
  }
}

.promenadeSect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .promenadeSect__cont {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .promenadeSect__cont {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .promenadeSect__cont {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .promenadeSect__cont .parallaxPhoto {
    height: calc(810 / 1440 * 100vw);
    overflow: hidden;
  }
}

.promenadeSect__cont .parallaxPhoto .photo {
  height: 100%;
  width: 100%;
}

.promenadeSect__cont .parallaxPhoto .photo__pic, .promenadeSect__cont .parallaxPhoto .photo__image {
  width: 100%;
}

.promenadeSect__cont .parallaxPhoto .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media screen and (min-width: 768px) {
  .promenadeSect__head + .promenadeSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .promenadeSect__head + .promenadeSect__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .residenceDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    margin: 0 auto 0 -120px;
    padding-top: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .residenceDetail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .residenceDetail {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .residenceDetail__head {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .residenceDetail__head {
    width: 820px;
  }
}

.residenceDetail__ttl {
  border: 1px solid #8fa4b9;
  color: #616c78;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .residenceDetail__ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .residenceDetail__ttl {
    font-size: 32px;
  }
}

.residenceDetail__ttl .inner {
  display: block;
  line-height: 1.2;
}

.residenceDetail__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.residenceDetail__ttl .inner:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.residenceDetail__ttl .inner:before, .residenceDetail__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.residenceDetail__ttl .inner .narrow {
  letter-spacing: .01em;
}

@media screen and (max-width: 768px) {
  .residenceDetail__ttl--small {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .residenceDetail__ttl + .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .residenceDetail__ttl + .txt {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .residenceDetail__cont {
    width: 880px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .residenceDetail__cont {
    max-width: 820px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .residenceDetail__head + .residenceDetail__cont {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .residenceDetail--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -120px 0 auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .residenceDetail--rev {
    margin-left: 0;
  }
}

.shoppingSect {
  background-color: #e6ecf0;
}

@media screen and (min-width: 768px) {
  .shoppingSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect {
    margin-left: -20px;
    margin-right: -20px;
    padding: 60px 40px;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__head {
    width: 340px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .shoppingSect__head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__head .labelTtl {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .shoppingSect__head .labelTtl {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__head .labelTtl + .headingUnit {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__head .labelTtl + .headingUnit {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__cont {
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__head + .shoppingSect__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .masterplan-index {
    padding: 100px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .masterplan-floor {
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .masterplan-floor {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .masterplan-introduction {
    padding: 200px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .masterplan-introduction {
    padding: 100px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .masterplan-detail {
    padding: 0 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .masterplan-detail {
    padding: 0 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .masterplan-shopping {
    padding: 0 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .masterplan-shopping {
    padding: 0 0 100px;
  }
}
