.purchasecpn{
  margin: -30px 0 0 0;
}

.hero{
  position: relative;
}

.purchasecpn-title{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}

.hero img{
  width: 100%;
  height: auto;
}

.hero-image{
  font-size: 0;
}

.hero-image-sp{
  display: none;
}

.cpn-period{
  background: #954B73;
  height: 54px;
  text-align: center;
}

.cpn-period-txt{
  font-size: 1.8rem;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-weight: bold;
  line-height: 54px;
}

.cpn-period-txt span{
  font-size: 1.7rem;
  padding: 0 3px;
}


/* 参加方法 */

.step{
  max-width: 560px;
  margin: 0 auto;
  padding: 10px 18px 20px;
  box-sizing: border-box;
  background: #ffffff;
}

.step-list{
  padding: 34px 0 38px;
  border-radius: 9px;
}

.step-item{
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #ffbd35;
  padding: 24px 0px 30px;
  border-radius: 8px;
  box-sizing: border-box;
}

.step-item + .step-item{
  margin: 42px auto 0;
}

.step-txt{
  font-size: 1.4rem;
  text-align: center;
}

.step-num{
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  font-family: avenir;
  background: #954B73;
  padding: 8px 22px 7px;
  border-radius: 50px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.step-title{
    font-size: 2.3rem;
    text-align: center;
}

.step-subtitle{
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #444444;
}


.entry-btn{
  display: block;
  position: relative;
  max-width: 360px;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  height: 50px;
  font-size: 2rem;
  line-height: 54px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: #000000;
  transition: background 0.15s;
}

a.entry-btn:hover,a.listing-btn:hover{
  opacity: 0.8;
}

a.entry-btn{
  color: #ffffff;
}

a.listing-btn{
  color: #ffffff;
}

.entry-btn.joined{
  background: #dddddd;
  opacity: 0.7;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 22%) inset;
  pointer-events: none;
}

.entry-btn.finish{
  background: #cccccc;
  box-shadow:none;
  pointer-events: none;
}

.entry-btn:disabled{
  background: #e9e9e9;
  color: #666666;
}

.listing-btn{
  display: block;
  position: relative;
  max-width: 360px;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  height: 50px;
  font-size: 2rem;
  line-height: 54px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: #954B73;
}

.step-notes{
  text-align: center;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.4;
}

.step-present img{
  width: 100%;
  height: auto;
}

.step-border{
  width: 90%;
  margin: 20px auto;
  border-top: 1px solid #000000;
  opacity: 0.1;
}

/* 賞品詳細 */
.reward{
  margin: 0 auto;
  background: #ffbd35;
}

.reward img{
  width: 100%;
  height: auto;
}

.reward-image{
  font-size: 0;
}

.reward-image-sp{
  display: none;
}

