/* [v-cloak] {
  display: none;
} */

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

/* .kc-date.kc-sp {
  display: none;
}

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

  .kc-date.kc-pc {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .kc-date.kc-sp {
    white-space: nowrap;
  }
} */


/* API埋め込み以外の箇所でのcss */

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





/* 終了イベント */
/* .kc-card.-all.endDateTime .kc-image.-all::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.-all.endDateTime .kc-image.-all::before {
    font-size: 16px;
  }
} */
/* 終了イベント */





/* hover */
.kc-card:hover .kc-image img {
  transform: scale(1.1);
}

/* hover */






/* swiper */
#kcapp .kc-swiper {
  width: 100%;
  position: relative;
}

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

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

#kcapp .kc-swiper:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
  display: flex;
  gap: 6%;
}

#kcapp .kc-swiper:not(.swiper-initialized) .swiper-slide {
  width: 31.4%;
}



#kcapp .swiper-button-next:after,
#kcapp .swiper-button-prev:after {
  display: none;
}



@media screen and (max-width: 768px) {
  #kcapp .swiper-slide::before {
    display: none;
  }
}

/* swiper */






/* topページ */
#kcapp {
  position: relative;

}

.kc-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.kc-card {
  position: relative;
}


.kc-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}


.kc-image img {
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
  aspect-ratio: 4/3;
  margin: 0;
  width: 100%;
  transition: transform 0.5s;
}

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4% 6%;
  transition: opacity 0.3s;
}


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

.kc-type {
  background-color: #8FC41A;
  margin-right: .6em;
  color: #fff;
  padding: .6em .8em;
  font-size: 12px;
  margin-bottom: .4em;
  line-height: 1;
}


.kc-name {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 14px;
}


.kc-date,
.kc-address {
  position: relative;
  font-size: 12px;
}


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

.kc-date {
  margin-bottom: .4em;
}

.kc-date br {
  display: none;
}


@media screen and (max-width: 768px) {
  .kc-card {
    border-radius: 1rem 1rem 0 0;
    background-color: #fff;
  }

  .kc-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .kc-type {
    margin-bottom: 1rem;
  }

  .kc-date {
    font-size: 11px;
  }


  .kc-date br {
    display: none;
  }

}


/* topページ */


/* eventページ */

.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4%;
}

.kc-card.-all {
  width: 30.6%;
}

.kc-link.-all {
  height: auto;
}

@media screen and (max-width: 768px) {
  .kc-cards.-all {
    flex-direction: column;
  }

  .kc-card.-all {
    width: 100%;
    background-color: transparent;

  }

}


/* eventページ */