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

.invitationcpn {
  background: #ffffff;
}

.hero {
  position: relative;
}

.invitationcpn-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: #1d2532;
  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 12px 30px;
  box-sizing: border-box;
  background: #ffffff;
}

.step-section-title {
  font-size: 2.8rem;
  text-align: center;
  margin: 20px 0 0 0;
}

.step-block {
  background: #f9f9f9;
  border-radius: 4px;
}

.step-block-title {
  display: inline-block;
  padding: 15px 48px 11px;
  text-align: center;
  background: #b8a258;
  color: #ffffff;
  font-size: 2rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}

.step-list {
  padding: 10px 0 38px;
}

.step-item {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  box-sizing: border-box;
}

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

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

.step-num {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  font-family: avenir;
  padding: 8px 18px 7px;
  border-radius: 50px;
  color: #000000;
  letter-spacing: 0.5px;
}

.step-num:before {
  position: absolute;
  content: "";
  border-top: 2px dashed #000000;
  width: calc(50% - 50px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.step-num:after {
  position: absolute;
  content: "";
  border-top: 2px dashed #000000;
  width: calc(50% - 50px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.step-title {
  font-size: 2rem;
  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: 100%;
  height: 50px;
  font-size: 2rem;
  line-height: 54px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: #930d33;
  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: #b6b6b6;
  color: #666666;
}

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

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

.step-notes-block {
  padding: 11px 0 20px;
  background: rgba(250, 250, 250, 0.6);
  border-radius: 8px;
}

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

.step-next-arrow {
  display: inline-block;
  width: 60px;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

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

.invitation-step {
  position: relative;
  background: #ffffff;
  border: 6px solid #1d2532;
  padding: 15px 0 21px;
}

.invitation-step-txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}

.acd-label {
  position: absolute;
  background: #1e2532;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50px;
  width: 80%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 4px));
}

.invitation-acd-label-txt {
  position: relative;
  padding: 0 16px 0 0;
}

.invitation-acd-label-txt:after {
  content: "";
  margin: auto;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
}

.invitation-step-detail {
  height: 0;
  overflow: hidden;
}

.invitation-step-detail-content {
  display: flex;
  flex-wrap: wrap;
}

.invitation-step-detail-item {
  width: 50%;
  padding: 18px 10px;
  box-sizing: border-box;
}

.invitation-step-detail-item:nth-of-type(1) {
  border-bottom: 2px dashed #e5e5e5;
}

.invitation-step-detail-item:nth-of-type(2) {
  border-bottom: 2px dashed #e5e5e5;
  border-left: 2px dashed #e5e5e5;
}

.invitation-step-detail-item:nth-of-type(4) {
  border-left: 2px dashed #e5e5e5;
}

.invitation-step-detail-header {
  font-size: 1.8rem;
  text-align: center;
}

.invitation-step-detail-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.invitation-step-detail-header {
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 6px 20px 4px;
  border-radius: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

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

.invitation-step-detail-img {
  width: 90px;
  margin: 10px auto 0;
}

a.invitation-step-download {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 6px 15px 4px;
  font-size: 1.3rem;
  border-radius: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.acd-check {
  display: none;
}

.acd-check:checked + .acd-label {
  opacity: 0;
  transition: all 0.3s;
}

.acd-check:checked + .acd-label + .invitation-step-detail {
  height: 380px;
  transition: all 0.3s;
}

/* 招待コード */
.code-positon .code-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.code-positon .code-box {
  background: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 15px 15px;
}

.code-positon .code-box .title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.code-positon .code-box .code-text-box {
  background: #e5e5e5;
  padding: 12px 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  line-height: 1.3;
}

.code-positon .code-box .code-text-box.mosaic {
  -ms-filter: blur(2.7px);
  filter: blur(2.7px);
}

.code-positon .code-box .detail-text {
  color: #999;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 15px 0;
}

.code-positon .code-box .sns-button {
  text-align: center;
  padding: 8px 0 13px;
  display: block;
  border-radius: 5px;
  margin: 8px 0 0 0;
}

.code-positon .code-box .sns-button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.code-positon .code-box .sns-button .text {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

.code-positon .code-box .sns-button .text::before {
  content: " ";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 8px 0 0;
}

.code-positon .code-box .sns-button-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.code-positon .code-box .sns-button.twitter {
  background: #000000;
}
.code-positon .code-box .sns-button.twitter .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-twitter.png);
}

.code-positon .code-box .sns-button.line {
  background: #00b900;
  flex-basis: 49%;
}
.code-positon .code-box .sns-button.line .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-line.png);
}

.code-positon .code-box .sns-button.facebook {
  background: #1d7bfa;
  flex-basis: 49%;
}
.code-positon .code-box .sns-button.facebook .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-facebook.png);
}

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

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

.reward-image {
  max-width: 560px;
  margin: 0 auto;
  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: #1d2532;
  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 {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 40px);
  max-width: 560px;
  margin: 20px auto 42px;
}

.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: #f5f5f5;
  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-list {
  width: calc(100% - 60px);
  max-width: 560px;
  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;
}

.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-inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 560px;
  padding: 40px 0 120px;
}

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

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

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

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

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

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

.invitationcpn-fix-btn-list .entry-btn:disabled {
  background: #b6b6b6;
  color: #666666;
}

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

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

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

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

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

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

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

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

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