* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

.o-content {
  background-color: unset;
}

.s-premium__container {
  max-width: 1248px;
  padding: 0 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .s-premium__container {
    max-width: 100%;
  }
}

.s-premium__img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.s-premium {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.s-breadcrumbs {
  overflow: hidden;
  height: 50px;
  background: #fafafa;
}

.s-breadcrumbs__inner {
  direction: rtl;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  height: 80px;
}

.s-breadcrumbs__list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 16px;
  white-space: nowrap;
}

.s-breadcrumbs__item {
  direction: ltr;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 10px;
  text-align: left;
}

.s-breadcrumbs__item:before {
  font-size: 16px;
  overflow: hidden;
  height: 40px;
  margin-right: 8px;
  margin-left: 8px;
  color: #ddd;
}

.s-breadcrumbs__item:first-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 16px;
}

.s-breadcrumbs__item:last-child {
  -webkit-box-flex: 99;
  -ms-flex-positive: 99;
  flex-grow: 99;
}

.s-breadcrumbs__item:last-child .s-breadcrumbs__text {
  color: #14212b;
  font-weight: 700;
}

.s-breadcrumbs__item:nth-child(2) {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.s-breadcrumbs__item:nth-child(3) {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
}

.s-breadcrumbs__item:nth-child(4) {
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
}

.s-breadcrumbs__item:nth-child(5) {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}

.s-breadcrumbs__item:nth-child(6) {
  -webkit-box-ordinal-group: -5;
  -ms-flex-order: -6;
  order: -6;
}

.s-breadcrumbs__item:nth-child(7) {
  -webkit-box-ordinal-group: -6;
  -ms-flex-order: -7;
  order: -7;
}

.s-breadcrumbs__item:nth-child(8) {
  -webkit-box-ordinal-group: -7;
  -ms-flex-order: -8;
  order: -8;
}

.s-breadcrumbs__item:nth-child(9) {
  -webkit-box-ordinal-group: -8;
  -ms-flex-order: -9;
  order: -9;
}

.s-breadcrumbs__item:nth-child(10) {
  -webkit-box-ordinal-group: -9;
  -ms-flex-order: -10;
  order: -10;
}

.s-breadcrumbs__item:nth-child(11) {
  -webkit-box-ordinal-group: -10;
  -ms-flex-order: -11;
  order: -11;
}

.s-breadcrumbs__item:nth-child(12) {
  -webkit-box-ordinal-group: -11;
  -ms-flex-order: -12;
  order: -12;
}

.s-breadcrumbs__item:nth-child(13) {
  -webkit-box-ordinal-group: -12;
  -ms-flex-order: -13;
  order: -13;
}

.s-breadcrumbs__item:nth-child(14) {
  -webkit-box-ordinal-group: -13;
  -ms-flex-order: -14;
  order: -14;
}

.s-breadcrumbs__item:nth-child(15) {
  -webkit-box-ordinal-group: -14;
  -ms-flex-order: -15;
  order: -15;
}

.s-breadcrumbs__item:nth-child(16) {
  -webkit-box-ordinal-group: -15;
  -ms-flex-order: -16;
  order: -16;
}

.s-breadcrumbs__item:nth-child(17) {
  -webkit-box-ordinal-group: -16;
  -ms-flex-order: -17;
  order: -17;
}

.s-breadcrumbs__item:nth-child(18) {
  -webkit-box-ordinal-group: -17;
  -ms-flex-order: -18;
  order: -18;
}

.s-breadcrumbs__item:nth-child(19) {
  -webkit-box-ordinal-group: -18;
  -ms-flex-order: -19;
  order: -19;
}

.s-breadcrumbs__item:nth-child(20) {
  -webkit-box-ordinal-group: -19;
  -ms-flex-order: -20;
  order: -20;
}

.s-breadcrumbs__link {
  font-size: 14px;
  display: inline-block;
  color: #5b646b;
}

.s-breadcrumbs__text {
  font-size: 14px;
  display: inline-block;
}

.s-premium-bg-gray {
  background-color: #f2f7fa;
  border-radius: 32px;
}

.s-premium__img-cpt {
  font-size: 10px;
  letter-spacing: 0.01em;
  color: #fff;
  position: absolute;
  right: 22px;
  bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .s-premium__img-cpt {
    right: 12px;
    bottom: 7px;
  }
}
.s-premium__img-cpt-black {
  font-size: 10px;
  color: #14212b;
  letter-spacing: 0.01em;
  position: absolute;
  right: 22px;
  bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .s-premium__img-cpt-black {
    right: 12px;
    bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page {
    padding-bottom: 56px;
  }
}
.s-premium.s-premium--detail-page .o-main {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .s-premium.s-premium--detail-page .s-premium__nav {
    padding: 24px 0 0 24px;
  }
}
.s-premium.s-premium--detail-page .s-premium__mv {
  padding: 0;
  padding-left: 48px;
}
@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page .s-premium__mv {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page .s-premium__cursive {
    margin-bottom: 56px;
  }
}
.s-premium.s-premium--detail-page .s-premium__header {
  mix-blend-mode: unset;
  padding: 32px 32px;
  min-width: 1120px;
}
@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page .s-premium__header {
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    padding: unset;
    height: 100px;
  }
}
.s-premium.s-premium--detail-page .s-premium__header.is-after-mv .s-premium__nav-link {
  color: #14212b;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
.s-premium.s-premium--detail-page .s-premium__header.is-after-mv .s-premium__header-btn-border {
  color: #14212b;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
  border: 1px solid #14212b;
}
.s-premium.s-premium--detail-page .s-premium__header.is-after-mv .s-premium__nav-link::after {
  background-color: #14212b;
}
.s-premium.s-premium--detail-page .s-premium__mv-picture .s-premium__img {
  opacity: 78%;
  height: 100%;
}
.s-premium.s-premium--detail-page .s-premium__mv-picture .s-premium__img-fill {
  object-fit: fill;
}
@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page .s-premium__mv-picture .s-premium__img-fill {
    object-fit: cover;
    object-position: 26% 75%;
  }
}
.s-premium.s-premium--detail-page .s-premium__nav-link {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page .s-premium__nav-link {
    font-weight: 700;
  }
}
.s-premium.s-premium--detail-page .s-premium__mvSwiper {
  height: 100%;
  border-bottom-left-radius: 32px;
  z-index: -1;
  transform:none !important;
}
.s-premium.s-premium--detail-page .s-premium__mvSwiper .swiper-slide {
  height: auto;
}
.s-premium.s-premium--detail-page .s-premium__mvSwiper .swiper-slide .s-premium__mv-picture {
  height: 100%;
}
.s-premium.s-premium--detail-page .s-premium__mv-wrapper {
  overflow: hidden;
  height: 84.657dvh;
  border-radius: unset;
  border-bottom-left-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium.s-premium--detail-page .s-premium__mv-wrapper {
    height: 44dvh;
    min-height: 350px;
  }
}
.s-premium.s-premium--detail-page .s-premium__header-box {
  justify-content: flex-end;
}
.s-premium .swiper-pagination {
  position: absolute;
  padding: 0px 32px 0;
  display: flex;
  justify-content: flex-end;
  top: calc(100% + 24px);
}
@media only screen and (max-width: 767px) {
  .s-premium .swiper-pagination {
    padding: 0 24px 0;
    top: calc(100% + 46px);
  }
}
.s-premium .swiper-pagination-bullet {
  width: 100%;
  max-width: 86px;
  height: 2px;
  background-color: #d0d3d5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .s-premium .swiper-pagination-bullet {
    max-width: 40px;
  }
}
.s-premium .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #14212b;
  transform-origin: left;
}
.s-premium .swiper-pagination-bullet-active::before {
  animation: lineRun 6s linear 0s normal both;
}
.s-premium__modal-block {
  max-width: 1200px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .s-premium__modal-block {
    margin: 10px auto 0;
  }
}
.s-premium__modal-block .s-premium__design-title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .s-premium__modal-block .s-premium__design-title {
    font-size: 20px;
  }
}
.s-premium__modal-block .s-premium__design-text {
  margin: 14px 16px;
  text-align: left;
}
.s-premium__plan-modal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .s-premium__plan-modal-row {
    gap: 16px;
  }
}
.s-premium__plan-modal-col {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .s-premium__plan-modal-col {
    width: 100%;
  }
}
.s-premium__plan-modal-col .s-premium__design-img {
  background-color: #fafafa;
  border-radius: 0;
}
.s-premium__plan-modal-col .s-premium__design-img .s-premium__img {
  border-radius: 0;
}
.s-premium__plan-modal-col-sm {
  width: calc(25% - 18px);
}
.s-premium__plan-modal-col-sm .s-premium__btn-white {
  border: 1px solid #14212b;
  padding: 18px 0;
  text-align: center;
}
.s-premium__plan-modal-col-sm .s-premium__btn-white-span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.s-premium__plan-modal-col-sm .s-premium__btn-white-span:after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(/assets/images/original/arrow-down.png);
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .s-premium__plan-modal-col-sm {
    width: calc(50% - 12px);
  }
}
.s-premium__plan-modal-col-lg {
  max-width: 793px;
  width: 100%;
}

