/* 641px-980px refinements layered after tablet.css. */
@media screen and (min-width: 641px) and (max-width: 980px) {
  .lp-page .feature {
    min-height: 0;
    padding: 64px 0;
  }
  .lp-page .feature .container { width: 100%; }
  .lp-page .feature-list {
    left: 0;
    width: 100%;
    max-width: none;
    gap: 68px;
  }
  .lp-page .feature-item,
  .lp-page .feature-item--reverse {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 0 0 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    background: var(--img-feature-frame-sp) center / 100% 100% no-repeat;
  }
  .lp-page .feature-item::before,
  .lp-page .feature-item::after,
  .lp-page .feature-item--reverse::before,
  .lp-page .feature-item--reverse::after {
    display: none;
  }
  .lp-page .feature .feature-copy {
    width: min(560px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
    padding-left: 0;
    transform: translateY(-20px);
  }
  .lp-page .point {
    height: 48px;
    margin: 0 0 26px;
    gap: 10px;
    align-items: end;
  }
  .lp-page .point::before {
    width: 10px;
    height: 38px;
    margin: 0 8px 8px 3px;
    border-radius: 4px;
  }
  .lp-page .point span {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .lp-page .point b {
    font-size: 56px;
    line-height: .86;
    -webkit-text-stroke-width: clamp(2px, .42vw, 4px);
    letter-spacing: 5px;
  }
  .lp-page .feature-copy h3 {
    margin: 0 0 28px;
    font-size: 22.64px;
    line-height: 1.25;
    white-space: normal;
  }
  .lp-page .feature-copy ul {
    gap: 14px;
    font-size: 14px;
    line-height: 21.23px;
  }
  .lp-page .feature-copy li {
    padding-left: 18px;
    white-space: normal;
  }
  .lp-page .feature-copy li::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }
  .lp-page .wide-photo {
    width: min(560px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    flex: 0 0 auto;
    aspect-ratio: 1.5;
    border-radius: 16px;
    transform: scaleX(-1);
  }

  body.lp-page,
  .lp-page .lp-main {
    min-width: 0;
    overflow-x: hidden;
  }

  .lp-page .container,
  .lp-page .header__inner {
    width: min(720px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
  }

  .lp-page .nav-toggle {
    width: 26px;
    height: 26px;
    gap: 5px;
  }

  .lp-page .nav-toggle span {
    width: 24px;
  }

  .lp-page img,
  .lp-page .mock-photo,
  .lp-page .wide-photo {
    max-width: 100%;
    height: auto;
  }

  body.lp-page.reveal-ready .js-reveal[data-reveal="left"],
  body.lp-page.reveal-ready .js-reveal[data-reveal="right"] {
    --reveal-x: 0;
    --reveal-y: 28px;
  }

  .lp-page .hero__visual {
    width: min(720px, 100vw);
    height: clamp(360px, 52vw, 500px);
    max-width: none;
  }

  .lp-page .hero h1 {
    font-size: clamp(30px, 5vw, 40px);
  }

  .lp-page .hero p {
    font-size: clamp(16px, 2.5vw, 18px);
  }

  .lp-page .problem__cards,
  .lp-page .solution__cards,
  .lp-page .feature-item,
  .lp-page .feature-item--reverse,
  .lp-page .voice__cards,
  .lp-page .plans {
    grid-template-columns: 1fr;
  }

  .lp-page .problem__panel,
  .lp-page .faq-list,
  .lp-page .news-list {
    width: min(720px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
  }

  .lp-page .problem__cards,
  .lp-page .solution__cards,
  .lp-page .voice__cards,
  .lp-page .plans {
    width: 100%;
  }

  .lp-page .small-card,
  .lp-page .solution-card,
  .lp-page .voice__cards article,
  .lp-page .plan {
    width: min(420px, 100%);
    max-width: 100%;
    margin-inline: auto;
  }

  .lp-page .voice__cards .mock-photo--7 {
    background-position: center 32%;
  }

  .lp-page .feature .container,
  .lp-page .feature-list {
    width: 100%;
    max-width: none;
  }

  .lp-page .flow {
    min-height: 0;
    padding: clamp(40px, 7vw, 56px) 0 clamp(56px, 9vw, 72px);
    overflow: hidden;
  }

  .lp-page .flow .container {
    width: min(720px, calc(100% - 64px));
    max-width: none;
    margin-inline: auto;
  }

  .lp-page .flow .section-heading {
    width: 100%;
    height: clamp(92px, 14vw, 118px);
  }

  .lp-page .flow-illust--left {
    left: 0;
    top: 0;
    width: clamp(46px, 7.4vw, 62px);
    height: clamp(112px, 17.7vw, 150px);
  }

  .lp-page .flow-illust--right {
    right: 0;
    top: 0;
    width: clamp(46px, 7.4vw, 64px);
    height: clamp(112px, 18vw, 154px);
  }

  .lp-page .flow-list {
    --flow-gap: clamp(24px, 4vw, 34px);
    --flow-circle: clamp(44px, 6.8vw, 56px);
    --flow-line: 1px;
    width: min(640px, 100%);
    margin: clamp(32px, 5vw, 48px) auto 0;
    gap: var(--flow-gap);
  }

  .lp-page .flow-list li {
    grid-template-columns: var(--flow-circle) minmax(0, 1fr);
    gap: clamp(18px, 3.5vw, 28px);
  }

  .lp-page .flow-list span {
    width: var(--flow-circle);
    height: var(--flow-circle);
    font-size: clamp(20px, 3.5vw, 26px);
  }

  .lp-page .flow-list h3 {
    margin: 0 0 10px;
    font-size: clamp(18px, 3.1vw, 24px);
    line-height: 1.55;
  }

  .lp-page .flow-list p {
    max-width: 31em;
    font-size: clamp(14px, 2.2vw, 17px);
    line-height: 1.9;
    letter-spacing: .03em;
  }

  .lp-page .cta__panel {
    width: min(720px, calc(100% - 48px));
    padding-inline: clamp(32px, 8vw, 88px);
  }

  .lp-page .cta__panel::before {
    top: auto;
    bottom: -17px;
  }

  .lp-page .cta__panel::after {
    top: auto;
    bottom: -19px;
  }

  .lp-page .cta__panel div {
    gap: 20px;
  }

  .lp-page .cta .btn {
    width: min(278px, 100%);
    min-width: 0;
    height: 58px;
  }
  .lp-page .hero {
    min-height: auto;
    padding: clamp(560px, 76vw, 720px) 0 clamp(36px, 6vw, 64px);
    background: var(--blue4);
  }

  .lp-page .hero::before,
  .lp-page .hero::after {
    display: none;
  }

  .lp-page .hero__visual,
  .lp-page .fv-visual {
    left: 50%;
    right: auto;
    top: 0;
    width: 100vw;
    height: clamp(520px, 76vw, 720px);
    max-width: none;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .lp-page .hero__visual::before,
  .lp-page .fv-visual::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -19.23vw;
    top: -22.56vw;
    width: clamp(540px, 83.85vw, 820px);
    height: clamp(312px, 48.46vw, 474px);
    background: url("../../assets/images/hero/hero-corner-sp.svg") center / contain no-repeat;
    pointer-events: none;
  }

  .lp-page .device-art {
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-image: url("../../assets/images/hero/hero-sp.png");
    background-position: center 68%;
    background-size: 100vw auto;
    -webkit-mask-image: url("../../assets/images/hero/hero-mask-sp.svg");
    mask-image: url("../../assets/images/hero/hero-mask-sp.svg");
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: 102.31vw 99.49vw;
    mask-size: 102.31vw 99.49vw;
    transform: none;
  }

  .lp-page .hero__circle {
    display: grid;
  }

  .lp-page .hero__circle--a {
    left: 74.87%;
    top: 10%;
    width: clamp(78px, 15.38vw, 124px);
    height: clamp(78px, 15.38vw, 124px);
  }

  .lp-page .hero__circle--a::before {
    width: clamp(48px, 8.8vw, 72px);
    height: clamp(48px, 8.8vw, 72px);
    transform: translateY(10%);
  }

  .lp-page .hero__circle--b {
    left: 9.49%;
    top: 42%;
    width: clamp(78px, 15.38vw, 124px);
    height: clamp(78px, 15.38vw, 124px);
  }

  .lp-page .hero__circle--b::before {
    width: clamp(48px, 8.8vw, 72px);
    height: clamp(48px, 8.8vw, 72px);
    transform: translateY(10%);
  }

  .lp-page .hero__circle--c {
    left: 54.1%;
    top: 72%;
    width: clamp(72px, 14.1vw, 114px);
    height: clamp(72px, 14.1vw, 114px);
  }

  .lp-page .hero__circle--c::before {
    width: clamp(44px, 8vw, 67px);
    height: clamp(44px, 8vw, 67px);
    transform: translateY(8%);
  }

  .lp-page .hero__circle--d {
    left: 77.69%;
    top: 44%;
    width: clamp(84px, 16.41vw, 132px);
    height: clamp(84px, 16.41vw, 132px);
    display: block;
    background: #799dcd;
  }

  .lp-page .hero__circle--d::before {
    display: none;
  }

  .lp-page .hero__circle--e {
    left: 39.23%;
    top: 11%;
    width: clamp(48px, 9.49vw, 76px);
    height: clamp(48px, 9.49vw, 76px);
  }

  .lp-page .hero__copy {
    width: min(720px, calc(100% - 56px));
    margin: 0 auto;
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .lp-page .hero h1 {
    font-size: clamp(36px, 4.8vw, 42px);
  }

  .lp-page .hero p {
    width: 100%;
    font-size: clamp(17px, 2.1vw, 18px);
  }

  .lp-page .hero__actions .btn {
    width: min(278px, calc(50% - 6px));
    min-width: 0;
    height: 58px;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .lp-page .hero {
    padding-bottom: 40px;
  }

  .lp-page .hero h1 {
    font-size: clamp(30px, 5.6vw, 38px);
    line-height: 1.38;
    letter-spacing: 0;
  }

  .lp-page .hero p {
    width: 100%;
    margin-top: 14px;
    font-size: clamp(15px, 2.5vw, 17px);
    line-height: 2;
    font-weight: 400;
  }

  .lp-page .hero p br {
    display: none;
  }

  .lp-page .hero__actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .lp-page .hero__actions .btn {
    width: min(278px, 100%);
    min-width: 0;
    margin-inline: auto;
    height: 58px;
  }
}
