[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-c {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* API以外のcss */

/* hover */
.kc-card:hover {
  background-color: #ffffe6;
  opacity: 1;
}

/* hover */

/* 終了イベント */

.kc-card.endDateTime .kc-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 1;
}

.kc-card.endDateTime .kc-image::before,
.kc-card.endDateTime .kc-image::after {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
}

.kc-card.endDateTime .kc-image::before {
  content: "終了しました";
  transform: translateX(-50%) translateY(-100%);
  font-size: 20px;
  font-weight: bold;
}

.kc-card.endDateTime .kc-image::after {
  content: "CLOSED";
  transform: translateX(-50%) translateY(20%);
  font-size: 12px;
}


@media screen and (max-width: 768px) {}

/* 終了イベント */




/* topページ */

.kc-content {
  margin: 40px 0;

}

.kc-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 2%;
}

.kc-card {
  width: 32%;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

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

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

.kc-info {
  padding-top: 4%;
}



.kc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4em;
  margin-bottom: 4%;
}

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

.kc-type {
  background-color: #0264ee;
}

.kc-format {
  background-color: #666464;
}


.kc-name {
  font-size: 16px;
  margin: .4em 0;
  font-weight: bold;
  line-height: 1.6;
}

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


@media screen and (max-width: 767px) {
  .kc-card {
    width: 100%;
    padding: 4%;
  }
}


/* allページ */
.kc-content.-all {
  margin: 0;
  padding-bottom: 100px;
}