.s-premium__nav {
  opacity: 1;
  visibility: visible;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  padding: 32px 24px 18px;
}
@media only screen and (max-width: 767px) {
  .s-premium__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    /* Adjust based on header height */
    right: 0;
    width: 100%;
    /* Fixed width for the menu */
    height: 100%;
    background-color: #f8f8f8;
    transform: translateX(100%);
    /* Start off-screen to the right */
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: -1;
    padding-top: 100px;
    background-color: #2e3633;
  }
  .s-premium__nav.active {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 9999;
    /* Slide in from the right */
  }
}
.s-premium__nav-ul {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__nav-ul {
    flex-direction: column;
    gap: 28px;
  }
}
.s-premium__nav-link {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #14212b;
  position: relative;
}
.s-premium__nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
.s-premium__nav-link:hover::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .s-premium__nav-link {
    color: #17212a !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    padding-top: 8px !important;
    letter-spacing: 0.04em;
  }
  .s-premium__nav-link::after {
    content: none;
  }
  .s-premium__nav-link::before {
    content: "";
    height: 1px;
    width: 32px;
    background-color: #bb8e00;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .s-premium__overlay {
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: opacity 0.8s ease 0.5s;
    z-index: 30;
    pointer-events: none;
  }
  .s-premium__overlay.blur {
    opacity: 1;
    transition: opacity 0.8s ease;
    visibility: visible;
  }
}

.zoomout {
  overflow: hidden;
}

