

.astro-personality {
  width: 100%;
  margin: 25px 0 27.5px;
  color: #452f24;
}

#astro-personality,
#unsei,
#meishiki,
#daneki,
#aisyo-nikkan,
#tarot-unsei,
#free-tools,
#tools {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 22.5px 0 0;
  box-sizing: border-box;
}

#free-tools {
  margin-bottom: 0;
}

#tools {
  margin-bottom: 0;
}

#astro-personality::before,
#unsei::before,
#meishiki::before,
#daneki::before,
#aisyo-nikkan::before,
#tarot-unsei::before,
#free-tools::before,
#tools::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 75%;
  height: 1px;
  background: #e8e0da;
  transform: translateX(-50%);
}

.astro-personality__label {
  margin: 0 0 10px;
  font-size: 17.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5c4033;
  text-align: center;
}

.astro-personality__lead {
  margin: 5px 0 7.5px;
  padding: 0 12.5px;
  color: #8c6a51;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

#astro-personality .astro-personality__label {
  color: #b86b73;
  margin: 0 0 5px;
  line-height: 1.25;
}

#unsei .astro-personality__label {
  color: #829959;
  margin: 0 0 5px;
  line-height: 1.25;
}

#meishiki .astro-personality__label,
#aisyo-nikkan .astro-personality__label {
  color: #829959;
}

#astro-personality .astro-personality__lead,
#unsei .astro-personality__lead {
  margin: 0 0 20px;
  font-size: 13.5px;
}

#astro-personality .astro-personality__lead {
  color: #b86b73;
}

#unsei .astro-personality__lead {
  color: #829959;
}

#daneki .astro-personality__label {
  color: #5c9e99;
}

#tarot-unsei .astro-personality__label {
  color: #c2844a;
}

#astro-personality .astro-personality__form,
#unsei .astro-personality__form,
#meishiki .astro-personality__form,
#daneki .astro-personality__form,
#aisyo-nikkan .astro-personality__form,
#tarot-unsei .astro-personality__form {
  margin-top: 25px;
}

#daneki .astro-personality__banner {
  display: block;
  width: 300px;
  height: 150px;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

#tarot-unsei .astro-personality__banner {
  display: block;
  width: 280px;
  height: 210px;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 auto -50px;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

#aisyo-nikkan .astro-personality__banner {
  display: block;
  width: 280px;
  height: 210px;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 auto -25px;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

#astro-personality .astro-personality__banner {
  display: block;
  width: 300px;
  height: 150px;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  margin: 0 auto -12.5px;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

#meishiki .astro-personality__banner {
  display: block;
  width: 320px;
  height: 180px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto -25px;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

#unsei .astro-personality__banner {
  display: block;
  width: 200px;
  height: 200px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
  border-radius: 0;
}

.astro-personality__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.astro-personality__banner {
  display: block;
  width: 330px;
  max-width: 100%;
  height: 110px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 0;
}

