[v-cloak] {
  display: none;
}

.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;
  }
}

.kc-event_cat_list li {
  padding: 8px 5px !important;
}

/* topãƒšãƒ¼ã‚¸ */
.m-index .index_event .event_cat_list{
  font-size: 1.3rem;  
}

.kc-cards {
  box-sizing: border-box;
}

.kc-card:nth-child(n + 5) {
  display: none;
}

.kc-mask {
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}

.kc-mask::before {
  content: '';
  display: block;
  padding-top: 108%;
}

.kc-mask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  transition: all 0.4s;
}

.kc-mask:hover {
  opacity: 0.8;
  transition: all 0.4s;
}

.new.-finished {
  opacity: 0;
}
.new.-finished::after {
  opacity: 0;
}

.kc-date {
  font-size: 2rem !important;
  color: #e8a02b;
}

.kc-date span {
  color: #1e1109 !important;
  font-size: 1.5rem !important;
}

@media screen and (min-width: 768px) {
  .kc-mask {
    /* -webkit-mask-image: url(https://www.asairyo.com/common/img/mask/mask01.png),none!important; */
    /* -webkit-mask-image: url('https://www.asairyo.com/common/img/mask/mask01.png'), none !important;
    -webkit-mask-size: cover;
    mask-image: url('https://www.asairyo.com/common/img/mask/mask01.png'), none !important;
    mask-size: cover; */
  }
}

@media screen and (max-width: 767px) {

  .event_box{
    height: inherit!important;
  }

  .m-index .event_list .event_box .thumb .mask{
    height: auto!important;
  }

  #kcapp .event_box{
    width: 100%!important;
  }

  #kcapp .thumb .end{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .kc-uchicafe_link{
    text-align: center;
  }

  .kc-uchicafe_img{
    width: 70%;
  }

  .kc-card {
    float: initial !important;
    width: 100% !important;
    height: initial !important;
    margin-left: 0;
  }

  .kc-mask {
    height: initial !important;
  }

  .kc-mask::before {
    padding-top: 75.5%;
  }

  .kc-mask img {
    height: 105%;
  }

  .kc-cat {
    font-size: 1.2rem !important;
    padding: 0 7px !important;
  }
}

@media screen and (max-width: 767px) {
}

/* ã‚¤ãƒ™ãƒ³ãƒˆãƒšãƒ¼ã‚¸ */
.kc-mask.-finished img {
  opacity: 0.3;
  z-index: -1;
}

.kc-finished-message {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kc-finished-message p {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.6;
  color: #000;
  /* font-size: 14px; */
}

@media screen and (max-width: 767px) {
  .kc-mask-e img {
    height: 105% !important;
  }

  .kc-name-e {
    line-height: 1.5 !important;
  }

  .kc-finished-message p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .event_list_report {
    display: flex;
    justify-content: space-between;
  }

  .event_list_report > div {
    width: 22%;
    margin-left: 0;
  }
}
