[v-cloak] {
  display: none;
}

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

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

.kc-tag-button:hover {
  background-color: #3C5A42;
  border: 1px solid #3C5A42;
  color: #fff;
}

/* hover */

/* 終了イベント */


.endDateTimeBg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.kc-e-image div {
  display: none;
}

.kc-e-image .endDateTimeBg {
  color: #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}


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

  .kc-e-image .endDateTimeBg {
    font-size: 4.5vw;
  }
}



/* 終了イベント */


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

/* swiper */

#kcapp {
  width: 100%;
  margin: 0 auto;
}


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


#kcapp .swiper-wrapper {
  width: 100% !important;
  height: auto !important;
}

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


#kcapp .swiper-slide img {
  height: auto;
  width: 100%;
}

#kcapp .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

#kcapp .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
}

#kcapp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3C5A42;
}


@media screen and (max-width: 768px) {
  #kcapp .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }


}




/* topページ */

.kc-container {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 60px 30px;
}

.kc-card {
  width: 32%;
  margin-right: 2%;
}

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

.kc-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #313131;
}

.kc-image {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}

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


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

.kc-tags {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}


.kc-type,
.kc-format {
  padding: 6px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}


.kc-type {
  background-color: #313131;
  margin-right: 6px;
}

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

.kc-name {
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0 10px;
  transition: color 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


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

.kc-date {
  padding-bottom: 4px;
}

.kc-date br {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .kc-container {
    padding: 20px 0 60px;
  }

  .kc-info {}


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

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

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

  .kc-date br {
    display: none;
  }

}

/* topページ */


/* 出しわけボタン */
.kc-e-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.kc-tag-button {
  font-size: 18px;
  width: calc((100% - 80px) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 60px;
  font-weight: 500;
  border: 1px solid #ccc;
  transition: all 0.3s;
  word-break: break-all;
}

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

.kc-tag-button.-active {
  background-color: #3C5A42;
  border: 1px solid #3C5A42;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .kc-tag-button {
    width: calc((100% - 30px) / 3);
    margin-bottom: 12px;
    margin-right: 15px;
    height: 55px;
    font-size: 15px;
  }

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

@media screen and (max-width: 768px) {
  .kc-e-tabs {
    margin-bottom: 20px;
  }

  .kc-tag-button {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    margin-right: 10px;
    height: 40px;
    font-size: 12px;
  }

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

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

/* 出しわけボタン */


/* eventページ */
.kc-e-container {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 30px 60px;
}


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

.kc-e-card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

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

.kc-e-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #313131;
}

.kc-e-image {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}

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


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

.kc-e-tags {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}


.kc-e-type,
.kc-e-format {
  padding: 6px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}


.kc-e-type {
  background-color: #313131;
  margin-right: 6px;
}

.kc-e-format {
  background-color: #b3a98c;
}

.kc-e-name {
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0 10px;
  transition: color 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


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

.kc-e-date {
  padding-bottom: 4px;
}

.kc-e-date br {
  display: none;
}

@media screen and (max-width: 1100px) {
  .kc-e-date br {
    display: block;
  }
}


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

  .kc-e-container {
    padding: 0;
  }

  .kc-e-card {
    width: 100%;
    margin-right: 0;
  }

  .kc-e-info {}


  .kc-e-type,
  .kc-e-format {
    font-size: 13px;
  }

  .kc-e-name {
    font-size: 16px;
  }

  .kc-e-date,
  .kc-e-address {
    font-size: 13px;
  }

  .kc-e-date br {
    display: none;
  }

}


/* eventページ */