/* [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.-all.endDateTime .kc-image.-all::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: 1;
}


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

/* 終了イベント */


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


/* hover */
.kc-link:hover {
  opacity: 0.8;
}



/* hover */






/* swiper */

#kcapp,
#kcapp2 {
  width: 100%;
  height: auto;
}

#kcapp .kc-swiper,
#kcapp2 .kc-swiper-model {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 4em;
}

#kcapp .swiper-wrapper,
#kcapp2 .swiper-wrapper {
  transition-timing-function: ease-in-out;
  height: auto;
}



#kcapp .swiper-slide,
#kcapp2 .swiper-slide {
  height: auto;
}

#kcapp .swiper-button-prev,
#kcapp .swiper-button-next,
#kcapp2 .swiper-button-prev,
#kcapp2 .swiper-button-next {
  position: relative;
  position: absolute;
  width: 20px;
  height: 15px;
  top: auto;
  bottom: 20px;
}

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

#kcapp .swiper-button-prev,
#kcapp2 .swiper-button-prev {
  left: 50%;
  transform: translateX(-300%);
}

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after,
#kcapp2 .swiper-button-prev::after,
#kcapp2 .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 100%;
  background: url(https://www.total-housing.net/engine/wp-content/themes/totalhousing2024/images/slider-arrow-prev.svg);
  background-size: cover;
  background-position: center;

}

#kcapp .swiper-pagination,
#kcapp2 .swiper-pagination {
  color: #2c247d;
}



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

/* swiper */



/* topページ */

.kc-content {
  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: #333;
  transition: opacity 0.3s;
  text-decoration: none;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: .6em;
}


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

.kc-type,
.kc-format {
  color: #fff;
  padding: .4em .8em;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #333;
}


.kc-type {
  background-color: #333;
}

.kc-format {
  color: #333;
}

.kc-name {
  color: #534741;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-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,
.kc-address-box {
  display: flex;
  line-height: 2;
}

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

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

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

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

/* topページ */


/* eventページ */

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

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

.kc-card.-all {
  width: 23.8%;
  list-style: none;
  background-color: #f2f2f2;
}

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

.kc-tags.-all {
  flex-direction: row;
  margin: 0;
}

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

.kc-name.-all {
  font-size: 15px;
}

.kc-address-box.-all {}

.kc-address-txt.-all {
  font-weight: normal;
}



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

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

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

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


/* eventページ */

/* modelページ */
.kc-info.-model {
  padding-top: .5rem;
}

.kc-address.-model {
  background-color: #595959;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
  font-size: 16px;
  font-weight: bold;
}

.kc-name.-model {
  padding: 0 1em;
}

/* modelページ */