.wrap {
  width: 100%;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.parallax-main {
  width: 100%;
  height: calc(100vh - 48px);

  color: white;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-main h1 {
  margin: 0;
  font-size: 1.5em;
}

.parallax {
  width: 100%;
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 100vh;
}
.nav {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 0px;
  text-align: center;
  line-height: 48px;
}
.nav .navlink {
  flex: auto;
  text-decoration: none;
  color: #333;
}
.content {
  width: 100%;
  min-height: 100vh;
  /*padding: 60px 0px;*/
}
.content.grad {
  background: linear-gradient(
    -135deg,
    rgba(228, 169, 114, 1),
    rgba(153, 65, 216, 1)
  );
}
.content.onephrase {
  text-align: center;
  line-height: 100vh;
  background-position: left 10% bottom 10%;
  font-size: 1em;
  color: #fff;
}
.content.sentence {
  padding: 1em 0;
}
footer.content {
  background-color: #222;
}
.sentence-box {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 48px 1em 1em;
  width: 80%;
  height: 90vh;
}
.parallax-main.bg-01 {
  background: linear-gradient(
      -135deg,
      rgba(228, 169, 114, 0.7),
      rgba(153, 65, 216, 0.7)
    ),
    url(../img/4024093_l.jpg);
  /*background-blend-mode:lighten;*/
  background-size: cover;
}
.parallax.bg-02 {
  min-height: 100vh;
  background-image: url(../img/mc1040hw2no.jpg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: left 10% bottom 10%;
  font-size: 2em;
  color: #555;
}
.parallax.bg-03 {
  min-height: 100vh;
  background-image: url(../img/mc1040hw2no.jpg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left 10% bottom 10%;
  font-size: 4em;
  color: #555;
}
