.secWorks .infoArea {
  background: #F5F5F5;
}
.secWorks .infoArea .infoCol {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secWorks .infoArea .infoCol .head {
  position: absolute;
  color: #858585;
}
.secWorks .infoArea .infoCol .data {
  text-align: center;
}
.secWorks .galleryArea {
  width: 100%;
  overflow-x: hidden;
}
.secWorks .galleryArea .swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 840/560;
  background: #000000;
}
.secWorks .galleryArea .pager {
  display: flex;
  flex-wrap: wrap;
}
.secWorks .galleryArea .pager .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  background-size: contain;
  aspect-ratio: 160/107;
  height: auto;
}
.secWorks .galleryArea .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: grayscale(1);
}
.secWorks .backBtnWrap {
  text-align: right;
}
.secWorks .backBtnWrap .backBtn {
  font-family: "EB Garamond", serif;
  text-decoration: underline;
  color: #858585;
}
.secWorks .areaRelated {
  border-top: solid 1px #2c2c2c;
}
.secWorks .areaRelated .relatedTitle {
  font-family: "EB Garamond", serif;
}
.secWorks .areaRelated .relatedList .worksItem .itemLink .img {
  aspect-ratio: 768/512;
  background: #2c2c2c;
}
.secWorks .areaRelated .relatedList .worksItem .itemLink .category {
  color: #858585;
  letter-spacing: 0.07em;
}
.secWorks .areaRelated .relatedList .worksItem .itemLink .title {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .secWorks .captionImg {
    width: 100vw;
    margin-left: calc((min(90vw, 390px) - 100vw) / 2);
    padding: 0 0 28px 0;
  }
  .secWorks .infoArea {
    margin: 0 auto 40px auto;
    width: min(100%, 280px);
  }
  .secWorks .infoArea .infoCol {
    padding: 24px 0 16px 0;
    border-bottom: solid 1px #2c2c2c;
  }
  .secWorks .infoArea .infoCol .head {
    left: 10px;
    top: 6px;
    font-size: 12px;
  }
  .secWorks .infoArea .infoCol .data {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secWorks .infoArea .spaceLine {
    display: none;
  }
  .secWorks .galleryArea {
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .secWorks .galleryArea .pager {
    -moz-column-gap: 1.18%;
         column-gap: 1.18%;
    row-gap: 6px;
    padding: 4px 0 0 0;
  }
  .secWorks .galleryArea .pager .swiper-pagination-bullet {
    width: 19.05%;
  }
  .secWorks .postDetail {
    padding: 0 0 40px 0;
  }
  .secWorks .backBtnWrap {
    padding: 0 0 40px 0;
  }
  .secWorks .backBtnWrap .backBtn {
    font-size: 14px;
  }
  .secWorks .areaRelated .relatedTitle {
    padding: 24px 0 24px 0;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secWorks .areaRelated .relatedList {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .secWorks .areaRelated .relatedList .worksItem .itemLink .category {
    padding: 6px 0 2px;
    font-size: 14px;
  }
  .secWorks .areaRelated .relatedList .worksItem .itemLink .title {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secWorks .captionImg {
    width: min(100% + 10vw, 1250px);
    padding: 0 0 28px 0;
  }
  .secWorks .infoArea {
    display: flex;
    align-items: center;
    width: min(100%, 840px);
    margin: 0 auto 60px auto;
  }
  .secWorks .infoArea .infoCol {
    width: calc((100% - 2px) / 3);
    min-height: 78px;
  }
  .secWorks .infoArea .infoCol .head {
    left: 16px;
    top: 8px;
    font-size: 12px;
  }
  .secWorks .infoArea .infoCol .data {
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secWorks .infoArea .spaceLine {
    width: 1px;
    height: 35px;
    background: #2c2c2c;
  }
  .secWorks .galleryArea {
    width: min(100%, 840px);
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
  .secWorks .galleryArea .pager {
    -moz-column-gap: 1.18%;
         column-gap: 1.18%;
    row-gap: 10px;
    padding: 10px 0 0 0;
  }
  .secWorks .galleryArea .pager .swiper-pagination-bullet {
    width: 19.05%;
  }
  .secWorks .postDetail {
    padding: 0 0 52px 0;
  }
  .secWorks .backBtnWrap {
    padding: 0 0 60px 0;
  }
  .secWorks .backBtnWrap .backBtn {
    font-size: 15px;
  }
  .secWorks .areaRelated .relatedTitle {
    padding: 32px 0 32px 0;
    font-size: 22px;
  }
  .secWorks .areaRelated .relatedList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 3.8%;
         column-gap: 3.8%;
    row-gap: min(4vw, 46px);
  }
  .secWorks .areaRelated .relatedList .worksItem {
    width: 48.1%;
  }
  .secWorks .areaRelated .relatedList .worksItem .itemLink .category {
    padding: 14px 0 12px;
    font-size: 14px;
  }
  .secWorks .areaRelated .relatedList .worksItem .itemLink .title {
    font-size: clamp(14px, 1.11vw, 16px);
  }
}/*# sourceMappingURL=style.css.map */