.s-premium__header-top .s-premium__nav-link {
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

.s-premium__header-btns {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .s-premium__header-btns {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    padding: 12px 24px;
    background-color: rgba(20, 33, 43, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease, transform 0.3s ease;
    bottom: -70px;
    /* Adjust as needed */
    z-index: 999;
    justify-content: center;
  }
  .s-premium__header-btns.visible {
    opacity: 1;
    transform: translateY(0);
    bottom: 0;
  }
}
.s-premium__header-btn {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  width: 100%;
  padding: 5.5px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.s-premium__header-btn.s-premium__header-btn-border {
  background-color: transparent;
  border: 1px solid #fff;
  max-width: 280px;
}
.s-premium__header-btn.s-premium__header-btn-border:hover {
  background-color: rgba(254, 240, 240, 0.1803921569);
}
@media only screen and (max-width: 767px) {
  .s-premium__header-btn.s-premium__header-btn-border {
    margin: 32px 0 0 0;
    padding: 4px 2px;
    max-width: 245px;
    color: #14212b;
    border: 1px solid #14212b;
  }
}
.s-premium__header-btn.s-premium__header-btn-red {
  max-width: 180px;
  background-color: #d84d54;
  border: 1px solid transparent;
}
.s-premium__header-btn.s-premium__header-btn-red:hover {
  background-color: #e1666c;
}
@media only screen and (max-width: 767px) {
  .s-premium__header-btn.s-premium__header-btn-red {
    max-width: calc(50% - 6px);
    font-size: 12px;
    padding: 7px 10px;
  }
  .s-premium__header-btn.s-premium__header-btn-red:hover {
    background-color: #14212b;
  }
}
.s-premium__header-btn.s-premium__header-btn-spgreen {
  background-color: #14212b;
}
.s-premium__header-btn.s-premium__header-btn-spgreen:hover {
  background-color: #444444;
}

.s-premium__btn-mail {
  background-color: #d84d54;
  width: 100%;
  max-width: 382px !important;
}
.s-premium__btn-mail-span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.s-premium__btn-mail-span::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(/assets/images/original/premium-mail-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.s-premium__btn-contact {
  background-color: #fff !important;
  color: #d84d54 !important;
  width: 100%;
  max-width: 382px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}
.s-premium__btn-contact-span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  line-height: 1;
}
.s-premium__btn-contact-span::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(/assets/images/original/premium-phone-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.s-premium__btn-contact:hover {
  background-color: #f3eff0 !important;
}

.s-premium__content-bg,
.s-premium__grey {
  background-color: #f2f7fa;
  border-radius: 32px;
}

.s-premium__vacancies {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies {
    padding: 0 0 40px 0;
  }
}
.s-premium__vacancies-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-row {
    flex-direction: column;
  }
}
.s-premium__vacancies-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 58px;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding-right: 47px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-col {
    flex-direction: column;
    padding-right: 0;
    gap: 30px;
  }
}
.s-premium__vacancies-col-img {
  width: 100%;
  max-width: 396px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-col-img {
    max-width: 100%;
  }
}
.s-premium__vacancies-col-inner {
  padding-bottom: 15px;
  max-width: 285px;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-col-inner {
    text-align: center;
    padding: 0 24px 40px 24px;
    max-width: 100%;
  }
}
.s-premium__vacancies-pic {
  display: block;
  height: 100%;
}
.s-premium__vacancies .s-premium__img {
  aspect-ratio: 396/338;
  object-fit: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies .s-premium__img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 32px;
    width: 100%;
    aspect-ratio: 327/145;
  }
}
.s-premium__vacancies-col2 {
  max-width: 384px;
  width: 100%;
  padding: 50px 51px 44px;
  background-color: #f2f7fa;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-col2 {
    padding: 30px 24px 40px;
    max-width: 100%;
  }
}
.s-premium__vacancies-text {
  font-size: 20px;
  line-height: 2.8;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #14212b;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-text {
    padding-bottom: 8px;
    text-align: center;
  }
}
.s-premium__vacancies-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .s-premium__vacancies-desc {
    font-size: 14px;
    line-height: 1.7857142857;
    text-align:left;
  }
}
.s-premium__vacancies-desc.s-premium-center {
  text-align: center;
}

