@charset "UTF-8";
.p-case__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-block: 2.5rem;
  text-align: center;
  border-top: 1px solid #38302E;
  padding-block-start: 2.375rem;
}
.p-case__filter .p-case__select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 16.25rem;
}
.p-case__filter .p-case__select-wrap select {
  border: 1px solid #e1e1d5;
  background: #fff;
  width: 100%;
  height: 3.25rem; /* ← 高さを直接指定 */
  padding: 0 2.5em 0 1em; /* ← 上下は0、右に矢印余白 */
  color: #C5C3C2;
  font-family: "zkm";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-case__filter .p-case__select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../img/common/i-arrow.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-case__filter .c-btn--search {
  background: #3a2b24;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "zkm";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 3.25rem;
  letter-spacing: 0.72px;
  width: 7.875rem;
}

.p-case__none {
  text-align: center;
  font-family: "zkr";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  margin-block: 6.25rem;
}

.p-case__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(285px, 1fr));
  gap: 4.375rem;
  margin-top: 40px;
  font-family: "zkr";
}

.p-case__item {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.p-case__name {
  margin-bottom: 12px;
  border-bottom: 1px solid #38302e;
  padding-bottom: 4px;
  font-family: "smm";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
}

.p-case__thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 0.4375rem;
}

.p-case__content-list {
  margin-block-end: 2.875rem;
}

.p-case__content-item {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  gap: 1.25rem;
  align-items: center;
  border-bottom: 1px solid #e1e1d5;
}

.p-case__content-item dt {
  font-family: "zkm";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  padding-block: 1.375rem;
}

.p-case__content-item dd {
  font-family: "zkr";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  padding-block: 1.375rem;
  line-height: 1.4;
}

.p-caseDetail {
  padding-block: 5rem;
}

.p-caseDetail__title {
  font-family: "smm";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
}

.p-caseDetail__content {
  border-top: 1px solid #38302e;
  border-bottom: 1px solid #38302e;
  margin-bottom: 32px;
}

.p-caseDetail__photos {
  width: 100vw;
  margin-left: calc(50% - 50vw); /* インナー突破 */
  margin-right: calc(50% - 50vw);
  margin-block-start: 2.5rem;
  margin-block-end: 2.3125rem;
}

.p-caseDetail__photos-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  max-width: 75rem;
  margin: 0 auto;
}

.p-caseDetail__row {
  display: grid;
  grid-template-columns: 9.8125rem 1fr;
  gap: 3.25rem;
  border-bottom: 1px solid #e1e1d5;
  padding: 16px 0;
  align-items: center;
}

.p-caseDetail__row:last-child {
  border-bottom: none;
}

.p-caseDetail__info dt {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 306.667% */
}

.p-caseDetail__info dd {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}

.p-caseDetail__links {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 40px;
  gap: 10.625rem;
}

.p-caseDetail__btn {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #ddd;
  text-align: center;
}

.p-caseDetail__link {
  white-space: nowrap;
}

.p-case__pagination {
  text-align: center;
  margin-block-end: 4.9375rem;
}

/* リスト */
.p-case__pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 9px;
  color: #38302e;
  text-decoration: none;
  font-size: 1.375rem;
  font-family: "wsv";
  transition: 0.3s;
}

/* ホバー */
.p-case__pagination .page-numbers:hover {
  background: #f2f2f2;
  font-family: "wsv";
}

/* 現在のページ */
.p-case__pagination .page-numbers.current {
  background: #38302e;
  color: #fff;
  font-family: "wsv";
}

/* Next / Prev */
.p-case__pagination .page-numbers.next,
.p-case__pagination .page-numbers.prev {
  color: #38302e;
  font-family: "wsv";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 288.889% */
}

/* Next のSVGアイコン */
.p-case__pagination .p-page__next svg {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  width: 6.728px;
  height: 13.588px;
}

.p-archive--column {
  margin-block-start: 5rem;
}

.p-columnArchive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  margin-top: 32px;
}

.p-columnArchive__item {
  transition: 0.3s;
  padding-block-end: 2.1875rem;
  border-bottom: 1px solid #e1e1d5;
}

.p-columnArchive__thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-columnArchive__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-columnArchive__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-columnArchive__cat {
  display: inline-block;
  background: #38302e;
  padding: 2px 8px;
  color: #fff;
  font-family: "zkr";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.66px;
}

.p-columnArchive__date {
  font-family: "wsv";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 371.429% */
  display: block;
}

