/* general */
img {
  height: auto;
}

.t-pagetop {
  z-index: 20;
}

.u-color-gray {
  color: #5a5a5a;
}

.u-color-black {
  color: #000;
}

.u-fz-xl {
  font-size: 3.2rem;
}

.btn {
  display: block;
  position: relative;
  max-width: 678px;
  width: 100%;
  font-size: 2.4rem;
  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: 16px 60px;
}
.btn:visited,
.button:active {
  color: #fff;
}
button:active {
  color: #fff;
}

.btn.-blank::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 29px;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url(/tsukau/lp/coin_202511_1/imgs/blank_icn_01.png) no-repeat top / auto;
  margin: auto;
}

.u-ico-arw-t {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.u-ico-arw-t::before {
  color: #999999;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 10px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.2%20247.4%22%20fill%3D%22%235a5a5a%22%3E%3Cpolygon%20points%3D%228.7%2C0%200%2C8.8%2053%2C61.9%200%2C114.9%208.7%2C123.7%2070.6%2C61.8%20%22%2F%3E%3C%2Fsvg%3E);
  background-size: 12px 20px;
  transform: rotate(270deg);
}

@media screen and (max-width: 48em) {
  .u-fz-sp-s {
    font-size: 1.4rem !important;
  }

  .u-fz-sp-l {
    font-size: 1.6rem !important;
  }

  .u-fz-sp-xl {
    font-size: 1.8rem !important;
  }

  .u-fz-sp-xxl {
    font-size: 2rem !important;
  }

  .u-fz-sp-xxxl {
    font-size: 2.2rem !important;
  }

  .u-margin-sp-t05 {
    margin-top: 5px !important;
  }

  .u-margin-sp-t15 {
    margin-top: 15px !important;
  }

  .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.-blank::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 20px;
    background-size: contain;
  }
}
/* general-end */

/* fv-block */
.main-content {
  background: #fbf9ef;
}

.btn-img {
  height: auto;
}

.anchor-link-wrap {
  background: #fff;
  text-align: center;
  padding: 50px 0 30px;
}

.anchor-link-wrap .anchor-link {
  position: relative;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.anchor-link-wrap .anchor-link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #724311;
  margin: auto;
}
.anchor-link-wrap .anchor-link::after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #724311;
  border-bottom: 2px solid #724311;
  transform: rotate(45deg);
  margin: auto;
}
.anchor-link-wrap .anchor-link:hover {
  opacity: .7;
}

.bnr-ttl {
  display: flex;
  letter-spacing: -2px;
  color: #381d00;
  justify-content: center;
  align-items: center;
  max-width: 483px;
  height: 56px;
  text-align: center;
  background: url(/tsukau/lp/coin_202511_1/imgs/bnr_bg_01.png) no-repeat top / auto;
  margin: auto;
  padding: 6px 30px 0;
}

.bnr-link {
  display: block;
  max-width: 500px;
  margin: auto;
}

.bnr-link:hover {
  opacity: .7;
}

@media screen and (max-width: 48em) {
  .anchor-link {
    text-align: center;
  }

  .anchor-link-wrap {
    padding: 30px 0 10px 23px;
  }

  .anchor-link-wrap .anchor-link {
    font-size: 1.6rem;
  }

  .anchor-link-wrap .anchor-link::before {
    left: -33px;
    width: 17px;
    height: 17px;
  }

  .anchor-link-wrap .anchor-link::after {
    top: -3px;
    bottom: 0;
    left: -28px;
    width: 8px;
    height: 8px;
  }

  .bnr-ttl {
    letter-spacing: 0;
    height: 42px;
    background-size: contain;
    padding: 6px 15px 0;
  }

  .bnr-link {
    display: block;
    margin: auto;
  }

  .bnr-link:hover {
    opacity: .7;
  }
}
/* fv-block-end */
/* about-block */
.about-block {
  position: relative;
  padding: 0 175px 90px;
  z-index: 10;
}

