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

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

.kc-spinner .vue-simple-spinner {
  border-color:
    rgb(0, 0, 0, 0.2) #fff #fff !important;
}

.kc-spinner.-all .vue-simple-spinner {
  border-color:
    #174282 #fff #fff !important;
}

/* .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 */
.inner.flex.flex-j-between.section_pdg.-kc {
  justify-content: center;
}

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





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


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

/* 終了イベント */


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

.kc-none.-all {
  color: #231815;
}

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



/* hover */






/* swiper */


/* swiper無効時のcss */
#kcapp .kc-swiper.-none {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#kcapp .kc-swiper.-none .kc-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2%;
}

#kcapp .kc-swiper.-none .kc-card {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #kcapp .kc-swiper.-none .kc-card {
    width: 100%;
  }
}

/* swiper有効時のcss */
#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-pagination {
  bottom: -40px;
}

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

#kcapp .swiper-button-prev,
#kcapp .swiper-button-next {
  position: relative;
  position: absolute;
  top: 55%;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #fff;
}

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

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

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%) rotate(225deg);
}


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

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

/* swiper */



/* topページ */

.kc-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
}

.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;
  transition: transform 0.8s;
}

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  transition: opacity 0.3s;
  text-decoration: none;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0 10px;
}


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

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


.kc-type {
  background-color: #f7f7f7;
  border: 1px solid #979797;
  color: #2c2c2c;
}

.kc-format {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #f7f7f7;
}

.kc-format.-white {
  background-color: #f7f7f7;
  border: 1px solid #979797;
  color: #2c2c2c;
}

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

.kc-name {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: .95em 0 .6em;
}


.kc-date,
.kc-address {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
}

.kc-address {
  margin-top: .2em;
}

.kc-date::before,
.kc-address::before {
  content: "";
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 14%;
}

.kc-date::before {
  top: 22%;
  left: 0;
  background-image: url(https://woodylife.jp/wp/wp-content/themes/standard/images/kc-calender.svg);
  width: 17px;
  height: 13px;
}

.kc-address::before {
  left: 3px;
  background-image: url(https://woodylife.jp/wp/wp-content/themes/standard/images/kc-marker.svg);
  width: 12px;
  height: 17px;
}

.kc-date br {
  display: none;
}

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

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

/* topページ */


/* eventページ */
.kc-content.-all {
  padding: 0;
}

.kc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .8em .8em;
  margin-bottom: 50px;
}

.kc-tab {
  font-size: 14px;
  padding: .8em 1em;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s;
}

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

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

.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2%;
}

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

.kc-link.-all {
  color: #231815;
}

.kc-date.-all::before {
  background-image: url(https://woodylife.jp/wp/wp-content/themes/standard/images/kc-calender_black.svg);
}

.kc-address.-all::before {
  background-image: url(https://woodylife.jp/wp/wp-content/themes/standard/images/kc-marker_black.svg);
}


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

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

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


/* eventページ */