/* general */
.u-arrow01 {
  margin: 20px 0 10px;
  height: 55px;
  border: none;
  background: url(/tsukau/lp/coin_202606_2/imgs/arrow_icn_01.png) no-repeat center center;
  background-size: 55px;
}
.u-arrow02 {
  margin: 20px 0 0;
  height: 75px;
  border: none;
  background: url(/tsukau/lp/coin_202606_2/imgs/arrow_icn_03.png) no-repeat center center;
  background-size: 44px;
}

.u-scroll-to-top01::before {
  transform: rotate(-90deg);
}
.u-scroll-to-top02::before {
  transform: rotate(-180deg);
}

.u-plus01 {
  margin: 0;
  height: 29px;
  border: none;
  background: url(/tsukau/lp/coin_202606_2/imgs/plus_icn_01.png) no-repeat center center;
  background-size: 28px;
}

.u-capsule01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 107px;
  margin: 0 auto;
  padding: 6px 10px;
  border-radius: 23px;
  background: #e60000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.u-capsule02 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 8px 10px 6px;
  border-radius: 23px;
  background: #ffe0e0;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.campaign-area02 .u-capsule02:not(:first-child) {
  margin-top: 20px;
}
.u-speech-bubble01,
.u-speech-bubble02 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 .5em;
}
.u-speech-bubble01::before,
.u-speech-bubble01::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 0;
  border-top: 2px solid #5a5a5a;
}
.u-speech-bubble01::before {
  left: -3rem;
  transform: translateY(-50%) rotate(-295deg);
}
.u-speech-bubble01::after {
  right: -3rem;
  transform: translateY(-50%) rotate(295deg);
}
.u-speech-bubble02::before,
.u-speech-bubble02::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  border-top: 2px solid #e60000;
  height: 0;
  font-size: 3rem;
}
.u-speech-bubble02::before {
  left: -6.5rem;
  transform: translateY(-50%) rotate(-300deg);
}
.u-speech-bubble02::after {
  right: -6.5rem;
  transform: translateY(-50%) rotate(300deg);
}

.u-indent-03em {
  margin-left: .3em !important;
}

@media screen and (max-width: 48em) {
  .u-arrow02 {
    margin: 16px 0 0;
    height: 38px;
    background-size: 22px;
  }
  .u-capsule01 {
    max-width: 97px;
  }
  .campaign-area02 .u-capsule02 {
    padding: 8px 10px 4px;
    width: 95%;
  }
  .campaign-area02 .u-capsule02:not(:first-child) {
    margin-top: 16px;
  }
  .u-speech-bubble01::before,
  .u-speech-bubble01::after {
    width: 24px;
    border-top: 1px solid #5a5a5a;
  }
  .u-speech-bubble01::before {
    left: -1.4rem;
    transform: translateY(-50%) rotate(-300deg);
  }
  .u-speech-bubble01::after {
    right: -1rem;
    transform: translateY(-50%) rotate(295deg);
  }
  .u-speech-bubble02::before,
  .u-speech-bubble02::after {
    width: 50px;
    border-top: 1px solid #e60000;
  }
  .u-speech-bubble02::before {
    left: -3.5rem;
  }
  .u-speech-bubble02::after {
    right: -3.5rem;
  }
}


/* kv-area */
.kv-ttl {
  background: url(/tsukau/lp/coin_202606_2/imgs/kv_bg_01.png) no-repeat center;
  background-size: cover;
}

.kv-img {
  padding: 15px 10px 20px 60px;
}

.kv-anchor-wrap {
  text-align: center;
}
.kv-anchor,
.kv-anchor:visited {
  position: relative;
  padding-left: 30px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.kv-anchor:hover {
  color: #e60000;
}
.kv-anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/tsukau/lp/coin_202606_2/imgs/arrow_icn_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 22px;
}

@media screen and (max-width: 48em) {
  .kv-ttl {
    background-image: url(/tsukau/lp/coin_202606_2/imgs/kv_bg_01_sp.png);
  }

  .kv-img {
    padding: 20px 10px 10px;
  }

  .kv-anchor,
  .kv-anchor:visited {
    padding-left: 26px;
    font-size: 1.2rem;
  }
  .kv-anchor::before {
    top: -4px;
  }
}


