header {
  background: transparent;
  transition: background-color 0.3s ease;
}

header.is-sticky,
header.is-scrolled {
  background: rgba(255,255,255,0.95);
}

html {
  scroll-padding-top: 112px;
}

h2, h3, h4 {
  scroll-margin-top: 112px;
}
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 


