.lp {
  background-color: #FAF7EC;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.lp a {
  transition: opacity .36s;
}

@media (any-hover: hover) {
  .lp a:hover {
    opacity: 0.8;
  }
}

h1.lp-fv {
  margin-bottom: 0;
}

.lp-read {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/lp/bg01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 60px;
}

.lp-read img {
  max-width: 690px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

.lp-secret {
  display: block;
  background-color: #FFFFFF;
}

.lp-secret img {
  max-width: 690px;
}

h2.lp-secret-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/lp/bg02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 45px 0;
  margin-bottom: 0;
}

.lp-secret-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}

.lp-lineup {
  display: block;
  padding: 70px 0;
}

.lp-lineup-heading {
  max-width: 248px;
  margin: 0 auto;
}

.lp-lineup-img {
  max-width: 690px;
  margin: 55px auto 0;
}

.lp-lineup-img img {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}


.lp-lineup-content {
  max-width: 700px;
  margin: 0 auto;
}

.lp-lineup-list-heading {
  color: #765428;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 100px;
}

.lp-lineup-content + .lp-lineup-list-heading {
  margin-top: 70px;
}

.lp-lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}

.lp-lineup-list-items {
  max-width: 340px;
  margin-top: 30px;
}

.lp-lineup-list-txt {
  color: #333333;
  font-size: 26px;
  line-height: 1.461538461538462;
  max-width: 335px;
  margin-bottom: 0;
}

.lp-lineup-list-note {
  color: #333333;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 0;
}

.lp-set {
  display: block;
}

.lp-set-heading {
  color: #765428;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.lp-set-btns {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.lp-set-btns.--sticky {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #FAF7EC;
}

.lp-set-btns-item {
  display: block;
  max-width: 340px;
}

.lp-set-btns-item + .lp-set-btns-item {
  margin-left: 30px;
}

.ec-layoutRole__footer {
  padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .lp {
    padding-bottom: 13.333vw;
  }

  .lp-read {
    padding: 4vw 0 6.667vw;
  }

  .lp-read img {
    max-width: 92vw;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  }

  .lp-secret img {
    max-width: 92vw;
  }

  h2.lp-secret-heading {
    padding: 6vw 0;
  }

  .lp-secret-content {
    padding: 9.333vw 0;
  }

  .lp-lineup {
    padding: 9.333vw 0;
  }

  .lp-lineup-heading {
    max-width: 33.067vw;
  }

  .lp-lineup-img {
    max-width: 92vw;
    margin: 55px auto 0;
  }


  .lp-lineup-content {
    max-width: 93.333vw;
  }

  .lp-lineup-list-heading {
    font-size: 4.267vw;
    margin-top: 13.333vw;
  }

  .lp-lineup-content + .lp-lineup-list-heading {
    margin-top: 9.333vw;
  }

  .lp-lineup-list {
    margin: 10px auto 0;
  }

  .lp-lineup-list-items {
    max-width: 45.333vw;
    margin-top: 4vw;
  }

  .lp-lineup-list-txt {
    font-size: 3.467vw;
    max-width: 44.667vw;
  }

  .lp-lineup-list-note {
    font-size: 2.933vw;
    margin-top: 4vw;
  }

  .lp-set-heading {
    font-size: 4.267vw;
  }

  .lp-set-btns {
    padding: 1.333vw 0;
  }

  .lp-set-btns-item {
    max-width: 45.333vw;
  }
  .lp-set-btns-item + .lp-set-btns-item {
    margin-left: 4vw;
  }
}

