@charset "utf-8";

/*-------------------------------------
変数
-------------------------------------*/

:root {
  --NotoSerif: "Noto Serif JP", serif;
  --Playfair: "Playfair Display", serif;
  --NotoSans: "Noto Sans JP", serif;
  --Times: Times, serif;
}





/*-------------------------------------
共通
-------------------------------------*/

html {
  font-size: 1px;
}
@media screen and (max-width: 999.98px) {
  html {
    font-size: 0.1vw;
  }
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure {
  margin: 0;
}

p {
  font-size: 16rem;
}

.body {
  font-family: var(--NotoSerif);
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  background-color: #070302;
  position: relative;
  z-index: 1;
}
.body::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../image/pc_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.scroll-area {
  margin-left: 43.4%;
  max-width: 540rem;
  padding-top: 24rem;
}

.scroll-content {
  background-color: #070302;
}

.main-h {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}


@media screen and (max-width: 767.98px) {

  html {
    font-size: calc(100vw / 540 * 1);
  }

  .scroll-area {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }

}



/********************/
/* PC版とsp版で表示非表示の切り替え */
/********************/

.u-md-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-md-show {
    display: block;
  }
  .u-md-none {
    display: none;
  }
}



/********************/
/* スマホはタップで通話できるが、PCではクリックさせない */
/********************/

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



/********************/
/* ボタン */
/********************/

a {
  display: inline-block;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  transition: 0.3s;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}



/********************/
/* インナー */
/********************/

.common-inner {
  max-width: 465rem;
  margin-inline: auto;
}



/********************/
/* セクションタイトル */
/********************/

.common-right-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.common-right-title__en {
  font-family: var(--Playfair);
  font-weight: 500;
  font-size: 68rem;
  line-height: calc(88 / 68);
  letter-spacing: -0.01em;
  color: #EEE5E5;
  text-transform: uppercase;
}

.common-right-title__ja {
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #EEE5E5;
}

.common-center-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-center-title__en {
  font-family: var(--Playfair);
  font-weight: 500;
  font-size: 48rem;
  line-height: calc(60 / 48);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.common-center-title__ja {
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}



/********************/
/* リンク */
/********************/

.common-more-buttonZone {
  width: 164rem;
  margin-inline: auto;
}

.common-more-button {
  display: block;
  padding-inline: 9rem;
  padding-bottom: 12rem;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 700;
  font-size: 16rem;
  line-height: calc(23 / 16);
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.common-more-button::before {
  position: absolute;
  top: 0;
  right: 9rem;
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}



/********************/
/* エラーメッセージ */
/********************/

.no-text {
  text-align: center;
}



/********************/
/* jsでクラスを操作 */
/********************/

.is-noScroll {
  overflow: hidden;
}





/*-------------------------------------
header
-------------------------------------*/

.header {
  position: fixed;
  top: 50%;
  transform: translateY(-36.5vh);
  left: 3.1%;
  width: 36.3%;
  max-width: 523rem;
  height: fit-content;
}

.header__logo {
  width: min(31vh, 235rem);
  margin-inline: auto;
}

@media (hover: hover) {
  .header__logo-link:hover {
    opacity: 1;
  }
}

.header__top-en {
  margin-top: 7rem;
  text-align: center;
  font-family: var(--Playfair);
  font-weight: 500;
  font-size: min(6.4vh, 48rem);
  line-height: calc(58 / 48);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header__top-ja {
  margin-top: 7rem;
  text-align: center;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.header__top-address {
  margin-top: 20rem;
  margin-inline: auto;
  max-width: 370rem;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.header__menu {
  margin-top: 52rem;
  margin-right: -5rem;
  display: flex;
  justify-content: space-between;
  gap: 16rem 24rem;
}

.header__nav {
  padding-top: 5rem;
  padding-left: 36rem;
}

.header__nav-item {
  line-height: 1;
}
.header__nav-item:not(:first-child) {
  margin-top: 12rem;
}

.header__nav-link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 12rem;
  position: relative;
}
.header__nav-link::before {
  position: absolute;
  top: 50%;
  left: -36rem;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .header__nav-link:hover,
  .header__nav-link:hover::before {
    opacity: 1;
  }
}

.header__nav-en {
  display: inline-block;
  font-family: var(--Playfair);
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  filter: drop-shadow(0 4rem 12.9rem rgba(0,0,0,0.41));
}

.header__nav-ja {
  display: inline-block;
  font-weight: 700;
  font-size: 15rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.header__reserve {
  width: 188rem;
}

.header__reserve-button {
  filter: drop-shadow(0 4rem 51.4rem rgba(0,0,0,0.92));
}


@media screen and (max-width: 1439.98px) {
  .header__nav-link {
    flex-direction: column;
    align-items: flex-start;
  }
}


@media screen and (min-width: 768px) and (max-width: 1439.98px) and (max-height: 749.98px) {
  .header {
    transform: translateY(-43vh);
  }
}


@media screen and (max-width: 767.98px) {

  .header {
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding-top: calc(100vw / 428 * 120);
    padding-bottom: calc(100vw / 428 * 120);
    background-color: #111;
    background-image: url(../image/hamburger_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
    overflow-y: scroll;
  }
  .header.is-active {
    opacity: 1;
    visibility: visible;
  }
  .hamburger.is-z-index {
    z-index: 1;
  }

  .header__logo {
    width: calc(100vw / 428 * 186);
  }

  .header__top-en {
    margin-top: calc(100vw / 428 * 11);
    font-size: calc(100vw / 428 * 40);
    line-height: 1.2;
  }

  .header__top-ja {
    margin-top: calc(100vw / 428 * 7);
    font-size: calc(100vw / 428 * 16);
  }

  .header__top-address {
    margin-top: calc(100vw / 428 * 16);
    width: calc(100vw / 428 * 309);
    max-width: none;
    text-align: left;
    font-size: calc(100vw / 428 * 15);
  }

  .header__menu {
    width: 100%;
    margin-top: calc(100vw / 428 * 50);
    row-gap: calc(100vw / 428 * 10);
    flex-direction: column;
    align-items: center;
  }

  .header__nav {
    padding-top: 0;
    padding-left: 0;
  }

  .header__nav-item:not(:first-child) {
    margin-top: calc(100vw / 428 * 13);
  }

  .header__nav-link {
    flex-direction: row;
    align-items: center;
    gap: 0 calc(100vw / 428 * 13);
  }
  .header__nav-link::before {
    left: calc(-100vw / 428 * 40);
    width: calc(100vw / 428 * 26);
    height: calc(100vw / 428 * 26);
  }

  .header__nav-en {
    font-size: calc(100vw / 428 * 26);
    filter: drop-shadow(0 calc(100vw / 428 * 4) calc(100vw / 428 * 13) rgba(0,0,0,0.41));
  }

  .header__nav-ja {
    font-size: calc(100vw / 428 * 16);
  }

  .header__reserve {
    margin-top: calc(100vw / 428 * 15);
    width: calc(100vw / 428 * 150);
  }

  .header__reserve-button {
    filter: drop-shadow(0 calc(100vw / 428 * 4) calc(100vw / 428 * 51) rgba(0,0,0,0.92));
  }

  .hamburger {
    position: fixed;
    top: 29px;
    right: 14px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    overflow: hidden;
  }
  .hamburger::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-20px) translateX(-20px) rotate(35deg);
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.6s;
  }
  .hamburger.is-active::before {
    left: 14px;
    transform: translateY(0) translateX(0) rotate(35deg);
    opacity: 1;
  }
  .hamburger::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-20px) translateX(20px) rotate(-35deg);
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.6s;
  }
  .hamburger.is-active::after {
    right: 14px;
    transform: translateY(0) translateX(0) rotate(-35deg);
    opacity: 1;
  }


  @media (hover: hover) {
    .hamburger:hover {
      opacity: 1;
    }
  }

  .hamburger__line-zone {
    width: 21px;
    height: 9px;
    position: relative;
    overflow: hidden;
  }

  .hamburger__line {
    display: inline-block;
    background-color: #fff;
    height: 1px;
    transition: all 0.5s;
  }
  .hamburger__line:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
  }
  .hamburger__line:nth-child(2) {
    position: absolute;
    top: 4px;
    left: -3px;
    width: 24px;
  }
  .hamburger__line:nth-child(3) {
    position: absolute;
    top: 8px;
    left: -8px;
    width: 18px;
  }

  .hamburger.is-active .hamburger__line {
    left: 101%;
  }

  .hamburger__edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #111;
    z-index: 9;
  }

}





