<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.deckVisualArea {
  position: relative;
  z-index: 1;
}

.deckVisualArea__head {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .deckVisualArea__head {
    left: calc(87 / 1440 * 100vw);
    top: calc(89 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .deckVisualArea__head {
    left: calc(39 / 390 * 100vw);
    top: calc(33 / 390 * 100vw);
  }
}

.deckVisualArea__logo {
  opacity: 0;
  -webkit-transition: opacity .8s ease-in-out .8s;
  transition: opacity .8s ease-in-out .8s;
  will-change: opacity;
}

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

@media screen and (max-width: 768px) {
  .deckVisualArea__logo {
    width: calc(40 / 390 * 100vw);
  }
}

.deckVisualArea__logo.is-visible {
  opacity: 1;
}

.deckVisualArea__ttl {
  color: #c8bb9b;
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: 1.1;
}

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

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

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

@media screen and (min-width: 768px) {
  .deckVisualArea__ttl {
    font-size: 64px;
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .deckVisualArea__ttl {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .deckVisualArea__ttl .num {
    font-size: 100px;
  }
}

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

.deckVisualArea__ttl .t {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  will-change: opacity;
}

.deckVisualArea__ttl sup {
  vertical-align: text-top;
}

@media screen and (min-width: 768px) {
  .deckVisualArea__ttl sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .deckVisualArea__ttl sup {
    font-size: 10px;
  }
}

.deckVisualArea__ttl.is-visible .t {
  opacity: 1;
}

.deckVisualArea__image {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

.deckVisualArea__image .photo__image {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: -webkit-filter .6s ease-in-out 1.2s;
  transition: -webkit-filter .6s ease-in-out 1.2s;
  transition: filter .6s ease-in-out 1.2s;
  transition: filter .6s ease-in-out 1.2s, -webkit-filter .6s ease-in-out 1.2s;
  will-change: filter;
}

.deckVisualArea.sai-animate .deckVisualArea__image {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

.deckVisualArea.sai-animate .deckVisualArea__image .photo__image {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.deckVisualArea.sai-animate .deckVisualArea__logo {
  opacity: 1;
}

.deckVisualArea.sai-animate .deckVisualArea__ttl .t {
  opacity: 1;
}

.drawFutureArea__inner {
  margin: 0 auto;
}

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

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

@media screen and (max-width: 768px) {
  .drawFutureArea__inner {
    padding: 0 20px;
  }
}

.drawFutureArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .drawFutureArea__head {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .drawFutureArea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}

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

.drawFutureArea__heading {
  letter-spacing: .04em;
  text-align: right;
  line-height: 1.3;
}

.drawFutureArea__heading:before {
  content: '';
  margin-top: calc((1 - 1.3) * .5em);
}

.drawFutureArea__heading:after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

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

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

@media screen and (max-width: 768px) {
  .drawFutureArea__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
    font-size: 20px;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.drawFutureArea__heading .line {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.drawFutureArea__heading .t {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(10px, -5px) rotateY(45deg);
          transform: translate(10px, -5px) rotateY(45deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawFutureArea__heading .s {
  display: inline-block;
  height: .5em;
}

.drawFutureArea__heading .bracket {
  -webkit-transform: rotateY(45deg) translate(0.3em, -0.75em);
          transform: rotateY(45deg) translate(0.3em, -0.75em);
}

.drawFutureArea__heading.sai-animate .t {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotateY(0deg);
          transform: translate(0, 0) rotateY(0deg);
}

.drawFutureArea__heading.sai-animate .bracket {
  -webkit-transform: rotateY(0deg) translate(0.3em, -0.75em);
          transform: rotateY(0deg) translate(0.3em, -0.75em);
}

@media screen and (min-width: 768px) {
  .drawFutureArea__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (min-width: 768px) {
  .drawFutureArea__head + .drawFutureArea__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .drawFutureArea__head + .drawFutureArea__cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .drawFutureArea__txt {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.8;
  }
  .drawFutureArea__txt:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .drawFutureArea__txt:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .drawFutureArea__txt:before, .drawFutureArea__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .drawFutureArea__txt {
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .drawFutureArea__txt {
    font-size: 13px;
    line-height: 2;
  }
  .drawFutureArea__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .drawFutureArea__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .drawFutureArea__txt:before, .drawFutureArea__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .drawFutureArea__txt + .photo {
    margin-top: 30px;
  }
}

.grandDesignArea {
  color: #c8bb9b;
}

@media screen and (min-width: 768px) {
  .grandDesignArea {
    padding-top: 120px;
  }
}

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

.grandDesignArea__inner {
  margin: 0 auto;
}

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

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

@media screen and (max-width: 768px) {
  .grandDesignArea__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .grandDesignArea__head {
    text-align: center;
  }
}

.grandDesignArea__ttl {
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}

.grandDesignArea__ttl:after {
  background: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
}

.grandDesignArea__ttl .inner {
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .grandDesignArea__ttl .inner {
    font-size: 28px;
    line-height: 1.6;
  }
  .grandDesignArea__ttl .inner:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .grandDesignArea__ttl .inner:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .grandDesignArea__ttl .inner:before, .grandDesignArea__ttl .inner:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .grandDesignArea__ttl .inner {
    font-size: 24px;
    text-align: center;
    line-height: 1.25;
  }
  .grandDesignArea__ttl .inner:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .grandDesignArea__ttl .inner:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .grandDesignArea__ttl .inner:before, .grandDesignArea__ttl .inner:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.grandDesignArea__ttl .inner .small {
  display: block;
  line-height: 1.8;
}

.grandDesignArea__ttl .inner .small:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.grandDesignArea__ttl .inner .small:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

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

@media screen and (min-width: 768px) {
  .grandDesignArea__ttl .inner .small {
    font-size: 16px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .grandDesignArea__ttl .inner .small {
    font-size: 12px;
    margin-top: 16px;
  }
}

.grandDesignArea__heading {
  letter-spacing: .05em;
  line-height: 1.8;
}

.grandDesignArea__heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.grandDesignArea__heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

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

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

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

.grandDesignArea__heading + .txt {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .grandDesignArea__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}

@media screen and (min-width: 768px) {
  .grandDesignArea__cont .photo {
    width: 440px;
  }
}

@media screen and (min-width: 768px) {
  .grandDesignArea__head + .grandDesignArea__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .grandDesignArea__head + .grandDesignArea__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .grandDesignArea__txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .grandDesignArea__txtArea {
    margin-top: 40px;
  }
}

.introSect {
  margin: 0 auto;
}

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

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

.introSect__ttl {
  font-family: "Cinzel", serif;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .introSect__ttl {
    font-size: 37px;
    letter-spacing: .04em;
    line-height: 1.3;
  }
  .introSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.3) * .5em);
  }
  .introSect__ttl:after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .introSect__ttl:before, .introSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .introSect__ttl {
    font-size: 28px;
    letter-spacing: .05em;
    line-height: 1.6;
  }
  .introSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .introSect__ttl:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .introSect__ttl:before, .introSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

.parkhouseArea {
  color: #c8bb9b;
}

@media screen and (max-width: 768px) {
  .parkhouseArea__head .guidanceHead__txt {
    font-size: 16px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2;
  }
  .parkhouseArea__head .guidanceHead__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .parkhouseArea__head .guidanceHead__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .parkhouseArea__head .guidanceHead__txt:before, .parkhouseArea__head .guidanceHead__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.parkhouseArea__cont {
  margin: 0 auto;
}

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

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

@media screen and (min-width: 768px) {
  .parkhouseArea__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .parkhouseArea__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .parkhouseArea__cont {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .parkhouseArea__cont .usableList {
    width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .parkhouseArea__cont .usableList {
    margin-top: 48px;
  }
}

.parkhouseArea__cont .usableList__inner {
  display: grid;
  grid-template-columns: 32fr 31fr;
  grid-template-rows: 28fr 23fr;
}

@media screen and (min-width: 768px) {
  .parkhouseArea__cont .usableList__inner {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .parkhouseArea__cont .usableList__inner {
    gap: 5px;
  }
}

.parkhouseArea__cont .usableList__item .photo {
  height: 100%;
  width: 100%;
}

.parkhouseArea__cont .usableList__item .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.parkhouseArea__cont .usableList__item:nth-child(1) {
  grid-row: 1 / span 2;
}

@media screen and (min-width: 768px) {
  .parkhouseArea__cont .usableList__item:nth-child(3) .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .parkhouseArea__cont .usableList__item:nth-child(3) .photo {
    width: 124px;
  }
}

@media screen and (min-width: 768px) {
  .parkhouseArea__head + .parkhouseArea__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .parkhouseArea__head + .parkhouseArea__cont {
    margin-top: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .parkhouseArea__txtArea {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .parkhouseArea__txtArea .txt {
    font-size: 16px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .redevelopmentArea__head .symbolTtl__ttl {
    font-size: 32px;
    letter-spacing: 0;
  }
}

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

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

@media screen and (max-width: 768px) {
  .redevelopmentArea__head + .redevelopmentArea__cont {
    margin-top: 49px;
  }
}

.redevelopmentArea__bg {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

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

@media screen and (max-width: 768px) {
  .redevelopmentArea__bg {
    height: calc(475 / 390 * 100vw);
  }
}

.redevelopmentArea__bg .photo {
  height: 100%;
  width: 100%;
}

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

.redevelopmentArea__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  opacity: .6;
}

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

.redevelopmentSlider .swiper-slide {
  position: relative;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider .swiper-slide {
    -webkit-transform: scale(0.68182);
            transform: scale(0.68182);
    width: 880px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider .swiper-slide {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 294px;
  }
}

.redevelopmentSlider .swiper-slide .photo {
  width: 100%;
}

.redevelopmentSlider .swiper-slide .photo__image {
  width: 100%;
}

.redevelopmentSlider .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

.redevelopmentSlider__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: linear-gradient(97deg, rgba(118, 105, 86, 0.5) 0%, rgba(118, 105, 86, 0.3) 99.44%);
  border-bottom: 1px solid #e8c63b;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider__label {
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider__label {
    padding: 8px 0;
  }
}

.redevelopmentSlider__label .inner {
  color: #ffffff;
  font-family: Cinzel, 'Shippori Mincho B1', serif;
  letter-spacing: .05em;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}

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

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

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

@media screen and (min-width: 768px) {
  .redevelopmentSlider__label .inner {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider__label .inner {
    font-size: 16px;
  }
}

.redevelopmentSlider__label .inner .small {
  display: block;
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider__label .inner .small {
    font-size: 12px;
    line-height: 1.8;
  }
  .redevelopmentSlider__label .inner .small:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .redevelopmentSlider__label .inner .small:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .redevelopmentSlider__label .inner .small:before, .redevelopmentSlider__label .inner .small:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider__label .inner .small {
    font-size: 10px;
    letter-spacing: .01em;
    line-height: 1.4;
  }
  .redevelopmentSlider__label .inner .small:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .redevelopmentSlider__label .inner .small:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .redevelopmentSlider__label .inner .small:before, .redevelopmentSlider__label .inner .small:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.redevelopmentSlider__label .inner .caption {
  color: #ffffff;
  display: inline-block;
  margin-left: .5em;
}

.redevelopmentSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 1px solid #c8bb9b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.redevelopmentSlider__dir .svgIcon {
  display: inline-block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider__dir .svgIcon {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider__dir .svgIcon {
    width: 16px;
  }
}

.redevelopmentSlider__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider__controller {
    top: 273px;
    width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider__controller {
    padding: 0 10px;
    top: 74px;
    width: 375px;
  }
}

.redevelopmentSlider + .caption {
  margin: 0 auto;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider + .caption {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .redevelopmentSlider + .caption {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider + .caption {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .redevelopmentSlider + .caption {
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 768px) {
  .redevelopmentSlider + .caption {
    padding-bottom: 64px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .position-future {
    padding: 0 0 240px;
  }
}

@media screen and (max-width: 768px) {
  .position-future {
    padding: 0 0 96px;
  }
}

@media screen and (min-width: 768px) {
  .position-redevelopment {
    padding: 240px 0;
  }
}

@media screen and (max-width: 768px) {
  .position-redevelopment {
    padding: 80px 0;
  }
}

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

@media screen and (max-width: 768px) {
  .position-parkhouse {
    padding: 0 0 100px;
  }
}
</pre></body></html>