.experience-block {
  margin-bottom: 40px;
}

.experience-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* カルーセルのトラック */
.experience-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

/* 1画面1記事 */
.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/* メイン動画 */
.main-video video {
  width: 100%;
  border-radius: 8px;
  background: #000;
}

/* 下スライダー */
.thumbnail-slider {
  display: flex;
  margin-top: 8px;
  gap: 8px;
  overflow-x: auto;
}

.thumb-item {
  flex: 0 0 auto;
  width: 100px;
  cursor: pointer;
}

.thumb-item video {
  width: 100%;
  border-radius: 4px;
}

/* 「もっと見る」リンク */
.more-link {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
  color: #ffcc00;
  text-decoration: none;
}