/* NFT転送セクション */
.transfer {
  padding: 0 1.6rem 2.4rem;
  background: #ffffff;
}

.transfer__container {
  background: #335c85;
  border-radius: 1.47rem;
  padding: 1.47rem 1.1025rem;
  max-width: 31.514rem;
  margin: 0 auto;
}

.transfer__header {
  display: flex;
  flex-direction: column;
  gap: 0.735rem;
  align-items: center;
  margin-bottom: 1.1025rem;
}

.transfer__header-badge {
  background: #f76060;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.286rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.368rem;
}

.transfer__header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.286rem;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.transfer__content {
  background: white;
  border-radius: 1rem;
  padding: 1.8rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.transfer__section {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.transfer__section-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.47rem;
  font-weight: 700;
  color: #f90203;
  text-align: center;
  line-height: 1.4;
  margin-top: 1rem;
}

.transfer__target {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.transfer__target-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.286rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.transfer__target-text--red {
  color: red;
}

.transfer__target-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.28rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}

.transfer__app-comparison {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.transfer__app-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 8.269rem;
}

.transfer__app-label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.transfer__app-phone {
  width: 8.269rem;
  height: 16.708rem;
  position: relative;
}

.transfer__app-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.transfer__app-arrow {
  width: 2.55rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transfer__app-arrow img {
  width: 100%;
  height: auto;
}

.transfer__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6px;
}

.transfer__step-item {
  display: flex;
  flex-direction: column;
  gap: 0.643rem;
  align-items: flex-start;
  width: 8.269rem;
}

.transfer__step-label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.735rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin: 0;
  min-height: 2rem;
}

.transfer__step-phone {
  width: 8.269rem;
  height: 16.708rem;
  position: relative;
}

.transfer__step-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.transfer__step-arrow {
  width: 1.2rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transfer__notes {
  margin-top: 1.1rem;
}

.transfer__notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: red;
  margin: 0;
  line-height: 1.75;
}

.transfer__button {
  background: #f90203;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.286rem;
  font-weight: 500;
  text-align: center;
  padding: 0.7rem;
  border-radius: 0.919rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  width: 16rem;
  margin: 0 auto;
}

.transfer__button:hover {
  opacity: 0.9;
}
