<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-exterior-contents {
  max-height: 400vw;
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
}

.cp-exterior-contents .is-mo {
  display: none;
} 

.cp-exterior-contents .is-pc {
  display: block;
}

.cp-exterior-contents__inner {
  width: 100%;
  height: 100vh;
}

.cp-exterior-contents__intro {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.cp-exterior-contents__headline {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cp-exterior-contents__request {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #F0F0F0;
}

.cp-exterior-contents__request-inr {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 150vw;
}

.cp-exterior-contents__canvas {
  background: #F0F0F0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cp-exterior-contents__sequence {
  position: relative;
  width: 100%;
  height: 100%;
}

.cp-exterior-contents__info {
  position: absolute;
  top: 160px;
  left: 0;
  width: 31.7%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  font-family: "genesis-text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-exterior-contents__info:first-child {
  -webkit-transform: translate(0%, 150%);
  -ms-transform: translate(0%, 150%);
  transform: translate(0%, 150%);
}

.cp-exterior-contents__info:not(:first-child) {
  opacity: 1;
}

.cp-exterior-contents__info-inr {
  opacity: 0;
}

.cp-exterior-contents__info-wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  max-width: 192rem;
  padding: 0px 140px;
  padding: 0rem 14rem;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.cp-exterior-contents__info-wrap-inr {
  position: relative;
  z-index: 1;
}

.cp-exterior-contents__info sup {
  font-size: 14px;
  font-size: 1.4rem;
}

.cp-exterior-contents__title {
  color: #000000;
}

.cp-exterior-contents__desc {
  color: #767676;
}

.cp-exterior-contents__item {
  position: absolute;
  top: -webkit-calc(50% + 69px);
  top: calc(50% + 69px);
  width: 100vw;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cp-exterior-contents__item:not(:first-child) {
  left: 100%;
}

.cp-exterior-contents__item:nth-child(1) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-exterior-contents__item:nth-child(2) {
  width: 63.75vw;
}

.cp-exterior-contents__item:nth-child(3) {
  width: 46.770833vw;
}

.cp-exterior-contents__item:nth-child(4) {
  width: 38.020833vw;
}

.cp-exterior-contents__img {
  width: 100%;
  padding-top: 30vw;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cp-exterior-contents__img-wrap {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cp-exterior-contents__img-inr {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cp-exterior-contents__img-desc {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.cp-exterior-contents .cm-section-title__subtitle {
  color: #767676;
}

@media screen and (max-width: 1919px) {
  .cp-exterior-contents__info-wrap {
    padding: 0px 120px;
    padding: 0rem 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-exterior-contents__info-wrap {
    padding: 0px 100px;
    padding: 0rem 10rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-exterior-contents {
    max-height: 450vw;
  }
  .cp-exterior-contents__info-wrap {
    padding: 0px 76px;
    padding: 0rem 7.6rem;
  }
}

@media (max-width: 1199px) {
  .cp-exterior-contents {
    max-height: none;
  }
  .cp-exterior-contents__info {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .cp-exterior-contents {
    height: auto;
  }
  .cp-exterior-contents .is-mo {
    display: block;
  }
  .cp-exterior-contents .is-pc {
    display: none;
  }
  .cp-exterior-contents__inner {
    height: 100%;
  }
  .cp-exterior-contents__intro {
    top: 0;
  }
  .cp-exterior-contents__request {
    position: static;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .cp-exterior-contents__canvas {
    padding-top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cp-exterior-contents__canvas-wrap {
    height: 100vh;
    max-height: 250vw;
  }
  .cp-exterior-contents__swiper {
    background-color: #fff;
  }
}
</pre></body></html>