[v-cloak] {
  display: none;
}

.kc-none {
  text-align: center;
  margin: 50px auto;
}

.kc-spinner {
  padding: 50px 0;
}

.kc-l-c1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-l-c2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* API以外のcss */

/* hover */
.kc-card:hover {
  opacity: .6;
}

/* hover */

/* 終了イベント */
/* .kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "終了しました";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .kc-card.endDateTime .kc-image::before {
    font-size: 16px;
  }
} */

/* 終了イベント */




/* topページ */
.kc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6em 2%;
}

.kc-card {
  width: 100%;
}

.kc-card:not(:first-child) {
  border-top: none !important;
}

.kc-image {
  position: relative;
  overflow: hidden;
}


.kc-image img {
  object-fit: cover;
  aspect-ratio: 4/3;
  height: auto;
}



.kc-date,
.kc-address {
  display: flex;
}

.kc-date-label,
.kc-address-label {
  white-space: nowrap;
}

.kc-date br {
  display: none;
}


@media screen and (max-width: 960px) {
  .kc-cards {
    gap: 1em 2%;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .kc-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* allページ */