@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  .secOpenHouse .tabArea,
  .secOpenHouse .tabArea {
    margin: 25px 0 56px 0;
  }
}
.exceptionText {
  padding: 20px 0 40px;
  font-size: 14px;
}

.mainEventContent {
  /* Status Label (開催終了など) */
  margin: 56px 0 150px;
}
.mainEventContent .statusLabel {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.85);
  color: #fff;
  font-size: 12px;
  padding: 6px 15px;
  letter-spacing: 0.05em;
}
.mainEventContent .cardImgWrapper .endArea {
  display: none;
}
.mainEventContent .cardImgWrapper.end {
  position: relative;
}
.mainEventContent .cardImgWrapper.end .endArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: clamp(14px, 1.25vw, 15px);
}

.comMetaRow {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.comMetaRow dt {
  width: 4em;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 1em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  color: #8e8e8e;
  font-size: 12px;
}
.comMetaRow dd {
  flex-grow: 1;
  color: #8e8e8e;
  font-size: 12px;
}

.comCardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px 56px;
}
.comCardGrid .cardCat {
  font-size: 13px;
  color: #8e8e8e;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cacaca;
  line-height: 190%;
  padding: 8px 0 2px;
}
.comCardGrid .cardCat::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #8e8e8e;
  border-radius: 50%;
  margin-right: 6px;
}
.comCardGrid .cardItem {
  display: flex;
  flex-direction: column;
}
.comCardGrid .cardItem .cardLink {
  display: grid;
}
.comCardGrid .cardItem .cardLink .cardImgWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 310/216;
  overflow: hidden;
}
.comCardGrid .cardItem .cardLink .cardImgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.comCardGrid .cardItem .cardLink .cardBody {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.comCardGrid .cardItem .cardLink .cardBody .cardMeta {
  margin-top: auto;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  padding: 0 14px;
}
.comCardGrid .cardItem .cardLink .cardBody .cardMeta .cardTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  min-height: 60.8px;
  color: #565656;
  font-family: "Shippori Mincho B1", serif;
}
.comCardGrid .cardItem .cardLink:hover {
  opacity: 1;
}
.comCardGrid .cardItem .cardLink:hover .cardImgWrapper img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .comCardGrid {
    gap: 50px;
  }
  .comCardGrid .cardItem .cardLink .cardBody .cardMeta .cardTitle,
  .comCardGrid .comSwiper .cardItem .cardLink .cardBody .cardMeta .cardTitle {
    min-height: initial;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .secOpenHouse .tabArea {
    margin: 0 0 25px;
  }
  .comCardGrid .cardItem .cardLink .cardBody .cardMeta {
    padding: 0 6px;
  }
}
/* =========================================
   Responsive (Max 767px)
   ========================================= */
@media screen and (max-width: 767px) {
  .mainEventContent {
    margin: 30px 0 40px;
  }
}/*# sourceMappingURL=style.css.map */