/* campaign-area01 */
.campaign-area01 {
  background-color: #ffeded;
  background-image:
    radial-gradient(circle, #fff8f8 0 18px, transparent 19px),
    radial-gradient(circle, #fff8f8 0 18px, transparent 19px);
  background-size: 50px 50px;
  background-position:
    0 0,
    25px 25px;
}

.campaign-area01 .campaign-area01-inner {
  padding: 44px 10px 60px;
}

.campaign-area01 .campaign-list01 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.campaign-area01 .campaign-item01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 521px;
  width: 100%;
  padding: 21px 10px 9px;
  border-radius: 15px;
  background-color: #fff;
  border: 3px solid #e60000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  counter-increment: number01;
}
.campaign-area01 .campaign-item01::before {
  content: counter(number01);
  position: absolute;
  top: -16px;
  width: 50px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to bottom ,transparent 43%,#fcf2f2 43%, #fcf2f2 52%, #fff 52%);
  color: #e60000;
  font-size: 3.6rem;
  font-weight: bold;
}
.campaign-area01 .campaign-item01:first-child {
  margin-right: 38px;
}
.campaign-area01 .campaign-item01:not(:first-child) {
  font-size: 1.8rem;
}

.campaign-area01 .campaign-ttl01 {
  color: #e60000;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.campaign-area01 .campaign-txt01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.campaign-area01 .campaign-txt-style01 {
  color: #e60000;
  font-size: 2.4rem;
}

.campaign-area01 .campaign-notes01 {
  max-width: 580px;
  line-height: 1.36;
}

@media screen and (max-width: 48em) {
  .campaign-area01 {
    background-image:
      radial-gradient(circle, #fff8f8 0 12px, transparent 13px),
      radial-gradient(circle, #fff8f8 0 12px, transparent 13px);
    background-size: 34px 34px;
    background-position:
      0 0,
      17px 17px;
  }

  .campaign-area01 .campaign-area01-inner {
    padding: 24px 5% 30px;
  }

  .campaign-area01 .campaign-ttl01 {
    font-size: 2.2rem;
  }

  .campaign-area01 .campaign-txt01 {
    font-size: 1.4rem;
  }

  .campaign-area01 .campaign-txt-style01 {
    font-size: 2rem;
  }

  .campaign-area01 .campaign-list01 {
    margin-top: 30px;
  }

  .campaign-area01 .campaign-item01 {
    padding: 16px 1.5%;
  }
  .campaign-area01 .campaign-item01:first-child {
    margin-right: 4%;
  }
  .campaign-area01 .campaign-item01:not(:first-child) {
    font-size: 1.6rem;
  }
  .campaign-area01 .campaign-item01::before {
    width: 32px;
    font-size: 2.9rem;
  }
}

/* campaign-area02 */
.campaign-area02 {
  background-color: #ffeded;
  background-image:
    radial-gradient(circle, #fff8f8 0 18px, transparent 19px),
    radial-gradient(circle, #fff8f8 0 18px, transparent 19px);
  background-size: 50px 50px;
  background-position:
    0 0,
    25px 25px;
}

.campaign-area02-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 60px 10px;
}

.campaign-area02 .campaign-list01 {
  display: flex;
  margin: 35px auto 0;
  max-width: 690px;
}
.campaign-area02 .campaign-list02 {
  display: flex;
  gap: 13px;
}

.campaign-area02 .campaign-item01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  counter-increment: number02;
}
.campaign-area02 .campaign-item01:nth-child(1) {
  padding-left: 20px;
  width: 32%;
  background: #fff;
}
.campaign-area02 .campaign-item01:nth-child(2) {
  padding-left: 32px;
  width: 32%;
  flex-direction: column;
  background: #ffe0e0;
}
.campaign-area02 .campaign-item01:nth-child(3) {
  width: 36%;
  background: #fec6c5;
}

.campaign-area02 .campaign-item01::before {
  content: counter(number02);
  position: absolute;
  top: -14px;
  padding: 3px 6px 0;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: bold;
}
.campaign-area02 .campaign-item01:nth-child(1)::before {
  background: #fff;
}
.campaign-area02 .campaign-item01:nth-child(2)::before {
  background: #ffe0e0;
}
.campaign-area02 .campaign-item01:nth-child(3)::before {
  background: #fec6c5;
}

.campaign-area02 .campaign-item01:nth-child(1)::after,
.campaign-area02 .campaign-item01:nth-child(2)::after {
  content: '';
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}
.campaign-area02 .campaign-item01:nth-child(1)::after {
  border-left: 30px solid #fff;
}

.campaign-area02 .campaign-item01:nth-child(2)::after {
  border-left: 30px solid #ffe0e0;
}

.campaign-area02 .campaign-item02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}

.campaign-area02 .campaign-box01 {
  position: relative;
  margin: 0 auto;
  max-width: 690px;
  background: #fff;
  border-radius: 10px;
  counter-increment: step;
}
.campaign-area02 .campaign-box01:first-of-type {
  margin-top: 40px;
}
.campaign-area02 .campaign-box01::before {
  position: absolute;
  content: "STEP";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px 48px 0;
  width: 92px;
  height: 92px;
  background: #333;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px 0 100% 0;
}
.campaign-area02 .campaign-box01::after {
  position: absolute;
  top: 36px;
  left: 32px;
  content: counter(step);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 10px 0 92% 0;
}
.campaign-box01-inner {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
}
.campaign-area02 .campaign-box02 {
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 690px;
  background: #fff;
  border-radius: 10px;
}

.campaign-area02 .campaign-flexbox01 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 460px;
  height: auto;
}

.campaign-area02 .campaign-accordion-wrap01 {
  margin: 0 auto;
  max-width: 450px;
  background: #ff817e;
  border: 4px solid #ff817e;
  border-radius: 10px;
}
.campaign-area02 .campaign-accordion-icn01 {
  position: absolute;
  right: 6.25%;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  font-size: 0;
}
.campaign-area02 .campaign-accordion-icn01::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  inset: 0;
  margin: auto;
  background: #fff;
}
.campaign-area02 .campaign-accordion-icn01::after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 2px;
  inset: 0;
  margin: auto;
  background: #fff;
}
.campaign-area02 .is-show .campaign-accordion-icn01::after {
  display: none;
}