.astro-personality__form {
  display: flex;
  flex-direction: column;
  gap: 12.5px;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.astro-personality__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.astro-personality__row--time,
.astro-personality__row--gender,
.astro-personality__row--aisyo-other {
  margin-bottom: 7.5px;
}

.astro-personality__legend {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: rgba(69, 47, 36, 0.72);
  text-align: center;
  white-space: nowrap;
}

.astro-personality__fields {
  display: grid;
  grid-template-columns: 85px 30px 85px 30px 85px 30px;
  align-items: center;
  gap: 0;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.astro-personality__field {
  display: block;
  width: 85px;
  min-width: 85px;
}

.astro-personality__field--spacer,
.astro-personality__unit--spacer {
  visibility: hidden;
  pointer-events: none;
}

.astro-personality__select {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  height: 45px;
  padding: 0 8px;
  border: 1px solid rgba(154, 133, 120, 0.45);
  border-radius: 5px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239a8578' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 8px center;
  background-size: 10px 6px;
  padding-right: 22px;
  color: rgba(69, 47, 36, 0.72);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.astro-personality__select--gender {
  font-size: 13.5px;
}

.astro-personality__select--no-arrow {
  background-image: none;
  padding-right: 8px;
  pointer-events: none;
}

.astro-personality__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 30px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: rgba(69, 47, 36, 0.72);
  text-align: center;
  white-space: nowrap;
}

.astro-personality__actions {
  display: flex;
  justify-content: center;
  margin: 5px 0 0;
  padding: 0;
}

.astro-personality__submit {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 160px;
  height: 45px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #e2b4b8;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.12s ease;
}

.astro-personality__submit--astro {
  background: #f6c8cc;
}

.astro-personality__submit--shi {
  background: #d2e2b1;
}

.astro-personality__submit--daneki {
  background: #b4d6d2;
}

.astro-personality__submit--tarot {
  background: #ffcda3;
}

.astro-personality__submit:hover,
.astro-personality__submit:focus-visible {
  opacity: 0.92;
}

.astro-personality__submit:focus-visible {
  outline: 2px solid #9a8578;
  outline-offset: 3px;
}

.astro-personality__submit:active {
  opacity: 0.86;
  transform: scale(0.98);
}

.astro-personality__result {
  width: 100%;
  margin: 18px auto 0;
  padding: 0;
  box-sizing: border-box;
  color: #452f24;
}

.astro-personality__result-meta {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: rgba(69, 47, 36, 0.5);
}

.astro-personality__result-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.astro-personality__result-item {
  display: grid;
  grid-template-columns: 3em 1fr auto;
  gap: 8px;
  align-items: baseline;
  padding: 6px 2px;
  border-bottom: 1px solid rgba(154, 133, 120, 0.18);
  font-size: 0.92rem;
}

.astro-personality__result-name {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9a8578;
}

.astro-personality__result-sign {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.astro-personality__result-deg {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: rgba(69, 47, 36, 0.55);
}

.astro-personality__result-error {
  margin: 0;
  font-size: 0.85rem;
  text-align: center;
  color: #a05a4a;
}

@media (min-width: 768px) {
  .astro-personality {
    margin-top: 27.5px;
    margin-bottom: 30px;
  }

  .astro-personality__inner {
    width: 525px;
    max-width: 100%;
  }

  #astro-personality,
  #unsei,
  #meishiki,
  #daneki,
  #aisyo-nikkan,
  #tarot-unsei,
  #free-tools {
    margin-top: 37.5px;
    margin-bottom: 25px;
    padding-top: 25px;
  }

  #free-tools {
    margin-bottom: 0;
  }

  #astro-personality .astro-personality__label,
  #unsei .astro-personality__label,
  #meishiki .astro-personality__label,
  #daneki .astro-personality__label,
  #aisyo-nikkan .astro-personality__label,
  #tarot-unsei .astro-personality__label {
    margin-bottom: 12.5px;
    font-size: 20px;
  }

  #astro-personality .astro-personality__label,
  #unsei .astro-personality__label {
    margin-bottom: 7.5px;
  }

  .astro-personality__lead {
    margin: 5px 0 7.5px;
    font-size: 14px;
  }

  #astro-personality .astro-personality__lead,
  #unsei .astro-personality__lead {
    margin: 0 0 22.5px;
    font-size: 15px;
  }

  #daneki .astro-personality__banner {
    width: 400px;
    height: 200px;
  }

  #tarot-unsei .astro-personality__banner {
    width: 360px;
    height: 270px;
  }

  #aisyo-nikkan .astro-personality__banner {
    width: 360px;
    height: 270px;
  }

  #astro-personality .astro-personality__banner {
    width: 450px;
    height: 225px;
    margin: 0 auto -12.5px;
  }

  #meishiki .astro-personality__banner {
    width: 480px;
    height: 270px;
  }

  #unsei .astro-personality__banner {
    width: 250px;
    height: 250px;
  }

  #astro-personality .astro-personality__form,
  #unsei .astro-personality__form,
  #meishiki .astro-personality__form,
  #daneki .astro-personality__form,
  #aisyo-nikkan .astro-personality__form,
  #tarot-unsei .astro-personality__form {
    margin-top: 30px;
  }

  .astro-personality__banner {
    width: 450px;
    height: 150px;
    max-width: 100%;
    border-radius: 0;
  }

  .astro-personality__form {
    gap: 15px;
    margin-top: 12.5px;
  }

  .astro-personality__row {
    gap: 12.5px;
  }

  .astro-personality__legend {
    font-size: 15px;
  }

  .astro-personality__fields {
    grid-template-columns: 130px 45px 130px 45px 130px 45px;
    gap: 0;
  }

  .astro-personality__field {
    width: 130px;
    min-width: 130px;
  }

  .astro-personality__select,
  .astro-personality__select--year,
  .astro-personality__select--month,
  .astro-personality__select--day,
  .astro-personality__select--hour,
  .astro-personality__select--minute {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    height: 55px;
    font-size: 19px;
    font-weight: 700;
    border-radius: 7.5px;
    padding: 0 10px;
    padding-right: 28px;
    background-position: right 12px center;
    background-size: 11px 7px;
  }

  .astro-personality__select--gender {
    font-size: 16.5px;
  }

  .astro-personality__unit {
    width: 45px;
    padding: 0;
    font-size: 15px;
  }

  .astro-personality__submit {
    width: 210px;
    height: 60px;
    font-size: 21px;
  }

  .astro-personality__result {
    margin-top: 22px;
  }

  .astro-personality__result-item {
    font-size: 1rem;
  }
}

.astro-personality--before-footer {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .astro-personality--before-footer {
    margin-bottom: 64px;
  }
}