.about-ttl {
  width: 226px;
  height: 80px;
  margin: auto;
}

.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: auto;
  padding: 17px 30px;
}

@media screen and (max-width: 48em) {
  .about-block {
    padding: 0 15px 55px;
  }

  .about-ttl {
    width: 100%;
    height: auto;
  }

  .about-txt-box {
    padding: 0 15px;
  }

  .about-block .about-txt {
    font-size: 1.6rem;
  }
}
/* about-block-end */

/* benefit-block */
.section-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  gap: 30px;
  z-index: 5;
  overflow-x: clip;
}
.section-ttl::before {
  content: "";
  width: 100vw;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-left: 50vw solid #f9efe5;
  border-right: 50vw solid #fff;
  border-bottom: 140px solid #fbf3ef;
  border-top: 140px solid #fbf9ef;
  z-index: -5;
}
.benefit-block .section-ttl::before {
  top: -110px;
}

.bubble-txt {
  display: inline-block;
  position: relative;
  padding: 2px 30px;
  background: #724311;
  color: #fff;
  border-radius: 25px;
  font-size: 2rem;
  line-height: 1.4;
}
.bubble-txt::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 17px 17px 0 17px;
  border-style: solid;
  border-color: #724311 transparent transparent transparent;
}

.benefit-content-wrap {
  position: relative;
  background-color: #fbf3ef;
  padding: 40px 40px 130px 40px;
}

.step-img {
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}

.step-box {
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
}

.step-box + .step-box {
  margin-top: 100px;
}

.step-box-content {
  padding: 0 10px;
}

.step-box .content-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.step-box-content.-step1 .m-collist {
  max-width: 690px;
  margin: auto;
}
.step-box-content.-step2 .m-collist {
  max-width: 676px;
  margin: auto;
}

.step-box-content.-step3 .txt-box {
  max-width: 776px;
  margin: auto;
}

.clm-box {
  display: flex;
  justify-content: space-between;
  max-width: 456px;
  margin: auto;
}

@media screen and (max-width: 48em) {
  .section-ttl {
    height: 80px;
    gap: 0;
    justify-content: space-between;
  }
  .section-ttl::before {
    height: 100px;
    border-width: 50px 50vw 50px 50vw;
  }

  .benefit-block .section-ttl::before {
    top: -20px;
  }

  .bubble-txt {
    padding: 2px 15px;
    font-size: 1.4rem;
  }
  .bubble-txt::before {
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px 7px 0 7px;
  }

  .step-img {
    margin: 0 0 30px;
  }

  .benefit-content-wrap {
    padding: 30px 0 66px 0;
  }

  .step-box {
    padding: 0;
  }

  .step-box + .step-box {
    margin-top: 50px;
  }

  .step-box-content {
    padding: 0 10px;
  }

  .step-box .content-ttl {
    font-size: 1.8rem;
    line-height: 1.2
  }

  .step-box-content.-step1 .m-collist {
    max-width: 95%;
    line-height: 1.4;
  }

  .step-box-content.-step2 .m-collist {
    max-width: 90%;
  }

  .step-box-content.-step3 .txt-box {
    max-width: 776px;
  }

  .clm-box {
    max-width: 285px;
    gap: 20px;
  }
}
/* benefit-block-end */
/* method-block */
.method-block {
  background: #fce3e3;
  padding-bottom: 60px;
}

@media screen and (max-width: 48em) {
  .a-ico_arw-r::before {
    top: .43em;
    width: 5px;
    height: 9px;
    background-size: 10px 18px;
  }

  .a-ico_arw-b {
    padding-left: 16px;
  }
  .a-ico_arw-b::before {
    top: .65em;
    width: 9px;
    height: 5px;
    background-size: 18px 10px;
  }

  .triangle-arrow {
    width: 22px;
    height: 15px;
    background-size: contain;
  }

  .triangle-double {
    padding: 15px 0 10px;
  }

  .triangle-arrow.-double {
    height: 36px;
    background-size: contain;
  }

  .step-end-block {
    padding: 0 10px 60px;
  }

  .method-block {
    padding-bottom: 30px;
  }
}
/* method-block-end */
/* registration-area */
.accordion-btn {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  padding: 18px 30px;
  margin: auto;
  background: #bf9a4a;
  border-radius: 20px;
}
.m-accordion.is-show .accordion-btn {
  border-radius: 20px 20px 0 0;
}

