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

.kc-spinner {
  padding: 30px 0 60px;
}

/* .event .swiper-wrapper.-kc {
  height: auto;

} */


/* API埋め込み以外の箇所でのcss */
.heading.block_header_1.-kc {
  padding-bottom: 0;
}

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


/* hover */
.kc-card:hover {
  opacity: 0.7;
}

.kc-link:hover {
  color: #fff;
  text-decoration: none;
}

/* hover */

/* 終了イベント */
.kc-card.-all.endDateTimeBg .kc-image::before {
  content: "終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .kc-card.-all.endDateTimeBg .kc-image::before {
    font-size: 16px;
  }

  .kc-card.-all.endDateTimeBg .kc-image img {
    height: 100%;
  }
}

/* 終了イベント */


/* topページ */
#kcapp {
  padding-bottom: 0;
}

.kc-content {
  position: relative;
  box-sizing: border-box;
}


.kc-cards {
  display: flex;
  margin-bottom: 60px;
  border-top: none !important;
}

.kc-card {
  position: relative;
  width: calc(33.3% - 2.5% * 3/4);
  margin-right: 2.5% !important;
  border-bottom: none !important;
}

.kc-card:nth-child(3n) {
  margin-right: 0;
}


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


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

.kc-link {
  color: #fff;
  padding: 0 !important;
}

.kc-info {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}

.kc-tags {
  display: flex;
  flex-wrap: wrap;
}

.kc-type,
.kc-format {
  padding: 4px 8px;
  font-size: 12px;
  margin-bottom: .8em;
  line-height: 1;
}

.kc-type {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-right: .5em;
}

.kc-format {
  border: 1px solid #fff;
}

.kc-name {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: .6em 0 1em;
  padding: 0 !important;
}

.kc-date {
  padding-bottom: .8em;
  border-bottom: 1px solid #fff !important;
}

.kc-date,
.kc-address {
  font-size: 14px;
  line-height: 1.5;
}

.kc-address__box {
  display: flex;
  align-items: center;
}

.kc-icon {
  width: 10px;
}

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

.kc-date br {
  display: none;
}


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

  .kc-cards {
    flex-direction: column;
    margin-bottom: 0;
  }

  .kc-card {
    width: 100%;
    margin-bottom: 10% !important;
  }

  .kc-link {
    display: flex;
    justify-content: space-between;
  }

  .kc-image {
    width: 47%;
  }



  .kc-info {
    width: 50%;
    padding: 0;
  }

  .kc-type,
  .kc-format {
    font-size: 10px;
  }

  .kc-name {
    font-size: 14px;
    margin: .4em 0 .6em;
  }

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

  .kc-date {
    padding-bottom: 2%;
  }

  .kc-date br {
    display: block;
  }
}

/* topページ */



/* eventページ */
.kc-cards.-all {
  flex-wrap: wrap;
  margin-top: 6%;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.kc-card.-all {
  width: calc(33% - 2% * 3/4);
  margin-bottom: 5%;
}

.kc-card.-all:nth-child(3n) {
  margin-right: 0 !important;
}

.kc-link.-all {
  color: #000;
}

.kc-format.-all {
  border: 1px solid #000;
}

.kc-date.-all {
  border-bottom: 1px solid #000 !important;
}

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

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

/* eventページ */