@charset "UTF-8";
/*--------------------------------------------
sent
---------------------------------------------*/
#sent {
  background: #fecdcd;
  color: #595959;
}
#sent .sp-only {
  display: none;
}
#sent .header {
  background: #fff;
  padding: 15px 20px 20px;
}
#sent .header .logo {
  max-width: 768px;
  margin: 0 auto;
}
#sent .header .logo img {
  min-width: 300px;
  width: 60%;
  height: auto;
}
.sent-cont {
  text-align: center;
  padding: 10px 20px 40px;
  position: relative;
  overflow: hidden;
}
.sent-cont::before,
.sent-cont::after {
  content: "";
  background: url("jewelry.png") no-repeat 0 0;
  background-size: contain;
  width: 375px;
  height: 262px;
  display: block;
  position: absolute;
}
.sent-cont::before {
  width: 450px;
  height: 315px;
  left: -50px;
  top: 23px;
  transform: rotate(270deg) scale(1, -1);
}
.sent-cont::after {
  width: 375px;
  height: 262px;
  right: -17px;
  bottom: -25px;
}
.sent-cont .flow {
  max-width: 768px;
  margin: 0 auto 37px;
  position: relative;
  z-index: 10;
}
.sent-cont .flow img {
  max-width: 100%;
}
.sent-cont .inner {
  background: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  max-width: 768px;
  padding: 32px 15px 130px;
  margin: 0 auto;
}
.sent-cont .ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 32px;
}
.sent-cont .ttl::before {
  content: "";
  background: url("icn_check.png") no-repeat 0 0;
  background-size: contain;
  width: 76px;
  height: 76px;
  display: block;
  margin: 0 auto 22px;
}
.sent-cont .attention {
  background: #d10b63;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 20px;
}
.sent-cont .txt {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  margin: 52px auto 30px;
}
.sent-cont .pink {
  color: #d10b63;
}
.sent-cont .txt-s {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}
.sent-cont .message {
  color: #801975;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 30px auto 0;
}
#sent .footer {
  background: #d10b63;
  color: #fff;
  text-align: center;
  padding: 20px;
}
#sent .footer p {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
#sent .footer span {
  font-size: 22px;
}

@media (max-width: 376px) {
  #sent .pc-only {
    display: none;
  }
  #sent .sp-only {
    display: block;
  }
  .sent-cont::before {
    width: 250px;
    height: 175px;
    left: -28px;
    top: 35px;
  }
  .sent-cont::after {
    width: 250px;
    height: 175px;
    right: -8px;
    bottom: -12px;
  }
  .sent-cont .inner {
    padding: 25px 15px 80px;
  }
  #sent .footer {
    padding: 25px 20px;
  }
  #sent .footer p {
    line-height: 1.5;
    font-size: 4vw;
  }
  #sent .footer p span {
    margin-top: 15px;
    display: block;
  }
}
