/* ============================
   サブページ共通
============================ */

body {
  background-color: white;
  background-image: none !important;
  background-attachment: scroll !important;
}


.header-logo {
  height: 40px;
  width: auto;
  filter: invert(1) drop-shadow(0 0 5px rgba(0,0,0,0.8));
}

header a:has(.header-logo) {
  margin-right: auto;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s;
}

header a:has(.header-logo):hover {
  opacity: 0.6;
}

.subpage-wrap {
  padding-top: 70px;
}

.section-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 20px;
  color: black;
  padding: 20px 0;
  line-height: 30px;
  letter-spacing: 2px;
}

/* ============================
   ヒーロー・ページビジュアル（ABOUT / CONTACT）
============================ */

.hero-banner,
.page-visual,
.contact-visual {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.hero-img,
.page-visual-img,
.contact-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.55);
}

.hero-overlay,
.contact-visual-overlay {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.page-visual-title,
.hero-text,
.contact-visual-text {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 48px;
  color: white;
  letter-spacing: 8px;
  line-height: 1.1;
}

.hero-sub {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 13px;
  color: white;
  letter-spacing: 6px;
  margin-top: 8px;
  opacity: 0.8;
}

@media screen and (max-width: 780px) {
  .hero-banner, .page-visual, .contact-visual {
    height: 45vw;
  }
  .hero-text, .page-visual-title, .contact-visual-text {
    font-size: 28px;
  }
  .hero-overlay, .contact-visual-overlay {
    left: 20px;
    bottom: 20px;
  }
}

/* ============================
   ABOUT
============================ */

.about-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 40px;
}

.about-text {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 2px;
  color: black;
}

.about-text p {
  margin: 0 0 16px;
}

/* フォトモザイク */
.photo-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 4px;
}

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

.mosaic-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.mosaic-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}

@media screen and (max-width: 780px) {
  .photo-mosaic {
    grid-template-columns: 1fr;
  }
  .about-block {
    padding: 40px 20px;
  }
}

/* 公演履歴 */
.history-block {
  padding: 40px 40px 60px;
}

.history-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.history-card {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.history-thumb {
  width: 100px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
}

.history-date-label {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 10px;
  color: rgba(215,0,121,1.00);
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.history-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: black;
  margin-bottom: 4px;
}

.history-venue {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #aaa;
}

@media screen and (max-width: 780px) {
  .history-block {
    padding: 30px 20px 50px;
  }
}

/* ============================
   MEMBERS
============================ */

.members-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 40px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  padding-top: 10px;
}

.member-photo-wrap {
  overflow: hidden;
  aspect-ratio: 3/4;
}

.member-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.member-photo-wrap img:hover {
  transform: scale(1.03);
}

.member-info {
  padding: 14px 0;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 2px;
}

.member-name {
  font-size: 16px;
  color: black;
  margin-bottom: 4px;
}

.member-role {
  font-size: 10px;
  color: rgba(215,0,121,1.00);
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.member-meta {
  font-size: 10px;
  color: #aaa;
  margin-bottom: 10px;
}

.member-works {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 22px;
  color: #555;
}

.member-works li::before {
  content: "— ";
  color: rgba(215,0,121,0.6);
}

/* 公演写真ストリップ */
.photo-strip {
  display: flex;
  overflow: hidden;
  gap: 4px;
  margin-top: 4px;
}

.photo-strip img {
  width: calc(100% / 6);
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 780px) {
  .members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  .members-section {
    padding: 40px 20px;
  }
  .photo-strip img {
    width: calc(100% / 3);
    height: 120px;
  }
}

/* ============================
   NEWS
============================ */

/* 注目公演 */
.featured-show {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.featured-img-wrap {
  overflow: hidden;
}

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

.featured-info {
  background-color: rgba(215,0,121,1.00);
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-label {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 10px;
  letter-spacing: 5px;
  opacity: 0.75;
  margin-bottom: 20px;
}

.featured-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.featured-sub {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  opacity: 0.75;
  margin-bottom: 10px;
}

.featured-date {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  opacity: 0.85;
}

.featured-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 11px 24px;
  background-color: white;
  color: rgba(215,0,121,1);
  text-decoration: none;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 900;
  transition: background-color 0.2s, color 0.2s;
}

.featured-btn:hover {
  background-color: black;
  color: white;
}

/* ニュース一覧 */
.news-section {
  padding: 50px 40px;
}

.news-item-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.news-thumb {
  width: 90px;
  height: 65px;
  object-fit: cover;
  flex-shrink: 0;
}

.news-thumb-logo {
  object-fit: contain;
  background: #f5f5f5;
  padding: 5px;
}

.news-item-info {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 2px;
}

.news-item-date {
  font-size: 10px;
  color: #aaa;
  margin-bottom: 5px;
}

.news-tag {
  background-color: rgba(215,0,121,1.00);
  color: white;
  font-size: 9px;
  padding: 2px 8px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 6px;
}

.news-item-title {
  font-size: 12px;
  color: black;
  line-height: 22px;
}

/* ギャラリー */
.past-gallery {
  padding: 0 40px 60px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  color: white;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 20px 10px 10px;
}

/* ギャラリーアコーディオン */
.gallery-accordion {
  border-bottom: 1px solid #eee;
}

.gallery-accordion-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: black;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.gallery-accordion-title::-webkit-details-marker { display: none; }

.gallery-accordion-title::after {
  content: "+";
  font-size: 18px;
  color: rgba(215,0,121,1.00);
  flex-shrink: 0;
  margin-left: 16px;
}

.gallery-accordion[open] .gallery-accordion-title::after {
  content: "−";
}

.gallery-accordion-date {
  font-size: 10px;
  color: rgba(215,0,121,1.00);
  letter-spacing: 3px;
  margin-left: 12px;
  margin-right: auto;
}

.gallery-accordion .gallery-grid {
  padding-bottom: 12px;
}

@media screen and (max-width: 780px) {
  .featured-show {
    grid-template-columns: 1fr;
  }
  .featured-info {
    padding: 30px 20px;
  }
  .featured-title {
    font-size: 18px;
  }
  .news-section, .past-gallery {
    padding: 30px 20px 50px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================
   CONTACT
============================ */

.contact-form-section {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 40px;
}

.contact-form-section label {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: black;
  display: block;
  margin-bottom: 6px;
}

.contact-form-section input,
.contact-form-section textarea {
  width: 100%;
  background-color: #f0f0f0;
  padding: 12px;
  border: none;
  font-size: 12px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
  margin: 0 0 24px 0;
  border-radius: 0;
}

.contact-form-section button {
  background-color: rgba(215, 0, 121, 1.00);
  color: white;
  border: none;
  padding: 14px 50px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
}

.contact-form-section button:hover {
  background-color: black;
}

.sns-section {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.sns-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.sns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.sns-link {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid rgba(215,0,121,1.00);
  padding-bottom: 3px;
  transition: color 0.2s;
}

.sns-link:hover {
  color: rgba(215,0,121,1.00);
}

.sns-logo-img {
  width: 100px;
  height: auto;
  opacity: 0.15;
}

@media screen and (max-width: 780px) {
  .contact-form-section,
  .sns-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
