body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      color: #333;
      font-family: "Yu Mincho", "Noto Serif JP", serif;
      line-height: 2;
    }

    h2 {
      font-size: 1.8rem;
    }

    h3{
      font-size: 3rem;
      margin-bottom: 0;
      margin-top: 0;
    }

     h4{
      font-size: 1.7rem;
      margin-top: 0;
      margin-bottom: 0;
    }

    h5{
      font-size: 1.3rem;
      margin-top: 0;
      margin-bottom: 0;
    }

    p{
      margin: 0;
    }

    a{
      color: #b9b9b9;
    }

    .top {
      width: 70%;
      max-width: 400px;
      margin:  0 auto;
      padding-top: 60px;
    }

    .logo-1 {
      width: 100px;
      position: fixed;
      top: 10px;
      z-index: 1;
     }

.instagram-fixed {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 999;
      
    }


    .hero {
      position: relative;
      margin-bottom: 2px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      color: white;
    }

    

    .hero img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }

    .hero .hero-text {
      position: absolute;
      writing-mode: vertical-rl;
      margin-left: 10vw;
      text-shadow: 0 2px 6px rgba(0,0,0,0.4);
      font-size: 1.1rem;
      letter-spacing: 0.1em;
      
    }

    .hero img{
      filter: brightness(80%);
    }

    .hero-1 .hero-text{
      writing-mode: horizontal-tb; /* 横書き（左→右、上→下） */
      text-align: left;            /* テキストを左寄せにする場合 */
      width: 90%;
      margin-left: 5%;
      max-width: 800px;
      
    }

    .hero-2 .hero-text{
      writing-mode: horizontal-tb; /* 横書き（左→右、上→下） */
      text-align: left;            /* テキストを左寄せにする場合 */
      width: 90%;
      margin-left: 5%;
      max-width: 600px;
    }

    .purchase-button {
      font-family: 'Courier New', Courier, monospace;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgb(255, 0, 0);
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 24px;
      font-size: 0.9rem;
      font-weight: bold;
      text-decoration: none;
      z-index: 2;
    }

    .text-box {
      writing-mode: vertical-rl; /* 縦書き（右→左） */
      text-align: left;         /* 縦書きでも文字の右寄せ */
      display: block;
      margin: 0 auto;
      margin-top: 40px;          /* 上のセクションとの間隔を適宜調整 */
      max-height: 350px;         /* 必要なら高さ調整 */
    }

    .box {
      width: 80%;
      margin: 0 auto;
      height: 400px;
    }

    
    .box-img img{
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin: 0 auto;
    }

    .box-logo {
      width: 350px;
      margin: 0 auto;
    }


    .box-logo img{
      width: 350px;
      height: 350px;
      object-fit: cover;
      border-radius: 50%;
    }


     .button {
      transition: all 0.3s ease;
      display: inline-block;
      background-color: #000000;
      color: rgb(255, 255, 255);
      width: 80%;
      padding: 1rem 0;
      margin: 0 auto;
      margin-top: 1rem;
      margin-bottom: 3rem;
      text-decoration: none;
      border-radius: 50px;
      font-weight: 500;
      font-size: 1rem;
      font-family: neue-haas-grotesk-text, sans-serif;
    }
    .button:hover {
      background-color: rgb(255, 255, 255);
      color: rgb(0, 0, 0);
      border:rgb(0, 0, 0) solid 1px ;
      transform: scale(1.05);
    }

    .button-red{
      background-color: #e60000;
    }

    .button-red:hover{
      color: #e60000;
      border: #e60000;
    }

         .stamp {
      position: relative;
      top: 50px;
      z-index: 1;
      margin-left: 1rem;
      margin-top: -50px;
     }

    .highlight-box {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 50px;
    }

    .highlight-box h3 {
      margin: 0.5rem;
    }

    .highlight-box p {
      margin: 0;
      color: rgb(214, 0, 0);
      line-height: 1.3rem;
    }

    .cta-button {
      display: inline-block;
      background: #444;
      color: white;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 30px;
      margin-top: 24px;
    }

    .ticket-box{
      width: 90%;
      max-width: 600px;
      margin: 0 auto;
    }

    .ticket-box h3 {
      line-height: 70px;
    }

    .ticket-box h4 {
      color: red;
      text-align: right;
    }

    .ticket-box ul{
      margin-top: 0;
    }


    .card {
      overflow: hidden;
      border-radius: 8px;
    }

    .zoom-container {
      width: 100%; /* 好きなサイズ */
      height: 100%;
      overflow: hidden;       /* 拡大で枠からはみ出さないように */
      border-radius: 8px;     /* 任意：角丸など */
      position: relative;
      margin: 0 auto;
    }

    .zoom-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .zoom-container:hover img {
      transform: scale(1.1); /* 拡大率。例：1.1 = 110% */
    }

    .movie-box{
      width: 100vw;
      height: 56.25vw;
    max-height: 500px;          /* 上限（任意） */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.movie-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.artist-section {
  width: 90%;
  padding: 50px 5vw;
  max-width: 800px;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

.artist-card {
  position: relative;
}

.artist-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1; /* 正方形を維持 */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}

.artist-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を枠内にトリミングして表示 */
  display: block;
  border-radius: 5px;
  
}

.overlay-text {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  left: 12px;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  border-radius: 6px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}



.modal-wrapper {
  z-index: 999;
  height: 95vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}



.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}


.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 50px 10px;
  margin-top: 50px;
  border-radius: 2px;
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  transform: translateY(20px); /* 中央から20px下げる */
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}


.modal-content img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.modal-content h3 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  padding: 0 1rem;
  color: #ffffff;
}

.modal-content p {
  color: #ffffff;
  padding: 0 1rem;
}

.modal-content .sns-links {
  text-align: right; /* ← 右寄せにする */
}

.modal-content a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  
}

.modal-content .sns-links a {
  font-size: 2rem;
  margin-right: 10px;
  color: #cd004f;
  transition: opacity 0.3s;
  
}

.modal-content .sns-links a:hover {
  opacity: 0.7;
}



     /* Q&A アコーディオン */
.qa-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  cursor: pointer;
}

.qa-question {
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  padding-right: 1.5rem;
}

.qa-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.qa-item.active .qa-question::after {
  content: "-";
}

.qa-answer {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.roominfo {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #bababa;
}

.roominfo dt {
  width: 40%;
}

.item_icon {
  display: flex;
  margin-bottom: 1.5rem;
}

.item_icon img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.item_icon p {
  margin: 0;
  font-size: 0.9rem;
}

.access_icon {
  margin-bottom: 0.5rem;
}

.access_icon img {
  margin-left: 10px;
  margin-right: 10px;
}

.googlemap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.conditions ul li{
  margin-bottom: 1rem;
}


    .footer {
      text-align: center;
      padding: 48px 20px;
      background: #000000;
      color: #f4f4f4;
      font-size: 0.9rem;
    }