[v-cloak] {
  display: none;
}

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

.kc-br-sp {
  display: none;
}

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

.kc-none {
  text-align: center;
  margin: 50px 0;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kc-none {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .kc-br-sp {
    display: block;
  }
}

@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以外のcss */
.inner.-kc {
  flex-direction: column;
}

#kcapp,
#kcapp2 {
  width: 100%;
}


.kcapp2_top {
  margin-left: -120px;
  margin-top: 80px;
}

#kcapp a {
  text-decoration: none;
}











/* swiper */

/* top */
#kcapp .swiper-wrapper {
  height: auto !important;
}

#kcapp .swiper-button-next.-top,
#kcapp .swiper-button-prev.-top {
  top: 45%;
  background-image: initial;
  mix-blend-mode: multiply;
}

#kcapp .swiper-button-next.-top {
  right: -10px;

}

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

/* 前へ次への矢印カスタマイズ */
#kcapp .swiper-button-prev.-top,
#kcapp .swiper-button-next.-top {
  height: 50px;
  width: 22px;
}

#kcapp .swiper-button-prev.-top:after,
#kcapp .swiper-button-next.-top:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 25px;
  display: block;
}


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

  #kcapp .swiper-button-next.-top,
  #kcapp .swiper-button-prev.-top {
    top: 43%;
  }

  #kcapp .swiper-button-prev.-top,
  #kcapp .swiper-button-next.-top {
    height: 40px;
    width: 18px;
  }

  #kcapp .swiper-button-prev.-top:after,
  #kcapp .swiper-button-next.-top:after {
    width: 22px;
    height: 40px;
  }


  #kcapp .swiper-button-prev.-top {
    left: calc(50% - 39vw);
  }

  #kcapp .swiper-button-next.-top {
    right: calc(50% - 39vw);
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  #kcapp .swiper-button-prev.-top {
    left: calc(50% - 37vw);
  }

  #kcapp .swiper-button-next.-top {
    right: calc(50% - 37vw);
  }
}

/* top */



/* topプラン　注文プラン */
#kcapp2 .swiper-wrapper {
  height: auto !important;
}

#kcapp2 .swiper-slide {
  width: calc(25% - 30px * 3/4);
  margin-right: 30px;
}

#kcapp2 .swiper-slide:last-child {
  margin-right: 0;
}

/* 前へ次への矢印カスタマイズ */
#kcapp2 .swiper-button-prev,
#kcapp2 .swiper-button-next {
  display: none;
}

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

  #kcapp2 .swiper-button-next.-t-plan,
  #kcapp2 .swiper-button-prev.-t-plan {
    top: 50%;
    background-image: initial;
    mix-blend-mode: multiply;
    display: block;
  }

  #kcapp2 .swiper-button-prev.-t-plan:after,
  #kcapp2 .swiper-button-next.-t-plan:after {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 200%;
    color: #000;
  }

  #kcapp2 .swiper-button-prev.-t-plan {
    left: calc(50% - 34vw);
  }

  #kcapp2 .swiper-button-next.-t-plan {
    right: calc(50% - 36vw);
  }

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

@media screen and (max-width: 480px) {
  #kcapp2 .swiper-button-prev.-t-plan {
    left: calc(50% - 37vw);
  }

  #kcapp2 .swiper-button-next.-t-plan {
    right: calc(50% - 40vw);
  }
}

/* topプラン 注文プラン */











/* 注文pickup */
#kcapp .swiper-wrapper {
  height: auto !important;
}

#kcapp .swiper-slide {
  width: calc(25% - 30px * 3/4);
  margin-right: 30px;
}

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

/* 前へ次への矢印カスタマイズ */
#kcapp .swiper-button-prev,
#kcapp .swiper-button-next {
  display: none;
}



#kcapp2 .swiper-wrapper {
  height: auto !important;
}

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

