@charset "UTF-8";

/**************************************/
/*-------------------------------------------
 * 共通
-------------------------------------------*/
.top-sec__head {
  max-width: 31.8rem;
}

@media (max-width: 834px) {
  .top-sec__head {
    width: 100%;
    max-width: none;
  }
}

.top-sec__title--en {
  font-size: var(--f96);
  font-family: var(--ff-gilda);
  letter-spacing: -0.03em;
}

.top-sec__tagline {
  font-size: var(--f28);
  font-family: var(--ff-shippori);
  margin-block: 1.2em 1em;
  line-height: 1.36;
  letter-spacing: -0.05em;
}

.top-sec__text {
  margin-bottom: 1.5em;
}

@media (max-width: 834px) {
  .top-sec__button {
    margin-top: 3.5rem;
    margin-inline: auto;
  }
}

.top-main__taglines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8em;
}

.top-main__tagline-img--en {
  width: min(38vw, 55.7rem);
}

@media (max-width: 834px) {
  .top-main__tagline-img--en {
    width: 68vw;
  }
}

.tagline-zh {
  font-family: var(--ff-shippori);
  font-size: 34px;
  color: var(--cream);
  display: inline-block;
}

@media (max-width: 834px) {
  .tagline-zh {
    font-size: clamp(18px, 5.848px + 3.376vw, 34px);
  }
}

/*-------------------------------------------
 * MV
-------------------------------------------*/
.top-mv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
  overflow: clip;
  clip-path: inset(0 0 1px 0);
  background-color: #000;
}

.top-mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 41, 71, 0.3)), color-stop(60%, transparent));
  background: linear-gradient(to bottom, rgba(26, 41, 71, 0.3) 0%, transparent 60%);
}

