@charset "UTF-8";

@media screen and (min-width: 768px) {

.mb { display: none;}


a:hover {
  color: #aaa;
  opacity: 0.7;
}

/*
h1 {
  font-size: clamp(2rem, 6vw, 3rem); }

h2 {
  font-size: clamp(1.5rem, 4vw, 2.2rem); }

h3 {
  font-size: clamp(1.2rem, 3vw, 1.6rem); }
*/

p,
li {
  font-size: 1rem; }


.pc_header_left {
   width: 25%;
   padding-top: 2%;
   padding-left: 2%;
   display: inline-block;
   vertical-align: top; }

.pc_header_right {
   width: 70%;
   margin-top: 2%;
   margin-left: 3%;
   display: inline-block;
   vertical-align: top; }
   
.pc_header_right p {
   display: inline-block;
   font-weight: bold;
   font-size: clamp(12px,1.8vw,24px); }

.pc_top_official {
   font-weight: bold;
   margin-left: 2%;
   font-size: clamp(14px,1.7vw,24px);
   letter-spacing: 0.6vw; }

.top_logo {
  width: 90%;
  margin-left: 5%;
  padding-top: 15%; }

.under_logo {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.6rem; }

.top_photo {
  width: 90%;
  margin-left: 3%;
  padding-top: 2%; }

.slideshow {
  position: relative;
  width: 94%;
  height: 65vw;
  background: #000;
  overflow: hidden;
  margin-top: 2.5%;
}

.slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* ← 重要 */
  opacity: 0;
  transition: opacity 1.5s ease;
}

.slideshow img.active {
  opacity: 1;
}

.top-movie {
  width: 70%;
  margin-left: 15%;
  text-align: center;
  padding-top: 10%;
}

.top-movie h2 {
  font-size: clamp(16px, 1.6vw, 24px);
}


.youtube-lite {
  position: relative;
  max-width: 90%;
  margin-left: 5%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.youtube-lite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.youtube-lite iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.play-btn {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 3rem;
}

.pick_up {
  margin-top: 5.3%; 
  margin-bottom: 1%;
  text-align: center;
  letter-spacing: 0.4rem; }

.box {
  width: 100%;
  margin-left: 0%;
  border: solid 1px gray; 
  padding: 3%; }

.pick_left {
   width: 33%;
   display: inline-block;
   vertical-align: top; }

.pick_right {
   width: 60%;
   margin-left: 4.5%;
   display: inline-block;
   vertical-align: top; }

.pick_day {
   font-size: clamp(16px, 1.5vw, 24px); }

.pick_place {
   font-size: clamp(16px, 1.5vw, 24px);
   font-weight: bold; }
   
.pick_event {
   font-size: clamp(16px, 1.5vw, 24px); }

.pick_time {
   font-size: clamp(14px, 1.2vw, 24px);
   margin-top: 3%; }
   
.pick_yen {
   font-size: clamp(14px, 1.2vw, 24px); }

.pick_hr {
   margin-top: 3%;
   margin-bottom: 3%;
   border: solid 1px gray; }

.mb_menu_box {
  margin-top: 12%;}

.mb_menu_box p {
   font-weight: bold;
   text-align: center;
   font-size: 1.3rem;
   margin-bottom: 4%;
   letter-spacing: 0.4rem; }

.tri {
   font-size: 0.7rem;
   vertical-align: top;
   line-height: 3;
   margin-right: 1%; }
   
.tri2 {
   font-size: 0.55rem;
   vertical-align: top;
   line-height: 3;
   margin-right: 1.5%; }

.sns_box {
   width: 60%;
   margin-left: 0%;
   margin-top: 13%; }

.pc_menu_bottom {
   margin-top: 2.5%;
   margin-left: -1.6%; }

.sns {
  width: 80%;
  margin-left: 2%;
  display: inline-block:
}

.sns_icon {
   width: 3.5%;
   margin-right: 0.5%; }

.sns_icon2 {
   width: 5%; }


.footer {
   margin-top: 15%; }

.footer p {
   text-align: center;
   color: gray; 
   padding-bottom: 4%; }

/* -------------------- LIVE ページ -------------------------*/

  
.content_box {
  width: 90%;
  margin-left: 5%;
  margin-top: 4%; }

.content_box h1 {
   font-size: clamp(1rem,2vw,2.5rem); 
   text-align: center;
   letter-spacing: 0.3rem;
   margin-bottom: 4%; }

.live_box {
  width: 70%;
  margin-left: 15%;
  padding: 2% 4%;
  margin-bottom: 5%;
  border: solid white 1px; }

.live_box h3 {
   font-size: clamp(0.6rem,2vw,2rem); }

.live_event {
   margin-top: 2%; }
   
.live_band {
   margin-top: 4%; }

.live_left {
  width: 25%;
  display: inline-block;
  vertical-align: top; }
  
.live_right {
  width: 70%;
  margin-left: 3.6%;
  display: inline-block;
  vertical-align: top; }

.popup-img {
  cursor: pointer;
}

/* 背景 */
.img-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9999;
}

/* 表示状態 */
.img-popup.active {
  opacity: 1;
  pointer-events: auto;
}

/* 拡大画像 */
.img-popup img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

/* 閉じるボタン */
.img-popup .close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 32px;
  color: white;
  cursor: pointer;
}


