@charset "UTF-8";
/*
 * htmlのフォントサイズ
 * @args ベースの画面幅
 */
/*
   * ルートのフォントサイズを基準にフォントサイズを可変にする
   * @args 最大値（デザイン上の数値）
   */
/*
   * get_vwの設定
   */
/*
 * 指定したサイズで%を計算
*/
/*
   * breakpointの設定
   */

/** --------------------------------
* cssの値を単位を除いて数字だけにしてくれる関数
*
* @param 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* 値の「単位」を取得する関数
*
* @param $value 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* pxやremをvwに変換してくれる関数
*
* @param $viewport pcデザインの横幅
* @param $fontSize フォントサイズ(pxでもremでも)
*/
/** --------------------------------
* フォントサイズをレスポンシブで調整する関数
*
* @param $pc pcのフォントサイズ
* @param $sp spのフォントサイズ
*/
/** --------------------------------
* 使用フォント
*/
.c-hover_line {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-hover_line::before, .c-hover_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
}
.c-hover_line::before {
  background-color: rgba(0, 0, 0, .1);
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
.c-hover_line::after {
  background-color: rgb(0, 0, 0);
  -webkit-transform: translateX(-100%) rotate(0.0001deg);
          transform: translateX(-100%) rotate(0.0001deg);
}
.c-hover_line:hover::before {
  -webkit-transform: translate3d(100%, 0, 0) rotate(0.0001deg);
          transform: translate3d(100%, 0, 0) rotate(0.0001deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-hover_line:hover::after {
  -webkit-transform: translateZ(0) rotate(0.0001deg);
          transform: translateZ(0) rotate(0.0001deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1) 0.15s;
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1) 0.15s;
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1) 0.15s;
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1) 0.15s, -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1) 0.15s;
}