.p-columnArchive__excerpt {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}

.p-columnDetail {
  margin-block-start: 5.9375rem;
  margin-block-end: 11.875rem;
}

.p-columnDetail__title {
  font-family: "smm";
  font-size: 2rem;
  font-weight: 500;
  line-height: 52px; /* 162.5% */
  letter-spacing: 1.92px;
  margin-block-end: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-columnDetail__title {
    font-size: 1.5rem;
    line-height: 36px; /* 150% */
    letter-spacing: 1.44px;
    margin-block-end: 0.75rem;
  }
}

.p-columnDetail__meta {
  display: flex;
  gap: 0.625rem;
  border-bottom: 1px solid #38302e;
  padding-block-end: 2.5rem;
}

.p-columnDetail__cat {
  display: inline-block;
  background: #38302e;
  color: #fff;
  font-family: "zkr";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.66px;
  padding-inline: 1.0625rem 1rem;
}

.p-columnDetail__date {
  font-family: "wsv";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
}

.p-columnDetail-profile {
  padding: 2.5rem 3.125rem;
  margin-top: 2.5rem;
  background: #fff;
  margin-block-end: 2.5rem;
}
.p-columnDetail-profile__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-columnDetail-profile__inner {
    flex-direction: column;
    align-items: center;
  }
}
.p-columnDetail-profile__image {
  width: 218px;
  height: 277px;
  text-align: center;
  position: relative;
}
.p-columnDetail-profile__image img {
  width: 100%;
  height: auto;
}
.p-columnDetail-profile__image .p-columnDetail-profile__role {
  font-family: "smm";
  font-size: 0.75rem;
  font-weight: 500;
  background: #f4f4f4;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 159px;
  height: 31px;
}
.p-columnDetail-profile__image .p-columnDetail-profile__name {
  font-family: "smm";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
}
.p-columnDetail-profile__body {
  flex: 1;
}
.p-columnDetail-profile__title {
  font-family: "zkm";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 46px; /* 255.556% */
  letter-spacing: 1.8px;
}
.p-columnDetail-profile__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.p-columnDetail-profile__subtitle {
  font-family: "zkm";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 52px; /* 371.429% */
  letter-spacing: 4.2px;
}
.p-columnDetail-profile__list {
  font-family: "zkr";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

.p-columnDetail__content {
  margin-block-start: 2.3125rem;
}
.p-columnDetail__content p {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}
.p-columnDetail__content h1 {
  font-family: "smm";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 42px; /* 190.909% */
  position: relative;
  border-bottom: 1px solid #38302e;
  padding-inline-start: 1.3125rem;
  padding-block-end: 0.375rem;
  margin-block-end: 1.6875rem;
  margin-block-start: 2.6875rem;
}
.p-columnDetail__content h1::before {
  position: absolute;
  content: "";
  background: #38302e;
  width: 6px;
  height: 50px;
  left: 0;
  top: 0;
}
.p-columnDetail__content h2 {
  font-family: "smm";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 42px; /* 190.909% */
  position: relative;
  padding-inline-start: 1.3125rem;
  margin-block-end: 1.125rem;
  margin-block-start: 2rem;
}
.p-columnDetail__content h2::before {
  position: absolute;
  content: "";
  background: #38302e;
  width: 6px;
  height: 29px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-columnDetail__content h3 {
  font-family: "smm";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 42px; /* 190.909% */
  border-bottom: 1px solid #ddd;
  margin-block-end: 1.0625rem;
  margin-block-start: 1.9375rem;
}
.p-columnDetail__content h4 {
  font-family: "zkm";
  font-size: 1rem;
  font-weight: 500;
  line-height: 46px; /* 287.5% */
  margin-block-end: 0.25rem;
  margin-block-start: 1.6875rem;
}
.p-columnDetail__content h4::before {
  content: "";
  background: #38302e;
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  vertical-align: middle;
  margin-inline-end: 0.625rem;
}

.wp-block-quote {
  border: 1px solid #e1e1d5;
  padding: 2.3125rem 3.75rem;
  margin-block-start: 2.5rem;
}
.wp-block-quote p {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}
.wp-block-quote .has-text-align-right {
  font-weight: 500;
}
.wp-block-quote .has-text-align-right a {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
}

.p-single__toc {
  border: 1px solid #e1e1d5;
  padding-block: 1.6875rem;
  padding-inline: 2.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 2.5rem;
  margin-block-start: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__toc {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-single__toc p {
  font-family: "wsv";
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.p-single__toc .ol {
  counter-reset: toc-counter;
  margin-left: 1.2em;
}
.p-single__toc .ol li {
  font-family: "zkr";
  font-size: 1rem;
  font-weight: 400;
  line-height: 46px; /* 287.5% */
}
.p-single__toc .ol ol {
  list-style-type: decimal;
}
.p-single__toc .ol ul {
  list-style-type: disc;
}
.p-single__toc .ol ol,
.p-single__toc .ol ul {
  font-family: "zkr";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 46px; /* 287.5% */
  list-style-type: disc;
}

.p-campaignDetail__nav {
  border-top: 1px solid #38302E;
  padding-block-start: 2.5rem;
}

.p-archive--campaign {
  margin-block: 5rem;
}

.p-archive__filter {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-bottom: 2em;
  list-style: none;
  border-top: 1px solid #38302e;
  padding-block-start: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive__filter {
    flex-wrap: wrap;
    gap: 1em;
    padding-block-start: 1.5rem;
  }
}
.p-archive__filter a {
  text-decoration: none;
  font-family: "zkm";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 42px; /* 280% */
  opacity: 0.25;
  position: relative;
}
.p-archive__filter a.is-active {
  opacity: 1;
}
.p-archive__filter a.is-active::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background: #38302e;
  border-radius: 50%;
  left: 50%;
  translate: -50%;
  top: 0;
}

.p-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "zkr";
}

.p-archive__item {
  border-bottom: 1px solid #e1e1d5;
  padding: 1.5em 0;
  position: relative;
}
.p-archive__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-archive__meta {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.6em;
  font-size: 1.2rem;
}

.p-archive__text {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  width: 100%; /* 親要素いっぱいに広げる */
  margin-block-start: 0.875rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__text {
    margin-block-start: 0.75rem;
    gap: 1rem;
  }
}

.p-archive__cat {
  background: #38302E;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.6em;
  font-family: "zkr";
}

@media screen and (max-width: 767px) {
  .p-front-campaign__meta {
    font-size: 3.3vw;
  }
}

.p-archive__date {
  color: #38302E;
  font-family: "wsv";
  font-size: 0.875rem;
  line-height: 52px;
}

.p-archive__title {
  font-family: "zkr";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__title {
    font-size: 3.3vw;
    line-height: 1.5rem;
  }
}

.p-archive__excerpt {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}

.p-archive__arrow {
  width: 2rem;
  height: 0.875rem;
  display: inline-block;
}
.p-archive__arrow img {
  width: 100%;
  height: auto;
}

.p-archive__text :not(:last-child) {
  position: relative;
  width: 100%;
}

.p-campaignDetail {
  margin-block: 5rem;
}

.p-campaignDetail__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-campaignDetail__head {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-campaignDetail__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "zkm";
}

.p-campaignDetail__meta {
  margin-bottom: 24px;
  font-size: 0.9rem;
  color: #666;
}

.p-campaignDetail__date {
  margin-right: 12px;
}

.p-campaignDetail__cat {
  display: inline-block;
  background: #38302e;
  padding: 2px 8px;
  margin-right: 6px;
  color: #ffffff;
  padding-block: 0.25rem;
  font-size: 0.75rem;
  font-family: "zkm";
}

.p-campaignDetail__content {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-family: "zkr";
}

.p-campaignDetail__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-family: "zkr";
}

.p-campaignDetail__nav a {
  display: inline-block;
  padding: 8px 16px;
  color: #38302e;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: 0.3s;
}

.p-campaignDetail__nav img {
  display: inline-block;
  vertical-align: middle;
  width: 0.4375rem;
}

.p-front-campaign__item + .p-front-campaign__item {
  margin-top: 1.5rem;
}

.p-front-campaign__item a {
  width: 100%;
}

.p-campaignDetail__banner-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-campaignDetail__banner-list {
    grid-template-columns: 1fr;
  }
}

.p-campaignDetail__banner-item {
  width: 14.375rem;
  text-align: center;
}
.p-campaignDetail__banner-item a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-campaignDetail__banner-item a:hover {
  opacity: 0.8;
}
.p-campaignDetail__banner-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .p-campaignDetail__banner-item {
    width: 100%;
  }
}
.p-campaignDetail__banner-lead {
  font-family: "zkr";
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-campaignDetail__banner-lead {
    font-size: 0.9375rem;
    text-align: left;
  }
}