:root {
  /* 背景グラデーション基調（FV等） */
  --color-grad-peach: #fcdbc7;
  --color-grad-pink: #f797e1;
  /* テキスト色 */
  --color-text: #363636;
  --color-text-sub: #5c637d;
  --color-text-navy: #5f6682;
  --color-text-muted: #81869d;
  --color-text-pink: #e68bdb;
  /* アクセント */
  --color-accent-pink: #fc86cb;
  --color-accent-pink-strong: #f587d0;
  --color-accent-purple: #b58bf9;
  --color-accent-purple-deep: #aa7de7;
  --color-purple-cta: #905de2;
  /* CTA帯グラデーション（アクセント色の半透明） */
  --color-cta-grad-from: rgba(252, 134, 203, 0.4);
  --color-cta-grad-to: rgba(181, 139, 249, 0.4);
  --color-red: #f0375b;
  --color-yellow: #fdf6a6;
  --color-green: #004831;
  /* ブルー系（見出し・帯・ボタン等） */
  --color-blue: #536ddc;
  --color-blue-deep: #3956b5;
  --color-blue-pale: #becdf3;
  --color-blue-lightest: #e7ecfa;
  /* 面・境界 */
  --color-white: #ffffff;
  --color-surface: #f2f2f2;
  --color-surface-card: #f3f3f3;
  --color-surface-pink: #fee2f6;
  --color-surface-blue: #e4f4fe;
  --color-border: #d9d9d9;
  --color-border-faint: rgba(0, 0, 0, 0.1);
  /* 影 */
  --color-shadow: rgba(0, 0, 0, 0.12);
  --color-shadow-soft: rgba(0, 0, 0, 0.05);
  --color-shadow-pink: rgba(243, 171, 225, 0.2);
  --color-shadow-lavender: rgba(209, 211, 244, 0.5);
  --color-blue-mid: #42a6ea;
  /* カード地色 */
  --c-surface-pink: #FEE2F6;
  --c-surface-lavender: #E7ECFA;
}
/* =========================================================
   ベース
   - 余白・サイズ・フォントサイズ・行間は直値（変数化しない）
   ========================================================= */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--color-text);
  background-color: var(--color-white);
  overflow-x: hidden;
}
.lp {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 80px;
}
.lp__inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
.font-maru {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.font-dela {
  font-family: "Dela Gothic One", "Noto Sans JP", sans-serif;
}
.font-dongle {
  font-family: "Dongle", "Noto Sans JP", sans-serif;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  padding: 16px 24px;
  border-radius: 999px;
  color: var(--color-white);
  background-color: var(--color-accent-pink);
  box-shadow: 0 4px 12px var(--color-shadow);
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px var(--color-shadow);
}
.card {
  background-color: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 4px 12px var(--color-shadow-soft);
  overflow: hidden;
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* =========================================================
   z-index レイヤー整理（場当たり防止・意図を集約）
   背景 0 / 中景 1 / 前景 2 / 追従CTA 100
   ========================================================= */
.sticky-cta.is-visible {
  transform: translateY(0);
}
/* =========================================================
   Step1-① ファーストビュー（FV / 静止：FVアニメOFF）
   ========================================================= */
.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 600;
  overflow: hidden;
  background-color: var(--color-surface-blue);
  background-image: url("/camp/cosme/img/01_fv/bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fv__layer {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
}
.fv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.fv__overlay {
  left: 0;
  top: 16.43%;
  width: 100%;
  height: 55.86%;
  object-fit: cover;
  opacity: 0.5;
}
.fv__deco-a {
  left: 82.4%;
  top: 7.79%;
  width: 12.57%;
  height: 5.96%;
  transform: rotate(-11.94deg);
}
.fv__deco-b {
  left: 78.05%;
  top: 14.24%;
  width: 18.53%;
  height: 7.29%;
}
.fv__deco-c {
  left: 3.39%;
  top: 56.53%;
  width: 17.73%;
  height: 8.86%;
}
.fv__deco-d {
  left: 2.03%;
  top: 53.8%;
  width: 6.4%;
  height: 3.36%;
}
.fv__clouds {
  left: 0;
  top: 84%;
  width: 100%;
  height: 9.14%;
  object-fit: cover;
}
.fv__lead {
  left: 50%;
  top: 8%;
  width: 56.27%;
  height: 5.71%;
  transform: translateX(-50%);
  object-fit: contain;
}
.fv__title {
  position: absolute;
  top: 7.5%;
  margin: 0;
}
.fv__title-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: initial;
}
.fv__pc-layer,
.fv__title-img--pc {
  display: none;
}
.fv__cards-a {
  left: 9.58%;
  top: 64.05%;
  width: 82.13%;
  height: 20.36%;
  object-fit: contain;
}
.fv__cards-b {
  left: 21.21%;
  top: 81.93%;
  width: 58.8%;
  height: 12.21%;
  object-fit: contain;
}
.fv__header {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.fv__header-side {
  width: 6.73%;
  min-width: 18px;
  height: auto;
  display: block;
  color: var(--color-white);
}
.fv__header-side--right {
  transform: scaleX(-1);
}
.fv__header-box {
  background-color: var(--color-white);
  border-radius: 0 0 16px 16px;
  max-width: 300px;
}
.fv__logo {
  display: flex;
  align-items: center;
}
.fv__logo-mark {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.fv__logo-wordmark {
  height: 68%;
  width: auto;
  display: block;
  color: var(--color-green);
}
.fv__note {
  position: absolute;
  left: 50%;
  top: 91%;
  transform: translateX(-50%);
  width: 91.47%;
  display: flex;
  gap: 2px;
  align-items: flex-start;
  color: var(--color-text-sub);
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word;
}
/* =========================================================
   Step1-② 「三井住友カードで買うと こんなにおトク!」セクション
   ========================================================= */
.benefit {
  width: 100%;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-surface-blue);
  background-image: url("/camp/cosme/img/02_benefit/bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.benefit__inner {
  width: 100%;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit__heading {
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
}
.benefit__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.benefit__eg {
  padding-bottom: 16px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  text-align: center;
  font-feature-settings: 'halt' on;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.benefit__products {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  justify-content: center;
  padding: 0 4px 24px;
  width: 100%;
}
.prod-card {
  width: calc((100% - 16px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 8px 0;
  background-color: var(--color-white);
  border-radius: 15px;
  filter: drop-shadow(4px 5px 0 rgba(190, 205, 243, 0.5));
}
.prod-card__name {
  width: 100%;
  height: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 13px;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  white-space: nowrap;
}
.prod-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.prod-card__price {
  width: 100%;
  display: flex;
  gap: 1px;
  align-items: baseline;
  justify-content: center;
  padding: 10px 8px 4px;
  border-top: 1px dashed var(--color-blue-pale);
  color: var(--color-text-sub);
  text-align: center;
  white-space: nowrap;
}
.prod-card__num {
  font-family: "Dongle", "Noto Sans JP", sans-serif;
  font-size: 28px;
  letter-spacing: -0.84px;
  line-height: 1;
}
.prod-card__yen {
  font-size: 12px;
}
.prod-card__tax {
  font-size: 9px;
}
.benefit__total {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  color: var(--color-text-sub);
  text-align: center;
}
.benefit__total-text {
  display: flex;
  gap: 4px;
  align-items: baseline;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
.benefit__total-num {
  font-family: "Dongle", "Noto Sans JP", sans-serif;
  font-size: 50px;
  letter-spacing: -1.5px;
  text-box: trim-both cap alphabetic;
  line-height: 0.5;
}
.benefit__total-tax {
  font-size: 9px;
}
.benefit__total-sub {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.benefit__total-line {
  width: 100%;
  max-width: 347px;
  height: auto;
}
.benefit__result {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 32px 16px;
  background-color: var(--color-white);
  border-radius: 20px;
}
.benefit__result-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.benefit__result-lead {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-text-sub);
  text-align: center;
  font-feature-settings: 'halt' on;
  font-style: normal;
  font-weight: 600;
}
.benefit__result-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.benefit__result-num {
  font-family: "Dongle", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -3px;
  color: var(--color-text-pink);
  text-box: trim-both cap alphabetic;
  line-height: 0.55;
}
.benefit__result-unit {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
.benefit__pill {
  padding: 4px 12px;
  width: 130px;
  width: min(2.5vw, 130px);
  height: auto;
}
.benefit__hl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.benefit__hl-img {
  flex-shrink: 0;
  width: 82.5px;
  height: auto;
  transform: rotate(-15deg);
}
.benefit__hl-text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.benefit__hl-star {
  position: absolute;
  pointer-events: none;
}
.benefit__hl-star svg {
  display: block;
  width: 100%;
  height: 100%;
}
.benefit__hl-star--1 {
  width: 25px;
  height: 37px;
  top: -14px;
  right: 4px;
}
.benefit__hl-star--2 {
  width: 16px;
  height: 23px;
  top: 12px;
  right: -8px;
}
.benefit__hl-star--3 {
  width: 16px;
  height: 23px;
  bottom: -6px;
  left: 0;
}
.benefit__hl-em {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  background-image: linear-gradient(to bottom,
      var(--color-accent-pink),
      var(--color-accent-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.benefit__note {
  width: 100%;
  display: flex;
  gap: 2px;
  align-items: flex-start;
  padding-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  word-break: break-word;
}
.benefit__note--btn {
  width: 100%;
  display: flex;
  gap: 2px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  word-break: break-word;
}
.benefit__note--center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.benefit__start {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 24px;
}
.benefit__start-pill {
  display: flex;
  gap: 4px;
  align-items: baseline;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: var(--color-text-sub);
  color: var(--color-white);
}
.benefit__start-date {
  font-family: "Dongle", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.38px;
  text-box: trim-both cap alphabetic;
  line-height: 0.3;
}
.benefit__start-note {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.64px;
}
.benefit__start-img {
  width: 100%;
  max-width: 343px;
  height: auto;
}
.benefit__detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 16px 0;
}
.benefit__detail-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 18px 26px;
  border: 2px solid var(--color-text-navy);
  border-radius: 10px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: var(--color-text-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
  background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}
.benefit__detail-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  right: 20px;
}
.acc7__detail::after,
.cardinfo__kitty-link::after,
.cardinfo__note-link::after,
.note__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/camp/cosme/img/common/open-in-new.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.footer-link__icon::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/camp/cosme/img/common/open_in_new_black.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
/* =========================================================
   Step1-③ あなたはどれにする？ 選べるカードデザイン
   ========================================================= */
.carddesign {
  width: 100%;
  padding: 48px 16px;
  display: flex;
  justify-content: center;
  background-color: var(--color-surface-pink);
  background-image: url("/camp/cosme/img/03_design/bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.carddesign__inner {
  width: 100%;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carddesign__heading {
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
}
.carddesign__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.carddesign__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 8px 32px;
}
.cd-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--color-shadow-pink);
}
.cd-card__title {
  padding-bottom: 24px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: var(--color-text-sub);
  text-align: center;
}
.cd-card__row {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.cd-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cd-item__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cd-item__name {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.24px;
  color: var(--color-text-sub);
  text-align: center;
}
.cd-card__note {
  width: 100%;
  display: flex;
  gap: 2px;
  align-items: flex-start;
  padding-top: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word;
}
.carddesign__lead {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
}
.carddesign__lead-text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: var(--color-text-sub);
  text-align: center;
}
.carddesign__lead-dash {
  width: 10px;
  height: 18px;
}
.accordion {
  width: 100%;
  background-color: var(--color-surface-card);
  border: 1px solid var(--color-border-faint);
  border-radius: 10px;
  padding: 16px;
}
.accordion__heading {
  margin: 0;
}
.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--color-text-sub);
}
.accordion__label {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.accordion__badge {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.accordion__title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: var(--color-text-sub);
}
.accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--color-text-sub);
}
.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 1px;
  background-color: var(--color-text-sub);
  transform: translate(-50%, -50%);
}
.accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.15s ease;
}
.accordion__trigger[aria-expanded="true"] .accordion__icon::after {
  opacity: 0;
}
.accordion__panel {
  padding-top: 16px;
}
.accordion__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diag {
  max-width: 767px;
}
.diag__cards {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.diagnosis__flow {
  width: 100%;
  max-width: 309px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.diag-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 10px;
  padding: 16px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--color-white);
}
.diag-card--pink {
  background: var(--c-surface-pink);
}
.diag-card--lavender {
  background: var(--c-surface-lavender);
}
.diag-card__lead {
  color: var(--color-text-sub);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.24px;
}
.diag-card__face {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300 / 210;
  margin: 0 0 8px;
}
.diag-card__face-base {
  position: absolute;
  top: 0;
  left: 6%;
  width: 82%;
}
.diag-card__face-chara {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 60%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .15));
}
.diag-card__name {
  width: auto;
  height: 84px;
  margin: 12px 0 0;
}
.diag-word {
  height: auto;
  width: 100%;
}
.diag-word--num {
  height: 46px;
}
.diag-card__benefit--nl {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.diag-card__benefit--gold {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.diag-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  color: var(--c-text-sub);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  white-space: nowrap;
  background: var(--color-white);
  color: var(--color-text-sub);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.26px;
}
.diag-text {
  color: var(--color-text-sub);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.diag-text-inline {
  color: var(--color-text-sub);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.24px;
}
.diag-plus {
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  color: var(--c-text-sub);
}
.diag-word-line {
  color: var(--color-text-sub);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.36px;
}
.diag-word-line--num {
  align-items: center;
}
.diag-sup {
  color: var(--color-text-sub);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 13.5px */
  letter-spacing: -0.18px;
}
.diag__notes {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.diag__note {
  display: flex;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: var(--c-text-sub);
}
.diag__note-mark {
  flex-shrink: 0;
}
.diagnosis__footnotes {
  display: flex;
  gap: 2px;
  padding-top: 16px;
  flex-direction: column;
  width: 100%;
}
.diagnosis__footnote {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text-sub);
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word;
}
.diagnosis__footnote-mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.diagnosis__footnote-body {
  flex: 1;
  min-width: 0;
}
.diagnosis__footnote-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--color-text-sub);
  text-decoration: underline;
  text-underline-position: from-font;
}
.diagnosis__footnote-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: middle;
}
.diag-card__position {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 20px;
  
}
/* =========================================================
   Step1-④ 最短10秒発行 カードの到着を待たずに今すぐ使える
   ========================================================= */
.issue10 {
  width: 100%;
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  background-color: var(--color-surface-pink);
  background-image: url("/camp/cosme/img/04_speed/bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.issue10__inner {
  width: 100%;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.issue10__heading {
  width: 100%;
  margin: 0;
}
.issue10__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.issue10__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px 0;
}
.issue10__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 40px 16px 24px;
  border-radius: 15px;
  color: var(--color-white);
  text-decoration: none;
  box-shadow: 0 5px 2.5px var(--color-shadow);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.cta-btn--red {
  background-color: var(--color-red);
}
.cta-btn--purple {
  background-color: var(--color-purple-cta);
}
.cta-btn__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-btn__thumb img {
  width: 46px;
  height: auto;
  border: 1.8px solid var(--color-white);
  border-radius: 3.65px;
  object-fit: cover;
}
.cta-btn__label {
  flex: 1;
  min-width: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.cta-btn__name {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.cta-btn__sub {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
}
.cta-btn__chevron {
  position: absolute;
  right: 24px;
  top: calc(50% - 5px);
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
}
.issue10__banner {
  display: block;
  width: 100%;
  max-width: 330px;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.issue10__banner img {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================================================
   共通：注記リスト（※〜）／注記リンク／注意事項ボタン／グラデ数値
   ========================================================= */
.notes,
.notes--ex {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.note {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
  word-break: break-word;
}
.note__mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.note__body {
  flex: 1;
  min-width: 0;
}
.note__link {
  display: inline;
  color: var(--color-text-sub);
  text-decoration: underline;
  text-underline-position: from-font;
}
.note__link-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  vertical-align: -1px;
  border: 1.5px solid currentColor;
  border-radius: 1px;
  position: relative;
}
.note__link-icon::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: var(--color-white);
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.note-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border: 2px solid var(--color-text-navy);
  border-radius: 10px;
  color: var(--color-text-navy);
  text-decoration: none;
}
.note-btn__text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.note-btn__icon {
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
}
.note-btn__icon::before,
.note-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.note-btn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pct {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  width: auto;
  max-width: 60%;
}
.pct__label {
  font-weight: 900;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.24px;
  color: var(--color-text-sub);
  align-self: center;
}
.pct__value {
  display: inline-flex;
  align-items: flex-end;
}
.pct__value-media {
  display: block;
  height: 55px;
  width: auto;
  object-fit: contain;
}
.pct__plus {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--color-text-sub);
  margin-right: 2px;
}
.pct__num {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  background-image: linear-gradient(to bottom,
      var(--color-accent-pink),
      var(--color-accent-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pct__unit {
  font-size: 36px;
  letter-spacing: -0.72px;
}
.pct__suffix {
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  color: var(--color-text-sub);
  align-self: center;
  white-space: nowrap;
  padding-top: 1.1rem;
}
.pct--lg .pct__label {
  font-size: 16px;
  letter-spacing: -0.32px;
}
.pct--lg .pct__plus {
  font-size: 60px;
}
.pct--lg .pct__num {
  font-size: 100px;
  letter-spacing: -3px;
}
.pct--lg .pct__unit {
  font-size: 60px;
  letter-spacing: -1.8px;
}
.pct--lg .pct__suffix {
  font-size: 24px;
  letter-spacing: -0.48px;
}
/* =========================================================
   Step1-⑤ コスメ以外でもポイントがざくざく貯まる!
   ========================================================= */
.points {
  width: 100%;
  padding: 48px 16px;
  display: flex;
  justify-content: center;
  background-color: var(--color-surface-blue);
  background-image: url(/camp/cosme/img/05_point/bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.points__inner {
  width: 100%;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.points__heading {
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
}
.points__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.points__illust {
  width: 100%;
  margin-bottom: 24px;
}
.points__illust-left {
  left: 0;
  top: 12.13%;
  width: 55.39%;
}
.points__illust-right {
  right: 0;
  top: 12.13%;
  width: 55.39%;
}
.points__illust-center {
  left: 44.61%;
  top: 30.25%;
  width: 10.79%;
}
.points__illust-top {
  left: 37.9%;
  top: 0;
  width: 24.49%;
}
.usage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
}
.usage__head {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding-bottom: 16px;
}
.usage__mark {
  width: 14px;
  height: auto;
  object-fit: contain;
}
.usage__mark--right {
  transform: rotate(180deg);
}
.usage__head-text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: var(--color-text-sub);
  display: flex;
  align-items: flex-end;
}
.usage__head-lg {
  font-size: 24px;
}
.usage__head-sm {
  color: var(--color-text-sub);
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.4px;
}
.usage__receipts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}
.usage__receipt {
    width: 100%;
    height: auto;
}
.usage__connector {
  width: 8px;
  height: 24px;
  background-color: var(--color-blue-pale);
}
.usage__chevron {
  position: relative;
  top: -1px;
  width: 9px;
  height: 48px;
}
.usage__square {
  position: relative;
  top: -14px;
  width: 38px;
  height: 24px;
}
.usage__total {
  position: relative;
  top: -15px;
  width: 100%;
  max-width: 327px;
  margin: 0;
  padding-top: 8px;
  display: flex;
  justify-content: center;
}
.usage__total img:not(.usage__total-deco) {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.usage__total-deco {
  position: absolute;
  right: 4.6%;
  top: 0;
  width: 9.5%;
  height: auto;
}
.points__notes {
  padding: 16px 0 32px;
}
.points__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pcard {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 32px 16px;
  filter: drop-shadow(5px 5px 0 var(--color-shadow-lavender));
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reward7__lead {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reward7__title {
  margin: 0;
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-navy);
  text-align: center;
}
.reward7__title-grad {
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.48px;
  background-image: linear-gradient(to bottom,
      var(--color-accent-pink),
      var(--color-accent-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.reward7__ways {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: var(--color-text-navy);
}
.tag {
  width: 110px;
  padding: 4px 12px;
  border-radius: 10px;
  background-color: var(--color-surface-blue);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: var(--color-text-navy);
  text-align: center;
}
.reward7__conj {
  color: var(--color-text-navy);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 16px;  
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
  letter-spacing: -0.32px;
}
.reward7__badge {
  margin: 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.reward7__badge img {
  width: 230.5px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.reward7 .notes {
  padding: 16px 0 24px;
}
.reward7__stores-head {
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}
.reward7__stores-text {
  color: var(--color-text-navy);
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.reward7__logos {
  margin: 0;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.reward7__logos img {
  width: 100%;
  max-width: 311px;
  height: auto;
  object-fit: contain;
}
.reward7__new {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.reward7__new img {
  width: 100%;
  max-width: 311px;
  height: auto;
  object-fit: contain;
}
.reward7 .note-btn {
  margin-top: 16px;
}
/* =========================================================
   注意事項アコーディオン（7%還元）
   ========================================================= */
.acc7-box {
  width: 100%;
  border: 2px solid var(--color-text-navy);
  border-radius: 10px;
}
.acc7-box .note-btn,
.acc7-box .ptpc-notebtn {
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}
.note-btn[aria-expanded="true"] .note-btn__icon::after,
.ptpc-notebtn[aria-expanded="true"] .ptpc-notebtn__icon::after {
  display: none;
}
.acc7 {
  display: flex;
  flex-direction: column;
  padding: 6px 26px 18px;
}
.acc7[hidden] {
  display: none;
}
.acc7__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: var(--color-text-navy);
}
.acc7__sup {
  font-size: 9px;
}
.acc7__notes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0 4px;
}
.acc7__note {
  display: flex;
  gap: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.acc7__mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.acc7__body {
  flex: 1 1 auto;
  min-width: 0;
}
.acc7__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
  text-decoration: underline;
  text-align: left;
}
/* =========================================================
   注意事項アコーディオン（リワードアップ U25）
   ========================================================= */
.accu25 {
  padding: 0 16px 16px;
}
.accu25[hidden] {
  display: none;
}
.accu25__list {
  margin: 0;
  padding-left: 21px;
  list-style: disc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: var(--color-text-navy);
}
.accu25__item {
  margin-bottom: 8px;
}
.accu25__item:last-child {
  margin-bottom: 0;
}
.accu25__u {
  text-decoration: underline;
}
.u25__badge {
  margin: 0;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
}
.u25__badge-pill {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: var(--color-blue-deep);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: var(--color-yellow);
  text-align: center;
}
.u25__title {
  width: 100%;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.u25__title-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-sub);
}
.u25__title-main {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: var(--color-blue-deep);
}
.u25__table {
  width: 100%;
  border-collapse: collapse;
  /* margin-bottom: 24px; ToDo:8月3日以降にコメントアウト解除 */
}
.u25__row {
  border-bottom: 1px solid var(--color-blue-pale);
}
.u25__cell {
  padding: 16px 8px;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--color-text-sub);
}
.u25__cell--label {
  width: 50%;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.28px;
}
.u25__cell-inner {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.u25__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.u25__cell-inner>span {
  font-size: 16px;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
.u25__slider {
  display: none; /* ToDo:8月3日以降にコメントアウト */
}
.u25__track {
  width: 100%;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.u25__track::-webkit-scrollbar {
  display: none;
}
.u25__slide {
  flex: 0 0 auto;
  width: 90%;
  max-width: 290px;
  scroll-snap-align: center;
  background-color: var(--color-surface);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.u25__slide-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.u25__slide-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.u25__slide-title {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-sub);
  text-align: center;
  min-height: 55px;
}
.u25__slide-point {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.24px;
  color: var(--color-text-sub);
  text-align: center;
}
.u25__slide-desc {
  margin: 8px 0 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.28px;
  color: var(--color-text-sub);
  text-align: center;
  white-space: nowrap;
}
.u25__slide-notes {
  padding-top: 16px;
}
.u25__dots {
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.u25__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-border);
}
.u25__dot--active {
  width: 11px;
  height: 11px;
  background-color: var(--color-accent-pink-strong);
  border: 3px solid var(--color-white);
  box-sizing: content-box;
}
.u25 .notes {
  padding: 16px 0 8px;
}
.u25 .note-btn {
  border-color: var(--color-text-sub);
  color: var(--color-text-sub);
}
.usage-other__title {
  margin: 0;
  padding-bottom: 16px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: var(--color-text-navy);
  text-align: center;
}
.usage-other__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.usage-other__item {
  width: 100%;
  background-color: var(--color-surface);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.usage-other__img {
  width: 137px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.usage-other__img--square {
  width: 90px;
}
.usage-other__img--wide {
  width: auto;
  height: 90px;
}
.usage-other__lead {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-sub);
  text-align: center;
}
.usage-other__lead-sub {
  font-size: 14px;
  letter-spacing: -0.28px;
}
.usage-other__notes {
  padding-top: 4px;
}
/* =========================================================
   Step1-⑥ おトクなキャンペーン開催中
   ========================================================= */
/* PC専用DOMはSP幅では非表示（PCルールは@media min-width:768px内） */
.campaign {
  width: 100%;
  padding: 48px 16px;
  display: flex;
  justify-content: center;
  background-color: var(--color-surface-pink);
  background-image: url("/camp/cosme/img/06_campaign/bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.campaign__inner {
  width: 100%;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campaign__heading {
  width: 100%;
  margin: 0;
  padding-bottom: 16px;
}
.campaign__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.campaign__promo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campaign__promo-period {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
}
.campaign__period-text {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -0.24px;
  color: var(--color-text-navy);
  text-align: center;
  padding-bottom: 16px;
}
.campaign__entry-badge {
  margin: 0;
  padding: 8px 10px 10px;
  border-radius: 5px;
  background-color: var(--color-blue);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  color: var(--color-white);
  display: flex;
  align-items: center;
}
.campaign__entry-text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.36px;
}
.campaign__entry-sup {
  font-size: 11.61px;
  line-height: 1;
}
.campaign__promo-reward {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.campaign__cond-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.campaign__reward-amount {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  margin: 0;
}
.campaign__reward-prefix {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--color-text-navy);
  width: 21px;
  align-self: center;
  text-align: center;
}
.campaign__reward-num {
  display: block;
  height: auto;
  width: 225px;
  object-fit: contain;
}
.campaign__reward-unit {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.34px;
  color: var(--color-text-navy);
  white-space: nowrap;
}
.cond-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1.35;
}
.cond-pill--white {
  background-color: var(--color-white);
  padding: 4px 12px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-navy);
}
.cond-pill--sm {
  font-size: 13px;
  letter-spacing: -0.26px;
  padding: 2px 8px;
}
.cond-pill--pink {
  background-color: var(--color-surface-pink);
  color: var(--color-text-navy);
}
.cond-pill--blue {
  background-color: var(--color-surface-blue);
  color: var(--color-text-navy);
}
.cond-pill--purple {
  background-color: var(--color-blue-lightest);
  color: var(--color-text-navy);
}
.cond-conj--ex {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-navy);
}
.cond-conj {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-navy);
}
.campaign__notes {
  padding-bottom: 16px;
}
.campaign__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}
.campaign__plus {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin: 0;
}
.campaign__plus svg {
  width: 100%;
  height: 100%;
}
.cp-card {
  position: relative;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 var(--color-shadow-soft);
  overflow: hidden;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.benefit__detail-link:hover,
.cta-btn:hover,
.cp-card:hover,
.issue10__banner:hover,
.flow-tab:hover,
.cardinfo-tab:hover,
.marks__contact:hover,
.sticky-cta__btn:hover,
.apply-cta:hover,
.method-card:hover,
.notice-cta:hover {
  opacity: 0.5;
}
.cp-card-pt {
  padding: 32px 16px;
}
.cp-card__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 12px 1px;
  background-color: var(--color-text-navy);
  border-radius: 0 0 20px 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  color: var(--color-white);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}
.cp-student-card__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  background-color: var(--color-text-navy);
  border-radius: 0 0 20px 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  color: var(--color-white);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}
.cp-card__label-num {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-size: 29px;
  letter-spacing: -0.58px;
  line-height: 1;
}
.cp-card__cond {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
}
.cp-card__cond--col {
  flex-direction: column;
  flex-wrap: nowrap;
}
.cp-card__cond--row {
  flex-direction: row;
  flex-wrap: nowrap;
}
.cp-card__cond-sub {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.cp-card__subtitle {
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-navy);
  text-align: center;
}
.cp-card__amount {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 8px;
  margin: 0;
}
.cp-card__amount-prefix {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  color: var(--color-text-navy);
  width: 21px;
  text-align: center;
}
.cp-card__amount-num {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -2.7px;
  text-box: trim-both cap alphabetic;
  line-height: 0.55;
}
.cp-card__amount-num--pink {
  color: var(--color-accent-pink);
}
.cp-card__amount-num--blue-mid {
  color: var(--color-blue-mid);
}
.cp-card__amount-num--purple {
  color: var(--color-accent-purple-deep);
}
.cp-card__amount-unit {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.3px;
  color: var(--color-text-navy);
  white-space: nowrap;
}
.cp-card__period {
  margin: 0;
  width: 100%;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -0.24px;
  color: var(--color-text-muted);
  text-align: center;
}
.cp-card__arrow {
  position: absolute;
  bottom: 10.45px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}
.cp-card__arrow--pink {
  background-color: var(--color-accent-pink);
}
.cp-card__arrow--blue-mid {
  background-color: var(--color-blue-mid);
}
.cp-card__arrow--purple {
  background-color: var(--color-accent-purple-deep);
}
.cp-card__arrow svg {
  width: 20px;
  height: 20px;
  transform: translate(4px, 3.55px);
}
.campaign__divider {
  width: 100%;
  height: 2px;
  margin-bottom: 32px;
}
.campaign__divider svg {
  width: 100%;
  height: 2px;
  display: block;
}
.campaign__student {
  width: 100%;
}
/* =========================================================
   Step1-⑦ スマホで完結! お申し込みの流れ（タブUI）
   ========================================================= */
/* PC専用DOMはSP幅では非表示（PCルールは@media min-width:768px内） */
.flow {
  width: 100%;
  display: flex;
  justify-content: center;
}
.flow__inner {
  width: 100%;
  max-width: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
}
.flow__heading {
  width: 343px;
  margin: 0;
  padding-bottom: 32px;
}
.flow__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.flow-tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* タブ見出し部 */
.flow-tabs__list {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
  padding: 0 32px;
  position: relative;
}
.flow-tab {
  flex: 1 0 0;
  min-width: 0;
  border: 0;
  cursor: pointer;
  padding: 16px 8px;
  border-radius: 15px 15px 0 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.36px;
  text-align: center;
  white-space: nowrap;
}
.flow-tab[aria-selected="true"] {
  background-color: var(--color-blue);
  color: var(--color-white);
  position: relative;
  z-index: 2;
}
.flow-tab[aria-selected="false"] {
  background-color: var(--color-white);
  color: var(--color-blue);
  border-top: 2px solid var(--color-blue);
  border-left: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  margin-top: 8px;
  padding: 12px 8px;
  z-index: 1;
}
.flow-panel {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--color-surface-blue);
  background-image: url("/camp/cosme/img/07_flow/bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-top: 2px solid var(--color-blue);
}
.flow-panel[hidden] {
  display: none;
}
.flow-panel__inner {
  width: 100%;
  max-width: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 16px;
}
.flow-headline {
  width: 343px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  text-align: center;
}
.flow-headline__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding-bottom: 12px;
}
.flow-headline__lead {
  display: inline-flex;
  align-items: flex-end;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-text-navy);
  white-space: nowrap;
}
.flow-headline__lead--plain {
  color: var(--color-text-sub);
}
.flow-num-grad {
  width: 70px;
  height: auto;
}
.flow-unit-grad {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  background-image: linear-gradient(to bottom,
      var(--color-accent-pink),
      var(--color-accent-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.flow-headline__main {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: -0.52px;
  color: var(--color-blue);
}
.flow-headline__sub {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-navy);
  padding-top: 4px;
}
.flow-headline__phrase {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.flow-headline__phrase .flow-headline__sub,
.flow-headline__phrase .flow-headline__main {
  width: 100%;
  text-align: center;
}
.flow-headline__deco {
  position: absolute;
  pointer-events: none;
  height: auto;
}
.flow-headline__deco--a {
  left: 316px;
  top: 0.5px;
  width: 15.5px;
}
.flow-headline__deco--b {
  left: 327px;
  top: 23.5px;
  width: 10px;
}
.flow-headline__deco--c {
  left: -5px;
  top: 54.55px;
  width: 16px;
}
.flow-bracket {
  width: 14px;
  height: 22px;
  flex-shrink: 0;
  display: inline-flex;
}
.flow-bracket svg {
  width: 100%;
  height: 100%;
}
.flow-bracket--r {
  transform: scaleX(-1);
}
.flow-bracket-img {
  width: 14px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}
.flow-bracket-img--r {
  transform: scaleX(-1);
}
.flow-steps {
  width: 343px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-step {
  position: relative;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flow-step__num {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.72px;
  color: var(--color-blue);
  white-space: nowrap;
  background-image: linear-gradient(
    to bottom,
    var(--color-surface) 0,
    var(--color-surface) 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: right;
}
.flow-step__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 20px 16px;
}
.flow-step__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}
.flow-step__textcol {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
}
.flow-step__text {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-navy);
}
.flow-step__note {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.24px;
  color: var(--color-text-sub);
}
.flow-step__pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: var(--color-surface);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.24px;
  color: var(--color-text-sub);
  white-space: nowrap;
}
.flow-step--accent {
  overflow: visible;
}
.flow-step__accent {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 90px;
  height: 90px;
  transform: translateY(-50%);
  pointer-events: none;
}
.flow-step__accent-star {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 89px;
  height: 89px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.flow-step__accent-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 44px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.flow-connector {
  width: 6px;
  height: 16px;
  flex-shrink: 0;
  background-color: var(--color-blue-pale);
}
.flow-notes {
  width: 343px;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.flow-note {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.flow-note__mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.flow-note__body {
  flex: 1 0 0;
  min-width: 0;
}
/* =========================================================
   Step1-⑧ 最短10秒発行（再掲CTA）＋カード基本情報
   ========================================================= */
.issue10info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cardinfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cardinfo__bar {
  margin: 0;
  padding: 16px;
  background-color: var(--color-text-sub);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: var(--color-white);
  text-align: center;
}
.cardinfo__tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cardinfo__tablist {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding: 24px 16px 0;
  position: relative;
}
.cardinfo-tab {
  flex: 1 0 0;
  min-width: 0;
  border: 0;
  cursor: pointer;
  padding: 16px 8px;
  border-radius: 15px 15px 0 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.28px;
  text-align: center;
}
.cardinfo-tab[aria-selected="true"] {
  background-color: var(--color-text-sub);
  color: var(--color-white);
  position: relative;
  z-index: 2;
}
.cardinfo-tab[aria-selected="false"] {
  background-color: var(--color-white);
  color: var(--color-text-sub);
  border-top: 2px solid var(--color-text-sub);
  border-left: 2px solid var(--color-text-sub);
  border-right: 2px solid var(--color-text-sub);
  margin-top: 8px;
  padding: 10px 8px;
  z-index: 1;
}
.cardinfo-panel {
  width: 100%;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  border-top: 2px solid var(--color-text-sub);
}
.cardinfo-panel[hidden] {
  display: none;
}
.cardinfo-panel__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px;
}
.cardinfo__design {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cardinfo__design-lead {
  margin: 0;
  padding-bottom: 16px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-sub);
  text-align: center;
}
.cardinfo__design-img {
  width: 343px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cardinfo__design-img--pc {
  display: none;
}
.cardinfo__design-select {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
  padding-bottom: 8px;
}
.cardinfo-design {
  margin: 0;
  padding: 4px 4px 0;
  border: 0;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cardinfo-design__thumb {
  display: block;
  border: 2px solid transparent;
  border-radius: 4px;
  line-height: 0;
}
.cardinfo-design__thumb img {
  display: block;
  width: 62px;
  height: auto;
  object-fit: contain;
}
.cardinfo-design.is-selected .cardinfo-design__thumb,
.cardinfo-design[aria-pressed="true"] .cardinfo-design__thumb {
  border-color: var(--color-white);
  border-radius: 6px;
  box-shadow: 4px 4px 0 var(--color-blue-pale);;
}
.cardinfo-design__caret {
  visibility: hidden;
}
.cardinfo-design.is-selected .cardinfo-design__caret,
.cardinfo-design[aria-pressed="true"] .cardinfo-design__caret {
  visibility: visible;
}
.cardinfo__kitty-link-wrap {
  margin: 0;
  text-align: center;
}
.cardinfo__kitty-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-sub);
  text-decoration: underline;
  padding-bottom: 16px;
}
.cardinfo-pc-faces {
  display: none;
}
.cardinfo__faces {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 0;
}
.cardinfo__face {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.cardinfo__face-label {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.24px;
  color: var(--color-text-sub);
}
.cardinfo__face-img {
  height: auto;
  object-fit: contain;
}
.cardinfo__face-img--front {
  width: 220px;
  max-width: calc(100% - 32px);
}
.cardinfo__face-img--back {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.cardinfo__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-surface);
  table-layout: fixed;
}
.cardinfo__row {
  border-bottom: 1px solid var(--color-surface);
}
.cardinfo__th {
  width: 30%;
  vertical-align: top;
  text-align: left;
  padding: 12px 12px 13px;
  background-color: var(--color-surface);
  border-bottom: 1px solid var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text-sub);
}
.cardinfo__td {
  vertical-align: top;
  padding: 12px 12px 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-sub);
}
.cardinfo__td-text {
  margin: 0;
}
.cardinfo__td-text+.cardinfo__td-text,
.cardinfo__td-text+.cardinfo__td-note {
  padding-top: 4px;
}
.cardinfo__td-strong {
  font-weight: 700;
}
.cardinfo__td-note {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}
.cardinfo__td-note-mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.cardinfo__td-note-body {
  flex: 1 0 0;
  min-width: 0;
}
.cardinfo__sup {
  font-size: 8.385px;
}
.cardinfo__list {
  list-style: disc;
  margin: 0;
  padding-left: 19.5px;
}
.cardinfo__list-item+.cardinfo__list-item {
  padding-top: 4px;
}
.cardinfo__inline-link {
  color: var(--color-text-sub);
  text-decoration: underline;
}
.cardinfo__notes {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: num;
}
.cardinfo__note {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.cardinfo__note:first-child::before {
  content: "※";
}
.cardinfo__note:not(:first-child)::before {
  counter-increment: num;
}
.cardinfo__note:not(:first-child)::before {
  content: "※" counter(num);
}
.cardinfo__note-mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.cardinfo__note-body {
  flex: 1 0 0;
  min-width: 0;
}
.cardinfo__note-link {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  color: var(--color-text-sub);
  text-decoration: underline;
}
.cardinfo__note-link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
.cardinfo__todo {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-muted);
  text-align: center;
}
.marks {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px 40px;
}
.marks__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.marks__contact {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 33px;
  border: 1px solid var(--color-text-sub);
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text-sub);
  text-decoration: none;
  cursor: pointer;
}
.marks__contact-text {
  flex: 1 0 0;
  min-width: 0;
  text-align: center;
}
.marks__contact-chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.marks__contact-chevron svg {
  width: 100%;
  height: 100%;
}
.marks__list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.marks__copy {
  width: 100%;
}
.marks__item {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.notice-modal__note-body::before,
.marks__item::before {
  content: "※";
}
.marks__mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.marks__body {
  flex: 1 0 0;
  min-width: 0;
}
/* =========================================================
   ⑨ フッター＋追従ボタン（Frame244 / Frame277）
   ========================================================= */
.footer {
  width: 100%;
}
.footer__notices {
  background-color: var(--color-surface);
  padding: 40px 24px;
}
.footer__notices-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-note {
  display: flex;
  flex-direction: column;
}
.footer-note__title {
  padding-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text);
}
.footer-note__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
  color: var(--color-text);
  word-break: break-word;
}
.footer-note__list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
  color: var(--color-text);
  word-break: break-word;
}
.footer-note__item {
  margin: 0;
}
.footer-note__link {
  color: inherit;
  text-decoration: underline;
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}
.footer-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
}
.footer-link__label {
  word-break: break-word;
}
.footer-link__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #000000;
}
.footer-link__icon svg {
  width: 100%;
  height: 100%;
}
.footer__copyright {
  background-color: var(--color-text);
  padding: 24px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-surface);
  text-align: center;
  white-space: nowrap;
}
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 8px 16px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.80) 100%);
  display: flex;
  justify-content: center;
}
.sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
  height: 60px;
  padding: 5px 24px;
  border-radius: 10px;
  background-image: linear-gradient(90deg, var(--color-accent-pink) 0%, var(--color-accent-purple) 100%);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  position: relative;
}
.sticky-cta__label {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.36px;
  color: var(--color-white);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.sticky-cta__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sticky-cta__icon svg {
  width: 8px;
  height: 14px;
}
.sticky-cta__btn {
  border: 0;
  cursor: pointer;
  width: 100%;
  font: inherit;
  appearance: none;
}
/* =========================================================
   カード申し込みモーダル（レイヤー「モーダル_カード申し込み_00」）
   ========================================================= */
.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.apply-modal[hidden] {
  display: none;
}
.apply-modal__panel {
  position: relative;
  width: 375px;
  max-width: 100%;
  background-color: var(--color-surface);
  border-radius: 20px;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.apply-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
}
.apply-modal__close svg {
  width: 100%;
  height: 100%;
}
.apply-modal__cv {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.apply-modal__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apply-cta--back,
.apply-cta {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px 16px 24px;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 5px 2.5px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
  appearance: none;
  
}
.apply-cta--red {
  background: radial-gradient(77.07% 73% at 50.16% 9.46%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0.00) 90.38%, rgba(255, 255, 255, 0.00) 100%), var(--color-red);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
}
.apply-cta--purple {
  background: radial-gradient(77.07% 73% at 50.16% 9.46%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0.00) 90.38%, rgba(255, 255, 255, 0.00) 100%), var(--color-purple-cta);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
}
.apply-cta__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-cta__thumb img {
  width: 46.296px;
  height: 29.2px;
  object-fit: cover;
  border: 1.8px solid var(--color-white);
  border-radius: 3.65px;
}
.apply-cta__label {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
}
.apply-cta__name {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.apply-cta__sub {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
}
.apply-cta__chevron {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.apply-cta__chevron svg {
  width: 100%;
  height: 100%;
}
.apply-modal__banner {
  display: block;
  width: 300px;
  max-width: 100%;
}
.apply-modal__banner img {
  display: block;
  width: 100%;
  height: auto;
}
/* =========================================================
   発行方法選択モーダル（レイヤー「モーダル_カード申し込み_SP/PC」）
   ========================================================= */
  .contact-modal,
  .method-modal {
    position: fixed;
    inset: 0;
    z-index: 210;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}
.contact-modal[hidden],
.method-modal[hidden] {
  display: none;
}
.method-modal__panel {
  position: relative;
  width: 375px;
  max-width: 100%;
  background-color: var(--color-surface);
  border-radius: 20px;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-modal__panel {
  position: relative;
  width: 375px;
  max-width: 100%;
  background-color: var(--color-surface);
  border-radius: 20px;
  padding: 42px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-sub);
  gap: 24px;
}
.contact-modal__close,
.method-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
}
.method-modal__close svg {
  width: 100%;
  height: 100%;
}
.contact-modal__title,
.method-modal__title {
  margin: 0 0 16px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.44px;
  color: var(--color-text-sub);
}
.contact-modal__tel {
  border: 1px solid #333;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 16px;
  width: 310px;
  max-width: 100%;
  background-color: var(--red);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  color: var(--color-text-pink);
}
.contact-modal__tel img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.method-modal__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.method-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 24px;
  border: 0;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
  appearance: none;
  overflow: hidden;
}
.method-card--instant {
  padding: 48px 24px;
}
.method-card__badge {
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 12px 8px 10px;
  background-color: var(--color-accent-pink-strong);
  border-radius: 0 0 20px 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: var(--color-white);
  white-space: nowrap;
}
.method-card__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.method-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.method-card__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--color-text-sub);
}
.method-card__lead {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.26px;
}
.method-card__name {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.56px;
}
.method-card__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: var(--color-text-sub);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.method-card__arrow svg {
  width: 16px;
  height: 16px;
}
.method-modal__diff {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0.9;
}
.method-modal__diff-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.method-modal__diff-icon svg {
  width: 100%;
  height: 100%;
}
.method-modal__diff-link {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  appearance: none;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-sub);
  text-decoration: underline;
}
/* =========================================================
   即時発行のご注意事項モーダル（レイヤー「モーダル_カード申し込み_02_SP/PC」）
   ========================================================= */
