.page {
  width: 100%;
  min-height: 100vh;
  background: var(--color-cream);
}

/* Breadcrumb */
.breadcrumb {
  width: 100%;
  padding: 15px 20px;
  max-width: 940px;
  margin: auto;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  color: var(--color-breadcrumb-separator);
}

.breadcrumb__link {
  color: var(--color-blue-heading);
  text-decoration: none;
}

.breadcrumb__item[aria-current="page"] {
  color: var(--color-gray-800);
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 960px) {
  .breadcrumb {
    padding: 15px 40px;
  }
}

@media (max-width: 720px) {
  .breadcrumb {
    padding: 15px 24px;
  }
}

.lineup-hero {
  width: 100%;
  padding: 40px 24px 60px;
}

.lineup-hero__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.lineup-hero__visual {
  position: relative;
  flex: 0 0 420px;
  width: 420px;
  height: 485px;
}

.lineup-hero__product {
  width: 420px;
  height: 485px;
  object-fit: contain;
}

.lineup-hero__product--rotate {
  transform: rotate(180deg);
}

.lineup-hero__spf-badge {
  position: absolute;
  top: -11.5px;
  left: 0;
  width: 118.5px;
  height: 118.5px;
  object-fit: contain;
}

.lineup-hero__time-badges {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  gap: 5px;
}

.lineup-hero__time-badges--offset {
  top: 20px;
}

.lineup-hero__time-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 39px;
  padding: 3px 15px;
  border: 1px solid;
  border-radius: 999px;
  color: var(--color-text-main);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.05px;
}

.lineup-hero__time-badge img {
  width: 30px;
  height: 30px;
}

.lineup-hero__time-badge--day {
  border-color: var(--color-day-border);
  background: var(--color-day-bg);
}

.lineup-hero__time-badge--night {
  border-color: var(--color-night-border);
  background: var(--color-night-bg);
}

.lineup-hero__award {
  position: absolute;
  top: 101px;
  left: 5px;
  width: 93px;
}

.lineup-hero__content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.lineup-hero__lead {
  color: #787878;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.7px;
}

.lineup-hero__note-mark {
  font-size: 16.77px;
  line-height: 1;
  vertical-align: 0.35em;
}

.lineup-hero__lead-note {
  color: #787878;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.7px;
}

.lineup-hero__product-info {
  display: grid;
  gap: 6px;
  color: #787878;
  letter-spacing: 0.7px;
}

.lineup-hero__product-detail {
  display: grid;
  gap: 4px;
}

.lineup-hero__name {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.lineup-hero__type {
  font-size: 12px;
  line-height: 22px;
}

.lineup-hero__price {
  margin-top: 2px;
  font-size: 16px;
  line-height: 22px;
}

.lineup-hero__price small {
  font-size: 10px;
}

.plaza-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 289px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 27px;
  background: var(--color-blue-plaza);
  color: var(--color-white);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.plaza-button__main {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.plaza-button__store-icon {
  width: 19px;
  height: 18px;
  flex: none;
}

.plaza-button__main span {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.plaza-button__arrow {
  width: 24px;
  height: 24px;
  flex: none;
  transition: transform 0.3s ease;
}

.lineup-hero__sample {
  display: grid;
  gap: 6px;
  text-align: left;
}

.lineup-hero__sample p {
  color: #787878;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.7px;
}

.lineup-hero__sample small {
  color: #787878;
  font-size: 10px;
  line-height: 15px;
}

.lineup-hero__formula-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--color-formula);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.7px;
}

.lineup-hero__formula-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-white);
}

.lineup-hero__formula-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-formula);
  border-bottom: 1px solid var(--color-formula);
  transform: translateY(-62%) rotate(45deg);
}

@media (hover: hover) and (pointer: fine) {
  .plaza-button:hover {
    background: #457aff;
  }
}