.reward-title{
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.target-details{
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 14px;
  border-radius: 17px;
  box-shadow: 0 1px 8px rgba(0,0,0, 0.12);
}

.target-details + .target-details{
  margin: 30px auto 0;
}

.target-detail-title{
    height: 56px;
    border-radius: 17px 17px 0 0;
}

.target-detail-title.beginner{
  background: #FFA1AF;
}

.target-detail-title.experienced{
  background: #9B9B9B;
}

.target-detail-title > span{
  display: inline-block;
  font-size: 1.7rem;
  color: #ffffff;
  position: relative;
  left: calc(50% + 12px);
  transform: translateX(-50%);
  text-shadow: 0 0 10px rgb(0 0 0 / 12%);
  line-height: 58px;
}

.target-detail-title > span:before{
  position: absolute;
  content: "";
  width: 24px;
  height: 38px;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}

.target-detail-title.beginner > span:before{
  background: url(../../../img/lp/listingcpn/beginner-icon.png) center/contain no-repeat;
}

.target-detail-title.experienced > span:before{
  background: url(../../../img/lp/listingcpn/experienced-icon.png) center/contain no-repeat;
}

.target-detail-text{
  font-weight: bold;
  font-size: 1.9rem;
  text-align: center;
}

.target-detail-text > span{
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  color: #333333;
  margin: 5px 0 0 0;
}

.target-detail-label{
  display: inline-block;
  height: 23px;
  padding: 0 17px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 26px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #aaaaaa;
  border-radius: 50px;
  border: 2px solid #aaaaaa;
}

.target-detail-graph{
  width: calc(100% - 40px);
  margin: 10px auto 0;
  box-sizing: border-box;
}

.target-detail-notes{
    width: calc(100% - 40px);
    margin: 30px auto 0;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.3rem;
}

.target-detail-notes-item{
    position: relative;
    line-height: 1.5;
    padding: 0 0 0 6px;
    box-sizing: border-box;
}

.target-detail-notes-item + .target-detail-notes-item{
  margin: 10px 0 0;
}

.target-detail-notes-item:after{
  position: absolute;
  content: "・";
  left: -4px;
  top: 0;
}

.section-title{
  width: 100%;
  height: 56px;
  color: #ffffff;
  text-align: center;
  background: #954B73;
  line-height: 58px;
  text-shadow: 0 0 10px rgb(0 0 0 / 12%);
  font-size: 1.8rem;
}

.ranking-copy{
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
}

.ranking-copy:before{
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #000000;
  left: -32px;
  top: 50%;
  transform: translateY(-50%) rotate(61deg);
}

.ranking-copy:after{
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #000000;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(114deg);
}

.ranking-title{
  font-size: 2rem;
  text-align: center;
}

.ranking-list{
  display: flex;
}

.ranking img{
  width: 100%;
  height: auto;
}

.ranking .listing-btn{
  width: 70%;
  margin: 15px 0 48px 0;
}

.ranking-list{
  display: flex;
  align-items: flex-end;
  max-width: 380px;
  width: 80%;
  margin: 0 auto;
}

.ranking-item{
  width: calc(100%/3);
  box-sizing: border-box;
  padding: 8px;
  box-sizing: border-box;
}

.ranking-item a{
  display: block;
  margin: 5px 0 0 0;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.ranking-item span{
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.suggestion{
  position: relative;
  background: #f5f5f5;
  border-radius: 23px;
  width: calc(100% - 40px);
  margin: 30px auto;
  box-shadow: 0 1px 8px rgb(0 0 0 / 12%);
}

.suggestion-btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
  width: 90%;
  height: 46px;
  font-size: 2rem;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  background: #00C6CE;
  box-shadow: 3px 4px 0 #04a4aa;
}

a.suggestion-btn{
  color: #ffffff;
}

.check{
  background: #ffffff;
}

.check-txt{
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  font-weight: bold;
  text-align: center;
}

.check-section{
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  padding: 0 0 42px 0;
}

.check-block{
  width: calc(50% - 7px);
  min-height: 136px;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
  box-sizing: border-box;
}

.check-block + .check-block{
  margin: 0 0 0 14px;
}

.check-title{
  font-size: 1.4rem;
  background: #954B73;
  border-radius: 9px 9px 0 0;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
}

.check-list{
  padding: 15px 6px;
  box-sizing: border-box;
  line-height: 1.8rem;
  font-size: 1.2rem;
}

.check-item{
  position: relative;
  max-width: 100px;
  left: 50%;
  transform: translateX(-46%);
  padding: 0 0 0 30px;
  text-align: left;
  box-sizing: border-box;
  line-height: 2;
}

.check-item a{
  display: block;
  text-decoration: underline;
  color: #666666;
}

.check-item a:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  background: url(../../../img/product/product-icon-1.png) center/contain no-repeat;
}

.check-item:nth-of-type(2) a:before{
  background: url(../../../img/product/product-icon-2.png) center/contain no-repeat;
}

.check-item:nth-of-type(3) a:before{
  background: url(../../../img/product/product-icon-3.png) center/contain no-repeat;
}

.check-item:nth-of-type(4) a:before{
  background: url(../../../img/product/product-icon-4.png) center/contain no-repeat;
}

.check-block:nth-of-type(2) .check-item:nth-of-type(4) a:before{
  background: url(../../../img/product/product-icon-6.png) center/contain no-repeat;
}

a.check-guide-link{
  position: relative;
  display: inline-block;
  padding: 12px 20px 10px 4px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000000;
}

.check-guide-link:after{
  position: absolute;
  content: "";
  width:  100%;
  height: 1px;
  background:#e5e5e5;
  left: 0;
  bottom: 0px;
}


.check-guide-link:before{
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url(../../../img/common/sp-icon-arrow-right.png) center/contain no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq{
  background: #ffffff;
}

.faq-list{
    width: calc(100% - 60px);
    max-width: 560px;
    margin: 40px auto 0;
    padding: 0 0 40px 0;
}

.faq-question{
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 0 26px;
  box-sizing: border-box;
}

.faq-question::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: -6px;
  background: url(../../../img/lp/listingcpn/question-icon.svg) center/contain no-repeat;
}

.faq-answer{
  position: relative;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.5;
  padding: 0 0 0 26px;
  box-sizing: border-box;
}

.faq-answer::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: -3px;
  background: url(../../../img/lp/listingcpn/answer-icon.svg) center/contain no-repeat;
}

