/* 前後記事ナビ */
.reportSingle-nav {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
  border-top: 1px solid #b3ada7;
  padding-top: 30px;
  gap: 100px;
}
.reportSingle-navItem {
  flex: 1 1 0;
  max-width: 160px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}

.reportSingle-navLabel {
  display: block;
  color: #b3ada7;
  font-size: 0.625rem /* 10px (基準16px) */;
  margin-bottom: 10px;
}
.reportSingle-navLabel--prev {
  text-align: left;
}
.reportSingle-navLabel--next {
  text-align: right;
}
.reportSingle-navThumb {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 2px;
}
.reportSingle-navDate {
  display: block;
  font-size: 0.625rem /* 10px (基準16px) */;
  color: #b3ada7;
  margin-bottom: 4px;
}
.reportSingle-navTitle {
  display: block;
  font-size: 0.75rem /* 12px (基準16px) */;
}
.reportSingle-navCat {
  display: block;
  color: #3d3d3d;
  font-size: 13px;
  color: #b3ada7;
}

.reportSingle {
  padding-top: min(3.5rem /* 56px (基準16px) */, 3.889vw /* 56px (基準1440px) */);
  background: #fffdf8;
}

.s .reportSingle {
  padding-top: 3.563rem /* 57px (基準16px) */;
}

.reportSingle-inner {
  padding-top: 4rem /* 64px (基準16px) */;
  padding-bottom: 5.625rem /* 90px (基準16px) */;
  width: min(100% - 64px, 848px);
  margin: 0 auto;
}

.reportSingle-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reportSingle-pageTitle {
  width: min(100%, 15.875rem);
}

.reportSingle-pageTitle img {
  display: block;
  width: 100%;
  height: auto;
}

.reportSingle-heading {
  width: 100%;
  margin-top: 4.375rem;
}

.reportSingle-title {
  color: #3d3d3d;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.5rem /* 24px (基準16px) */;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.reportSingle-meta {
  display: flex;
  align-items: center;
  gap: 0.875rem /* 14px (基準16px) */;
  margin-top: 1rem;
  font-size: 0.75rem /* 12px (基準16px) */;
  letter-spacing: 0.08em;
}

.reportSingle-date {
  color: #9e9e9e;
}

.reportSingle-category {
  color: #d07a78;
}

.reportSingle-image {
  margin-top: 2.5rem;
}

.reportSingle-image img,
.reportSingle-content img {
  display: block;
  width: 100%;
  height: auto;
}

.reportSingle-information {
  margin-top: 2.5rem;
}

.reportSingle-informationTitle {
  color: #d07a78;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.reportSingle-informationList {
  margin-top: 1rem;
  border-top: 1px solid #ddd6cb;
}

.reportSingle-informationRow {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 1.5rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #ddd6cb;
  color: #3d3d3d;
  font-size: 0.813rem;
  line-height: 1.7;
}

.reportSingle-informationRow dt,
.reportSingle-informationRow dd {
  margin: 0;
}

.reportSingle-informationRow dd {
  text-align: right;
}

.reportSingle-content {
  margin-top: 80px;
  color: #3d3d3d;
}

.reportSingle-content h2,
.reportSingle-content h3,
.reportSingle-content h4 {
  margin-top: 3.125rem /* 50px (基準16px) */;
  color: #3d3d3d;
  font-family: 'Shippori Mincho', serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.reportSingle-content h2:first-child,
.reportSingle-content h3:first-child,
.reportSingle-content h4:first-child {
  margin-top: 0;
}

.reportSingle-content p {
  margin-top: 1.5rem;
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.reportSingle-content p:first-child {
  margin-top: 0;
}

.reportSingle-content figure,
.reportSingle-content img {
  margin-top: 1.875rem /* 30px (基準16px) */;
}

.reportSingle-content figure:first-child,
.reportSingle-content img:first-child {
  margin-top: 0;
}

.s .reportSingle {
  padding: 48px 0 88px;
}

.s .reportSingle-inner {
  width: calc(100% - 32px);
}

.s .reportSingle-heading {
  margin-top: 32px;
}

.s .reportSingle-pageTitle {
  width: min(100%, 10.5rem);
}

.s .reportSingle-title {
  font-size: 1.5rem /* 24px (基準16px) */;
  line-height: 1.8;
}

.s .reportSingle-meta {
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  font-size: 0.6875rem;
}

.s .reportSingle-image {
  margin-top: 24px;
}

.s .reportSingle-information {
  margin-top: 24px;
}

.s .reportSingle-informationTitle {
  font-size: 0.9375rem;
}

.s .reportSingle-informationRow {
  grid-template-columns: 7.5rem 1fr;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.813rem; /* 13px (基準16px) */
}

.s .reportSingle-content {
  margin-top: 48px;
}

.s .reportSingle-content h2,
.s .reportSingle-content h3,
.s .reportSingle-content h4 {
  margin-top: 40px;
  font-size: 1.125rem;
}

.s .reportSingle-content p {
  margin-top: 16px;
  font-size: 0.75rem;
  line-height: 2;
}

.s .reportSingle-content figure,
.s .reportSingle-content img {
  margin-top: 24px;
}

.back-link {
  display: flex;
  align-items: center;
  max-width: 7.875rem /* 126px (基準16px) */;
  width: 100%;
  margin: 100px auto 0;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #c64f5a;
  text-decoration: none;
  color: #c64f5a;
}

.back-link__text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1rem /* 16px (基準16px) */;
  line-height: 1;
  letter-spacing: 0.06em;
}

.back-link__arrow {
  position: relative;
  flex: 1;
  height: 1px;
  background: #c64f5a;
}

.back-link__arrow::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 1px;
  background: #c64f5a;
  transform: rotate(140deg);
  transform-origin: right center;
}

.back-link:hover .back-link__arrow {
  transform: translateX(-8px);
}

.back-link__arrow {
  transition: transform 0.3s ease;
}