.top-mv::after {
  background: rgba(26, 41, 71, 0.2);
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.top-mv__loading-cover {
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 10;
  pointer-events: none;
}

.top-mv__pc-video {
  height: 100svh;
  width: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  opacity: 0;
}

@media (max-width: 834px) {
  .top-mv__pc-video {
    display: none;
  }
}

.top-mv__body {
  position: absolute;
  left: 7%;
  bottom: 4.3vh;
  width: 100%;
  z-index: 3;
}

@media (max-width: 834px) {
  .top-mv__body {
    left: 5%;
    width: 90%;
    bottom: 5rem;
  }
}

.top-mv__lead {
  font-family: var(--ff-shippori);
  font-size: var(--f21);
  color: var(--cream);
  /* margin-top: 1em; */
  letter-spacing: -0.05em;
}

@media (max-width: 834px) {
  .top-mv__lead {
    /* margin-top: 1.5em; */
    font-size: 1.2rem;
  }
}

.top-mv__news {
  margin-top: 5em;
  color: var(--cream);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-mv__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-mv__news-date {
  font-family: var(--ff-work);
  font-size: var(--f12);
}

.top-mv__news-date::after {
  content: "⋮";
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1.5em;
  font-size: var(--f14);
}

.top-mv__news-title-wrap {
  font-size: var(--f12);
  max-width: 11.6rem;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-mv__news-title {
  display: inline-block;
  -webkit-animation: top-mv-news-title-marquee linear infinite;
  animation: top-mv-news-title-marquee linear infinite;
  line-height: 1.7;
  padding-right: 1em;
}

@-webkit-keyframes top-mv-news-title-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes top-mv-news-title-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.top-mv__line-item {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 50%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), to(transparent));
  mask-image: linear-gradient(to right, black 50%, transparent);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* オーバーレイ */
.top-mv__overlay {
  background: url(../img/common/bg_navy-pattern.webp) no-repeat center center/cover;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, black 0 50%, transparent 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), to(transparent));
  mask-image: linear-gradient(to top, black 0 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  -webkit-mask-position: 0% -100%;
  mask-position: 0% -100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  height: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 834px) {
  .top-mv__overlay {
    background-size: 300% 300%;
  }
}

/* スクロールダウン */
.top-mv__scroll-down {
  position: absolute;
  bottom: 4.8%;
  right: 2.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5em;
}

@media (max-width: 834px) {
  .top-mv__scroll-down {
    right: 5%;
    bottom: 5.5rem;
  }
}

.top-mv__scroll-down-text {
  font-size: var(--f12);
  font-family: var(--ff-work);
  color: var(--cream);
  letter-spacing: -0.05em;
  line-height: 1;
}

.top-mv__scroll-down-img {
  width: 1px;
  height: auto;
  aspect-ratio: 1/20;
  position: relative;
  overflow: clip;
}

.top-mv__scroll-down-img::before {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-animation: scroll-down-line 3s cubic-bezier(0.33, 0.67, 0.67, 1) infinite normal;
  animation: scroll-down-line 3s cubic-bezier(0.33, 0.67, 0.67, 1) infinite normal;
}

@-webkit-keyframes scroll-down-line {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scroll-down-line {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* -------------------------------------------
 * MVスライダー（SP時）
 * -------------------------------------------*/
.top-mv__sp-swiper {
  display: none;
}

@media (max-width: 834px) {
  .top-mv__sp-swiper {
    display: block;
    position: relative;
  }
}

.top-mv__sp-swiper .swiper {
  height: 100vh;
}

.top-mv__sp-swiper .swiper .swiper-wrapper,
.top-mv__sp-swiper .swiper .swiper-slide {
  height: 100%;
}

.top-mv__sp-swiper .swiper .swiper-img {
  height: 100vh;
}

.top-mv__sp-swiper .swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.top-mv__sp-open-modal-button-area {
  display: none;
}

@media (max-width: 834px) {
  .top-mv__sp-open-modal-button-area {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-content: center;
    gap: 1em;
  }
}

.open-modal-button__play-icon {
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1;
}

.top-mv__sp-open-modal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
}

.open-modal-button__text {
  font-size: var(--f24);
  font-family: var(--ff-work);
  color: var(--cream);
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

body:has([popover]:popover-open) {
  overflow: hidden;
}

/* ボタンスタイル */
.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.open-modal-btn {
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* モーダルスタイル */
#top-mv__sp-modal.modal {
  border: none;
  padding: 0;
  width: 90vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, overlay 0.3s ease allow-discrete, display 0.3s ease allow-discrete;
  transition: opacity 0.3s ease, overlay 0.3s ease allow-discrete, display 0.3s ease allow-discrete;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

#top-mv__sp-modal.modal:popover-open {
  opacity: 1;
}

#top-mv__sp-modal.modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#top-mv__sp-modal.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#top-mv__sp-modal .modal-video {
  width: 100%;
  /* aspect-ratio: 16/9; */
  display: block;
  /* overflow: clip;
  clip-path: inset(-1px -1px -1px -1px); */
}

#top-mv__sp-modal .modal-close {
  position: absolute;
  top: -5.5rem;
  right: -1.2rem;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--cream);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* アニメーション開始時の値 */
@starting-style {
  .modal:popover-open {
    opacity: 0;
  }
}

/*-------------------------------------------
 * about
-------------------------------------------*/
.top-about {
  padding-block: clamp(9rem, 10.0595238095vw, 16.9rem) clamp(5rem, 7.619047619vw, 12.8rem);
  background: url(../img/common/bg_navy-pattern.webp) no-repeat center center/cover;
  height: 110vw;
  margin-top: -0.1rem;
  position: relative;
}

@media (max-width: 834px) {
  .top-about {
    height: 384vw;
    margin-top: -0.2rem;
  }
}

.top-about__bg {
  background: url(../img/common/bg_navy-pattern.webp) no-repeat center;
  background-size: cover;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: calc(100% + 90rem);
  left: 0;
  top: -90rem;
  z-index: 1;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, black 0 50%, transparent 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), to(transparent));
  mask-image: linear-gradient(to top, black 0 50%, transparent 100%);
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  -webkit-mask-position: 0% -50%;
  mask-position: 0% -50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.top-about__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 17%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 42%;
  margin-left: 40%;
  position: sticky;
  top: 20%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0 50%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 0 50%, transparent 100%);
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0% 200%;
  mask-position: 0% 200%;
  z-index: 2;
}

