/*
Theme Name: SERUM Child
Template: serum_tcd096
Version: 1.0
*/

/* voiceアーカイブ 一覧 */
.voice-archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin: 40px 0 60px;
}

.voice-archive-item {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}

.voice-archive-item:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.voice-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.voice-archive-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.voice-thumb {
  background: #f8f8f8;
  padding: 20px;
}

.voice-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.voice-info {
  padding: 16px 20px 20px;
  margin-top: auto;
}

.voice-title {
  font-size: 16px;
  line-height: 1.4;
  min-height: 44px;
}

.voice-date {
  color: #888;
  font-size: 13px;
  margin-top: 6px;
}

.voice-intro {
  max-width: 760px;
  margin: 20px auto 50px;
  text-align: center;
  line-height: 1.8;
  color: #555;
  font-size: 15px;
}

.navigation.pagination {
  text-align: center;
  margin: 60px 0 80px;
}

.voice-filter {
  text-align: center;
  margin: 40px 0 50px;
}

.voice-filter a {
  display: inline-block;
  padding: 8px 18px;
  margin: 0 6px 10px;
  border-radius: 20px;
  background: #f2f2f2;
  font-size: 14px;
}

.voice-filter a:hover {
  background: #4CAF50;
  color: #fff;
}
.archive-title {
  text-align: center;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.voice-archive-item {
  transition: all 0.25s ease;
}

.voice-archive-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.navigation.pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0 80px;
}
.voice-archive-list {
  margin-top: 50px;
}
.voice-title {
  font-size: 16px;
  line-height: 1.4;
  min-height: 3.2em; /* 2行固定 */
}

.voice-info {
  padding: 14px 18px;
}

.voice-title {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.voice-date {
  color: #777;
  font-size: 14px;
}

.voice-eyecatch {
  margin: 40px auto 50px;
  padding: 25px;
  max-width: 820px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.voice-eyecatch img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
/* PCで少し広げる */
@media (min-width: 1200px) {
  .voice-eyecatch img {
    max-height: auto;
    object-fit: cover;
  }
}

/* スマホ */
@media (max-width: 768px) {
  .voice-eyecatch {
    margin: 25px 0 35px;
  }
}