.titleArea {
  background-image: url(../images/mainimg.jpg);
  height: 400px;
  min-height: 400px;
}
@media screen and (max-width: 960px) {
  .titleArea {
    height: 280px;
    min-height: 280px;
  }
}
@media screen and (max-width: 668px) {
  .titleArea {
    height: 260px;
    min-height: 260px;
  }
}
.titleArea h2 {
  display: inline-block;
  margin-right: 10px;
}
.titleArea .jp {
  display: inline-block;
  writing-mode: horizontal-tb;
  padding: 0 0 0 30px;
}

.detailArea {
  padding: 100px 5vw 30px;
}
@media screen and (max-width: 960px) {
  .detailArea {
    padding-top: 50px;
  }
}
.detailArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
.detailArea > section .date {
  font-size: clamp(12px, 100vw * 15 / 1200, 15px);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.detailArea > section h3 {
  font-size: clamp(18px, 100vw * 30 / 1200, 30px);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea > section h3 {
    letter-spacing: 0;
  }
}
.detailArea > section .subBox {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailArea > section .subBox:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 668px) {
  .detailArea > section .subBox {
    margin-top: 20px;
  }
}
.detailArea > section .subBox .text {
  width: 100%;
}
.detailArea > section .subBox .text p {
  line-height: 200%;
}
.detailArea > section .subBox .text p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .detailArea > section .subBox .text p {
    line-height: 170%;
  }
}
.detailArea > section .subBox .photo {
  width: 100%;
}
.detailArea > section .subBox:has(.photo) .text {
  width: calc(50% - 40px);
}
@media screen and (max-width: 960px) {
  .detailArea > section .subBox:has(.photo) .text {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 668px) {
  .detailArea > section .subBox:has(.photo) .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.detailArea > section .subBox:has(.text) .photo {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .detailArea > section .subBox:has(.text) .photo {
    width: 100%;
  }
}

.listArea {
  position: relative;
  padding: 200px 8vw 100px 5vw;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .listArea {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .listArea {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.listArea::after {
  content: "";
  width: calc(100% - 5vw);
  height: 100%;
  background: url(../../common/images/bg_pattern.jpg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 300px, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .listArea::after {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .listArea::after {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%);
    background-size: 300px auto;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea::after {
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  }
}
.listArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
.listArea > section .title {
  display: table;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  .listArea > section .title {
    margin-bottom: 25px;
  }
}
.listArea > section .title h5 {
  font-size: clamp(36px, 100vw * 60 / 1200, 60px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 10px;
}
.listArea > section .title .jp {
  text-align: right;
}
.listArea > section .article {
  max-width: 900px;
}
.listArea > section .article > div {
  display: flex;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
  padding: 20px 10px;
}
.listArea > section .article > div .date {
  width: 7em;
  letter-spacing: 1px;
}
.listArea > section .article > div .tit {
  width: calc(100% - 7em);
}
.listArea > section .article > div .tit a {
  display: block;
}
.listArea > section .article .moreBtn {
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .listArea > section .article .moreBtn {
    margin-top: 20px;
  }
}
.listArea > section .article .moreBtn a {
  margin-left: auto;
}

footer {
  margin-top: 0;
}/*# sourceMappingURL=detail.css.map */