[v-cloak] {
  display: none;
}

/* 
.kc-br {
  margin-top: 5px;
}

.kc-br-sp {
  display: none;
}


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

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
  }

  .u-desktop {
    display: block;
  }
} */

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

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

.kc-l-c {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* API以外のcss */


/* hover */
.kc-link:hover {
  text-decoration: none;
}

/* hover */

/* 終了イベント */
.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;
  }
}

/* 終了イベント */

/* swiper */

#kcapp {
  flex-wrap: nowrap;
}

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

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

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

#kcapp .swiper-button-prev,
#kcapp .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: .8;
}

#kcapp .swiper-button-prev {
  left: 8px;
}

#kcapp .swiper-button-next {
  right: 8px;
}

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 24px;
}

#kcapp .swiper-button-prev::after {
  transform: rotate(180deg);
}

#kcapp .swiper-pagination {
  bottom: 0;
}

#kcapp .swiper-pagination-bullet {
  background-color: #000;
  opacity: .25;
  width: 5px;
  height: 5px;
  margin: 0 10px;
}

#kcapp .swiper-pagination-bullet-active {
  opacity: .75;
}

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

/* topページ */

.kc-content {
  position: relative;
  padding-bottom: 2em;
}

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

.kc-card {
  display: flex;
  flex-direction: column;
  height: auto !important;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

.kc-link {
  display: block;
  color: #000;
  padding: .8em;
  height: 100%;
}

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

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

.kc-info {
  display: flex;
  flex-direction: column;
  padding-top: 4%;
}



.kc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4em;
  margin-bottom: 3%;
}

.kc-type,
.kc-format {
  font-size: 12px;
  line-height: 1;
  padding: .4em .8em;
  color: #fff;
  background-color: #fff;
}

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

.kc-format {
  background-color: #faf8f7;
  color: #000;
}


.kc-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  /* 高さ調整 */
  /* min-height: calc(1em * 2 * 1.6); */
}

.kc-date-box,
.kc-address-box {
  display: flex;
  margin-top: 3%;
}

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


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

.kc-date br {
  display: none;
}


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

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


/* allページ */
.kc-cards.-all {
  width: 100%;
  gap: 2em 4%;
}

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

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


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