.accordion-btn:hover {
  cursor: pointer;
}
.accordion-btn-icn {
  content: "";
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  font-size: 0;
}
.accordion-btn-icn::before,
.accordion-btn-icn::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  inset: 0;
  margin: auto;
}
.accordion-btn-icn::before {
  width: 41px;
  height: 6px;
}
.accordion-btn-icn::after {
  width: 6px;
  height: 41px;
}
.is-show .accordion-btn-icn::after {
  display: none;
}

.m-accordion_body {
  background: #fff;
  padding: 40px 30px;
  border-style: none;
}

.method-accordion-inner {
  max-width: 920px;
  margin: auto;
}

.boot-box,
.password-box {
  max-width: 690px;
  background: #fff;
  padding: 22px 30px;
  margin: auto;
  border-radius: 20px;
}
.password-box {
  padding-bottom: 60px;
}

.boot-box-ttl,
.password-box-ttl,
.forget-ttl {
  font-size: 3.6rem;
  text-align: center;
}

.password-box-ttl,
.forget-ttl {
  line-height: 1.3;
}

.password-txt,
.forget-txt {
  font-size: 3.2rem;
  line-height: 1.5;
}

.boot-box .m-collist {
  font-size: 2rem;
}

.forget-box {
  border: 2px solid #3d3d3d;
  padding: 20px 25px;
}

.method-ttl {
  font-size: 3.6rem;
  line-height: 1.3;
  padding: 44px 100px;
  text-align: center;
  border-bottom: solid 2px #808080;
}

.method-inner-ttl {
  font-size: 2.8rem;
  text-align: center;
}

.method-inner-txt {
  font-size: 2.4rem;
  text-align: center;
}

.method-block .clm-box {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  margin: auto;
}

.app-link:hover,
.btn:hover {
  opacity: .7;
}

.app-notice {
  max-width: 570px;
}

.accordion-btn-ttl {
  text-align: center;
}

.method-accordion-area {
  max-width: 1080px;
  margin: auto;
  padding-bottom: 10px;
}

.btn.-close {
  max-width: 416px;
  background: #bf9a4a;
  margin: auto;
}

.btn.-close::before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 3em);
  width: 25px;
  height: 4px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.method-accordion .btn {
  font-size: 2.4rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .4);
}

.acc-body-ttl {
  font-size: 3.2rem;
  color: #a17c2c;
  background: #ede7d3;
  text-align: center;
}

.acc-body-txt {
  max-width: 768px;
  font-size: 2rem;
  text-align: center;
  margin: auto;
}

.triangle-arrow {
  display: block;
  position: relative;
  width: 44px;
  height: 30px;
  border-width: 0;
  background: url(/tsukau/lp/coin_202511_1/imgs/step_arrow_01.png) no-repeat top / auto;
}
.triangle-double {
  padding: 27px 0 20px;
}
.triangle-arrow.-double {
  height: 75px;
  background-repeat:space;
}

.step-box .bnr-area .m-collist{
  max-width: 595px;
  margin: auto;
}

