[v-cloak] {
  display: none;
}

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


/* API埋め込み以外の箇所でのcss */
.c-article__link.-kc {
  position: absolute;
  bottom: 0;
  width: 100%;
}


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





/* 終了イベント */
.kc-card.-all.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: 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 */

/* hover */

.kc-none {
  text-align: center;
  margin: 50px 0;
}

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

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

#kcapp .kc-swiper.swiper_none .swiper-wrapper {
  gap: 3.5%;
}

#kcapp .kc-swiper.swiper_none .swiper-slide {
  width: 31%;
  height: auto;
  margin-left: 0;
}

#kcapp .kc-swiper .swiper-slide {
  margin-left: 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  #kcapp .kc-swiper {
    width: 100vw;
    margin: calc(50% - 50vw);
    overflow: hidden;
    padding-bottom: 1%;
  }
}

/* swiper */






/* topページ */
#kcapp {
  position: relative;
  z-index: 10;
}

.kc-content {
  width: 100%;
  margin: 60px auto;
}

.kc-cards {
  padding: 0;
}

.kc-card {
  position: relative;
  list-style: none;
}


.kc-image {
  position: relative;
  display: block;
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
}


.kc-image img {
  object-fit: cover;
  aspect-ratio: 1/1;
  margin: 0;
  width: 100%;
}

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
  padding-bottom: 16%
}


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


.kc-name {
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 1.4em 0;
}

.kc-date-box,
.kc-address-box {
  display: flex;
}


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

.kc-date-txt,
.kc-address-txt {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 12px;
}

.kc-date-txt::before,
.kc-address-txt::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-size: cover;
  width: 12px;
  margin-right: 8px;
}

.kc-date-txt::before {
  background-image: url(../images/kc-calendar.svg);
  height: 13px;
}

.kc-address-txt::before {
  background-image: url(../images/kc-marker.svg);
  height: 17px;
}

.kc-date,
.kc-address {
  color: #7f807d;
}

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


.kc-date br {
  display: none;
}


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


  .kc-date br {
    display: none;
  }

}


/* topページ */


/* eventページ */
.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 4em 3.5%;
}

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

@media screen and (max-width: 768px) {
  .kc-card.-all {
    width: 100%;
  }
}


/* eventページ */