/* [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::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 {
  opacity: 1;
}

.kc-link:hover .kc-image img {
  transform: scale(1.1);
}

/* hover */

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

/* swiper */
#kcapp .swiper-pagination {
  display: none;
}

#kcapp .kc-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

#kcapp .kc-swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 2%;
}

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



@media screen and (max-width: 768px) {
  #kcapp .kc-swiper {
    width: auto;
    margin-right: -20px;
  }

  #kcapp .kc-swiper.is-single {
    margin-right: 0;
  }

  #kcapp .swiper-pagination {
    display: block;
    position: relative;
    text-align: left;
  }
}

/* swiper */






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

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

.kc-cards {
  padding: 0;
}

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


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


.kc-image img {
  object-fit: cover;
  aspect-ratio: 4/3;
  margin: 0;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease-in-out;
}

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


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


.kc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  margin-top: 5%;
}

.kc-type,
.kc-format,
.kc-area {
  display: flex;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #0d133f;
  padding: .5em 1em;
}

.kc-name {
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 1em 0;
  letter-spacing: .1em;
}

.kc-date-box,
.kc-address-box {
  display: flex;
  line-height: 2;
  letter-spacing: .15em;
}

.kc-date-txt,
.kc-address-txt {
  white-space: nowrap;
}

.kc-date-txt,
.kc-address-txt,
.kc-date,
.kc-address {
  position: relative;
  font-size: 1.3rem;
}



.kc-date br {
  display: none;
}


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


  .kc-date br {
    display: none;
  }

}


/* topページ */


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

.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 6em 2%;
  margin-top: 8%;
}

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

@media screen and (max-width: 768px) {
  .kc-content.-all {
    padding: 0 30px;
  }

  .kc-cards.-all {
    gap: 2em 2%;
    margin-top: 12%;
  }

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


/* eventページ */