@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #1F2529;
  background-color: #FAFAFA;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.75;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #BF8E42;
  outline-offset: 2px;
}

#main-content.main {
  background-color: #FAFAFA;
  color: #1F2529;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}

.pc {
  display: block;
}
@media (min-width: 1024px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-width: 282px;
  padding: 1rem 1.5rem;
  border: 1px solid #2B3143;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #2B3143;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 1023px) {
  .c-btn {
    min-width: 282px;
    font-size: 1.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background-color: #2B3143;
    color: #FFFFFF;
    opacity: 1;
  }
}
.c-btn--light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--light:hover {
    background-color: #FFFFFF;
    color: #2B3143;
  }
}
.c-btn--gold {
  border-color: #BF8E42;
  color: #BD9401;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--gold:hover {
    background-color: #BF8E42;
    color: #FFFFFF;
  }
}
.c-btn__arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 0.55em;
  height: 0.55em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: currentColor;
  border-radius: 0 2px 0 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.c-side-label {
  position: absolute;
  top: 0;
  left: -1rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ECECEC;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1023px) {
  .c-side-label {
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.c-side-label--dark {
  color: #3A3F64;
  opacity: 0.6;
}

.c-section-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 1023px) {
  .c-section-title {
    gap: 0;
  }
}
.c-section-title__sub {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1F2529;
}
.c-section-title__main {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2B3143;
}
@media (max-width: 1023px) {
  .c-section-title__main {
    font-size: 1.625rem;
  }
}
.c-section-title--gold .c-section-title__main {
  color: #BF8E42;
}

.c-image-heading {
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #2B3143;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-image-heading__num {
  font-family: "Montserrat", sans-serif;
  margin-left: 0.25rem;
}

.c-feature-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-feature-card__media {
  position: relative;
  aspect-ratio: 524/324;
  overflow: hidden;
  border: 1px solid #3B4153;
}
@media (max-width: 1023px) {
  .c-feature-card__media {
    aspect-ratio: auto;
    min-height: 324px;
  }
}
.c-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-feature-card__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1rem 3rem 1rem 2rem;
  min-width: 174px;
  background-color: #3B4153;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  box-shadow: none;
}
@media (max-width: 1023px) {
  .c-feature-card__label {
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  }
}
.c-feature-card__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 12px solid transparent;
  pointer-events: none;
}
.c-feature-card__label-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.c-feature-card__label-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-feature-card__caption {
  background-color: #2B3143;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.c-product {
  position: relative;
  display: grid;
  grid-template-columns: 560fr 520fr;
  gap: 0;
  align-items: center;
}
@media (max-width: 1023px) {
  .c-product {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.c-product__media {
  aspect-ratio: 560/360;
  overflow: hidden;
  background-color: #F3F3F3;
}
@media (max-width: 1023px) {
  .c-product__media {
    align-self: stretch;
    aspect-ratio: 14/9;
  }
}
.c-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 5rem;
  color: #000000;
}
@media (max-width: 1023px) {
  .c-product__body {
    padding: 0;
  }
}
.c-product__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
}
.c-product__text {
  font-size: 1rem;
  line-height: 1.7;
}
.c-product__deco {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #2B3143;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .c-product__deco {
    display: none;
  }
}
.c-product--reverse {
  grid-template-columns: 520fr 560fr;
}
@media (max-width: 1023px) {
  .c-product--reverse {
    grid-template-columns: 1fr;
  }
}
.c-product--reverse .c-product__media {
  order: 2;
}
.c-product--reverse .c-product__body {
  order: 1;
}
@media (max-width: 1023px) {
  .c-product--reverse .c-product__media {
    order: 1;
  }
  .c-product--reverse .c-product__body {
    order: 2;
  }
}

.c-info-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-info-card__media {
  position: relative;
  aspect-ratio: 532/324;
  overflow: hidden;
}
.c-info-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-info-card__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 1.25rem 3rem 1.25rem 2rem;
  max-width: calc(100% - 1rem);
  background-color: #BF8E42;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
@media (max-width: 1023px) {
  .c-info-card__label {
    font-size: 1rem;
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  }
}
.c-info-card__label-accent {
  font-family: "Montserrat", sans-serif;
  margin-left: 0;
}
.c-info-card__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #1F2529;
  padding-right: 1.5rem;
}
@media (max-width: 1023px) {
  .c-info-card__text {
    padding-right: 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 2.3rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2B3143;
  color: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38), 0 4px 14px rgba(0, 0, 0, 0.22), 0 2px 8px rgba(0, 0, 0, 0.14);
  z-index: 1010;
  transition: background-color 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1023px) {
  .back-to-top {
    bottom: 4rem;
    right: 1.25rem;
  }
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top__icon {
  width: 24px;
  height: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .back-to-top:hover {
    background-color: #3A3F64;
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45), 0 6px 22px rgba(0, 0, 0, 0.26), 0 3px 12px rgba(0, 0, 0, 0.16);
  }
}