.s-premium__btn {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  font-weight: 600;
  background-color: #14212b;
  text-decoration: none;
  padding: 20px 0;
  text-align: center;
  display: block;
  max-width: 282px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .s-premium__btn {
    margin-inline: auto;
    padding: 15px 0;
  }
}
.s-premium__btn:hover {
  background-color: #444444;
}
@media only screen and (max-width: 767px) {
  .s-premium__btn:hover {
    background-color: #14212b;
  }
}
.s-premium__btn-red {
  background-color: #d84d54;
  transition: all 0.5s ease;
}
.s-premium__btn-red:hover {
  background-color: #e1666c;
}
@media only screen and (max-width: 767px) {
  .s-premium__btn-red:hover {
    background-color: #d84d54;
  }
}
.s-premium__btn-white {
  background-color: #ffffff;
  transition: all 0.5s ease;
  color: #000;
}
.s-premium__btn-white:hover {
  background-color: #f3eff0;
}
@media only screen and (max-width: 767px) {
  .s-premium__btn-white:hover {
    background-color: #ffffff;
  }
}
.s-premium__btn-sp {
  font-size: 16px;
  color: #14212b;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-weight: 300;
  text-decoration: none;
  border-radius: 4px;
  padding: 2px 0;
  text-align: center;
  display: block;
  max-width: 242px;
  border-radius: 4px;
  transition: all 0.5s ease;
  margin-inline: auto;
  position: relative;
}
.s-premium__btn-sp::after {
  content: "";
  background-image: url("/assets/images/original/premium-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 55px;
  transform: translate(-50%, -50%);
}

.s-premium__indoor-btn-sp {
  font-size: 16px;
  color: #14212b;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-weight: 300;
  text-decoration: none;
  border-radius: 4px;
  padding: 2px 0;
  text-align: center;
  max-width: 242px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.5s ease;
  margin-top: 25px;
  position: relative;
  display: inline-block;
}
.s-premium__indoor-btn-sp::after {
  content: "";
  background-image: url("/assets/images/original/premium-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 58px;
  transform: translate(-50%, -50%);
}

.s-premium__heading {
  padding-top: 20px;
  padding-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .s-premium__heading {
    padding-bottom: 34px;
  }
}
.s-premium__heading-primary {
  font-size: 48px;
  color: #14212b;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #14212b;
  font-family: "Helvetica Neue", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .s-premium__heading-primary {
    font-size: 32px;
  }
}
.s-premium__heading-primary::before {
  content: "";
  background-color: #bb8e00;
  width: 180px;
  height: 2px;
  top: -17px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .s-premium__heading-primary::before {
    width: 70px;
    top: -16px;
  }
}
.s-premium__heading-sec {
  font-size: 20px;
  line-height: 2.8;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #14212b;
}
@media only screen and (max-width: 767px) {
  .s-premium__heading-sec {
    font-size: 16px;
  }
}
.s-premium__heading-sp {
  padding: 0 24px;
}
.s-premium__heading-padding {
  padding-top: 20px !important;
  padding-bottom: 46px !important;
}
@media only screen and (max-width: 767px) {
  .s-premium__heading-padding {
    padding-bottom: 34px !important;
  }
}
.s-premium__heading-p-40 {
  padding-bottom: 25px;
}
.s-premium__heading-p-45 {
  padding-bottom: 28px;
}

.s-premium__concept {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__concept {
    padding: 20px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-wrapper {
    margin-inline: -24px;
  }
}
.s-premium__concept-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-row {
    flex-direction: column;
    padding-bottom: 47px;
  }
}
.s-premium__concept-row-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-row-reverse {
    flex-direction: column;
  }
}
.s-premium__concept-row .s-premium-pb-0 {
  padding-bottom: 0;
}
.s-premium__concept-col {
  max-width: 689px;
  width: 100%;
  border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
  .s-premium__concept-col {
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-col {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.s-premium__concept-col .s-premium__img {
  border-radius: 32px;
  display: block;
}
.s-premium__concept-col2 {
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .s-premium__concept-col2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-col2 {
    width: 100%;
  }
}
.s-premium__concept-text {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-text {
    padding: 0 24px;
    margin-bottom: 24px;
  }
  .s-premium__concept-text-blur {
    position: relative;
  }
  .s-premium__concept-text-blur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, #fff 95%, #fff 100%);
  }
}
.s-premium__concept-subtext {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #14212b;
  padding: 8px 0 8px;
}
.s-premium__concept-desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .s-premium__concept-box {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    padding: 0 24px;
  }
}

.s-premium__landscape {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__landscape {
    padding-top: 64px;
  }
}
.s-premium__landscape-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
}
@media only screen and (max-width: 767px) {
  .s-premium__landscape-row {
    flex-direction: column;
    margin-inline: -24px;
  }
}
.s-premium__landscape-col {
  max-width: 689px;
  width: 100%;
  border-radius: 32px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .s-premium__landscape-col {
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__landscape-col {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.s-premium__landscape-col .s-premium__img {
  border-radius: 32px;
}
.s-premium__landscape-col2 {
  flex: 1;
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .s-premium__landscape-col2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__landscape-col2 {
    padding-top: 0;
    padding-inline: 24px;
    width: 100%;
  }
}
.s-premium__landscape-text {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 25px;
}
.s-premium__landscape-desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 15px;
}

.s-premium__facility {
  padding-top: 98px;
}
@media only screen and (max-width: 767px) {
  .s-premium__facility {
    padding-top: 48px;
  }
}
.s-premium__facility-row {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
.s-premium__facility-col {
  width: calc(25% - 18.75px);
}
.s-premium__facility .s-premium__img {
  border-radius: 32px;
  display: block;
  aspect-ratio: 282/282;
  object-fit: cover;
}
.s-premium__facility-text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #14212b;
  padding-top: 22px;
}
.s-premium__facility-desc {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
  color: #14212b;
  padding-top: 20px;
}

.s-premium__indoor {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor {
    padding-top: 64px;
  }
}
.s-premium__indoor-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 23px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor-row.s-premium-blur::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(242, 247, 250, 0) 0%, rgb(242, 247, 250) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor-row {
    gap: 30px 15px;
  }
  .s-premium__indoor-row .s-premium__indoor-col {
    display: none;
  }
  .s-premium__indoor-row .s-premium__indoor-col.js-show {
    display: block !important;
  }
}
.s-premium__indoor-col {
  width: calc(25% - 17.25px);
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor-col {
    width: calc(50% - 7.5px);
  }
}
.s-premium__indoor-col-img {
  position: relative;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor-col-img {
    border-radius: 16px;
  }
}
.s-premium__indoor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-premium__indoor .s-premium__img {
  border-radius: 32px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor .s-premium__img {
    border-radius: 16px;
    width: 100%;
  }
}
.s-premium__indoor-text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #14212b;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor-text {
    padding-top: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__indoor-text-nowrap {
    white-space: nowrap;
  }
}

.s-premium__security {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__security {
    padding-top: 64px;
  }
}
.s-premium__security-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 21px;
}
@media only screen and (max-width: 767px) {
  .s-premium__security-row {
    gap: 28px 14px;
  }
}
.s-premium__security-col {
  width: calc(25% - 15.75px);
}
@media only screen and (max-width: 767px) {
  .s-premium__security-col {
    width: calc(50% - 7px);
  }
}
.s-premium__security-col-img {
  position: relative;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__security-col-img {
    border-radius: 16px;
  }
}
.s-premium__security .s-premium__img {
  border-radius: 32px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .s-premium__security .s-premium__img {
    border-radius: 16px;
    width: 100%;
  }
}
.s-premium__security-text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #14212b;
  padding-top: 22px;
}

.s-premium__position {
  padding-top: 105px;
}
@media only screen and (max-width: 767px) {
  .s-premium__position {
    padding-top: 64px;
  }
}
.s-premium__position-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .s-premium__position-row {
    flex-direction: column;
    margin-inline: -24px;
    gap: 35px;
  }
}
.s-premium__position-col {
  max-width: 385px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__position-col {
    max-width: 100%;
    margin-inline: 24px;
    width: fit-content;
  }
}
.s-premium__position-text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
}

