[v-cloak] {
  display: none;
}

/* 
.kc-br {
  margin-top: 5px;
}

.kc-br-sp {
  display: none;
}


@media screen and (max-width: 767px) {
  .kc-br-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
  }

  .u-desktop {
    display: block;
  }
} */

.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: 0.7;
}

/* 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: 30px;
  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-container {
  margin-bottom: 4em;
}

.kc-cards {
  display: flex;
  flex-direction: column;
  gap: 4em;
  margin-bottom: 2em;
}

.kc-card {
  width: 100%;
  transition: opacity 0.3s;
}

.kc-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.6em;
}

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


.kc-info {
  display: flex;
  flex-direction: column;
}


.kc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: .4em;
  margin-bottom: 1em;
  /* 高さ調整 */
  /* min-height: calc(1em * 2 * 2.3); */
}

.kc-type,
.kc-format {
  font-size: 14px;
  line-height: 1;
  padding: .4em 1em;
  color: #fff;
}

.kc-type {
  border: 1px solid #292624;
  background-color: #292624;
}

.kc-format {
  border: 1px solid #292624;
  color: #292624;
}

.kc-name {
  font-size: 18px;
  margin-bottom: .4em;
  line-height: 1.6;
  /* 高さ調整 */
  /* min-height: calc(1em * 2 * 1.6); */
}

/* .kc-date-box,
.kc-address-box {
  display: flex;
  align-items: center;
}

.kc-date-box {
  margin-bottom: .3em;
}

.kc-date-txt,
.kc-address-txt {
  white-space: nowrap;
  font-size: 12px;
} */

.kc-date,
.kc-address {
  font-size: 14px;
}