* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  background-color: #fff8f9;
  font-weight: 400;
  color: #39424e;
}

.container {
  max-width: 500px;
  margin: 0 auto;
}

header img {
  width: 100%;
  height: auto;
  margin: 0;
}

.campaign-section {
  text-align: center;
  color: #39424e;
  padding: 20px 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE8EA 40%, #FFECEE 100%);
}


.identification-not-approved-section {
  padding: 20px 20px 24px 20px;
  background-color: #ffe7ea;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
}

.identification-not-approved-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25.6/16);
}

.identification-not-approved-section .identification-not-approved {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28.8/18);
  letter-spacing: 0.01em;
  text-align: center;
  color: #f04943;
}

.code-section {
  padding: 20px 20px 24px 20px;
  background-color: #ffe7ea;
}

.code-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 12px 16px 12px 24px;
  margin-top: 12px;
  border-radius: 8px;
  border: 1px solid #fdb3bf;
}

.code-container p {
  font-weight: 700;
  font-size: 18px;
  line-height: calc(18/18);
}

.code-container button {
  padding: 13px 16px;
  border-radius: 100px;
  border-width: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: calc(14/14);
}

#copy-button {
  color: #39424e;
}

.share-button {
  background-color: #fff;
  display: flex;
  justify-content: center;
  border: 2px solid #e45275;
  border-radius: 100px;
  width: 100%;
  padding: 11.5px 0;
  margin-top: 16px;
  color: #e45275;
  font-weight: 700;
  gap: 10px;
}

.gift-section {
  margin: 28px 20px 20px;
  gap: 20px;
}

.gift-outer {
  gap: 20px;
}

.gift-wrapper {
  margin-top: 20px;
}

.gift-wrapper p {
  font-weight: 700;
  font-size: 16px;
  line-height: calc(16/16);
}

.gift-container {
  display: flex;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 36px;
}

.gift-inner {
  margin-left: 12px;
}

.gift-inner .body {
  color: #39424e;
  font-weight: 700;
  font-size: 16px;
}

.campaign-inquiry {
  background-color: #fff2e6;
  padding: 16px 20px 36px;
  margin-top: 20px;
  position: relative;
}

.campaign-inquiry p {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(19.6/14);
  color: #39424e;
}

.campaign-inquiry span {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(19.6/14);
  color: #e45275;
}

.target-section {
  margin: 28px 20px 20px;
  gap: 20px;
}

.target-outer {
  gap: 20px;
}

.target-wrapper {
  margin-top: 20px;
}

.target-wrapper p {
  font-weight: 700;
  font-size: 16px;
  line-height: calc(16/16);
  padding-bottom: 8px;
}

.step-section {
  margin: 0 20px;
}

.step-header {
  background-color: #e45275;
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 8px 4px;
  margin-bottom: 20px;
}

.step-header p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: calc(32/20);
}

.step-container {
  border-radius: 12px;
  border: 1px solid #e45275;
  background-color: #fff;
}

.step {
  margin: 0 20px 40px 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campaign-info-section {
  margin: 40px 20px 60px;
}

.about-eraberu-pay {
  margin: 16px 0 40px;
}

.important-notes {
  margin-top: 20px;
  color: #39424e;
}

button {
  cursor: pointer;
}

h2 {
  color: #e45275;
  margin: 0;
  font-size: 24px;
  padding-bottom: 16px;
  line-height: calc(38.4/24);
}

h3 {
  color: #e45275;
  font-weight: 700;
  font-size: 20px;
  line-height: calc(32/20);
  padding-bottom: 4px;
  border-bottom: 1px solid #e45275;
  margin: 0;
}

h4 {
  color: #39424e;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(16/16);
  text-align: left;
  margin: 0 0 12px;
}

p {
  font-size: 16px;
  line-height: calc(25.6/16);
  margin: 0;
  text-align: left;
}

ul {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-image: url("../images/list-marker.svg");
}

li {
  padding-right: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(19.6/14);
  text-align: left;
}

.highlight-pink {
  color: #e45275;
  font-weight: 700;
}

.image-section {
  margin: 20px 0;
}

.image-section img {
  max-width: 100%;
  height: auto;
}

.code-share-title {
  font-weight: 700;
  font-size: 18px;
  line-height: calc(28.8/18);
  letter-spacing: 0.01em;
  text-align: center;
}

.button-section {
  margin: 20px;
}

.button-link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: calc(28.8/18);
  padding: 12px;
  text-align: center;
  width: 100%;
  background-color: #e45275;
  color: #fff;
  border-radius: 100px;
}