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

.NewsSingle-inner {
  padding-top: 4rem /* 64px (基準16px) */;
  width: min(100% - 64px, 848px);
  margin: 0 auto;
  border-bottom: #9e9e9e 1px solid;
  padding-bottom: 5rem /* 80px (基準16px) */;
}
/* .NewsSingle-inner .action-links {
  margin-top: 1.875rem;
  border: 1px solid #e3a3a8;
} */

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

.NewsSingle-pageTitle {
  width: 10.563rem /* 169px (基準16px) */;
}

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

.NewsSingle-heading {
  width: 100%;
  margin-top: 4.375rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #9e9e9e;
}

.NewsSingle-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;
}

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

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

.NewsSingle-category {
  color: #d07a78;
}

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

.NewsSingle-content h2,
.NewsSingle-content h3,
.NewsSingle-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;
}

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

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

.NewsSingle-content p:first-child,
.NewsSingle-content li:first-child {
  margin-top: 0;
}

.NewsSingle-content ul,
.NewsSingle-content ol {
  margin-top: 1.5rem;
  padding-left: 1.5em;
}

.NewsSingle-content a {
  color: #d07a78;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.NewsSingle-content figure,
.NewsSingle-content img,
.NewsSingle-content .wp-block-image,
.NewsSingle-content .wp-block-buttons {
  margin-top: 1.875rem /* 30px (基準16px) */;
}

.NewsSingle-content figure:first-child,
.NewsSingle-content img:first-child,
.NewsSingle-content .wp-block-image:first-child,
.NewsSingle-content .wp-block-buttons:first-child {
  margin-top: 0;
}

.NewsSingle-content img {
  display: block;
  width: 100%;
  height: auto;
}

.NewsSingle-content .wp-block-button__link {
  min-width: 12rem;
  border: 1px solid #e3a3a8;
  border-radius: 999px;
  background: transparent;
  color: #d07a78;
  font-size: 0.813rem;
  letter-spacing: 0.08em;
  padding: 0.9rem 2rem;
}
.NewsSingle-btn {
  margin-top: 2.5rem; /* 40px (基準16px) */
}
.NewsSingle-btn .action-links {
  max-width: none;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

@media screen and (max-width: 350px) {
  .NewsSingle-btn .action-links {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.NewsSingle-btn .action-links__item {
  border: 1px solid #e3a3a8;
}
.s .NewsSingle {
  padding: 48px 0 88px;
}

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

.s .NewsSingle-heading {
  margin-top: 32px;
  padding-bottom: 1rem;
}

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

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

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

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

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

.s .NewsSingle-content figure,
.s .NewsSingle-content img,
.s .NewsSingle-content .wp-block-image,
.s .NewsSingle-content .wp-block-buttons {
  margin-top: 24px;
}

.s .NewsSingle-nav {
  gap: 32px;
}

.s .NewsSingle-navItem {
  max-width: 136px;
}

.s .NewsSingle-navMeta {
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}

.s .NewsSingle-content .wp-block-button__link {
  width: 100%;
  min-width: 0;
}

.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;
}
