@charset "UTF-8";

/* ------------------------------------------------------------------
  75号 trend_1 記事固有
------------------------------------------------------------------ */

/* Figmaアノテーション指定：見出しと本文の間を詰める（PC・SPともに25px）
   既定は h1 の margin-bottom ＋ .c-bg の padding-top ＋
   .terasu__img_wrapper の margin-top が積み上がるため、後ろ2つを打ち消す。
   .c-bg のSP指定は padding:8vw 5vw なので、上だけ上書きして左右は残す */
#terasu-contents .c-bg {
  padding-top: 0;
}

#terasu-contents .c-sect > .terasu__img_wrapper:first-child {
  margin-top: 0;
}

/* SPデザインには区切り線が無い（PCデザインには130x1pxの線がある）ため、
   SPだけ線を出さない。線を出す場合はこのブロックを削除する */
@media screen and (max-width: 640px) {
  #terasu-contents .section .trendnews__lead {
    padding-bottom: 0;
  }

  #terasu-contents .section .trendnews__lead::after {
    content: none;
  }
}
