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

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

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

@media screen and (max-width: 768px) {
  .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: 768px) {}

/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "このイベントは\A終了いたしました";
  white-space: pre-wrap;
  text-align: center;
  /* ← \A を有効にするために必要 */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  background-color: rgb(136, 136, 136, 0.9);
  color: #fff;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .kc-card.endDateTime .kc-image::before {
    font-size: 6vw;
  }
}

/* 終了イベント */
.kc-none {
  text-align: center;
  margin: 50px 0;
}

/* hover */
.kc-link:hover {
  opacity: 0.8;
}
/* 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 .swiper-button-prev,
#kcapp .swiper-button-next {
  position: relative;
  position: absolute;
  top: 55%;
}

#kcapp .swiper-button-next {
  right: -10px;
  transform: rotate(180deg);
}

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

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 60%;
  height: 90%;
  background: transparent url(../img/common/ico_arrow_carousel_01.svg) center / cover no-repeat;

}

@media screen and (max-width: 768px) {
  #kcapp .swiper-button-prev,
  #kcapp .swiper-button-next {
    top: 36%;
  }

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

  #kcapp .swiper-button-prev {
    left: -5px;
  }
}
/* swiper */

/* topページ */
.kc-content {
  position: relative;
  padding: 0 2%;
  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;
  margin: 0;
  width: 100%;
  height: auto;
}

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #1a1a1a;
  transition: opacity 0.3s;
  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: .5em 1em;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 100px;
}

.kc-type {}

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

.kc-name {
  color: #534741;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  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 {
  padding-top: .8em;
  border-top: 1px solid #1a1a1a;
}

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

.kc-date-txt,
.kc-address-txt {
  color: #C88D32;
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width:1100px) {
  .kc-content {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .kc-content {
    padding: 0 8%;
  }

  .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 {
  padding: 0;
}

.kc-tab__container {
  background-color: #F9F4EC;
  padding: 6% 4%;
  margin-bottom: 10%;
}

.kc-tab-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: .8em;
}

.kc-tab__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6em 1em;
}

.kc-tab {
  font-size: 1.4rem;
  font-weight: bold;
  padding: .6em 1.8em;
  border-radius: 100px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.kc-tab:hover {
  color: #fff;
  background-color: #C88D32;
  border: 1px solid #C88D32;
}

.kc-tab.-active {
  color: #fff;
  background-color: #C88D32;
  border: 1px solid #C88D32;
}

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

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

@media screen and (max-width: 768px) {
  .kc-tab__container {
    padding: 10% 6%;
    margin-bottom: 14%;
  }

  .kc-tab-title {
    font-size: 1.6rem;
    padding-bottom: 1.2em;
  }

  .kc-tab {
    font-size: 1.1rem;
  }

  .kc-card.-all {
    width: 100%;
  }
}
/* eventページ */