/* [v-cloak] {
  display: none;
} */

.kc-spinner {
  padding: 100px 11% 100px 0;
}

.kc-spinner.-model {
  padding: 100px 13% 100px 0;
}

.kc-spinner.-all {
  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 */
.wrapper.-kc {
  width: 100%;
}

@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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 1;
  text-align: center;
  line-height: 1.6;
}


@media screen and (max-width: 768px) {
  .kc-card.endDateTime .kc-image::before {
    font-size: 20px;
  }
}

/* 終了イベント */





/* hover */
.kc-link:hover {
  opacity: 0.8;
}

.kc-link:hover .kc-image img {
  transform: scale(1.1);
}

.kc-link:hover .kc-btn::before {
  z-index: 1;
  width: 0;
}




/* hover */


.kc-none.-top {
  margin: 50px 10% 50px 0;
}

.kc-none.-model {
  margin: 50px 13% 50px 0;
}

.kc-none {
  font-size: 16px;
	padding:80px 0;
	line-height:18px;
	text-align:center;
}


/* swiper */
#kcapp {
  margin-left: 10%;
  height: auto;
}

#kcapp2 {
  height: auto;
  margin-left: 11.5%;
}

#kcapp .kc-swiper,
#kcapp2 .kc-swiper-model {
  width: 100%;
  height: auto;
  position: relative;
}

#kcapp .swiper-wrapper,
#kcapp2 .swiper-wrapper.-model {
  height: auto;
}

#kcapp .swiper-slide,
#kcapp2 .swiper-slide.-model {
  height: auto;
}


@media screen and (max-width: 768px) {

  #kcapp,
  #kcapp2 {
    margin: 0;
  }
}

/* swiper */



/* topページ */

.kc-content {
  width: 100%;
  height: auto;
  margin: 0 auto 4%;
}

.kc-card {
  position: relative;
}

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
  transition: opacity 0.3s;
  text-decoration: none;
}


.kc-image {
  position: relative;
  display: block;
}

.kc-image-inner {
  overflow: hidden;
}


.kc-image img {
  object-fit: cover;
  aspect-ratio: 4/3;
  margin: 0;
  width: 100%;
  transition: transform 0.3s;
}

.kc-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  padding: .4em 1em;
}

.kc-info {
  display: flex;
  flex-direction: column;
}




.kc-name {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 1em 0;
}


.kc-date-box,
.kc-address-box {
  display: flex;
  align-items: flex-start;
  line-height: 2;
}

.kc-date-text,
.kc-address-text {
  white-space: nowrap;
}

.kc-date,
.kc-address,
.kc-date-text,
.kc-address-text {
  font-size: 14px;
}

.kc-markar,
.kc-calendar {
  width: 11px;
  margin-top: 8px;
}




@media screen and (max-width: 768px) {
  .kc-type {
    font-size: 12px;
    padding: .4em 1em;
  }

  .kc-format {
    font-size: 3vw;
  }

  .kc-name {
    font-size: 15px;
    margin: 1em 0 .6em;
  }

  .kc-date,
  .kc-address,
  .kc-date-text,
  .kc-address-text {
    font-size: 11.5px;
  }

  .kc-markar,
  .kc-calendar {
    width: 9px;
    margin-top: 6.5px;
  }

  .kc-date br {
    display: none;
  }

}

/* topページ */


/* topモデルハウスページ */
.kc-content.-model {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .kc-content.-model {
    margin-top: 25px;
  }
}

/* topモデルハウスページ */


/* イベント一覧ページ */
.kc-content.-all {
  max-width: 1200px;
  margin: 6% auto 0;
}

.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 5em 2%;
}

.kc-card.-all {
  width: 32%;
}

.kc-info.-all {
  margin-bottom: 15%;
}

.kc-btn {
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4%;
}

.kc-btn::before,
.kc-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 1s;
}

.kc-btn::before {
  background-color: #fff;
}

.kc-btn::after {
  background-color: #000;
}

.kc-arrow {
  width: 10px;
}

@media screen and (max-width: 768px) {
  .kc-content.-all {
    margin-top: 10%;
  }

  .kc-card.-all {
    width: 92%;
    margin: 0 auto;
  }
}

/* イベント一覧ページ */

/*モデルハウス一覧ページ */
.kc-content.-all-model {
  max-width: 1200px;
  margin: 6% auto;
}

.kc-cards.-all-model {
  display: flex;
  flex-wrap: wrap;
  gap: 4em 4%;
}

.kc-card.-all-model {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .kc-content.-all-model {
    margin: 6% auto 12%;
  }

  .kc-card.-all-model {
    width: 92%;
    margin: 0 auto;
  }
}

/*モデルハウス一覧ページ */