/* News & SNS section styles */
.newsblock { background: var(--lav); padding: clamp(3rem, 7vh, 5.5rem) 0; }
.nb-head { text-align: center; margin-bottom: 1.6rem; }
.nb-title { font-family: var(--mincho); font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--ink); margin-top: .3rem; }

/* 本日の訃報バンド */
.fuho-band { display: flex; align-items: center; gap: 1rem; background: #fff; border: 1px solid var(--line-soft); border-left: 5px solid var(--purple); border-radius: 14px; padding: 1rem 1.3rem; margin-bottom: 2rem; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.fuho-band:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -22px rgba(60,48,96,.5); }
.fuho-ic { width: 2.6rem; height: 2.6rem; flex: none; border-radius: 50%; background: var(--lav); color: var(--purple); display: flex; align-items: center; justify-content: center; }
.fuho-ic svg { width: 1.4em; height: 1.4em; }
.fuho-tx { display: flex; flex-direction: column; }
.fuho-tx b { font-family: var(--mincho); font-size: 1.15rem; color: var(--purple-deep); }
.fuho-tx em { font-style: normal; font-size: .82rem; color: var(--muted); }
.fuho-arr { width: 1.5em; height: 1.5em; margin-left: auto; color: var(--purple); flex: none; }

/* 3カラム フィード */
.nfeeds { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); }
.nfeed { background: #fff; border: 1px solid var(--line-soft); border-radius: 16px; padding: 1.2rem 1.3rem; box-shadow: var(--shadow-sm); }
.nfeed-h { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--line); padding-bottom: .6rem; margin-bottom: .3rem; }
.nfeed-h > span { font-family: var(--mincho); font-size: 1.15rem; color: var(--ink); }
.nfeed-h a { font-size: .78rem; font-weight: 700; color: var(--purple-deep); display: inline-flex; align-items: center; gap: .2em; white-space: nowrap; }
.nfeed-h a svg { width: 1em; height: 1em; }
.nfeed-list { display: flex; flex-direction: column; }
.nfeed-load { font-size: .85rem; color: var(--muted); padding: 1rem 0; }
.nfeed-empty { font-size: .85rem; color: var(--purple-deep); font-weight: 700; padding: .8rem 0; }
.ncard { display: flex; gap: .8rem; padding: .85rem 0; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.ncard:last-child { border-bottom: 0; }
.ncard-thumb { flex: none; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: var(--lav); display: block; }
.ncard-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ncard-thumb.is-ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(140deg, #efe9f7, #e2dbef); border: 1px solid var(--line-soft); }
.ncard-phic { width: 30px; height: 30px; color: var(--purple); opacity: .85; }
.ncard-body { display: flex; flex-direction: column; gap: .2rem; min-width: 0; padding-top: .1rem; }
.ncard-body time { font-size: .72rem; color: var(--muted); font-weight: 600; }
.ncard-title { font-size: .9rem; color: var(--ink); font-weight: 600; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ncard:hover .ncard-title { color: var(--purple-deep); }

/* SNS */
.sns-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.5vw, 2rem); align-items: start; }
.sns-col { background: #fff; border: 1px solid var(--line-soft); border-radius: 16px; padding: 1.2rem; box-shadow: var(--shadow-sm); }
.sns-h { font-family: var(--mincho); font-size: 1.1rem; color: var(--ink); margin-bottom: .8rem; }
.sns-col .fb-page { display: flex; justify-content: center; max-width: 100%; }
.sns-fallback { display: inline-block; margin-top: .7rem; font-size: .8rem; font-weight: 700; color: var(--purple-deep); }
.ig-cta { display: flex; align-items: center; gap: 1rem; padding: 1.3rem; border-radius: 14px; color: #fff; background: linear-gradient(120deg, #f9ce34, #ee2a7b 45%, #6228d7); min-height: 150px; }
.ig-cta b { font-size: 1.15rem; }
.ig-cta em { font-style: normal; font-size: .82rem; opacity: .92; display: block; margin-top: .15rem; }
.ig-cta svg { margin-left: auto; flex: none; }

@media (max-width: 880px) {
  .nfeeds { grid-template-columns: 1fr; }
  .sns-grid { grid-template-columns: 1fr; }
}
