@charset "UTF-8";
.main {
  padding: 120px 40px 90px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .main {
    padding: 5.3333333333vw 4vw 5.3333333333vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 650px) {
  .main {
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    overflow: hidden;
  }
}
.main.search {
  padding-top: 180px;
}
@media screen and (max-width: 650px) {
  .main.search {
    padding-top: 5.3333333333vw;
  }
}
.main__inner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 650px) {
  .main__inner {
    max-width: 100%;
  }
}

.article__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 1.5%;
}
@media screen and (max-width: 1050px) {
  .article__lists {
    gap: 22px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 650px) {
  .article__lists {
    gap: 18px;
  }
}

.article__list {
  width: 32.3333333333%;
}
@media screen and (max-width: 1050px) {
  .article__list {
    width: 48.5%;
  }
}
@media screen and (max-width: 650px) {
  .article__list {
    width: 85%;
    margin: 0 auto;
  }
}
.article__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.article__list--img {
  position: relative;
  overflow: hidden;
  transition: 0.6s ease;
  aspect-ratio: 1.3;
}
.article__list--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.6s ease;
}
.article__list--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  vertical-align: bottom;
  transition: 0.6s ease;
  mask-image: none;
  -webkit-mask-image: none;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.article__list:hover {
  opacity: 1;
}
.article__list:hover .article__list--img::after {
  opacity: 0;
}
.article__list:hover .article__list--img img {
  filter: grayscale(0);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="945" viewBox="0 0 1260 945" fill="none"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1260" height="945" viewBox="0 0 1260 945" fill="none"><path fill="white" d="M0 75.1411C0 55.0412 14.7454 38.1209 34.7141 35.8278C123.957 25.5797 372.502 -2.15816e-06 630 2.70012e-06C887.498 7.55839e-06 1136.04 25.5797 1225.29 35.8278C1245.25 38.1209 1260 55.0412 1260 75.1411V869.859C1260 889.959 1245.25 906.879 1225.29 909.172C1136.04 919.42 887.498 945 630 945C372.502 945 123.957 919.42 34.7142 909.172C14.7455 906.879 0 889.959 0 869.859V75.1411Z"/></svg>');
}
.article__list--title {
  color: #fff;
  font-size: 2.3vw;
  line-height: 1.2;
  position: absolute;
  width: max-content;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1050px) {
  .article__list--title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title {
    font-size: 5.8666666667vw;
  }
}
.article__list--title span {
  font-size: 1.6vw;
  font-weight: 900;
}
@media screen and (max-width: 1050px) {
  .article__list--title span {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title span {
    font-size: 4.2666666667vw;
  }
}
.article__list--title.serif {
  font-weight: 900;
  transform-origin: center;
  /* 変形の基点（必要に応じて left / right / top などに） */
  transform: translate(-50%, -50%) skewX(-12deg) scaleY(1.3);
  /* 水平方向に -12° 傾け、縦方向を 1.13 倍に */
  /* 見た目改善（任意） */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.article__list--title.sans {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3vw !important;
  transform: scaleX(0.6) translate(-50%, -50%);
  /* stretch: x/0.6 → 横幅を 0.6 倍に縮める */
  transform-origin: left center;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1050px) {
  .article__list--title.sans {
    font-size: 4.8vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title.sans {
    font-size: 8vw !important;
  }
}
.article__list--title.sans span {
  font-size: 2.2vw !important;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .article__list--title.sans span {
    font-size: 3.2vw !important;
  }
}
@media screen and (max-width: 650px) {
  .article__list--title.sans span {
    font-size: 5.3333333333vw !important;
  }
}

.category {
  padding: 300px 40px 0;
}
@media screen and (max-width: 650px) {
  .category {
    padding: 32vw 4vw 5.3333333333vw;
  }
}
.category__inner {
  max-width: 90%;
  margin: 0 auto;
}
.category__en {
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  margin-bottom: 38px;
}
@media screen and (max-width: 1050px) {
  .category__en {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .category__en {
    text-align: center;
    font-size: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.category__copy {
  text-align: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 1050px) {
  .category__copy {
    text-align: center;
  }
}
.category__copy h1 {
  font-size: 42px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1050px) {
  .category__copy h1 {
    font-size: 8.5333333333vw;
  }
}
.category__copy img {
  height: 52px;
  width: auto;
}
@media screen and (max-width: 650px) {
  .category__copy img {
    height: 32px;
  }
}
@media screen and (max-width: 650px) {
  .category__copy {
    margin-bottom: 8.5333333333vw;
  }
}
.category__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  max-width: 600px;
  margin-left: auto;
}
.category__list {
  background: #fff;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 650px) {
  .pagination {
    margin-top: 9.6vw;
  }
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.pagination .prev {
  border-top-left-radius: 28px;
  padding: 13px;
  border-bottom-left-radius: 28px;
  border: 1px solid #231f20;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.pagination .next {
  border-top-right-radius: 28px;
  padding: 13px;
  border-bottom-right-radius: 28px;
  border: 1px solid #231f20;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.header__logo {
  width: 272px;
}
@media screen and (max-width: 1050px) {
  .header__logo {
    width: 37.0666666667vw;
  }
}

.header__month span {
  width: 90px;
  height: 90px;
  font-size: 60px;
}
@media screen and (max-width: 1050px) {
  .header__month span {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    font-size: 8.5333333333vw;
  }
}
.header__month p {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .header__month p {
    font-size: 2.6666666667vw;
  }
}

.page__about {
  background: #f3f2e8;
  position: relative;
  z-index: 0;
}
.page__about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 3px;
  height: 100%;
  background: #cacaca;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .page__about::before {
    display: none;
  }
}
.page__about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  width: 3px;
  height: 100%;
  background: #cacaca;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .page__about::after {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .page__about::after {
    display: none;
  }
}

.single__border {
  position: relative;
  z-index: 0;
}
.single__border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 3px;
  height: 100%;
  background: #cacaca;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .single__border::before {
    display: none;
  }
}
.single__border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  width: 3px;
  height: 100%;
  background: #cacaca;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .single__border::after {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .single__border::after {
    display: none;
  }
}