.l-container {
  width: 100%;
  max-width: 1128px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (max-width: 1023px) {
  .l-container {
    padding-inline: 1.25rem;
  }
}

.l-section {
  position: relative;
  padding-block: 6rem;
}
@media (max-width: 1023px) {
  .l-section {
    padding-block: 4rem;
  }
}

@keyframes p-hero-ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.p-mv {
  position: relative;
  height: 100vh;
  min-height: 640px;
  max-height: 1000px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-mv {
    height: 584px;
    min-height: 520px;
  }
}
.p-mv__swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-mv__swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.p-mv__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  animation: p-hero-ken-burns 22s ease-in-out infinite alternate;
}
.p-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(43, 49, 67, 0) 0%, rgba(43, 49, 67, 0.7) 70%, rgba(43, 49, 67, 0.85) 100%);
  pointer-events: none;
}
.p-mv__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  padding-inline: 1.5rem;
}
.p-mv__sub {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .p-mv__sub {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-mv__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .p-mv__title {
    font-size: 3rem;
  }
}
.p-mv__pagination {
  position: absolute;
  bottom: 1.5rem !important;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
}
.p-mv__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.5;
  margin: 0 6px;
}
.p-mv__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFFFFF;
}

.p-intro {
  position: relative;
  background-color: #2B3143;
  color: #FFFFFF;
  padding-block: 0;
  display: grid;
  grid-template-columns: 992fr 928fr;
  min-height: 564px;
}
@media (max-width: 1023px) {
  .p-intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.p-intro__media {
  position: relative;
  aspect-ratio: 940/576;
  overflow: hidden;
  height: 576px;
}
@media (max-width: 1023px) {
  .p-intro__media {
    order: 1;
    aspect-ratio: 5/3;
    height: auto;
  }
}
.p-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-intro__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
  padding: 5rem 5rem;
  background-image: url("../img/intro-bg-after.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-intro__body-inner {
  max-width: 492px;
}
@media (max-width: 1023px) {
  .p-intro__body {
    order: 2;
    padding: 3rem 1.25rem;
  }
}
.p-intro__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .p-intro__title {
    font-size: 1.625rem;
  }
}
.p-intro__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.p-points {
  background-color: #FFFFFF;
  padding-block: 6.25rem;
  color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-points {
    padding-block: 2rem;
  }
}
.p-points__swiper {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-points__swiper {
    padding-inline: 1.25rem;
  }
}
.p-points__swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.p-points__swiper .swiper-wrapper:not(:has(.swiper-slide)) {
  justify-content: center;
}
.p-points__swiper .swiper-slide {
  max-width: 524px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-points__pagination {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .p-points__pagination {
    margin-top: 1rem;
  }
}
.p-points__pagination .swiper-pagination-bullet {
  background-color: #2B3143;
  opacity: 0.4;
  margin: 0 10px !important;
  width: 10px !important;
  height: 10px !important;
}
@media (max-width: 1023px) {
  .p-points__pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 8px !important;
    height: 8px !important;
  }
}
.p-points__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-stay {
  position: relative;
  padding-block: 6rem 6rem;
  overflow: hidden;
  background-image: url("../img/bg-stay.png");
  background-size: 100.017% 121.089%;
  background-position: -0.159px -24.271px;
  background-color: linear-gradient(0deg, #FAFAFA 35.13%, rgba(250, 250, 250, 0.3) 100%);
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .p-stay {
    padding-block: 2.5rem 2.5rem;
  }
}
.p-stay__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-stay__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.p-stay__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(250, 250, 250) 35%, rgba(250, 250, 250, 0.3) 100%);
}
.p-stay__label {
  position: absolute;
  top: 160px;
  left: 7%;
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  color: #ECECEC;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .p-stay__label {
    top: 100px;
    left: 2.5%;
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .p-stay__label {
    font-size: 2.5rem;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: horizontal-tb;
    width: 100%;
    text-align: center;
  }
}
.p-stay__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1128px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (max-width: 1023px) {
  .p-stay__inner {
    padding-inline: 1.25rem;
  }
}
.p-stay__block + .p-stay__block {
  margin-top: 5rem;
}
@media (max-width: 1023px) {
  .p-stay__block + .p-stay__block {
    margin-top: 2rem;
  }
}
.p-stay__hero-media {
  margin-top: 2rem;
  aspect-ratio: 1080/720;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-stay__hero-media {
    margin-top: 1rem;
    align-self: stretch;
    aspect-ratio: 3/2;
  }
}
.p-stay__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-stay__products {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2.5rem;
}
@media (max-width: 1023px) {
  .p-stay__products {
    margin-top: 1rem;
    gap: 2rem;
  }
}
.p-stay__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .p-stay__cta {
    margin-top: 2.5rem;
  }
}