.campaign-area02 .campaign-head02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2px 25px 0;
  background: #ff817e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.campaign-area02 .campaign-head02:hover {
  cursor: pointer;
}
.campaign-area02 .campaign-body02 {
  max-width: 690px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-top: 4px solid #ff817e;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}

.campaign-area02 .campaign-btn-wrap02 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.campaign-area02 .campaign-btn01,
.campaign-area02 .campaign-btn01:visited {
  color: #fff;
  border-radius: 31px;
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, .25);
}
.campaign-area02 .campaign-btn01::before {
  left: auto;
  right: 5%;
}
.campaign-area02 .campaign-btn02,
.campaign-area02 .campaign-btn02:focus {
  background: #ff817e;
  border: none;
  border-radius: 31px;
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, .25);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.campaign-btn02::before {
  left: 20px;
  width: 14px;
  height: 2px;
  background: #fff;
}
.campaign-area02 .campaign-ttl01 {
  color: #e60000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.campaign-area02 .campaign-ttl02 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.campaign-area02 .campaign-ttl03 {
  padding-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.campaign-area02 .campaign-txt01 {
  padding: 0 19.7%;
  text-align: center;
}
.campaign-area02 .campaign-txt02 {
  margin-top: 10px;
  text-align: center;
}

.campaign-area02 .campaign-num01 {
  margin-right: 8px;
  font-size: 2rem;
}

.campaign-area02 .campaign-img01 {
  margin-top: 10px;
}
.campaign-area02 .campaign-img02 {
  object-fit: cover;
  width: auto;
}

.campaign-area02 .campaign-anchor-wrap {
  text-align: center;
}
.campaign-area02 .campaign-anchor01,
.campaign-area02 .campaign-anchor01:visited,
.campaign-area02 .campaign-anchor02,
.campaign-area02 .campaign-anchor02:visited {
  position: relative;
  padding-left: 30px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.campaign-area02 .campaign-box01 .campaign-anchor01 {
  font-size: 1.4rem;
}
.campaign-area02 .campaign-anchor01:hover,
.campaign-area02 .campaign-anchor02::before {
  color: #e60000;
}
.campaign-area02 .campaign-anchor01::before,
.campaign-area02 .campaign-anchor02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/tsukau/lp/coin_202606_2/imgs/arrow_icn_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 22px;
}
.campaign-area02 .campaign-anchor02::before {
  background-image: url(/tsukau/lp/coin_202606_2/imgs/arrow_icn_04.png);
}

@media screen and (max-width: 48em) {
  .campaign-area02 {
    background-image:
      radial-gradient(circle, #fff8f8 0 12px, transparent 13px),
      radial-gradient(circle, #fff8f8 0 12px, transparent 13px);
    background-size: 34px 34px;
    background-position:
      0 0,
      17px 17px;
  }

  .campaign-area02-inner {
    padding: 40px 0 20px;
  }

  .campaign-area02 .campaign-ttl01 {
    font-size: 2.2rem;
  }

  .campaign-area02 .campaign-ttl02 {
    margin-top: 8px;
    font-size: 1.6rem;
  }

  .campaign-area02 .campaign-list01 {
    margin: 18px auto 0;
  }
  .campaign-area02 .campaign-item01 {
    height: 90px;
    font-size: 1.6rem;
  }
  .campaign-area02 .campaign-item01::before {
    top: -8px;
    padding: 3px 3px 0;
    font-size: 2.2rem;
  }
  .campaign-area02 .campaign-item01:nth-child(2) {
    padding-top: 16px;
    padding-left: 20px;
  }
  .campaign-area02 .campaign-item01:nth-child(1)::after {
    border-left: 20px solid #fff;
  }

  .campaign-area02 .campaign-item01:nth-child(2)::after {
    border-left: 20px solid #ffe0e0;
  }
  .campaign-area02 .campaign-item01:nth-child(1)::after,
  .campaign-area02 .campaign-item01:nth-child(2)::after {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
  }
  .campaign-area02 .campaign-item02 {
    font-size: 1.2rem;
    gap: 16px;
  }
  .campaign-box-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .campaign-box01-inner {
    padding: 0 4% 30px;
  }
  .campaign-area02 .campaign-box01:first-of-type {
    margin-top: 20px;
  }

  .campaign-area02 .campaign-box01::before {
    padding: 20px 0 44px;
    width: 64px;
    height: 64px;
    font-size: 1.6rem;
    border-radius: 10px 0 70% 0;
  }
  .campaign-area02 .campaign-box01::after {
    top: 24px;
    left: 24px;
    font-size: 2.2rem;
  }
  .campaign-area02 .campaign-box02 {
    padding: 30px 4%;
  }
  .campaign-area02 .campaign-accordion-icn01 {
    right: 3%;
  }
  .campaign-area02 .campaign-img01 {
    width: 70%;
  }
  .campaign-area02 .campaign-accordion-wrap01 {
    border: 2px solid #ff817e;
  }
  .campaign-area02 .campaign-body02 {
    padding: 20px 5%;
    border-top: 2px solid #ff817e;
  }
  .campaign-area02 .campaign-head02 {
    padding: 4px 10px 2px 0;
    line-height: 1.8;
    border-radius: 10px;
  }
  .campaign-area02 .campaign-btn01 {
    padding: 8px 35px;
    border-radius: 29px;
  }
  .campaign-area02 .campaign-btn02,
  .campaign-area02 .campaign-btn02:focus {
    padding: 6px 35px;
    width: 70%;
  }
  .campaign-area02 .campaign-ttl03 {
    padding-top: 20px;
    font-size: 2rem;
  }
  .campaign-area02 .campaign-txt01 {
    padding: 0;
  }
  .campaign-area02 .campaign-txt02 {
    margin-top: 16px;
  }
  .campaign-area02 .campaign-anchor01,
  .campaign-area02 .campaign-anchor01:visited {
    padding-left: 26px;
    font-size: 1.2rem;
  }
  .campaign-area02 .campaign-anchor01::before {
    top: -4px;
  }
}


/* notes-area */
.notes-area-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 40px 10px 60px;
}

.notes-accordion-wrap01 {
  border: 4px solid #ffe0e0;
  border-radius: 10px;
  counter-increment: question;
  background: #ffe0e0;
}
.notes-accordion-wrap01:not(:first-child) {
  margin-top: 20px;
}
.notes-accordion-icn01 {
  position: absolute;
  right: 1.65%;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  font-size: 0;
}
.notes-accordion-icn01::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  inset: 0;
  margin: auto;
  background: #333;
}
.notes-accordion-icn01::after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 2px;
  inset: 0;
  margin: auto;
  background: #333;
}
.is-show .notes-accordion-icn01::after {
  display: none;
}