.aboutFv {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .aboutFv {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .aboutFv {
    padding: 10.6666666667vw 0 42.6666666667vw;
  }
}
.aboutFv__img {
  margin: 0 auto 70px;
  max-width: 1200px;
  text-align: center;
}
.aboutFv__img img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .aboutFv__img {
    margin-bottom: 0px;
    max-width: 100%;
  }
  .aboutFv__img img {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 650px) {
  .aboutFv__img {
    margin-bottom: 8vw;
    max-width: 100%;
  }
  .aboutFv__img img {
    aspect-ratio: auto;
  }
}
.aboutFv__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .aboutFv__inner {
    max-width: 100%;
  }
}
.aboutFv__copy {
  writing-mode: vertical-lr;
  margin: 0 auto;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1050px) {
  .aboutFv__copy {
    top: 15.5%;
  }
  .aboutFv__copy img {
    width: 8vw;
  }
}
@media screen and (max-width: 650px) {
  .aboutFv__copy {
    top: 10%;
  }
  .aboutFv__copy img {
    width: 10.1333333333vw;
  }
}

.about__text {
  max-width: 1000px;
  margin: 0 auto 30px;
  font-size: 1.8666666667vw;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  .about__text {
    font-size: 3.0666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .about__text {
    font-size: 5.8666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}

.about__subTitle {
  margin: 80px auto;
  text-align: center;
  width: max-content;
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 1.2;
  transform: scaleX(0.6) translateX(10%);
  /* stretch: x/0.6 → 横幅を 0.6 倍に縮める */
  transform-origin: left center;
  letter-spacing: -0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1050px) {
  .about__subTitle {
    margin: 16vw auto;
    font-size: 6.9333333333vw;
    width: 170%;
    transform: scaleX(0.6) translateX(0);
  }
}
@media screen and (max-width: 650px) {
  .about__subTitle {
    margin: 16vw auto;
    font-size: 12.2666666667vw;
    width: 170%;
    transform: scaleX(0.6) translateX(0);
  }
}

.singleFv {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .singleFv {
    padding-top: 10.6666666667vw;
  }
}
.singleFv__img {
  transform: rotate(-6deg);
  margin-bottom: 70px;
  text-align: center;
}
.singleFv__img img {
  aspect-ratio: 1.5;
  object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .singleFv__img {
    margin-bottom: 8vw;
  }
}
.singleFv__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .singleFv__inner {
    max-width: 100%;
  }
}
.singleFv__copy {
  font-size: clamp(42px, 4.8vw, 56px);
  text-align: center;
  line-height: 1.1;
  transform-origin: center;
  /* 変形の基点（必要に応じて left / right / top などに） */
  transform: skewX(-12deg) scaleY(1.13);
  /* 水平方向に -12° 傾け、縦方向を 1.13 倍に */
  /* 見た目改善（任意） */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.1em;
  margin-bottom: 80px;
  font-weight: 900;
}
.singleFv__copy.serif {
  line-height: 1.2;
  transform-origin: center;
  transform: skewX(-12deg) scaleY(1.13);
  letter-spacing: -0.1em;
}
.singleFv__copy.sans {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.06em;
  display: inline-block;
  width: 166.6666666667%;
  /* compensate scaling so visual width stays full */
  transform-origin: left center;
  transform: scaleX(0.6);
}
@media screen and (max-width: 1050px) {
  .singleFv__copy {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 650px) {
  .singleFv__copy {
    margin-top: 5.3333333333vw;
    font-size: 7.7333333333vw;
    margin-bottom: 16vw;
  }
}
.singleFv__copy span {
  font-size: clamp(36px, 3.4666666667vw, 46px);
}
@media screen and (max-width: 1050px) {
  .singleFv__copy span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 650px) {
  .singleFv__copy span {
    font-size: 6.4vw;
  }
}
.singleFv__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 1050px) {
  .singleFv__tags {
    margin-bottom: 10.6666666667vw;
  }
}
.singleFv__tags li {
  background: #fff;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1050px) {
  .singleFv__tags li {
    font-size: 3.7333333333vw;
  }
}

.single__category {
  height: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1050px) {
  .single__category {
    height: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.single__category img {
  height: 100%;
  width: auto;
}
.single__category {
  padding-left: 26px;
  position: relative;
}
.single__category::before {
  content: "";
  height: 5px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #231f20;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.single__title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  /* stretch: x/0.6 → 横幅を 0.6 倍に縮める */
  transform-origin: left center;
  letter-spacing: -0.1em;
  padding-bottom: 24px;
  border-bottom: 1px solid #231f20;
  margin-bottom: 26px;
}
@media screen and (max-width: 1050px) {
  .single__title {
    font-size: 8.5333333333vw;
    margin-bottom: 6.4vw;
    padding-bottom: 4.8vw;
  }
}

.excerpt {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 16px;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
}
@media screen and (max-width: 1050px) {
  .excerpt {
    font-size: 4.8vw;
    padding-bottom: 6.6666666667vw;
  }
}

.info {
  text-align: right;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 1050px) {
  .info {
    font-size: 3.7333333333vw;
  }
}

.single__wrap {
  max-width: 960px;
  margin: 0 auto;
}

.single__contents {
  padding: 124px 0 0;
}
@media screen and (max-width: 1050px) {
  .single__contents {
    padding: 0;
  }
}
.single__contents h3 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 124px;
}
@media screen and (max-width: 1050px) {
  .single__contents h3 {
    font-size: 6.9333333333vw;
    margin: 26.6666666667vw auto 10.6666666667vw;
  }
}
.single__contents p,
.single__contents li {
  font-size: 26px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  .single__contents p,
  .single__contents li {
    font-size: 5.8666666667vw;
    margin-bottom: 6.4vw;
  }
}
.single__contents p a,
.single__contents li a {
  text-decoration: underline;
}
.single__contents li {
  margin-bottom: 16px;
  font-size: 20px;
}
.single__contents figure {
  margin: 50px auto 124px;
  width: 580px;
}
@media screen and (max-width: 1050px) {
  .single__contents figure {
    width: 100%;
    margin: 10.6666666667vw auto;
  }
}
.single__contents figure img {
  width: 100%;
}
.single__contents figure p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1050px) {
  .single__contents figure p {
    font-size: 3.7333333333vw;
  }
}
.single__contents > figure.is-landscape {
  width: 100%;
}
.single__contents .wp-element-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1050px) {
  .single__contents .wp-element-caption {
    font-size: 3.7333333333vw;
  }
}
.single__contents h4 {
  margin: 124px auto 40px;
  color: #fff;
  background: #6a90f6;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px;
}
@media screen and (max-width: 1050px) {
  .single__contents h4 {
    margin: 26.6666666667vw auto 8vw;
    font-size: 6.4vw;
  }
}
.single__contents h5 {
  margin: 124px auto 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .single__contents h5 {
    margin: 26.6666666667vw auto 8vw;
    font-size: 6.4vw;
  }
}
.single__contents h5::before {
  content: "";
  height: 5px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #231f20;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.wp-block-group-is-layout-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .wp-block-group-is-layout-flex {
    display: block !important;
  }
}
.wp-block-group-is-layout-flex .wp-block-image {
  width: 49%;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .wp-block-group-is-layout-flex .wp-block-image {
    width: 100% !important;
    margin-bottom: 10.6666666667vw;
  }
}
.wp-block-group-is-layout-flex .wp-block-image img {
  margin-bottom: 16px;
  width: 100% !important;
}
.wp-block-group-is-layout-flex .wp-block-image p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1050px) {
  .wp-block-group-is-layout-flex .wp-block-image p {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}

.annotation {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 124px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .annotation {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-top: 26.6666666667vw;
  }
}

.author {
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #231f20;
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .author {
    font-size: 3.7333333333vw;
  }
}

.pagination__select {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagination__select select {
  padding: 0 12px;
  padding-left: 14px;
  border-radius: 0;
  border: 1px solid #cacaca;
  background: #fff;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .pagination__select select {
    font-size: 22px;
  }
}

.pagination__lists .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.total {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .total {
    font-size: 22px;
  }
}

/*# sourceMappingURL=page.css.map */