.notice-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.notice-modal[hidden] {
  display: none;
}
.notice-modal__panel {
  position: relative;
  width: 375px;
  max-width: 100%;
  max-height: 95vh;
  background-color: var(--color-surface);
  border-radius: 20px;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-y: auto;
}
.notice-modal__head {
  position: relative;
  padding-bottom: 16px;
}
.notice-modal__back {
  position: absolute;
  left: 0;
  top: -32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  color: var(--color-text-sub);
  text-decoration: underline;
  white-space: nowrap;
  box-shadow: none;
}
.notice-modal__title {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.44px;
  color: var(--color-text-sub);
  text-align: center;
}
.notice-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
}
.notice-modal__close svg {
  width: 100%;
  height: 100%;
}
.notice-modal__box {
  background-color: var(--color-white);
  border: 2px solid #dadada;
  border-radius: 20px;
}
.notice-modal__scroll {
  height: 280px;
  overflow-y: auto;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notice-sec__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-sub);
}
.notice-sec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.notice-sec__head {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #FC86CB 0%, #B58BF9 100%) 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text-sub);
}
.notice-sec__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.42px;
  color: var(--color-text-sub);
}
.notice-sec__list {
  margin: 0;
  padding-left: 21px;
  list-style: disc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.42px;
  color: var(--color-text-sub);
}
.notice-sec__note {
  display: flex;
  gap: 4px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.notice-sec__note-mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.notice-sec__note-body {
  flex: 1 1 auto;
  min-width: 0;
}
.notice-modal__cta {
  padding-top: 16px;
}
.notice-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background-color: var(--color-text-sub);
  border-radius: 9999px;
  box-shadow: 0 5px 2.5px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.notice-cta__label {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--color-white);
  text-align: center;
}
.notice-cta__chevron {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.notice-cta__chevron svg {
  width: 100%;
  height: 100%;
}
.notice-modal__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
}
.notice-modal__note {
  display: flex;
  gap: 4px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.notice-modal__note-mark {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.notice-modal__note-mark li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--color-text-sub);
}
.notice-modal__note-mark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background-color: var(--color-text-sub);
  border-radius: 50%;
}
.notice-modal__note-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 1em;
  text-indent: -1em;
}
/* =========================================================
   即時発行と通常発行の違いモーダル
   （レイヤー「モーダル_即時発行と通常発行の違い_SP/PC」）
   発行方法モーダル内「即時発行と通常発行の違い」押下で開く。
   ========================================================= */
