.thanks {
  padding: 60px 0 40px;
}
.thanks__ttl {
  font-size: 30px !important;
}
.thanks__ttl {
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 30px;
}
.thanks__attention {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding-left: 0.5em;
  padding-bottom: 2px;
  margin: 0 auto 25px;
  text-align: center;
  max-width: 350px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d80000;
  border-radius: 9999px;
  position: relative;
  z-index: 3;
}
.thanks__attention:before, .thanks__attention:after {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_attention.svg) no-repeat left top/100%;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 10px;
}
.thanks__attention:before {
  left: 12px;
}
.thanks__attention:after {
  right: 12px;
}
.thanks__stl {
  font-size: 35px !important;
  line-height: 1.2571428571 !important;
}
.thanks__stl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.thanks__stl:before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/bg_attention.svg?1752225440323) no-repeat left top/100%;
  width: 160px;
  height: 141px;
  position: absolute;
  right: 50%;
  top: -48px;
  z-index: -1;
  -webkit-transform: translateX(360px);
          transform: translateX(360px);
}
.thanks__stl strong {
  color: #07b30a;
}
.thanks__stl strong .en {
  font-size: 40px !important;
}
.thanks__stl strong .en {
  color: #07b30a;
  font-family: "Jost", serif;
  font-weight: 600;
}
.thanks__txt {
  line-height: 1.9285714286 !important;
}
.thanks__txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.thanks__txt strong {
  font-size: 21px !important;
}
.thanks__txt strong {
  color: #d80000;
  font-weight: 600;
}
.thanks__btn {
  max-width: 325px;
  margin: 0 auto;
  display: block;
}
.thanks__btn img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .thanks {
    padding: 40px 0 20px;
  }
  .thanks__ttl {
    font-size: 22px !important;
  }
  .thanks__stl:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: -40px;
    overflow: hidden;
    top: 15px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 720px) {
  .thanks__stl:before {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}