:root {
  color: #303030;
  background: #f2f2f2;
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #f2f2f2;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #f2f2f2;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.page {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 24px rgb(0 0 0 / 6%);
}

.hero {
  position: relative;
  height: min(166.13vw, 714.36px);
  min-height: 531.6px;
  overflow: hidden;
  background: #fff;
}

.hero-glow {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.app-icon {
  position: absolute;
  top: 21.33vw;
  left: 50%;
  width: 24.53vw;
  max-width: 105.47px;
  height: auto;
  transform: translateX(-50%);
}

.brand-name {
  position: absolute;
  top: 47.47vw;
  left: 50%;
  width: 33.6vw;
  max-width: 144.48px;
  height: auto;
  transform: translateX(-50%);
}

.hero h1 {
  position: absolute;
  top: 54.4vw;
  left: 50%;
  width: 303px;
  max-width: calc(100% - 32px);
  min-height: 58px;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(0deg, #ff512f 0%, #f09819 100%);
  background-clip: text;
  transform: translateX(-50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.download-badges {
  position: absolute;
  z-index: 2;
  top: 76.27vw;
  left: 50%;
  display: flex;
  width: 78.67%;
  max-width: 338.27px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.download-link {
  display: block;
  flex: 0 0 auto;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}

.download-link:first-child {
  width: 42.37%;
}

.download-link:last-child {
  width: 52.54%;
}

.download-link img {
  width: 100%;
  height: auto;
}

.lock-visual {
  position: absolute;
  top: 76.27vw;
  left: 0;
  width: 100%;
}

.lock-visual picture,
.lock-visual img {
  width: 100%;
  height: auto;
}

.lock-visual p {
  position: absolute;
  right: 4.8%;
  bottom: 3.7%;
  width: 162px;
  max-width: 43.2%;
  min-height: 28px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
}

.property-section {
  position: relative;
  height: min(110.4vw, 474.72px);
  min-height: 353.28px;
  overflow: hidden;
  background: #fffff7;
}

.property-gradient,
.property-cards,
.phone-hand {
  position: absolute;
  display: block;
  height: auto;
}

.property-gradient {
  inset: 0;
  width: 100%;
}

.section-copy {
  position: relative;
  z-index: 2;
  padding-inline: 8%;
  text-align: center;
}

.section-copy h2 {
  width: 303px;
  max-width: 100%;
  min-height: 29px;
  margin-inline: auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0;
}

.section-copy p {
  width: 285px;
  max-width: 100%;
  margin-inline: auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}

.property-copy {
  padding-top: 9.2vw;
}

.property-copy p {
  min-height: 51px;
  margin-top: 2.13vw;
}

.property-cards {
  top: 49.6%;
  left: 0;
  width: 100%;
}

.phone-hand {
  z-index: 1;
  right: 5.2%;
  bottom: 0;
  width: 63.47%;
}

.status-section {
  position: relative;
  padding: 9.33vw 2.67vw 2.67vw;
  background: #fff;
}

.status-copy {
  padding-inline: 5.33%;
}

.status-copy p {
  min-height: 68px;
  margin-top: 3.2vw;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.feature-card,
.user-card {
  overflow: hidden;
  border-radius: 4.53vw;
  background: #f5f5fa;
}

.feature-card {
  position: relative;
  height: 132px;
  padding: 14px 8px 8px;
  text-align: center;
}

.feature-card h3 {
  color: #303030;
  font-size: 16px;
  font-weight: 750;
  line-height: 20px;
  letter-spacing: 0;
}

.user-card h3 {
  color: #303030;
  font-size: 18px;
  font-weight: 750;
  line-height: 24px;
  letter-spacing: 0;
}

.round-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 7px;
}

.round-icon img {
  width: 40px;
  height: 40px;
}

.locked-card h3 {
  color: #2bd096;
}

.status-icons {
  display: flex;
  width: 118px;
  max-width: 100%;
  margin: 11px auto 0;
  align-items: center;
  justify-content: space-between;
}

.status-icons img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.password-image {
  width: 74px;
  height: 74px;
  margin: 0 auto 3px;
}

.user-card {
  position: relative;
  height: 120px;
  margin-top: 10px;
  padding: 13px 43% 5px 20px;
}

.user-copy p {
  width: 195px;
  max-width: 100%;
  min-height: 70px;
  margin-top: 3px;
  margin-inline: 0;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
}

.user-image {
  position: absolute;
  right: 4.8%;
  bottom: 0;
  width: 106px;
  max-width: 31%;
  height: auto;
}

.closing-visual {
  padding: 0 2.67vw 2.67vw;
  background: #fff;
}

.closing-visual picture,
.closing-visual img {
  width: 100%;
  height: auto;
}

@media (min-width: 430px) {
  .app-icon {
    top: 91.73px;
  }

  .brand-name {
    top: 204.13px;
  }

  .hero h1 {
    top: 233.92px;
  }

  .download-badges,
  .lock-visual {
    top: 327.89px;
  }

  .property-copy {
    padding-top: 39.56px;
  }

  .property-copy p {
    margin-top: 9.17px;
  }

  .status-section {
    padding: 40.13px 11.47px 11.47px;
  }

  .status-copy p {
    margin-top: 13.76px;
  }

  .feature-grid {
    gap: 10.32px;
    margin-top: 30px;
  }

  .feature-card,
  .user-card {
    border-radius: 19.49px;
  }

  .feature-card {
    height: 132px;
    min-height: 0;
    padding: 14px 8px 8px;
  }

  .round-icon {
    margin-bottom: 7px;
  }

  .status-icons {
    margin-top: 11px;
  }

  .password-image {
    margin-bottom: 3px;
  }

  .user-card {
    height: 120px;
    min-height: 0;
    margin-top: 10.32px;
    padding-top: 13px;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .user-copy p {
    margin-top: 3px;
  }

  .closing-visual {
    padding: 0 11.47px 11.47px;
  }
}

@media (max-width: 359px) {
  .feature-card h3 {
    font-size: 15px;
  }

  .user-card {
    padding-left: 14px;
  }

  .user-card h3 {
    font-size: 17px;
  }

  .user-copy p {
    width: 175px;
    font-size: 11px;
    line-height: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
