[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-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{
  color: #333;
}

.kc-card:hover .kc-image img {
  transform: scale(1.05);
  opacity: 0.8;
}

/* hover */

/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "終了しました";
  text-align: center;
  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: 26px;
  }
}

/* 終了イベント */




/* topページ */

.kc-content {
  max-width: 1530px;
  width: 100%;
  margin: 100px auto;
  padding: 0 20px;

}

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

.kc-card {
  width: 32%;
  padding: 1%;
  border: 1px solid #333;
  color: #333;
}

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

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



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

.kc-type,
.kc-format,
.kc-receipt {
  font-size: 14px;
  line-height: 1;
  padding: 1% 2%;
}

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

.kc-format {
  border: 1px solid #333;

}

.kc-receipt {
  border: 1px solid #0B0A60;
  background-color: #0B0A60;
  color: #fff;
}

.kc-receipt.-kc-finished{
display: none;
}


.kc-name {
  font-size: 20px;
  margin: .8em 0;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}


.kc-address {
  display: block;
  margin: .6em 0;
}


@media screen and (max-width: 767px) {
  .kc-content {
    margin: 40px auto;
  }

  .kc-card {
    width: 100%;
    padding: 4%;
  }
}


/* allページ */
 .kc-content.-all {
   padding: 0 20px;
   margin: 60px auto;
 }