@media screen and (max-width: 48em) {
  .method-accordion-area {
    max-width: 97%;
    padding-bottom: 0;
  }

  .accordion-btn-ttl {
    font-size: 1.8rem;
  }

  .accordion-btn {
    font-size: 2rem;
    line-height: 1.3;
    padding: 13px 25px;
    border-radius: 15px;
  }

  .step-box-content.-step2 .accordion-btn {
    padding: 3px 25px;
  }

  .accordion-btn.-inner {
    max-width: 690px;
    font-size: 3.2rem;
    line-height: 1.3;
    padding: 15px;
    border-bottom: solid 2px #66ceec;
  }

  .accordion-btn-icn {
    right: 3%;
    width: 20px;
    height: 20px;
  }

  .accordion-btn-icn::before {
    width: 20px;
    height: 3px;
  }

  .accordion-btn-icn::after {
    width: 3px;
    height: 20px;
  }

  .m-accordion_body {
    padding: 20px 5px;
  }

  .boot-box,
  .password-box {
    max-width: 690px;
    padding: 15px;
    border-radius: 20px;
  }

  .password-box {
    padding-bottom: 30px;
  }

  .password-box-img {
    width: 50%;
  }

  .boot-box-ttl,
  .password-box-ttl,
  .forget-ttl {
    font-size: 1.8rem;
  }

  .password-box-ttl,
  .forget-ttl {
    line-height: 1.3;
  }

  .password-txt,
  .forget-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .boot-box .m-collist {
    font-size: 1.6rem;
  }

  .forget-box {
    padding: 15px;
  }

  .method-ttl {
    font-size: 2rem;
    line-height: 1.3;
    padding: 22px 50px;
  }

  .method-inner-ttl {
    font-size: 2rem;
  }

  .method-inner-txt {
    font-size: 1.6rem;
  }

  .method-inner-img {
    width: 50%;
  }

  .method-block .clm-box {
    max-width: 570px;
    gap: 20px;
  }

  .btn {
    font-size: 1.8rem;
    padding: 9px 0;
  }

  .btn.-detail::before {
    right: 8.6%;
    width: 15px;
    height: 11px;
  }

  .btn.-close::before {
    left: calc(50% - 3em);
    width: 16px;
    height: 2px;
  }

  .method-accordion .btn {
    font-size: 1.6rem;
  }

  .acc-body-ttl {
    font-size: 1.6rem;
  }

  .acc-body-txt {
    font-size: 1.6rem;
  }

  .btn-img {
    width: 100%;
  }
}
/* registration-area-end */
/* outline-block */
.outline-block .section-ttl {
  height: 90px;
  justify-content: flex-end;
}
.outline-block .section-ttl::before {
  top: -96px;
  border-left: 50vw solid #f9f2e5;
  border-right: 50vw solid #fff;
  border-bottom: 140px solid #fbf9ef;
  border-top: 140px solid #fbf3ef;
}

.outline-content {
  position: relative;
  padding: 0 20px;
  z-index: 15;
}

.outline-content-inner {
  max-width: 1080px;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 40px 30px 23px;
}

.overview-list {
  margin-bottom: 0;
}

.list-ttl {
  position: relative;
  font-size: 2rem;
  color: #4d2801;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.list-ttl::after {
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(77, 40, 1, 1) 0%,
    rgba(77, 40, 1, 0) 100%
  );
}

.list-txt {
  width: 100%;
  font-size: 2rem;
}
.overview-list .list-txt:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.overview-list .m-collist-ico1 > li::before {
  width: 15px;
  height: 15px;
  top: 0.3em;
  left: 7px;
}
.overview-list .m-collist-ico1 > li {
  padding-left: 25px;
}

.overview-list .m-collist-ico1.m-indent > li::before {
  width: 5px;
  height: 5px;
  top: .55em;
  left: 10px;
}
.overview-list .m-collist-ico1.m-indent > li {
  padding-left: 20px;
}


.overview-list .m-collist-link {
  font-size: 1.4rem;
}

.overview-inner-ttl {
  font-size: 2rem;
}

