.js-trigger{
  width: 500px;
  height: 300px;
  background-color: lightgray;
  padding: 30px;
 margin: 30px;
}
.js-demo-section{
  background-color: black;
  width: 80px;
  height: 80px;
  border-radius: 15px;
}

/* ターゲットとなるクラス */
.is-scroll {
  background: yellowgreen;
}
/* スタイルを整える */
div{
  line-height: 1.5rem;
}
.space {
  height: 50vh;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}

.scroll-height {
  height: 100vh;
}
.scroll-style {
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
}
