/* =========================================
   NEWS Single (single-news.css)
   ========================================= */

.nk-archive-hero{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.nk-archive-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("/wp-content/uploads/2026/03/hero1.webp") center/cover no-repeat;
  opacity:.06;
}

.nk-single{
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 16px 80px;
}

.nk-single-title{
  font-size: 34px;
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}

.nk-single-meta{
  opacity: .7;
  font-size: 13px;
  letter-spacing: .06em;
  margin-bottom: 18px;
}

.nk-news-body{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.nk-prose{
  line-height: 1.85;
}
.nk-prose img{ max-width: 100%; height:auto; }
.nk-prose h2, .nk-prose h3{ margin-top: 1.4em; }

.nk-news-nextlive{
  margin-top: 22px;
}

@media (max-width: 767px){
  .nk-single{ padding: 90px 14px 70px; }
  .nk-single-title{ font-size: 28px; }
  .nk-news-body{ padding: 16px; }
}

/* 戻るリンク（最下部） */
.nk-live-back{
  margin-top: 18px;
  text-align: center;
}
.nk-live-back-a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.08);
  color: rgba(0,0,0,.75);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.nk-live-back-a:hover{
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.12);
}

/* SP */
@media (max-width: 767px){
  .nk-single{ padding: 96px 14px 70px; } /* 上の詰まり対策で少し余裕 */
  .nk-single-title{
    font-size: 24px;
    line-height: 1.22;
    letter-spacing: .01em;
    margin-bottom: 10px;
  }
  .nk-single-meta{
    font-size: 12px;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .nk-live-flyer{
    margin: 14px 0 12px;
    padding: 8px;
    border-radius: 14px;
  }
  .nk-live-flyer img{ border-radius: 12px; }
}

/* NEWS eyecatch */
.nk-news-eyecatch{
  max-width: 960px;
  margin: 0 auto 28px;
}

.nk-news-eyecatch img{
  width:100%;
  height:auto;
  border-radius:12px;
  display:block;
}