/* 前へ次への矢印カスタマイズ */
#kcapp2 .swiper-button-prev,
#kcapp2 .swiper-button-next {
  display: none;
}






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


  #kcapp .swiper-button-next.-up,
  #kcapp .swiper-button-prev.-up,
  #kcapp2 .swiper-button-next.-plan,
  #kcapp2 .swiper-button-prev.-plan {
    top: 47%;
    background-image: initial;
    mix-blend-mode: multiply;
    display: block;
  }

  #kcapp .swiper-button-prev.-up:after,
  #kcapp .swiper-button-next.-up:after,
  #kcapp2 .swiper-button-prev.-plan:after,
  #kcapp2 .swiper-button-next.-plan:after {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 200%;
    color: #000;
  }


  #kcapp .swiper-button-prev.-up,
  #kcapp2 .swiper-button-prev.-plan {
    left: calc(50% - 36vw);
  }

  #kcapp .swiper-button-next.-up,
  #kcapp2 .swiper-button-next.-plan {
    right: calc(50% - 38vw);
  }

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

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

  #kcapp .swiper-button-prev.-up,
  #kcapp2 .swiper-button-prev.-plan {
    left: calc(50% - 39vw);
  }

  #kcapp .swiper-button-next.-up,
  #kcapp2 .swiper-button-next.-plan {
    right: calc(50% - 43vw);
  }
}

/* 注文pickup */

/* swiper */










/* topページ */

.kc-section {
  max-width: 1440px;
  width: 100%;
  margin: 120px auto 0;
  padding: 0 20px;

}

.kc-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.kc-container {
  position: relative;
}

.kc-title {
  text-align: center;
  margin-bottom: 30px;
}

.kc-cards {
  margin-bottom: 10px;
  align-items: stretch;
}

.kc-card {
  padding: 10px;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: auto;
}

.kc-image {
  overflow: hidden;
}

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



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

.kc-type,
.kc-format,
.kc-receipt {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  font-size: 12px;
  height: 22px;
  line-height: 21px;
}

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

.kc-format {
  border: 1px solid #2e2e2e;

}

.kc-receipt {
  border: 1px solid #EA481A;
  background-color: #EA481A;
  color: #fff;
  margin-right: 7px;
}

.kc-receipt.-kc-before {
  border: 1px solid #ef815c;
  background-color: #ef815c;
  color: #fff;
}

.kc-name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #333;
  height: 57px;
}


.kc-address {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-more {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 41px;
  margin-top: auto;
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
}

.kc-more span {
  position: relative;
  padding-right: 10px;
}

.kc-more span::before {
  width: 15px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.kc-more span::after {
  width: 7px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}


.kc-btn {
  width: 348px;
  margin-left: auto;
  margin-right: auto;
  transition: .4s;
}

.kc-btn a {
  display: block;
}

.kc-btn-text {
  transition: .4s;
}

.kc-btn:hover {

  background-color: #212121;
}

.kc-btn:hover .kc-btn-text {
  color: #fff;
}

.kc-btn:hover .kc-btn-text::before,
.kc-btn:hover .kc-btn-text::after {
  background-color: #fff;
  margin-right: -5px;
}

.kc-card:hover .kc-image img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
  overflow: hidden;
}



@media screen and (max-width: 767px) {
  .kc-section {
    padding-left: 0;
    padding-right: 0;
  }

  .kc-inner {
    padding-left: 0;
    padding-right: 0;
  }


  .kc-type,
  .kc-format,
  .kc-receipt {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 5px;
    font-size: 10.5px;
    height: 20px;
    line-height: 18px;
  }

  .kc-name {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.5;
    height: 40px;
  }

  .kc-type {
    margin-right: 4px;
  }

  .kc-date,
  .kc-address {
    font-size: 12px;
    margin-top: 4px;
  }

  .kc-receipt {
    margin-right: 4px;
  }

  .kc-more {
    font-size: 13px;
    height: 37px;
    line-height: 36px;
  }
}


/* topページ */




/* topページ plan */
.kc-p-container {
  margin: 0 calc(-80 / 1240* 100%);
}

.kc-p-section {
  max-width: 1360px;
  width: calc(1360 / 1400* 100%);
  margin-top: 20px;
  margin-left: auto;
  margin-right: -40px;
}

.kc-p-inner {
  position: relative;
  padding: 40px;
  background-color: #fff;
  box-shadow: 3.657px 3.41px 14px 0px rgba(42, 42, 42, 0.2);
}

.kc-p-container {
  position: relative;
}

.kc-p-title__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .housing__item-heading.kc-p-title {
    font-size: 2rem;
    margin-left: 0;
  }
}

