body{


  max-width: 750px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

main{
  background-image: url(https://media.ad-lps.net/contents/template/tp_purely/img/bg_main.webp);
  background-size: cover;
}

img{
  width: 100%;
  max-width: 100%;
}

.fv__img{
  margin-bottom: -8%;
}

.btn__wrapper{
  margin-bottom: -5%;
}

.campaign{
  width: 92%;
  margin: 0 auto;
}

.title{
  margin-top: 10%;
}

/* worry */
.worry img{
  width: 90%;
  margin-top: 16%;
}

.w_02 {
  text-align: right;
}

.worry.w_01 img{
  margin-top: 8%;
}

.worry.w_03 img{
  margin-bottom: 8%;
}

.worry__wrapper{
  width: 90%;
  margin: 0 auto;
}

/* card */
.card__wrapper{
  width: 92%;
  margin: 0 auto;
}

.card__box{
  margin: 5% 0;
}

/* recommend */
.recommend__wrapper{
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
  margin-bottom: 5%;
}

.recommend{
  text-align: center;
  width: 30%;
}

.recommend__name{
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3%;
}

/* question */
.question__wrapper{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10%;
}

/* regist */
#sec_06{
  background-image: url(https://media.ad-lps.net/contents/template/tp_purely/img/bg_regist.webp);
  background-size: cover;
}

#sec_06 .title{
  margin-top: 0;
  padding-top: 10%;
}