.s-premium__location {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .s-premium__location {
    padding-top: 64px;
  }
}
.s-premium__location-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .s-premium__location-row {
    flex-direction: column;
    margin-inline: -24px;
    gap: 40px;
  }
}
.s-premium__location-col {
  max-width: 485px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__location-col {
    max-width: 100%;
    width: fit-content;
    margin-inline: 24px;
  }
}
.s-premium__location-col2 .s-premium__img {
  display: block;
  object-fit: cover;
  aspect-ratio: 690/604;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__location-col2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
  }
}
.s-premium__location-text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .s-premium__location-text {
    padding-bottom: 30px;
  }
}
.s-premium__location-subtext {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .s-premium__location-subtext {
    padding-bottom: 23px;
  }
}
.s-premium__location .s-premium-map {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #14212b;
  position: relative;
  padding-left: 25px;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .s-premium__location .s-premium-map {
    margin-left: 15px;
  }
}
.s-premium__location .s-premium-map:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .s-premium__location .s-premium-map:hover {
    opacity: 1;
  }
}
.s-premium__location .s-premium-map::before {
  content: "";
  background-image: url("/assets/materials/premium-map.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.s-premium__access {
  padding: 80px 0 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access {
    padding: 62px 0;
  }
}
.s-premium__access-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 27px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-row {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 48px;
  }
}
.s-premium__access-row-reverse {
  flex-direction: row-reverse;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-row-reverse {
    flex-direction: column;
    margin-inline: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__access-row-reverse .s-premium__access-font {
    font-size: 14px !important;
    padding-left: 0;
  }
}
.s-premium__access-row-reverse .s-premium__access-inner {
  padding: 20px 0 16px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-row-reverse .s-premium__access-inner {
    padding: 20px 0 20px;
    flex-wrap: wrap;
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__access-row-reverse .s-premium__access-col2 {
    margin-inline: 24px;
  }
}
.s-premium__access-col {
  max-width: 588px;
  width: 100%;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-col {
    max-width: 100%;
    width: 100%;
  }
}
.s-premium__access-col .s-premium__img {
  width: 100%;
  display: block;
  border-radius: 32px;
}
.s-premium__access-text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-text {
    letter-spacing: 0.02em;
    padding-bottom: 35px;
  }
}
.s-premium__access-subtext {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #14212b;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-subtext {
    padding-bottom: 20px;
  }
}
.s-premium__access-col2-inner .s-premium__access-inner {
  padding: 20px 0 16px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-col2-inner .s-premium__access-inner {
    padding: 20px 0 20px;
    flex-wrap: wrap;
  }
}
.s-premium__access-col2-inner-lg .s-premium__access-inner-text {
  max-width: 280px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-col2-inner-lg .s-premium__access-inner-text {
    max-width: fit-content;
    padding-left: 0;
    width: fit-content;
  }
}
.s-premium__access-col2-inner-lg .s-premium__access-inner-text.s-premium__access-inner-text-pl {
  padding-left: 55px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-col2-inner-lg .s-premium__access-inner-text.s-premium__access-inner-text-pl {
    padding-left: 0;
  }
}
.s-premium__access-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #edf1f3;
  padding: 20px 0 15px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-inner {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}
.s-premium__access-inner-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
  max-width: 143px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-inner-text {
    max-width: 180px;
  }
}
.s-premium__access-inner-text-right {
  text-align: right;
  max-width: 100px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-inner-text-right {
    text-align: left;
  }
}
.s-premium__access-inner-border-top {
  border-top: 1px solid #edf1f3;
}
.s-premium__access-inner .s-premium__access-font {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
}
.s-premium__access-inner-subtext {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #5b646b;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .s-premium__access-inner-subtext {
    padding-left: 5px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.s-premium__access-inner-subtext-pt {
  padding-top: 20px;
  padding-left: 0;
}

.s-premium__outline {
  padding: 80px 0 84px;
}
@media only screen and (max-width: 767px) {
  .s-premium__outline {
    padding: 64px 0;
  }
}
.s-premium__outline-row {
  display: flex;
  justify-items: flex-start;
  gap: 32px 27px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .s-premium__outline-row {
    gap: 25px;
    margin-bottom: 30px;
  }
}
.s-premium__outline-col {
  width: calc(33.3333333333% - 18px);
}
@media only screen and (max-width: 767px) {
  .s-premium__outline-col {
    width: 100%;
  }
}
.s-premium__outline-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #14212b;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-premium__outline-text {
    padding-bottom: 10px;
  }
}
.s-premium__outline-subtext {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #14212b;
}

.s-premium__hamburger {
  display: none;
  cursor: pointer;
}
.s-premium__hamburger.bgColor .s-premium__hamburger-line {
  background-color: #14212b;
  box-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
@media only screen and (max-width: 767px) {
  .s-premium__hamburger {
    display: block;
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 999;
  }
}
.s-premium__hamburger.active .s-premium__hamburger-line {
  background-color: #000;
}
.s-premium__hamburger.active .s-premium__hamburger-line.s-premium__hamburger-line-one {
  transform: rotate(45deg) translate(5px, 5px);
}
.s-premium__hamburger.active .s-premium__hamburger-line.s-premium__hamburger-line-two {
  opacity: 0;
}
.s-premium__hamburger.active .s-premium__hamburger-line.s-premium__hamburger-line-three {
  transform: rotate(-45deg) translate(6px, -7px);
}
.s-premium__hamburger-line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}