@media (max-width: 960px) {
  .lineup-hero {
    padding: 32px 20px 64px;
  }

  .lineup-hero__inner {
    gap: 40px;
  }

  .lineup-hero__visual {
    flex-basis: min(46vw, 420px);
    width: min(46vw, 420px);
    height: auto;
  }

  .lineup-hero__product {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 720px) {
  .lineup-hero {
    padding: 24px 20px 56px;
  }

  .lineup-hero__inner {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .lineup-hero__visual {
    flex: none;
    width: min(100%, 420px);
    padding-inline: 20px;
    box-sizing: border-box;
  }

  .lineup-hero__content {
    width: min(100%, 420px);
  }

  .lineup-hero__lead {
    font-size: 32px;
  }

  .lineup-hero__name {
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .lineup-hero {
    padding-inline: 0;
  }

  .lineup-hero__content {
    padding-inline: 20px;
  }

  .lineup-hero__visual {
    width: 100%;
  }

  .lineup-hero__time-badges {
    left: 20px;
  }

  .lineup-hero__time-badge {
    min-height: 34px;
    padding: 2px 12px;
    font-size: 13px;
  }

  .lineup-hero__time-badge img {
    width: 26px;
    height: 26px;
  }

  .lineup-hero__award {
    top: 21%;
    left: 5px;
    width: 22.15%;
  }

  .lineup-hero__lead {
    font-size: 32px;
    line-height: 1.5;
  }

  .plaza-button {
    width: 100%;
    max-width: 289px;
  }
}

.lineup-feature {
  width: 100%;
  padding: 0 24px 120px;
}

.lineup-feature__inner {
  display: grid;
  gap: 40px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.lineup-feature__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.lineup-feature__heading-line {
  flex: 1 1 0;
  height: 1px;
  background: var(--color-blue-plaza);
}

.lineup-feature__heading-label {
  flex: none;
  color: var(--color-blue-plaza);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}

.lineup-feature__row {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.lineup-feature__list {
  display: grid;
  flex: 1 1 0;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineup-feature__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lineup-feature__item:first-child {
  align-items: flex-start;
}

.lineup-feature__visual-item {
  display: flex;
  justify-content: center;
}

.lineup-feature__check {
  flex: none;
  width: 24.75px;
  height: 24.75px;
}

.lineup-feature__item p {
  margin: 0;
  color: var(--color-gray-500);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .02em;
}

.lineup-feature__item p sup {
  font-size: 0.72em;
  line-height: 0;
  vertical-align: text-top;
}

.lineup-feature__diagram {
  flex: none;
  width: 164px;
  height: auto;
}

.lineup-feature__texture {
  flex: none;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.lineup-feature__detail {
  display: grid;
  flex: 1 1 0;
  gap: 24px;
  min-width: 0;
}

.lineup-feature__detail-lead {
  color: var(--color-gray-500);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.lineup-feature__bullets {
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 24px;
  color: var(--color-gray-500);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.7px;
  list-style: disc;
}

.lineup-feature__footnotes {
  display: grid;
  gap: 0;
  color: var(--color-text-main);
  font-size: 12px;
  line-height: 18px;
}

.lineup-feature__ingredients {
  display: grid;
  gap: 0;
  width: 100%;
  padding: 13px 14px 13px 20px;
  border: 1px solid var(--color-blue-plaza);
  background: var(--color-white);
}

.lineup-feature__ingredients[open] {
  gap: 24px;
}

.lineup-feature__ingredients-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  cursor: pointer;
  list-style: none;
}

.lineup-feature__ingredients-head::-webkit-details-marker {
  display: none;
}

.lineup-feature__ingredients-title {
  color: var(--color-blue-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.525px;
}

.lineup-feature__ingredients-toggle {
  flex: none;
  width: 24px;
  height: 24px;
  position: relative;
  background: url("../images/tone-up-uv/feature-ingredients-toggle.svg") center / contain no-repeat;
}

.lineup-feature__ingredients-toggle::before,
.lineup-feature__ingredients-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #1846ba;
  transform: translate(-50%, -50%);
}

.lineup-feature__ingredients-toggle::before {
  width: 12px;
  height: 1.4px;
}

.lineup-feature__ingredients-toggle::after {
  width: 1.4px;
  height: 12px;
}

.lineup-feature__ingredients[open] .lineup-feature__ingredients-toggle::after {
  opacity: 0;
}

.lineup-feature__ingredients-body {
  color: var(--color-text-main);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .lineup-feature {
    padding-inline: 20px;
  }

  .lineup-feature__row {
    gap: 32px;
  }
}

@media (max-width: 720px) {
  .lineup-feature {
    padding-bottom: 56px;
  }

  .lineup-feature__row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .lineup-feature__list,
  .lineup-feature__detail {
    width: 100%;
  }

  .lineup-feature__diagram {
    width: min(100%, 164px);
  }

  .lineup-feature__texture {
    width: min(100%, 200px);
    height: auto;
    aspect-ratio: 1;
  }
}

@media (max-width: 430px) {
  .lineup-feature {
    padding-inline: 20px;
    padding-bottom: 42px;
  }

  .lineup-feature__inner {
    gap: 32px;
  }

  .lineup-feature__heading-label {
    font-size: 18px;
  }

  .lineup-feature__item p,
  .lineup-feature__detail-lead,
  .lineup-feature__bullets {
    font-size: 15px;
    line-height: 1.6;
  }

  .lineup-feature__ingredients {
    padding: 12px 12px 12px 16px;
  }
}

.line-up {
  width: 100%;
  background: #F02326;
  padding: 60px 0;
}

.line-up__inner {
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 40px;
}

.line-up__brand {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.line-up__brand-copy {
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}

.line-up__brand-mark {
  position: relative;
  width: 252px;
  height: 88px;
}

.line-up__brand-mark-top,
.line-up__brand-mark-bottom {
  position: absolute;
  display: block;
  object-fit: contain;
}

.line-up__brand-mark-top {
  top: 0;
  left: 0;
  width: 252px;
  height: 54.575px;
}

.line-up__brand-mark-bottom {
  top: 70.65px;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 17.346px;
}

.line-up__body {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.line-up__text {
  width: 365px;
  flex: none;
  display: grid;
  gap: 40px;
}

.line-up__headline {
  margin: 0;
  color: var(--color-white);
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 400;
  white-space: nowrap;
}

.line-up__description {
  margin: 0;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.72px;
}

.line-up__visual {
  max-width: 700px;
  aspect-ratio: 495 / 287;
  flex: none;
  border-radius: 30px;
  overflow: hidden;
}

.line-up__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-up__message {
  margin: 0;
  max-width: 900px;
  color: var(--color-white);
  font-family: "Noto Sans JP", var(--font-jp);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-align: center;
}

.line-up__message-break {
  display: none;
}

.line-up__brand-site-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 290px;
  min-height: 52px;
  margin: 0 auto;
  padding: 14px 22px 14px 24px;
  border-radius: 999px;
  background: #fff;
  color: #f02326;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.line-up__brand-site-label {
  color: inherit;
  font-family: var(--font-en), "LINE Seed JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.7px;
}

.line-up__brand-site-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: none;
}

.line-up__actions {
  display: grid;
  grid-template-columns: repeat(2, 289px);
  justify-content: center;
  gap: 20px;
}

.line-up__brand-site-link {
  grid-column: 1 / -1;
  justify-self: center;
}

.line-up__link {
  width: 289px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 27px;
  background: var(--color-blue-plaza);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.line-up__link-main {
  display: flex;
  align-items: center;
  gap: 11px;
}

.line-up__link-store-icon {
  width: 24px;
  height: 24px;
}

.line-up__link-store-en {
  margin: 0;
  color: inherit;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.line-up__link-store-ja {
  margin: 0;
  color: inherit;
  font-size: 12.5px;
  line-height: 13.5px;
  letter-spacing: 0.525px;
  font-weight: 700;
  white-space: nowrap;
}

.line-up__link-online-icon {
  width: 19px;
  height: 17.5px;
  flex: none;
}

.line-up__link-online-label {
  margin: 0;
  color: inherit;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.7px;
  font-weight: 600;
  white-space: nowrap;
}

.line-up__link-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .line-up__brand-site-link:hover {
    opacity: 0.7;
  }

  .line-up__link:hover {
    background: #457aff;
  }

  .line-up__link:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(13, 47, 122, 0.2);
  }
}

@media (max-width: 720px) {
  .line-up {
    padding: 56px 0;
  }

  .line-up__inner {
    max-width: calc(100% - 32px);
    gap: 32px;
  }

  .line-up__body {
    flex-direction: column;
    gap: 24px;
  }

  .line-up__text {
    width: 100%;
    gap: 20px;
    text-align: center;
  }

  .line-up__headline {
    font-size: 30px;
    line-height: 1.2;
    white-space: normal;
  }

  .line-up__visual {
    width: 100%;
    max-width: 495px;
    height: auto;
  }

  .line-up__message {
    font-size: 24px;
  }

  .line-up__actions {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }

  .line-up__brand-site-link {
    grid-column: auto;
    justify-self: stretch;
    width: min(360px, 100%);
  }

  .line-up__link {
    width: min(360px, 100%);
  }
}

@media (max-width: 430px) {
  .line-up {
    padding: 60px 20px;
  }

  .line-up__inner {
    width: 100%;
    max-width: none;
    gap: 40px;
  }

  .line-up__brand-copy {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .line-up__brand-mark {
    width: 189px;
    height: 66px;
  }

  .line-up__brand-mark-top {
    width: 189px;
    height: 40.93px;
  }

  .line-up__brand-mark-bottom {
    top: 53px;
    width: 108.58px;
    height: 13px;
  }

  .line-up__body {
    gap: 32px;
  }

  .line-up__text {
    gap: 20px;
    text-align: left;
  }

  .line-up__headline {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 0;
  }

  .line-up__visual {
    max-width: none;
    height: 195px;
    border-radius: 15px;
  }

  .line-up__message {
    letter-spacing: 0.96px;
  }

  .line-up__message-break {
    display: inline;
  }

  .line-up__brand-site-link {
    justify-self: center;
    width: 289px;
  }

  .line-up__link {
    width: 289px;
  }
}

.lineup-points {
  --color-feature-accent: #f02326;
  width: 100%;
  padding: 0 24px 120px;
}

.lineup-points__inner {
  display: grid;
  gap: 40px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.lineup-point {
  display: grid;
  gap: 32px;
  justify-items: center;
  width: 100%;
}

.lineup-point__header {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.lineup-point__line {
  flex: 1 1 0;
  height: 1px;
  background: var(--color-feature-accent);
}

.lineup-point__label {
  flex: none;
  color: var(--color-feature-accent);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}

.lineup-point__copy {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
  text-align: center;
}

.lineup-point__title {
  color: var(--color-text-gray);
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.7px;
}

.lineup-point__mark {
  font-size: 12.9px;
  line-height: 1;
}

.lineup-point__mark--small {
  font-size: 9px;
}
.lineup-point__note {
  color: var(--color-text-main);
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.lineup-point__footnotes {
  display: grid;
  gap: 0;
  width: min(100%, 417px);
  color: var(--color-text-main);
  font-size: 12px;
  line-height: 1.6;
}

.lineup-point__visual {
  width: 598px;
  max-width: 100%;
  height: auto;
}

.lineup-point__visual--wide {
  width: 780px;
}

.lineup-feature__compound {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.lineup-feature__compound-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 174px;
  margin: 0 auto;
  padding: 10px 20px 8px;
  border: 1px solid var(--color-feature-accent);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--color-feature-accent);
}

.lineup-feature__compound-tab p {
  margin: 0;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-align: center;
}

.lineup-feature__compound-card {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 40px 60px 20px;
  border: 1px solid var(--color-feature-accent);
  border-radius: 20px;
  background: var(--color-white);
  box-sizing: border-box;
}

.lineup-feature__compound-items {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.lineup-feature__compound-item {
  position: relative;
  flex: none;
  width: 174px;
  height: 159px;
}

.lineup-feature__compound-drop {
  position: absolute;
  inset: -1px -10px auto;
  width: 178px;
  height: 169px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lineup-feature__compound-drop--b {
  background-image: url("/cms/lp/dunamis_04/assets/images/product/cleanse-oil/original-01.png");
}

.lineup-feature__compound-drop--a {
  background-image: url("/cms/lp/dunamis_04/assets/images/product/cleanse-oil/original-02.png");
}

.lineup-feature__compound-drop--c {
  background-image: url("/cms/lp/dunamis_04/assets/images/product/cleanse-oil/original-03.png");
}

.lineup-feature__compound-copy {
  position: absolute;
  left: 79px;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.lineup-feature__compound-name {
  margin: 0;
  color: #f6818d;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.lineup-feature__compound-item--a .lineup-feature__compound-name {
  color: #cd636f;
}

.lineup-feature__compound-item--c .lineup-feature__compound-name {
  color: #da9b13;
}

.lineup-feature__compound-formula {
  width: auto;
  color: var(--color-gray-500);
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.7px;
  display: grid;
  justify-items: center;
}

.lineup-feature__compound-formula,
.lineup-feature__compound-formula p {
  margin: 0;
  white-space: nowrap;
}

.lineup-feature__compound-note {
  margin: 0;
  width: 100%;
  color: var(--color-gray-500);
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-align: right;
}

.lineup-feature-compound-wrapper {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  box-sizing: border-box;
}

.lineup-feature-compound-wrapper .lineup-point__note {
  color: var(--color-text-main);
}

.lineup-feature-compound-wrapper .lineup-point__footnotes {
  width: 100%;
}

.lineup-feature__bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--color-gray-500);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.7px;
  list-style: none;
}

.lineup-feature__bullets-item {
  list-style: none;
  padding: 6px 16px;
  color: var(--color-feature-accent);
  font-family: "LINE Seed JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.7px;
  border-radius: 18px;
  border: 1px solid var(--color-feature-accent);
  background: #fff;
}

.lineup-points .lineup-feature__ingredients {
  margin-top: 0;
}

@media (max-width: 960px) {
  .lineup-points {
    padding-inline: 20px;
  }
}

@media (max-width: 720px) {
  .lineup-points {
    padding-bottom: 56px;
  }

  .lineup-points__inner {
    gap: 32px;
  }

  .lineup-point {
    gap: 24px;
  }

  .lineup-feature-compound-wrapper {
    gap: 24px;
  }

  .lineup-feature__compound-card {
    gap: 6px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lineup-feature__compound {
    width: 100%;
    max-width: 100%;
    justify-items: center;
  }

  .lineup-feature__compound-items {
    display: block;
    position: relative;
    width: 100%;
    max-width: 312px;
    aspect-ratio: 312 / 272;
    height: auto;
  }

  .lineup-feature__compound-item {
    position: absolute;
    width: 50.1923%;
    height: 52.6103%;
  }

  .lineup-feature__compound-item--b {
    top: 46.8676%;
    left: 3.3974%;
  }

  .lineup-feature__compound-item--a {
    top: 0.5441%;
    left: 26.6667%;
  }

  .lineup-feature__compound-item--c {
    top: 46.8676%;
    left: 49.9359%;
  }

  .lineup-feature__compound-drop {
    top: -0.5729%;
    left: -5.9387%;
    width: 102.2989%;
    height: 106.2893%;
  }

  .lineup-feature__compound-copy {
    left: 45.3384%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 4px;
  }

  .lineup-feature__compound-name {
    font-size: 12.6px;
    line-height: 18.9px;
    letter-spacing: 0.63px;
  }

  .lineup-feature__compound-formula {
    width: auto;
    min-width: max-content;
    max-width: none;
    font-size: 10.8px;
    line-height: 18.9px;
    letter-spacing: 0.63px;
  }

  .lineup-feature__compound-note {
    font-size: 10px;
  }

  .lineup-point__visual,
  .lineup-point__visual--wide {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .lineup-points {
    padding-inline: 20px;
    padding-bottom: 42px;
  }

  .lineup-point__label {
    font-size: 18px;
  }

  .lineup-point__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .lineup-feature__compound-tab p {
    font-size: 16px;
  }

  .lineup-feature__compound-note {
    text-align: center;
  }

  .lineup-hero__spf-badge {
    width: 80px;
    height: 80px;
    top: 21.5px;
    left: 20px;
  }

  .lineup-hero__time-badges--offset {
    top: 30px;
  }
}