.notes-head01 {
  padding: 9px 10px 10px;
  border-radius: 10px 10px 0 0;
  background: #ff817e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.notes-head02 {
  position: relative;
  display: flex;
  padding: 9px 25px 7px;
  border-radius: 10px;
  background: #ffe0e0;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}
.notes-head02:hover {
  cursor: pointer;
}
.notes-head02::before {
  content: "Q" counter(question);
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}

.notes-body01 {
  padding: 18px 26px;
  border: 4px solid #ff817e;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}
.notes-body02 {
  padding: 20px;
  border-top: 4px solid #ffe0e0;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  background: #fff;
}

.notes-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.notes-txt01 {
  font-size: 1.6rem;
  text-align: center;
}
.notes-txt02 {
  font-size: 1.4rem;
}
.notes-txt03 {
  font-size: 1.4rem;
}
.notes-txt04 {
  max-width: 690px;
  margin: 0 auto;
}

.notes-img01 {
  max-width: 690px;
  margin: 0 auto;
}

@media screen and (max-width: 48em) {
  .notes-area-inner {
    padding: 40px 4%;
  }
  .notes-accordion-wrap01 {
    border: 2px solid #ffe0e0;
  }
  .notes-accordion-icn01 {
    right: 3.5%;
  }
  .notes-head01 {
    padding: 13px 10px 7px;
  }
  .notes-head02 {
    padding: 5px 9% 3px 3%;
  }
  .notes-head02::before {
    margin-right: 6px;
  }
  .notes-body01 {
    padding: 18px 4%;
    border: 2px solid #ff817e;
  }
  .notes-body02 {
    padding: 10px 3%;
  }
  .notes-ttl {
    font-size: 2.2rem;
  }
  .notes-txt01 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}


/* contact-area */
.contact-area {
  background: #fcf2f2;
}
.contact-area-inner {
  padding: 40px 10px 48px;
}

.contact-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.contact-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 0;
}
.contact-btn01 {
  max-width: 450px;
  margin: 10px auto 0;
  padding: 0 35px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 32px;
  border: 2px solid #e60000;
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, .25);
  box-sizing: border-box;
}
.contact-btn01::before {
  content: none;
}
@media screen and (max-width: 48em) {
  .contact-area-inner {
    padding: 16px 5% 40px;
  }
  .contact-ttl {
    font-size: 2rem;
  }
  .contact-btn01 {
    padding: 2px 15px 0;
    font-size: 1.6rem;
  }
}