@media (max-width: 834px) {
  .top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    top: 23vw;
    margin-inline: auto;
  }
}

.top-about__title {
  font-size: var(--f18);
  font-family: var(--ff-gilda);
  color: var(--cream);
  font-weight: 500;
}

.top-about__tagline {
  font-family: var(--ff-shippori);
  font-size: clamp(27px, -8.424px + 4.242vw, 34px);
  color: var(--cream);
  display: inline-block;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media (max-width: 834px) {
  .top-about__tagline {
    font-size: clamp(24px, 11.848px + 3.376vw, 40px);
  }
}

.top-about__text {
  color: #fff;
  margin-bottom: 2em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    0 4px 10px rgba(0, 0, 0, 0.2);
}

.top-about__content {
  margin-top: 0.5em;
}

@media (max-width: 834px) {
  .top-about__button {
    margin-inline: auto;
  }
}

.top-about__img-wrap {
  position: absolute;
  top: 12rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 834px) {
  .top-about__img-wrap {
    top: 10rem;
  }
}

.top-about__img {
  position: relative;
}

.top-about__img--01 {
  width: 34.8%;
  aspect-ratio: 585/650;
}

@media (max-width: 834px) {
  .top-about__img--01 {
    width: 70%;
    background-color: #000;
  }

  .top-about__img--01 img {
    opacity: 0.6;
  }
}

.top-about__img--02 {
  width: 25.8%;
  aspect-ratio: 435/578;
  margin-top: -22.5vw;
  margin-left: auto;
}

@media (max-width: 834px) {
  .top-about__img--02 {
    margin-top: 29.9760191847vw;
    width: 60%;
  }
}

.top-about__img--03 {
  width: 21.48%;
  aspect-ratio: 301/385;
  margin-left: 17.6%;
  margin-top: -7.5vw;
}

@media (max-width: 834px) {
  .top-about__img--03 {
    margin-top: 29.9760191847vw;
    margin-left: 5%;
    width: 47%;
  }
}

.top-about__img--05 {
  width: 44%;
  aspect-ratio: 690/491;
  margin-top: -8.9285714286vw;
  margin-left: auto;
  margin-right: 9%;
}

@media (max-width: 834px) {
  .top-about__img--05 {
    margin-top: 17.9856115108vw;
    width: 77%;
  }
}

/*-------------------------------------------
 * section divider
-------------------------------------------*/
.top-section-divider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: clip;
  pointer-events: none;
  min-height: 150vh;
  clip-path: inset(0);
}

@media (max-width: 834px) {
  .top-section-divider {
    min-height: 100svh;
  }
}

.top-section-divider__img {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

.top-section-divider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

@media (max-width: 834px) {
  .top-section-divider__img {
    position: unset;
    width: 100%;
    height: auto;
  }

  /* .top-section-divider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
  } */
}

/*-------------------------------------------
 * location
-------------------------------------------*/
.top-location {
  position: relative;
  overflow: clip;
  padding-block: clamp(15rem, 15.8333333333vw, 26.6rem) clamp(5rem, 6.369047619vw, 10.7rem);
}

@media (max-width: 834px) {
  .top-location__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-location__head {
  margin-left: calc((100vw - min(1315px, 90vw)) / 2);
  margin-bottom: 10.7rem;
}

@media (max-width: 834px) {
  .top-location__head {
    display: contents;
  }
}

@media (max-width: 834px) {
  .top-location__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-inline: 5%;
  }
}

@media (max-width: 834px) {
  .top-location__tagline {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-inline: 5%;
  }
}

@media (max-width: 834px) {
  .top-location__button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.top-location__list-wrap {
  position: relative;
}

@media (max-width: 834px) {
  .top-location__list-wrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.top-location__map-img {
  width: 68%;
  max-width: 97.8rem;
  height: auto;
  aspect-ratio: 978/637;
  position: absolute;
  bottom: 96%;
  right: 0;
  z-index: -1;
}

@media (max-width: 834px) {
  .top-location__map-img {
    width: 60.6rem;
    right: -27rem;
    bottom: 88%;
  }
}

@media (max-width: 499px) {
  .top-location__map-img {
    width: 57rem;
    right: -32rem;
  }
}

@media (max-width: 834px) {
  .top-location__map-img::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, var(--cream)));
    background-image: linear-gradient(to bottom, transparent 0%, var(--cream) 60%);
  }
}

