[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-card:hover {
  opacity: 1;
}

/* 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 .kc-swiper {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

#kcapp .kc-swiper.swiper_none {
  width: 100%;
  margin: 0;
}

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

#kcapp .kc-swiper.swiper_none .swiper-wrapper {
  gap: 4em 3.5%;
}

#kcapp .kc-swiper.swiper_none .swiper-slide {
  width: 22.36%;
  height: auto;
  margin-right: 0 !important;
}

#kcapp .kc-swiper .swiper-slide {
  margin-right: 30px !important;
}


/* topページ */

.kc-content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 40px 0;

}

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

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

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

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

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



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

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

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

.kc-format {
  background-color: hsla(0, 0%, 100%, .3);
  color: #235182;
}


.kc-name {
  font-size: 14.4px;
  font-weight: bold;
  line-height: 1.6;
  color: #235182;
  margin: 0;
}

.kc-date,
.kc-address {
  font-size: 11px;
  line-height: 1.8;
}

.kc-date br {
  display: none;
}

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


/* allページ */
.kc-cards.-all{
  width: 100%;
  gap: 4em 3.5%;
  padding: 0;

}

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

@media screen and (max-width: 1000px) {
.kc-cards.-all{
  gap: 4em 6%;
}

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

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

