[v-cloak] {
  display: none;
}

/* 
@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;
  }
}

*/

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

/* hover */
.kc-link:hover,
.kc-e-link:hover {
  opacity: 0.7;
}

#kcapp .swiper-button-next:hover,
#kcapp .swiper-button-prev:hover {
  opacity: 0.7;
}

.kc-btn:hover {
  opacity: 0.7;
}

.kc-e-tab:hover {
  background-color: #00a53c;
  color: #fff;
}

/* hover */

/* swiper */

#kcapp .swiper-track {
  min-width: 100%;
}

#kcapp .swiper-box {
  position: relative;
}

#kcapp .swiper {
  margin-inline: auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

#kcapp .swiper-wrapper {
  width: 100% !important;
  height: auto !important;
}

#kcapp .swiper-box {
  width: 100% !important;
}

#kcapp .swiper-slide {
  height: auto !important;
}

#kcapp .swiper-slide img {
  height: auto;
  width: 100%;
}

#kcapp .swiper-button-next,
#kcapp .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #00a53c;
  border-radius: 50%;
  text-indent: 101%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.4s;
}

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

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

#kcapp .swiper-button-next::after,
#kcapp .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#kcapp .swiper-button-next::after {
  left: 19px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

#kcapp .swiper-button-prev::after {
  right: 19px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}

#kcapp .swiper-button-next.swiper-button-disabled,
#kcapp .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  #kcapp .swiper-button-next {
    right: 2vw;
  }

  #kcapp .swiper-button-prev {
    left: 2vw;
  }
}

/* topページ */
#kcapp{
  position: relative;
  z-index: 1;
  }
.kc-bg {
  background-image: url(../img/kcevents_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.kc-bg__gray {
  background-color: rgba(36, 36, 36, 0.35);
  padding: 80px 0;
}

.kc-content {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.kc-ttl {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.kc-subttl {
  font-size: 1.4rem;
  color: #33b763;
  display: block;
  margin-bottom: 0.2em;
}

.kc-cards {
}

.kc-card {
  background-color: #fff;
}

.kc-image {
  position: relative;
}

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

.kc-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #323232;
  transition: opacity 0.4s;
}

.kc-info {
  padding: 16px 16px 20px 16px;
}

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

.kc-date,
.kc-address {
  font-size: 1.3rem;
  line-height: 1.5;
}

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

.kc-type,
.kc-format {
  font-size: 1.1rem;
  margin-bottom: 4px;
  padding: 6px 8px;
}

.kc-type {
  background-color: #00a53c;
  border: 1px solid #00a53c;
  color: #fff;
  margin-right: 4px;
}

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

.kc-btn {
  font-size: 1.2rem;
  color: #323232;
  background-color: #fff;
  display: block;
  border-radius: 9999px;
  width: 320px;
  padding: 12px 0;
  text-align: center;
  margin: 60px auto 0;
  text-decoration: none;
  transition-duration: 0.3s;
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.4s;
}

.kc-btn::after {
  content: "";
  width: 40px;
  margin: -2px 32px 0 52px;
  height: 8px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: skew(45deg);
}

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

/* topページ */

/* eventページ */

.kc-e-content {
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
}

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

.kc-e-card {
  width: calc(33.6% - 40px * 3 / 4);
  margin-right: 40px;
  margin-bottom: 60px;
}

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

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

.kc-e-format__bg {
  position: absolute;
  top: -14px;
  left: -80px;
  text-align: center;
  width: 200px;
  padding: 40px 0 8px;
  transform: rotate(-45deg);
  background-color: rgba(50, 50, 50, 0.7);
}

.kc-e-format {
  font-size: 1rem;
  color: #fff;
}

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

.kc-e-link {
  transition: opacity 0.3s;
}

.kc-e-info {
  display: flex;
  flex-direction: column;
  color: #323232;
  padding-top: 14px;
}

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

.kc-e-type {
  display: block;
  font-size: 1.4rem;
  border: 1px solid #323232;
  padding: 2px 10px;
}

.kc-e-date,
.kc-e-address {
  line-height: 2.2;
}

.kc-e-date {
  font-size: 1.5rem;
  margin-top: 6px;
}

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

.kc-e-dot {
  padding: 0 4px;
}

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

/* tab */
.kc-e-tab__container {
  margin-bottom: 120px;
}

.kc-e-tab__box {
  display: flex;
  align-items: center;
}

.kc-e-tab__box.-area {
  margin-bottom: 40px;
}

.kc-e-tab__ttl {
  width: 190px;
  font-size: 1.6rem;
  padding: 30px 0;
  padding-right: 40px;
  color: #00a53c;
  border-right: 2px solid #00a53c;
  white-space: nowrap;
}

.kc-e-tab__list {
  width: 930px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 24px;
  padding-left: 40px;
}

.kc-e-tab {
  color: #00a53c;
  border: 1px solid #00a53c;
  border-radius: 6px;
  padding: 6px 0;
  font-size: 1.25rem;
  transition: background-color 0.3s, color 0.3s;
}

.kc-e-tab.-active {
  background-color: #00a53c;
  color: #fff;
}

/* 改行制御 */
.kc-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .kc-e-tab__container {
    margin: 6vw 0 10vw;
  }

  .kc-e-tab__box {
    flex-direction: column;
  }

  .kc-e-tab__ttl {
    text-align: center;
    font-size: 4.2vw;
    width: 46vw;
    padding: 0 0 3vw 0;
    margin-bottom: 7vw;
    border-right: none;
    border-bottom: 2px solid #00a53c;
    white-space: wrap;
  }

  .kc-e-tab__list {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .kc-e-tab {
    width: 30.5%;
    height: 50px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-size: 3.5vw;
  }

  .kc-e-tab__box.-area .kc-e-tab {
    height: 30px;
  }

  /* .kc-e-tab:first-child {
    margin: 0 35%;
    margin-bottom: 12px;
  } */

  .kc-br {
    display: block;
  }
}

/* tab */

@media screen and (max-width: 768px) {
  .kc-e-content {
    padding: 20px;
  }

  .kc-e-cards {
  }

  .kc-e-card {
    margin-right: 0;
    margin-bottom: 8vw;
    width: 100%;
  }

  .kc-e-image {
    width: 100%;
  }

  .kc-e-info {
  }

  .kc-e-type {
    font-size: 3.2vw;
    padding: 0.4vw 1.6vw;
  }

  .kc-e-name,
  .kc-e-date,
  .kc-e-address {
    font-size: 3.6vw;
  }
}

/* eventページ */
