@charset "UTF-8";
/* ::::::::::  TOP  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 767px) {
  .globalFooter .onlyTop {
    display: block;
  }
}
@media (max-width: 767px) {
  .globalFooter .footerBlock dt {
    line-height: 1;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }
}
.globalFooter .footerBlock dt.onlyTop + dt {
  display: none;
}
@media (max-width: 767px) {
  .globalFooter .footerBlock dd {
    line-height: 1.5;
    font-family: "EB Garamond", serif;
  }
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  height: calc(100vh + 140px);
  padding-top: 0;
}
@media (max-width: 1024px) {
  .kv {
    display: block;
    height: calc(100svh - 55px);
    min-height: 0;
  }
}
.kvSlide {
  width: 100vw;
  height: 100%;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.kvSlide.slick-initialized {
  opacity: 1;
}
@media (max-width: 1024px) {
  .kvSlide {
    margin-inline: 0;
  }
}
.kvSlide .slick-list,
.kvSlide .slick-track,
.kvSlide .slick-slide {
  height: 100%;
}
.kvSlide.paused .slick-slide.move .photo img {
  animation-play-state: paused;
}
.kvSlide .slick-slide a {
  display: block;
  height: 100%;
}
.kvSlide .photo {
  position: relative;
  display: block;
  height: 100%;
}
.kvSlide .photo::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  background: #2C2C2C;
  opacity: 0.55;
}
.kvSlide .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv .textBlock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(20vh + 80px);
  z-index: 1;
  margin: auto;
  line-height: 1.5;
  text-align: center;
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1500px) {
  .kv .textBlock {
    bottom: calc(20vh + 3vw);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kv .textBlock {
    bottom: 12%;
  }
}
@media (max-width: 1024px) {
  .kv .textBlock {
    bottom: 105px;
    top: 0;
    height: fit-content;
  }
}
.kv .textBlock .openDate {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .kv .textBlock .openDate {
    font-size: 1.3rem;
  }
}
.kvLead {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .kvLead {
    font-size: 2rem;
  }
}
:lang(ja) .kvLead {
  line-height: 1.7;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  :lang(ja) .kvLead {
    font-size: 1.6rem;
  }
}
.kv .btnWrap .btnList {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .kv .btnWrap .btnList {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
}
.kv .btnWrap .btnList .btn a {
  border: none;
  background: rgba(210, 211, 206, 0.41);
  color: #231F20;
  text-shadow: none;
}
@media (max-width: 767px) {
  .kv .btnWrap .btnList .btn a {
    width: 140px;
    padding-inline: 0;
  }
}
.kvSlideNavWrap {
  position: absolute;
  bottom: -582px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1600px) {
  .kvSlideNavWrap {
    bottom: -30vw;
  }
}
@media (max-width: 1024px) {
  .kvSlideNavWrap {
    bottom: -122px;
  }
}
.kvSlideNav {
  border: 1px solid #C2B59B;
  border-radius: 50%;
  width: 1364px;
  height: 1364px;
  margin: auto;
  overflow: visible !important;
  --item-count: 8;
  --radius: 740px;
  --item-size: 72px;
}
@media (max-width: 1600px) {
  .kvSlideNav {
    width: calc(100vw - 260px);
    height: calc(100vw - 260px);
    --radius: 45.5vw;
  }
}
@media (max-width: 1024px) {
  .kvSlideNav {
    width: 244px;
    height: 244px;
    --radius: 152px;
    --item-size: 45px;
  }
}
.kvSlideNav .slick-list,
.kvSlideNav .slick-track {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translate3d(0px, 0px, 0px) !important;
}
.kvSlideNav .listItem {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--item-size) !important;
  height: var(--item-size);
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .kvSlideNav .listItem {
    padding: 11px 3px;
  }
}
.kvSlideNav .listItem:nth-child(1) {
  --index: -4;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(2) {
  --index: -3;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(3) {
  --index: -2;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(4) {
  --index: -1;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(5) {
  --index: 0;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(6) {
  --index: 1;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(7) {
  --index: 2;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem:nth-child(8) {
  --index: 3;
  --angle: calc(360deg / var(--item-count) * var(--index) + (45deg / 2));
  left: calc(50% + var(--radius) * cos(var(--angle)));
  top: calc(50% + var(--radius) * sin(var(--angle)));
  margin: calc(var(--item-size) / -2);
}
.kvSlideNav .listItem img {
  display: block;
  filter: drop-shadow(0 0 5px rgba(67, 49, 49, 0.55));
}
@media (max-width: 1024px) {
  .kvSlideNav .listItem img {
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
.kv .circle_icon {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 984px;
  height: 984px;
  margin: auto;
  transition: all 1s;
  rotate: 0deg;
  rotate: -22deg;
}
@media (max-width: 1600px) {
  .kv .circle_icon {
    width: calc(70.7106781187vw - 164px);
    height: calc(70.7106781187vw - 164px);
  }
}
@media (max-width: 1024px) {
  .kv .circle_icon {
    width: 180px;
    height: 180px;
  }
}
.kv .circle_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: #C2B59B;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .kv .circle_icon::before {
    width: 9px;
    height: 9px;
  }
}
.kvSlideNavWrap:has(.kvSlideNav .listItem:first-child.slick-current) .circle_icon {
  rotate: -22deg;
}
.kvSlideNavWrap:has(.kvSlideNav .listItem:nth-child(2).slick-current) .circle_icon {
  rotate: 22deg;
}
.kvSlideNavWrap:has(.kvSlideNav .listItem:nth-child(3).slick-current) .circle_icon {
  rotate: 68deg;
}
.kvSlideNavWrap:has(.kvSlideNav .listItem:nth-child(4).slick-current) .circle_icon {
  rotate: 112deg;
}
.kvSlideNavWrap:has(.kvSlideNav .listItem:first-child.slick-current.repeat) .circle_icon {
  rotate: 338deg;
}
.kvSlideNavWrap:has(.kvSlideNav .listItem:first-child.slick-current.repeat.noanime) .circle_icon {
  transition: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =========================================================
bookArea
========================================================= */
.bookArea {
  position: relative;
  z-index: 1;
  background: #3E4732;
  margin-top: -140px;
}
@media (max-width: 1024px) {
  .bookArea {
    margin-top: 0;
  }
}
.bookArea .wrapper01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bookArea .wrapper01 {
    display: block;
  }
}
.bookArea .wrapper02 {
  padding-block: 90px;
}
.bookArea .book {
  width: calc(76% - 40px);
  padding: 45px 0;
}
@media (min-width: 1024px) {
  .bookArea .book {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bookArea .book {
    width: 100%;
    padding: 30px 0;
  }
}
.bookArea .bookMember {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: calc(50% - 50vw);
  width: calc(24% + -50% + 50vw);
  padding: 45px 0 45px 40px;
  line-height: 1.4;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .bookArea .bookMember {
    width: initial;
    margin-inline: calc(50% - 50vw);
    padding: 30px 6%;
    font-size: 1.4rem;
  }
}
.bookArea .bookMember .inner {
  margin-right: auto;
}
@media (max-width: 767px) {
  .bookArea .bookMember .inner {
    margin-right: 0;
  }
}
:lang(ja) .bookArea .bookMember {
  align-items: center;
  text-align: center;
  line-height: 1.8;
  font-size: 1.9rem;
}
:lang(ja) .bookArea .bookMember strong {
  font-weight: inherit;
  font-size: 2rem;
}
:lang(ja) .bookArea .bookMember .btn {
  display: block;
  width: 220px;
}
:lang(ja) .bookArea .bookMember .btn a {
  display: flex;
  width: 100%;
}
.bookArea .bookMember .btn {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .bookArea .bookMember .btn {
    margin-top: 20px;
    text-align: center;
  }
}
.bookArea .bookMember .btn a {
  min-width: 0;
  width: fit-content;
  padding-inline: 20px;
  font-size: 1.2rem;
}
.bookArea .bookMember .btn:has(a[style="display: none;"]) {
  margin-top: 0;
}

/* =========================================================
about
========================================================= */
.about .wrapper02 {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .about .wrapper02 {
    padding-block: 75px 20px;
  }
}
.about .wrapper02 .textBlock {
  max-width: 670px;
}
@media (max-width: 767px) {
  .about .wrapper02 .textBlock {
    max-width: 90%;
  }
  :lang(ja) .about .wrapper02 .textBlock .secTitle01 {
    width: auto;
  }
}
.about .wrapper02 .line01 {
  position: absolute;
  top: 0;
  left: -130px;
}
.about .wrapper02 .line02 {
  position: absolute;
  bottom: -220px;
  left: 500px;
  z-index: 2;
}

/* =========================================================
photoSlide
========================================================= */
.photoSlideList {
  position: relative;
}
.photoSlideList::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #231f20 40%, rgba(35, 31, 32, 0) 100%);
  width: 100%;
  height: 35%;
}
@media (max-width: 767px) {
  .photoSlideList::before {
    height: 16.6666666667%;
  }
}
.photoSlideList .slick-list,
.photoSlideList .slick-track {
  display: flex;
}
.photoSlideList .listItem {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .photoSlideList .listItem {
    padding-block: 380px 200px;
  }
}
@media (max-width: 767px) {
  .photoSlideList .listItem .wrapper02 {
    padding: 0;
  }
}
.photoSlideList .listItem .photo {
  display: block;
  position: absolute;
  top: -700px;
  bottom: -700px;
  left: 35%;
  overflow: hidden;
  border-radius: 50%;
  width: 1400px;
  height: 1400px;
  margin: auto;
}
@media (max-width: 767px) {
  .photoSlideList .listItem .photo {
    position: static;
    border-radius: 0;
    width: 114%;
    height: auto;
    margin: 0 -7%;
  }
}
.photoSlideList .listItem .photo::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  left: -7%;
  right: -7%;
  z-index: 0;
  background: #000;
  margin: auto;
  opacity: 0;
}
@media (max-width: 767px) {
  .photoSlideList .listItem .photo::before {
    opacity: 0.45;
  }
}
.photoSlideList .listItem .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .photoSlideList .listItem .photo img {
    width: 100%;
    height: 100%;
  }
}
.photoSlideList .listItem .textBlock {
  position: relative;
  z-index: 1;
  width: 30%;
}
@media (max-width: 767px) {
  .photoSlideList .listItem .textBlock {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 10% 0 0;
  }
}
.photoSlideList .listItem .textBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -90%;
  left: -800px;
  right: -600px;
  z-index: -1;
  border-radius: 50%;
  background: #231F20;
  width: 1400px;
  height: 1400px;
  margin: auto;
  opacity: 0.65;
}
@media (max-width: 767px) {
  .photoSlideList .listItem .textBlock::before {
    content: none;
  }
}
.photoSlideList .listItem .textBlock .secTitle02 {
  white-space: nowrap;
}
.photoSlideList .slick-dots {
  position: absolute;
  bottom: 65px;
  left: -20px;
  right: 0;
  z-index: 1;
  max-width: 1364px;
  margin-inline: auto;
  padding-left: 25%;
  text-align: left;
}
@media (max-width: 1500px) {
  .photoSlideList .slick-dots {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  .photoSlideList .slick-dots {
    left: 70px;
  }
}
@media (max-width: 767px) {
  .photoSlideList .slick-dots {
    top: auto;
    left: -10px;
    bottom: 10%;
    max-width: 90%;
    padding-left: 0;
  }
}
.photoSlideList .slick-arrow {
  width: calc(50vw - 682px);
  width: 20%;
  height: 100%;
}
@media (max-width: 767px) {
  .photoSlideList .slick-arrow {
    bottom: 0;
  }
}
.photoSlideList .slick-arrow::before {
  content: none;
}
.photoSlideList .slick-prev {
  left: 0;
}
.photoSlideList .slick-next {
  right: 0;
}

/* =========================================================
story
========================================================= */
.story {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .story .wrapper02 {
    padding-block: 380px 200px;
  }
}
@media (max-width: 767px) {
  .story .wrapper02 {
    padding-top: 0;
  }
}
.story .photo {
  display: block;
  position: absolute;
  top: -700px;
  bottom: -700px;
  left: 50%;
  overflow: hidden;
  border-radius: 50%;
  width: 1400px;
  height: 1400px;
  margin: auto;
}
@media (max-width: 767px) {
  .story .photo {
    position: static;
    border-radius: 0;
    width: 114%;
    height: auto;
    margin: 0 -7% 40px;
  }
}
.story .photo img {
  object-fit: cover;
  width: 90%;
  height: 95%;
}
@media (max-width: 767px) {
  .story .photo img {
    width: 100%;
    height: 100%;
  }
}
.story .textBlock {
  position: relative;
  z-index: 1;
  width: 30%;
}
@media (max-width: 767px) {
  .story .textBlock {
    width: 100%;
  }
}
.story .textBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  bottom: -50%;
  left: -700px;
  right: -700px;
  z-index: -1;
  border-radius: 50%;
  background: #231F20;
  width: 1400px;
  height: 1400px;
  margin: auto;
  opacity: 0.65;
}
@media (max-width: 767px) {
  .story .textBlock::before {
    content: none;
  }
}
.story .textBlock .secTitle02 {
  white-space: nowrap;
}

