@charset "UTF-8";
/*----------------------------------------

	Sky Floor CSS

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .l-container {
    padding-top: 0;
  }
}

.l-content {
  margin-top: -67px;
}
@media screen and (max-width: 768px) {
  .l-content {
    margin-top: -45px;
  }
}

.contents-wrap {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contents-wrap {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sky-floorArea {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background: #011320;
}

.p-mv {
  position: relative;
}

.p-mv__img {
  aspect-ratio: 1500/830;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    opacity: 0;
    aspect-ratio: 750/1360;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__img.-active {
    opacity: 1;
  }
}
.p-mv__img::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-mv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 778px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    bottom: 75px;
    top: auto;
    width: 73%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-mv__heading img {
  width: 100%;
  height: auto;
}

.p-premium {
  background-color: #011320;
  background-image: url(../img/sky-floor/bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 100px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-premium {
    background-image: url(../img/sky-floor/bg-sp.png);
    padding-top: 50px;
    background-color: #000;
  }
}

.p-premium__heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-premium__heading {
    max-width: 193px;
  }
}

.p-premium__text {
  text-align: center;
  margin-top: 64px;
  line-height: 2.7380952381;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-premium__text {
    font-size: 12px;
    line-height: 2.6;
    margin-top: 20px;
  }
}

.p-premium__cat-area {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-premium__cat-area {
    display: block;
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-premium__cat-area .swiper-pagination {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    bottom: -60px !important;
  }
}

.p-premium__cat-name {
  margin-top: 50px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .p-premium__cat-name {
    margin-top: 30px;
    height: 25px;
  }
}
.p-premium__cat-name img {
  height: 100% !important;
  width: auto !important;
}

.p-premium__cat-text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-premium__cat-text {
    font-size: 12px;
    line-height: 2.5;
    margin-top: 30px;
  }
}
.p-premium__cat-text span {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  line-height: 1.4285714286;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-premium__cat-text span {
    font-size: 16px;
  }
}
.p-premium__cat-text sup {
  font-size: 0.6em;
}

.p-premium__cat-img {
  position: relative;
}
.p-premium__cat-img figcaption {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: 3px;
  left: 5px;
  width: 100%;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}
.p-premium__cat-img figcaption.-black {
  color: #000;
}

.p-premium__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-premium__img {
    margin-top: 80px;
  }
}
.p-premium__img img {
  width: 100%;
  height: auto;
}
.p-premium__img figcaption {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  left: 2%;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.p-tab-area {
  background-color: #1f1e1e;
  border-top: 6px solid #beaf85;
}

.p-tab {
  padding-top: 70px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-tab {
    padding-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-tab.-n2 {
    padding-top: 125px;
  }
  .p-tab.-n3 {
    padding-top: 180px;
  }
}

.p-tab__item {
  font-size: 15px;
  height: 32px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #565656;
  border-radius: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #565656;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tab__item {
    font-size: 12px;
    height: 30px;
    width: 130px;
  }
}
.p-tab__item.-active {
  color: #beaf85;
  border-color: #beaf85;
}

.p-tab-content {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-tab-content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-tab-content.-sec2 {
    padding-top: 100px;
  }
}

.p-tab-content__heading {
  max-width: 1400px;
  height: 93px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  padding-bottom: 22px;
  border-bottom: 1px solid #beaf85;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-tab-content__heading {
    border-bottom: 2px solid #beaf85;
    margin-top: 40px;
    height: 63px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 769px) {
  .p-tab-content__heading.-roomplan {
    height: 91.49px;
  }
}
@media screen and (max-width: 768px) {
  .p-tab-content__heading.-roomplan {
    height: 57px;
  }
}
.p-tab-content__heading img {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}

.p-slider .swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
}
.p-slider .swiper-slide:not(.swiper-slide-active) .p-slider__item-heading {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-slider .swiper-slide:not(.swiper-slide-active) .swiper-pagination {
    opacity: 0;
  }
}
.p-slider .swiper-slide:not(.swiper-slide-active) .p-slider__item-text {
  opacity: 0;
}

.p-slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-slider .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
@media screen and (min-width: 769px) {
  .p-slider .swiper-slide-active .p-slider__img {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translateY(38%) scale(1.8) !important;
            transform: translateY(38%) scale(1.8) !important; /* 中央のスライドは小さくしない */
    aspect-ratio: 846/500;
  }
}
.p-slider .swiper-slide-active .p-slider__img figcaption {
  display: block;
}
.p-slider .swiper-slide-active .p-slider__img .-gray {
  display: none;
}
.p-slider .swiper-slide-active .p-slider__img .-normal {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-slider .swiper-slide-active .p-slider__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .p-slider .swiper-slide-active .p-slider__text-area {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@media screen and (max-width: 768px) {
  .p-slider {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider .swiper-slide-active {
    width: 100vw !important;
    position: relative;
    left: calc(50% - 50vw);
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}

.swiper-slide-prev {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.swiper-slide-next {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-slider__item-text {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .p-slider__item-text {
    width: 150%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 768px) {
  .p-slider__item-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 2;
  }
}

.p-slider .swiper-slide-active {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56.4%;
}

.p-slider {
  color: #fff;
}

.p-slider__img {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.p-slider__img figcaption {
  font-size: 6px;
  color: #fff;
  position: absolute;
  bottom: 3px;
  left: 5px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-slider__img figcaption {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  .p-slider__img .-normal {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-slider__img .-gray {
    display: none !important;
  }
}

.p-slider__item-heading {
  height: 36px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-slider__item-heading {
    margin-top: 30px;
    height: 25px;
  }
}
.p-slider__item-heading img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  height: 40px !important;
}
@media screen and (max-width: 768px) {
  .p-slider__item-heading img {
    height: 25px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-slider__text-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.swiper-pagination {
  top: auto !important;
  gap: 6px !important;
  bottom: 19% !important;
}
@media screen and (min-width: 769px) {
  .swiper-pagination {
    margin-top: 7vw;
    position: relative !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    position: static !important;
    margin-top: 15px !important;
    margin-bottom: 20px;
  }
}

.swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background-color: #565656 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #beaf85 !important;
}

.p-slider .swiper {
  overflow: hidden;
}
.p-slider .swiper-wrapper {
  padding-top: 11%;
}
@media screen and (max-width: 768px) {
  .p-slider .swiper-wrapper {
    padding-top: 0px;
  }
}
.p-slider .swiper-slide {
  margin: 0;
  padding: 0;
}
.p-slider .p-slider__item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-slider .p-slider__item {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .js-skyfloor-slider {
    position: relative;
    z-index: 0;
  }
  .js-skyfloor-slider .swiper {
    position: relative;
    z-index: 1;
  }
  .sks-peek {
    position: absolute;
    top: 50%;
    width: 50vw;
    height: 55vw;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.3;
  }
  .sks-peek.--prev {
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 80px;
  }
  .sks-peek.--next {
    right: 0;
    top: -70px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .sks-peek__overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
}
.swiper-button-prev {
  left: 12vw !important;
  width: 60px !important;
  top: 21vw !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 3% !important;
    width: 30px !important;
    top: 35% !important;
  }
}
@media screen and (min-width: 1281px) {
  .swiper-button-prev {
    left: 15vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .swiper-button-prev {
    left: 15vw !important;
  }
}
.swiper-button-prev::before, .swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next {
  right: 12vw !important;
  width: 60px !important;
  top: 21vw !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 3% !important;
    width: 30px !important;
    top: 35% !important;
  }
}
@media screen and (min-width: 1281px) {
  .swiper-button-next {
    right: 14vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .swiper-button-next {
    right: 15vw !important;
  }
}
.swiper-button-next::before, .swiper-button-next::after {
  content: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}

.c-eq-more {
  font-size: 20px;
  line-height: 1;
  color: #beaf85;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 370px;
  height: 60px;
  border: 2px solid #beaf85;
  border-radius: 342px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-eq-more {
    font-size: 16px;
    margin-top: 50px;
    width: 79%;
    height: 56px;
    border-radius: 273.5px;
    border-width: 1px;
  }
}
.c-eq-more img {
  width: 16px;
  display: block;
}

.p-elevator {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 77%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-elevator {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}

.p-elevator__heading {
  height: 36px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-elevator__heading {
    height: 25px;
  }
}
.p-elevator__heading img {
  height: 100%;
  width: auto;
}

.p-elevator__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-elevator__text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 2.5;
  }
}

.p-elevator__img {
  margin-top: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-elevator__img {
    margin-top: 20px;
    margin-left: auto;
    width: 260px;
  }
}
.p-elevator__img figcaption {
  color: #000;
  font-size: 10px;
  position: absolute;
  bottom: 1px;
  left: 5px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.c-room-plan-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 44%;
}
@media screen and (min-width: 769px) {
  .c-room-plan-img {
    height: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .c-room-plan-img {
    height: 53%;
  }
}
@media screen and (min-width: 1281px) {
  .c-room-plan-img {
    height: 60%;
  }
}
@media screen and (max-width: 768px) {
  .c-room-plan-img {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-room-plan-img.-n3 {
    height: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .c-room-plan-img.-n3 {
    height: 68%;
  }
}
@media screen and (min-width: 1281px) {
  .c-room-plan-img.-n3 {
    height: 73%;
  }
}
@media screen and (max-width: 768px) {
  .c-room-plan-img.-n3 {
    height: auto;
  }
}
.c-room-plan-img figcaption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .c-room-plan-img figcaption {
    bottom: auto;
    top: 5px;
  }
}
@media screen and (min-width: 769px) {
  .c-room-plan-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-room-lead {
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
  margin-top: 40px;
  line-height: 3;
  text-shadow: 0 0 4px #000, 0 0 5px #000, 0 0 3px #000;
}
@media screen and (max-width: 768px) {
  .c-room-lead {
    line-height: 2.5;
    margin-top: 20px;
  }
}

.p-s176b {
  margin-top: 70px;
  border-top: 6px solid #beaf85;
  border-bottom: 6px solid #beaf85;
  border-left: 1px solid #beaf85;
  border-right: 1px solid #beaf85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  padding: 50px;
  position: relative;
  background: #1f1e1e;
}
@media screen and (max-width: 768px) {
  .p-s176b {
    margin-top: 35px;
    width: 89%;
    padding: 40px 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas: "text" "img" "space";
    overflow: hidden;
  }
  .p-s176b > * {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-s176b__text-wrap {
    grid-area: text;
  }
}

.p-s176b__heading {
  height: 36px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-s176b__heading {
    height: 25px;
    margin-top: 0;
  }
}
.p-s176b__heading img {
  height: 100%;
  width: auto;
}

.p-s176b__detail {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-s176b__detail {
    word-break: break-all;
  }
}

.p-s176b__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 768px) {
  .p-s176b__text {
    font-size: 12px;
    line-height: 2;
  }
}

.p-s176b__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-s176b__img {
    width: 100%;
  }
}

.p-s176b__text-area {
  width: 48.3%;
}
@media screen and (max-width: 768px) {
  .p-s176b__text-area {
    display: contents;
    width: 100%;
  }
}

.p-space {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 153px 20px 1fr;
  grid-template-columns: 153px 1fr;
  gap: 20px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-space {
    grid-area: space;
    margin-top: 0;
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
  }
}
@media screen and (max-width: 768px){
  .p-s176b__text-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-space {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.p-space__heading {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-space__heading {
    font-size: 16px;
  }
}

.p-space__text {
  font-size: 14px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 768px) {
  .p-space__text {
    font-size: 12px;
    line-height: 2;
  }
}

.m-cap {
  font-size: 11px;
  line-height: 1.4;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-cap {
    margin-top: -5px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=sky-floor.css.map */