.mfb-event-carousel {
  position: relative;
  padding: 0 44px;
}

.mfb-ec-swiper {
  padding-bottom: 40px !important;
}

/* カード */
.mfb-ec-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, .08); */
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
  align-items:center;
}

.mfb-ec-card:hover {
  transform: translateY(-4px);
  /* box-shadow: 0 10px 28px rgba(0, 0, 0, .14); */
}

/* サムネイル */
.mfb-ec-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.mfb-ec-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.mfb-ec-card:hover .mfb-ec-thumb img {
  transform: scale(1.04);
}

.mfb-ec-thumb-placeholder {
  width: 100%;
  height: 100%;
  opacity: .25;
}

.mfb-ec-thumb-noimage {
  object-fit: contain;
}

/* 本文 */
.mfb-ec-body {
  padding: 14px 16px 18px;
  flex: 1;

}

.mfb-ec-date {
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  /* align-items: baseline; */
  flex-wrap: wrap;
  gap: 6px;
}

.mfb-ec-time {
  font-size: .72rem;
  font-weight: 400;
  opacity: .8;
}

.mfb-ec-title {
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 4px;
  color: #37474F;
}

.mfb-ec-venue {
  font-size: .72rem;
  color: #B0BEC5;
  margin: 0;
}

/* Swiper ナビ・ページネーション */
.swiper-button-prev,
.swiper-button-next {
  color: #1A3A5C;
  --swiper-navigation-size: 22px;
}

.swiper-pagination-bullet-active {
  background: #1A3A5C;
}