.kc-p-btn {
  width: 340px;
  margin: 0;
  transition: .4s;
}

.kc-p-btn a {
  display: block;
}

.kc-p-btn-text {
  transition: .4s;
}

.kc-p-btn:hover {

  background-color: #212121;
}

.kc-p-btn:hover .kc-p-btn-text {
  color: #fff;
}

.kc-p-btn:hover .kc-p-btn-text::before,
.kc-p-btn:hover .kc-p-btn-text::after {
  background-color: #fff;
  margin-right: -5px;
}

.kc-p-cards {
  margin-bottom: 10px;
  align-items: stretch;
}

.kc-p-card {
  border: 1px solid #333;
  padding: 10px;
}

.kc-p-image {
  overflow: hidden;
}

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



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

.kc-p-type,
.kc-p-format,
.kc-p-receipt {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  font-size: 12px;
  height: 22px;
  line-height: 21px;
}

.kc-p-type {
  border: 1px solid #808080;
  background-color: #808080;
  margin-right: 7px;
  color: #fff;
}

.kc-p-format {
  border: 1px solid #2e2e2e;

}

.kc-p-receipt {
  border: 1px solid #EA481A;
  background-color: #EA481A;
  color: #fff;
  margin-right: 7px;
}

.kc-p-receipt.-kc-p-before {
  border: 1px solid #ef815c;
  background-color: #ef815c;
  color: #fff;
}

.kc-p-name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #333;
  height: 57px;
}


.kc-p-address {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-p-more {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 41px;
  margin-top: auto;
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
}

.kc-p-more span {
  position: relative;
  padding-right: 10px;
}

.kc-p-more span::before {
  width: 15px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.kc-p-more span::after {
  width: 7px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.kc-p-card:hover .kc-p-image img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
  overflow: hidden;
}



@media screen and (max-width: 767px) {
  .kc-p-section {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
  }

  .kc-p-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }

  .kc-p-title__box {
    justify-content: center;
  }

  .kc-p-btn {
    position: absolute;
    bottom: 20px;
    width: 78%;
  }


  .kc-p-type,
  .kc-p-format,
  .kc-p-receipt {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 5px;
    font-size: 10.5px;
    height: 20px;
    line-height: 18px;
  }

  .kc-p-name {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.5;
    height: 40px;
  }

  .kc-p-type {
    margin-right: 4px;
  }

  .kc-p-date,
  .kc-p-address {
    font-size: 12px;
    margin-top: 4px;
  }

  .kc-p-receipt {
    margin-right: 4px;
  }

  .kc-p-more {
    font-size: 13px;
    height: 37px;
    line-height: 36px;
  }
}

/* topページ plan */






/* 注文住宅ページ */

.sec_title.-kc {
  margin: 80px 0 50px;
}

.kc-t-p-section {
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;

}

.kc-t-p-inner {
  position: relative;
}

.kc-t-p-container {
  position: relative;
}


.kc-t-p-cards {
  margin-bottom: 10px;
  align-items: stretch;
}

.kc-t-p-card {
  border: 1px solid #333;
  padding: 10px;
}

.kc-t-p-image {
  overflow: hidden;
}

.kc-t-p-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  transition: all .3s;
}



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

.kc-t-p-type,
.kc-t-p-format,
.kc-t-p-receipt {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  font-size: 12px;
  height: 22px;
  line-height: 21px;
}

.kc-t-p-type {
  border: 1px solid #808080;
  background-color: #808080;
  margin-right: 7px;
  color: #fff;
}

.kc-t-p-format {
  border: 1px solid #2e2e2e;

}

.kc-t-p-receipt {
  border: 1px solid #EA481A;
  background-color: #EA481A;
  color: #fff;
  margin-right: 7px;
}

.kc-t-p-receipt.-kc-t-p-before {
  border: 1px solid #ef815c;
  background-color: #ef815c;
  color: #fff;
}

.kc-t-p-name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #333;
  height: 57px;
}