@media screen and (max-width: 48em ) {
  .outline-block {
    padding-bottom: 66px;
  }

  .outline-block .section-ttl {
    height: 100px;
  }

  .outline-block .section-ttl::before {
    height: 100px;
    border-width: 50px 50vw 50px 50vw;
  }

  .outline-block  .section-ttl::before {
    top: 0;
  }

  .outline-content-inner {
    border-radius: 5px;
    padding: 20px 15px 30px;
  }

  .outline-block .overview-list {
    padding: 10px 0 0 0;
    border-radius: 0 0 10px 10px;
  }

  .list-ttl {
    font-size: 1.6rem;
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin-bottom: 6px;
  }

  .list-txt {
    width: 100%;
    font-size: 1.6rem;
  }

  .list-txt .m-collist {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* outline-block-end */
/* notes-block */
.notes-block {
  background: #fbf3ef;
  padding-bottom: 85px;
}
.notes-block .section-ttl {
  height: 157px;
  justify-content: flex-end;
}
.notes-block .section-ttl::before {
  top: -62px;
  border-left: 50vw solid #f9efe5;
  border-right: 50vw solid #fff;
  border-bottom: 140px solid #fbf3ef;
  border-top: 140px solid #fbf9ef;
}

.overview-list {
  position: relative;
  max-width: 1080px;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 65px 30px 60px;
  z-index: 15;
}
.outline-content-inner .overview-list {
  padding: 0;
}

.notes-list .m-collist-ico1 > li::before {
  width: 10px;
  height: 10px;
  top: .5em;
  left: 3px;
}

@media screen and (max-width: 48em) {
  .notes-block {
    padding-bottom: 60px;
  }

  .notes-block .section-ttl {
    height: 80px;
    gap: 0;
    justify-content: space-between;
  }
  .notes-block .section-ttl::before {
    height: 100px;
    border-width: 50px 50vw 50px 50vw;
  }

  .notes-block .section-ttl::before {
    top: 7px;
  }

  .overview-list {
    padding: 30px 15px;
  }

  .overview-list .m-collist-ico1 > li {
    padding-left: 15px;
  }

  .overview-list .m-collist-ico1 > li::before {
    left: 0;
  }

  .overview-inner-ttl {
    font-size: 1.4rem;
  }

  .outline-content {
    padding: 0 15px;
  }

  .notes-area {
    padding: 0 15px;
  }
}
/* notes-block-end */
/* info-block */
.info-block {
  padding-bottom: 80px;
}
.info-block .section-ttl {
  height: 157px;
  justify-content: flex-end;
}
.info-block .section-ttl::before {
  top: -72px;
  border-left: 50vw solid #f9f2e5;
  border-right: 50vw solid #fff;
  border-bottom: 140px solid #fbf9ef;
  border-top: 140px solid #fbf3ef;
}

.qa-area {
  position: relative;
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
  z-index: 15;
}

.faq-block-ttl {
  text-align: center;
  font-size: 2rem;
  color: #4d2801;
}

.faq-accordion {
  background: #fff;
}

.faq-accordion + .faq-accordion {
  margin-top: 15px;
}

.faq-accordion-btn {
  position: relative;
  background: #4d2801;
  border: 1px solid #4d2801;
  border-radius: 6px;
}
.m-accordion.is-show .faq-accordion-btn {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

.faq-accordion-btn:hover {
  opacity: .7;
  cursor: pointer;
}

.question-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  text-align: center;
  color: #4d2801;
  z-index: 1;
}
.question-num::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  inset: 0;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
}

.faq-btn-icn {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 0;
}

.faq-btn-icn::before,
.faq-btn-icn::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  inset: 0;
  margin: auto;
}

.faq-btn-icn::before {
  width: 25px;
  height: 4px;
}
.faq-btn-icn::after {
  width: 4px;
  height: 25px;
}
.is-show .faq-btn-icn::after {
  display: none;
}

.is-show .faq-btn-icn::before {
  rotate: 180deg;
}

.faq-accordion-ttl {
  display: flex;
  gap: 17px;
  font-size: 2rem;
  color: #fff;
  padding: 15px 60px 15px 31px;
}

.question-txt {
  flex: 1;
}

