@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.floorScene__head {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .floorScene__head {
    max-width: 1200px;
  }
}

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

.is-tb .floorScene__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .floorScene__head {
    padding: 0 32px;
  }
}

.floorScene__floor {
  margin: 0 auto;
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 400;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  .floorScene__floor {
    max-width: 992px;
  }
}

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

.is-tb .floorScene__floor {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .floorScene__floor {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .floorScene__floor {
    font-size: 44px;
  }
}

.floorScene__note {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media print, screen and (min-width: 769px) {
  .floorScene__note {
    max-width: 1200px;
  }
}

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

.is-tb .floorScene__note {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .floorScene__note {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .floorScene__note {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .floorScene__note {
    margin-top: 24px;
  }
}

.floorScene__noteIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}

@media only screen and (max-width: 768px) {
  .floorScene__noteIcon {
    width: 40px;
  }
}

.floorScene__noteIcon svg {
  display: block;
  height: auto;
  width: 100%;
}

.floorScene__fig {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .floorScene__fig {
    max-width: 992px;
  }
}

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

.is-tb .floorScene__fig {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .floorScene__fig {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .floorScene__fig {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .floorScene__fig .swipeFigure__guide {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .floorScene__fig .swipeFigure__inner {
    height: calc(250 / 375 * 100vw);
    margin: 0;
  }
}

.loungePanel {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .loungePanel {
    max-width: 1200px;
  }
}

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

.is-tb .loungePanel {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .loungePanel {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel {
    padding-top: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    height: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel__head {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__head {
    border: 1px solid #a59c7f;
    border-radius: 100px;
    height: 254px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    text-align: center;
    width: 296px;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel__visual {
    width: 888px;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__visual {
    margin-top: -140px;
  }
}

.loungePanel__visual .photo {
  width: 100%;
}

.loungePanel__visual .photo__image {
  aspect-ratio: 888 / 592;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .loungePanel__visual .photo__image {
    border-radius: 40px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: filter 2s cubic-bezier(0.45, 0, 0.55, 1), transform 2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: filter 2s cubic-bezier(0.45, 0, 0.55, 1), transform 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__visual .photo__image {
    border-radius: 20px;
  }
}

.loungePanel__visual .photo__capOut {
  padding: 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .loungePanel__visual .photo__capOut {
    left: 0;
    right: auto;
    text-align: left;
  }
}

.loungePanel__desc {
  color: #4b4426;
}

@media print, screen and (min-width: 769px) {
  .loungePanel__desc {
    border: 1px solid #a59c7f;
    border-radius: 180px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 60px 24px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__desc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    row-gap: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__desc .headingUnit {
    display: contents;
  }
}

.loungePanel__desc .headingUnit .heading {
  font-weight: 400;
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .loungePanel__desc .headingUnit .heading {
    font-size: 18px;
    line-height: 1.6;
  }
  .loungePanel__desc .headingUnit .heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .loungePanel__desc .headingUnit .heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__desc .headingUnit .heading {
    font-size: 18px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel__desc .headingUnit .heading + .txt {
    margin-top: 24px;
  }
}

.loungePanel__desc .headingUnit .txt {
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .loungePanel__desc .headingUnit .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .loungePanel__desc .headingUnit .txt:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .loungePanel__desc .headingUnit .txt:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__desc .headingUnit .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.loungePanel__ttl {
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.2;
}

.loungePanel__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.2) * .5em);
  width: 0;
}

.loungePanel__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .loungePanel__ttl {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__ttl {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel__ttl + .headingUnit {
    margin-top: 46px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .loungePanel__subVisual {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    margin: 24px auto 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, -webkit-filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, -webkit-filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    transition: filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    transition: filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, -webkit-filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    visibility: hidden;
    width: 134px;
  }
}

@media only screen and (max-width: 768px) {
  .loungePanel__subVisual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 144px;
  }
}

.loungePanel__subVisual .photo,
.loungePanel__subVisual .photo__image {
  width: 100%;
}

.loungePanel__subVisual .layer {
  -webkit-animation: layerBlink 2s ease-in-out infinite;
          animation: layerBlink 2s ease-in-out infinite;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.loungePanel__subVisual .base {
  display: block;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .loungePanel--rev .loungePanel__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 769px) {
  .loungePanel--small .loungePanel__visual {
    width: 576px;
  }
}

.loungePanel.sai-animate .loungePanel__visual .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.loungePanel.sai-animate .loungePanel__subVisual {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  visibility: visible;
}

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

@-webkit-keyframes layerBlink {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
  50% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    opacity: .2;
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
}

@keyframes layerBlink {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
  50% {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    opacity: .2;
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    opacity: 1;
  }
}

.studyRoom {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .studyRoom {
    max-width: 1200px;
  }
}

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

.is-tb .studyRoom {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .studyRoom {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .studyRoom {
    -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-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 50px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .studyRoom__visual {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 576px;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom__visual {
    margin-top: 24px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.studyRoom__visual .photo {
  width: 100%;
}

.studyRoom__visual .photo__image {
  aspect-ratio: 576 / 384;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .studyRoom__visual .photo__image {
    border-radius: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom__visual .photo__image {
    border-radius: 20px;
  }
}

.studyRoom__visual .photo__capOut {
  margin-top: 10px;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .studyRoom__body {
    width: 368px;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom__body {
    display: contents;
  }
}

.studyRoom__ttl {
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.2;
}

.studyRoom__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.2) * .5em);
  width: 0;
}

.studyRoom__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.2) * .5em);
  width: 0;
}

@media only screen and (max-width: 768px) {
  .studyRoom__ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.studyRoom__lead {
  color: #4b4426;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .studyRoom__lead {
    margin-top: 24px;
    line-height: 1.6;
  }
  .studyRoom__lead:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .studyRoom__lead:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom__lead {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 1.6;
  }
  .studyRoom__lead:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .studyRoom__lead:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .studyRoom__detail {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom__detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.studyRoom__desc {
  color: #4b4426;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6;
}

.studyRoom__desc:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.studyRoom__desc:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

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

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

@media print, screen and (min-width: 769px) {
  .studyRoom__plan {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    margin-top: 24px;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, -webkit-filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, -webkit-filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    transition: filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    transition: filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, visibility 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s, -webkit-filter 0.8s cubic-bezier(0.45, 0, 0.55, 1) 1s;
    visibility: hidden;
    width: 133px;
  }
}

@media only screen and (max-width: 768px) {
  .studyRoom__plan {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px;
  }
}

.studyRoom__plan .photo,
.studyRoom__plan .photo__image {
  width: 100%;
}

.studyRoom__plan .layer {
  -webkit-animation: layerBlink 2s ease-in-out infinite;
          animation: layerBlink 2s ease-in-out infinite;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.studyRoom__plan .base {
  display: block;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .studyRoom.sai-animate .studyRoom__plan {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge {
    padding-top: 60px;
  }
}

.viewLounge__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__inner {
    max-width: 1200px;
  }
}

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

.is-tb .viewLounge__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .viewLounge__inner {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .viewLounge__inner {
    -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;
  }
}

.viewLounge__top {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.viewLounge__floor {
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 400;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__floor {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__floor {
    font-size: 48px;
  }
}

.viewLounge__visual {
  position: relative;
  width: 100%;
}

.viewLounge__visual .photo {
  width: 100%;
}

.viewLounge__visual .photo__image {
  aspect-ratio: 1200 / 675;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__visual .photo__image {
    border-radius: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__visual .photo__image {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
  }
}

.viewLounge__visual .photo__capOut {
  left: 0;
  padding: 10px 0 0;
  right: auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .viewLounge__visual .photo__capOut {
    left: auto;
    right: 0;
    text-align: right;
  }
}

.viewLounge__heading {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__heading {
    -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;
    gap: 56px;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 60px;
    text-align: left;
    width: 100%;
  }
}

.viewLounge__ttl {
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__ttl {
    font-size: 120px;
    letter-spacing: -6px;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__ttl {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 769px) {
  .viewLounge__detail {
    -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;
    gap: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    width: 100%;
  }
}

.viewLounge__lead {
  color: #4c421f;
  font-family: "Shippori Mincho B1", serif;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__lead {
    font-size: 20px;
    width: 680px;
    line-height: 2;
  }
  .viewLounge__lead:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .viewLounge__lead:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__lead {
    font-size: 16px;
    width: 152px;
    line-height: 1.6;
  }
  .viewLounge__lead:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .viewLounge__lead:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.viewLounge__plan {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .viewLounge__plan {
    bottom: -20px;
    left: -180px;
    position: absolute;
    width: 133px;
  }
}

@media only screen and (max-width: 768px) {
  .viewLounge__plan {
    width: 152px;
  }
}

.viewLounge__plan .photo,
.viewLounge__plan .photo__image {
  width: 100%;
}

.viewLounge__plan .layer {
  -webkit-animation: layerBlink 2s ease-in-out infinite;
          animation: layerBlink 2s ease-in-out infinite;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.viewLounge__plan .base {
  display: block;
  position: relative;
  z-index: 1;
}

.commonspace-floor,
.commonspace-cg,
.commonspace-viewlounge,
.commonspace-closing {
  background-color: #d7d5cc;
  position: relative;
  z-index: 1;
}

.commonspace-floor {
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .commonspace-floor {
    padding: 0;
  }
}

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

@media print, screen and (min-width: 769px) {
  .commonspace-cg {
    padding: 0 0 120px;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-cg {
    padding: 80px 0 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .commonspace-cg .commonspace-cards {
    margin: 120px auto 0;
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .commonspace-cg .commonspace-cards {
    padding: 0 20px;
  }
}

.is-tb .commonspace-cg .commonspace-cards {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .commonspace-cg .commonspace-cards {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-cg .commonspace-cards .swiper-slide {
    width: 268px;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-cg .commonspace-cards .descriptionCard {
    width: 100%;
  }
}

.commonspace-cg .commonspace-cards .descriptionCard__visual .photo__image {
  aspect-ratio: 368 / 245;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .commonspace-cg .commonspace-cards .descriptionCard__visual .photo__image {
    border-radius: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-cg .commonspace-cards .descriptionCard__visual .photo__image {
    border-radius: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .commonspace-cg .commonspace-cards .descriptionCard .heading {
    line-height: 1.6;
  }
  .commonspace-cg .commonspace-cards .descriptionCard .heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .commonspace-cg .commonspace-cards .descriptionCard .heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-cg .commonspace-cards .descriptionCard .heading {
    font-size: 16px;
    line-height: 1.6;
  }
  .commonspace-cg .commonspace-cards .descriptionCard .heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .commonspace-cg .commonspace-cards .descriptionCard .heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.commonspace-cg .commonspace-cards .descriptionCard .txt {
  font-size: 13px;
  line-height: 2;
}

.commonspace-cg .commonspace-cards .descriptionCard .txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.commonspace-cg .commonspace-cards .descriptionCard .txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

.commonspace-cg .commonspace-cards .descriptionCard .photo__capOut {
  margin-top: 10px;
  text-align: right;
}

.commonspace-viewlounge {
  background-color: #e5f5f7;
}

@media print, screen and (min-width: 769px) {
  .commonspace-viewlounge {
    padding: 0 0 140px;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-viewlounge {
    padding: 0 0 80px;
  }
}

.commonspace-viewlounge .waveBG {
  margin-top: -1px;
}

@media print, screen and (min-width: 769px) {
  .commonspace-viewlounge .viewLounge {
    margin-top: -20px;
  }
}

.commonspace-closing {
  background-color: #e5f5f7;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .commonspace-closing {
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .commonspace-closing__guide {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-closing__guide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    padding: 0 32px;
  }
}

.commonspace-closing__guide .figurePlot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.commonspace-closing__guide .figurePlot .svgIcon {
  width: 20px;
}

.commonspace-closing__guideTxt {
  color: #4b4426;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  line-height: 2;
}

.commonspace-closing__guideTxt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.commonspace-closing__guideTxt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media only screen and (max-width: 768px) {
  .commonspace-closing__body {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .commonspace-closing__body::-webkit-scrollbar {
    display: none;
  }
  .commonspace-closing__body .photo {
    position: static;
  }
  .commonspace-closing__body .photo__image {
    max-width: none;
    width: 230vw;
  }
}

@media only screen and (max-width: 768px) {
  .commonspace-closing .photo__capIn[data-color='label'] {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