/*-------------------------------------
fv
-------------------------------------*/

.fv-image {
  margin: 0;
  position: relative;
}
.fv-image::before{
  position: absolute;
  top: 19rem;
  left: 20rem;
  content: "";
  width: calc(100% - 40rem);
  height: calc(100% - 46rem);
  border: 3rem solid #B99F65;
}

.fv-container {
  margin-top: -178rem;
  padding: 39rem 5rem 43rem;
  position: relative;
  z-index: 1;
}
.fv-container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 465 / 357;
  background-image: url(../image/fv_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.fv-container__logo {
  position: absolute;
  top: -30rem;
  left: 50%;
  transform: translateX(-50%);
  width: 87rem;
}

.fv-container__title {
  margin-inline: auto;
  width: 360rem;
  padding-right: 0rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 7rem;
  padding-bottom: 8rem;
  border-bottom: 1rem solid #B99B9B;
}

.fv-container__title-en {
  font-family: var(--Playfair);
  font-weight: 500;
  font-size: 32rem;
  line-height: calc(38 / 32);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fv-container__title-ja {
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.fv-container__lead {
  margin-top: 26rem;
  text-align: center;
  font-weight: 500;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #EDE5E5;
}

.fv-container__list {
  margin-top: 25rem;
  margin-inline: auto;
  width: 322rem;
}

.fv-container__item {
  display: flex;
  align-items: center;
  column-gap: 9rem;
}
.fv-container__item:not(:first-child) {
  margin-top: 8rem;
}

.fv-container__item-icon {
  width: 34rem;
}

.fv-container__item-text {
  flex: 1;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.02em;
}





/*-------------------------------------
news
-------------------------------------*/

.news {
  margin-top: -192rem;
  padding-top: 240rem;
  padding-bottom: 72rem;
  background-image: url(../image/news_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news .common-right-title__en,
.news .common-right-title__ja {
  color: #D6D0B7;
}

.news-body {
  margin-top: 8rem;
  padding-left: 18rem;
  padding-right: 21rem;
}

.news-item {
  padding-bottom: 19rem;
  border-bottom: 1px solid #816D5B;
}
.news-item:not(:first-child) {
  margin-top: 8rem;
}

.news-item__date {
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #D6D0B7;
}

.news-item__link {
  display: block;
  margin-top: 8rem;
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.02em;
}

.news-bottom {
  margin-top: 55rem;
}






/*-------------------------------------
pickup
-------------------------------------*/

.pick {
  padding-top: 45rem;
  padding-bottom: 52rem;
  position: relative;
  z-index: 1;
}
.pick::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/pick_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}

.pick-tab-list {
  margin-top: 50rem;
  width: 336rem;
  margin-inline: auto;
  transform: translateX(-4%);
	display: flex;
  align-items: center;
  justify-content: space-between;
}

.pick-tab-item {
  padding-left: 19rem;
  padding-bottom: 5rem;
}

.pick-tab-item.is-active {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.pick-tab-item.is-active::before {
  position: absolute;
  top: 9rem;
  left: -4rem;
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-tab-item__link {
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #9F9898;
}
.pick-tab-item.is-active .pick-tab-item__link {
  color: #fff;
}

.pick-tab-zone {
  margin-top: 33rem;
  padding-top: 30rem;
  padding-bottom: 31rem;
  position: relative;
}
.pick-tab-zone::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 74rem);
  height: 100%;
  border: 2rem solid;
  border-image: linear-gradient(145deg, #8F7567, #62422F) 1;
}
.pick-tab-zone::after {
  position: absolute;
  bottom: calc(100% - 19rem);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 80rem);
  height: auto;
  aspect-ratio: 468 / 59;
  background-image: url(../image/pick_mark_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-tab-area {
	display: none;
	opacity: 0;
}
.pick-tab-area.is-active {
  display: block;
  animation-name: tabAnime;
  animation-fill-mode: forwards;
}

@keyframes tabAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.pick-container__item {
  padding-top: 20rem;
  transform: scale(0.85);
  transition: all 0.3s;
}
.pick-container__item.slick-center {
  transform: scale(1, 1);
}

.pick-container__item-link {
  width: 100%;
}

.pick-container__item--new .pick-container__item-image {
  margin: 0;
  position: relative;
}
.pick-container__item--new .pick-container__item-image::before {
  position: absolute;
  top: -18rem;
  left: -8rem;
  content: "";
  width: 62rem;
  height: 62rem;
  background-image: url(../image/pick_mark_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-container__item-image img {
  aspect-ratio: 342 / 449;
}

.pick-container__item-body {
  margin-top: 20rem;
  transition: all 0.3s;
  opacity: 0;
}
.pick-container__item.slick-center .pick-container__item-body {
  opacity: 1;
}

.pick-container__item-title {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.pick-container__item-tagList {
  margin-top: 16rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.pick-container__item-tagItem {
  width: 160rem;
  height: fit-content;
  border: 1px solid #825E2E;
  background: linear-gradient(100deg, #E1CB7D, #A68146);
  padding: 3rem 12rem 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 13.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4B3714;
  position: relative;
}
.pick-container__item-tagItem::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "";
  width: 8rem;
  height: 8rem;
  background-image: url(../image/pick_mark_tag.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pick-container__item-tagItem::after {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transform: rotate(180deg);
  content: "";
  width: 8rem;
  height: 8rem;
  background-image: url(../image/pick_mark_tag.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-container__item-bottom {
  margin-top: 35rem;
}

.pick-play {
  margin-top: 50rem;
}

.pick-play__title {
  text-align: center;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.pick-play__sliderZone {
  margin-top: 14rem;
}

.pick-play__slider {
  padding-top: 22rem;
  padding-inline: 25rem;
  position: relative;
}
.pick-play__slider::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  content: "";
  width: 14rem;
  height: 14rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pick-play__slider::after {
  position: absolute;
  top: 77%;
  left: 0;
  transform: rotate(-90deg);
  content: "";
  width: 14rem;
  height: 14rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-play__slider-prev,
.pick-play__slider-next {
  position: absolute;
  top: 35%;
  width: 29rem;
  height: 29rem;
}
.pick-play__slider-prev {
  left: -2rem;
}
.pick-play__slider-next {
  right: -2rem;
}
.pick-play__slider-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pick-play__slider-next::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-play__item {
  transform: scale(0.93);
  transition: all 0.3s;
  margin-inline: 5rem;
}
.pick-play__item.slick-center {
  transform: scale(1, 1);
}

.pick-play__item-link {
  width: 100%;
}

.pick-play__item-image img {
  aspect-ratio: 134 / 190;
}

.pick-play__item-bottom {
  margin-top: 25rem;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.pick-play__item.slick-center .pick-play__item-bottom {
  opacity: 1;
  pointer-events: visible;
}

.pick-play__item-bottom .common-more-buttonZone {
  width: 100%;
}

.pick-play__item-bottom .common-more-button {
  padding-inline: 0;
  font-size: 14rem;
}
.pick-play__item-bottom .common-more-button::before {
  right: 0;
}

.pick-button {
  margin-top: 61rem;
  width: 333rem;
  margin-inline: auto;
}

.pick-button__link {
  display: block;
  width: 100%;
  border: 1px solid #625252;
  background-color: #1D0D0D;
  padding: 15rem 20rem 15rem 15rem;
  text-align: center;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
}
.pick-button__link::before {
  position: absolute;
  top: 50%;
  left: calc(50% + 80rem);
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-bottom {
  margin-top: 35rem;
  margin-inline: auto;
  width: 60rem;
}





/*-------------------------------------
reserve
-------------------------------------*/

.reserve {
  padding-top: 60rem;
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 910rem;
  background-image: url(../image/reserve_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.reserve-button-site {
  margin-top: 37rem;
}

.reserve-button-site__link {
  width: 100%;
  height: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/reserve_button_site.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
}

.reserve-button-site__link span {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-right: 36rem;
  position: relative;
}
.reserve-button-site__link span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.reserve-button-line {
  margin-top: 16rem;
}

.reserve-button-line__link {
  width: 100%;
  height: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/reserve_button_line.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.reserve-button-line__link span {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-left: 67rem;
  padding-right: 47rem;
  position: relative;
}
.reserve-button-line__link span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 45rem;
  height: 45rem;
  background-image: url(../image/icon_line_square.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.reserve-button-line__link span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}





/*-------------------------------------
flow
-------------------------------------*/

.fromFlow-toVideo {
  overflow: hidden;
}

.flow {
  margin-top: 75rem;
  position: relative;
  z-index: 1;
}

.flow__container {
  padding: 30rem 8rem 40rem;
  position: relative;
  z-index: 1;
}
.flow__container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 464 / 692;
  background-image: url(../image/flow_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.flow__list {
  margin-top: 24rem;
  padding-right: 40rem;
}

.flow__item {
  display: flex;
  column-gap: 10rem;
  position: relative;
  z-index: 1;
}
.flow__item:not(:first-child) {
  margin-top: 24rem;
}
.flow__item::before {
  position: absolute;
  top: 50rem;
  left: 26rem;
  content: "";
  width: 1px;
  height: calc(100% - 20rem);
  background-color: #C3A062;
  z-index: -1;
}
.flow__item:last-child:before {
  display: none;
}

.flow__item-number {
  display: block;
  width: 53rem;
  height: 53rem;
  background-image: url(../image/flow_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Times, serif;
  font-size: 30rem;
  color: #C3A062;
}

.flow__item-body {
  flex: 1;
}

.flow__item-title {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.flow__item:nth-child(5) .flow__item-title {
  padding-top: 5rem;
}

.flow__item-text {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 15rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}





/*-------------------------------------
feature
-------------------------------------*/

.feature {
  padding-top: 80rem;
  padding-bottom: 64rem;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 4656;
  background-image: url(../image/feature_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.feature__content {
  margin-top: 30rem;
}

.feature__item {
  position: relative;
}

.feature__item-body {
  position: relative;
}
.feature__item01 .feature__item-body {
  margin-top: -18rem;
  padding-left: 37rem;
}
.feature__item02 .feature__item-body {
  margin-top: -78rem;
  padding-left: 90rem;
}
.feature__item03 .feature__item-body {
  margin-top: -40rem;
  padding-left: 27rem;
  padding-right: 60rem;
}

.feature__item-number {
  font-family: var(--Times);
  font-size: 176rem;
  line-height: 1;
}
.feature__item01 .feature__item-number {
  position: absolute;
  top: -30rem;
  right: 38rem;
  letter-spacing: -0.08em;
  color: rgba(195, 160, 98, 0.5);
}
.feature__item02 .feature__item-number {
  position: absolute;
  top: -70rem;
  left: 16rem;
  color: #95765D;
}
.feature__item03 .feature__item-number {
  position: absolute;
  right: 14rem;
  top: -25rem;
  color: #704B40;
}

.feature__item-title {
  font-family: var(--Playfair);
  font-weight: 700;
  font-size: 32rem;
  line-height: calc(43 / 32);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.feature__item03 .feature__item-title {
  line-height: 1.5;
}

.feature__item-lead {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.feature__item-text {
  margin-top: 13rem;
  font-weight: 600;
  font-size: 15rem;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
.feature__item01 .feature__item-text {
  width: 440rem;
}
.feature__item02 .feature__item-text {
  width: 420rem;
}
.feature__item03 .feature__item-text {
  width: 422rem;
}

.feature__item01-image01 {
  width: 530rem;
  margin-left: -80rem;
}

.feature__item01-image02 {
  position: absolute;
  top: 27%;
  left: 78%;
  width: 175rem;
}

.feature__item02-image01 {
  margin-top: -30rem;
  width: 682rem;
  margin-left: 70rem;
}

.feature__item02-image02 {
  position: absolute;
  top: 8.5%;
  left: -42rem;
  width: 175rem;
}

.feature__item02-image03 {
  position: absolute;
  top: 37%;
  left: 36rem;
  width: 126rem;
}

.feature__item03-image01 {
  margin-top: -16rem;
  width: 420rem;
  margin-left: -95rem;
}

.feature__item03-image02 {
  position: absolute;
  top: -1%;
  left: 59%;
  width: 275rem;
}

.feature__item03-image03 {
  position: absolute;
  top: 39%;
  left: 50%;
  width: 163rem;
}




/*-------------------------------------
room-service-video
-------------------------------------*/

.room-service-video {
  padding-top: 63rem;
  padding-bottom: 52rem;
  background-image: url(../image/room_service_video_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.room__list {
  margin-top: 35rem;
  padding-inline: 28rem;
  display: flex;
  flex-wrap: wrap;
  gap: 24rem 16rem;
}

.room__item {
  width: calc((100% - 16rem) / 2);
}

.room__item-image {
  position: relative;
}

.room__item-button {
  position: absolute;
  bottom: 13rem;
  right: 13rem;
  width: 26rem;
  height: 26rem;
}

.room__item-text {
  margin-top: 12rem;
  text-align: center;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}


/********************/
/* ROOMSポップアップ */
/********************/

.room__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.room__modal-closeButton {
  position: fixed;
  top: 0;
  right: 0;
  width: 48rem;
  height: 48rem;
  padding: 11rem;
  cursor: pointer;
  background: #363636;
  z-index: 9999;
}

.room__modal-closeButton__line {
  display: block;
  width: 20rem;
  height: 2rem;
  background-color: #fff;
}
.room__modal-closeButton__line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.room__modal-closeButton__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.room__modal-back {
  position: fixed;
  top: 35%;
  left: 3%;
  width: 55rem;
  height: 55rem;
  z-index: 9999;
}
.room__modal-back::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 30rem;
  height: 30rem;
  border-left: 3rem solid #fff;
  border-bottom: 3rem solid #fff;
}

.room__modal-next {
  position: fixed;
  top: 35%;
  right: 3%;
  width: 55rem;
  height: 55rem;
  z-index: 9999;
}
.room__modal-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 30rem;
  height: 30rem;
  border-top: 3rem solid #fff;
  border-right: 3rem solid #fff;
}

.room__modal-image {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 400rem;
  height: 400rem;
  z-index: 9999;
}

.room__modal-bottom {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.room__modal-bottomList {
  display: flex;
  justify-content: center;
  column-gap: 10rem;
}

.room__modal-bottomItem {
  width: 58rem;
  cursor: pointer;
  position: relative;
}
.room__modal-bottomItem.is-current::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.js-room-overlay,
.js-room-image,
.js-room-bottom {
  display: none;
}

.js-room-close,
.js-room-back,
.js-room-next {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.js-room-close.is-visible,
.js-room-back.is-visible,
.js-room-next.is-visible {
  opacity: 1;
  visibility: visible;
}





/*-------------------------------------
service
-------------------------------------*/

.service {
  margin-top: 57rem;
}

.service__list {
  margin-top: 20rem;
  padding-inline: 26rem;
  display: flex;
  flex-wrap: wrap;
  gap: 14rem;
}

.service__item {
  width: calc((100% - 14rem) / 2);
  display: flex;
  flex-direction: column;
}

.service__item-icon {
  width: 102rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.service__item-body {
  flex: 1;
  margin-top: -49rem;
  padding-top: 52rem;
  padding-bottom: 27rem;
  background: linear-gradient(180deg, rgba(7, 3, 2, 0.3), #310C04);
  border: 1px solid #625742;
  filter: drop-shadow(0 15rem 29rem rgba(3, 68, 149, 0.08));
  position: relative;
}
.service__item:nth-child(1) .service__item-body {
  padding-top: 62rem;
}

.service__item-body span {
  position: absolute;
}
.service__item-body span:nth-child(1) {
  top: 4rem;
  left: 3rem;
}
.service__item-body span:nth-child(2) {
  top: 4rem;
  right: 9rem;
}
.service__item-body span:nth-child(3) {
  bottom: 9rem;
  left: 4rem;
}
.service__item-body span:nth-child(4) {
  bottom: 9rem;
  right: 9rem;
}
.service__item-body span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6rem;
  height: 6rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.service__item-body span:nth-child(2)::before {
  transform: rotate(90deg);
}
.service__item-body span:nth-child(3)::before {
  transform: rotate(-90deg);
}
.service__item-body span:nth-child(4)::before {
  transform: rotate(180deg);
}

.service__item-title {
  text-align: center;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.02em;
}

.service__item-text {
  margin-top: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}





/*-------------------------------------
video
-------------------------------------*/

.video {
  margin-top: 52rem;
}

.video__container {
  margin-top: 20rem;
  padding-inline: 10rem;
}

.video__content {
  border: 1px solid;
  border-image: linear-gradient(120deg, #8F7567, #62422F) 1;
  background: linear-gradient(180deg, rgba(7, 3, 2, 0.3), #310C04);
  padding: 20rem;
  position: relative;
}

.video__content span {
  position: absolute;
}
.video__content span:nth-child(1) {
  top: 7rem;
  left: 6rem;
}
.video__content span:nth-child(2) {
  top: 7rem;
  right: 24rem;
}
.video__content span:nth-child(3) {
  bottom: 24rem;
  left: 7rem;
}
.video__content span:nth-child(4) {
  bottom: 24rem;
  right: 24rem;
}
.video__content span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 17rem;
  height: 17rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.video__content span:nth-child(2)::before {
  transform: rotate(90deg);
}
.video__content span:nth-child(3)::before {
  transform: rotate(-90deg);
}
.video__content span:nth-child(4)::before {
  transform: rotate(180deg);
}

.video__content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 480 / 270;
}





/*-------------------------------------
master
-------------------------------------*/

.master {
  padding-top: 155rem;
  padding-bottom: 80rem;
  background-image: url(../image/master_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.master .common-center-title__en {
  font-size: 62rem;
}

.master .common-center-title__ja {
  font-size: 24rem;
}

.master-container {
  margin-top: 20rem;
}

.master-container__item {
  padding-top: 50rem;
  transform: scale(0.75);
  transition: all 0.3s;
}
.master-container__item.slick-center {
  transform: scale(1, 1);
}

.master-container__item-image {
  margin: 0;
  position: relative;
}
.master-container__item-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 130%;
  height: auto;
  aspect-ratio: 908 / 1090;
  background-image: url(../image/master_frame.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.master-container__item-image img {
  aspect-ratio: 1 / 1;
}

.master-container__item-lastImage {
  margin: 0;
  padding: 22%;
  position: relative;
  filter: drop-shadow(0 4rem 38rem rgba(0,0,0,0.09));
}

.master-container__item-more {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  height: fit-content;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.master-container__item-body {
  margin-top: 46rem;
  transition: all 0.3s;
  opacity: 0;
}
.master-container__item.slick-center .master-container__item-body {
  opacity: 1;
}

.master-container__item-name {
  text-align: center;
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.02em;
}

.master-container__item-bottom {
  margin-top: 14rem;
}

.master-container__buttonZone {
  width: 333rem;
  margin-inline: auto;
}

.master-container__button {
  width: 100%;
  border: 1px solid #C3A062;
  background-color: #9E8243;
  padding: 6rem 24rem 8rem 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
}
.master-container__button::before {
  position: absolute;
  top: 50%;
  right: 70rem;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.master-container__slider .slick-dots{
  bottom: initial!important;
  margin-top: 56rem!important;
  margin-inline: auto;
  width: fit-content;
  height: 8rem;
  display: flex;
  position: relative;
  column-gap: 12rem;
}

.master-container__slider .slick-dots li{
  display: block;
  width: 16rem!important;
  height: 8rem!important;
  margin: 0!important;
  border-radius: 10rem;
  overflow: hidden;
}

.master-container__slider li button{
  width: 16rem!important;
  height: 8rem!important;
  padding: 0;
  background-color: #D9D9D9;
}

.master-container__slider .slick-dots li button:before{
  content: ''!important;
  height:100%!important;
  width: 100%!important;
}

.master-container__slider .slick-dots li.slick-active {
  width: 32rem!important;
}
.master-container__slider .slick-dots li.slick-active button {
  width: 32rem!important;
  background-color: #C3A062;
}


/********************/
/* GAME MASTERポップアップ */
/********************/

.master-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.master-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
}

.master-modal-closeButton {
  position: fixed;
  top: 39rem;
  right: 34rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  padding: 11rem;
  cursor: pointer;
  background: #111;
  z-index: 9999;
}

.master-modal-closeButton__line {
  display: block;
  width: 21rem;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}
.master-modal-closeButton__line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.master-modal-closeButton__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.master-modal-content {
  max-width: 428rem;
  margin-inline: auto;
  padding-top: 150rem;
  padding-bottom: 100rem;
  position: relative;
  z-index: 1;
}

.master-modal-person {
  display: none;
}

.master-modal-image {
  width: 360rem;
  height: 360rem;
  margin: 0 auto;
  position: relative;
}
.master-modal-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 130%;
  height: auto;
  aspect-ratio: 908 / 1090;
  background-image: url(../image/master_frame.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.master-modal-name {
  margin-top: 80rem;
  text-align: center;
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.02em;
}

.master-modal-call {
  text-align: center;
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.02em;
}

.master-modal-text {
  margin-top: 8rem;
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.02em;
}

.master-modal-sns {
  margin-top: 30rem;
  display: flex;
  column-gap: 12rem;
}

.master-modal-sns__item {
  width: 40rem;
}

.master-modal-pagination {
  padding-top: 50rem;
  display: flex;
  justify-content: center;
  column-gap: 53rem;
}

.master-modal-pagination__prev,
.master-modal-pagination__next {
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
}
.master-modal-pagination__prev {
  padding-left: 29rem;
}
.master-modal-pagination__prev::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.master-modal-pagination__next {
  padding-right: 29rem;
}
.master-modal-pagination__next::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.master-modal-bgLeft {
  position: absolute;
  top: 0;
  right: calc(50% + 224rem);
  content: "";
  width: calc(50vw - 214rem);
  height: 100%;
}
.master-modal-bgRight {
  position: absolute;
  top: 0;
  left: calc(50% + 224rem);
  content: "";
  width: calc(50vw - 214rem);
  height: 100%;
}





/*-------------------------------------
reserve-sns
-------------------------------------*/

.reserve-sns {
  margin-top: -160rem;
  padding-top: 182rem;
  background-image: url(../image/reserve_sns_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}





/*-------------------------------------
sns
-------------------------------------*/

.sns {
  margin-top: 53rem;
}

.sns__container {
  margin-top: 30rem;
  padding-top: 53rem;
  padding-bottom: 36rem;
  position: relative;
  z-index: 1;
}
.sns__container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 465 / 357;
  background-image: url(../image/sns_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.sns__heading {
  display: flex;
  justify-content: center;
  column-gap: 21rem;
}

.sns__heading-icon {
  width: 84rem;
}

.sns__heading-text {
  padding-top: 7rem;
  width: fit-content;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sns__body {
  margin-top: 12rem;
  margin-inline: auto;
  width: 303rem;
}

.sns__body-item {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.02em;
}

.sns__bottom {
  margin-top: 39rem;
  margin-inline: auto;
  width: 291rem;
}

.sns__bottom-link {
  width: 100%;
  background-color: #1D0D0D;
  text-align: center;
  padding: 6rem 28rem 8rem 0;
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.02em;
  position: relative;
}
.sns__bottom-link::before {
  position: absolute;
  top: 50%;
  right: 55rem;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sns__x {
  margin-top: 18rem;
}

.sns__x-link {
  width: 100%;
  padding: 12rem 4rem;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  position: relative;
}
.sns__x-link::before {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 8rem;
  height: 8rem;
  border-top: 2rem solid #C8BDAA;
  border-right: 2rem solid #C8BDAA;
}

.sns__x-icon {
  width: 45rem;
}

.sns__x-body {
  margin-left: 9rem;
  flex: 1;
}

.sns__x-text {
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.sns__x-message {
  font-weight: 500;
  font-size: 15rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}





/*-------------------------------------
store
-------------------------------------*/

.store {
  margin-top: 58rem;
  position: relative;
  z-index: 2;
}

.store-banner {
  margin-top: 23rem;
}

.store-banner__link {
  width: 474rem;
  margin-left: -2rem;
}





/*-------------------------------------
faq
-------------------------------------*/

.faq {
  margin-top: 250rem;
  position: relative;
  z-index: 2;
}

.faq__list {
  margin-top: 26rem;
}

.faq__item:not(:first-child) {
  margin-top: 22rem;
}

.faq__item-title {
  width: 100%;  
  padding: 22rem 60rem 22rem 22rem;
  background-color: #fff;
  display: flex;
  position: relative;
}
.faq__item-title::before {
  position: absolute;
  top: 54rem;
  right: 27rem;
  content: "";
  width: 16rem;
  height: 1px;
  background-color: #111;
}
.faq__item-title::after {
  position: absolute;
  top: 54rem;
  right: 27rem;
  content: "";
  width: 16rem;
  height: 1px;
  background-color: #111;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.faq__item-title.is-active::after {
  transform: rotate(0);
}

@media (hover: hover) {
  .faq__item-title:hover {
    opacity: 1;
  }
}

.faq__item-title-en {
  width: 49rem;
  height: 49rem;
  border-radius: 50%;
  background-color: #111;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--Playfair);
  font-weight: 600;
  font-size: 24rem;
  line-height: 1;
}

.faq__item-title-word {
  margin-left: 16rem;
  flex: 1;
  font-weight: 600;
  font-size: 18rem;
  line-height: 1.7;
  color: #111;
}

.faq__item-answer {
  display: none;
}

.faq__item-answer-flex {
  padding: 22rem 22rem 0;
  display: flex;
}

.faq__item-answer-en {
  width: 49rem;
  height: 49rem;
  border-radius: 50%;
  background-color: #830601;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--Playfair);
  font-weight: 600;
  font-size: 24rem;
  line-height: 1;
}

.faq__item-answer-word {
  margin-left: 11rem;
  flex: 1;
  font-weight: 600;
  font-size: 15rem;
  letter-spacing: 0.02em;
}





/*-------------------------------------
information
-------------------------------------*/

.info {
  margin-top: 74rem;
  padding-bottom: 55rem;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 540 / 2566;
  background-image: url(../image/info_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.info .common-center-title__en,
.info .common-center-title__ja {
  color: #D6D0B7;
}

.info-main {
  margin-top: 46rem;
}

.common-inner.info-inner {
  max-width: 472rem;
}

.info-tab-list {
  display: flex;
  justify-content: center;
  column-gap: 61rem;
}

.info-tab-item__link {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #D6D0B7;
  padding: 0 36rem 10rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.info-tab-item.is-active .info-tab-item__link::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 16px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.info-tab-zone {
  margin-top: 23rem;
  margin-left: -4rem;
  width: calc(100% + 8rem);
}

.info-tab-area {
  display: none;
}
.info-tab-area.is-active {
  display: block;
}

.info-container {
  border: 1px solid;
  border-image: linear-gradient(120deg, #8F7567, #62422F) 1;
  background: linear-gradient(180deg, rgba(7, 3, 2, 0.3), #310C04);
  padding: 34rem 25rem 48rem;
  position: relative;
}

.info-container span {
  position: absolute;
}
.info-container span:nth-child(1) {
  top: 8rem;
  left: 6rem;
}
.info-container span:nth-child(2) {
  top: 8rem;
  right: 21rem;
}
.info-container span:nth-child(3) {
  bottom: 21rem;
  left: 6rem;
}
.info-container span:nth-child(4) {
  bottom: 21rem;
  right: 21rem;
}
.info-container span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15rem;
  height: 15rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-container span:nth-child(2)::before {
  transform: rotate(90deg);
}
.info-container span:nth-child(3)::before {
  transform: rotate(-90deg);
}
.info-container span:nth-child(4)::before {
  transform: rotate(180deg);
}

.info-container__group-list {
  margin-top: 6rem;
  padding-inline: 10rem;
}

.info-container__group-item {
  padding-block: 16rem;
}
.info-container__group-item:not(:first-child) {
  border-bottom: 1px solid #816D5B;
}

.info-container__group-title {
  display: inline-block;
  padding: 4rem;
  background-color: #6C0C18;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FCFCFC;
}

.info-container__group-text {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FCFCFC;
}

.info-container__map {
  margin-bottom: 27rem;
}

.info-container__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 416 / 315;
}

.info-container__bottom {
  padding-top: 24rem;
  padding-inline: 10rem;
  border-top: 1px solid #816D5B;
}

.info-container__bottom-button {
  width: 100%;
  padding: 15rem 0 15rem 15rem;
  border: 1px solid #625252;
  background-color: #1D0D0D;
  text-align: center;
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.02em;
  position: relative;
}
.info-container__bottom-button::before {
  position: absolute;
  top: 50%;
  left: 58rem;
  transform: translateY(-50%);
  content: "";
  width: 34rem;
  height: 34rem;
  background-image: url(../image/info_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-container__bottom-button::after {
  position: absolute;
  top: 50%;
  right: 46rem;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.info-contact {
  margin-top: 36rem;
}

.info-h3-title {
  text-align: center;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FCFCFC;
}

.info-contact__list-item {
  margin-top: 15rem;
}


.info-contact__item-link {
  width: 100%;
  margin-left: -3rem;
  border: 1px solid #C3A062;
  background-color: #3D3332;
  padding: 15rem 0 15rem 25rem;
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  position: relative;
}

.info-contact__item-link::after {
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.info-contact__item-link span {
  position: absolute;
}
.info-contact__item-link span:nth-child(1) {
  top: 2rem;
  left: 2rem;
}
.info-contact__item-link span:nth-child(2) {
  top: 2rem;
  right: 18rem;
}
.info-contact__item-link span:nth-child(3) {
  bottom: 18rem;
  left: 2rem;
}
.info-contact__item-link span:nth-child(4) {
  bottom: 18rem;
  right: 18rem;
}
.info-contact__item-link span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15rem;
  height: 15rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-contact__item-link span:nth-child(2)::before {
  transform: rotate(90deg);
}
.info-contact__item-link span:nth-child(3)::before {
  transform: rotate(-90deg);
}
.info-contact__item-link span:nth-child(4)::before {
  transform: rotate(180deg);
}

.info-caution {
  margin-top: 55rem;
}

.info-caution__list {
  margin-top: 20rem;
}

.info-caution__item {
  padding-inline: 5rem;
}

.info-caution__item:not(:first-child) {
  margin-top: 33rem;
}

.info-caution__item-title {
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.02em;
  color: #FCFCFC;
  border-bottom: 1px solid #fff;
}

.info-caution__item-body {
  margin-top: 10rem;
}

.info-caution__item-text {
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.02em;
  color: #FCFCFC;
}



/********************/
/* INFORMATIONポップアップ */
/********************/

.info__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.info__modal-closeButton {
  position: fixed;
  top: 0;
  right: 0;
  width: 48rem;
  height: 48rem;
  padding: 11rem;
  cursor: pointer;
  background: #363636;
  z-index: 9999;
}

.info__modal-closeButton__line {
  display: block;
  width: 20rem;
  height: 2rem;
  background-color: #fff;
}
.info__modal-closeButton__line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.info__modal-closeButton__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.info__modal-back {
  position: fixed;
  top: 35%;
  left: 3%;
  width: 55rem;
  height: 55rem;
  z-index: 9999;
}
.info__modal-back::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 30rem;
  height: 30rem;
  border-left: 3rem solid #fff;
  border-bottom: 3rem solid #fff;
}

.info__modal-next {
  position: fixed;
  top: 35%;
  right: 3%;
  width: 55rem;
  height: 55rem;
  z-index: 9999;
}
.info__modal-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 30rem;
  height: 30rem;
  border-top: 3rem solid #fff;
  border-right: 3rem solid #fff;
}

.info__modal-image {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 400rem;
  height: 400rem;
  z-index: 9999;
}

.info__modal-bottom {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.info__modal-bottomList {
  display: flex;
  justify-content: center;
  column-gap: 10rem;
}

.info__modal-bottomItem {
  width: 58rem;
  cursor: pointer;
  position: relative;
}
.info__modal-bottomItem.is-current::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.js-info-overlay,
.js-info-image,
.js-info-bottom {
  display: none;
}

.js-info-close,
.js-info-back,
.js-info-next {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.js-info-close.is-visible,
.js-info-back.is-visible,
.js-info-next.is-visible {
  opacity: 1;
  visibility: visible;
}





/*-------------------------------------
footer
-------------------------------------*/

.footer {
  padding-top: 46rem;
  padding-bottom: 40rem;
  background-color: #111;
}

.footer-logo {
  width: 227rem;
  margin-inline: auto;
}

.footer-top {
  margin-top: 25rem;
  text-align: center;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-address {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-sns {
  margin: 25rem;
}

.footer-sns__list {
  display: flex;
  justify-content: center;
  column-gap: 34rem;
}

.footer-sns__item {
  width: 68rem;
}

.footer-sns__item-link {
  width: 100%;
}

.footer-buttonZone {
  margin-top: 25rem;
}

.footer-top-link {
  width: 100%;
  margin-left: -3rem;
  border: 1px solid #C3A062;
  background-color: #3D3332;
  padding: 15rem;
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6rem;
  position: relative;
}
.footer-top-link::after {
  content: "";
  width: 24rem;
  height: 24rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top-link span {
  position: absolute;
}
.footer-top-link span:nth-child(1) {
  top: 2rem;
  left: 2rem;
}
.footer-top-link span:nth-child(2) {
  top: 2rem;
  right: 18rem;
}
.footer-top-link span:nth-child(3) {
  bottom: 18rem;
  left: 2rem;
}
.footer-top-link span:nth-child(4) {
  bottom: 18rem;
  right: 18rem;
}
.footer-top-link span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15rem;
  height: 15rem;
  background-image: url(../image/icon_corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-top-link span:nth-child(2)::before {
  transform: rotate(90deg);
}
.footer-top-link span:nth-child(3)::before {
  transform: rotate(-90deg);
}
.footer-top-link span:nth-child(4)::before {
  transform: rotate(180deg);
}

.footer-buttonZone__store {
  margin-top: 23rem;
}

.footer-store-link {
  width: 474rem;
  margin-left: -7rem;
}

.footer-nav {
  margin-top: 36rem;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8rem;
  border-bottom: 1px solid #7F7C7C;
}

.footer-nav__item {
  width: 50%;
  padding: 8rem 2rem;
  border-bottom: 1px solid #7F7C7C;
}
.footer-nav__item.last-item,
.footer-nav__item.second-last-item {
  border-bottom: none;
}
.footer-nav__item:nth-child(odd) {
  padding-right: 20rem;
}
.footer-nav__item:nth-child(even) {
  padding-right: 8rem;
}

.footer-nav__item-link {
  width: 100%;
  font-size: 15rem;
  line-height: calc(22 / 15);
  position: relative;
}
.footer-nav__item-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 7rem;
  height: 7rem;
  border-top: 2rem solid #828282;
  border-right: 2rem solid #828282;
}

.footer-bottom {
  margin-top: 34rem;
  padding-inline: 2rem 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copy {
  display: block;
  font-family: var(--NotoSans);
  font-size: 14rem;
  line-height: calc(20 / 14);
}

.footer-bottom__linkZone {
  width: 127rem;
}

.footer-bottom__link {
  width: 100%;
  padding: 4rem 9rem;
  background-color: #484646;
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 14rem;
  line-height: calc(20 / 14);
  position: relative;
}
.footer-bottom__link::before {
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 4rem;
  height: 4rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}





/*-------------------------------------
パンくずリスト
-------------------------------------*/

.breadcrumb {
  padding: 47rem 37rem 24rem;
  border-bottom: 1px solid #816D5B;
}

.breadcrumb__list {
  display: flex;
  column-gap: 20rem;
}

.breadcrumb__item:not(:first-child) {
  position: relative;
}
.breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 1rem;
  left: -15rem;
  content: "";
  width: 12rem;
  height: 12rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb__item:last-child {
  flex: 1;
}

.breadcrumb__link {
  padding-bottom: 9rem;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.breadcrumb__item:last-child .breadcrumb__link {
  padding-bottom: 0;
  color: #9F9898;
  border-bottom: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}





/*-------------------------------------
一覧ページ
-------------------------------------*/

.archive {
  padding-bottom: 66rem;
  position: relative;
  z-index: 1;
}
.archive::before {
  position: absolute;
  top: 207rem;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 207rem);
  background-image: url(../image/article_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.archive-heading {
  padding-top: 40rem;
  padding-bottom: 295rem;
  position: relative;
  z-index: 1;
}
.archive-heading::before {
  position: absolute;
  top: -15rem;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 540 / 460;
  background-image: url(../image/archive_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.archive-heading::after {
  position: absolute;
  top: 60rem;
  left: 0;
  content: "";
  width: 100%;
  height: 111rem;
  background: linear-gradient(180deg, #000, rgba(0,0,0,0));
  z-index: -1;
}

.archive-heading__title-en {
  display: block;
  text-align: center;
  font-family: var(--Playfair);
  font-weight: 500;
  font-size: 68rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.archive-heading__title-ja {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.archive-content {
  margin-top: 33rem;
}

.archive-content .news-list {
  padding-left: 58rem;
  padding-right: 68rem;
}

.archive-pagination {
  margin-top: 40rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20rem;
}

.page-numbers {
  padding: 2rem;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
}
.page-numbers.current {
  color: #9F9898;
}

.prev.page-numbers {
  padding-left: 37rem;
  position: relative;
}
.prev.page-numbers::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  content: "";
  width: 29rem;
  height: 29rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.next.page-numbers {
  padding-right: 37rem;
  position: relative;
}
.next.page-numbers::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 29rem;
  height: 29rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}





/*-------------------------------------
詳細ページ
-------------------------------------*/

.single {
  position: relative;
  z-index: 1;
}
.single::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/article_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.single-content {
  padding: 30rem 34rem 36rem 40rem;
}

.single-heading__date {
  display: block;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #D6D0B7;
}

.single-heading__title {
  margin-top: 8rem;
  font-weight: 500;
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.single-container {
  margin-top: 13rem;
  padding: 42rem 56rem 46rem 56rem;
  background-color: rgba(214, 208, 183, 0.79);
  position: relative;
  z-index: 1;
}
.single-container::before {
  position: absolute;
  bottom: -66rem;
  left: 7rem;
  content: "";
  width: 440rem;
  height: 275rem;
  background-image: url(../image/single_image.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.single-container p {
  font-size: 16rem;
  color: #111;
}
.single-container p b {
  font-weight: 700;
}
.single-container a {
  text-decoration: underline;
  color: #830601;
}
.single-container p:not(:first-child) {
  margin-top: 16rem;
}

.single-pagination {
  height: 70rem;
  padding-bottom: 40rem;
  width: 205rem;
  margin-inline: auto;
  position: relative;
}

.single-pagination a[rel="next"] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  padding-left: 37rem;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
}
.single-pagination a[rel="next"]::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  content: "";
  width: 29rem;
  height: 29rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.single-pagination a[rel="prev"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  padding-right: 37rem;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
}
.single-pagination a[rel="prev"]::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 29rem;
  height: 29rem;
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}





/*-------------------------------------
404
-------------------------------------*/

.not-wrapper {
  height: calc(100vh - 24rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-container {
  padding-bottom: 30rem;
}

.not-title {
  text-align: center;
  font-family: var(--Times);
  font-weight: 700;
  font-size: 48rem;
}

.not-text {
  margin-top: 20rem;
  text-align: center;
  font-size: 24rem;
}

.not-text {
  margin-top: 20rem;
  text-align: center;
  font-size: 24rem;
}

.not-text a {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .not-wrapper {
    height: 100svh;
  }
}