[v-cloak] {
  display: none;
}


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

#kcapp .swiper-wrapper {
  height: auto;
}

/* API以外のcss */

/* hover */
.kc-btn:hover {
  text-decoration: underline;
}

/* hover */

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

/* 終了イベント */

.kc-card {
  position: relative;
}

.kc-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.kc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


.kc-type,
.kc-format {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  padding: .4em 1em;
  border-radius: 100px;
}

.kc-type {
  background-color: #eaeaea;
}

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

.kc-name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: .6em 0;
}


.kc-date,
.kc-address {
  display: block;
  font-size: 1.3rem;
  margin-bottom: .8em;
  line-height: 1.6;
}

.kc-date br {
  display: none;
}

.kc-btn {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.kc-btn.is-selected-store {
  text-decoration: underline;
}


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

  .kc-type,
  .kc-format {
    padding: .2em .8em;
  }

  .kc-name {
    font-size: 1.4rem;
    margin: .4em 0;
  }

  .kc-date,
  .kc-address {
    font-size: 1.1rem;
    margin-bottom: .4em;
  }
}


.kc-tags.-all {
  gap: 10px;
}

.eventList .txt .kc-type.-all,
.eventList .txt .kc-format.-all {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.eventList .txt .kc-name.-all {
  margin: 1em 0;
}

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

  .eventList .txt .kc-date {
    font-size: 1.2rem;
    display: block;
    margin-bottom: .4em;
  }

  .eventList .txt .kc-type.-all,
  .eventList .txt .kc-format.-all {
    font-size: 1rem;
    padding: .4em .8em;
  }

  .eventList .txt .kc-name.-all {
    margin: .4em 0;
  }

}