.p-ways {
  position: relative;
  background: linear-gradient(to bottom, #262C62, #232323);
  color: #FFFFFF;
  padding-block: 6rem 16rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-ways {
    padding-block: 2.5rem 4rem;
  }
}
.p-ways__label {
  position: absolute;
  top: 7%;
  left: 7%;
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  color: #3A3F64;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .p-ways__label {
    top: 100px;
    left: 2.5%;
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .p-ways__label {
    font-size: 2.5rem;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: horizontal-tb;
    width: 100%;
    text-align: center;
  }
}
.p-ways__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1128px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (max-width: 1023px) {
  .p-ways__inner {
    padding-inline: 1.25rem;
  }
}
.p-ways__head {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
.p-ways__head .c-section-title__main {
  color: #FFFFFF;
}
.p-ways__head .c-section-title__sub {
  color: #FFFFFF;
}
.p-ways__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .p-ways__list {
    gap: 2.5rem;
  }
}
.p-ways__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .p-ways__cta {
    margin-top: 2.5rem;
  }
}

.p-ways-item {
  display: grid;
  grid-template-columns: 382fr 617fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-ways-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-ways-item__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .p-ways-item__body {
    order: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .p-ways-item__body .p-ways-item__num {
    grid-column: 1;
    grid-row: 1;
  }
  .p-ways-item__body .p-ways-item__title {
    grid-column: 2;
    grid-row: 1;
  }
  .p-ways-item__body .p-ways-item__text {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.p-ways-item__num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .p-ways-item__num {
    font-size: 2.5rem;
  }
}
.p-ways-item__num::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .p-ways-item__num::after {
    width: 40px;
  }
}
.p-ways-item__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-ways-item__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-ways-item__text {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-ways-item__text {
    font-size: 1rem;
  }
}
.p-ways-item__media {
  aspect-ratio: 617/360;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-ways-item__media {
    order: 1;
  }
}
.p-ways-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-book {
  position: relative;
  background-color: #FAF8F2;
  padding-block: 3.5rem 4rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-book {
    padding-block: 2.5rem 3rem;
  }
}
.p-book__inner {
  position: relative;
  z-index: 2;
  margin-inline: 10rem;
}
@media (max-width: 1023px) {
  .p-book__inner {
    margin-inline: 0;
    padding-inline: 1.25rem;
  }
}
.p-book__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1023px) {
  .p-book__content {
    gap: 2rem;
  }
}
.p-book__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  color: #2B3143;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-book__title {
    font-size: 1.5rem;
  }
}
.p-book__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem 4rem;
  width: 100%;
  align-items: start;
}
@media (max-width: 1023px) {
  .p-book__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.p-book__group {
  grid-column: span 3;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: auto;
  column-gap: 4rem;
  row-gap: 1.25rem;
  min-width: 0;
}
@media (max-width: 1023px) {
  .p-book__group {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 1.5rem;
  }
}
.p-book__group > .p-book__head {
  grid-column: 1/-1;
}
.p-book__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
@media (max-width: 1023px) {
  .p-book__col {
    gap: 1rem;
  }
}
.p-book__head {
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #1F2529;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1F2529;
}
@media (max-width: 1023px) {
  .p-book__head {
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
}
.p-book__media {
  aspect-ratio: 524/324;
  overflow: hidden;
  background-color: #F3F3F3;
}
@media (max-width: 1023px) {
  .p-book__media {
    aspect-ratio: 16/9;
  }
}
.p-book__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-book__ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .p-book__ctas {
    gap: 0.75rem;
  }
}
.p-book__btn-text {
  display: inline-block;
  text-align: center;
  flex: 1;
}
.p-book .c-btn {
  min-width: 100%;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .p-book .c-btn {
    gap: 0.75rem;
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

.p-notice {
  background-color: #FFFFFF;
  padding-block: 5rem 5rem;
}
@media (max-width: 1023px) {
  .p-notice {
    padding-block: 2.5rem 1.5rem;
  }
}
.p-notice__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #1F2529;
}
@media (max-width: 1023px) {
  .p-notice__list {
    font-size: 0.75rem;
  }
}
.p-notice__list li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.25em;
}
.p-notice__list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p-info {
  position: relative;
  background: linear-gradient(-38deg, #F3F3F3 13%, #FFFCF2 88%);
  padding-block: 6rem 8.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-info {
    padding-block: 2.5rem;
  }
}
.p-info__inner {
  width: 100%;
  max-width: 1128px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (max-width: 1023px) {
  .p-info__inner {
    padding-inline: 1.25rem;
  }
}
.p-info__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .p-info__inner {
    gap: 2.5rem;
  }
}

.p-breakfast {
  position: relative;
  aspect-ratio: 1080/545;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-breakfast {
    aspect-ratio: auto;
    min-height: 420px;
    padding: 2.5rem 1.25rem;
  }
}
.p-breakfast__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-breakfast__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-breakfast__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.p-breakfast__content {
  position: relative;
  z-index: 1;
  max-width: 670px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .p-breakfast__content {
    padding: 0;
    gap: 0.75rem;
  }
}
.p-breakfast__heading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-breakfast__heading {
    font-size: 1.625rem;
  }
}
.p-breakfast__lead {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-breakfast__lead {
    font-size: 1.125rem;
  }
}
.p-breakfast__divider {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
  border: none;
  margin: 0;
}
.p-breakfast__notes {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  width: 100%;
}
.p-breakfast__notes li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.25em;
}
.p-breakfast__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p-ntower {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-ntower__head {
  text-align: center;
}
.p-ntower__head h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #BF8E42;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-ntower__head h2 {
    font-size: 1.625rem;
  }
}
.p-ntower__head h2 .p-ntower__head-n {
  font-family: "Montserrat", sans-serif;
}
.p-ntower__hero {
  position: relative;
  aspect-ratio: 1080/383;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-ntower__hero {
    height: 196px;
  }
}
.p-ntower__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ntower__hero-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25rem 3rem 1.25rem 2rem;
  max-width: calc(100% - 1rem);
  background-color: #BF8E42;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
