@charset "utf-8";
/* wrap */
.lp_contents {
  width: min(100%, 1000px);
  margin: auto;
  background-color: #fff;
  line-height: 1.5;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, arial, sans-serif;
}

/* common */
.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* next */
.lp_next {
  margin: min(20/ 990 * 100vw, 20px) 0;
  padding: min(22/ 990 * 100vw, 22px) 0;
  background-color: #242424;
}

.lp_next p {
  position: relative;
  padding-bottom: min(120/ 990 * 100vw, 120px);
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 32/ 990 * 100vw, 32px);
  text-align: center;
}

.lp_next p::before,
.lp_next p::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: min(100/ 990 * 100vw, 100px);
  height: min(100/ 990 * 100vw, 100px);
  border-bottom: min(4/ 990 * 100vw, 4px) solid #fff;
  border-left: min(4/ 990 * 100vw, 4px) solid #fff;
  font-size: clamp(10px, 48/ 990 * 100vw, 48px);
  content: "";
}

.lp_next p::before {
  bottom: min(20/ 990 * 100vw, 20px);
}

.lp_next p::after {
  bottom: min(40/ 990 * 100vw, 40px);
}

/* manga */
.lp_manga {
  list-style-type: none;
}

.lp_manga li {
  padding-bottom: min(20/ 990 * 100vw, 20px);
}

.lp_copyright {
  padding-right: .5em;
  color: #000;
  font-size: clamp(10px, 18/ 990 * 100vw, 18px);
  text-align: right;
}

/* cta */
.lp_cta {
  width: 100%;
  background-color: #000;
  text-align: center;
}

.lp_cta .cta_inner {
  width: min(100%, 990px);
  margin: auto;
  padding: min(50/ 990 * 100vw, 50px) 0;
  text-align: center;
}

.lp_cta h2 {
  color: #fff;
  font-size: clamp(10px, 40/ 990 * 100vw, 40px);
}

.lp_cta .logo {
  display: inline-block;
  width: min(200/ 990 * 100vw, 200px);
  margin: 1em auto;
}

.lp_cta .cta_txt {
  color: #fff;
  font-weight: 700;
}

.lp_cta .cta_txt p {
  margin-bottom: 2em;
  font-size: clamp(10px, 24/ 990 * 100vw, 24px);
}

.lp_cta .cta_txt .orange {
  color: #ffc000;
}

.lp_cta .cta_btn {
  margin-bottom: 2em;
}
.lp_cta .cta_btn a ,.followingBnr .cta_btn_wrap .cta_btn a{
  padding: min(20/ 990 * 100vw, 20px) min(70/ 990 * 100vw, 70px);
  border-radius: min(15/ 990 * 100vw, 15px);
  background-color: #ffc000;
  color: #fff;
  font-weight: 700;
  font-size: min(40/ 990 * 100vw, 40px);
  line-height: 3;
  text-decoration: none;
}

.lp_contents a:hover {
  opacity: .7;
}

/*フローティングバナー*/
.followingBnr{
  position: relative;
  display: block;
}

.followingBnr .cta_btn_wrap{
  position: fixed;
  bottom: 1.5rem;
  left: 0;
  width: 100%;

}
.followingBnr .cta_btn_wrap .cta_btn{
  text-align: center;
}

@media (max-width: 568px) {
  .followingBnr .cta_btn_wrap{
    bottom: 4rem;
  }
}