[v-cloak] {
  display: none;
}

.kc-spinner {
  margin-top: 70px;
}

.c-button-primary.-kc{
  margin-top: 60px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-button-primary.-kc{
    margin-top: 0px;
  }
}


/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "たくさんのご来場\Aありがとう\Aございました";
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  z-index: 1;
}


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

/* 終了イベント */


/* topページ */
.kc-container{
  margin-top: 120px;
}

.kc-content {
  margin-bottom: 40px;
}

.kc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  margin: 0 auto 60px;
}

.kc-tab {
  padding: 8px;
}

.kc-tab span {
  color: #e8a02b;
}

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

.kc-card {
  position: relative;
  width: 23.5%;
  transition: opacity 0.3s;
  padding-bottom: 20px;
}

.kc-card::before,
.kc-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
}

.kc-card::before {
  left: 50%;
  margin-left: -50%;
  background: #36a4c9;
}

.kc-card::after {
  right: 50%;
  margin-right: -50%;
  background: #f1c823;
}

.kc-card.-iecafe::before,
.kc-card.-iecafe::after {
  display: none;
}

.kc-card:last-child {
  text-align: center;
  margin-top: -3%;
}

.kc-image {
  position: relative;
}

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

.kc-tag {
  position: relative;
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  background: #f0c622;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
}

.kc-tag:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #f0c622;
}


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



.kc-type {
  width: fit-content;
  display: inline-block;
  line-height: 1;
  padding: .6em 1em;
  color: #fff;
}

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


.kc-name {
  line-height: 1.6;
}

.kc-address {
  color: #999;
  margin-top: .8em;
}

.kc-tag.-finished {
  opacity: 0;
}

.kc-tag.-finished::after {
  opacity: 0;
}

.kc-date {
  letter-spacing: 0;
  text-align: center;
  margin: .6em 0;
  color: #e8a02b;
}

.kc-date span {
  color: #1e1109;
}

/* @media screen and (max-width: 1200px) {
  .kc-date{
    font-size: 10px;
  }
} */


@media screen and (max-width: 800px) {
  .kc-tabs {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .kc-card {
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .kc-card .kc-uchicafe_img {
    width: 70%;
  }

  .kc-tag {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -10px;
    font-size: 10px;
  }

  .kc-tag:after {
    width: 48px;
    height: 48px;
  }
}

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





/* イベントページ */
.kc-container.-all{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 0 40px;
}

.kc-content.-all {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}

.kc-inner.-all {
  width: 73%;
}

.kc-cards.-all {
  position: relative;
  gap: 3em 3.5%;
}

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

.kc-tabs.-all {
  position: relative;
  background-color: #f5f5f5;
  width: 22%;
  padding: 2.3%;
  flex-direction: column;
  border-right: 1px solid #111;
  border-top: 1px solid #f1c823;
}

.kc-tabs.-all h3 {
  font-family: "Crimson Text", serif;
  writing-mode: vertical-rl;
  position: absolute;
  right: 10px;
  top: 20px;
  letter-spacing: .1rem;
}

.kc-tab.-all {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  width: fit-content;
  position: relative;
  padding: 0;
  padding-left: 7%;
  margin-bottom: 1.7em;
}

.kc-tab.-all::before {
  content: "-";
  color: #e8a02b;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .kc-inner.-all {
    width: 63%;
  }

  .kc-cards.-all {
    position: relative;
    gap: 3em 4%;
  }

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

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


@media screen and (max-width: 800px) {
  .kc-container.-all{
    padding: 0 20px;
  }

  .kc-content.-all {
    flex-direction: column;
    margin-top: 40px;
  }

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

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

  .kc-tabs.-all {
    width: 100%;
    padding: 7%;
  }

  .kc-tab.-all {
    padding-left: 4%;
  }
}