/* [v-cloak] {
  display: none;
} */

.kc-spinner {
  padding: 60px 0;
}



/* API埋め込み以外の箇所でのcss */
.top_event_ttl.-kc h2,
.top_event_ttl.-kc span {
  max-width: 1180px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
}


@media screen and (max-width: 768px) {

  .top_event_ttl.-kc h2,
  .top_event_ttl.-kc span {
    min-width: auto;
  }

}

/* hoverページ */

.kc-card:hover {
  opacity: 0.7;
}

.kc-card:hover .kc-image img {
  transform: scale(1.1);
}

.kc-info__link:hover {
  opacity: 0.7;
}




/* hoverページ */

/* swiper */


/* swiper */
#kcapp .kc-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#kcapp .kc-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  z-index: 0;
}

#kcapp .kc-swiper.active .swiper-slide {
  width: calc(33.5% - 30px * 3/4);
  margin-right: 30px;
  height: auto;
}

#kcapp .kc-swiper.active .swiper-slide:last-child {
  margin-right: 0;
}

#kcapp .kc-swiper .swiper-slide {
  list-style: none;
  position: relative;
  width: calc(33.5% - 30px * 3/4);
  margin-right: 30px;
  transition: opacity 0.3s;
}

#kcapp .kc-swiper .swiper-slide:last-child {
  margin-right: 0;
}

#kcapp .swiper-pagination {
  display: none;
}



@media screen and (max-width: 768px) {
  #kcapp {
    width: 100%;
    margin: 0 auto;
  }

  #kcapp .kc-swiper.active {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: auto;
    margin-bottom: 30px;
  }

  #kcapp .swiper-wrapper {
    margin-right: 0;
    width: 100%;
  }

  #kcapp .kc-swiper.active .swiper-slide {
    margin-bottom: 0;
  }

  #kcapp .kc-swiper .swiper-slide {
    width: 100%;
    margin-bottom: 0;
  }

  #kcapp .kc-swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }

  #kcapp .swiper-pagination {
    display: block;
    z-index: 0;
  }

  #kcapp .swiper-pagination-bullet-active {
    background-color: #f08336;
  }

  #kcapp .swiper-pagination-bullets {
    bottom: 20px;
  }

}

/* swiper */




/* topページ */

.kc-content {
  max-width: 1180px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}


.kc-cards {
  margin: 50px 0 70px;
  padding: 0;
}


.kc-image {
  position: relative;
  overflow: hidden;
}

.kc-image img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform .3s;
}

.kc-link {
  text-decoration: none;
  color: #000;
}

.kc-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}

.kc-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kc-type,
.kc-format {
  font-size: 12px;
  color: #fff;
  margin-bottom: 4px;
  padding: 3px;
  line-height: 1;
}

.kc-type {
  background-color: #f08336;
  border: 1px solid #f08336;
  margin-right: 6px;
}


.kc-format {
  border: 1px solid #f08336;
  color: #f08336;
}


.kc-name {
  text-align: center;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 8px 0 12px;
  font-weight: bold;
}

.kc-date,
.kc-address {
  font-size: 14px;
  line-height: 1.6;
}

.kc-date {
  width: 100%;
  text-align: center;
  padding-top: 12px;
  border-top: 2px solid #d5c1ad;
}

.kc-address {}

.kc-date br {
  display: none;
}

.kc-info__link {
  display: block;
  transition: opacity 0.3s;
}

.kc-info__link.-sp {
  display: none;
}



@media screen and (max-width: 768px) {
  .kc-content {
    min-width: auto;
  }

  .kc-cards {
    margin: 20px 0 60px;
  }


  .kc-date {}

  .kc-name {}

  .kc-date br {
    display: none;
  }

  .kc-address {
    line-height: 1.4;
    margin-top: 4px;
  }

  .kc-info__link.-pc {
    display: none;
  }

  .kc-info__link.-sp {
    display: block;
  }

}

/* topページ */