.kc-t-p-address {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-t-p-more {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 41px;
  margin-top: auto;
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
}

.kc-t-p-more span {
  position: relative;
  padding-right: 10px;
}

.kc-t-p-more span::before {
  width: 15px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.kc-t-p-more span::after {
  width: 7px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.housing__item-btn.-kc-t {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 11px 0;
  margin-top: 60px;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.housing__item-btn.-kc-t span::before,
.housing__item-btn.-kc-t span::after {
  position: absolute;
  top: 50%;
  right: -30px;
  height: 1px;
  background-color: #000;
  content: "";
  -webkit-transition: margin 0.4s ease-out, background-color 0.4s ease-out;
  transition: margin 0.4s ease-out, background-color 0.4s ease-out;
}

.housing__item-btn.-kc-t span::before {
  width: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.housing__item-btn.-kc-t span::after {
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.kc-t-p-btn {
  width: 348px;
  margin-left: auto;
  margin-right: auto;
  transition: .4s;
}

.kc-t-p-btn a {
  display: block;
}

.kc-t-p-btn-text {
  position: relative;
  transition: .4s;
}

.kc-t-p-btn:hover {
  background-color: #212121;
}

.kc-t-p-btn:hover .kc-t-p-btn-text {
  color: #fff;
}

.kc-t-p-btn:hover .kc-t-p-btn-text::before,
.kc-t-p-btn:hover .kc-t-p-btn-text::after {
  background-color: #fff;
  margin-right: -5px;
}

.kc-t-p-card:hover .kc-t-p-image img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
  overflow: hidden;
}

.kc-t-p-card:hover {
  opacity: 1;
}





@media screen and (max-width: 767px) {
  .sec_title.-kc {
    margin: 40px 0;
  }

  .sec_title.-kc span:before,
  .sec_title.-kc span:after {
    display: none;
  }

  .sec_title.-kc span {
    font-size: 2rem;
    margin: 0;
  }

  .kc-t-p-section {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
  }

  .kc-t-p-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .kc-t-p-title__box {
    justify-content: center;
  }

  .kc-t-p-btn {
    position: absolute;
    bottom: 20px;
    width: 78%;
  }


  .kc-t-p-type,
  .kc-t-p-format,
  .kc-t-p-receipt {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 5px;
    font-size: 10.5px;
    height: 20px;
    line-height: 18px;
  }

  .kc-t-p-name {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.5;
    height: 40px;
  }

  .kc-t-p-type {
    margin-right: 4px;
  }

  .kc-t-p-date,
  .kc-t-p-address {
    font-size: 12px;
    margin-top: 4px;
  }

  .kc-t-p-receipt {
    margin-right: 4px;
  }

  .kc-t-p-more {
    font-size: 13px;
    height: 37px;
    line-height: 36px;
  }

  .housing__item-btn.-kc-t {
    max-width: 100%;
    width: 70%;
  }
}

/* 注文住宅ページ*/





/* イベントページ */
.kc-app-wrapp {
  width: 100%;
}

.kc-title-e {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.kc-title-e::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  left: -95px;
  height: 1px;
  background-color: #bbbbbb;
}

.kc-title-e::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  right: -95px;
  height: 1px;
  background-color: #bbbbbb;
}

/* 絞り込みのタブstart */
.kc-tab-block {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #fff;
}

.kc-tab-block:not(:first-child) {
  margin-top: 10px;
}

.kc-tab-name {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  width: 260px;
  text-align: center;
}

.kc-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  width: calc(100% - 260px);
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kc-tabs {
    width: 100%;
    margin-bottom: 0;
  }
}

.kc-tab {
  margin-top: 10px;
}

.kc-tab:not(:last-child) {
  margin-right: 10px;
}

.kc-tab a {
  display: block;
  height: 30px;
  line-height: 29px;
  font-size: 14px;
  border: 1px solid #333;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .kc-tabs a {
    height: 30px;
    line-height: 29px;
    font-size: 12px;
    border: 1px solid #333;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.kc-tab.is-current a {
  background-color: #333;
  color: #fff;
}

/* 絞り込みのタブend */


.kc-cards-e {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.kc-card-e {
  width: calc(25% - 10px * 3/4);
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: auto;
  padding: 15px;
  background-color: #fff;
}

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

.kc-card-e:nth-child(n + 5) {
  margin-top: 10px;
}

.kc-block-e {}

.kc-container-e {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .kc-container-e {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .kc-title-e {
    margin-top: 0;
  }

  .kc-title-e::before {
    width: 40px;
    left: -60px;
  }

  .kc-title-e::after {
    width: 40px;
    right: -60px;
  }


  /* 絞り込みのタブstart */
  .kc-tab-block {
    display: block;
  }

  .kc-tab-name {
    width: 100%;
    text-align: center;
  }

  .kc-tab {
    margin-top: 10px;
  }

  /* 絞り込みのタブend */

  .kc-card-e {
    width: calc(50% - 8px * 1/2);
    margin-right: 8px;
  }

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

  .kc-card-e:nth-child(n + 3) {
    margin-top: 20px;
  }

  .kc-block-e {
    padding: 5px;
  }

}

@media screen and (min-width: 768px) {
  .kc-card-e:hover .kc-image img {
    opacity: .8;
    transform: scale(1.05) !important;
    transition: all .3s;
    overflow: hidden;
  }
}

.kc-spinner {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* KengakuCloudカレンダー */

.kc-calender-wrapper .kc-calender-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 12px 0 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
}

.kc-calender-wrapper .kc-calender-title span {
  width: 20px;
  height: 24px;
  margin-right: 6px;
}

.kc-calendar iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .kc-calender-wrapper .kc-calender-title {
    font-size: 18px;
  }

  .kc-calender-wrapper .kc-calender-title span {
    width: 20px;
  }
}

.kc-calendar {
  text-align: center;
  min-height: 800px;
  margin-top: 16px;
}

.kc-calendar iframe {
  width: 100%;
  max-width: 800px;
  min-height: 800px;
}

@media screen and (max-width: 768px) {
  .kc-calendar iframe {
    width: 92%;
  }

  .kc-calendar {
    margin: 0 auto;
  }
}

#kc-sec {
  margin-top: 80px;
}

#kc-sec .kc-sec_title__group {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
}

#kc-sec .kc-sec_title {
  overflow: hidden;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}

#kc-sec .kc-sec_title span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

#kc-sec .kc-sec_title span::before,
#kc-sec .kc-sec_title span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 74px;
  height: 1px;
  background-color: #b0b0b0;
}

