/* 特典説明セクション */
#receiveNft {
  padding: 5rem 1.6rem 2.4rem;
  background: #ffffff;
}

.receive__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}

.receive__badge {
  background: #e50012;
  padding: 4px 6px 6px;
  border-radius: 16px;
  display: inline-block;
}

.receive__badge-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 1.4;
}

.receive__title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  line-height: 33.6px;
  letter-spacing: -1.68px;
}

.receive__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 23.8px;
  margin-bottom: 12px;

  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.receive__image {
  margin-top: 5rem;
  width: 100%;
}

/* 新企画 */
.receive__new-content {
  background-color: #ffede1;
  border-radius: 0.8rem;
  padding: 1.2rem 2.1rem 0.8rem 2.1rem;
  margin-top: 2.2rem;
  border: 0.1rem solid #f97316;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.receive__new-content--title {
  background-color: #f97316;
  color: #ffffff;
  width: max-content;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  position: absolute;
  top: -1.2rem;
  left: -0.1rem;
}

.receive__new-content--text {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  white-space: nowrap; /* テキストと画像が改行されないようにする */

  img {
    display: inline-block;
    width: 10.5rem;
    position: relative;
    top: 0.6rem;
  }
}

.receive__new-content--appeal {
  margin-top: 1.2rem;
  text-align: center;
  color: #f97316;
  font-weight: bold;
  line-height: 1.2;
}

/* 受け取り方法セクション */
.receive-method {
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin-top: 2.4rem;
  overflow: hidden;
}

.receive-method__header {
  background: #eeeeee;
  padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.receive-method__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
}

.receive-method__toggle {
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #333333;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.receive-method__header.is-open .receive-method__toggle {
  transform: rotate(180deg);
}

.receive-method__content {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-in-out;
  opacity: 0;
}

.receive-method__content.is-open {
  max-height: 5000px;
  opacity: 1;
}

.receive-method__step {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.receive-method__step-number {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f90203;
  text-align: center;
}

.receive-method__step-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.receive-method__step-list--step1 {
  gap: 1.2rem 1rem;
}

.receive-method__step-list--step2 {
  gap: 1.2rem 0.2rem;
}

.receive-method__step-list--step3 {
  gap: 1.2rem 0.8rem;
}

.receive-method__step-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: start;
  width: 9rem;
}

.receive-method__step-label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  height: 3.3rem;
  display: flex;
  align-items: start;
  margin-bottom: 0.4rem;
}

.receive-method__share-label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: start;
  margin-bottom: 0.4rem;
}

.receive-method__step-label--center {
  align-items: center;
}

.receive-method__phone {
  width: 9rem;
  height: 18.1854rem;
  position: relative;
}

.receive-method__phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

/* Xでシェアセクション */
.receive-method__share {
  background: rgba(249, 2, 3, 0.05);
  padding: 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.receive-method__share-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
}

.receive-method__share-badge-text {
  background: #f90203;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.091rem;
  line-height: normal;
  padding: 0.4rem 1.6rem 0.6rem;
  border-radius: 0.4rem;
  margin-bottom: -0.4rem;
  position: relative;
  z-index: 1;
}

.receive-method__share-badge-arrow {
  width: 1.2rem;
  margin-bottom: -0.4rem;
  position: relative;
  top: -0.8rem;
}