.faq-accordion .m-accordion_body {
  border: 1px solid #4d2801;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 0;
}

.faq-accordion-txt {
  padding: 13px 24px 14px 92px;
}

.answer-txt {
  font-size: 2rem;
  padding-top: 10px;
}
.answer-txt .m-collist-link {
  font-size: 1.4rem;
}

@media screen and (max-width: 48em) {
  .info-block {
    padding-bottom: 60px;
  }

  .info-block .section-ttl {
    height: 80px;
    gap: 0;
    justify-content: space-between;
  }
  .info-block .section-ttl::before {
    height: 100px;
    border-width: 50px 50vw 50px 50vw;
  }

  .info-block .section-ttl::before {
    top: -15px;
  }

  .qa-area {
    padding: 0;
  }

  .faq-accordion {
    width: 92%;
    border-width: 2px;
    margin: auto;
  }

  .faq-accordion-btn {
    border-radius: 3px;
  }

  .faq-block-ttl {
    font-size: 1.6rem;
  }

  .faq-accordion {
    padding: 0;
  }
  .faq-accordion + .faq-accordion {
    margin-top: 5px;
  }

  .faq-btn-icn {
    right: 13px;
    top: 0;
    width: 17px;
    height: 17px;
  }

  .info-block .faq-btn-icn::before {
    width: 17px;
    height: 2px;
  }
  .info-block .faq-btn-icn::after {
    width: 2px;
    height: 17px;
  }

  .faq-accordion-ttl {
    gap: 5px;
    font-size: 1.4rem;
    padding: 8px 33px 8px 15px;
    line-height: 1.4;
  }

  .faq-accordion-txt {
    gap: 0;
    padding: 7px 15px 10px 7px;
  }

  .question-num {
    width: 10%;
  }
  .question-num::before {
    width: 28px;
    height: 28px;
    left: 0;
  }

  .question-txt {
    flex: 1;
  }

  .answer-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
  }
}
/* qa-area-end */
/* inquiry-block */
.inquiry-block .section-ttl {
  height: 157px;
  justify-content: flex-end;
}
.inquiry-block .section-ttl::before {
  top: -55px;
  border-left: 50vw solid #f9f2e5;
  border-right: 50vw solid #fff;
  border-bottom: 140px solid #fbf3ef;
  border-top: 140px solid #fbf9ef;
}

.inquiry-block .btn-area {
  position: relative;
  background: #fbf3ef;
  padding-bottom: 50px;
}

.inquiry-block .btn-wrap {
  position: relative;
  z-index: 10;
}

.inquiry-block .btn {
  max-width: 690px;
  font-size: 3.2rem;
  color: #000;
  border: 2px solid #e00000;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 13px 10px 0 rgba(0, 0, 0, .25);
  padding: 14px 60px;
}
.inquiry-block .btn.two-lines {
  line-height: 1;
  border-radius: 50px;
}
.inquiry-block .btn.-blank::after {
  background: url(/tsukau/lp/coin_202511_1/imgs/blank_icn_02.png) no-repeat top / auto;
  background-size: contain;
}

@media screen and (max-width: 48em) {
  .inquiry-block .section-ttl {
    height: 80px;
    gap: 0;
    justify-content: space-between;
  }
  .inquiry-block .section-ttl::before {
    height: 100px;
    border-width: 50px 50vw 50px 50vw;
  }

  .inquiry-block .section-ttl::before {
    top: -15px;
  }

  .inquiry-block .btn-area {
    padding-bottom: 35px;
  }

  .inquiry-block .btn-wrap {
    max-width: 330px;
    margin: auto;
  }

  .inquiry-block .btn {
    font-size: 1.6rem;
    line-height: 1;
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, .25);
    padding: 7px 30px;
  }
}
/* inquiry-block-end */
/* airwallet-block */
.airwallet-block {
  background: #fff;
  padding: 131px 20px 120px;
}

