<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[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;
  }
}

*/

/* API蝓九ａ霎ｼ縺ｿ莉･螟� */
.wrap.-kc {
  padding: 0 20px;
}

/* API蝓九ａ霎ｼ縺ｿ莉･螟� */
.event_h2_wrap {
  margin-bottom: 0;
}


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

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

/* hover */


/* swiper */
.kc-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.kc-swiper .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;
}

.kc-swiper .swiper-slide {
  width: calc(25% - 20px * 3/4);
  margin-right: 20px;
  margin-top: 40px;
  height: auto;
}

.kc-swiper .swiper-slide:nth-child(4n){
  margin-right: 0;
}

.kc-swiper .swiper-button-next:after,
.kc-swiper .swiper-button-prev:after {
  display: none;
}



@media screen and (max-width: 768px) {
  #kcapp {
    width: 100%;
    margin: 0 auto;
  }

  #kcapp .kc-swiper {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: auto;
    margin-bottom: 30px;
  }

  #kcapp .swiper-wrapper {}

  .kc-swiper .swiper-slide {
    margin-bottom: 0;
  }

  .kc-swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .kc-t-swiper .swiper-button-next {
    right: 8vw;
  }

  .kc-swiper .swiper-button-next {
    right: 7vw;
  }

  .kc-t-swiper .swiper-button-prev {
    left: 8vw;
  }

  .kc-swiper .swiper-button-prev {
    left: 7vw;
  }

  .kc-swiper .swiper-button-next:after,
  .kc-swiper .swiper-button-prev:after {
    content: "";
    background-image: url(../img/kc-arrow.svg);
    background-size: cover;
    display: block;
    width: 21px;
    height: 32px;
  }

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

}

/* swiper */




/* top繝壹�繧ｸ */
.kc-content {
  width: 100%;
  margin: 0 auto 50px;
  box-sizing: border-box;
}


.kc-cards {
  margin: 0;
  padding: 0;
}

.kc-card {}

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

.kc-image {
  position: relative;
  display: block;
}


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

.kc-link {
  text-decoration: none;
  display: block;
  color: #000;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  color: #000;
}


.kc-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.kc-type,
.kc-format {
  color: #fff;
  padding: 6px 10px;
  font-size: 1.3rem;
  margin-bottom: 4px;
  line-height: 1;
}

.kc-type {
  background-color: #ff9933;
  margin-right: 6px;
}

.kc-format {
  background-color: #999;
}

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

.kc-date__box,
.kc-address__box {
  display: flex;
  align-items: flex-start;
}

.kc-date__box {
  margin-bottom: 4px;
}


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

.kc-date br {
  display: none;
}


.kc-icon {
  width: 20px;
  padding-right: 8px;
  padding-top: 3px;
}

.kc-address {}

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


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

  .kc-content {}

  .kc-cards {
    margin: 0;
  }


  .kc-card {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .kc-name {
    margin: .6em 0;
  }

  .kc-date br {
    display: none;
  }

  .kc-address {
    line-height: 1.4;
    margin-top: .3em;
  }


}

/* top繝壹�繧ｸ */




/* event繝壹�繧ｸ */


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

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

.kc-e-tab__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}

.kc-e-tab__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.kc-e-tab {
  font-size: 1.6rem;
  border-radius: 10px;
  padding: 5px 0;
  line-height: 1;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.kc-e-tab.-event {
  color: #005c3f;
  border: 1px solid #005c3f;
}

.kc-e-tab.-shop {
  color: #000;
  border: 1px solid #000;
}

.kc-e-tab.-event.-active {
  background-color: #005c3f;
  color: #fff;
}

.kc-e-tab.-shop.-active {
  background-color: #000;
  color: #fff;
}

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

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

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

  .kc-e-tab__ttl {
    font-size: 4.6vw;
    margin-bottom: 5vw;
    white-space: wrap;
    line-height: 1.5;
  }

  .kc-e-tab__list {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }

  .kc-e-tab {
    margin-bottom: 2vw;
  }

}

/* tab */

/* shoptab */
.kc-shop__list {
  display: flex;
  flex-wrap: wrap;
}

.kc-shop__list__item {
  padding: 4px 16px;
  border-radius: 50px;
  /* font-size: 1.4rem; */
  color: #ff9933;
  border: 1px solid #ff9933;
  background-color: #fff;
  margin-right: 6px;
  margin-bottom: 6px;
}

/* shoptab */

.kc-e-content {
  width: 100%;
  margin: 0 auto 50px;
  box-sizing: border-box;
}


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

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

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

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


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

.kc-e-link {
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
}

.kc-e-closed {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #000000 transparent transparent;
  opacity: 0.7;
}

.kc-e-closed span {
  position: absolute;
  top: 18px;
  right: -102px;
  transform: rotate(45deg);
  color: white;
  font-size: 16px;
  text-align: center;
  width: 100px;
}

.kc-e-info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  color: #000;
}


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

.kc-e-type,
.kc-e-format {
  color: #fff;
  padding: 6px 10px;
  font-size: 1.3rem;
  margin-bottom: 4px;
  line-height: 1;
}

.kc-e-type {
  background-color: #ff9933;
  margin-right: 6px;
}

.kc-e-format {
  background-color: #999;
}

.kc-e-name {
  font-size: 1.6rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 8px 0 12px;
}

.kc-e-date__box,
.kc-e-address__box {
  display: flex;
  align-items: flex-start;
}

.kc-e-date__box {
  margin-bottom: 4px;
}


.kc-e-date,
.kc-e-address {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

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


.kc-e-icon {
  width: 20px;
  padding-right: 8px;
  padding-top: 3px;
}

.kc-e-address {}

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


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

  .kc-e-content {
    margin-bottom: 0;
  }

  .kc-e-cards {
    margin: 0;
  }


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

  .kc-e-name {
    margin: .6em 0;
  }

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

  .kc-e-address {
    line-height: 1.4;
    margin-top: .3em;
  }
}


.endDateTime {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  padding-top: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -20px;
  right: -66px;
  font-size: 1.6rem;
  transform: rotate(45deg);

}


/* event繝壹�繧ｸ */


/* 繧ｷ繝ｧ繝ｼ繝ｫ繝ｼ繝�繝壹�繧ｸ */

.kc-form-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.5rem;
  word-wrap: break-word;
  margin-top: 140px;
}

.kc-ttl_jp {
  position: relative;
}

.kc-ttl_jp::after {
  content: "";
  display: block;
  background: #ff9933;
  width: 70px;
  height: 5px;
  margin: 15px auto 10px;
}

@media screen and (max-width: 768px) {
  .kc-form-ttl {
    font-size: 2.8rem;
    margin-top: 100px;
  }
}

/* 繧ｷ繝ｧ繝ｼ繝ｫ繝ｼ繝�繝壹�繧ｸ */</pre></body></html>