.faq-item + .faq-item{
  border-top: 2px dotted #e5e5e5;
  padding: 22px 0 0 0;
  margin: 22px 0 0 0;
}


/* キャンペーン詳細 */

.cpn-details{
  background: #ffffff;
}

.cpn-details-inner{
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 560px;
  padding: 40px 0 120px;
  background: #ffffff;
}

.cpn-details-title{
  font-size: 1.4rem;
}

.cpn-details-txt{
  position: relative;
  padding: 0 0 0 10px;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.4;
}

.cpn-details-txt:before{
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  font-weight: bold;
}

.cpn-details-notes{
    background: #f9f9f9;
    padding:14px 12px;
    border-radius: 9px;
    line-height: 1.7;
    font-size: 1.2rem;
}


.purchasecpn-fix-area{
  position: fixed;
  width: 100%;
  min-height: 110px;
  bottom: 0;
  left: 0;
  padding: 22px 20px 20px;
  box-sizing: border-box;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 16%);
  background: #ffffff;
  z-index: 99;
}

.purchasecpn-fix-btn-list{
  display: flex;
  align-items: center;
}

.purchasecpn-fix-btn-list.sp .listing-btn{
  display: none;
}

.purchasecpn-fix-btn-list.sp .entry-btn{
  width: 100%;
  max-width: auto;
}

.purchasecpn-fix-btn-list .entry-btn{
    position: static;
    transform: translateX(0);
    display: block;
    width: 100%;
    height: 42px;
    line-height: 44px;
    border-radius: 15px;
    text-align: center;
    font-size: 1.6rem;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

.purchasecpn-fix-btn-list .entry-btn:disabled{
  background: #ffffff;
  color: #666666;
}

.purchasecpn-fix-btn-list .listing-btn{
  position: static;
  transform: translateX(0);
  display: block;
  width: 100%;
  max-width: calc(50% - 5px);
  height: 42px;
  margin: 0 0 0 auto;
  line-height: 44px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  background: #000000;
}

.purchasecpn-fix-btn-list .entry-btn + .listing-btn{
  margin-left: 10px;
}

.purchasecpn-fix-btn-list .entry-btn.joined{
  background: #9a9fad;
  opacity: 0.7;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 22%) inset;
  pointer-events: none;
}

.purchasecpn-fix-btn-list .entry-btn.finish{
  width: 100%;
  background: #cccccc;
  box-shadow:none;
  pointer-events: none;
}

.purchasecpn-fix-btn-list .entry-btn.finish + .listing-btn{
  display: none;
}

a.purchasecpn-fix-btn-item{
  color: #ffffff;
}

.purchasecpn-fix-txt{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}


.purchasecpn-fix-txt:before{
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #000000;
  left: -25px;
  top: 47%;
  transform: translateY(-50%) rotate(61deg);
}

.purchasecpn-fix-txt:after{
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #000000;
  right: -21px;
  top: 47%;
  transform: translateY(-50%) rotate(114deg);
}

.app-store-block{
  width: 300px;
  display: flex;
  margin: 10px auto 0;
  align-items: center;
  justify-content: center;
}

.app-store-block a + a{
  margin: 0 0 0 10px;
}

#footer{
  padding: 40px 0 125px 0;
}