.p-top {
  /* loadingアニメーション */
  /* 共通見出し */
  /* TOP下の説明 */
  /* 回転アニメーション */
  /* 見出しアニメーション */
  /* 横スクロールアニメーション */
  /* メニュー説明 */
  /* 詳しく知る */
  /* 詳しく知る・画像フェードイン */
  /* menu */
  /* NEWS */
  /* STOREスライダー */
  /* ACCESS */
}
.p-top_loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  z-index: 11;
}
.p-top_loading.is-active::before {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%);
          clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%);
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}
.p-top_loading.is-end {
  z-index: -1;
}
.p-top_loading::before {
  content: "";
  width: 100vw;
  height: calc(100vh + 20%);
  background-color: #bbf91e;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  z-index: 1;
  display: block;
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top_loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  overflow: hidden;
  width: min(430px, 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top_loading_img > img {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top_loading_img.is-active > img {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.p-top_loading_img.is-end > img {
  opacity: 0;
}
.p-top_ttl {
  font-size: 90px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 60px;
}
.p-top_ttl--news {
  margin-bottom: 50px;
}
.p-top_ttl--access {
  margin-bottom: 40px;
}
.p-top_mv {
  position: relative;
  padding-top: 100svh;
  height: 100svh;
}
.p-top_slider {
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 1;
  /* 画面位パイスクロールした時の処理 */
}
.p-top_slider.is-active {
  opacity: 0;
}
.p-top .splide__slide {
  width: auto;
  height: 100vh;
  height: 100svh;
}
.p-top .splide__slide img {
  width: auto;
  height: 100%;
}
.p-top_mv_logoOuter {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-top_mv_logoOuter.is-active .p-top_mv_logoImg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top_mv_logo {
  width: min(430px, 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top_mv_logoImg {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p-top_bg {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 100vh;
  margin-bottom: 100svh;
}
.p-top_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: min(70px, 5.46875vw);
}
.p-top_read_area {
  width: 50%;
  background-color: #bbf91e;
}
.p-top_read_sticky {
  position: sticky;
  top: 0;
  margin: 35px 0 60px 11.71875vw;
}
@-webkit-keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-top_read_deco {
  width: max(180px, 14.0625vw);
  -webkit-animation: rotateAnimation 16s linear infinite;
          animation: rotateAnimation 16s linear infinite;
  margin: 0 0 -100px -100px;
}
.p-top_read_cont {
  width: max(330px, 25.78125vw);
  position: relative;
}
.p-top_read_ttl + .p-top_read_ttl {
  margin-top: 15px;
}
.p-top_read_lead {
  font-size: max(20px, 1.5625vw);
}
.p-top_read_lead span {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #686058;
}
.p-top_read_main {
  font-weight: 500;
  font-size: max(30px, 2.34375vw);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.p-top_read_ttl.sa .p-top_read_lead,
.p-top_read_ttl.sa .p-top_read_main {
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: transparent;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.p-top_read_ttl.sa .p-top_read_lead::after,
.p-top_read_ttl.sa .p-top_read_main::after {
  content: "";
  background: #686058;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, calc(100% + 2px));
          transform: translate(0, calc(100% + 2px));
}
.p-top_read_ttl.sa.show .p-top_read_lead,
.p-top_read_ttl.sa.show .p-top_read_main {
  color: #686058;
}
.p-top_read_ttl.sa.show .p-top_read_lead::after,
.p-top_read_ttl.sa.show .p-top_read_main::after {
  -webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.p-top_read_txt {
  margin-top: 30px;
  font-weight: 400;
  font-size: max(14px, 1.09375vw);
  line-height: 1.8;
  letter-spacing: 0.2px;
  text-align: justify;
}
.p-top_read_movie {
  width: 50%;
}
.p-top_read_img {
  display: none;
}
.p-top_read_img_ttl {
  text-align: center;
  margin-bottom: min(50px, 15.3846153846vw);
}
.p-top_read_img_ttl_main {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}
.p-top_read_img_ttl_sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
.p-top_read_person {
  position: relative;
  width: min(35.3846153846vw, 176px);
  margin: 0 auto;
}
.p-top_read_person_comment {
  position: absolute;
}
.p-top_read_person_comment--1 {
  width: min(32.0512820513vw, 150px);
  top: min(1.0256410256vw, 11px);
  right: min(29.2307692308vw, 148px);
}
.p-top_read_person_comment--2 {
  width: min(26.1538461538vw, 123px);
  bottom: min(2.5641025641vw, 20px);
  left: min(32.3076923077vw, 168px);
}
.p-top_read_person_comment--3 {
  width: min(33.5897435897vw, 157px);
  top: -30px;
  left: min(28.7179487179vw, 142px);
}
.p-top_read_person_comment--4 {
  width: min(28.4615384615vw, 134px);
  right: min(32.3076923077vw, 164px);
  bottom: 5px;
}
@-webkit-keyframes icnAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes icnAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top_read_person.sa .p-top_read_person_main,
.p-top_read_person.sa .p-top_read_person_comment--1,
.p-top_read_person.sa .p-top_read_person_comment--3,
.p-top_read_person.sa .p-top_read_person_comment--2,
.p-top_read_person.sa .p-top_read_person_comment--4 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top_read_person.sa.show .p-top_read_person_main {
  opacity: 1;
}
.p-top_read_person.sa.show .p-top_read_person_comment--1,
.p-top_read_person.sa.show .p-top_read_person_comment--2 {
  -webkit-animation: icnAnim 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.6s forwards;
          animation: icnAnim 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.6s forwards;
}
.p-top_read_person.sa.show .p-top_read_person_comment--3,
.p-top_read_person.sa.show .p-top_read_person_comment--4 {
  -webkit-animation: icnAnim 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.9s forwards;
          animation: icnAnim 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.9s forwards;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 75px));
            transform: translateX(calc(-100% - 75px));
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 75px));
            transform: translateX(calc(-100% - 75px));
  }
}
.p-top_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: min(70px, 5.46875vw);
}
.p-top_scroll--mbSmall {
  margin-bottom: 80px;
}
.p-top_scroll.sa {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p-top_scroll.sa.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top_scroll.sa.show .p-top_scroll_list {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.p-top_scroll_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-right: 35px;
}
.p-top_scroll_item {
  width: 365px;
}
.p-top_desc {
  padding: 0 50px;
  margin-bottom: min(100px, 7.8125vw);
}
.p-top_desc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(30px, 2.34375vw);
}
.p-top_desc_img {
  width: 50%;
  position: relative;
  cursor: auto;
}
.p-top_desc_modal {
  display: none;
}
.p-top_desc_modal.is-active {
  background: transparent;
}
.p-top_desc_modal.sa, .p-top_desc_img.sa {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.p-top_desc_modal.sa.show, .p-top_desc_img.sa.show {
  opacity: 1;
}
.p-top_desc_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #686058;
  line-height: 1;
  height: 2px;
  background: currentColor;
  position: relative;
  width: 35px;
  margin: 23px auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-top_desc_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-top_desc_arrow::after {
  content: "";
  width: 35px;
  height: 35px;
}
.p-top_desc_arrowTxt {
  text-align: center;
}
.p-top_desc_cont {
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fcfbf6;
  border: 1px solid #fcfbf6;
}
.p-top_desc_cont_img {
  margin: 0 auto min(50px, 3.90625vw);
}
.p-top_desc_cont_img1 {
  width: max(230px, 17.96875vw);
}
.p-top_desc_cont_img2 {
  width: max(206px, 16.09375vw);
}
.p-top_desc_cont_img3 {
  width: max(233px, 18.203125vw);
}
.p-top_desc_contArea {
  padding: 0 max(85px, 6.640625vw) 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top_desc_contArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.p-top_desc_contArea.sa .p-top_desc_cont_img,
.p-top_desc_contArea.sa .p-top_desc_ttl,
.p-top_desc_contArea.sa .p-top_desc_txt,
.p-top_desc_contArea.sa .p-top_desc_contFlex_img,
.p-top_desc_contArea.sa .p-top_desc_contFlex_ttl {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.p-top_desc_contArea.sa .p-top_desc_ttl,
.p-top_desc_contArea.sa .p-top_desc_txt,
.p-top_desc_contArea.sa .p-top_desc_contFlex_ttl {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top_desc_scroll {
  overflow: scroll;
}
.p-top_desc_contFlex {
  width: max(190px, 14.84375vw);
}
.p-top_desc_contFlex > img {
  margin-bottom: 10px;
}
.p-top_desc_contFlex_ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-top_desc_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.p-top_desc_txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.p-top_desc_lead {
  margin-bottom: min(50px, 3.90625vw);
}
.p-top_desc_lead.sa.sa-left .p-top_desc_lead_main,
.p-top_desc_lead.sa.sa-left .p-top_desc_lead_sub {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p-top_desc_lead.sa.sa-left .p-top_desc_lead_sub {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top_desc_lead.sa.sa-left.show .p-top_desc_lead_main,
.p-top_desc_lead.sa.sa-left.show .p-top_desc_lead_sub {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top_desc_lead_main {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-top_desc_lead_sub {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}
.p-top_menu {
  padding: min(95px, 7.421875vw) 50px min(110px, 8.59375vw);
  background: #bbf91e;
}
.p-top_menu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 30px;
  margin-bottom: 40px;
}
.p-top_menu_flex--mbSmall {
  margin-bottom: 45px;
}
.p-top_menu_cont {
  width: calc(50% - 15px);
}
.p-top_menu_cont.sa {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p-top_menu_cont.sa.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top_menu_cont:nth-child(2n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top_menu_ttl {
  font-size: 28px;
  font-weight: 700;
  border: 1px solid #a19b96;
  padding: 5px 15px;
  background: repeating-linear-gradient(45deg, #fff, #f1eeea 3px, #f1eeea 6px);
}
.p-top_menu_border {
  border: 1px solid #a19b96;
  border-top: none;
  background-color: #fff;
  padding: 16px 15px;
}
.p-top_menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(25px, 1.953125vw);
}
.p-top_menu_icon--gapSmall {
  gap: min(15px, 1.171875vw);
}
.p-top_menu_iconItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
}
.p-top_menu_iconItem img {
  width: 35px;
  height: 35px;
}
.p-top_menu_iconFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-top_menu_txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.p-top_menu_priceFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-top_menu_time {
  font-size: 14px;
  font-weight: 500;
}
.p-top_menu_price {
  font-size: 26px;
  font-weight: 500;
}
.p-top_menu_reserve {
  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;
  background: url(../img/top/reserve_bg.webp) no-repeat;
  width: min(234px, 100%);
  height: 48px;
  margin: 0 0 0 auto;
  padding: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  color: #686058;
  font-weight: 500;
  gap: 20px;
  position: relative;
}
.p-top_menu_reserve:hover {
  color: #686058;
  background-image: url(../img/top/reserve_bg_white.webp);
}
.p-top_menu_reserve::before {
  content: "";
  background: url(../img/top/icon_arrow.webp) no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-top_menu_reserve > img {
  width: 24px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-top_menu_leadTtl {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #686058;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
}
h4.p-top_menu_leadTtl {
  font-size: 20px;
}
.p-top_menu_leadTtl--small {
  font-size: 26px;
  margin-bottom: 40px;
}
.p-top_menu_leadFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
.p-top_menu_leadCont {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #686058;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top_menu_leadCont.sa {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p-top_menu_leadCont.sa.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top_menu_leadCont:nth-child(2n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top_menu_leadMain {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-top_menu_leadTxt {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #686058;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top_news {
  padding: min(120px, 9.375vw) 50px min(80px, 6.25vw);
}
.p-top_news_cont {
  margin-bottom: 60px;
}
.p-top_news_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 60px;
  position: relative;
}
.p-top_news_categoryBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a19b96;
  gap: 14px;
  padding-left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-top_news_categoryBtn:hover {
  opacity: 0.7;
}
.p-top_news_categoryBtn.is-active .p-top_news_arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top_news_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #686058;
  line-height: 1;
  height: 1px;
  background: #686058;
  position: relative;
  width: 10px;
  top: -2px;
}
.p-top_news_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-top_news_categoryArea {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 2;
}
.p-top_news_categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #686058;
  padding: 10px 20px;
  gap: 5px 20px;
  width: 100%;
}
.p-top_news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 26px 0;
}
.p-top_news_flex:first-child {
  padding-top: 0;
}
.p-top_news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-family: "Raleway", sans-serif;
}
.p-top_news_item_category {
  min-width: 100px;
  font-size: 12px;
}
.p-top_news_item_day {
  font-size: 12px;
}
.p-top_news_txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
  font-size: 18px;
}
.p-top_btn {
  width: max(173px, 13.515625vw);
  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;
  border-radius: 22px;
  margin: 0 auto;
  font-size: 18px;
  padding: 7px 0 9px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #14ffff;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top_btn:hover {
  background-color: #fff;
  border: 1px solid #686058;
}
.p-top_storeSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@-webkit-keyframes infinity-storeScroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-storeScroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top_storeSlider.sa {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p-top_storeSlider.sa.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top_storeSlider.sa.show .p-top_storeSlider_list {
  -webkit-animation: infinity-storeScroll-left 40s infinite linear 0.5s both;
          animation: infinity-storeScroll-left 40s infinite linear 0.5s both;
}
.p-top_storeSlider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top_storeSlider_item {
  width: 520px;
}
.p-top_access {
  background: url(../img/top/access_bg.webp);
  background-size: 111px;
  background-position: 24px;
  padding: min(100px, 7.8125vw) 50px min(120px, 9.375vw);
}
.p-top_access_txt {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #686058;
  margin-bottom: 30px;
}
.p-top_access_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 70px;
}
.p-top_access_table {
  width: calc(33.33333% - 33.33333px);
}
.p-top_access_tableTtl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-top_access_tableTxt {
  font-size: 14px;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-top_access_tableTxt--large {
  font-size: 24px;
  font-weight: 500;
}
.p-top_access_map {
  position: relative;
  width: 100%;
  height: min(450px, 35.15625vw);
}
.p-top_access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top_access_map_tab {
  display: none;
}
.p-top_access_map_tab:hover {
  opacity: 0.7;
}
.p-top_foot_sliderOuter {
  position: relative;
  opacity: 0;
}
.p-top_foot_sliderOuter.is-active {
  opacity: 1;
}
.p-top #splide02 {
  position: relative;
  z-index: -3;
}
.p-top_foot_slider {
  pointer-events: none;
  position: fixed;
  z-index: -2;
  bottom: 0;
}

.p-top--en .p-top_menu_reserve {
  width: min(294px, 100%);
}
.p-top--en .p-top_read_person_comment--2 {
  width: min(31.2820512821vw, 134px);
}

.p-top--zh .p-top_read_person_comment--3 {
  width: min(30.7692307692vw, 144px);
  left: min(31.2820512821vw, 162px);
}
.p-top--zh .p-top_read_person_comment--4 {
  width: min(23.3333333333vw, 114px);
}

.p-top--zh-tw .p-top_read_person_comment--4 {
  width: min(24.1025641026vw, 114px);
}

.p-top--ko .p-top_desc_arrowTxt {
  font-size: 11px;
}
.p-top--ko .p-top_read_person_comment--1 {
  width: min(33.3333333333vw, 160px);
}
.p-top--ko .p-top_read_person_comment--3 {
  width: min(30.7692307692vw, 144px);
  left: min(31.2820512821vw, 162px);
}
.p-top--ko .p-top_read_person_comment--4 {
  bottom: 15px;
}
.p-top_access_movie {
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-around;
  max-width: 1320px;
  flex-wrap: wrap;
}

.p-top_access_movie .p-top_access_movie_box {
  width: 50%;
  text-align: center;
  min-width: 500px;
  margin-bottom: 3rem;
}

.p-top_access_movie .p-top_access_movie_box iframe {
  width: 90%;
  height: 20rem;
}
@media screen and (max-width: 1280px) {
  body {
    margin: 0;
  }
  .p-top_loading_img {
    width: max(330px, 33.59375vw);
  }
  .p-top_mv_logo {
    width: max(330px, 33.59375vw);
  }
  .p-top_read_deco {
    width: min(180px, 14.0625vw);
    margin: 0 0 -7.8125vw -7.8125vw;
  }
  .p-top_read_cont {
    width: min(330px, 25.78125vw);
  }
  .p-top_read_lead {
    font-size: min(20px, 1.5625vw);
  }
  .p-top_read_main {
    font-size: min(30px, 2.34375vw);
  }
  .p-top_read_txt {
    font-size: max(12px, 1.09375vw);
    text-align: left;
  }
  .p-top_desc_cont_img1 {
    width: 17.96875vw;
  }
  .p-top_desc_cont_img2 {
    width: 16.09375vw;
  }
  .p-top_desc_cont_img3 {
    width: 18.203125vw;
  }
  .p-top_desc_contArea {
    padding: 0 5.078125vw;
  }
  .p-top_desc_contArea--flex {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-top_desc_contFlex_ttl {
    font-size: max(14px, 1.25vw);
  }
  .p-top_desc_ttl {
    font-size: max(16px, 1.5625vw);
  }
  .p-top_desc_txt {
    font-size: max(12px, 1.09375vw);
  }
  .p-top_menu_icon {
    gap: 13px;
  }
  .p-top_menu_iconItem {
    font-size: max(11px, 0.9375vw);
  }
  .p-top_access_flex {
    gap: 30px 3.90625vw;
  }
  .p-top_access_table {
    width: calc(33.33333% - 2.60417vw);
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .p-top_desc_contArea.sa.show .p-top_desc_cont_img,
  .p-top_desc_contArea.sa.show .p-top_desc_ttl,
  .p-top_desc_contArea.sa.show .p-top_desc_txt,
  .p-top_desc_contArea.sa.show .p-top_desc_contFlex_img,
  .p-top_desc_contArea.sa.show .p-top_desc_contFlex_ttl {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  .p-top_loading_img {
    width: max(255px, 42.96875vw);
  }
  .p-top_ttl {
    margin-bottom: 40px;
  }
  .p-top_mv_logo {
    width: max(255px, 42.96875vw);
  }
  .p-top_bg {
    overflow: hidden;
  }
  .p-top_read {
    display: block;
    margin-bottom: max(37px, 5.5989583333vw);
  }
  .p-top_read_area {
    width: 100%;
  }
  .p-top_read_sticky {
    position: unset;
    margin: 0;
    padding: 70px 0;
  }
  .p-top_read_deco {
    position: absolute;
    top: -40px;
    left: calc(50% - 200px);
    width: min(180px, 100%);
  }
  .p-top_read_cont {
    width: min(330px, 100%);
    margin: 0 auto;
  }
  .p-top_read_lead {
    font-size: 20px;
  }
  .p-top_read_main {
    font-size: 30px;
  }
  .p-top_read_txt {
    font-size: 14px;
  }
  .p-top_read_movie {
    width: 100%;
  }
  .p-top_read_img {
    display: block;
    padding: 50px 0 min(12.8205128205vw, 60px);
    background: #fcfbf6;
  }
  .p-top_scroll {
    margin-bottom: max(37px, 4.8177083333vw);
  }
  .p-top_scroll--mbSmall {
    margin-bottom: max(30px, 7.8125vw);
  }
  .p-top_desc {
    padding: 0 7.1614583333vw;
    margin-bottom: 60px;
  }
  .p-top_desc_flex {
    position: relative;
    margin-bottom: 20px;
  }
  .p-top_desc_img {
    width: 100%;
    cursor: pointer;
  }
  .p-top_desc_img img {
    border-radius: 20px;
  }
  .p-top_desc_modal {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 20px;
    width: 83px;
    height: 83px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-top_desc_modal.is-active .p-top_desc_arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-top_desc_modal.sa, .p-top_desc_img.sa {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .p-top_desc_modal.sa.show, .p-top_desc_img.sa.show {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .p-top_desc_cont {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    transition: clip-path 0.5s ease, opacity 0.5s ease, -webkit-clip-path 0.5s ease;
    border-radius: 20px;
  }
  .p-top_desc_cont.is-active {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .p-top_desc_cont.is-active .p-top_desc_cont_img,
  .p-top_desc_cont.is-active .p-top_desc_ttl,
  .p-top_desc_cont.is-active .p-top_desc_txt,
  .p-top_desc_cont.is-active .p-top_desc_contFlex_img,
  .p-top_desc_cont.is-active .p-top_desc_contFlex_ttl {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-top_desc_cont.is-active .p-top_desc_cont_img,
  .p-top_desc_cont.is-active .p-top_desc_contFlex_img {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .p-top_desc_cont.is-active .p-top_desc_ttl,
  .p-top_desc_cont.is-active .p-top_desc_txt,
  .p-top_desc_cont.is-active .p-top_desc_contFlex_ttl {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .p-top_desc_cont_img {
    margin-bottom: 8.7179487179vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-top_desc_cont_img1 {
    width: 39.4871794872vw;
  }
  .p-top_desc_cont_img2 {
    width: 35.1282051282vw;
  }
  .p-top_desc_cont_img3 {
    width: 39.7435897436vw;
  }
  .p-top_desc_contArea {
    padding: 0;
    width: 90%;
  }
  .p-top_desc_contFlex {
    width: 100%;
  }
  .p-top_desc_ttl {
    font-size: 20px;
  }
  .p-top_desc_txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-top_desc_lead {
    margin-bottom: 30px;
  }
  .p-top_desc_lead_main {
    margin-bottom: 0;
  }
  .p-top_menu {
    padding: 70px max(10px, 3.90625vw) 85px;
  }
  .p-top_menu_flex {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    gap: 30px;
  }
  .p-top_menu_flex--mbSmall {
    margin-bottom: 20px;
  }
  .p-top_menu_cont {
    width: 100%;
  }
  .p-top_menu_cont + .p-top_menu_cont {
    margin-top: max(25px, 5.2083333333vw);
  }
  .p-top_menu_cont:nth-child(2n) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-top_menu_icon {
    gap: 10px 35px;
  }
  .p-top_menu_iconItem {
    font-size: 12px;
  }
  .p-top_menu_leadFlex {
    display: block;
  }
  .p-top_menu_leadCont {
    width: 100%;
  }
  .p-top_menu_leadCont + .p-top_menu_leadCont {
    margin-top: 35px;
  }
  .p-top_menu_leadCont:nth-child(2n) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .p-top_news {
    padding: 95px max(10px, 3.90625vw) 60px;
  }
  .p-top_news_category {
    margin-bottom: max(50px, 10.4166666667vw);
  }
  .p-top_access {
    padding: 100px max(10px, 3.90625vw) 75px;
  }
  .p-top_access_flex {
    gap: 30px 3.90625vw;
  }
  .p-top_access_table {
    width: calc(50% - 1.95313vw);
  }
  .p-top_access_map {
    display: none;
  }
  .p-top_access_map_tab {
    width: min(350px, 100%);
    height: 44px;
    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;
    margin: 0 auto;
    background-color: #14ffff;
    position: relative;
    padding-bottom: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-top_access_map_tab::before {
    content: "";
    background: url(../img/top/icon_map.webp) no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .p-top_access_map_tabTxt {
    font-size: 18px;
  }
  .p-top_access_movie .p-top_access_movie_box {
    width: 100%;
    min-width: 100%;
  }
  .p-top_access_movie .p-top_access_movie_box iframe {
    width: 100%;
    height: 12rem;
  }
}
@media screen and (max-width: 500px) {
  body {
    margin: 0;
  }
  .p-top_read_deco {
    left: calc(50% - 234px);
  }
  .p-top_read_movie {
    width: 150%;
    margin-left: -25%;
  }
  .p-top_desc {
    padding: 0 10px;
  }
  .p-top_desc_cont--block {
    display: block;
  }
  .p-top_desc_contArea {
    padding: 80px 0 40px;
  }
  .p-top_desc_contArea--flex {
    padding-right: 0;
    margin-left: 5.3846153846vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .p-top_desc_contArea .p-top_desc_contFlex--opacity {
    position: relative;
  }
  .p-top_desc_contArea .p-top_desc_contFlex--opacity::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
  }
  .p-top_desc_contArea.is-scrolled .p-top_desc_contFlex--opacity::before {
    background: transparent;
  }
  .p-top_desc_contFlex > img {
    width: max(190px, 48.7179487179vw);
  }
  .p-top_menu {
    padding: 80px 10px 40px;
  }
  .p-top_menu_flex--mbSmall {
    margin-bottom: 60px;
  }
  .p-top_menu_border--smallPd {
    padding: 16px 5px 16px 15px;
  }
  .p-top_menu_icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 25px;
  }
  .p-top_menu_iconItem {
    font-size: max(11px, 3.0769230769vw);
  }
  .p-top_menu_leadOuter {
    margin: 0 20px 30px;
  }
  .p-top_news {
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-top_news_cont {
    margin: 0 20px 60px;
  }
  .p-top_news_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;
    gap: 5px 0;
  }
  .p-top_news_item {
    width: 100%;
    gap: 85px;
  }
  .p-top_storeSlider_item {
    width: 444px;
  }
  .p-top_access {
    padding: 75px 10px 65px;
  }
  .p-top_access_txt {
    padding-bottom: 10px;
  }
  .p-top_access_flex {
    margin-bottom: 35px;
  }
  .p-top_access_table {
    width: 100%;
  }
}

/* 20250823追加 */
.p-top_access_reservation_btn {
  width: min(350px, 100%);
  height: 44px;
  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;
  margin: 30px auto;
  background-color: #14ffff;
  position: relative;
  padding-bottom: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}

.p-top_access_reservation_btn:before {
  content: "";
  background: url(../img/top/icon_check.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 10px;
}

.p-top_access_reservation_btnTxt {
  font-size: 18px;
}

.p-top-mv-box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.p-top-mv-box > img {
    height: 100vh;
    width: auto;
    object-fit: cover;
    display: block;
}
.p-top-mv-box img.mv_pc {
    display: none;
}

@media screen and (min-width: 768px) {
.p-top-mv-box img.mv_sp {
    display: none;
}
.p-top-mv-box img.mv_pc {
    display: block;
}

}