.s-premium__about {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 80px 0 40px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about {
    padding: 64px 0 0;
  }
}
.s-premium__about .s-premium__heading {
  padding-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about .s-premium__heading {
    padding-bottom: 20px;
  }
}
.s-premium__about-txt {
  font-size: 32px;
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .s-premium__about-txt {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
  }
}
.s-premium__about-desc {
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .s-premium__about-desc {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
}
.s-premium__about-row {
  display: flex;
  gap: 75px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-row {
    flex-direction: column;
    gap: 35px;
    margin: 0 -24px;
  }
}
.s-premium__about-col-sm {
  width: calc(52.12% - 37.5px);
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-col-sm {
    width: 100%;
  }
}
.s-premium__about-col-sm .s-premium__img {
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-col-sm .s-premium__img {
    width: 100%;
  }
}
.s-premium__about-col-lg {
  width: calc(47.88% - 37.5px);
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-col-lg {
    width: 100%;
    padding: 0 24px;
  }
}
.s-premium__about-box {
  padding-left: 25px;
  border-left: 1px solid #14212b;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-box {
    padding-left: 16px;
    margin-bottom: 32px;
    padding-right: 9px;
  }
}
.s-premium__about-box-mb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-box-mb {
    margin-bottom: 30px;
  }
}
.s-premium__about-topic {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #14212b;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 16px;
}
.s-premium__about-topic-ttl {
  font-size: 20px;
  font-weight: 600;
  color: #14212b;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
}
.s-premium__about-topic-ttl-sm {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .s-premium__about-topic-ttl-sm {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.s-premium__about-topic-desc {
  font-size: 16px;
  color: #14212b;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.s-premium__feature {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__feature {
    padding: 32px 0 60px;
  }
}
.s-premium__feature .s-premium__heading {
  padding-bottom: 16px;
}
.s-premium__feature-txt {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .s-premium__feature-txt {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
}
.s-premium__feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .s-premium__feature-row {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.s-premium__feature-col {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__feature-col {
    width: 100%;
    gap: 15px;
    align-items: flex-start;
    border-radius: 16px;
  }
}
.s-premium__feature-col .s-premium__img {
  border-radius: 32px;
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .s-premium__feature-col .s-premium__img {
    max-width: 114px;
    border-radius: 16px;
  }
}
.s-premium__feature-ttl {
  font-size: 20px;
  color: #14212b;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__feature-ttl {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
  }
}
.s-premium__feature-desc {
  font-size: 14px;
  color: #14212b;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
.s-premium__feature-req {
  font-size: 14px;
  color: #5b646b;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  display: flex;
}

.s-premium__contact {
  background-color: #f2f7fa;
  margin: 80px 0px 60px;
  padding: 80px 0;
  border-radius: 32px;
}
@media only screen and (max-width: 768px) {
  .s-premium__contact {
    margin: 64px 0 48px;
    padding: 64px 0 60px;
  }
}
.s-premium__contact .s-premium__heading {
  padding-bottom: 32px;
}
.s-premium__contact-row {
  display: flex;
  gap: 27px;
}
@media only screen and (max-width: 768px) {
  .s-premium__contact-row {
    flex-direction: column;
    gap: 36px;
  }
}
.s-premium__contact-col-sm {
  border-radius: 32px;
}
@media only screen and (max-width: 768px) {
  .s-premium__contact-col-sm {
    margin: 0 -24px;
  }
}
.s-premium__contact-col-sm img {
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__contact-col-sm img {
    width: 100%;
  }
}
.s-premium__contact-ttl {
  font-size: 32px;
  color: #14212b;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .s-premium__contact-ttl {
    font-size: 24px;
  }
}
.s-premium__contact-ttl-jp {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .s-premium__contact-ttl-jp {
    margin-top: 16px;
  }
}
.s-premium__contact-desc {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #14212b;
  line-height: 1.5625;
}
@media only screen and (max-width: 767px) {
  .s-premium__contact-desc {
    letter-spacing: 0.02em;
  }
}
.s-premium__contact-btns {
  display: flex;
  gap: 27px;
  margin: 32px 0 20px;
}
@media only screen and (max-width: 768px) {
  .s-premium__contact-btns {
    flex-direction: column;
    margin: 30px 0 20px;
    gap: 16px;
  }
}
.s-premium__contact-time {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #5b646b;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.s-premium__contact-link {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #14212b;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}
.s-premium__req-box {
  margin-bottom: 63px;
}
.s-premium__req-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .s-premium__req-ttl {
    margin-bottom: 22px;
  }
}
.s-premium__req {
  font-size: 14px;
  color: #5b646b;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .s-premium__btn {
    padding: 19px 0;
  }
}

.s-premium__swiper {
  margin-left: auto;
  max-width: calc(50% + 624px);
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__swiper {
    padding-inline: 24px 0;
  }
}
.s-premium__swiper .s-premium__btn-white {
  max-width: 384px;
  padding: 18px 0;
  border: 1px solid;
  border-inline-color: #14212b;
  border-block-color: #82898e;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .s-premium__swiper .s-premium__btn-white {
    max-width: 327px;
    margin-left: 0;
  }
}
.s-premium__design {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__design {
    padding-top: 64px;
  }
}
.s-premium__design .swiper {
  overflow: visible;
}
.s-premium__design-wrapper {
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .s-premium__design-wrapper {
    margin-top: -30px;
  }
}
.s-premium__design-title {
  transition: all 0.3s ease-out;
  color: #14212b;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding-block: 20px 17px;
}
@media only screen and (max-width: 767px) {
  .s-premium__design-title {
    font-size: 16px;
    line-height: 1.5625;
    padding-block: 23px 14px;
  }
}
.s-premium__design-text {
  color: #14212b;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .s-premium__design-text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.s-premium__design-img {
  transition: all 0.3s ease-out;
  border-radius: 32px;
  position: relative;
}
.s-premium__design-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.s-premium__design-img-border {
  border-radius: 32px 32px 0 0;
}
.s-premium__design-img .s-premium__img {
  width: 100%;
  border-radius: 32px;
}
.s-premium__design-navigate {
  display: flex;
  justify-content: flex-end;
  margin-right: 121px;
  gap: 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__design-navigate {
    margin-right: 25px;
    margin-bottom: 12px;
  }
}
.s-premium__design-navigate .swiper-button-disabled {
  background-color: #9fa0a0 !important;
}
.s-premium__design-navigate .swiper-button-prev,
.s-premium__design-navigate .swiper-button-next {
  transition: all 0.3s ease;
  background-color: #bb8e00;
}
.s-premium__design-navigate .swiper-button-prev:hover,
.s-premium__design-navigate .swiper-button-next:hover {
  background-color: #9fa0a0;
}
.s-premium__design-navigate .swiper-button-prev,
.s-premium__design-navigate .swiper-button-next {
  border-radius: 50%;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
  position: relative;
  width: 48px;
  height: 48px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .s-premium__design-navigate .swiper-button-prev,
  .s-premium__design-navigate .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.s-premium__design-navigate .swiper-button-prev::after,
.s-premium__design-navigate .swiper-button-next::after {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .s-premium__design-navigate .swiper-button-prev::after,
  .s-premium__design-navigate .swiper-button-next::after {
    font-size: 12px;
  }
}
.s-premium__room {
  padding-top: 55px;
}
@media only screen and (max-width: 767px) {
  .s-premium__room {
    padding-top: 50px;
  }
}
.s-premium__room .swiper {
  overflow: visible;
}
.s-premium__gallery {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .s-premium__gallery {
    padding-bottom: 64px;
  }
}
.s-premium__gallery .swiper {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.15));
}
.s-premium__gallery .s-premium__design-slide {
  background-color: #FFFFFF;
  border-radius: 32px;
}
.s-premium__gallery .s-premium__design-img {
  background-color: #FFFFFF;
  padding-block: 0;
  height: 100%;
  max-height: 100%;
}
.s-premium__gallery .s-premium__design-img .s-premium__img {
  border-radius: 32px 32px 0 0;
}
.s-premium__gallery .s-premium__design-desc {
  position: relative;
  padding: 5px 105px 32px 31px;
  min-height: 177px;
}
@media only screen and (max-width: 767px) {
  .s-premium__gallery .s-premium__design-desc {
    padding: 0px 25px 84px;
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__gallery .s-premium__design-desc-sp {
    padding: 5px 25px 84px;
    min-height: 223px;
  }
}
.s-premium__gallery .s-premium__design-title {
  text-align: start;
}
.s-premium__gallery .s-premium__design-text {
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .s-premium__gallery .s-premium__design-text {
    -webkit-line-clamp: 4;
    line-height: 1.7;
  }
}
.s-premium__gallery .s-premium__design-img {
  position: relative;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.s-premium__gallery .s-premium__design-img.s-premium__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.s-premium__gallery .s-premium__design-slide {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.s-premium__gallery .s-premium__open {
  transition: all 0.3s ease-out;
  position: absolute;
  right: 32px;
  bottom: 32px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #b4902f;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .s-premium__gallery .s-premium__open {
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
  }
}
.s-premium__gallery-modal-content {
  max-width: 793px;
  margin: 20px auto 0;
}
.s-premium__gallery-modal-content .s-premium__design-slide-link {
  display: inline-block;
  margin-bottom: 60px;
  pointer-events: none;
}
.s-premium__gallery-modal-content .s-premium__design-img-border {
  border-radius: 0;
}
.s-premium__gallery-modal-content .s-premium__img {
  width: initial;
  border-radius: 0;
}
.s-premium__gallery-modal-content .s-premium__design-title {
  margin-left: 14px;
}
.s-premium__modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(20, 33, 43, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.s-premium__modal.show {
  display: block;
}
.s-premium__modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.s-premium__modal-content {
  background: #fff;
  max-height: 100vh;
  overflow-y: auto;
  padding: 67px 120px 60px;
  text-align: center;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeInPop 0.4s ease forwards;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .s-premium__modal-content {
    min-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__modal-content {
    padding: 90px 20px 30px;
  }
}
.s-premium__modal-content .s-premium__close-modal {
  position: sticky;
  z-index: 3;
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__modal-content .s-premium__close-modal {
    margin-right: -10px;
  }
}
@keyframes fadeInPop {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.s-premium__modal-block {
  display: none;
}
.s-premium__close-modal {
  position: absolute;
  top: 67px;
  right: 45px;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .s-premium__close-modal {
    width: 30px;
    height: 30px;
    right: 35px;
    top: 60px;
  }
}
.s-premium__close-modal-svg {
  width: 24px;
  color: #5081a5;
}
@media only screen and (max-width: 767px) {
  .s-premium__facility-wrapper {
    margin-top: -30px;
    overflow: visible;
  }
}
.s-premium__facility .swiper-wrapper {
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__facility .swiper-wrapper {
    gap: 0;
  }
}
.s-premium__facility .s-premium__design-title {
  font-size: 16px;
  line-height: 1.5625;
}
.s-premium__facility .s-premium__design-text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: normal;
}
.s-premium__facility .s-premium__design-slide {
  max-width: calc(25% - 18px);
}
@media only screen and (max-width: 767px) {
  .s-premium__facility .s-premium__design-slide {
    max-width: 100%;
  }
}
.s-premium__facility .s-premium__design-navigate {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s-premium__facility .s-premium__design-navigate {
    display: flex;
  }
}
.s-premium__swiper:has(.s-premium__facility) {
  max-width: 1248px;
  margin-inline: auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__swiper:has(.s-premium__facility) {
    padding-inline: 24px 0;
  }
}
.s-premium__other, .s-premium__lineup {
  transition: all 0.3s ease-out;
}

.s-premium__lineup {
  padding-bottom: 76px;
  max-width: 1248px;
  padding-inline: 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .s-premium__lineup {
    max-width: 100%;
    padding-bottom: 64px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .s-premium__lineup {
    padding-inline: 0;
  }
}
.s-premium__lineup-pb {
  padding-bottom: 0;
}
.s-premium__lineup-content {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 575px) {
  .s-premium__lineup-content {
    flex-direction: column;
    gap: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__lineup .s-premium__heading {
    padding: 0 24px 31px 24px;
  }
}
.s-premium__lineup .s-premium__heading.s-premium__heading-p-45 {
  padding-left: 0;
}
.s-premium__lineup .s-premium__design-slide {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
  width: calc(50% - 12.5px);
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .s-premium__lineup .s-premium__design-slide {
    width: 100%;
  }
}
.s-premium__lineup .s-premium__design-slide:hover .s-premium__open {
  background-color: #5081a5;
}
@media only screen and (max-width: 767px) {
  .s-premium__lineup .s-premium__design-slide:hover .s-premium__open {
    background-color: #b4902f;
  }
}
.s-premium__lineup .s-premium__design-slide:hover .s-premium__design-title {
  color: #5081a5;
}
@media only screen and (max-width: 767px) {
  .s-premium__lineup .s-premium__design-slide:hover .s-premium__design-title {
    color: #14212b;
  }
}
.s-premium__lineup .s-premium__design-img {
  height: auto;
}
.s-premium__lineup .s-premium__design-title {
  padding-block: 0 15px;
}
@media only screen and (max-width: 767px) {
  .s-premium__lineup .s-premium__design-title {
    font-size: 20px;
    letter-spacing: normal;
    padding-block: 0 10px;
  }
}
.s-premium__lineup .s-premium__design-subtitle {
  color: #14212b;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 18px 0 11px;
}
@media only screen and (max-width: 767px) {
  .s-premium__lineup .s-premium__design-subtitle {
    margin: 15px 0 8px;
  }
}
.s-premium__other.s-premium__lineup {
  padding-inline: 24px;
  padding-top: 80px;
}
.s-premium__other .s-premium__design-img .s-premium__img {
  aspect-ratio: 384/254;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .s-premium__other .s-premium__design-img .s-premium__img {
    aspect-ratio: 327/216;
  }
}
.s-premium__other .s-premium__design-slide {
  width: calc(33.3333333333% - 16px);
}
@media only screen and (max-width: 767px) {
  .s-premium__other .s-premium__design-slide {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 575px) {
  .s-premium__other .s-premium__design-slide {
    width: 100%;
  }
}
.s-premium__other .s-premium__design-desc {
  padding: 26px 52px 32px 32px;
  min-height: 227px;
}
@media only screen and (max-width: 767px) {
  .s-premium__other .s-premium__design-desc {
    padding: 22px 24px 88px 24px;
  }
}
.s-premium__other .s-premium__design-text {
  padding-right: 52px;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 767px) {
  .s-premium__other .s-premium__design-text {
    padding-right: 0;
  }
}
.s-premium__other .s-premium__lineup-content {
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 575px) {
  .s-premium__other .s-premium__lineup-content {
    gap: 31px;
  }
}
.s-premium__other .s-premium__open {
  right: 22px;
  bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .s-premium__other .s-premium__open {
    width: 40px;
    height: 40px;
  }
}

.s-premium__design-wrapper a.s-premium__design-slide-link .swiper-wrapper {
  padding-bottom: 15px;
}
.s-premium__design-wrapper a.s-premium__design-slide-link:hover {
  box-shadow: 0 0 24px 0 rgba(20, 33, 43, 0.1);
}
.s-premium__design-wrapper a.s-premium__design-slide-link:hover .s-premium__design-title {
  color: #124a7b;
}
.s-premium__design-wrapper a.s-premium__design-slide-link:hover .s-premium__design-img::after {
  opacity: 1;
}
.s-premium__design-wrapper a.s-premium__design-slide-link:hover .s-premium__open {
  opacity: 0.7;
}

.s-premium__design-slide:has(.s-premium__design-slide-link):hover .s-premium__open {
  background-color: #5081a5;
}

.s-premium__header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.s-premium__header-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.s-premium__logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 45px 28px;
  background-color: #5081a5;
  border-bottom-right-radius: 32px;
  transform-origin: top left;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .s-premium__logo {
    padding: 20px 17px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .s-premium__logo .s-premium__img {
    max-width: 60px;
  }
}

.s-premium .o-main {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .s-premium .o-main {
    padding-top: 0;
  }
}
.s-premium__mv {
  padding: 0 24px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .s-premium__mv {
    padding: 0 0 0 24px;
  }
}
.s-premium__mv-wrapper {
  height: 48.7dvh;
  overflow: hidden;
  border-radius: 32px;
}
@media only screen and (max-width: 767px) {
  .s-premium__mv-wrapper {
    border-radius: 0 0 0 32px;
    height: 44dvh;
    min-height: 350px;
  }
}
.s-premium__mv-picture {
  display: block;
  background-color: #000;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .s-premium__mv-picture {
    min-height: 350px;
  }
}
.s-premium__mv-picture .s-premium__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 100% 75%;
  opacity: 60%;
  /*border-radius: 32px;*/
}
@media only screen and (max-width: 767px) {
  .s-premium__mv-picture .s-premium__img {
    border-radius: 0 0 0 24px;
    object-position: 63% 75%;
    height: 44dvh;
    min-height: 350px;
  }
}
.s-premium__mv-box {
  padding: 0 25px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .s-premium__mv-box {
    padding: 0 0 0 25px;
  }
}
.s-premium__mv-title {
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}
.s-premium__mv-title-top {
  font-size: 24px;
  display: block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .s-premium__mv-title-top {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.s-premium__mv-title-bottom {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .s-premium__mv-title-bottom {
    font-size: 26px;
    line-height: 1.3846153846;
  }
}
.s-premium__cursive {
  margin-top: -60px;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .s-premium__cursive {
    margin-top: -10px;
    margin-bottom: 45px;
  }
}
.s-premium__cursive-text {
  font-family: "Allura", cursive;
  font-size: 100px;
  letter-spacing: 0.12em;
  line-height: 1.25;
  color: #bb8e00;
  rotate: -5deg;
}
@media only screen and (max-width: 767px) {
  .s-premium__cursive-text {
    font-size: 33px;
    rotate: -3deg;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes lineRun {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.s-premium-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  z-index: 9999;
  animation-fill-mode: forwards;
}

@keyframes loadmask {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.s-premium--detail-page {
  opacity: 1;
  transition: opacity 1s ease;
  animation-fill-mode: forwards;
}

@keyframes loadmask {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0.01;
    z-index: 10;
  }
  100% {
    opacity: 0.01;
    z-index: -10;
  }
}
.s-premium__logo img {
  width: 120px;
  transition: all 0.3s ease;
}

.s-premium__top-mvSwiper .s-premium__mv-picture .s-premium__img {
  max-height: 460px;
}
@media only screen and (max-width: 767px) {
  .s-premium__top-mvSwiper .s-premium__mv-picture .s-premium__img {
    max-height: initial;
  }
}

/*# sourceMappingURL=static_premium-mansion.css.map */
