@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  /* Color tokens */
  --color-gray-dunamis: #787878;
  --color-pink-deep: #eb68a0;
  --color-wh: #ffffff;
  --color-pink-dark: #cd636f;
  --color-pink-background: #f1d7ea;
  --color-gray-700: #374151;
  --color-blue-plaza: #1846ba;
  --color-red: #d52626;
  --color-wh-uppercase: var(--color-wh);
  --color-blue-bg-main: #f4f8ff;

  /* Typography tokens */
  --font-body-l-family: "LINE Seed JP", sans-serif;
  --font-body-l-size: 18px;
  --font-body-l-weight: 400;
  --font-body-l-line-height: 1.7;
  --font-body-l-letter-spacing: 4px;
  --font-body-l: 400 18px/1.7 "LINE Seed JP", sans-serif;

  --font-body-l-bold-family: "Poppins", sans-serif;
  --font-body-l-bold-size: 18px;
  --font-body-l-bold-weight: 500;
  --font-body-l-bold-line-height: 1.7;
  --font-body-l-bold-letter-spacing: 4px;
  --font-body-l-bold: 500 18px/1.7 "Poppins", sans-serif;

  --font-heading-h3-family: "Poppins", sans-serif;
  --font-heading-h3-size: 28px;
  --font-heading-h3-weight: 500;
  --font-heading-h3-line-height: 1.5;
  --font-heading-h3-letter-spacing: 4px;
  --font-heading-h3: 500 28px/1.5 "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: var(--color-pink-background, #f1d7ea);
}

