@charset "UTF-8";

/* ==========================================================================
  1. タイムテーブル・フライヤー
   ========================================================================== */

.home-section {
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.home-section h2 {
  font-size: 3.5rem;
  color: #111827;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.home-section h3 {
  font-size: 2.0rem;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 12px;
}

.home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.home-text {
  flex: 1;
  text-align: left;
}

.home-lead {
  font-size: 1.4rem;
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.85; 
  letter-spacing: 0.02em;
}

.home-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.home-image img {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px; 
}

.flyer-20260117-credit {
  display: block;     
  font-size: 1rem;  
  color: #6b7280;      
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-right: 0;
}

@media (max-width: 767px) {
  .home-section {
    padding-top: 30px;
  }

  .home-content {
    flex-direction: column;
    gap: 24px; 
  }

  .home-text {
    display: contents; 
  }

  .home-section h2 {
    order: 1;          
    text-align: center;
    margin-bottom: 0;
  }

  .home-image {
    order: 2;             
    justify-content: center;
  }

  .home-section h3 {
    order: 3;
  }

  .home-lead {
    order: 4;           
    margin-bottom: 0;
  }
}

/* ==========================================================================
  2. セットリスト
   ========================================================================== */

.set-list-section {
  width: 80%;
  max-width: 800px; 
  margin: auto;
}

.set-list-section h3 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 24px;
}

.set-list-timeline {
  padding: 20px 25px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.set-list-group {
  flex-direction: column;
  gap: 12px;
  display: flex;
  padding: 24px 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 12px;
}

.set-list-group:last-child {
  border-bottom: none; 
}

.set-list-accordion summary::-webkit-details-marker {
  display: none;
}

.set-list-accordion summary {
  list-style: none; 
  cursor: pointer;
  outline: none;
}

.set-list-accordion[open] .accordion-icon {
  transform: rotate(180deg); 
}

.set-list-accordion .accordion-icon {
  font-size: 0.8rem;
  color: #9ca3af;
  transition: transform 0.2s ease; 
}

.set-list-accordion[open] .track-list {
  margin-top: 8px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .set-list-section {
    width: 100%;
  }

  .set-list-timeline {
    padding: 20px 12px;
  }
}

.dj-info-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  width: 100%;
}

.dj-sidebar {
  display: flex;
  align-items: center; 
  flex-shrink: 0;
  gap: 10px; 
  width: 100%;
  border-bottom: 2px solid #333; 
  padding-bottom: 4px;         
}

.dj-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.dj-sns {
  display: inline-block; 
  font-size: 1.025rem;    
  color: #999;  
}     

.track-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 8px;
}

.track-list li {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}

@media (max-width: 390px) {
  .track-list li {
    font-size: 0.875rem;
  }
}

@media (max-width: 375px) {
  .track-list li {
    font-size: 0.8rem;
  }
}

.track-title {
  color: #222;
  font-weight: 600;
}

.track-by {
  display: inline-block;
  color: #999;
  margin: 0 2px;
}

.track-artist {
  color: #404040;
}