/* app-area */
.app-area-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 60px 10px 0;
}

.app-container01 {
  margin: 0 auto;
  max-width: 1000px;
}

.app-box01,
.app-box02,
.app-box03 {
  background: #f9f9f9;
}
.app-box01 {
  margin-top: 30px;
  padding: 30px 10px;
  border-radius: 30px;
}
.app-box02 {
  margin-top: 30px;
  padding: 30px 10px;
}
.app-box03 {
  margin-top: 30px;
  padding: 40px 10px;
}
.app-innerbox01,
.app-innerbox02,
.app-innerbox03 {
  margin: 0 auto;
  max-width: 910px;
}
.app-innerbox01 {
  padding: 20px 40px;
  border-radius: 30px 30px 0 0;
  background: #fff;
}
.app-innerbox02 {
  padding: 50px 10px 30px;
  background: #fff;
}
.app-innerbox03 {
  padding: 50px 10px 20px;
  border-radius: 0 0 30px 30px;
  background: #fff;
}

.app-flexbox01 {
  display: flex;
  align-items: center;
  max-width: 734px;
  margin: 0 auto;
}
.app-flexbox01 .app-btn01 {
  margin: 0;
  margin-right: 20px;
}
.app-flexbox02 {
  display: flex;
  align-items: center;
}
.app-flexbox02 .app-btn01 {
  margin: 0;
  margin-right: 20px;
}
.app-flexbox03 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.app-flexbox04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.app-fukidashi01 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 34px;
  background: #fdefed;
  border-radius: 15px;
}
.app-fukidashi01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 16px 0 16px;
  border-color: #fdefed transparent transparent;
  translate: -50% 100%;
}

