[v-cloak] {
  display: none;
}

.kc-none {
  text-align: center;
}

/* API埋め込み以外の箇所でのcss */

.p-front-event__main.-kc {
  margin-right: 0;
}

.p-front-mv__event.-kc {
  align-items: end;
}

.p-front-mv__event__head.-kc {
  align-items: start;
}

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

/* API埋め込み以外の箇所でのcss */


/* hover */
.kc-card:hover .kc-image img,
.kc-e-card:hover .kc-e-image img,
.kc-r-card:hover .kc-image img {
  transform: scale(1.1);
}

.kc-card:hover .kc-link {
  opacity: 1;
}

/* hover */



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

.kc-space {
  padding: 0 0.4em;
}


/* 終了イベント */

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

.kc-e-image .endDateTimeBg {
  color: #fff;
  background-color: #49565C;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2.8rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .kc-image .endDateTimeBg {
    font-size: 5.5vw;
  }
}

/* 終了イベント */

/* swiper */
#kcapp .kc-swiper {
  overflow: hidden;
}

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

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

#kcapp .swiper-button-next {
  right: 30px;
}

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after {
  content: "";
  background-image: url(https://ik-home.tsucraft.com/wp-content/themes/RS_HOME_2023/images/renovation/pickup_next@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#kcapp .swiper-button-prev::after {
  transform: rotate(180deg);
}

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

  #kcapp .swiper-button-prev,
  #kcapp .swiper-button-next {
    top: 80%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #000;
  }

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

  #kcapp .swiper-button-next {
    right: 50%;
    transform: translateX(110%);
  }
}

/* swiper */


/* MV */
.kc-m-content {}

.kc-m-info {
  color: #fff;
}

/* MV */


/* topページ */

.kc-content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}


.kc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.kc-card {
  position: relative;
}

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

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


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

.kc-link {
  display: block;
  color: #000;
  text-align: left;
}

.kc-info {
  display: flex;
  flex-direction: column;
  padding: 6% 0 0;
}

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

.kc-type,
.kc-format {
  white-space: nowrap;
  line-height: 2;
  padding: 0 10px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.kc-type {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-right: 8px;
}

.kc-format {
  border: 1px solid #000;
}

.kc-name {
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 6px 0 14px;
}

.kc-date {
  font-size: 1.3rem;
  line-height: 1.8;
}

.kc-date br {
  display: none;
}

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

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

  .kc-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .kc-link {
    padding-bottom: 0;
  }

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

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

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

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

/* topページ */







/* eventページ */

.kc-e-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 4%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}


.kc-e-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.kc-e-card {
  position: relative;
}

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

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


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

.kc-e-link {
  display: block;
  color: #3c3c3c;
  text-align: left;
}

.kc-e-info {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 0 0;
}

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

.kc-e-type {
  line-height: 1;
  white-space: nowrap;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  border: 0.1rem solid #3c3c3c;
}


.kc-e-name {
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-top: 1.2rem;
}

.kc-e-date,
.kc-e-address {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}

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

.kc-e-address {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 1100px) {
  .kc-e-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

  .kc-e-type {
    font-size: 1rem;
  }


  .kc-e-name {
    font-size: 1.4rem;
  }

  .kc-e-address {
    font-size: 1.2rem;
  }

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

/* eventページ */




/* renovationページ */
.kc-r-content {
  padding: 8% 8% 0;
}

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

  .kc-r-content {
    padding: 8% 4% 20%;
  }
}

/* renovationページ */