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

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



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

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

/* hoverページ */

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

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

.kc-link:hover .kc-btn span {
  background-color: #585858;
  border-bottom: 1px solid #585858;
  color: #fff;
}


/* hoverページ */



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

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

/* 終了イベント */


/* topページ */

.kc-content {
  width: 100%;
  margin: 0 auto 120px;
}


.kc-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
  padding: 0;
}

.kc-card {
  list-style: none;
  position: relative;
  width: calc(25% - 5% * 3/4);
  margin-right: 5%;
  background-color: #fff;
}


.kc-card:last-child {
  margin-right: 0;
}

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

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

.kc-link {
  text-align: left;
  text-decoration: none;
  color: #585858;
}

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

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

.kc-type,
.kc-format {
  font-size: 12px;
  color: #fff;
  margin-bottom: 4px;
  padding: 5px 16px;
  line-height: 1;
}

.kc-type {
  background-color: rgba(66, 66, 66, 1.0);
  margin-right: 6px;
}


.kc-format {
  border: 1px solid rgba(66, 66, 66, 1.0);
  color: rgba(66, 66, 66, 1.0);
}


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

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

.kc-date {
  margin-top: 8px;
  white-space: nowrap;
}

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

.kc-btn {
  margin: 20px auto 0;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}

.kc-btn span {
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  width: 160px;
  border-bottom: 1px solid #585858;
  display: inline-block;
  transition-duration: .2s;
  box-sizing: border-box;
  background-color: transparent;
}

.kc-date br {
  display: none;
}



@media screen and (max-width: 737px) {
  .kc-content {
    margin-bottom: 50px;
  }

  .kc-cards {
    margin-bottom: 0;
  }


  .kc-card {
    width: calc(50% - 5% * 2/4);
    margin-right: 5%;
    margin-bottom: 30px;
  }

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

  .kc-card:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

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

  .kc-name {
    margin: 8px 0;
  }

  .kc-date {
    height: 44px;
  }

  .kc-date br {
    display: block;
  }

  .kc-address {
    line-height: 1.4;
    margin-top: 4px;
  }

  .kc-btn {
    margin-top: 20px;
  }

  .kc-btn span {
    width: 100%;
    /*font-size: 16px;*/
  }

}

/* topページ */







/* eventページ */
.kc-content.-all {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.kc-card.-all {
  width: calc(33.7% - 6% * 3/4);
  margin-right: 6%;
  margin-bottom: 60px;
}

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

.kc-btn.-all {
  text-align: right;
}


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

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

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

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

/* eventページ */