.app-ttl01 {
  color: #5a5a5a;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.app-ttl02 {
  color: #5a5a5a;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.app-ttl03 {
  color: #5a5a5a;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.app-box02 .app-ttl03,
.app-box03 .app-ttl03 {
  margin: 15px 0;
}
.app-ttl04 {
  color: #5a5a5a;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.app-sub-ttl02 {
  color: #5a5a5a;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.app-sub-ttl03 {
  color: #e60000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.app-ruby01 {
  position: relative;
}
.app-ruby01::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0;
  color: #e60000;
}

.app-txt01 {
  font-size: 2rem;
  text-align: center;
}
.app-txt02 {
  font-size: 1.4rem;
}
.app-txt03 {
  margin-top: 14px;
  color: #5a5a5a;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.app-btn01,
.app-btn01:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 107px;
  margin: 0 auto;
  padding: 8px 10px;
  border: 2px solid #e60000;
  border-radius: 23px;
  background: #fff;
  color: #e60000;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.app-btn01.app-btn01-anchor {
  max-width: 133px;
}
.app-btn01.app-btn01-anchor::before {
  content: "";
  margin-right: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  color: #e60000;
  transform: rotate(135deg);
}
.app-btn01.app-btn01-anchor:hover {
  opacity: .5;
}

.app-img01 {
  max-width: 325px;
  width: 100%;
}
.app-img02,
.app-img03,
.app-img04,
.app-img05 {
  max-width: 275px;
  width: 100%;
}
.app-img06 {
  max-width: 275px;
  width: 100%;
}

.app-img07 {
  max-width: 470px;
  width: 100%;
}

@media screen and (max-width: 48em) {
  .app-area-inner {
    padding: 40px 4% 0;
  }

  .app-box01 {
    margin-top: 20px;
    padding: 20px 3%;
    border-radius: 0;
  }
  .app-box02 {
    padding: 15px 5%;
  }
  .app-box03 {
    margin-top: 20px;
    padding: 20px 5%;
    border-radius: 15px;
  }
  .app-innerbox01 {
    padding: 20px 5%;
    border-radius: 15px 15px 0 0;
  }
  .app-innerbox02 {
    padding: 20px 5% 10px;
  }
  .app-innerbox03 {
    padding: 20px 5% 30px;
  }

  .app-flexbox01,
  .app-flexbox02,
  .app-flexbox03 {
    flex-direction: column;
  }
  .app-flexbox01 .app-txt02 {
    margin-top: 20px;
  }
  .app-flexbox02 .app-txt02 {
    margin-top: 10px;
  }
  .app-flexbox03 {
    gap: 10px;
  }
  .app-flexbox04 {
    gap: 10px;
  }

  .app-fukidashi01 {
    padding: 15px 10px;
  }

  .app-flexbox02 .app-btn01 {
    margin: 0;
  }

  .app-ttl01 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .app-ttl02 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .app-ttl03 {
    font-size: 2.2rem;
  }
  .app-box02 .app-ttl03 {
    margin: 5px 0 0;
  }
  .app-box03 .app-ttl03 {
    margin: 15px 0 5px;
    line-height: 1.2;
  }
  .app-ttl03-small {
    font-size: 1.8rem;
  }
  .app-sub-ttl02 {
    font-size: 2rem;
  }
  .app-sub-ttl03 {
    font-size: 1.6rem;
  }
  .app-txt01 {
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .app-txt03 {
    margin-top: 8px;
  }
  .app-btn01,
  .app-btn01:visited {
    max-width: 150px;
    padding: 8px 10px 5px;
  }
  .app-btn01.app-btn01-anchor {
    max-width: 150px;
  }
  .app-btn01.app-btn01-anchor::before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }

  .app-img07 {
    max-width: 275px;
  }
}