.diff-modal {
  position: fixed;
  inset: 0;
  z-index: 230;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.diff-modal[hidden] {
  display: none;
}
.diff-modal__panel {
  position: relative;
  width: 390px;
  max-width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: var(--color-surface);
  border-radius: 20px;
  padding: 56px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.diff-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
}
.diff-modal__close svg {
  width: 100%;
  height: 100%;
}
.diff-modal__title {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.44px;
  color: var(--color-text-sub);
  text-align: left;
}
.diff-table {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}
.diff-table__row {
  display: flex;
  gap: 1px;
  align-items: stretch;
}
.diff-table__row--head {
  min-height: 44px;
}
.diff-table__row--r1,
.diff-table__row--r3 {
  min-height: 66px;
}
.diff-table__row--r2 {
  min-height: 83px;
}
.diff-cell {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: var(--color-text-sub);
}
.diff-cell--corner {
  background: transparent;
}
.diff-cell--head {
  font-weight: 900;
  font-size: 16px;
  color: #f9fafa;
  border-radius: 5px 5px 0 0;
}
.diff-cell--instant {
  background-image: linear-gradient(90deg, #fc86cb 0%, #b58bf9 100%);
}
.diff-cell--normal {
  background-color: var(--color-text-sub);
}
.diff-cell--label {
  background-color: #dcdcdc;
  border-radius: 5px 0 0 5px;
  font-weight: 900;
  font-size: 11px;
}
.diff-cell--pink {
  background-color: #fee2f6;
  font-weight: 900;
  font-size: 13px;
}
.diff-cell--white {
  background-color: var(--color-white);
  font-weight: 500;
  font-size: 13px;
}
.diff-cell__mark {
  font-size: 7px;
  vertical-align: super;
  line-height: 0;
}
.diff-modal__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.diff-modal__note {
  display: flex;
  gap: 4px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-text-sub);
  line-height: 1.35;
}
.diff-modal__note-mark {
  flex-shrink: 0;
  white-space: nowrap;
}
.diff-modal__note-body {
  flex: 1 1 auto;
  min-width: 0;
}
.diff-modal__back {
  align-self: stretch;
  padding: 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.5;
  color: #575b5c;
  display: flex;
  justify-content: center;
  box-shadow: none;
}
.pc-br {
  display: none;
}
.sp-br {
  display: inline;
}
.diag-text-inline--start {
  display: flex;
  align-items: flex-start;
}
.arrow-up-right svg {
  transform: rotate(-45deg);
}
.flow-headline__deco--1 {
  width: 25px;
  height: 37px;
  top: -14px;
  right: -5px;
}
.flow-headline__deco--2 {
  width: 16px;
  height: 23px;
  top: 12px;
  right: -15px;
}
.flow-headline__deco--3 {
  width: 16px;
  height: 23px;
  bottom: -6px;
  left: -15px;
}
.is-scroll-locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.pb-20 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  /* --------------------------------------------------------
     ① ファーストビュー（タブレット〜小さいPCは16:10比率で表示）
     -------------------------------------------------------- */
  .fv {
    background-image: url("/camp/cosme/img/01_fv/bg_pc.webp");
    aspect-ratio: 16 / 11;
  }
  /* SP専用レイヤーを非表示（ヘッダー・注記は両対応のため残す） */
  .fv__overlay,
  .fv__deco-a,
  .fv__deco-b,
  .fv__deco-c,
  .fv__deco-d,
  .fv__clouds,
  .fv__lead,
  .fv__cards-a,
  .fv__cards-b,
  .fv__title-img--sp {
    display: none;
  }
  .fv__pc-layer {
    display: block;
    position: absolute;
    object-fit: contain;
    pointer-events: none;
  }
  .fv__title-img--pc {
    display: block;
  }
  .fv__pc-sky {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fv__pc-kvbg {
    left: 0;
    top: -1.67%;
    width: 100%;
    height: 72.37%;
    object-fit: cover;
    opacity: 0.7;
  }
  .fv__pc-cluster-l {
    left: 20.705%;
    top: 20.444%;
    width: 17.083%;
    height: 40.067%;
  }
  .fv__pc-cluster-r {
    left: 63.877%;
    top: 45.524%;
    width: 17.674%;
    height: 38.815%;
  }
  .fv__pc-cards {
    left: 30.731%;
    top: 77.073%;
    width: 38.229%;
    height: 13.689%;
  }
  .fv__title {
    top: 10%;
    width: 100%;
    height: auto;
  }
  .fv__title-img {
    max-height: calc(100svh * 0.7);
  }
  .fv__header-side {
    width: 25.25px;
    min-width: 0;
  }
  .fv__note {
    width: auto;
    font-size: 14px;
    white-space: nowrap;
    color: var(--color-text-sub);
    top: 88%;
  }
  /* --------------------------------------------------------
     ② 三井住友カードで買うと こんなにおトク！
     -------------------------------------------------------- */
  .benefit {
    width: 100%;
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-surface-blue);
    background-image: url("/camp/cosme/img/02_benefit/bg_pc.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .benefit__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .benefit__heading {
    width: auto;
  }
  .benefit__eg {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .benefit__products {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    padding: 0 4px 32px;
  }
  .prod-card {
    width: clamp(132px, (100vw - 879px) * 9999, 155px);
    border-radius: 18px;
    box-shadow: 4.8px 6px 0 rgba(190, 205, 243, 0.5);
    padding: 16px 24px 0;
  }
  .prod-card__name {
    font-size: 15.6px;
  }
  .prod-card__img {
    width: 108px;
    height: 108px;
    margin-top: 4.8px;
  }
  .prod-card__price {
    padding-top: 8px;
  }
  .prod-card__num {
    font-size: 33.6px;
    letter-spacing: -1.008px;
  }
  .prod-card__yen {
    font-size: 14.4px;
  }
  .prod-card__tax {
    font-size: 10.8px;
  }
  .benefit__total {
    padding-bottom: 24px;
  }
  .benefit__total-text {
    font-size: 24px;
    line-height: 1.2;
  }
  .benefit__total-num {
    font-size: 75px;
    letter-spacing: -2.25px;
  }
  .benefit__total-tax {
    font-size: 16px;
  }
  .benefit__total-sub {
    font-size: 24px;
  }
  .benefit__total-line {
    max-width: 851px;
    margin-top: 12px;
  }
  .benefit__result {
    flex-direction: row;
    gap: 24px;
    padding: 48px 16px 40px;
  }
  .benefit__result-top {
    gap: 12px;
    white-space: nowrap;
  }
  .benefit__result-lead {
    font-size: min(2.5vw, 22.5px);
  }
  .benefit__result-num {
    font-size: 150px;
    letter-spacing: -5px;
    font-size: min(13.5vw, 140px)
  }
  .benefit__result-unit {
    font-size: 24px;
    font-size: min(2.5vw, 24px);
  }
  .benefit__pill {
    width: min(16.5vw, 140px);
  }
  .benefit__pill::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid var(--color-text-sub);
  }
  .benefit__hl-img {
    width: min(11.5vw, 115px);
  }
  .benefit__hl-text {
    font-size: 24px;
    font-size: min(2.6vw, 24px);
  }
  .benefit__hl-em {
    font-size: 48px;
    font-size: min(4.81vw, 48px);
  }
  .benefit__hl-star--1 {
    width: 37.5px;
    width: min(2.65vw, 37.5px);
    height: auto;
    top: -17px;
    right: 45px;
  }
  .benefit__hl-star--2 {
    width: 24px;
    width: min(2.65vw, 24px);
    height: auto;
    right: 33px;
  }
  .benefit__hl-star--3 {
    width: 24px;
    width: min(2.65vw, 24px);
    height: auto;
  }
  .benefit__note--btn,
  .benefit__note {
    font-size: 14px;
    justify-content: center;
  }
  .benefit__start {
    gap: 12px;
    padding-top: 32px;
  }
  .benefit__start-date {
    font-size: 58px;
  }
  .benefit__start-note {
    font-size: 28px;
    letter-spacing: -1.723px;
  }
  .benefit__start-img {
    max-width: 500px;
  }
  .benefit__start-pill {
    padding: 10px;
    gap: 9px;
  }
  .benefit__detail {
    padding-top: 24px;
  }
  .benefit__detail-link {
    max-width: 500px;
    font-size: 22px;
  }
  /* --------------------------------------------------------
     ③ あなたはどれにする？ 選べるカードデザイン
     -------------------------------------------------------- */
  .carddesign {
    background-image: url("/camp/cosme/img/03_design/bg_pc.svg");
    padding: 64px 16px;
  }
  .carddesign__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .carddesign__heading {
    width: auto;
  }
  .carddesign__cards {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
  }
  .cd-card {
    flex: 1 1 0;
    min-height: 337px;
  }
  .cd-item__img {
    max-width: 220px;
  }
  .accordion {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 32px;
  }
  .accordion__badge {
    width: 75px;
    height: 75px;
  }
  .accordion__title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .diag__cards {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
  .diagnosis__flow {
    max-width: initial;
  }
  .diag-card {
    padding: 16px 32px;
  }
  .diag-card__position {
    flex-direction: row;
    align-self: stretch;
    gap: 16px;
    padding-bottom: 16px;
  }
  .diag-card__name {
    margin: 8px 0 16px
  }
  .diag-text {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .diag-sup {
    font-size: 13.5px;
    font-weight: 900;
    letter-spacing: -0.27px;
  }
  .diag-plus {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.36px;
  }
  .diagnosis__footnote {
    font-size: 14px;
  }
  .diag-text-inline {
    font-weight: 900;
    font-size: 18px;
    color: var(--c-text-sub);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .diag-word {
    height: 40px;
    width: auto;
  }
  .cd-card__note {
    color: var(--color-text-sub);
    font-size: 14px;
    line-height: 135%;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 24px;
  }
  /* --------------------------------------------------------
     ④ 最短10秒発行 今すぐ使える！  ★レスポンシブ統合
     -------------------------------------------------------- */
  .issue10 {
    padding: 64px 16px;
    background-image: url("/camp/cosme/img/04_speed/bg_pc.webp");
  }
  .issue10__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .issue10__heading {
    width: auto;
  }
  .issue10__body {
    max-width: 750px;
    margin: 0 auto;
    gap: 32px;
  }
  .issue10__cta {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .cta-btn {
    flex: 1 1 0;
    max-width: 460px;
    padding: 16px 40px;
  }
  .issue10__banner {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
  /* =========================================================
     ⑤ コスメ以外でもポイントがざくざく貯まる！  ★レスポンシブ統合（Figma PC忠実）
     ========================================================= */
  .points {
    background-image: url(/camp/cosme/img/05_point/bg_pc.svg);
    padding: 64px 16px;
  }
  .points__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .points__heading {
    width: auto;
  }
  .points__illust {
    width: auto;
    margin-bottom: 40px;
  }
  .usage__head-lg {
    font-size: 36px;
  }
  .usage__head-sm {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
  .usage__receipts {
    flex-direction: column;
    align-items: center;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .usage__receipt {
    width: 600px;
    max-width: 100%;
  }
  .usage__total {
    max-width: 480px;
  }
  .points__cards {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;
  }
  .pcard {
    border-radius: 40px;
    box-shadow: 5px 5px 0 0 rgba(209, 211, 244, 0.5);
    padding: 48px;
  }
  .notes {
    width: 500px;
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 0 32px;
  }
  .notes__rewards {
    width: 600px;
  }
  .notes--ex {
    width: auto;
  }
  .note {
    font-size: 14px;
    line-height: 135%;
  }
  .usage-other__list {
    flex-direction: row;
    gap: 12px;
  }
  .usage-other__item {
    padding: 32px 16px;
  }
  .usage-other__title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  /* =========================================================
     後半① おトクなキャンペーン開催中
     =========================================================*/
  .campaign {
    width: 100%;
    padding: 64px 16px;
    display: flex;
    justify-content: center;
    background-color: var(--color-surface-pink);
    background-image: url("/camp/cosme/img/06_campaign/bg_pc.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .campaign__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .campaign__heading {
    width: auto;
  }
  .campaign__promo {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .campaign__reward-num {
    width: 340px;
  }
  .campaign__reward-prefix {
    font-size: 30px;
  }
  .campaign__reward-unit {
    font-size: 25.5px;
  }
  .campaign__cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
  }
  .cp-card {
    width: 100%;
    max-width: 800px;
    border-radius: 30px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 24px 64px;
  }
  .cp-card__amount {
    padding-top: 24px;
  }
  .cp-card__amount-num {
    font-size: 120px;
    letter-spacing: -3.6px;
    line-height: 0.7;
  }
  .cp-card__label {
    padding: 5px 22px 0px;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.42px;
    align-items: baseline;
    border-radius: 0 0 30px 0;
  }
  .cp-card__label-num {
    font-family: "Dongle", sans-serif;
    font-size: 40px;
    letter-spacing: -0.87px;
  }
  .cp-card__amount-prefix {
    font-size: 21px;
  }
  .cp-card__amount-unit {
    font-size: 22px;
  }
  .cp-card__subtitle {
    font-size: 20px;
  }
  .cp-card__period {
    font-size: 18px;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: -0.36px;
    padding-top: 5px;
  }
  .cp-card__cond--col {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cp-card__arrow {
    width: 48px;
    height: 48px;
  }
  .cp-card__arrow svg {
    width: 30px;
    height: 30px;
    transform: translate(5.5px, 5.5px);
  }
  .cp-student-card__label {
    border-radius: 0 0 30px 0;
    font-size: 21px;
    letter-spacing: -0.42px;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
  }
  .campaign__plus {
    flex: none;
    align-self: center;
    width: 60px;
    height: 60px;
  }
  .campaign__student {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .campaign__student .cp-card {
    max-width: 800px;
  }
  .cond-pill--white {
    padding: 6px 18px;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -0.54px;
  }
  .cond-conj {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .cond-conj--ex {
    font-size: 27px;
    font-weight: 900;
  }
  .campaign__reward-amount {
    gap: 10px;
    padding: 16px 0 0;
  }
  .campaign__period-text {
    font-size: 16px;
  }
  .cond-pill--sm {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.4px;
    padding: 3px 16.5px;
  }
  /* =========================================================
    コスメ以外でもポイントがざくざく貯まる!
  =========================================================*/
  .reward7__badge img {
    width: 345px;
  }
  .reward7__logos img {
    max-width: 700px;
  }
  .reward7__new img {
    max-width: 700px;
  }
  .reward7__title {
    font-size: 27px;
    letter-spacing: -0.54px;
  }
  .reward7__title-grad {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  .reward7__ways {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .reward7__conj {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .reward7__stores-head {
    padding-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .reward7__stores-text {
    font-size: 27px;
    letter-spacing: -0.54px;
  }
  .tag {
    width: 165px;
    padding: 6px 18px;
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .acc7-box {
    max-width: 750px;
    margin: 0 auto;
  }
  .note__inner {
    display: flex;
    align-items: center;
  }
  .u25__title {
    font-size: 21px;
    font-style: normal;
    letter-spacing: -0.42px;
  }
  .u25__title-sub {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.42px;
  }
  .u25__title-main {
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.96px;
  }
  .u25__table {
    display: none;
  }
  .u25__track {
    overflow-x: visible;
    scroll-snap-type: none;
    justify-content: center;
  }
  .u25__slide {
    scroll-snap-align: none;
    max-width: min(290px, 28.3203125vw);
  }
  .u25__dots {
    display: none;
  }
  .u25 .notes {
    padding: 16px 0 24px;
  }
  .u25__badge-pill {
    padding: 12px;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.32px;
    text-align: center;
  }
  .u25__slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 24px;
  }
  .note-btn {
    padding: 16px 24px 24px;
  }
  .word__3-business-days {
    height: 40px;
    width: auto;
  }
  /* =========================================================
     後半② お申し込みの流れ
  =========================================================*/
  .flow__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .flow__heading {
    width: auto;
  }
  .flow-tabs__list {
    max-width: 770px;
    width: 100%;
  }
  .flow-tab {
    flex: 1 0 0;
    min-width: 0;
    font-size: 24px;
    letter-spacing: -0.48px;
    padding: 24px 8px;
    border-radius: 15px 15px 0 0;
  }
  .flow-tabs {
    align-items: center;
  }
  .flow-tab[aria-selected="false"] {
    padding: 16px 8px;
  }
  .flow-panel {
    background-image: url("/camp/cosme/img/07_flow/bg_pc.svg");
  }
  .flow-panel__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow-headline {
    width: 460px;
    max-width: 100%;
  }
  .flow-headline__top {
    gap: 12px;
  }
  .flow-headline__lead {
    font-size: 27px;
  }
  .flow-bracket {
    width: 21px;
    height: 33px;
    flex-shrink: 0;
    display: inline-flex;
    margin: 0 12px;
  }
  .flow-num-grad {
    font-size: 96px;
    letter-spacing: -2.88px;
  }
  .flow-unit-grad {
    font-size: 27px;
  }
  .flow-headline__sub {
    font-size: 21px;
  }
  .flow-headline__main {
    font-size: 39px;
    letter-spacing: -0.78px;
  }
  .flow-steps {
    align-items: center;
    width: 100%;
  }
  .flow-step {
    width: 600px;
    max-width: 100%;
    border-radius: 30px;
  }
  .flow-step__num {
    font-size: 36px;
    letter-spacing: -1.08px;
    padding: 0 15px;
  }
  .flow-step__body {
    gap: 24px;
    padding: 30px 24px;
  }
  .flow-step__icon {
    width: 60px;
    height: 60px;
  }
  .flow-step__text {
    font-size: 21px;
  }
  .flow-step__pill {
    font-size: 18px;
    padding: 6px 18px;
  }
  .flow-connector {
    width: 9px;
    height: 24px;
  }
  .flow-notes {
    width: 600px;
    max-width: 100%;
  }
  .flow-note {
    font-size: 14px;
  }
  .flow-headline__deco--1 {
    width: min(2.65vw, 37.5px);
    height: auto;
    top: -15px;
    right: -15px;
  }
  .flow-headline__deco--2 {
    width: min(2.65vw, 24px);
    height: auto;
    right: -40px;
  }
  .flow-headline__deco--3 {
    width: min(2.65vw, 24px);
    height: auto;
    bottom: -6px;
    left: -30px;
  }
  .flow-num-grad {
    width: 100px;
    height: auto;
  }
  .flow-step__accent {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 145px;
    height: 145px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .flow-step__accent-star {
      width: 100%;
      height: auto;
  }
  /* =========================================================
     後半④ カード基本情報（PC）
     ========================================================= */
  .cardinfo__bar {
    padding: 40px 16px;
    font-size: 30px;
  }
  .cardinfo__tablist {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: 24px 16px 0;
    justify-content: center;
  }
  .cardinfo-tab {
    font-size: 22px;
    letter-spacing: -0.44px;
    padding: 24px 8px;
  }
  .cardinfo-tab[aria-selected="false"] {
    padding: 16px 8px;
  }
  .cardinfo-tab br {
    display: none;
  }
  .cardinfo-panel__inner {
    max-width: 1000px;
  }
  .cardinfo__design-lead {
    font-size: 20px;
    letter-spacing: -0.4px;
    padding-bottom: 24px;
  }
  .cardinfo__design-img--sp {
    display: none;
  }
  .cardinfo__design-img--pc {
    display: block;
    width: 1000px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cardinfo-pc-faces {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 36px;
  }
  .cardinfo-pc-face {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .cardinfo-pc-face__label {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 1;
    color: var(--color-text-sub);
    text-align: center;
  }
  .cardinfo-pc-face__img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cardinfo__face-img--front {
    width: 330px;
    max-width: calc(100% - 32px);
  }
  .cardinfo__face-img--back {
    width: 225px;
  }
  .cardinfo-design__thumb img {
    width: 93px;
    height: auto;
  }
  .cardinfo__th {
    width: 240px;
    padding: 12px;
    font-size: 16px;
  }
  .cardinfo__td {
    padding: 12px;
    font-size: 16px;
  }
  .cardinfo__td-note {
    font-size: 14px;
  }
  .cardinfo__sup {
    font-size: 11px;
  }
  .cardinfo__note {
    font-size: 14px;
  }
  .marks__inner {
    max-width: 1000px;
  }
  .marks__list {
    font-size: 14px;
  }
  /* =========================================================
     後半⑤ フッター（PC）
     ========================================================= */
  .footer__links {
    flex-direction: row;
    gap: 32px;
    padding: 24px 16px;
  }
  .sticky-cta__btn {
    max-width: 800px;
    height: 64px;
  }
  .sticky-cta__label {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .apply-modal {
    align-items: center;
  }
  .apply-modal__panel {
    width: auto;
    max-width: 840px;
    border-radius: 20px;
    padding: 64px 40px 40px;
  }
  .apply-modal__cta {
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
  }
  .apply-cta--back {
    max-width: 400px;
  }
  .apply-cta__name {
    font-size: 16px;
  }
  .apply-cta__sub {
    font-size: 15px;
  }
  .method-modal__panel {
    width: 500px;
    max-width: 100%;
  }
  .notice-modal__panel {
    width: 500px;
    max-width: 100%;
    height: 601px;
  }
  .contact-modal__panel {
    width: 600px;
    border-radius: 20px;
    padding: 40px;
  }
  .notice-modal__box {
    flex: 1 1 auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
  }
  .notice-modal__scroll {
    height: auto;
    flex: 1 1 auto;
    min-height: 0;
  }
  .diff-modal__panel {
    width: 500px;
    max-width: 100%;
  }
  .method-card {
    gap: 24px;
  }

  .pc-br {
    display: inline;
  }
  .sp-br {
    display: none;
  }
  .pt-16 {
    padding: 16px 0 0 !important;
  }
  .accu25 {
    padding: 0 24px 24px;
  }
}

@media (min-width: 1140px) {
  /* --------------------------------------------------------
     ① ファーストビュー（PCサイズ：画面高いっぱい）
     -------------------------------------------------------- */
  .fv {
    height: 100vh;
    aspect-ratio: auto;
  }
  .fv__note {
    top: 83%;
  }
}