#kc-sec .kc-sec_title span::before {
  right: 100%;
}

#kc-sec .kc-sec_title span::after {
  left: 100%;
}

#kc-sec .kc-sec_title_alpha {
  font-size: 1rem;
  color: #a4a4a4;
  margin: 5px auto 0;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.3em;
}

@media (max-width: 767px) {
  #kc-sec {
    margin-top: 12%;
  }

  #kc-sec .kc-sec_title__group {
    width: 92%;
    margin-bottom: 4%;
  }

  #kc-sec .kc-sec_title {
    font-size: 1.7rem;
    letter-spacing: 0.2em;
  }

  #kc-sec .kc-sec_title span::before,
  #kc-sec .kc-sec_title span::after {
    width: 30%;
  }

  #kc-sec .kc-sec_title_alpha {
    width: 92%;
  }
}

/* イベントページ */







/* イベントページ plan */

.kc-title-e-p {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.kc-title-e-p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  left: -95px;
  height: 1px;
  background-color: #bbbbbb;
}

.kc-title-e-p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  right: -95px;
  height: 1px;
  background-color: #bbbbbb;
}

.kc-e-p-section {
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;

}

.kc-e-p-inner {
  position: relative;
}

.kc-e-p-container {
  position: relative;
}


.kc-e-p-cards {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

.kc-e-p-card {
  display: block;
  width: calc(25% - 10px* 3 / 4);
  margin-right: 10px;
  padding: 10px;
  background-color: #fff;
}

.kc-e-p-card:nth-child(n + 5) {
  margin-top: 10px;
}

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

.kc-e-p-image {
  overflow: hidden;
}

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



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

.kc-e-p-type,
.kc-e-p-format,
.kc-e-p-receipt {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  font-size: 12px;
  height: 22px;
  line-height: 21px;
}

.kc-e-p-type {
  border: 1px solid #808080;
  background-color: #808080;
  margin-right: 7px;
  color: #fff;
}

.kc-e-p-format {
  border: 1px solid #2e2e2e;

}

.kc-e-p-receipt {
  border: 1px solid #EA481A;
  background-color: #EA481A;
  color: #fff;
  margin-right: 7px;
}

.kc-e-p-receipt.-kc-e-p-before {
  border: 1px solid #ef815c;
  background-color: #ef815c;
  color: #fff;
}

.kc-e-p-name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #333;
  height: 57px;
}


