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

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



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

.p-top-news__contents.-kc.-blur {
  background-color: #C8DAE1;
}

.p-top-news__contents.-kc.-blur .c-sec-ttl__main-color {
  color: #1371C8;
}

@media screen and (max-width: 768px) {
  .p-top-news__contents.-kc {
    padding-top: 40px;
  }
}

/* hoverページ */

.kc-card:hover {
  opacity: 0.9;
}


/* hoverページ */

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



/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "このイベントは\A終了しました";
  white-space: pre;
  text-align: center;
  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.endDateTime .kc-image::before {
    font-size: 26px;
  }
}

/* 終了イベント */

/* topページ */

.kc-content {
  width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.kc-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 2%;
  padding: 0;
}

.kc-card {
  list-style: none;
  position: relative;
  width: 32%;
  background-color: #fff;
  transition: opacity 0.3s;
}

.kc-card::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 1%;
  right: 1%;
  background-color: #333;
}

.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-decoration: none;
  color: #333;
}

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

.kc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4em 3%;
}

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

.kc-type {
  background-color: #1371C8;
  border: 1px solid #1371C8;
}


.kc-format {
  border: 1px solid #333;
  color: #333;
}


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

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

.kc-date {
  padding-top: .8em;
  border-top: 1px solid #CCC;
}

.kc-address {}



@media screen and (max-width: 768px) {
  .kc-cards {
    gap: 1.6em 2%;
  }

  .kc-card::before {
    width: 8px;
    height: 8px;
  }

  .kc-card {
    width: 100%;
  }

  .kc-link {
    display: flex;
    justify-content: space-between;
  }

  .kc-image {
    width: 50%;
  }

  .kc-info {
    width: 50%;
    padding: 2% 2% 4% 2%;
  }

  .kc-name {
    font-size: 12px;
    margin: .4em 0;
  }

  .kc-date {
    padding-top: .4em;
  }

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

}

/* topページ */







/* eventページ */
.kc-link.-all {
  flex-direction: column;
}

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

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


@media screen and (max-width: 768px) {
  .kc-cards.-all {
    gap: 2.6em 2%;
  }

  .kc-info.-all {
    padding: 4% 4% 8% 4%;
  }

  .kc-name.-all {
    font-size: 16px;
    margin: .8em 0;
  }

  .kc-type.-all,
  .kc-format.-all {
    font-size: 12px;
  }

  .kc-date.-all {
    padding-top: .8em;
  }

  .kc-date.-all,
  .kc-address.-all {
    font-size: 14px;
  }
}

/* eventページ */



/* コーポレートページ */
.kc-content.-cop {
  width: 1150px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 100px 0;
  margin: 0 auto;
}

.kc-cards.-cop {
  margin-top: 4%;
}

.kc-card.-cop::before {
  display: none;
}

.kc-info.-cop {
  padding: 4%;
}

@media screen and (max-width: 1200px) {
  .kc-content.-cop {
    width: auto;
    border: none;
    padding: 100px 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .kc-content.-cop {
    padding: 100px 10px;
  }

  .kc-image.-cop {
    width: 45%;
  }

  .kc-info.-cop {
    padding: 0;
  }
}

/* コーポレートページ */