@charset "UTF-8";
/* ----------------------------------
 COMMON SETTEING
-----------------------------------*/
.cp_breadcrumb {
  margin: 0 auto;
  max-width: 992px;
  padding: 0 16px;
}

/* ----------------------------------
   セクションの共通クラス
  -----------------------------------*/
.cp_section {
  padding: clamp(24px, 6.4vw, 32px) 16px;
}
.cp_section img {
  vertical-align: bottom;
  width: 100%;
}

/* ----------------------------------
   チェックボックス
  -----------------------------------*/
.cp_check-box {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 0.5em 0;
  text-align: center;
}
.cp_check-box > input[type=checkbox] {
  -webkit-appearance: checkbox;
  display: inline-block;
  line-height: 1;
  margin-right: 0.25em;
  vertical-align: -0.05em;
  visibility: visible;
}
.cp_check-box > label {
  font-size: clamp(13px, 4.0625vw, 16px);
  line-height: 1;
  margin: 0;
}

/* ----------------------------------
   KV
  -----------------------------------*/
.cp_KV {
  position: relative;
}
.cp_KV__img {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 960px;
  position: relative;
}
.cp_KV__img > img {
  vertical-align: bottom;
  width: 100%;
}
.cp_KV__bg {
  background: url(../img/kv/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ----------------------------------
   リボン
  -----------------------------------*/
.cp_ribbon {
  --notch: 10px;
  --bg-color: orange;
  --text-color: white;
  background: var(--bg-color);
  box-sizing: border-box;
  color: var(--text-color);
  margin: 0 auto;
  padding: 0.5em;
  position: relative;
  width: calc(100% - var(--notch) * 2);
}
.cp_ribbon::before, .cp_ribbon::after {
  background: var(--bg-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 90% 50%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(var(--notch) + 1px);
}
.cp_ribbon::before {
  left: calc(var(--notch) * -1);
}
.cp_ribbon::after {
  right: calc(var(--notch) * -1);
  transform: scaleX(-1);
}

/* ----------------------------------
   ボタン
  -----------------------------------*/
.cp_rounded-btn {
  --bg-color: #cc0033;
  background: var(--bg-color);
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-size: clamp(20px, 6.25vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 1.5em;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  width: 100%;
}
.cp_rounded-btn:hover {
  opacity: 0.7;
}
.cp_rounded-btn > span {
  display: inline-block;
}
.cp_rounded-btn--three-d {
  --shadow-color: #920528;
  --shadow-height: 4px;
  box-shadow: 0px var(--shadow-height) 0 var(--shadow-color);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.cp_rounded-btn--three-d:hover {
  box-shadow: 0px 0px var(--shadow-color);
  opacity: 1;
  transform: translateY(4px);
}
.cp_rounded-btn--disabled {
  --shadow-color: #6c6c6c;
  --bg-color: #a1a1a1;
  pointer-events: none;
}

/* ----------------------------------
   ラウンド形状の吹き出し
  -----------------------------------*/
.cp_rounded-fukidashi {
  background: #fff;
  border-radius: 8px;
  color: #000;
  display: inline-block;
  font-size: clamp(20px, 6.25vw, 24px);
  font-weight: 600;
  line-height: 1;
  padding: 12px 1.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
.cp_rounded-fukidashi:after {
  background: #fff;
  bottom: 1px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 24px;
}

/*-----------------------
close対応　
------------------------*/
.cp_attention__txt {
  background: #fff;
  border: 2px solid;
  color: #cc0033;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 3%;
  padding: 3% 30px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .cp_attention__txt {
    margin: 0 0 15px;
  }
}
/*-----------------------------------
 キャンペーン詳細
------------------------------------*/
.cp_info__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  row-gap: 16px;
}
.cp_info__list-item > dt {
  background: #1400C8;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
  padding: 4px 16px;
}
.cp_info__list-item > dd {
  font-size: 14px;
  margin-bottom: 0;
}

/*-----------------------------------
 リード
------------------------------------*/
.cp_lead {
  --base-color: #000;
  background: var(--base-color);
  position: relative;
  z-index: 1;
  padding-bottom: clamp(16px, 4.2666666667vw, 24px);
  padding-top: clamp(16px, 4.2666666667vw, 24px);
}
.cp_lead:after {
  background: var(--base-color);
  bottom: 1px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 99%);
  width: 24px;
}

/*-----------------------------------
 ハッシュタグでツイートセクション
------------------------------------*/
.cp_plus {
  background: #00FF00;
  background-image: url(../img/plus/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cp_plus {
    background-position: center -50%;
  }
}
.cp_plus__inner {
  display: grid;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  row-gap: clamp(24px, 6.4vw, 27px);
}
.cp_plus__plus-icon {
  margin: 0 auto;
  width: 48px;
}
.cp_plus__message {
  position: relative;
}
.cp_plus__hash-tag {
  color: #1400C8;
  font-size: 44px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 51%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.cp_plus__text {
  -ms-user-select: none;
  user-select: none;
}

/*-----------------------------------
 STEP
------------------------------------*/
.cp_step {
  background: #1400C8;
  background-image: url(../img/step/humans.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 250%;
  overflow: hidden;
  padding-top: clamp(48px, 12.8vw, 60px);
}
@media screen and (min-width: 576px) {
  .cp_step {
    background-size: contain;
  }
}
.cp_step__inner {
  display: grid;
  margin: 0 auto;
  max-width: 992px;
  position: relative;
  row-gap: clamp(24px, 6.4vw, 27px);
}
.cp_step__steps {
  column-gap: 24px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(48px, 12.8vw, 56px);
}
@media screen and (min-width: 768px) {
  .cp_step__steps {
    flex-direction: row;
  }
}
.cp_step__step {
  background: #fff;
  border-radius: 16px;
  margin: 0 auto;
  padding: 40px 16px 24px;
  position: relative;
  width: 100%;
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}
.cp_step__step__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  row-gap: 16px;
}
.cp_step__annotation {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 576px) {
  .cp_step__annotation {
    text-align: center;
  }
}
.cp_step__retweet-icon {
  width: 21.2218649518%;
}
@media screen and (min-width: 576px) {
  .cp_step__retweet-icon {
    width: 100px;
  }
}
.cp_step__label {
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 111px;
}
.cp_step__lead {
  font-size: clamp(15px, 4.6875vw, 16px);
  font-weight: 600;
  line-height: 1.3 !important;
}
.cp_step__btn {
  --bg-color: #1D9BF0;
  --shadow-color: #0071bd;
  display: block;
  margin: 0 auto 4px;
  padding-bottom: clamp(10px, 2.6666666667vw, 20px);
  padding-top: clamp(10px, 2.6666666667vw, 20px);
}
.cp_step__btn-text {
  color: white;
  font-size: clamp(14px, 4.375vw, 18px);
  line-height: 1.35 !important;
  padding: 0 1.5em;
}
.cp_step__btn-text__helvetica {
  font-family: "Helvetica Neue";
  font-size: 1.2em;
  font-weight: 700;
}
.cp_step__btn-text > span {
  display: inline-block;
}
.cp_step__btn-arrow {
  line-height: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
}
.cp_step__btn-arrow > img {
  vertical-align: bottom;
}
.cp_step__btn-twitter-icon {
  left: 24px;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 31px;
}
.cp_step__btn-twitter-icon > img {
  vertical-align: bottom;
}
.cp_step__arrow {
  display: block;
  text-align: center;
}
.cp_step__arrow > img {
  display: inline-block;
  width: 36px;
}
.cp_step__complete {
  margin: 0 auto;
  margin-bottom: max(72px, 10vw);
  max-width: 640px;
  position: relative;
  text-align: center;
}
.cp_step__complete-text {
  display: inline-block;
  width: min(90.6705539359%, 330px);
}

/* ----------------------------------
   ユーティリティクラス
  -----------------------------------*/
.cp_u__vertical-stripe {
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/background/vertical-stripe.jpg);
  background-position: center;
  background-size: 42px;
}
.cp_u__text-link {
  color: #000;
  text-decoration: underline;
}
.cp_u__text-underline {
  text-decoration: underline !important;
}
.cp_u__hover\:text-underline:hover {
  text-decoration: underline !important;
}
.cp_u__border-bottom_1 {
  border-bottom: 1px solid currentColor !important;
}
.cp_u__animation-none {
  animation: none !important;
}
.cp_u__relative {
  position: relative;
}
.cp_u__select-none {
  -ms-user-select: none;
  user-select: none;
}
.cp_u__events-none {
  pointer-events: none;
}
.cp_u__list-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.cp_u__inline-block {
  display: inline-block !important;
}
.cp_u__flex-col {
  display: flex;
  flex-direction: column;
}
.cp_u__m-0-auto {
  margin: 0 auto;
}
.cp_u__w-full {
  width: 100%;
}
.cp_u__opacity-0 {
  opacity: 0 !important;
}
.cp_u__opacity-10 {
  opacity: 0.1 !important;
}
.cp_u__opacity-20 {
  opacity: 0.2 !important;
}
.cp_u__opacity-30 {
  opacity: 0.3 !important;
}
.cp_u__opacity-40 {
  opacity: 0.4 !important;
}
.cp_u__opacity-50 {
  opacity: 0.5 !important;
}
.cp_u__opacity-60 {
  opacity: 0.6 !important;
}
.cp_u__opacity-70 {
  opacity: 0.7 !important;
}
.cp_u__opacity-80 {
  opacity: 0.8 !important;
}
.cp_u__opacity-90 {
  opacity: 0.9 !important;
}
.cp_u__opacity-100 {
  opacity: 1 !important;
}
.cp_u__pt-0 {
  padding-top: 0px !important;
}
.cp_u__pb-0 {
  padding-bottom: 0px !important;
}
.cp_u__py-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.cp_u__mt-0 {
  margin-top: 0px !important;
}
.cp_u__mb-0 {
  margin-bottom: 0px !important;
}
.cp_u__pt-4 {
  padding-top: 4px !important;
}
.cp_u__pb-4 {
  padding-bottom: 4px !important;
}
.cp_u__py-4 {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.cp_u__mt-4 {
  margin-top: 4px !important;
}
.cp_u__mb-4 {
  margin-bottom: 4px !important;
}
.cp_u__pt-8 {
  padding-top: 8px !important;
}
.cp_u__pb-8 {
  padding-bottom: 8px !important;
}
.cp_u__py-8 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.cp_u__mt-8 {
  margin-top: 8px !important;
}
.cp_u__mb-8 {
  margin-bottom: 8px !important;
}
.cp_u__pt-12 {
  padding-top: 12px !important;
}
.cp_u__pb-12 {
  padding-bottom: 12px !important;
}
.cp_u__py-12 {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.cp_u__mt-12 {
  margin-top: 12px !important;
}
.cp_u__mb-12 {
  margin-bottom: 12px !important;
}
.cp_u__pt-16 {
  padding-top: 16px !important;
}
.cp_u__pb-16 {
  padding-bottom: 16px !important;
}
.cp_u__py-16 {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}
.cp_u__mt-16 {
  margin-top: 16px !important;
}
.cp_u__mb-16 {
  margin-bottom: 16px !important;
}
.cp_u__pt-20 {
  padding-top: 20px !important;
}
.cp_u__pb-20 {
  padding-bottom: 20px !important;
}
.cp_u__py-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.cp_u__mt-20 {
  margin-top: 20px !important;
}
.cp_u__mb-20 {
  margin-bottom: 20px !important;
}
.cp_u__pt-24 {
  padding-top: 24px !important;
}
.cp_u__pb-24 {
  padding-bottom: 24px !important;
}
.cp_u__py-24 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.cp_u__mt-24 {
  margin-top: 24px !important;
}
.cp_u__mb-24 {
  margin-bottom: 24px !important;
}
.cp_u__pt-28 {
  padding-top: 28px !important;
}
.cp_u__pb-28 {
  padding-bottom: 28px !important;
}
.cp_u__py-28 {
  padding-bottom: 28px !important;
  padding-top: 28px !important;
}
.cp_u__mt-28 {
  margin-top: 28px !important;
}
.cp_u__mb-28 {
  margin-bottom: 28px !important;
}
.cp_u__pt-32 {
  padding-top: 32px !important;
}
.cp_u__pb-32 {
  padding-bottom: 32px !important;
}
.cp_u__py-32 {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}
.cp_u__mt-32 {
  margin-top: 32px !important;
}
.cp_u__mb-32 {
  margin-bottom: 32px !important;
}
.cp_u__pt-36 {
  padding-top: 36px !important;
}
.cp_u__pb-36 {
  padding-bottom: 36px !important;
}
.cp_u__py-36 {
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}
.cp_u__mt-36 {
  margin-top: 36px !important;
}
.cp_u__mb-36 {
  margin-bottom: 36px !important;
}
.cp_u__pt-40 {
  padding-top: 40px !important;
}
.cp_u__pb-40 {
  padding-bottom: 40px !important;
}
.cp_u__py-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.cp_u__mt-40 {
  margin-top: 40px !important;
}
.cp_u__mb-40 {
  margin-bottom: 40px !important;
}
.cp_u__pt-44 {
  padding-top: 44px !important;
}
.cp_u__pb-44 {
  padding-bottom: 44px !important;
}
.cp_u__py-44 {
  padding-bottom: 44px !important;
  padding-top: 44px !important;
}
.cp_u__mt-44 {
  margin-top: 44px !important;
}
.cp_u__mb-44 {
  margin-bottom: 44px !important;
}
.cp_u__pt-48 {
  padding-top: 48px !important;
}
.cp_u__pb-48 {
  padding-bottom: 48px !important;
}
.cp_u__py-48 {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}
.cp_u__mt-48 {
  margin-top: 48px !important;
}
.cp_u__mb-48 {
  margin-bottom: 48px !important;
}
.cp_u__pt-52 {
  padding-top: 52px !important;
}
.cp_u__pb-52 {
  padding-bottom: 52px !important;
}
.cp_u__py-52 {
  padding-bottom: 52px !important;
  padding-top: 52px !important;
}
.cp_u__mt-52 {
  margin-top: 52px !important;
}
.cp_u__mb-52 {
  margin-bottom: 52px !important;
}
.cp_u__pt-56 {
  padding-top: 56px !important;
}
.cp_u__pb-56 {
  padding-bottom: 56px !important;
}
.cp_u__py-56 {
  padding-bottom: 56px !important;
  padding-top: 56px !important;
}
.cp_u__mt-56 {
  margin-top: 56px !important;
}
.cp_u__mb-56 {
  margin-bottom: 56px !important;
}
.cp_u__pt-60 {
  padding-top: 60px !important;
}
.cp_u__pb-60 {
  padding-bottom: 60px !important;
}
.cp_u__py-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.cp_u__mt-60 {
  margin-top: 60px !important;
}
.cp_u__mb-60 {
  margin-bottom: 60px !important;
}
.cp_u__pt-64 {
  padding-top: 64px !important;
}
.cp_u__pb-64 {
  padding-bottom: 64px !important;
}
.cp_u__py-64 {
  padding-bottom: 64px !important;
  padding-top: 64px !important;
}
.cp_u__mt-64 {
  margin-top: 64px !important;
}
.cp_u__mb-64 {
  margin-bottom: 64px !important;
}
.cp_u__pt-68 {
  padding-top: 68px !important;
}
.cp_u__pb-68 {
  padding-bottom: 68px !important;
}
.cp_u__py-68 {
  padding-bottom: 68px !important;
  padding-top: 68px !important;
}
.cp_u__mt-68 {
  margin-top: 68px !important;
}
.cp_u__mb-68 {
  margin-bottom: 68px !important;
}
.cp_u__pt-72 {
  padding-top: 72px !important;
}
.cp_u__pb-72 {
  padding-bottom: 72px !important;
}
.cp_u__py-72 {
  padding-bottom: 72px !important;
  padding-top: 72px !important;
}
.cp_u__mt-72 {
  margin-top: 72px !important;
}
.cp_u__mb-72 {
  margin-bottom: 72px !important;
}
.cp_u__pt-76 {
  padding-top: 76px !important;
}
.cp_u__pb-76 {
  padding-bottom: 76px !important;
}
.cp_u__py-76 {
  padding-bottom: 76px !important;
  padding-top: 76px !important;
}
.cp_u__mt-76 {
  margin-top: 76px !important;
}
.cp_u__mb-76 {
  margin-bottom: 76px !important;
}
.cp_u__pt-80 {
  padding-top: 80px !important;
}
.cp_u__pb-80 {
  padding-bottom: 80px !important;
}
.cp_u__py-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.cp_u__mt-80 {
  margin-top: 80px !important;
}
.cp_u__mb-80 {
  margin-bottom: 80px !important;
}
.cp_u__text-12 {
  font-size: 12px !important;
}
.cp_u__text-13 {
  font-size: 13px !important;
}
.cp_u__text-14 {
  font-size: 14px !important;
}
.cp_u__text-15 {
  font-size: 15px !important;
}
.cp_u__text-16 {
  font-size: 16px !important;
}
.cp_u__text-18 {
  font-size: 18px !important;
}
.cp_u__text-24 {
  font-size: 24px !important;
}
.cp_u__text-12_16 {
  font-size: clamp(12px, 3.2vw, 16px) !important;
}
.cp_u__text-12_14 {
  font-size: clamp(12px, 3.2vw, 14px) !important;
}
.cp_u__text-13_16 {
  font-size: clamp(13px, 3.4666666667vw, 16px) !important;
}
.cp_u__text-14_16 {
  font-size: clamp(14px, 3.7333333333vw, 16px) !important;
}
.cp_u__text-14_19 {
  font-size: clamp(14px, 3.7333333333vw, 19px) !important;
}
.cp_u__text-16_18 {
  font-size: clamp(16px, 4.2666666667vw, 18px) !important;
}
.cp_u__text-16_20 {
  font-size: clamp(16px, 4.2666666667vw, 20px) !important;
}
.cp_u__font-300 {
  font-weight: 300 !important;
}
.cp_u__font-400 {
  font-weight: 400 !important;
}
.cp_u__font-600 {
  font-weight: 600 !important;
}
.cp_u__text-white {
  color: #fff !important;
}
.cp_u__text-black {
  color: #000 !important;
}
.cp_u__text-sky-blue {
  color: #00BFFF !important;
}
.cp_u__text-green {
  color: #00FF00 !important;
}
.cp_u__text-blue {
  color: #1400C8 !important;
}
.cp_u__text-tw-blue {
  color: #1D9BF0 !important;
}
.cp_u__text-orange {
  color: #FF9C00 !important;
}
.cp_u__text-yellow {
  color: #FFE030 !important;
}
.cp_u__text-pink {
  color: #FF74B5 !important;
}
.cp_u__text-dark-yellow {
  color: #3C4100 !important;
}
.cp_u__text-light-black {
  color: #3a3a3a !important;
}
.cp_u__text-gray {
  color: #a1a1a1 !important;
}
.cp_u__text-background--red {
  color: #ffd0d0 !important;
}
.cp_u__text-background--blue {
  color: #cadfec !important;
}
.cp_u__text-d-red {
  color: #cc0033 !important;
}
.cp_u__max-w-500 {
  max-width: 500px !important;
}
.cp_u__max-w-640 {
  max-width: 640px !important;
}
.cp_u__max-w-sm {
  max-width: 576px !important;
}
.cp_u__max-w-tb {
  max-width: 768px !important;
}
.cp_u__max-w-pc {
  max-width: 960px !important;
}