.kc-e-p-address {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-e-p-more {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 41px;
  margin-top: auto;
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
}

.kc-e-p-more span {
  position: relative;
  padding-right: 10px;
}

.kc-e-p-more span::before {
  width: 15px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.kc-e-p-more span::after {
  width: 7px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.kc-e-p-card:hover .kc-e-p-image img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
  overflow: hidden;
}





@media screen and (max-width: 768px) {
  .kc-title-e-p {
    margin-top: 30px;
    font-size: 2rem;
  }

  .kc-title-e-p::before,
  .kc-title-e-p::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
  }

  .kc-title-e-p::before {
    left: -65px;
  }

  .kc-title-e-p::after {
    right: -65px;
  }

  .kc-e-p-section {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
  }

  .kc-e-p-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }

  .kc-e-p-cards {
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 0;
  }

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


  .kc-e-p-type,
  .kc-e-p-format,
  .kc-e-p-receipt {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 5px;
    font-size: 10.5px;
    height: 20px;
    line-height: 18px;
  }

  .kc-e-p-name {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.5;
    height: 40px;
  }

  .kc-e-p-type {
    margin-right: 4px;
  }

  .kc-e-p-date,
  .kc-e-p-address {
    font-size: 12px;
    margin-top: 4px;
  }

  .kc-e-p-receipt {
    margin-right: 4px;
  }

  .kc-e-p-more {
    font-size: 13px;
    height: 37px;
    line-height: 36px;
  }
}

/* イベントページ plan */

@media screen and (max-width: 767px) {
  .kcapp2_top {
    margin: 0 auto;
    width: 90%;
  }

  .kcapp2_top .kc-p-container .kc-p-section {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    padding: 0px 4%;
  }
}



/* 20250826追加 設計士のおすすめプラン */
#kcapp .kc-plan-more,
#kcapp3 .kc-plan-more,
#kcapp4 .kc-plan-more {
  background-color: #333;
  color: #fff;
  padding: 15px;
  margin: 30px auto;
  width: 240px;
  text-align: center;
  transition: all .3s;
}

.kc-e-p-cards.-plan {
  gap: 2em 2%;
}

.kc-e-p-card.-plan {
  display: flex;
  flex-direction: column;
  width: 23.5%;
  padding: 0;
  margin: 0;
}

.kc-e-p-format.is-empty {
  display: none;
}

.kc-e-p-date.-bottom {
  margin-bottom: 1em;
}


@media screen and (max-width: 767px) {
  .kc-e-p-cards.-plan {
    flex-direction: row;
    gap: 2em 4%;
  }

  .kc-e-p-card.-plan {
    width: 48%;
  }
}


.kc-e-p-cards.-creator {
  margin: 40px 0;
}



/* 20251007 イベントタグ追加 */
.kc-event-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.kc-event-tags span {
  margin-right: 7px;
}

.kc-sp-arrow {
  display: none;
}

.kc-e-p-tags.-plan {
  margin-bottom: 1em;
}

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

  /* ▼アコーディオン開閉のトランジション */
  .slide-enter-active,
  .slide-leave-active {
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .slide-enter,
  .slide-leave-to {
    max-height: 0;
    opacity: 0;
  }

  .slide-enter-to,
  .slide-leave {
    max-height: 500px;
    /* 必要に応じて調整 */
    opacity: 1;
  }

  /* ▼矢印の見た目・回転 */
  .kc-sp-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(1500%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
  }

  .kc-sp-arrow.is-open::before {
    transform: translate(1500%, -50%) rotate(-135deg);
  }

  .kc-sp-arrow {
    display: block;
  }


}