/* fixed-cv */
.fixed-cv {
  background-color: #f2f2f2;
  filter: drop-shadow(0 -10px 12px rgba(0, 0, 0, .16));
}

.fixed-cv.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.fixed-inner {
  padding: 20px 0;
}
@media screen and (max-width: 48em) {
  .fixed-inner {
    padding: 10px 0;
  }
}

/* modal */
.qr-popup-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 11;
  transition: .4s ease-in-out;
}

.qr-popup-block.is-show {
  opacity: 1;
  visibility: visible;
  transition: .4s ease-in-out;
}

.m-modal_htmlinner {
  padding: 0;
}

.modal-content-box {
  display: flex;
  justify-content: space-between;
  background: #ffe7ec;
  padding: 15px 30px 5px 33px;
  gap: 10px;
}

.content-box-img {
  object-fit: contain;
}

.content-txt-box {
  width: 48%;
}

.modal-content-txt {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.modal-content-txt-xl {
  font-size: 1.56em;
}
.modal-content-txt-l {
  font-size: 1.16em;
}
.modal-content-txt-s {
  font-size: .8em;
}
.modal-content-txt-xs {
  font-size: .56em;
  white-space: nowrap;
  font-weight: normal;
}

.content-txt-box .m-collist-notes-num2 {
  white-space: nowrap;
}

.qr-wrap {
  max-width: 130px;
}

.modal-info-content-box {
  padding: 15px 35px 30px;
}

.modal-attention-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.8rem;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px 0 10px 7rem;
  gap: 0 31px;
}

.modal-attention-list .list-item {
  width: calc(50% - 50px);
  position: relative;
  padding-left: 1em;
}
.modal-attention-list .list-item.-row {
  width: calc(100% - 50px);
}
.modal-attention-list .list-item:nth-child(n + 3) {
  margin-top: 5px;
}
.modal-attention-list .list-item::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #999;
  width: 15px;
  height: 15px;
  top: .3em;
  left: -10px;
}

.content-important-box {
  border-radius: 11px;
  border: solid 2px #e00000;
  padding: 15px 25px 10px;
}

.content-important-box .clm2wrap {
  display: flex;
  gap: 12px;
}

.important-box-txt {
  flex: 1;
  font-size: 1.8rem;
}

.modal-qr-box {
  padding-bottom: 28px;
}

.modal-btn01 {
  color: #fff;
  border-radius: 31px;
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, .25);
}

@media screen and (max-width: 48em ) {
  .modal-content-box {
    justify-content: space-around;
    align-items: center;
    padding: 15px 15px 5px 13px;
    gap: 8px;
  }

  .content-box-img {
    width: 36%;
  }

  .content-txt-box {
    flex: 1;
  }

  .modal-content-txt {
    font-size: 1.6rem;
  }

  .modal-content-txt-xl {
    font-size: 1.25em;
  }
  .modal-content-txt-l {
    font-size: 1.16em;
  }
  .modal-content-txt-s {
    font-size: .75em;
  }
  .modal-content-txt-xs {
    font-size: .56em;
    white-space: nowrap;
    font-weight: normal;
  }

  .qr-img {
    height: 174px;
  }

  .modal-btn-wrap {
    background: #ffe7ec;
    width: 100%;
    padding: 5px 15px 0;
  }

  .modal-info-content-box {
    padding: 8px 16px 30px;
  }

  .modal-attention-list {
    font-size: 1.6rem;
    border-radius: 8px;
    gap: 0 67px;
    padding-left: 21px;
  }

  .modal-attention-list .list-item:before {
    width: 9px;
    height: 9px;
    left: -1px;
    top: .45em;
  }

  .content-important-box {
    border-radius: 8px;
    padding: 7px 8px 10px;
  }

  .content-important-box .clm2wrap {
    gap: 0;
  }

  .important-box-txt {
    flex: 1;
    font-size: 1.5rem;
  }

  .modal-qr-box {
    padding-bottom: 28px;
  }
}

