[v-cloak] {
  display: none;
}

.kc-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: kc-spin 1s linear infinite;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;  
}

@keyframes kc-spin {
  to {
    transform: rotate(360deg);
  }
}

.kc-br {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
  }

  .u-desktop {
    display: block;
  }
}


/* topページ */
.kc-container {
  margin-bottom: 100px;
}
.kc-cards {
  max-width: 1152.47px;
  width: 100%;
}
#event .event-contents.kc-cards{
  justify-content: flex-start;
}
#event .event-contents .kc-card:not(:last-child) {
  margin-right: 2%;
}
.kc-image {
  margin-bottom: 15px;
}

.kc-image img {
  aspect-ratio: 4/3;
  width: 100%!important;
  height: 100%!important;
}

.kc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kc-type,
.kc-format {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  height: 20px;
  line-height: 19px;
  margin-bottom: 10px;
}

.kc-type {
  border: 1px solid #a38a77;
  background-color: #a38a77;
  margin-right: 7px;
  color: #fff !important;
}

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

.kc-name {
  margin-top: 0!important;
  text-align: left!important;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.kc-date {
  margin-top: 10px;
}
.kc-news-wrapper{
  position: relative;
}
.kc-news{
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: -150px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .kc-cards {
    margin-bottom: 0;
  }
  #event .event-contents .kc-card:not(:last-child) {
    margin-right: 0;
  }
  .kc-card {
    width: 100%!important;
  }

  .kc-block {
    display: flex;
    align-items: flex-start;
  }
  .kc-image {
    margin-top: 0;
    width: 42%;
    position: relative;
    overflow: hidden;
  }

  .kc-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* transition: all .3s ease-in-out 0s; */
  }

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

  .kc-info {
    width: calc(58% - 10px);
    margin-left: 10px;
  }

  .kc-type,
  .kc-format {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    height: 23px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .kc-name {
    margin-top: 2px!important;
  }
  .kc-date {
    margin-top: 5px;
  }
  .kc-address {
    margin-top: 5px;
  }
  .kc-news{
    top: -80px;
  }
}

@media screen and (max-width: 498px) {
  .kc-container {
    margin-bottom: 80px;
  }
  .kc-info {
    width: calc(58% - 2vw);
    margin-left: 2vw;
  }
  .kc-type,
  .kc-format {
    padding-left: 1.333vw;
    padding-right: 1.333vw;
    margin-bottom: 1.333vw;
    font-size: 2.8vw;
    height: 4.5vw;
    line-height: 4.5vw;
    margin-bottom: 1vw;
  }
  .kc-date {
    font-size: 2.7vw;
    margin-top: 0;
  }
  .kc-name {
    font-size: 3vw!important;
  }
  .kc-address {
    font-size: 2.7vw;
  }
  .kc-address {
    margin-top: .5vw;
  }
}

/* イベントページ */

.kc-image-e {
  position: relative;
  margin-bottom: 10px;

}

.kc-image-e img {
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 100%!important;
}

.kc-finish-e::before {
  color: #fff;
  background-color: #717171;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  height: 28px;
  line-height: 27px;
  position: absolute;
  content: "開催終了";
  top: 0;
  right: 0;
  width: fit-content;
  z-index: 2;
}
.kc-date-e,
.kc-address-e {
  font-size: 16px!important;
}
.kc-date-e {
  margin-top: 8px;
  color: #594A42!important;
}
.kc-description-e {
  margin-top: 5px;
  font-size: 15px!important;
}
.kc-event-contents.wpc_show_leftSide{
  width: 100%;
  float: none;
}

@media screen and (max-width: 767px) {
  /* .kc-card-e {
    width: 100%!important;
  } */
  .kc-image-e {
    margin-bottom: 5px;
  }
  .kc-date-e,
.kc-address-e {
  font-size: 14px!important;
}
.kc-date-e {
  margin-top: 5px;
  color: #594A42!important;
}
.kc-description-e {
  margin-top: 2px;
  font-size: 12px!important;
}
}
@media screen and (max-width: 498px) {
}