.top-location__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 3rem 2.3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.top-location__list-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 834px) {
  .top-location__list {
    display: flex;
    flex-direction: column;
    margin-inline: 0;
    width: 100%;
  }

  .top-location__list-img {
    width: 80%;
  }

  .top-location__list>li:nth-child(2) .top-location__list-img {
    margin: 0 0 0 auto;
  }

  .top-location__list>li:last-child {
    display: none;
  }
}

@media (max-width: 834px) {
  .top-location__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: 5%;
    margin-bottom: 5em;
    text-shadow: 2px 2px 2px var(--cream), -2px -2px 2px var(--cream), -2px 2px 2px var(--cream), 2px -2px 2px var(--cream), 2px 0 2px var(--cream), -2px 0 2px var(--cream), 0 2px 2px var(--cream), 0 -2px 2px var(--cream);
  }
}

/*-------------------------------------------
 * room
-------------------------------------------*/
.top-room {
  padding-top: clamp(9rem, 7.7380952381vw, 13rem);
  padding-bottom: 80px;
  overflow: clip;
}

.top-room__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 16.1%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 834px) {
  .top-room {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .top-room__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top-room__head {
  margin-left: calc((100vw - min(1315px, 90vw)) / 2);
}

@media (max-width: 834px) {
  .top-room__head {
    display: contents;
  }
}

@media (max-width: 834px) {
  .top-room__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-inline: 5%;
  }
}

@media (max-width: 834px) {
  .top-room__tagline {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: 5%;
  }
}

@media (max-width: 834px) {
  .top-room__text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-inline: 5%;
    margin-bottom: 0;
  }
}

@media (max-width: 834px) {
  .top-room__button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.top-room__head-img {
  margin-top: clamp(4rem, 5.9523809524vw, 10rem);
}

@media (max-width: 834px) {
  .top-room__head-img {
    margin-left: calc((100vw - min(1315px, 90vw)) / 2 * -1);
    width: 85%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

@media (max-width: 834px) {
  .top-room__img {
    width: 75%;
    margin-left: auto;
    margin-top: 7rem;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

/*-------------------------------------------
 * stay
-------------------------------------------*/
.top-stay {
  padding-block: clamp(9rem, 8.5714285714vw, 14.4rem) clamp(9rem, 7.619047619vw, 12.8rem);
}

.top-stay__img-area {
  display: grid;
  gap: 1rem;
}

@media (max-width: 834px) {
  .top-stay {
    padding-top: 40px;
  }

  .top-stay__img-area {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 95%;
    margin-top: 5rem;
  }
}

@media (max-width: 834px) {
  .top-cuisine__text {
    margin-bottom: 0;
  }
}

.top-stay__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 12.7%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 834px) {
  .top-stay__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top-stay__head {
  margin-right: calc((100vw - min(1315px, 90vw)) / 2);
  max-width: 42rem;
}

@media (max-width: 834px) {
  .top-stay__head {
    max-width: none;
    margin-inline: 5%;
    width: 90%;
  }
}

/*-------------------------------------------
 * ホバー時に画像スケールアップ
-------------------------------------------*/
.top-stay__activity {
  border-radius: 5px;
  display: inline-block;
  padding: 2em 12%;
  color: var(--cream);
  margin-top: clamp(4rem, 4.7619047619vw, 8rem);
  position: relative;
  overflow: hidden;
}

.top-stay__activity::before {
  content: "";
  background: url(../img/top/stay_activity01.webp) no-repeat center center/cover;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  z-index: -1;
}

.top-stay__activity:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 834px) {
  .top-stay__activity {
    width: min(100%, 40rem);
    margin-inline: auto;
    display: block;
    padding-inline: min(8%, 4.5rem);
  }
}

.top-stay__activity-head-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(247, 246, 244, 0.6);
}

.top-stay__activity-head-wrap .link-arrow {
  margin-bottom: 0.6em;
}

.top-stay__activity-label {
  font-family: var(--ff-gilda);
  font-size: var(--f15);
  line-height: 1.4;
}

.top-stay__activity-title {
  font-size: var(--f24);
  letter-spacing: -0.05em;
  font-family: var(--ff-shippori);
  font-weight: 400;
  line-height: 1.6;
}

.top-stay__activity-text {
  font-size: var(--f15);
}

/*-------------------------------------------
 * cuisine
-------------------------------------------*/
.top-cuisine {
  padding-block: clamp(9rem, 8.8095238095vw, 14.8rem) clamp(9rem, 9.5833333333vw, 16.1rem);
}

.top-cuisine__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 9%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 834px) {
  .top-cuisine__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top-cuisine__head {
  margin-left: calc((100vw - min(1315px, 90vw)) / 2);
  max-width: none;
}

@media (max-width: 834px) {
  .top-cuisine__head {
    display: contents;
  }
}

.top-cuisine__head-img {
  margin-top: clamp(4rem, 6.1904761905vw, 10.4rem);
  max-width: 41rem;
}

@media (max-width: 834px) {
  .top-cuisine__head-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    max-width: none;
    width: 85%;
    margin-bottom: 5rem;
    margin-top: 0;
  }
}

@media (max-width: 834px) {
  .top-cuisine__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-inline: 5%;
  }
}

@media (max-width: 834px) {
  .top-cuisine__tagline {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: 5%;
  }
}

.top-cuisine__text {
  max-width: 41rem;
}

@media (max-width: 834px) {
  .top-cuisine__text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-inline: 5%;
    max-width: none;
    margin-bottom: 0;
  }
}