/* =========================================================
illust
========================================================= */
@media (max-width: 1024px) {
  .illust {
    text-align: center;
  }
}
.illust .wrapper01,
.illust .wrapper02 {
  align-items: center;
  gap: 14%;
}
@media (min-width: 1024px) {
  .illust .wrapper01,
  .illust .wrapper02 {
    padding-block: 220px;
  }
}
@media (max-width: 1024px) {
  .illust .wrapper01,
  .illust .wrapper02 {
    padding: 50px 0;
  }
}
.illust .wrapper01 {
  padding-inline: 2%;
}
@media (max-width: 1024px) {
  .illust .wrapper01 {
    display: block;
  }
}
.illust .photo {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .illust .photo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .illust .photo img {
    width: 210px;
  }
}
.illust .textBlock {
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .illust .textBlock br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .illust .textBlock br.pc {
    display: none;
  }
}
.illust .textBlock h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .illust .textBlock h2 {
    font-size: 2.2rem;
  }
}
:lang(ja) .illust .textBlock h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  :lang(ja) .illust .textBlock h2 {
    font-size: 2rem;
  }
}

/* =========================================================
room
========================================================= */
@media (max-width: 767px) {
  .roomList {
    margin-top: 30px;
  }
}
.roomList .listItem {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .roomList .listItem {
    display: block;
  }
}
@media (min-width: 1024px) {
  .roomList .listItem .textBlock {
    width: 80%;
  }
  .roomList .listItem .textBlock .inner {
    position: relative;
    left: 20%;
  }
  .roomList .listItem:nth-child(even) {
    flex-direction: row;
  }
  .roomList .listItem:first-child .textBlock {
    padding-bottom: 135px;
    text-align: right;
  }
  .roomList .listItem:last-child .textBlock {
    padding-top: 135px;
    text-align: right;
  }
}
.roomList .listItem + .listItem {
  margin-top: -135px;
}
@media (max-width: 1024px) {
  .roomList .listItem + .listItem {
    margin-top: 65px;
  }
}
.roomList .listItem .photo,
.roomList .listItem .textBlock {
  width: 100%;
}
@media (max-width: 1024px) {
  .roomList .listItem .photo {
    margin-bottom: 20px;
  }
}
.roomList .listItem .photo img {
  width: 100%;
  height: auto;
}
.roomList .listItem .textBlock .inner {
  width: 60%;
}
@media (max-width: 767px) {
  .roomList .listItem .textBlock .inner {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  :lang(ja) .roomList .listItem .textBlock .inner {
    width: 70%;
    font-size: 1.4rem;
  }
}
.roomList .listItem .textBlock h3 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .roomList .listItem .textBlock h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.roomList .listItem .textBlock h3 i {
  font-style: italic;
}
:lang(ja) .roomList .listItem .textBlock h3 {
  font-family: "Montserrat", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Yu Gothic", YuGothic, "游ゴシック", "Noto Sans JP", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

/* =========================================================
news
========================================================= */
.news {
  background: #3E4732;
}
@media (min-width: 1024px) {
  .news .wrapper02 {
    padding-block: 100px;
    padding-left: 280px;
  }
}
.news .secTitle01 {
  position: absolute;
  top: 95px;
  left: 0;
}
@media (max-width: 1500px) {
  .news .secTitle01 {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .news .secTitle01 {
    position: static;
  }
}
.newsList {
  border-top: 1px solid #C2B59B;
}
.newsList li {
  border-bottom: 1px solid #C2B59B;
}
.newsList li a {
  display: flex;
  align-items: center;
  min-height: 70px;
}
@media (any-hover: hover) {
  .newsList li a:hover {
    padding-inline: 50px;
  }
}
@media (max-width: 767px) {
  .newsList li a {
    min-height: 50px;
  }
}
.newsList li a .arrow {
  fill: #C2B59B;
  width: 28px;
  height: 16px;
  margin: 0 0 0 auto;
}/*# sourceMappingURL=top.css.map */