.hero{
  position: relative;
  margin: -30px 0 0 0;
}

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

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

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

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

.cpn-period{
  background: #000;
  height: 44px;
  text-align: center;
}

.cpn-period-txt{
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 16%);
  line-height: 45px;
}

/* 参加方法 */

.step{
  padding: 22px 18px 30px;
  box-sizing: border-box;
}

.step-list{
  max-width: 560px;
  margin: 0 auto;
  padding: 32px 0;
  background: #F9F9F9;
  border-radius: 9px;
}

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

.step-item{
  width: calc(100% - 20px);
  margin: 0 auto;
}

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

.step-num{
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 900;
  font-family: avenir;
  color: #333333;
}

.step-num:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #333333;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}

.step-num:after{
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #333333;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
}

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

.step-icon{
  width: 108px;
  margin: 22px auto 0;
}

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

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

.entry-btn:disabled{
  background: #cccccc;
  color: #999999;
}

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

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

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

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

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

.step-subtitle{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

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

/* 賞品詳細 */

.reward{
  width: calc(100% - 40px);
  margin: 0 auto 10px;
}

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

.target{
  max-width: 560px;
  margin: 0 auto;
}


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

.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);
  background: #ffffff;
}

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

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

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

.target-detail-title.experienced{
  background: #2c2c2c;
}

.target-detail-title > span{
  display: inline-block;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  left: calc(50% + 16px);
  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: 26px;
  height: 38px;
  left: -28px;
  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);
  max-width: 375px;
  margin: 10px auto 0;
  box-sizing: border-box;
}

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

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

.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: #000000;
  line-height: 58px;
  text-shadow: 0 0 10px rgb(0 0 0 / 12%);
  font-size: 2rem;
}

.ranking-section{
  max-width: 460px;
  margin: 30px auto 40px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
}

.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;
  color: #000000;
}

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

.ranking-copy:after{
  position: absolute;
  content: "";
  width: 30px;
  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;
  align-items: flex-end;
}

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

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

.ranking-item{
  padding: 8px;
  box-sizing: border-box;
}

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

.suggestion{
  display: none;
  position: relative;
  font-size: 0;
}

.suggestion-btn{
  position: absolute;
  right: 20px;
  top: 53%;
  width: 70%;
  height: 50px;
  font-size: 2rem;
  line-height: 54px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #00C6CE;
  box-shadow: 3px 5px 0 #04a4aa;
}

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

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

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

.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;
  background: #ffffff;
}

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

.check-title{
  font-size: 1.4rem;
  border-radius: 9px 9px 0 0;
  padding: 14px 0 10px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px;
  border-bottom: 1px solid #cccccc;
}

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

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-list{
    width: calc(100% - 60px);
    max-width: 480px;
    margin: 40px auto;
}

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

.faq-question::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: -4px;
  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-inner{
  width: calc(100% - 60px);
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 0 70px;
}

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

.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;
  color: #333333;
}

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


.listingcpn-fix-area{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 22px 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;
}

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

.listingcpn-fix-btn-item{
    display: block;
    width: calc(50% - 5px);
    height: 40px;
    line-height: 42px;
    border-radius: 15px;
    text-align: center;
    font-size: 1.6rem;
    background: #FDBE2A;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 2px 4px 0 #F9931D;
}

.listingcpn-fix-btn-item.listing{
  background: #00C6CE;
  box-shadow: 2px 4px 0 #04A4AA;
}

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

.listingcpn-fix-btn-item + .listingcpn-fix-btn-item{
  margin: 0 0 0 10px;
}

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

.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;
}

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

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

#footer{
  margin: 1px 0 0 0;
}
