@charset "utf-8";

body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #000 !important;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  color: #000;
  /* background-color: #fff; */
}

.event .set-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 120px;
}

.set-btn {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.content-btn .set-btn {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1000;
}

.content-btn .set-btn p.img08-title {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: clamp(1vw, 2.5vw, 5vw);
}


.content-btn .set-btn .img08-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* padding: 0 10px; */
}

.content-btn .set-btn p.img08-btn {
  display: block;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0 0px;
}

.content-btn .set-btn p.img08-btn a {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* スマホレイアウト */
@media (max-width: 1600px) {
  .set-btn {
    width: 80%;
  }

  .content-btn .set-btn p.img08-content {
    width: 85%;
  }
}


/****************************************************/
/* おすすめコスチューム                                  */
/****************************************************/
.costume {
  margin: 0 auto;
  margin-top: clamp(40px, 5vw, 60px);
}

.costume ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.costume ul li {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.costume ul li>p:nth-child(1) {
  width: 100%;
  max-width: 380px;
}

.costume ul li>p:nth-child(2) {
  padding: 10px 0 0;
  color: #000;
  font-size: 20px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.costume p.img08-btn {
  width: 100%;
  max-width: 410px;
  margin: 60px auto 0;
}

.lady-slider img {
  width: 100%;
  height: auto;
  display: block;
}


/****************************************************/
/* オンライン予約はこちらから                              */
/****************************************************/
.online-reservation {
  /* padding: 0px 0 180px; */
  background-color: #000;
}

.online-reservation h2 {
  max-width: 550px;
  text-align: center;
  padding-top: 120px;
  margin: 0 auto 60px;
}

.online-reservation ul {
  max-width: 1440px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 26px;
}

.online-reservation ul li {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1px solid rgba(212, 175, 55, 0.2);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


.online-reservation ul li:hover {
  transform: scale(1.06); /* 約170px相当 */
}

.online-reservation ul::after {
  content: "";
  display: block;
  width: 450px;
  height: 0;
  margin: 0;
}

.online-reservation ul li>p {
  margin: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 160px;
  height: auto;
  padding: 20px 0;
}

.online-reservation ul li>div {
  flex: 1;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.online-reservation ul li h3 {
  margin: 4px 0 10px;
  width: 100%;
  max-width: 260px;
}

.online-reservation ul li>div>div {
  display: flex;
  gap: 6px;
}

.online-reservation ul li>div>div p {
  margin: 0;
}

.online-reservation ul li a {
  width: 100%;
  display: inline-block;
  height: 34px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  font-family: "Cinzel", "Times New Roman", serif;
  text-align: center;
}

.online-reservation ul li>div>div p:last-child a {
  background-color: #FF6B81;
}

.online-reservation ul li:nth-child(1)>div>div p:first-child a {
  /* 東京 */
  background-color: #055E03;
}

.online-reservation ul li:nth-child(2)>div>div p:first-child a {
  /* 横浜 */
  background-color: #11A19F;
}

.online-reservation ul li:nth-child(3)>div>div p:first-child a {
  /* 大阪 */
  background-color: #8E0E50;
}

.online-reservation ul li:nth-child(4)>div>div p:first-child a {
  /* 京都 */
  background-color: #720E81;
}

.online-reservation ul li:nth-child(5)>div>div p:first-child a {
  /* 神戸  */
  background-color: #16315B;
}

.online-reservation ul li:nth-child(6)>div>div p:first-child a {
  /* 名古屋  */
  background-color: #B37416;
}

.online-reservation ul li a:hover {
  filter: brightness(0.9);
}


/****************************************************/
/* 画像の固定　                                        */
/****************************************************/
.img01-wrapper,
.img02-wrapper,
.img03-wrapper,
.img04-wrapper {
  position: relative;
}

.img02-wrapper {
  margin-bottom: 120px;
}

.img01-decoration {
  position: absolute;
  top: -25vh;
  right: -10vw;
  width: 22vw;
  max-width: 450px;
  z-index: 10;
  pointer-events: none; 
}

.img02-decoration {
  position: absolute;
  bottom: -25vh;
  right: 3vw;
  width: 22vw;
  max-width: 350px;
  z-index: 10;
  pointer-events: none; 
}

.img03-decoration {
  position: absolute;
  bottom: -250px;
  left: -5vw;
  width: 22vw;
  max-width: 350px;
  z-index: 10;
  pointer-events: none; 
}

.img04-decoration {
  position: absolute;
  bottom: -18vh;
  right: 9vw;
  width: 22vw;
  max-width: 250px;
  z-index: 10;
  pointer-events: none; 
}


/****************************************************/
/* 画面固定用（モーダル開時に付与）                        */
/****************************************************/
body.modal-open {
  overflow: hidden;
}

/* モーダルの土台 */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.is-open {
  display: flex;
}

/* 黒半透明の背景 */
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

/* 中央のダイアログ */
.video-modal__dialog {
  position: relative;
  width: min(90vw, 480px);
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  overflow: hidden;
  z-index: 1;
}

/* 縦動画は余白なしで全面表示 */
.video-modal__content video {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* はみ出してもOKなら cover、全体表示なら contain */
}

/* iframe (YouTubeなど縦動画用) */
.video-modal__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 閉じるボタン（右上） */
.video-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
}

.video-modal__close:hover { background: #fff; }

/* 中身（video/iframe） */
.video-modal__content,
.video-modal__content iframe,
.video-modal__content video {
  width: 100%;
  height: 100%;
  display: block;
}

.video-modal__content video { object-fit: contain; }

@media (max-width: 590px) {
  .video-modal__dialog {
    width: 94vw;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
  }
}


/* スマホレイアウト */
@media (max-width: 870px) {
  .online-reservation {
    padding: 150px 10px 180px;
  }

  .online-reservation ul {
    justify-content: center;
  }

  .online-reservation ul li {
    width: 100%;
    max-width: 420px;
  }
  .event .set-btn {
    gap: 100px;
  }

  .content-btn {
    padding: 0;
  }
  .event {
    padding: 0;
  }
  .event .set1 {
    padding: 0;
  }

}

@media (max-width: 430px) {

  .online-reservation ul {
    /* margin-left: -10px; */
  }

  .online-reservation ul li {
    width: 75%;
    gap: 14px;
  }

  .online-reservation ul li>p {
    max-width: 130px;
  }

  .online-reservation ul li>div {
    padding-left: 0;
  }

  .online-reservation ul li>div>div {
    flex-direction: column;
    gap: 6px;
    width: fit-content;
  }

  .online-reservation ul li a {
    font-size: 16px;
  }

  .online-reservation ul li>div>div p {
    width: 100%;
    max-width: 200px;
  }
}

/****************************************************/
/* footer                                           */
/****************************************************/
footer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

footer p {
  width: 100%;
  max-width: 180px;
}

footer small {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

@media (max-width: 1200px) {
  .content-btn .set-btn {
    bottom: clamp(40px, 6vw, 160px);
  }
}

@media (max-width: 860px) {

  .content-btn .set-btn {
    top: 20%;
  }

  .content-btn .set-btn p.img08-content {
    width: 90%;
  }

  .content-btn .set-btn p.img08-title {
    width: 80%;
    margin-bottom: 5vw;

  }

  .content-btn .set-btn h2.img08-title {
    padding: 0px 0 40px;
  }

  .content-btn .set-btn p.img08-btn {
    max-width: 200px;
  }

  .lady-slider {
    flex-direction: column;
  }
  .costume ul li>p:nth-child(2) {
    font-size: 16px;
  }

  .img01-decoration {
    width: 35vw;
    top: -18vh;
  }

  .img02-decoration {
    width: 35vw;
    bottom: unset;
  }

  .img03-decoration {
    display: none;
  }

  .img04-decoration {
    display: none;
  }




}

@media (max-width: 430px) {

  .content-btn .set-btn h2.img08-title {
    max-width: 300px;
  }

  .content-btn .set-btn p.img08-btn {
    max-width: 200px;
  }

  .costume ul li>p:nth-child(2) {
    font-size: 13px;
  }

  .event {
    /* padding: 120px 0 0; */
    gap: 0;
  }

  .img01-decoration {
    width: 45vw;
    top: -130px;
  }

}

.set001 {
  width: 458px;
  margin: 0 auto;
  padding-bottom: 120px;
}

/* =========================================================
   共通（店舗カラーは --accent-color で切替）
   ========================================================= */

   .element {
    /* 店舗カラー（デフォルト：東京） */
    --accent-color: #2EA830;
  
    list-style: none;
    width: 180px;
    height: 140px;
    position: relative;
  
    /* 初期：色なし・落ち着き */
    background: radial-gradient(
      circle at center,
      #1a1a1a 0%,
      #121212 60%,
      #0b0b0b 100%
    );
  
    border: none;
  
    box-shadow:
      0 0 6px rgba(0, 0, 0, 0.6),
      inset 0 0 20px rgba(0, 0, 0, 0.8);
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    transition:
      background 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  /* 枠レイヤー */
  .element::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(46, 168, 48, 0.2); /* fallback */
    border-color: color-mix(in srgb, var(--accent-color) 20%, transparent);
    pointer-events: none;
  
    transition:
      inset 0.6s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.6s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  /* テキスト */
  .element a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #ffffff;
  
    transition:
      color 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      text-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  /* 日本語（東京など） */
  .element .jp {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
  
    transition:
      color 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      text-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  /* -------------------------
     hover（色がほわっと出る）
     ------------------------- */
  .element:hover {
    background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--accent-color) 45%, #1a1a1a) 0%,
      color-mix(in srgb, var(--accent-color) 35%, #1a1a1a) 55%,
      color-mix(in srgb, var(--accent-color) 25%, #1a1a1a) 100%
    );
  
    box-shadow:
      0 0 16px color-mix(in srgb, var(--accent-color) 60%, transparent),
      0 0 36px color-mix(in srgb, var(--accent-color) 35%, transparent),
      inset 0 0 14px color-mix(in srgb, var(--accent-color) 45%, transparent),
      inset 0 0 30px rgba(0, 0, 0, 0.65);
  }
  
  /* 枠（必要なら inset を -10px などにして拡張可能） */
  /* .element:hover::before {
    inset: 0px;
    border-color: var(--accent-color);
  
    box-shadow:
      0 0 14px color-mix(in srgb, var(--accent-color) 60%, transparent),
      0 0 32px color-mix(in srgb, var(--accent-color) 45%, transparent),
      0 0 60px color-mix(in srgb, var(--accent-color) 25%, transparent);
  } */
  
  /* テキストも一緒にほわっと */
  .element:hover a {
    color: #eaffea;
    text-shadow: 0 0 8px color-mix(in srgb, var(--accent-color) 65%, transparent);
  }
  
  .element:hover .jp {
    color: var(--accent-color);
    text-shadow: 0 0 10px color-mix(in srgb, var(--accent-color) 70%, transparent);
  }
  
  /* =========================================================
     店舗カラー（ここだけ増やせばOK）
     ========================================================= */
  
  /* 東京 */
  .element.is-tokyo { --accent-color: #2EA830; }
  
  /* 横浜 */
  .element.is-yokohama { --accent-color: #11A19F; }
 
  /* 大阪 */
  .element.is-osaka { --accent-color: #D11579; }
  
  /* 京都 */
  .element.is-kyoto { --accent-color: #A617C2; }
  
  /* 神戸 */
  .element.is-kobe { --accent-color: #3B6CC2; }

  /* 名古屋 */
  .element.is-nagoya { --accent-color: #E0921D; }

  /* =========================
   hoverできる端末だけ hover を効かせる
   ========================= */
@media (hover: hover) and (pointer: fine) {
  .element:hover {
    background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--accent-color) 45%, #1a1a1a) 0%,
      color-mix(in srgb, var(--accent-color) 35%, #1a1a1a) 55%,
      color-mix(in srgb, var(--accent-color) 25%, #1a1a1a) 100%
    );

    box-shadow:
      0 0 16px color-mix(in srgb, var(--accent-color) 60%, transparent),
      0 0 36px color-mix(in srgb, var(--accent-color) 35%, transparent),
      inset 0 0 14px color-mix(in srgb, var(--accent-color) 45%, transparent),
      inset 0 0 30px rgba(0, 0, 0, 0.65);
  }

  .element:hover a {
    color: #eaffea;
    text-shadow: 0 0 8px color-mix(in srgb, var(--accent-color) 65%, transparent);
  }

  .element:hover .jp {
    color: var(--accent-color);
    text-shadow: 0 0 10px color-mix(in srgb, var(--accent-color) 70%, transparent);
  }
}

/* =========================
   スマホ：常時ホバー色を適用
   ========================= */
   @media (hover: none) and (pointer: coarse) {
    .element {
      background: radial-gradient(
        circle at center,
        color-mix(in srgb, var(--accent-color) 45%, #1a1a1a) 0%,
        color-mix(in srgb, var(--accent-color) 35%, #1a1a1a) 55%,
        color-mix(in srgb, var(--accent-color) 25%, #1a1a1a) 100%
      );
  
      /* box-shadow:
        0 0 16px color-mix(in srgb, var(--accent-color) 60%, transparent),
        0 0 36px color-mix(in srgb, var(--accent-color) 35%, transparent),
        inset 0 0 14px color-mix(in srgb, var(--accent-color) 45%, transparent),
        inset 0 0 30px rgba(0, 0, 0, 0.65); */
    }
  
    .element a {
      color: #eaffea;
      text-shadow: 0 0 8px color-mix(in srgb, var(--accent-color) 65%, transparent);
    }
  
    .element .jp {
      /* color: var(--accent-color);
      text-shadow: 0 0 10px color-mix(in srgb, var(--accent-color) 70%, transparent); */
    }
  }

/* スマホ：2列 */
@media (max-width: 870px) {
  .online-reservation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 420px; /* 必要なら調整 */
    margin: 0 auto;
  }

  /* li 側の width/height 指定を無効化して grid に任せる */
  .online-reservation ul li {
    width: auto;
    max-width: none;
    height: auto;
  }

  /* .element 自体を “枠いっぱい” にして比率を維持（180:140 = 9:7） */
  .element {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 7;
  }

  .img04-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .online-reservation h2 {
    width: 90%;
    margin: 0 auto 20px;
    padding-top: 90px;
  }

  .set001 {
    padding-top: 50px;
    width: 80%;
  }

}