.airwallet-block .block-inner {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

.airwallet-ttl,
.airwallet-block .inner-ttl {
  font-size: 3.2rem;
  color: #5a5a5a;
  text-align: center;
}

.speech-bubble {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 0.5em;
}

.speech-bubble::before,
.speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 0;
  border-top: 2px solid #5a5a5a;
}
.speech-bubble::before {
  left: -3rem;
  transform: translateY(-50%) rotate(-295deg);
}
.speech-bubble::after {
  right: -3rem;
  transform: translateY(-50%) rotate(295deg);
}

.ruby {
  position: relative;
  display: inline-block;
}
.ruby::before {
  content: "•";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6em;
  color: #e60000;
}

.feature-area .feature-box {
  text-align: center;
  border-radius: 30px ;
  background: #f9f9f9;
  padding: 30px 45px;
}

.feature-box + .feature-box {
  margin-top: 30px;
}

.feature-ttl {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background: #e60000;
  border-radius: 30px;
  margin: auto;
  padding: 10px 33px;
}

.feature-area .inner-ttl {
  font-size: 1.8rem;
  color: #e60000;
}

.feature-area .speech-bubble::before,
.feature-area .speech-bubble::after {
  font-size: 3rem;
}

.feature-area .speech-bubble::before,
.feature-area .speech-bubble::after {
  width: 50px;
  border-top: 2px solid #e60000;
}
.feature-area .speech-bubble::before {
  left: -6.5rem;
  transform: translateY(-50%) rotate(-300deg);
}
.feature-area .speech-bubble::after {
  right: -6.5rem;
  transform: translateY(-50%) rotate(300deg);
}

.feature-box .inner-content {
  background: #fff;
}
.inner-content + .inner-content {
  margin-top: 10px;
}

.feature-box .inner-box > .inner-content:first-of-type {
  border-radius: 30px 30px 0 0;
}
.feature-box .inner-box > .inner-content:last-of-type {
  border-radius: 0 0 30px 30px;
}

.inner-content.-nav {
  padding: 20px 55px;

}
.inner-content .nav-list {
  max-width: 733px;
  text-align: left;
}

.nav-link,
.case-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.nav-link + .nav-link {
  margin-top: 10px;
}

.nav-link-btn {
  border: 2px solid #e60000;
}
.nav-link-btn.btn {
  position: relative;
  max-width: 133px;
  font-size: 1.6rem;
  color: #e60000;
  font-weight: bold;
  border-radius: 32px;
  background: #fff;
  box-shadow: none;
  padding: 10px 25px 10px 45px;
  margin: 0;
}
.nav-link-btn.btn::before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e60000;
  border-bottom: 2px solid #e60000;
  transform: rotate(45deg);
  margin: auto;
}

.inner-content {
  padding: 50px 55px 30px 55px;
}

.bubble-wrap {
padding-bottom: 12px;
}

.case-bubble {
  position: relative;
  background: #fdefed;
  border-radius: 15px;
  padding: 15px 35px;
}
.case-bubble::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 17px 17px 0 17px;
  border-style: solid;
  border-color: #fdefed transparent transparent transparent;
}

.case-icn {
  max-width: 107px;
  font-size: 1.6rem;
  color: #e60000;
  font-weight: bold;
  border-radius: 32px;
  border: 2px solid #e60000;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
}

.case-flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.case-flow::after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 0;
  height: 0;
  transform: translate(-50%,-50%);
  border-left: 22px solid #e0e0e0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.flow-item{
  flex: 1 1 0;
}

