.wp-pagenavi {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 0px 0 20px;
  }
}
.titleArea h1 {
  font-family: "Alice";
  font-size: clamp(28px, 2.5vw, 30px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.titleArea .line {
  width: 100%;
  height: 1px;
  background: #C6C6C6;
}
.titleArea .sub {
  margin-top: 10px;
  font-size: 14px;
  color: #989898;
  letter-spacing: 0.15em;
}

.categoryArea {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.categoryArea a {
  font-size: 16px;
  color: #989898;
}
.categoryArea .select {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .categoryArea {
    padding-top: 30px;
  }
}
.content {
  padding-top: 54px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C6C6C6;
}
.content .catArea {
  color: #989898;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.content .catArea a {
  font-size: 14px;
  font-weight: 400;
}
.content .imgArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.content .imgArea .thumbnail {
  aspect-ratio: 585/390;
  overflow: hidden;
}
.content .imgArea .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .projectLink {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.content .projectLink .title {
  font-family: "Sawarabi Mincho";
  font-size: clamp(20px, 1.83vw, 22px);
}
.content .projectLink .btn a {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 30px 0;
  }
  .content .imgArea {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .content .projectLink {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.exceptionText {
  padding-top: 50px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .exceptionText {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 650px);
  }
}/*# sourceMappingURL=style.css.map */