@media (max-width: 834px) {
  .top-cuisine__button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.top-cuisine__img-wrap {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 834px) {
  .top-cuisine__img-wrap {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 4rem;
  }
}

.top-cuisine__img--01 {
  z-index: 2;
  width: 95%;
  margin-left: auto;
}

.top-cuisine__img--02 {
  margin-left: -4.5%;
  margin-top: -2%;
  z-index: 3;
  width: 49%;
}

.top-cuisine__img--03 {
  margin-left: auto;
  margin-right: 21%;
  margin-top: -17%;
  z-index: 1;
  width: 39.8%;
}

@media (max-width: 834px) {
  .top-cuisine__img--02 {
    margin-left: 0;
    margin-top: 4%;
    width: 65%;
  }

  .top-cuisine__img--03 {
    margin-right: 0;
    margin-top: 4%;
    width: 55%;
  }
}

/*-------------------------------------------
 * news
-------------------------------------------*/
.top-news {
  padding-block: clamp(8rem, 7.1428571429vw, 12rem) clamp(7rem, 10.3571428571vw, 17.4rem);
}

.top-news__title {
  font-family: var(--ff-gilda);
  font-size: var(--f48);
  margin-bottom: 0.5em;
  letter-spacing: -0.05em;
}

@media (max-width: 834px) {
  .top-news__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}

.top-news__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 20.6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 834px) {
  .top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.5rem;
  }
}

@media (max-width: 834px) {
  .top-news__head {
    display: contents;
  }
}

.top-news__list {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 0 5%;
  margin-top: -3.2rem;
}

@media (max-width: 834px) {
  .top-news__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.top-news__list>li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}

@media (max-width: 834px) {
  .top-news__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-news__list>li a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  padding-block: 2em;
  border-bottom: 1px solid #dadada;
}

@media (max-width: 834px) {
  .top-news__list>li a {
    width: 100%;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date category" "title title" "link link";
  }
}

@media (max-width: 834px) {
  .top-news__button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: auto;
  }
}

.top-news__list+.top-news__banner {
  margin-top: clamp(3rem, 4.1666666667vw, 7rem);
}

@media (max-width: 834px) {
  .top-news__list+.top-news__banner {
    margin-top: 0;
  }
}

@media (max-width: 834px) {
  .top-news__content-area {
    display: contents;
  }
}