.live_hr {
   margin-top: 3.5%;
   margin-bottom: 3.5%; }

.mail-reserve {
  display: inline-block;
  padding: 1% 2%;
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 50%, #b5b5b5 100%);
  color: black;
  text-decoration: none;
  font-size: clamp(0.6rem,1vw,2rem);
  border-radius: 8px;
  font-weight: bold;
  margin-right: 1.5%;
}

.mail-reserve2 {
  display: inline-block;
  padding: 0.2% 1%;
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 50%, #b5b5b5 100%);
  color: black;
  text-decoration: none;
  font-size: clamp(0.6rem,1vw,2rem);
  border-radius: 8px;
  font-weight: bold;
  margin-right: 0.5%;
}

.mail_box {
  margin-top: 3%;
  margin-bottom: 2%; }

.live_etc {
   width: 90%;
   margin-left: 5%;
   margin-top: 15%;
   padding-bottom: -10%; }

.live_etc p {
   font-size: clamp(0.5rem,3.2vw,1rem); 
   margin-bottom: 3%;
   line-height: 2.5vw; }

/* -------------------- DISC ページ -------------------------*/


.disc_box {
  padding: 2% 2% 0% 2%;
  margin-bottom: 4%;
  border: solid white 1px;
  width: 60%;
  margin-left: 20%; }
 
.disc_in_box{
   width: 100%; } 
 
.disc_jacket {
  width: 30%;
  display: inline-block;
  vertical-align: top; } 

.disc_jacket2 {
  width: 120%;
  margin-top: 15%; }
  
.disc_jacket3 {
  width: 120%; }
 
.disc_comment {
   width: 60%;
   margin-left: 3%;
   display: inline-block;
   vertical-align: top; } 

.disc_number2 {
   margin-top: 5%; }
  
.album {
  margin-bottom: 0;
}

.album-head {
  display: flex;
  align-items: center;
  gap: 12px;
}



/* 詳細ボタン */
.accordion-btn {
  flex: 1;
  margin-top: 4%;
  font-size: clamp(0.6rem,1.6vw,2rem);
  color: white;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  letter-spacing: 0.1vw;
}

.accordion-btn .icon {
  font-size: clamp(0.3rem,1.5vw,2rem);
  margin-right: 6px;
}

/* アコーディオン中身 */
.accordion-content {
  margin-left: 1%; 
  margin-top: 2%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  padding: 0;
}

.accordion-content.open {
  max-height: 800px;
  opacity: 1; }

@media (min-width: 600px) {
  .album-head {
    flex-direction: column;
    align-items: stretch;
  }

.accordion-content {
    margin-left: 0;
  }

.disc_name {
  font-size: clamp(0.4rem,2vw,2rem); }

.disc_jp {
   font-size: clamp(0.4rem,1.6vw,2rem);
   margin-top: -2%; }

.disc_pad {
   margin-top: 4%; }

.disc_list_end {
   margin-bottom: 3%; }
   
/* -------------------- PROFILE ページ -------------------------*/

.p_photo {
   width: 80%;
   margin-left: 10%; }

.p_name {
   font-size: clamp(0.6rem,2vw,2rem); 
   text-align: center;
   margin-top: 3%; }
   
.p_name2 {
   font-size: clamp(0.6rem,1.8vw,2rem); 
   text-align: center;
   margin-top: 1%; }
   
.p_name3 {
   font-size: clamp(0.6rem,2vw,2rem); 
   text-align: center;
   margin-top: 6%;
   margin-bottom: 5%; }

.p_hr {
   border: 1px solid gray; 
   margin-top: 6%; }

.m_box {
   width: 100%;
   margin-left: 5%;
   display: inline-block;
   margin-bottom: 7%; }

.m_left {
   width: 20%;
   margin-left: 0%;
   vertical-align: top;
   display: inline-block; }
   
.m_right {
   width: 60%;
   margin-left: 5%;
   vertical-align: top;
   display: inline-block; }

.m_name {
   font-size: clamp(0.6rem,1.8vw,1.3rem); 
   margin-top: 0%; }
   
.m_name2 {
   font-size: clamp(0.6rem,1.4vw,1.3rem); 
   margin-top: 0%;
   font-weight: bold; }

.m_name3 {
   margin-top: 6%; }   

.pc_m_box {
   width: 90%;
   margin-left: 9%;
   display: inline-block;
   margin-bottom: 5%; }

.pc_m_left {
   width: 47%;
   display: inline-block;
   vertical-align: top; }
   
.pc_m_right {
   width: 47%;
   display: inline-block;
   vertical-align: top; }

/* -------------------- CONTACT PAGE ------------------- */

.contact_box {
   width: 75%;
   margin-left: 12.5%; 
   padding: 3%;
   text-align: center;
   border: solid 1px white; }

.contact_mail {
   text-align: center;
   font-weight: bold;
   font-size: clamp(0.5rem,3vw,1.5rem); 
   margin-top: 5%;}

.contact_bottom {
   width: 75%;
   margin-left: 12.5%;
   margin-top: 7%; }
   
.tri3 {
   font-size: 0.7rem;
   vertical-align: top;
   line-height: 3.8;
   margin-right: 1.5%; }
   
.tri4 {
   font-size: 0.55rem;
   vertical-align: top;
   line-height: 3;
   margin-right: 0.5%; }

}