/* lp-2024 w campaign */
#lpContents {
  text-align: center;
  position: relative;
  color: #000;
}
.wcpTtl {
  margin: 0;
}
.wcpTtl img {
  display: block;
  margin: 0 auto;
  transform: translateY(1px);
}
.wcpLead p {
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
}
.cpList {
  padding-bottom: 40px;
}
.moreBtn {
  display: inline-block;
  font-weight: 700;
  min-width: 14em;
  color: #fff;
  line-height: 1;
  padding: .5em 1em;
  background: #05acc9;
  background: linear-gradient(90deg, #05acc9 0%, #05afc9 37.77%, #05b7c9 60.48%, #05c5c9 79.21%, #05d9c9 95.68%, #05e0c9 100%);
  border-radius: 20em;
  font-size: 17px;
}
.cpBlock .cpWrap {
  position: relative;
  display: block;
  text-align: center;
}
.cpBlock.dream .cpWrap {
  position: relative;
  margin: 0;
  background: #ff94bd;
}
.cpBlock.success {
  color: #fff;
  background-color: #6244bb;
}
.cpBlock.success .logo {
  background-color: #000;
}
.cpBlock.success .logo img {
  display: block;
  margin: 0 auto;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .onlySP {
    display: none;
  }
  .wcpTtl {
    padding: 17px 0 0;
    background: url("../img/lp2024wcp/header_light_pc.svg") no-repeat center top #440099;
    background-size: 100% 52.85%;
  }
  .wcpTtl img {
    width: 394px;
  }
  .wcpLead {
    padding: 30px 0;
    font-size: 24px;
  }
  .cpBlock {
    margin-bottom: 20px;
  }
  .cpBlock.dream .cpWrap {
    padding: 20px 0;
    background: radial-gradient(circle, #fff000 0%, #ff94bd 55%);
  }
  .cpBlock.dream .cpWrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/lp2024wcp/af_pt.png") no-repeat center bottom/cover;
    opacity: 0.65;
    mix-blend-mode: overlay;
    z-index: 1;
    pointer-events: none;
  }
  .cpBlock.dream .main,
  .cpBlock.dream .more {
    position: relative;
    z-index: 5;
  }
  .cpBlock.dream .main {
    max-width: 740px;
    margin: 0 auto 30px;
  }
  .cpBlock.success .cpWrap {
    padding: 0 0 20px;
  }
  .cpBlock.success .logo {
    padding: 20px 0;
  }
  .cpBlock.success .logo img {
    width: 472px;
  }
  .cpBlock.success .main {
    width: 88%;
    max-width: 845px;
    margin: 0 auto 10px;
  }
  .cpBlock.success .info {
    font-size: 16px;
    line-height: 1.625;
  }
  .cpBlock.success .schedule {
    max-width: 564px;
    margin: 15px auto;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none;
  }
  .wcpTtl {
    padding: 6.13% 0 0;
    background: url("../img/lp2024wcp/header_light_sp.svg") no-repeat center top #440099;
    background-size: 100% 52.17%;
  }
  .wcpTtl img {
    width: 80.2%;
  }
  .wcpLead {
    padding: 25px 0;
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  .cpBlock {
    margin-bottom: 10px;
  }
  .moreBtn {
    font-size: 15px;
  }
  .cpBlock.dream .more {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 8.26%;
  }
  .cpBlock.success .cpWrap {
    padding: 0 0 8.26%;
  }
  .cpBlock.success .logo {
    padding: 1.73% 0;
  }
  .cpBlock.success .logo img {
    width: 80.53%;
  }
  .cpBlock.success .main {
    width: 90.67%;
    padding-top: 8.26%;
    margin: 0 auto 4%;
  }
  .cpBlock.success .info {
    font-size: 14px;
    line-height: 1.9;
  }
  .cpBlock.success .schedule {
    width: 90.13%;
    margin: 5.33% auto;
  }
}
@media (hover:hover) {
  .cpBlock a:hover .moreBtn {
    text-decoration: underline;
  }
}