.campaign-item01.-isballoon {
  flex-direction: column;
  gap: 9px;
}
.campaign-item01 .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  background: #e3d28b;
  border-radius: 99px;
}
.campaign-item01 .balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  border-right: 6px solid rgba(0,0,0,0);
  border-left: 6px solid rgba(0,0,0,0);
  border-top: 9px solid #e3d28b;
}
.campaign-item01 .item-txt {
  display: block;
}
@media screen and (max-width: 48em ) {
  .campaign-item01.-isballoon {
    line-height: 1.2;
    letter-spacing: -0.02rem;
  }
  .campaign-item01 .balloon {
    padding: 3px 15px;
    font-size: 1.4rem;
  }
}

.btn {
  display: block;
  position: relative;
  max-width: 450px;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 32px;
  background: #e00000;
  box-shadow: 0 13px 10px 0 rgba(0, 0, 0, .25);
  margin: auto;
  padding: 13px 60px;
}
.btn:visited,
.button:active {
  color: #fff;
}
.btn:hover {
  opacity: .7;
  color: #fff;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 28px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn.-blank::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 29px;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url(/tsukau/lp/coin_202606_1/imgs/blank_icn_01.png) no-repeat top / auto;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .btn {
    max-width: 317px;
    font-size: 1.8rem;
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, .25);
    margin: auto;
    padding: 8px 30px;
  }
  .btn::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }

  .btn.-blank::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 20px;
    background-size: contain;
  }
}

.about-block {
  position: relative;
  padding: 23px 55px 63px;
  overflow: hidden;
}

.about-box {
  max-width: 1090px;
  padding: 90px 10px 70px;
  margin: 80px auto 0;
  background: #fff;
  text-align: center;
}

.coin-plus.about-box {
  padding-top: 0;
}

.coin-plus-ttl {
  margin-bottom: 70px;
}

.coin-plus-txt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.coin-plus-link {
  max-width: 740px;
  margin: 20px auto 0;
}

.about-txt-box {
  max-width: 730px;
  margin: auto;
  padding: 0 50px;
}
.about-txt {
  font-size: 2rem;
}

.logo-block {
  max-width: 450px;
  border: 2px solid #c4c4c4;
  background: #fff;
  margin: 40px auto 80px;
  padding: 5px 30px;
}

.campaign-box03 {
  margin: 0 auto;
  padding: 40px;
  max-width: 690px;
  background: #fff;
  border-radius: 10px;
}

.campaign-box03-ttl {
  background: #ff817e;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 690px;
  margin: auto;
}


@media screen and (max-width: 48em) {
  .about-block {
    padding: 20px 15px 10px;
  }

  .about-txt-box {
    padding: 0 15px;
  }

  .about-block .about-txt {
    font-size: 1.6rem;
  }

  .about-box {
    padding: 40px 15px 20px;
    margin-top: 60px;
  }

  .coin-plus.about-box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }

  .coin-plus-ttl {
    margin-bottom: 30px;
  }

  .coin-plus-txt {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .coin-plus-link {
    padding: 0 15px;
  }

  .logo-block {
    margin: 20px auto;
  }

  .campaign-box03 {
    padding: 20px 10px;
    max-width: 690px;
  }

  .campaign-box03-ttl {
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px;
    font-size: 1.8rem;
  }
}

.u-pagetop {
  background: #f2f2f2;
  text-align: center;
  padding: 35px 0 29px;
}

.u-pagetop .pagetop-link {
  color: #d10f31;
  font-size: 2.4rem;
  line-height: 1.5;
  text-decoration: underline;
  background: url(/tsukau/lp/coin_202606_2/imgs/pagetop_icn_01.svg) left center no-repeat;
  padding-left: 37px;
}

.u-pagetop .pagetop-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 48em) {
  .reference-date {
    max-width: 90%;
  }

  .u-pagetop {
    padding: 9px 0 13px;
  }

  .u-pagetop .pagetop-link {
    font-size: 1.6rem;
    background-size: 12%;
  }
}