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

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

/* .kc-date.kc-sp {
  display: none;
}

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

  .kc-date.kc-pc {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .kc-date.kc-sp {
    white-space: nowrap;
  }
} */


/* API埋め込み以外の箇所でのcss */

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





/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: 1;
}

/* 終了イベント */


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


/* hover */
.kc-link:hover .kc-image img {
  transform: scale(1.05);
}

.kc-link:hover .kc-name {
  text-decoration: underline;
}

/* hover */






/* swiper */

#kcapp {
  height: auto;
}

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

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



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

#kcapp .kc-swiper-button-left {
  left: -20px;
}

#kcapp .kc-swiper-button-right {
  right: -20px;
}

@media screen and (max-width: 780px) {
  #kcapp .swiper-wrapper {
    padding-left: 8%;
  }

  #kcapp .kc-swiper-button-left,
  #kcapp .kc-swiper-button-right {
    top: 40%;
  }

  #kcapp .kc-swiper-button-left {
    left: 10px;
  }

  #kcapp .kc-swiper-button-right {
    right: 10px;
  }
}


/* swiper */



/* topページ */

.kc-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.kc-card {
  position: relative;
}


.kc-image {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}


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

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #111111;
  text-decoration: none;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 5%;
}


.kc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
}

.kc-type,
.kc-format {
  padding: .3em 1em;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #686d71;
  border-radius: 100px;
}


.kc-type {
  background-color: #686d71;
  color: #fff;
}

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

.kc-name {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: .8em 0;
}


.kc-date,
.kc-date-txt,
.kc-address,
.kc-address-txt {
  position: relative;
  font-size: 13px;
}

.kc-date-box {}

.kc-date-box,
.kc-address-box {
  display: flex;
  line-height: 2;
}

.kc-date-txt {
  background-image: url(https://nudge-inc.co.jp/wp-content/themes/nudge/assets/kc/kc-calendar.svg);
}

.kc-address-txt {
  background-image: url(https://nudge-inc.co.jp/wp-content/themes/nudge/assets/kc/kc-marker.svg);
}

.kc-date-txt,
.kc-address-txt {
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 7px;
  padding-left: 16px;
}


@media screen and (max-width: 780px) {
  .kc-content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .kc-name {
    font-size: 15px;
  }

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

/* topページ */


/* eventページ */
.kc-content.-all {
  width: 100% !important;
  margin: 0 !important;
}

.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 5em 10%;
}

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


@media screen and (max-width: 780px) {
  .kc-cards.-all {
    gap: 3em 10%;
  }

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


/* eventページ */