[v-cloak] {
  display: none;
}


.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;
}


/* 終了イベント */
.kc-card.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: 2;
}

/* 終了イベント */

/* swiper */
#kcapp .kc-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3%;
}

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

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

#kcapp .kc-swiper.swiper_none .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}

/* ページネーション */
#kcapp .swiper-pagination {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}

#kcapp .swiper-pagination::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

#kcapp .swiper-pagination-current,
#kcapp .swiper-pagination-total {
  font-size: 24px;
  font-weight: bold;
}

#kcapp .swiper-pagination-current {
  position: absolute;
  top: 0;
  left: 0;
}

#kcapp .swiper-pagination-total {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* 矢印 */
#kcapp .swiper-button-prev,
#kcapp .swiper-button-next {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 13%;
  width: 80px;
  height: 80px;
}

#kcapp .swiper-button-prev {
  transform: translateX(-150%);
}

#kcapp .swiper-button-next {
  transform: translateX(50%) rotate(180deg);
}

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after {
  content: "";
  background-image: url(../images/kc-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
  #kcapp .kc-swiper {
    padding-bottom: 60%;
  }
}


@media screen and (min-width: 768px) {

  #kcapp .swiper-pagination,
  #kcapp .swiper-button-prev,
  #kcapp .swiper-button-next {
    display: none;
  }
}

/* topページ */
.kc-content {
  position: relative;
  background-color: #EFE9E3;
  /*padding: 3%;*/
  padding-bottom: 0;
}

.kc-link {
  text-decoration: none;
  color: #000;
}

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



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

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

.kc-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

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

.kc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4em;
  margin-bottom: 1em;
}

.kc-type,
.kc-now {
  font-size: 12px;
  padding: .4em .8em;
}

.kc-type {
  border: 1px solid #F19564;
  background-color: #F19564;
  color: #fff;
}

.kc-now {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.kc-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

.kc-date {
  font-size: 15px;
  margin-bottom: 1.2em;
  text-align: left;
}

.kc-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.kc-more-link {
  text-decoration: none;
  color: #fff;
  background-color: #A0926F;
  font-size: 20px;
  font-weight: bold;
  padding: 1em 4em;
}

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


/* allページ */
.kc-content.-all {
  width: 80vw;
  max-width: 115rem;
  background-color: transparent;
  margin: 8rem auto 10rem;
}

.kc-cards.-all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 5%;
}

@media screen and (max-width: 768px) {
  .kc-content.-all {
    width: 100vw;
    margin: 0;
  }
  .kc-cards.-all {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  #kcapp .kc-swiper {
    padding-bottom: 0;
  }
}