@media (max-width: 1023px) {
  .p-ntower__hero-label {
    font-size: 1rem;
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  }
}
.p-ntower__hero-label-accent {
  font-family: "Montserrat", sans-serif;
}
.p-ntower__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .p-ntower__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-seibu {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1023px) {
  .p-seibu {
    gap: 1rem;
  }
}
.p-seibu__head {
  text-align: center;
}
.p-seibu__head h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #BF8E42;
}
@media (max-width: 1023px) {
  .p-seibu__head h2 {
    font-size: 1.375rem;
  }
}
.p-seibu__body {
  display: grid;
  grid-template-columns: 398fr 650fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-seibu__body {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.p-seibu__left {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 1023px) {
  .p-seibu__left {
    gap: 1.5rem;
    order: 2;
  }
}
.p-seibu__left .c-btn {
  max-width: 282px;
}
@media (max-width: 1023px) {
  .p-seibu__left .c-btn {
    margin: 0 auto;
  }
}
.p-seibu__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #1F2529;
}
.p-seibu__media {
  aspect-ratio: 650/366;
  overflow: hidden;
}
.p-seibu__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .p-seibu__media {
    order: 1;
  }
}

.footer {
  background-color: #2B3143;
  color: #FFFFFF;
  padding-block: 4rem 0;
}
@media (max-width: 1023px) {
  .footer {
    padding-block: 2.5rem 0;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1128px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (max-width: 1023px) {
  .footer__inner {
    padding-inline: 1.25rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 1023px) {
  .footer__inner {
    gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.footer__brand {
  display: flex;
  justify-content: center;
}
.footer__logo {
  width: 340px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .footer__logo {
    width: 240px;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .footer__nav {
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
  }
}
.footer__nav-divider {
  display: inline-block;
  width: 1px;
  height: 22px;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .footer__nav-divider {
    display: none;
  }
}
.footer__nav a {
  color: #FFFFFF;
  transition: opacity 0.2s ease;
}
@media (max-width: 1023px) {
  .footer__nav a {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding-inline: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav a:hover {
    opacity: 0.7;
  }
}
.footer__copy {
  padding-block: 1rem;
  background-color: #FFFFFF;
  color: #2B3143;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .footer__copy {
    padding-inline: 1rem;
    line-height: 1.5;
    font-size: 12px;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-d-none {
  display: none;
}

.u-d-block {
  display: block;
}

.u-d-flex {
  display: flex;
}

@media (max-width: 1023px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-pc {
    display: none !important;
  }
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-4 {
  margin-top: 1rem;
}

.u-mt-8 {
  margin-top: 2rem;
}

.u-mt-16 {
  margin-top: 4rem;
}

.u-color-primary {
  color: #2B3143;
}

.u-color-gold {
  color: #BF8E42;
}

.u-color-white {
  color: #FFFFFF;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=main.css.map */