body {
  overflow-x: hidden;
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui,
    sans-serif;
  color: var(--color-gray-dunamis, #787878);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

.page {
  width: 100%;
}

.mv__pill-br {
  display: none;
}

/* fade-up (zoom併用時でも安定して発火させるための最小定義) */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mv {
  position: relative;
  width: 100%;
  min-height: 1800px;
  /* overflow: hidden; */
  background: var(--color-pink-background, #f1d7ea);
}

section {
  max-width: 1440px;
  margin: auto;
}
.mv__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mv__bg img {
  position: absolute;
  left: -4.15%;
  top: -11.76%;
  width: 125.49%;
  height: 107.09%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.mv__content {
  position: relative;
  width: 1440px;
  max-width: 100%;
  min-height: 1711px;
  margin: 0 auto;
}

.mv__logo {
  position: absolute;
  left: 107px;
  top: 60px;
  width: 263px;
  height: auto;
}

.mv__eyebrow {
  position: absolute;
  left: 107px;
  top: 471px;
  transform: translateY(-50%);
  margin: 0;
  color: var(--color-gray-dunamis, #787878);
  font-family: "A P-OTF A1Gothic StdN", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 1.92px;
  white-space: nowrap;
}

.mv__title {
  position: absolute;
  left: 107px;
  top: 298px;
  transform: translateY(-50%);
  margin: 0;
  max-width: 540px;
}

.mv__feature {
  position: absolute;
  left: 107px;
  top: 579px;
  width: 622px;
  display: grid;
  gap: 20px;
}

.mv__feature-rule {
  width: 609px;
  height: 1px;
  background: var(--color-pink-deep, #eb68a0);
}

.mv__feature-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mv__badge {
  width: 129px;
  height: 147px;
  flex: none;
}

.mv__badge-image {
  width: 100%;
  height: auto;
}

.mv__feature-copy {
  width: 469px;
  display: grid;
  gap: 12px;
}

.mv__feature-eyebrow {
  margin: 0;
  color: var(--color-gray-dunamis, #787878);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 1.92px;
}

.mv__feature-title {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 2.56px;
}

.mv__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mv__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid var(--color-pink-deep, #eb68a0);
  background: var(--color-wh, #fff);
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.mv__lower {
  position: absolute;
  top: 853px;
  left: 0;
  width: 100%;
  display: grid;
  gap: 0;
}

.mv__product {
  max-width: 1200px;
  margin: 0 auto 66px;
  padding: 0 20px;
  width: 100%;
  display: grid;
  justify-content: center;
  gap: 5px;
}

.mv__label {
  margin: 0;
  /* padding-left: 126px; */
  color: var(--color-gray-dunamis, #787878);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1.32px;
  white-space: nowrap;
}

.mv__serum {
  margin: 0;
  justify-self: center;
  color: #ff4a99;
  font-family: "Poppins", "Hiragino Sans", sans-serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  opacity: 0.2;
  white-space: nowrap;
}

.mv__under {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-top: -4px;
  padding: 10px 100px;
}

.mv__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  border-radius: 23px;
  border: 1px solid var(--color-pink-deep, #eb68a0);
  color: var(--color-pink-deep, #eb68a0);
  background: transparent;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.mv__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 20px 60px 60px;
}

.mv__card {
  position: relative;
  flex: none;
  width: 504px;
  border-radius: 30px;
  background: var(--color-pink-background, #f1d7ea);
  box-shadow: inset 4px 4px 15px 0 rgba(195, 99, 110, 0.3);
}

.mv__card--active {
  padding: 40px 0;
}

.mv__card--support {
  padding: 40px;
  min-height: 100%;
}

.mv__card-head {
  padding: 0 40px;
}

.mv__card-eyebrow {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.9px;
  text-align: center;
}

.mv__card-title {
  margin: 12px 0 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 46px;
  line-height: 1.17;
  letter-spacing: 1.9px;
  text-align: center;
  font-weight: 400;
}

.mv__card--support .mv__card-title {
  font-size: 42px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.mv__card-foot {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 1.9px;
  text-align: center;
}

.mv__card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  justify-items: center;
  margin-top: 0;
}

.mv__card-body {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 24px;
}

.mv__hexes-image {
  width: 380px;
  max-width: 100%;
  height: auto;
}

.hex-product {
  position: relative;
  width: 174px;
  height: 196px;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  background: #eb68a0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 12px 16px;
}

.hex-product__drop {
  width: 18px;
  height: 24px;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 50% 50% 50% 50% / 58% 58% 42% 42%;
}

.hex-product__note {
  position: absolute;
  right: 12px;
  top: 62px;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 15.48px;
  line-height: 1;
  letter-spacing: 1.5px;
}

.hex-product__title {
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.hex-product__sub {
  margin-top: 6px;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.mv__cross {
  position: relative;
  width: 92px;
  height: 94px;
  flex: none;
}

.mv__cross::before,
.mv__cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 128px;
  height: 2px;
  background: var(--color-pink-deep, #eb68a0);
  transform-origin: center;
}

.mv__cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mv__cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mv__support-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.mv__support-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--color-pink-deep, #eb68a0);
  color: var(--color-pink-deep, #eb68a0);
  background: transparent;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.9px;
}

.mv__card--support .mv__support-item {
  font-size: 22px;
}

.mv__support-icon {
  width: 32px;
  height: 32px;
  flex: none;
}

.mv__support-text {
  flex: 1 1 auto;
  min-width: 0;
}

.mv__support-mark {
  font-size: 15.48px;
  line-height: 1.2;
}

.mv__support-note {
  margin: 0;
  width: 100%;
  color: var(--color-gray-700, #374151);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.9px;
}

.product-showcase {
  position: relative;
  width: 100%;
  /* min-height: 904px; */
  /* overflow: hidden; */
  background: var(--color-pink-background, #f1d7ea);
}

.product-showcase__content {
  position: relative;
  /* width: 1440px;
        max-width: 100%;
        min-height: 904px;
        margin: 0 auto;
        padding: 40px 320px; */
  max-width: 854px;
  margin: auto;
}

.product-showcase__decor {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.product-showcase__decor--left {
  left: -56px;
  top: -45px;
  width: 727px;
}

.product-showcase__decor--right {
  left: 1085px;
  top: 160px;
  width: 302px;
}

.product-showcase__body {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px;
  width: 854px;
  z-index: 1;
}

.product-showcase__visual {
  max-width: 500px;
  flex: none;
}

.product-showcase__product {
  width: 100%;
  height: auto;
}

.product-showcase__product--sp {
  display: none;
}

.product-showcase__info {
  width: 427px;
  display: grid;
  gap: 40px;
  flex: none;
}

.product-showcase__upper {
  display: grid;
  gap: 20px;
}

.product-showcase__heading {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 1.9px;
  font-weight: 400;
}

.product-showcase__detail {
  display: grid;
  gap: 20px;
}

.product-showcase__meta {
  display: grid;
  gap: 12px;
}

.product-showcase__subname,
.product-showcase__volume {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1.9px;
  font-weight: 400;
}

.product-showcase__tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-showcase__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid var(--color-pink-deep, #eb68a0);
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.product-showcase__price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  color: var(--color-pink-deep, #eb68a0);
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.product-showcase__price-main,
.product-showcase__price-tax {
  margin: 0;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-weight: 400;
}

.product-showcase__price-main {
  font-size: 32px;
  line-height: 1.2;
}

.product-showcase__price-tax {
  font-size: 20px;
  line-height: 1.2;
}

.product-showcase__actions {
  display: grid;
  gap: 20px;
}

.product-showcase__link {
  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, #1846ba);
  color: var(--color-wh, #fff);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-showcase__link-main {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.product-showcase__link-main--simple {
  gap: 0;
}

.product-showcase__link-icon {
  width: 19px;
  height: 17.5px;
  flex: none;
}

.product-showcase__link-label {
  margin: 0;
  color: inherit;
  font-family: "Poppins", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.7px;
  font-weight: 600;
  white-space: nowrap;
}

.product-showcase__link-arrow {
  width: 24px;
  height: 24px;
  flex: none;
  transition: transform 0.3s ease;
}

.product-showcase__notes-head {
  display: grid;
  gap: 16px;
  width: 100%;
}

.product-showcase__claim {
  display: grid;
  gap: 10px;
}

.product-showcase__claim-line {
  width: 100%;
  height: 1px;
  background: var(--color-pink-deep, #eb68a0);
}

.product-showcase__claim-copy {
  display: grid;
  gap: 4px;
}

.product-showcase__claim-text,
.product-showcase__claim-note {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  letter-spacing: 1.9px;
  font-weight: 700;
}

.product-showcase__claim-text {
  font-size: 20px;
  line-height: 1.4;
}

.product-showcase__claim-mark {
  font-size: 12.9px;
  line-height: 1.4;
}

.product-showcase__claim-note {
  font-size: 20px;
  line-height: 1.4;
}

.product-showcase__small-note {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.9px;
  font-weight: 400;
}

.product-showcase__footnotes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  width: 100%;
  margin-top: 40px;
  color: var(--color-gray-700, #374151);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.9px;
}

.product-showcase__footnote-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 4px;
  margin: 0;
}

.product-showcase__footnote-marker {
  display: inline-block;
}

.product-showcase__footnote-text {
  display: inline-block;
}

.feature-panel {
  width: 100%;
  background: var(--color-pink-background, #f1d7ea);
  padding: 140px 0 40px;
}

.feature-panel__card {
  width: 1000px;
  max-width: calc(100% - 40px);
  min-height: 1973px;
  margin: 0 auto;
  padding: 80px 80px 80px;
  border-radius: 30px;
  background: rgba(241, 215, 234, 0.72);
  box-shadow: inset 4px 4px 15px 0 rgba(195, 99, 110, 0.3);
}

.feature-panel__header {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.feature-panel__eyebrow,
.feature-point__eyebrow {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "Poppins", "Hiragino Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.7px;
  font-weight: 500;
  opacity: 0.6;
}

.feature-panel__title {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 700;
}

.feature-panel__content {
  width: 840px;
  margin: 60px auto 0;
  display: grid;
  gap: 60px;
}

.feature-point {
  display: flex;
  align-items: flex-start;
}

.feature-point--one {
  gap: 40px;
}

.feature-point--three {
  gap: 40px;
}

.feature-point__copy {
  display: grid;
  gap: 40px;
}

.feature-point__copy--wide {
  width: 470px;
}

.feature-point__copy--three {
  width: 470px;
  gap: 32px;
}

.feature-point__heading-group {
  display: grid;
  gap: 16px;
}

.feature-point__heading {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 400;
}

.feature-point__description,
.feature-role__description,
.feature-role__intro,
.feature-point__body {
  margin: 0;
  color: var(--color-gray-700, #374151);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.72px;
  font-weight: 400;
}

.feature-point__visual {
  flex: none;
  width: 330px;
}

.feature-point__visual--three {
  width: 351px;
}

.feature-point__image {
  width: 100%;
  height: auto;
}

.feature-role {
  display: grid;
  gap: 40px;
}

.feature-role__title {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.88px;
  font-weight: 700;
}

.feature-role__sections {
  display: grid;
  gap: 0;
}

.feature-role__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feature-role__copy {
  width: 490px;
  display: grid;
  gap: 10px;
}

.feature-role__copy--full {
  width: 100%;
  gap: 10px;
  margin-top: 60px;
}

.feature-role__headline {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.feature-role__number {
  color: var(--color-pink-deep, #eb68a0);
  font-family: "Poppins", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.7px;
  font-weight: 500;
  opacity: 0.6;
}

.feature-role__headline-text {
  margin: 0;
  color: var(--color-gray-700, #374151);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.88px;
  font-weight: 400;
}

.feature-role__visual {
  width: 330px;
  flex: none;
}

.feature-role__diagram {
  width: 840px;
  margin-top: 40px;
}

.usage-steps {
  width: 100%;
  background: var(--color-pink-background, #f1d7ea);
  padding: 80px 0;
}

.usage-steps__header {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.usage-steps__eyebrow {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "Poppins", "Hiragino Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.6;
}

.usage-steps__title {
  margin: 0;
  color: var(--color-pink-deep, #eb68a0);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 700;
}

.usage-steps__panel {
  width: 600px;
  margin: 60px auto 0;
  padding: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
}

.usage-steps__flow {
  display: grid;
  gap: 12px;
}

.usage-steps__item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 110px;
  padding: 10px;
  border-radius: 55px;
  background: var(--color-pink-dark, #cd636f);
  color: var(--color-wh, #fff);
}

.usage-steps__item--active {
  background: var(--color-pink-deep, #eb68a0);
}

.usage-steps__icon {
  width: 90px;
  height: 90px;
  flex: none;
}

.usage-steps__icon--active {
  border: 2px solid var(--color-wh, #fff);
  border-radius: 50%;
  object-fit: cover;
}

.usage-steps__label {
  margin: 0;
  color: inherit;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

.usage-steps__label--active {
  font-size: 24px;
  line-height: 1.2;
}

.usage-steps__arrow {
  width: 40px;
  margin: 0 auto;
}

.usage-steps__note {
  margin: 0;
  color: var(--color-gray-700, #374151);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.72px;
  text-align: center;
}

.line-up {
  width: 100%;
  background: var(--color-pink-deep, #eb68a0);
  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-wh, #fff);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}

.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-wh, #fff);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 400;
  white-space: nowrap;
}

.line-up__description {
  margin: 0;
  color: var(--color-wh, #fff);
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.72px;
}

.line-up__visual {
  width: 495px;
  height: 287px;
  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;
  color: var(--color-wh, #fff);
  font-family: "Noto Sans JP", "LINE Seed JP", "Hiragino Sans", sans-serif;
  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__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.line-up__link {
  width: 289px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 27px;
  background: var(--color-blue-plaza, #1846ba);
  color: var(--color-wh, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.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: "Poppins", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.line-up__link-store-ja {
  margin: 0;
  color: inherit;
  font-family: "LINE Seed JP", "Hiragino Sans", sans-serif;
  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: "Poppins", "Hiragino Sans", sans-serif;
  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;
}

/* ホバーアニメーション（PCのみ） */
@media (hover: hover) and (pointer: fine) {
  .product-showcase__link:hover {
    background: #0d2f7a;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(13, 47, 122, 0.3);
  }

  .product-showcase__link:hover .product-showcase__link-arrow {
    transform: translateX(4px);
  }

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

  .line-up__link:hover {
    background: #0d2f7a;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(13, 47, 122, 0.3);
  }

  .line-up__link:hover .line-up__link-arrow {
    transform: translateX(4px);
  }

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

@media (min-width: 1281px) and (max-width: 1439px) {
  .mv__bg img {
    left: -2.5%;
    width: 118%;
  }
}

@media (max-width: 1280px) {
  /* .mv {
                min-height: auto;
            } */

  .mv__content {
    width: 100%;
    min-height: auto;
    padding-bottom: 56px;
  }

  .mv__lower,
  .mv__under {
    width: 100%;
  }

  .mv__under {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mv__title {
    font-size: 72px;
  }

  .mv__serum {
    font-size: 92px;
  }

  .mv__cards {
    padding-left: 0;
    padding-right: 0;
  }

  .mv__card {
    width: calc((100% - 132px) / 2);
  }

  .product-showcase__decor--right {
    left: auto;
    right: 40px;
  }

  .feature-panel__card {
    width: min(1000px, calc(100% - 40px));
    padding: 40px;
  }

  .usage-steps__panel {
    width: min(600px, calc(100% - 40px));
  }

  .line-up__inner {
    width: min(900px, calc(100% - 40px));
  }

  .line-up__headline {
    font-size: 34px;
  }

  .line-up__visual {
    width: 450px;
    height: 261px;
  }

  .feature-panel__content,
  .feature-role__diagram {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .mv__content {
    padding-bottom: 40px;
  }

  .mv__logo,
  .mv__title,
  .mv__eyebrow,
  .mv__feature,
  .mv__lower,
  .mv__pill,
  .mv__cards {
    position: static;
    transform: none;
  }

  .mv__content {
    display: grid;
    gap: 24px;
    padding: 24px 20px 32px;
  }

  .mv__logo {
    width: 220px;
  }

  .mv__title {
    font-size: 56px;
    line-height: 1.15;
    margin-left: -10px;
  }

  .mv__eyebrow,
  .mv__serum {
    white-space: normal;
  }

  .mv__product {
    gap: 24px;
    width: 100%;
  }

  .mv__label {
    padding-left: 0;
  }

  .mv__under {
    margin-top: 0;
    display: block;
  }

  .mv__feature {
    width: 100%;
  }

  .mv__feature-row {
    align-items: flex-start;
  }

  .mv__pill {
    justify-self: center;
    font-size: 22px;
  }

  .mv__cards {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mv__cross {
    width: 100%;
    height: 56px;
    margin: 0;
  }

  .mv__cross::before,
  .mv__cross::after {
    width: 72px;
  }

  .hex-product {
    width: 156px;
    height: 176px;
  }

  .mv__card-title {
    font-size: 36px;
  }

  .mv__card {
    width: 100%;
  }

  .mv__card--active,
  .mv__card--support {
    padding: 32px 24px;
  }

  .mv__card-head {
    padding: 0;
  }

  .mv__card-body {
    margin-top: 20px;
  }

  .mv__support-item {
    font-size: 20px;
  }

  .product-showcase {
    min-height: auto;
  }

  .product-showcase__content {
    width: 100%;
    min-height: auto;
    padding: 80px 20px 48px;
  }

  .product-showcase__decor--left {
    left: -120px;
    top: -30px;
    width: 420px;
  }

  .product-showcase__decor--right {
    right: -40px;
    left: auto;
    top: 220px;
    width: 190px;
  }

  .product-showcase__body {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .product-showcase__visual,
  .product-showcase__info {
    width: 100%;
  }

  .product-showcase__visual {
    max-width: 403px;
    margin: 0 auto;
  }

  .product-showcase__info {
    padding-top: 0;
  }

  .product-showcase__link {
    width: 100%;
    max-width: 320px;
  }

  .product-showcase__footnotes {
    gap: 8px;
  }

  .feature-panel {
    padding: 72px 0 32px;
  }

  .usage-steps {
    padding: 72px 0;
  }

  .usage-steps__panel {
    margin-top: 40px;
    padding: 28px 20px;
    border-radius: 30px;
  }

  .usage-steps__item {
    min-height: 96px;
    gap: 16px;
    border-radius: 48px;
  }

  .usage-steps__icon {
    width: 72px;
    height: 72px;
  }

  .usage-steps__label {
    font-size: 26px;
  }

  .usage-steps__label--active {
    font-size: 20px;
  }

  .usage-steps__note {
    font-size: 16px;
  }

  .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;
  }

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

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

  .line-up__actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

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

  .feature-panel__card {
    min-height: auto;
    padding: 40px 20px;
  }

  .feature-panel__content {
    margin-top: 40px;
    gap: 48px;
  }

  .feature-point,
  .feature-role__row {
    flex-direction: column;
    gap: 24px;
  }

  .feature-point__copy--wide,
  .feature-point__copy--three,
  .feature-role__copy,
  .feature-role__copy--full,
  .feature-point__visual,
  .feature-point__visual--three,
  .feature-role__visual,
  .feature-role__diagram {
    width: 100%;
  }

  .feature-role__copy--full {
    margin-top: 0;
  }

  .feature-role__diagram {
    margin-top: 12px;
  }
  .feature-role__copy--full {
    margin-top: 20px;
  }
  .feature-role,
  .feature-point__copy {
    gap: 20px;
  }
  .feature-point__visual--one {
    padding: 0 20px;
  }
}

@media (min-width: 641px) and (max-width: 680px) {
  .mv__product {
    gap: 12px;
    margin-bottom: 72px;
  }

  .mv__serum {
    font-size: clamp(42px, 7vw, 72px);
    white-space: nowrap;
  }

  .mv__cards {
    gap: 24px;
    padding-top: 56px;
  }

  .mv__card {
    max-width: 680px;
    margin: 0 auto;
  }

  .mv__card--support .mv__card-title {
    white-space: normal;
  }

  .product-showcase__body {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .mv {
    width: 100%;
    height: 1720px;
    min-height: 1720px;
  }

  .mv__bg {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 856px;
  }

  .mv__bg img {
    left: 50%;
    top: 0;
    width: 375px;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
    object-position: center top;
  }

  .mv__content {
    position: relative;
    display: block;
    width: 375px;
    max-width: 100%;
    height: 1720px;
    min-height: 1720px;
    padding: 0;
  }

  .mv__logo,
  .mv__title,
  .mv__eyebrow,
  .mv__feature,
  .mv__lower,
  .mv__pill,
  .mv__cards {
    position: absolute;
  }

  .mv__logo {
    left: 107px;
    top: 23px;
    width: 156px;
  }

  .mv__title {
    left: 20px;
    top: 378px;
    width: 301px;
    transform: none;
    font-size: 43px;
    line-height: 1.3;
    white-space: normal;
    text-shadow: 0 0 12px var(--color-wh, #fff);
  }

  .mv__eyebrow {
    left: 20px;
    top: 501px;
    transform: none;
    font-family: "Noto Sans JP", "LINE Seed JP", "Hiragino Sans", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.96px;
    white-space: nowrap;
  }

  .mv__feature {
    left: 20px;
    top: 569.5px;
    width: 311px;
    gap: 15px;
  }

  .mv__feature-rule {
    width: 304.5px;
    height: 0.5px;
  }

  .mv__feature-row {
    align-items: center;
    gap: 12px;
  }

  .mv__badge {
    width: 64.5px;
    height: 73.5px;
  }

  .mv__feature-copy {
    width: 234.5px;
    gap: 6px;
  }

  .mv__feature-eyebrow,
  .mv__feature-title {
    font-family: "Noto Sans JP", "LINE Seed JP", "Hiragino Sans", sans-serif;
    line-height: 1.6;
  }

  .mv__feature-eyebrow {
    font-size: 12px;
    letter-spacing: 0.96px;
  }

  .mv__feature-title {
    font-size: 16px;
    letter-spacing: 1.28px;
  }

  .mv__chips {
    gap: 3px;
  }

  .mv__chip {
    min-height: 15px;
    padding: 3px 5px;
    border-width: 0.5px;
    border-radius: 7.5px;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1px;
  }

  .mv__lower {
    left: 0;
    top: 704px;
    width: 100%;
    display: block;
  }

  .mv__product {
    width: auto;
    gap: 6px;
    margin: 0 0 50px 0px;
  }

  .mv__label {
    padding-left: 0;
    font-family: "Noto Sans JP", "LINE Seed JP", "Hiragino Sans", sans-serif;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.66px;
  }

  .mv__serum {
    width: 100%;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.35px;
    text-align: center;
  }

  .mv__card {
    width: 335px;
    border-radius: 22.5px;
    box-shadow: inset 3px 3px 11.25px 0 rgba(195, 99, 110, 0.3);
  }

  .mv__card--active,
  .mv__card--support {
    padding: 30px 20px;
  }

  .mv__card--active {
    padding-left: 0;
    padding-right: 0;
  }

  .mv__card--support {
    min-height: 347.25px;
  }

  .mv__under {
    position: static;
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .mv__pill {
    position: static;
    max-width: 100%;
    padding: 4.5px 20px;
    border-width: 0.75px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    white-space: normal;
  }

  .mv__cards {
    position: static;
    flex-direction: column;
    width: 375px;
    gap: 15px;
    padding: 15px 20px 45px;
  }

  .mv__card-head {
    padding: 0;
  }

  .mv__card-eyebrow {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }

  .mv__card-title,
  .mv__card--support .mv__card-title {
    margin-top: 4px;
    font-size: 28px;
    line-height: 40.5px;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }

  .mv__card-body {
    gap: 9px;
    margin-top: 18px;
  }

  .mv__hexes-image {
    width: 273px;
  }

  .mv__card-foot {
    font-size: 16px;
    line-height: 40.5px;
    letter-spacing: 1.5px;
  }

  .mv__cross {
    width: 51.75px;
    height: 52.875px;
  }

  .mv__cross::before,
  .mv__cross::after {
    width: 72px;
    height: 1.125px;
  }

  .mv__support-list {
    gap: 9px;
  }

  .mv__support-item,
  .mv__card--support .mv__support-item {
    gap: 7.5px;
    padding: 9px 10px;
    border-width: 0.75px;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }

  .mv__support-icon {
    width: 24px;
    height: 24px;
  }

  .mv__support-mark {
    font-size: 10.965px;
  }

  .mv__support-note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .mv__card-grid {
    gap: 18px;
  }

  .mv__card-title {
    font-size: 28px;
  }

  .mv__card-eyebrow {
    font-size: 18px;
  }

  .mv__card-foot {
    font-size: 16px;
  }

  .mv__support-item {
    font-size: 17px;
    padding: 9px 10px;
  }

  .product-showcase__content {
    padding: 72px 20px 40px;
  }

  .usage-steps {
    padding: 56px 0;
  }

  .usage-steps__eyebrow {
    font-size: 15px;
    letter-spacing: 0.56px;
  }

  .usage-steps__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .usage-steps__panel {
    width: calc(100% - 24px);
    padding: 30px 20px;
    border-radius: 22px;
  }

  .usage-steps__flow {
    gap: 10px;
  }

  .usage-steps__item {
    min-height: 76px;
    gap: 12px;
    padding: 8px;
    border-radius: 40px;
  }

  .usage-steps__icon {
    width: 60px;
    height: 60px;
  }

  .usage-steps__label {
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .usage-steps__label--active {
    font-size: 17px;
  }

  .usage-steps__arrow {
    width: 28px;
  }

  .usage-steps__note {
    font-size: 14px;
    letter-spacing: 0.3px;
  }

  .line-up {
    padding: 60px 20px;
  }

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

  .line-up__brand-copy {
    font-size: 12px;
    line-height: 1;
    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__description {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.72px;
  }

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

  .line-up__message {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.96px;
  }

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

  .line-up__actions {
    gap: 20px;
  }

  .line-up__link {
    width: 289px;
    min-height: 54px;
    padding: 15px 24px;
  }

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

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

  .line-up__link-main {
    gap: 11px;
  }

  .line-up__link-store-en,
  .line-up__link-online-label {
    font-size: 16px;
  }

  .line-up__link-store-ja {
    font-size: 12.5px;
    line-height: 13.5px;
    letter-spacing: 0.525px;
  }

  .product-showcase__heading {
    font-size: 28px;
  }

  .product-showcase {
    min-height: 1398px;
    /* overflow: hidden; */
  }

  .product-showcase__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
  }

  .product-showcase__decor--left {
    left: -20px;
    top: 20px;
    width: 392px;
    height: 170px;
    object-fit: cover;
  }

  .product-showcase__decor--right {
    top: 480px;
    right: -82px;
    width: 236px;
    opacity: 0.8;
  }

  .product-showcase__body {
    width: 100%;
    gap: 24px;
  }

  .product-showcase__visual {
    position: relative;
    width: 100%;
    max-width: none;
    height: 510px;
    margin: 0;
  }

  .product-showcase__product {
    display: none;
  }

  .product-showcase__product--sp {
    position: absolute;
    top: 43px;
    left: -41px;
    display: block;
    width: 425px;
    max-width: none;
    height: 425px;
    object-fit: contain;
  }

  .product-showcase__info {
    width: 100%;
    gap: 24px;
  }

  .product-showcase__upper {
    gap: 20px;
  }

  .product-showcase__detail {
    gap: 20px;
  }

  .product-showcase__meta {
    gap: 12px;
  }

  .product-showcase__heading {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .product-showcase__subname,
  .product-showcase__volume,
  .product-showcase__tag,
  .product-showcase__claim-text,
  .product-showcase__claim-note {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .product-showcase__subname {
    font-size: 18px;
    white-space: nowrap;
  }

  .product-showcase__subname::before {
    content: "販売名 ";
  }

  .product-showcase__tags {
    gap: 20px;
  }

  .product-showcase__tag {
    padding: 4px 12px;
  }

  .product-showcase__price-main {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .product-showcase__price-tax {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .product-showcase__actions {
    gap: 12px;
  }

  .product-showcase__link {
    width: 100%;
    max-width: none;
  }

  .product-showcase__notes-head {
    gap: 16px;
  }

  .product-showcase__claim {
    gap: 10px;
  }

  .product-showcase__claim-copy {
    gap: 4px;
  }

  .product-showcase__claim-text,
  .product-showcase__claim-note {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
  }

  .product-showcase__claim-mark {
    font-size: 11.61px;
  }

  .product-showcase__small-note {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .product-showcase__footnotes {
    gap: 4px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .feature-panel__title,
  .feature-point__heading {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0px;
  }

  .feature-role__title,
  .feature-role__headline-text {
    font-size: 16.5px;
  }

  .feature-role__number {
    font-size: 22px;
  }

  .feature-point__description,
  .feature-role__description,
  .feature-role__intro,
  .feature-point__body {
    font-size: 13.5px;
  }

  .mv__pill-br {
    display: block;
  }
}
