.u-mv {
  background-image: url("/images/event/bg-mv.jpg");
}

.c-event__item:not(:last-child) {
  border-bottom: 0.2rem solid var(--c-gray);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.c-event__item a {
  display: block;
  color: var(--c-black);
}

.c-event__ttl {
  font-size: 3rem;
  line-height: normal;
  text-align: center;
  margin-bottom: 2rem;
}

.c-event__img {
  line-height: 0;
  margin-bottom: 2rem;
}
.c-event__img img {
  width: 100%;
}

.c-event__lead {
  font-size: 2.6rem;
  line-height: 1.3846;
}