@charset "UTF-8";
:root {
  --sa-teal: #107566;
  --sa-teal-700: #0a5b4f;
  --sa-teal-050: #eaf4f1;
  --sa-teal-100: #cfe6e0;
  --sa-pink: #f3a7b1;
  --sa-pink-ink: #d8365a;
  --sa-yellow: #f6f5a4;
  --sa-yellow-ink: #94a11c;
  --sa-orange: #f9c883;
  --sa-orange-ink: #e5851f;
  --sa-lemon: #f9f8cd;
  --sa-step: #d3c65f;
  --sa-ink: #332f2b;
  --sa-ink-2: #5f5a54;
  --sa-ink-3: #948f88;
  --sa-line: #e4e1db;
  --sa-bg: #fff;
  --sa-bg-2: #f7f6f3;
  --sa-w: 1040px;
  --sa-r: 16px;
}

.sa {
  background: var(--sa-bg);
  color: var(--sa-ink);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.sa *,
.sa *::before,
.sa *::after {
  box-sizing: border-box;
}
.sa img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sa-sec {
  padding: 62px 0;
}
.sa-sec--soft {
  background: var(--sa-bg-2);
}

.sa-inner {
  max-width: var(--sa-w);
  margin-inline: auto;
  padding-inline: 20px;
}

.sa-head {
  text-align: center;
  margin-bottom: 30px;
}
.sa-head__en {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sa-teal);
}
.sa-head__t {
  margin-top: 7px;
  font-size: clamp(21px, 0.5673758865vw + 18.8723404255px, 25px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.sa-head__d {
  margin-top: 10px;
  font-size: clamp(13.5px, 0.1418439716vw + 12.9680851064px, 14.5px);
  line-height: 1.95;
  color: var(--sa-ink-2);
}

/* ボタン */
.sa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 0;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.sa-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-btn--primary {
  background: var(--sa-teal);
  color: #fff;
}
.sa-btn--primary:hover {
  background: var(--sa-teal-700);
}
.sa-btn--ghost {
  background: #fff;
  color: var(--sa-teal);
  border: 1.5px solid var(--sa-teal-100);
}
.sa-btn--ghost:hover {
  border-color: var(--sa-teal);
  background: var(--sa-teal-050);
}
.sa-btn--white {
  background: #fff;
  color: var(--sa-teal);
}

.sa-hero {
  position: relative;
  padding: 64px 0 0;
  background: #fff url(../images/sumapo/sumapo_hero.jpg) center 40%/cover no-repeat;
  overflow: hidden;
}
.sa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 255, 255, 0.72) 70%, rgba(234, 244, 241, 0.55) 100%);
}
.sa-hero > .sa-inner {
  position: relative;
  z-index: 1;
}
.sa-hero .sa-dl {
  position: relative;
  z-index: 2;
}
.sa-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--sa-teal-100);
  color: var(--sa-teal-700);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sa-hero__badge svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-hero__h1 {
  margin-top: 16px;
  font-size: clamp(22px, 1.7021276596vw + 15.6170212766px, 34px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.sa-hero__h1 em {
  font-style: normal;
  color: var(--sa-teal);
}
.sa-hero__h1 small {
  display: block;
  margin-top: 10px;
  font-size: clamp(15px, 0.2836879433vw + 13.9361702128px, 17px);
  font-weight: 700;
  color: var(--sa-ink-2);
  letter-spacing: 0.04em;
}
.sa-hero__lede {
  margin-top: 18px;
  font-size: clamp(14px, 0.1418439716vw + 13.4680851064px, 15px);
  line-height: 2;
  color: var(--sa-ink-2);
}
.sa-hero__cta {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.sa-hero__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: center;
}
.sa-hero__fig {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: var(--sa-bg-2);
}
.sa-hero__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* アプリDLバー */
.sa-dl {
  margin-top: 38px;
  background: var(--sa-lemon);
  padding: 20px;
}
.sa-dl__inner {
  max-width: var(--sa-w);
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.sa-dl__stores {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.sa-dl__t {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-size: clamp(15px, 0.2836879433vw + 13.9361702128px, 17px);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--sa-teal-700);
}
.sa-dl__t svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-dl__arw--l {
  display: none;
}

.sa-store {
  display: inline-block;
  height: 70px;
}
.sa-store img {
  height: 70px;
  width: auto;
}
.sa-store--ph {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.sa-qr {
  width: 118px;
  height: 118px;
  margin-left: 24px;
  border-radius: 6px;
  background: #fff;
  padding: 6px;
  display: grid;
  place-items: center;
  color: var(--sa-ink-3);
  font-size: 10px;
  letter-spacing: 0.1em;
}
.sa-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sa-vs {
  display: grid;
  grid-template-columns: 1fr 76px 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 40px;
}
.sa-vs__col {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 28px;
  overflow: hidden;
}
.sa-vs__col--now {
  background: #efece6;
  border: 2px solid #d9d4cb;
  color: var(--sa-ink-2);
}
.sa-vs__col--new {
  border: 2px solid var(--sa-teal);
  box-shadow: 0 18px 44px rgba(16, 117, 102, 0.12);
}
.sa-vs__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 6px 16px 6px 8px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.sa-vs__label small {
  display: inline-grid;
  place-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.sa-vs__col--now .sa-vs__label {
  background: #fff;
  color: #736e67;
}
.sa-vs__col--now .sa-vs__label small {
  background: #d9d4cb;
  color: #5f594f;
}
.sa-vs__col--new .sa-vs__label {
  background: var(--sa-teal-050);
  color: var(--sa-teal-700);
}
.sa-vs__col--new .sa-vs__label small {
  background: var(--sa-teal);
  color: #fff;
}
.sa-vs__t {
  margin-top: 16px;
  font-size: clamp(19px, 0.4255319149vw + 17.4042553191px, 22px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.sa-vs__col--now .sa-vs__t {
  color: #736e67;
}
.sa-vs__col--new .sa-vs__t {
  color: var(--sa-teal-700);
}
.sa-vs__list {
  margin-top: 16px;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sa-vs__list li {
  display: flex;
  gap: 10px;
  font-size: clamp(13.5px, 0.0709219858vw + 13.2340425532px, 14px);
  line-height: 1.8;
}
.sa-vs__list svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-vs__col--now svg {
  stroke: #a8a29a;
}
.sa-vs__col--new svg circle {
  fill: var(--sa-teal);
  stroke: var(--sa-teal);
}
.sa-vs__col--new svg path {
  stroke: #fff;
  stroke-width: 2.4;
}
.sa-vs__col--new li {
  font-weight: 600;
  color: var(--sa-ink);
}
.sa-vs__stat {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px dashed rgba(51, 47, 43, 0.18);
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.sa-vs__stat b {
  display: inline-flex;
  align-items: baseline;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.sa-vs__stat em {
  font-style: normal;
  margin-left: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}
.sa-vs__col--now .sa-vs__stat {
  color: #8a847b;
}
.sa-vs__col--now .sa-vs__stat b {
  color: #6f6961;
}
.sa-vs__col--now .sa-vs__stat em {
  color: #a8a29a;
}
.sa-vs__col--new .sa-vs__stat {
  border-top-color: var(--sa-teal-100);
  color: var(--sa-ink-3);
}
.sa-vs__col--new .sa-vs__stat b {
  color: var(--sa-teal-700);
}
.sa-vs__col--new .sa-vs__stat em {
  color: var(--sa-teal);
}
.sa-vs__arrow {
  display: grid;
  place-items: center;
}
.sa-vs__arrow svg {
  width: 34px;
  height: 34px;
  fill: var(--sa-teal);
  stroke: none;
}

.sa-merits {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--sa-r);
  background: var(--sa-bg-2);
}

.sa-merit {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 34px 36px 34px 0;
  box-shadow: 0 2px 10px rgba(51, 47, 43, 0.05);
}
.sa-merit__ico {
  display: grid;
  place-items: center;
  color: var(--sa-teal);
}
.sa-merit__ico svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-merit__t {
  display: flex;
  align-items: baseline;
  gap: 0.4em;
  font-size: clamp(17px, 0.2836879433vw + 15.9361702128px, 19px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--sa-teal);
}
.sa-merit__n {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}
.sa-merit__d {
  margin-top: 12px;
  font-size: clamp(13.5px, 0.1418439716vw + 12.9680851064px, 14.5px);
  line-height: 2;
  color: var(--sa-ink-2);
}
.sa-merit__sep {
  display: block;
  width: 0;
  height: 0;
  margin: 12px auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #c9c4bb;
}

/* 抽選特典(背景なし・縦積み・中央揃え) */
.sa-gift {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 0;
}
.sa-gift__ico {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sa-teal-050);
  color: var(--sa-teal);
}
.sa-gift__ico svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-gift__body {
  max-width: 720px;
}
.sa-gift__t {
  font-size: clamp(15.5px, 0.2127659574vw + 14.7021276596px, 17px);
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--sa-teal-700);
}
.sa-gift__d {
  margin-top: 6px;
  font-size: clamp(13px, 0.0709219858vw + 12.7340425532px, 13.5px);
  line-height: 1.9;
  color: var(--sa-ink-2);
}

.sa-flow {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr;
  align-items: stretch;
  margin-top: 44px;
}
.sa-flow__item {
  position: relative;
  background: var(--c-bg);
  border-radius: 20px;
  padding: 44px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.sa-flow__item--1 {
  --c-bg: #fdeef1;
  --c-ink: var(--sa-pink-ink);
  --c-ring: var(--sa-pink);
}
.sa-flow__item--2 {
  --c-bg: #fbfad8;
  --c-ink: var(--sa-yellow-ink);
  --c-ring: #e9e66a;
}
.sa-flow__item--3 {
  --c-bg: #fdf1e3;
  --c-ink: var(--sa-orange-ink);
  --c-ring: var(--sa-orange);
}
.sa-flow__step {
  position: absolute;
  top: -26px;
  left: 50%;
  translate: -50% 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--c-ring);
  box-shadow: 0 8px 20px rgba(51, 47, 43, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sa-flow__step-l {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--c-ink);
  margin-left: 0.22em;
}
.sa-flow__step-n {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--sa-ink);
  margin-top: 2px;
}
.sa-flow__circle {
  width: 168px;
  height: 168px;
  margin: 18px auto 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 6px var(--c-bg), 0 0 0 1px var(--c-ring);
}
.sa-flow__circle img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  border-radius: 50%;
}
.sa-flow__t {
  margin-top: 18px;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.sa-flow__d {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed var(--c-ring);
  font-size: 13px;
  line-height: 1.85;
  color: var(--sa-ink-2);
  text-align: left;
}
.sa-flow__arrow {
  display: grid;
  place-items: center;
  color: var(--sa-teal);
}
.sa-flow__arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sa-how__note {
  margin-top: 20px;
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--sa-ink-3);
}

.sa-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  interpolate-size: allow-keywords;
}
.sa-faq__item {
  background: var(--sa-bg-2);
  border-radius: 14px;
}
.sa-faq__item::details-content {
  opacity: 0;
  block-size: 0;
  overflow: hidden;
  transition: block-size 0.3s ease, opacity 0.3s ease, content-visibility 0.3s allow-discrete;
}
.sa-faq__item[open]::details-content {
  opacity: 1;
  block-size: auto;
}
.sa-faq__item[open] .sa-faq__chev {
  transform: rotate(180deg);
}
.sa-faq__q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(14.5px, 0.1418439716vw + 13.9680851064px, 15.5px);
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.sa-faq__q::-webkit-details-marker {
  display: none;
}
.sa-faq__q .sa-faq__mark {
  background: var(--sa-teal);
  color: #fff;
}
.sa-faq__chev {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: auto;
  fill: none;
  stroke: var(--sa-teal);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.sa-faq__a {
  display: flex;
  gap: 12px;
  padding: 0 24px 20px;
  font-size: clamp(13.5px, 0.0709219858vw + 13.2340425532px, 14px);
  line-height: 1.95;
  color: var(--sa-ink-2);
}
.sa-faq__a .sa-faq__mark {
  background: var(--sa-teal-050);
  color: var(--sa-teal-700);
}
.sa-faq__mark {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.sa-sec:has(.sa-next) {
  padding: 72px 0 88px;
}

.sa-next {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 46px 52px;
  color: #fff;
  background: #2f2a24;
  box-shadow: 0 20px 50px rgba(47, 42, 36, 0.2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.sa-next__bg {
  position: absolute;
  inset: 0;
  background: url(../images/sumapo/sumapo_hero.jpg) center 38%/cover no-repeat;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sa-next__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 26, 22, 0.72) 0%, rgba(30, 26, 22, 0.56) 55%, rgba(30, 26, 22, 0.34) 100%);
  transition: background 0.3s ease;
}
.sa-next__body, .sa-next__cta {
  position: relative;
  z-index: 1;
}
.sa-next:hover {
  box-shadow: 0 26px 60px rgba(47, 42, 36, 0.28);
}
.sa-next:hover .sa-next__bg {
  transform: scale(1.06);
}
.sa-next:hover .sa-next__bg::after {
  background: linear-gradient(90deg, rgba(30, 26, 22, 0.78) 0%, rgba(30, 26, 22, 0.62) 55%, rgba(30, 26, 22, 0.4) 100%);
}
.sa-next:hover .sa-next__cta {
  background: var(--sa-teal-050);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}
.sa-next:focus-visible {
  outline: 3px solid var(--sa-teal);
  outline-offset: 4px;
}
.sa-next__lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sa-next__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 15px;
  border-radius: 10px;
  background: var(--sa-teal);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.sa-next__chip svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-next__arrow {
  width: 14px;
  height: 14px;
  fill: rgba(255, 255, 255, 0.7);
}
.sa-next__name {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #fff;
}
.sa-next__name svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-next__name i {
  font-style: normal;
  color: #ffd98a;
}
.sa-next__t {
  display: block;
  margin-top: 14px;
  font-size: clamp(20px, 0.5673758865vw + 17.8723404255px, 24px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.sa-next__d {
  display: block;
  margin-top: 8px;
  font-size: clamp(13.5px, 0.0709219858vw + 13.2340425532px, 14px);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.sa-next__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 18px 34px;
  border-radius: 999px;
  background: #fff;
  color: var(--sa-teal);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.sa-next__cta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sa-cta {
  position: relative;
  padding: 72px 0;
  background: var(--sa-teal) url(../images/sumapo/sumapo_cta.jpg) center 55%/cover no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.sa-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 117, 102, 0.88);
}
.sa-cta > .sa-inner {
  position: relative;
  z-index: 1;
}
.sa-cta__t {
  font-size: clamp(20px, 0.5673758865vw + 17.8723404255px, 24px);
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.sa-cta__d {
  margin-top: 12px;
  font-size: clamp(13.5px, 0.1418439716vw + 12.9680851064px, 14.5px);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.88);
}
.sa-cta__btns {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.sa-cta__sub {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 24px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
}
.sa-cta__sub a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sa-cta__tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.sa-cta__tel svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sa-cta__note {
  margin-top: 18px;
  font-size: 11.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.68);
}

/* 別タブで開くリンクの目印 */
.sa-ext {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sa-vh, .sa-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.sa-sr {
  padding: 0;
}

.sa-br-pc {
  display: inline;
}

.sa-br-sp {
  display: none;
}

.sa a:focus-visible,
.sa-btn:focus-visible {
  outline: 3px solid var(--sa-teal-700);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 900px) {
  .sa-sec {
    padding: 48px 0;
  }
  .sa-hero {
    padding-top: 40px;
  }
  .sa-hero__body {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .sa-hero__col {
    display: contents;
  }
  .sa-hero__badge,
  .sa-hero__h1,
  .sa-hero__lede {
    order: 0;
  }
  .sa-hero__fig--app {
    order: 1;
    margin-top: 26px;
  }
  .sa-hero__cta {
    order: 2;
    margin-top: 0;
  }
  .sa-vs {
    grid-template-columns: 1fr;
  }
  .sa-vs__arrow {
    height: 64px;
  }
  .sa-vs__arrow svg {
    transform: rotate(90deg);
    width: 28px;
    height: 28px;
  }
  .sa-merits {
    padding: 14px;
  }
  .sa-merit {
    grid-template-columns: 1fr;
    padding: 22px 20px;
    gap: 12px;
    text-align: left;
  }
  .sa-merit__ico {
    justify-items: start;
  }
  .sa-merit__ico svg {
    width: 44px;
    height: 44px;
  }
  .sa-flow {
    grid-template-columns: 1fr 30px 1fr 30px 1fr;
  }
  .sa-flow__item {
    padding: 40px 14px 22px;
  }
  .sa-flow__step {
    width: 70px;
    height: 70px;
    top: -22px;
  }
  .sa-flow__step-n {
    font-size: 24px;
  }
  .sa-flow__circle {
    width: 120px;
    height: 120px;
  }
  .sa-flow__circle img {
    width: 94px;
    height: 94px;
  }
  .sa-flow__t {
    font-size: 13.5px;
  }
  .sa-flow__d {
    font-size: 12.5px;
  }
  .sa-next {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    text-align: center;
  }
  .sa-next .sa-next__bg::after {
    background: linear-gradient(180deg, rgba(30, 26, 22, 0.82) 0%, rgba(30, 26, 22, 0.74) 55%, rgba(30, 26, 22, 0.64) 100%);
  }
  .sa-next__cta {
    width: 100%;
  }
  .sa-next__lockup {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .sa-sec {
    padding: 31px 0;
  }
  .sa-sec:has(.sa-next) {
    padding: 36px 0 44px;
  }
  .sa-hero {
    padding-top: 32px;
  }
  .sa-cta {
    padding: 36px 0;
  }
  .sa-vs__label {
    align-self: center;
  }
  .sa-vs__t {
    text-align: center;
  }
  .sa-merit {
    text-align: center;
  }
  .sa-merit__ico {
    justify-items: center;
  }
  .sa-merit__t {
    justify-content: center;
  }
  .sa-merit__d {
    text-align: left;
  }
  .sa-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    font-size: 12.5px;
    line-height: 1.75;
    text-align: center;
    width: 100%;
  }
  .sa-hero__badge svg {
    flex: none;
    margin-top: 0;
  }
  .sa-flow {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .sa-flow__item {
    padding: 44px 22px 26px;
  }
  .sa-flow__step {
    width: 80px;
    height: 80px;
    top: -26px;
  }
  .sa-flow__step-n {
    font-size: 28px;
  }
  .sa-flow__circle {
    width: 150px;
    height: 150px;
  }
  .sa-flow__circle img {
    width: 118px;
    height: 118px;
  }
  .sa-flow__t {
    font-size: 15px;
  }
  .sa-flow__d {
    font-size: 13px;
  }
  .sa-flow__arrow {
    display: none;
  }
  .sa-dl__inner {
    gap: 14px;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
  }
  .sa-dl__t {
    justify-content: center;
  }
  .sa-dl__t svg {
    rotate: 90deg;
  }
  .sa-dl__arw--l {
    display: inline-block;
  }
  .sa-dl__stores {
    margin-left: 0;
  }
  .sa-store {
    height: 56px;
  }
  .sa-store img {
    height: 56px;
  }
  .sa-qr {
    margin-left: 0;
    display: none;
  }
  .sa-btn {
    width: 100%;
  }
  .sa-next__cta {
    width: 100%;
  }
  .sa-br-pc {
    display: none;
  }
  .sa-br-sp {
    display: inline;
  }
}
a.sa-btn--primary:link, a.sa-btn--primary:visited, a.sa-btn--primary:hover, a.sa-btn--primary:active {
  color: #fff;
}

a.sa-btn--ghost:link, a.sa-btn--ghost:visited, a.sa-btn--ghost:hover, a.sa-btn--ghost:active,
a.sa-btn--white:link,
a.sa-btn--white:visited,
a.sa-btn--white:hover,
a.sa-btn--white:active {
  color: var(--sa-teal);
}

.sa-cta__sub a:link, .sa-cta__sub a:visited,
.sa-cta__tel a:link,
.sa-cta__tel a:visited {
  color: #fff;
}

.sa-hero__fig--app {
  aspect-ratio: auto;
  background: none;
  border-radius: 0;
  overflow: visible;
  display: grid;
  place-items: end end;
  align-self: end;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

.sa-phone {
  display: block;
  width: 290px;
  padding: 9px 9px 0;
  background: #23211e;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 26px 60px rgba(20, 40, 35, 0.3);
}
.sa-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 31px 31px 0 0;
}

@media (max-width: 900px) {
  .sa-hero {
    background-image: url(../images/sumapo/sumapo_hero_sp.jpg);
    background-position: center bottom;
  }
  .sa-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.9) 38%, rgba(255, 255, 255, 0.72) 68%, rgba(255, 255, 255, 0.5) 100%);
  }
  .sa-hero__fig--app {
    place-items: end center;
    margin-bottom: 0;
    align-self: center;
  }
  .sa-phone {
    width: 196px;
    padding: 7px 7px 0;
    border-radius: 28px 28px 0 0;
  }
  .sa-phone img {
    border-radius: 22px 22px 0 0;
  }
}
#footer01 {
  display: none;
}

/* ラウンジ導線: テーマの a:link 色対策 */
a.sa-next:link, a.sa-next:visited, a.sa-next:hover, a.sa-next:active {
  color: #fff;
  opacity: 1;
}

.sa [id] {
  scroll-margin-top: 110px;
}
