<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .conceptSect__head + .conceptSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__head + .conceptSect__cont {
    margin-top: 56px;
  }
}

.conceptInfo {
  background-color: #373a3a;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .conceptInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .conceptInfo {
    padding: 80px 45px;
  }
}

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

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

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

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

.conceptInfo__name {
  line-height: 1.75;
  letter-spacing: .01em;
  text-align: center;
}

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

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

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

@media screen and (min-width: 768px) {
  .conceptInfo__name {
    font-size: 24px;
    margin-top: 32px;
  }
}

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

.conceptInfo__name .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .conceptInfo__name .en {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .conceptInfo__name .en {
    font-size: 14px;
    margin-top: 13px;
  }
}

.conceptInfo__name .role {
  line-height: 1.75;
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
}

.conceptInfo__name .role:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.conceptInfo__name .role:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

@media screen and (min-width: 768px) {
  .conceptInfo__name .role {
    font-size: 12px;
    margin-top: 24px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .conceptInfo__list {
    margin: 40px -29px 0;
  }
}

@media screen and (min-width: 768px) {
  .conceptInfo__list .heading + .usableList {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .conceptInfo__list .heading + .usableList {
    margin-top: 20px;
  }
}

.conceptInfo__list .usableList__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

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

.conceptInfo__list .usableList__item .photo__capOut {
  letter-spacing: -.03em;
  padding-right: 0;
  text-align: right;
}

.conceptInfo .txt {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .corridorSect {
    display: grid;
    gap: 80px 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media screen and (max-width: 768px) {
  .corridorSect__head + .corridorSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .corridorSect__cont + .corridorSect__bottom {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .corridorSect__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: auto / span 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .corridorSect__bottom {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head {
    display: grid;
    gap: 104px 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 120px;
  }
}

.entranceSect__head .visualDescCard__desc {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #ffffff;
  text-align: center;
}

.entranceSect__head .visualDescCard__desc .txt {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .entranceSect__head &gt; .photo {
    width: 171px;
  }
}

@media screen and (min-width: 768px) {
  .facadeCard__visual + .facadeCard__desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .facadeCard__visual + .facadeCard__desc {
    margin-top: 20px;
  }
}

.facadeCard__desc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .facadeCard__desc {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .facadeCard__desc {
    gap: 16px;
    padding-right: 40px;
  }
}

.facadeCard__desc .txt {
  color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .facadeCard__desc .txt {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.facadeCard__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #436b6c;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .facadeCard__num {
    font-size: 14px;
    width: 29px;
  }
}

@media screen and (max-width: 768px) {
  .facadeCard__num {
    font-size: 14px;
    width: 29px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 56px;
  }
}

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

@media screen and (max-width: 768px) {
  .facadeSect__cont {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

.facadeSect__bottom {
  color: #ffffff;
  position: relative;
}

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

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

@media screen and (min-width: 768px) {
  .facadeSect__bottom {
    margin-top: -80px;
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__bottom {
    margin-top: -40px;
    padding: 96px 0 118px;
  }
}

.facadeSect__bottom:before {
  background-color: #224142;
  content: '';
  inset: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .facadeSect__bottom:before {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__bottom .generalSlider .swiper-container {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__bottom .generalSlider .swiper-wrapper {
    gap: calc(40 / 1440 * 100%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__bottom .generalSlider .swiper-slide {
    width: calc(310 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__bottom .generalSlider .swiper-slide {
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .loungeSect__head + .loungeSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .loungeSect__head + .loungeSect__cont {
    margin-top: 56px;
  }
}

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

@media screen and (max-width: 768px) {
  .masterSect__head + .masterSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .masterSect__cont {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

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

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

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .masterSect__bottom {
    margin-left: 0;
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .masterSect__bottom {
    margin-top: 180px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .materialSect__head + .materialSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

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

@media screen and (min-width: 768px) {
  .mitsubishiSect {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .mitsubishiSect__head + .mitsubishiSect__cont {
    margin-top: 56px;
  }
}

.mitsubishiSect__head .caption {
  color: #ffffff;
}

.mitsubishiSect__cont .corporateList {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mitsubishiSect__cont .corporateList {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .mitsubishiSect__cont .corporateList {
    margin-top: 56px;
  }
}

.mitsubishiSect__cont .corporateList:after {
  border: 1px solid #ccc7c2;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .mitsubishiSect__cont .corporateList:after {
    height: 199px;
    width: 276px;
  }
}

@media screen and (max-width: 768px) {
  .mitsubishiSect__cont .corporateList:after {
    height: 132px;
    width: 171px;
  }
}

.mitsubishiSect__cont .corporateList__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .mitsubishiSect__cont .corporateList__body {
    gap: 32px 20px;
  }
}

@media screen and (max-width: 768px) {
  .mitsubishiSect__cont .corporateList__body {
    gap: 16px;
  }
}

.mitsubishiSect__cont .corporateList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .mitsubishiSect__cont .corporateList__item {
    gap: 20px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .mitsubishiSect__cont .corporateList__item {
    gap: 20px;
    padding: 24px 20px;
  }
}

.mitsubishiSect__cont .corporateList__item .role {
  color: #44403b;
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .mitsubishiSect__cont .corporateList__item .role {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .mitsubishiSect__cont .corporateList__item .role {
    font-size: 10px;
  }
}

.musicSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .musicSect {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .musicSect {
    gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .musicSect__intro {
    display: grid;
    gap: 48px 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .musicSect__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}

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

@media screen and (min-width: 768px) {
  .musicSect__guide {
    padding-left: 101px;
  }
}

.musicSect__cont {
  mix-blend-mode: darken;
}

@media screen and (max-width: 768px) {
  .musicSect__cont {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .musicSect__box .relatedBox {
    display: grid;
    gap: 40px 56px;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 768px) {
  .musicSect__box .relatedBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.musicSect__box .relatedBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .musicSect__box .relatedBox__head {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .musicSect__box .relatedBox__head {
    gap: 16px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .soundGuide__head + .soundGuide__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .soundGuide__head + .soundGuide__cont {
    margin-top: 20px;
  }
}

.soundGuide__head .heading {
  color: #436b6c;
}

.soundGuide__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #e6f2f2;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .soundGuide__btn {
    margin: 0 auto;
    width: 120px;
  }
}

.soundGuide__btn:after {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .soundGuide__btn:after {
    width: calc(100% - 12px);
  }
}

@media screen and (max-width: 768px) {
  .soundGuide__btn:after {
    width: calc(100% - 12px);
  }
}

.soundGuide__btn .icon {
  aspect-ratio: 44 / 28;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .soundGuide__btn .icon {
    width: 44px;
  }
}

@media screen and (max-width: 768px) {
  .soundGuide__btn .icon {
    width: 44px;
  }
}

@media screen and (min-width: 768px) {
  .plantSect__top {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media screen and (max-width: 768px) {
  .plantSect__head + .plantSect__cont {
    margin-top: 56px;
  }
}

.plantSect__cont .usableList__item {
  width: 50%;
}

.plantSect__bottom {
  width: calc(100vw - var(--scrollbar));
  background-color: #000000;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .plantSect__bottom {
    margin-left: 0;
    width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .plantSect__bottom {
    margin-top: 180px;
  }
}

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

.plantSect__bottom .moviePlayer {
  overflow: hidden;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

.plantSect__bottom .moviePlayer.is-hidden {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .design-facade {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .design-facade {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .design-material {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .design-material {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .design-master {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .design-master {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .design-entrance {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-entrance {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-lounge {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-lounge {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-music {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-music {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-corridor {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-corridor {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-plant {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .design-plant {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .design-concept {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-concept {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-mitsubishi {
    padding: 180px 0;
  }
}

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