/* [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 */
.p-borderLink.-kc {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding-top: 10%;
}

.kc-cards.-all .p-borderLink.-kc {
  padding-top: 5%;
}

.kc-cards.-all .p-borderLink.-kc .p-borderLink__copy {
  opacity: 0;
}


@media screen and (max-width: 768px) {
  .p-borderLink.-kc .p-borderLink__copy {
    opacity: 0;
  }
}





/* 終了イベント */
.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 */
.kc-link:hover {
  text-decoration: none !important;
}

/* 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: 2%;
}

#kcapp .kc-swiper.swiper_none .swiper-slide {
  width: 23.5%;
  height: auto;
}



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

/* swiper */






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

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


.kc-card {
  position: relative;
}


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


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

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #1a1a1a;
}


.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 10%;
}


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

.kc-type,
.kc-format {
  color: #1a1a1a;
  padding: .3em .6em;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #1a1a1a;
  border-radius: 9999px;
}

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

.kc-name {
  color: #1a1a1a;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: .8em 0;
}


.kc-date-txt,
.kc-address-txt,
.kc-date,
.kc-address {
  color: #1a1a1a;
  position: relative;
  font-size: 13px;
}


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


.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 6%;
  padding: 0;
}

.kc-card.-all {
  width: 29.3%;
  list-style-type: none;
}

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


/* eventページ */