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

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

.kc-spinner .vue-simple-spinner {
  border-color:
    rgb(4, 54, 115) rgb(137, 137, 137) rgb(137, 137, 137) !important;
}


/* API埋め込み以外の箇所でのcss */
.kc-btn {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
  max-width: 170px;
  background: #043673;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 5px 5px 6px 5px;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}

@media screen and (max-width: 1100px) {
  .kc-btn {
    max-width: 140px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .kc-btn {
    max-width: 110px;
    font-size: 10px;
  }
}





/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "終了しました";
  white-space: pre-wrap;
  text-align: center;
  /* ← \A を有効にするために必要 */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .kc-card.endDateTime .kc-image::before {
    font-size: 6vw;
  }
}

/* 終了イベント */


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


/* hover */
.kc-link:hover {
  opacity: 0.8;
}



/* hover */




/* swiper */


/* swiper無効時のcss */
#kcapp .kc-swiper.-none {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#kcapp .kc-swiper.-none .swiper-wrapper {
  margin-left: 0;
}

#kcapp .kc-swiper.-none .kc-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2%;
}

#kcapp .kc-swiper.-none .kc-card {
  width: 32%;
}

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

/* swiper有効時のcss */
#kcapp {
  height: auto;
}

#kcapp .kc-swiper {
  height: auto;
  position: relative;
  overflow: hidden;
}

#kcapp .swiper-wrapper {
  margin-left: 5.6%;
  height: auto;
}

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

#kcapp .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#kcapp .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #989898;
  opacity: 1;
}

#kcapp .swiper-pagination-bullet-active {
  background-color: #043673;
}

@media screen and (max-width: 1140px) {
  #kcapp .swiper-wrapper {
    margin-left: 10%;
  }
}



@media screen and (max-width: 820px) {
  #kcapp .kc-swiper {
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  #kcapp .swiper-wrapper {
    margin-left: 0;
  }

  #kcapp .swiper-pagination-bullet {
    margin: 0 4px;
    width: 5px;
    height: 5px;
  }
}

/* swiper */



/* topページ */
.kc-content {
  position: relative;
  padding-bottom: 50px;
}

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

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

.kc-info {
  padding: 1em 1.5em 2em;
  text-align: left;
}

.kc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4em;
  margin-bottom: 1em;
}

.kc-type,
.kc-format {
  line-height: 1;
  font-size: 10px;
  color: #fff;
  padding: .4em .8em;
  border: 1px solid #043673;
}

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

.kc-format {
  color: #043673;
}

.kc-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 600;
  color: #043673;
  margin-bottom: 1em;
  line-height: 1.6;
}

.kc-date,
.kc-address {
  font-size: 12px;
  color: #7e7e7e;
  margin-bottom: 1em;
}

.kc-date br {
  display: none;
}

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

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

/* topページ */



/* allページ */
.kc-content.-all {
  padding: 0 30px;
  margin: 0 auto 8%;
  width: 100%;
  max-width: 1400px;
}

.kc-cards.-all {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 3%;
}

.kc-card.-all {
  background-color: transparent;
}

.kc-info.-all {
  padding: 0;
  padding-top: 1em;
}

@media screen and (max-width: 1000px) {
  .kc-cards.-all {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 700px) {
  .kc-content.-all {
    margin: 0 auto 15%;
  }

  .kc-cards.-all {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 500px) {
  .kc-date.-all br {
    display: none;
  }
}