@media screen and (max-width: 48em) {
  .airwallet-block {
    padding: 60px 15px 90px;
  }

  .airwallet-block .block-inner {
    padding: 0;
  }

  .airwallet-ttl {
    font-size: 2rem;
  }

  .airwallet-block .inner-ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .speech-bubble {
    padding: 0 0.5em;
  }
  .speech-bubble::before,
  .speech-bubble::after {
    width: 23px;
  }
  .speech-bubble::before {
    left: -1rem;
  }
  .speech-bubble::after {
    right: -1rem;
  }

  .ruby::before {
    top: -1em;
    left: 50%;
    font-size: 0.4em;
  }

  .feature-area .feature-box {
    padding: 20px 10px;
    border-radius: 15px;
  }

  .feature-box + .feature-box {
    margin-top: 20px;
  }

  .feature-ttl {
    font-size: 2.2rem;
    border-radius: 30px;
    padding: 5px 27px;
  }

  .feature-box .inner-ttl {
    font-size: 1.6rem;
  }

  .feature-area .speech-bubble::before {
    left: -3rem;
  }
  .feature-area .speech-bubble::after {
    right: -3rem;
  }

  .inner-content {
    padding: 15px 13px;
  }

  .feature-box .inner-box > .inner-content:first-of-type {
    border-radius: 15px 15px 0 0;
  }
  .feature-box .inner-box > .inner-content:last-of-type {
    border-radius: 0 0 15px 15px;
  }

  .nav-link, .case-txt {
    flex-direction: column;
    gap: 15px;
  }

  .nav-link-btn.btn {
    max-width: 150px;
    padding: 5px 25px 5px 45px;
  }
  .nav-link-btn.btn::before {
    left: 25px;
  }

  .nav-link-txt {
    font-size: 1.4rem;
  }

  .nav-link + .nav-link {
    margin-top: 15px;
  }

  .inner-content {
    padding: 25px px 30px 55px;
  }

  .case-bubble {
    padding: 20px 7px;
  }

  .case-icn {
    max-width: none;
    width: 150px;
    border-radius: 32px;
    padding: 7px 20px;
  }

  .case-flow {
    flex-direction: column;
    padding: 12px 0 0 0;
    gap: 84px;
  }
  .inner-content.case2 .case-flow {
    gap: 70px;
  }

  .case-flow::after {
    left: 50%;
    top: 52%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    border-left: 34px solid #e0e0e0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .inner-content.case2  .case-flow::after {
    top: 53%;
  }
}
/* airwallet-block-end */
/* bnr-block */
.bnr-block {
  background: #fbf3ef;
  padding: 20px 0;
}
/* bnr-block-end */
/* policy-info */
.policy-info {
  background: #fff;
  padding-top: 120px;
}

.policy-info .m-collist {
  max-width: 1080px;
  margin: auto;
}

.reference-date {
  text-align: right;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 14px;
}

.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_202511_1/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) {
  .policy-info {
    padding-top: 70px;
  }

  .policy-info .m-collist {
    max-width: 90%;
  }

  .reference-date {
    max-width: 90%;
  }

  .u-pagetop {
    padding: 9px 0 13px;
  }

  .u-pagetop .pagetop-link {
    font-size: 1.6rem;
    background-size: 12%;
  }
}
/* policy-info-end */
.modal-area .area-inner {
  padding: 20px 0;
  text-align: center;
}

.modal-area .qr-img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
/* modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
  background: rgba(0,0,0,.7);
  filter: alpha(opacity=50);
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.is-show {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 720px;
  width: 90%;
}

.modal-wrap .m-modal_close {
  position: absolute;
  top: -44px;
  right: 0;
}

.modal-content {
  padding: 30px;
  font-size: 3.7rem;
  max-height: 80vh;
  overflow-y: scroll;
  background: #fff;
}

.modal-txt {
  font-size: 2.5rem;
  font-weight: bold;
}
.common-modal .modal-txt {
  margin: 10px 0;
  letter-spacing: .1em;
}

.common-modal .modal-img {
  padding: 0 50px;
  align-items: center;
}

.modal-body .a-va-middle {
  width: 115px;
}

@media screen and (max-width: 48em) {
  .modal-content {
    padding: 15px;
  }

  .modal-container .m-modal_close {
    top: -30px;
  }

  .modal-list > .list-item:not(:first-child) {
    margin-top: 8px;
  }
}
/* modal-end */