.top-news__banner {
  padding: 3rem 14%;
  background-color: #f4ede4;
  display: grid;
  grid-template-columns: 274fr 311fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8%;
}

@media (max-width: 834px) {
  .top-news__banner {
    grid-template-columns: 224fr 323fr;
    padding: 3rem 5%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.top-news__banner-title {
  max-width: 29.3rem;
}

@media (max-width: 834px) {
  .top-news__banner-title {
    width: 88%;
  }
}

.top-news__banner-tagline {
  font-family: var(--ff-shippori);
  font-size: clamp(1.1rem, 1.25vw, 2.1rem);
  margin-block: 1em 1em;
  letter-spacing: -0.08em;
}

.top-news__banner-button.top-sec__button {
  margin-top: 0;
  margin-inline: unset;
}

/*-------------------------------------------
 * footer slider
-------------------------------------------*/
.top-footer-slider {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.top-footer-slider__taglines {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8em;
  bottom: 5vw;
  left: calc((100vw - min(1315px, 90vw)) / 2);
  z-index: 2;
}

@media (max-width: 834px) {
  .top-footer-slider__taglines {
    left: 5%;
    gap: 0.2em;
  }
}

.top-footer-slider__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-footer-slider__swiper .swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 1680/1065;
}

@media (max-width: 834px) {
  .top-footer-slider__swiper .swiper {
    aspect-ratio: 1680/1400;
  }
}

.top-footer-slider__swiper .swiper-slide {
  height: 100%;
}

.top-footer-slider__swiper .swiper-img {
  height: 100%;
  margin-right: -0.1rem;
}

.top-footer-slider__swiper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-------------------------------------------
 * field map
-------------------------------------------*/
.top-field-map {
  background: #3d4658;
  padding-top: clamp(9rem, 10.0595238095vw, 16.9rem);
}

@media (max-width: 834px) {
  .top-field-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-field-map__content {
  color: var(--cream);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em 7%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 834px) {
  .top-field-map__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-field-map__title {
  font-size: var(--f18);
  font-family: var(--ff-gilda);
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 0.8em;
  font-weight: 400;
}

.top-field-map__tagline {
  font-size: var(--f32);
  font-family: var(--ff-shippori);
  letter-spacing: -0.1em;
}

.top-field-map__description {
  margin-top: clamp(3.5rem, 3vw, 5.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}

@media (max-width: 834px) {
  .top-field-map__description {
    margin-top: 0;
    gap: 0;
  }
}

.top-field-map__button {
  margin-left: auto;
}

@media (max-width: 834px) {
  .top-field-map__button {
    margin-bottom: 4rem;
  }
}

@media (max-width: 834px) {
  .top-field-map__img.inner--1300 {
    width: 100%;
  }
}

/*-------------------------------------------
 * sightseeing
-------------------------------------------*/
.top-sightseeing {
  padding-top: clamp(9rem, 11.6071428571vw, 19.5rem);
}

@media (max-width: 834px) {
  .top-sightseeing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-sightseeing__head {
  margin-bottom: clamp(4.5rem, 5.119047619vw, 8.6rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 3rem 11%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 834px) {
  .top-sightseeing__head {
    display: contents;
  }
}

@media (max-width: 834px) {
  .top-sightseeing__inner {
    display: contents;
  }
}

.top-sightseeing__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}

@media (max-width: 834px) {
  .top-sightseeing__hgroup {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-inline: 5%;
    margin-bottom: 1.2em;
  }
}

.top-sightseeing__title--en {
  font-size: var(--f18);
  font-family: var(--ff-gilda);
  line-height: 1.2;
  font-weight: 400;
}

.top-sightseeing__title--ja {
  font-size: var(--f32);
  font-family: var(--ff-shippori);
  line-height: 1.2;
}

.top-sightseeing__text {
  margin-top: 1.5em;
}

@media (max-width: 834px) {
  .top-sightseeing__text {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-inline: 5%;
    margin-bottom: 2em;
  }
}

.top-sightseeing__button {
  margin-top: auto;
}

@media (max-width: 834px) {
  .top-sightseeing__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 3.5rem;
  }
}

/*# sourceMappingURL=top.css.map */