:root {
--lp-accent: #47c4d0;
--lp-accent-dark: #1895a0;
--lp-bg: #f6fafb;
--lp-bg-soft: #eef7f8;
--lp-text: #4d4d4d;
--lp-line: #d7e8eb;
--lp-white: #fff;
--lp-muted: #777;
--lp-radius: 16px;
--lp-radius-sm: 12px;
--lp-shadow: 0 8px 28px rgba(24, 149, 160, 0.1);
--lp-shadow-soft: 0 4px 16px rgba(24, 149, 160, 0.08);
}
html {
scroll-behavior: smooth;
}
.lp-page main {
background: var(--lp-white);
color: var(--lp-text);
font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
overflow-x: hidden;
}
@media screen and (max-width: 767px) {
.lp-page .c-container {
padding-left: 16px;
padding-right: 16px;
}
}
.lp-page #lp-features,
.lp-page #lp-machine,
.lp-page #lp-plans,
.lp-page #lp-price,
.lp-page #lp-guide,
.lp-page #lp-flow,
.lp-page #lp-faq,
.lp-page #lp-risk,
.lp-page #lp-access,
.lp-page #lp-campaign {
scroll-margin-top: 72px;
} .lp-sec {
padding: 96px 0;
}
.lp-sec--bg {
background: var(--lp-bg);
}
#lp-features {
padding-top: 48px;
}
.lp-sec-head {
margin-bottom: 28px;
text-align: center;
}
.lp-sec-head__en {
color: var(--lp-accent);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.22em;
margin: 0 0 14px;
}
.lp-sec-head__title {
color: var(--lp-accent-dark);
font-size: 32px;
font-weight: 700;
line-height: 1.45;
margin: 0 auto;
max-width: 820px;
position: relative;
}
.lp-sec-head__title::after {
background: var(--lp-accent);
border-radius: 99px;
bottom: -16px;
content: "";
display: block;
height: 4px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 48px;
}
.lp-lead {
font-size: 16px;
line-height: 1.9;
margin: 36px auto 48px;
max-width: 720px;
text-align: center;
}
.lp-note {
color: var(--lp-muted);
font-size: 12px;
line-height: 1.7;
margin-top: 16px;
}
.lp-note p {
margin: 0 0 2px;
}
.lp-btn {
background: var(--lp-accent);
border: 2px solid var(--lp-accent);
border-radius: 999px;
box-sizing: border-box;
box-shadow: 0 6px 18px rgba(71, 196, 208, 0.28);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 15px;
font-weight: 700;
gap: 8px;
line-height: 1.4;
min-height: 54px;
max-width: 100%;
padding: 12px 32px;
position: relative;
text-align: center;
text-decoration: none;
transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
white-space: normal;
}
.lp-btn:hover {
background: var(--lp-accent-dark);
border-color: var(--lp-accent-dark);
box-shadow: 0 8px 22px rgba(24, 149, 160, 0.28);
color: #fff;
transform: translateY(-1px);
}
.lp-btn svg {
display: block;
flex-shrink: 0;
height: 18px;
width: 18px;
}
.lp-btn--ghost {
background: #fff;
border: 2px solid var(--lp-accent);
box-shadow: none;
color: var(--lp-accent-dark);
}
.lp-btn--ghost:hover {
background: var(--lp-accent);
border-color: var(--lp-accent);
color: #fff;
}
.lp-icon {
align-items: center;
background: rgba(71, 196, 208, 0.14);
border-radius: 50%;
color: var(--lp-accent-dark);
display: inline-flex;
flex-shrink: 0;
height: 64px;
justify-content: center;
width: 64px;
}
.lp-icon svg {
display: block;
height: 30px;
width: 30px;
}
.lp-icon--sm {
height: 48px;
width: 48px;
}
.lp-icon--sm svg {
height: 22px;
width: 22px;
}
.lp-icon--check {
background: var(--lp-accent);
color: #fff;
height: 22px;
width: 22px;
}
.lp-icon--check svg {
height: 12px;
width: 12px;
} .lp-ph {
align-items: center;
background: #e8eef0;
border: 1px dashed #8aa8ae;
border-radius: var(--lp-radius-sm);
color: #5a7a80;
display: flex;
font-size: 13px;
justify-content: center;
min-height: 80px;
padding: 16px;
text-align: center;
width: 100%;
}
.lp-ph--icon {
border-radius: 8px;
font-size: 10px;
height: 40px;
min-height: 40px;
padding: 0;
width: 40px;
}
.lp-ph--mv {
min-height: 280px;
}
.lp-ph--banner {
min-height: 160px;
}
.lp-ph--media {
aspect-ratio: 16 / 10;
border-radius: var(--lp-radius-sm) var(--lp-radius-sm) 0 0;
min-height: 140px;
}
.lp-ph--feature {
aspect-ratio: 4 / 3;
border: 0;
border-radius: 0;
min-height: 180px;
width: 100%;
}
.lp-ph--step {
border-radius: var(--lp-radius-sm);
min-height: 100px;
}
.lp-ph--map {
border-radius: var(--lp-radius);
min-height: 240px;
}
.lp-anno {
background: #fafafa;
border: 1px dashed #bbb;
border-radius: 8px;
color: #666;
font-size: 12px;
margin-top: 12px;
padding: 10px 12px;
} .lp-mv {
--mv-gold: #c2a378;
--mv-ink: #3a424c;
--mv-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
background: #fff;
margin-top: 88px;
padding: 0;
}
.lp-mv__hero {
overflow: hidden;
position: relative;
}
.lp-mv__breadcrumbs {
padding: 12px 0 10px;
position: relative;
z-index: 2;
}
.lp-mv__breadcrumbs ul {
display: flex;
flex-wrap: wrap;
gap: 0 6px;
list-style: none;
margin: 0;
padding: 0;
}
.lp-mv__breadcrumbs li {
display: inline;
}
.lp-mv__breadcrumbs a,
.lp-mv__breadcrumbs span {
color: var(--lp-text);
font-size: 13px;
font-weight: 500;
line-height: 1.4;
text-decoration: none;
}
.lp-mv__breadcrumbs a:hover {
color: var(--lp-accent-dark);
text-decoration: underline;
}
.lp-mv__bg {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.lp-mv__bg picture,
.lp-mv__bg img {
display: block;
height: 100%;
object-fit: cover;
object-position: 72% center;
width: 100%;
}
.lp-mv__overlay {
align-items: center;
box-sizing: border-box;
color: var(--mv-ink);
display: flex;
flex-direction: column;
min-height: clamp(520px, 58vw, 680px);
padding: clamp(28px, 3.5vw, 48px) 0 clamp(16px, 2vw, 24px);
position: relative;
width: 100%;
z-index: 1;
}
.lp-mv__frame {
box-sizing: border-box;
display: flex;
flex: 1 1 auto;
flex-direction: column;
justify-content: space-between;
max-width: 1072px;
position: relative;
width: 100%;
z-index: 1;
}
.lp-mv__copy {
align-self: flex-start;
max-width: min(560px, 54%);
padding-bottom: 12px;
text-align: left;
width: 100%;
}
.lp-mv__label {
background: var(--mv-gold);
clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
color: #fff;
display: inline-block;
font-family: var(--mv-serif);
font-size: clamp(13px, 1.15vw, 15px);
font-weight: 700;
letter-spacing: 0.06em;
line-height: 1.4;
margin: 0 0 clamp(18px, 2.2vw, 26px);
padding: 9px 28px 9px 16px;
width: fit-content;
}
.lp-mv__title {
color: var(--mv-ink);
font-family: var(--mv-serif);
font-weight: 700;
line-height: 1.5;
margin: 0 0 clamp(14px, 1.8vw, 20px);
}
.lp-mv__title-line {
color: #4a5560;
display: block;
font-size: clamp(22px, 2.7vw, 32px);
font-weight: 600;
letter-spacing: 0.04em;
margin-bottom: 8px;
}
.lp-mv__title-main {
color: var(--lp-accent-dark);
display: block;
font-size: clamp(26px, 3.4vw, 42px);
font-weight: 700;
letter-spacing: 0.04em;
}
.lp-mv__title-main em {
color: inherit;
font-style: normal;
}
.lp-br-pc {
display: none;
}
@media screen and (min-width: 768px) {
.lp-br-pc {
display: block;
}
}
.lp-mv__desc {
color: #5a6570;
font-family: var(--mv-serif);
font-size: clamp(13px, 1.3vw, 16px);
font-weight: 500;
letter-spacing: 0.03em;
line-height: 1.8;
margin: 0;
max-width: 28em;
}
.lp-mv__cta {
margin-top: clamp(16px, 2vw, 24px);
}
.lp-mv__cta .lp-btn {
box-shadow: 0 8px 22px rgba(71, 196, 208, 0.28);
gap: 10px;
white-space: nowrap;
}
.lp-mv__cta-icon {
align-items: center;
display: inline-flex;
}
.lp-mv__cta-icon svg {
height: 18px;
width: 18px;
}
.lp-mv__points-list {
background: rgba(255, 255, 255, 0.82);
border-radius: 12px;
display: grid;
gap: 12px;
grid-template-columns: repeat(3, minmax(0, 1fr));
list-style: none;
margin: 0;
max-width: 100%;
padding: 14px 16px;
}
.lp-mv__points-list li {
align-items: center;
display: flex;
gap: 12px;
min-width: 0;
position: relative;
}
.lp-mv__points-list li:not(:last-child)::after {
background: rgba(71, 196, 208, 0.28);
content: "";
height: 36px;
position: absolute;
right: -8px;
top: 50%;
transform: translateY(-50%);
width: 1px;
}
.lp-mv__points-icon {
align-items: center;
background: rgba(255, 255, 255, 0.92);
border: 1px solid rgba(71, 196, 208, 0.35);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(24, 149, 160, 0.1);
color: var(--lp-accent-dark);
display: inline-flex;
flex-shrink: 0;
height: 48px;
justify-content: center;
width: 48px;
}
.lp-mv__points-icon svg {
display: block;
height: 22px;
width: 22px;
}
.lp-mv__points-text {
color: var(--mv-ink);
font-family: var(--mv-serif);
font-size: 14px;
font-weight: 500;
letter-spacing: 0.02em;
line-height: 1.5;
}
.lp-mv__points-text strong {
color: var(--lp-accent-dark);
display: block;
font-size: 15px;
font-weight: 700;
margin-bottom: 2px;
}
.lp-mv__note {
color: var(--lp-muted);
font-size: 11px;
line-height: 1.7;
margin: 12px auto 0;
} @media screen and (min-width: 768px) and (max-width: 1199px) {
.lp-mv__hero {
min-height: clamp(400px, 58vw, 540px);
}
.lp-mv__bg img {
object-position: 78% center;
}
.lp-mv__copy {
max-width: 56%;
}
.lp-mv__label {
font-size: 12px;
padding: 8px 24px 8px 12px;
}
.lp-mv__title-line {
font-size: clamp(18px, 2.3vw, 24px);
}
.lp-mv__title-main {
font-size: clamp(20px, 2.8vw, 30px);
}
.lp-mv__desc {
font-size: 13px;
}
.lp-mv__cta .lp-btn {
font-size: 13px;
min-height: 48px;
padding: 10px 18px;
}
.lp-mv__points-list {
gap: 12px;
}
.lp-mv__points-list li:not(:last-child)::after {
right: -6px;
}
.lp-mv__points-icon {
height: 42px;
width: 42px;
}
.lp-mv__points-text,
.lp-mv__points-text strong {
font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.lp-mv {
margin-top: 64px;
}
.lp-mv__hero {
background: #fff;
min-height: 0;
overflow: visible;
}
.lp-mv__breadcrumbs {
padding: 10px 0 8px;
}
.lp-mv__breadcrumbs a,
.lp-mv__breadcrumbs span {
font-size: 12px;
}
.lp-mv__bg {
height: auto;
position: relative;
}
.lp-mv__bg picture,
.lp-mv__bg img {
height: min(42vh, 340px);
object-fit: cover;
object-position: 72% 20%;
width: 100%;
}
.lp-mv__overlay {
align-items: stretch;
color: var(--mv-ink);
height: auto;
margin-top: -148px;
min-height: 0 !important;
padding: 0;
position: relative;
z-index: 1;
}
.lp-mv__frame {
box-sizing: border-box;
flex: 0 0 auto;
justify-content: flex-start;
padding: 0 16px 8px;
}
.lp-mv__copy {
max-width: none;
padding-bottom: 8px;
text-align: left;
}
.lp-mv__label {
font-size: 12px;
margin-bottom: 12px;
margin-left: -16px;
padding: 8px 22px 8px 16px;
}
.lp-mv__title {
margin-bottom: 10px;
}
.lp-mv__title-line {
font-size: 19px;
}
.lp-mv__title-main {
font-size: 26px;
}
.lp-mv__desc {
font-size: 13px;
max-width: none;
}
.lp-mv__cta {
margin-top: 18px;
}
.lp-mv__cta .lp-btn {
font-size: 13px;
padding: 14px 12px;
white-space: nowrap;
width: 100%;
}
.lp-mv__points-list {
gap: 12px;
grid-template-columns: 1fr;
margin-top: 18px;
padding-top: 4px;
}
.lp-mv__points-list li:not(:last-child)::after {
display: none;
}
.lp-mv__points-text {
font-size: 13px;
}
.lp-mv__points-text strong {
display: inline;
font-size: 13px;
margin: 0 0.35em 0 0;
}
.lp-mv__note {
font-size: 10px;
margin-top: 10px;
}
}
@media screen and (max-width: 600px) {
.lp-mv {
margin-top: 58px;
}
} .lp-campaign {
padding: 8px 0 48px;
}
.lp-campaign__wrap {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.lp-campaign__banner {
border-radius: 12px;
box-shadow: 0 8px 28px rgba(24, 149, 160, 0.12);
display: block;
max-width: 880px;
overflow: hidden;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
width: 100%;
}
.lp-campaign__banner:hover {
box-shadow: 0 12px 32px rgba(24, 149, 160, 0.18);
transform: translateY(-2px);
}
.lp-campaign__banner picture,
.lp-campaign__banner img {
display: block;
height: auto;
width: 100%;
}
.lp-campaign__notes {
color: #777;
font-size: 11px;
line-height: 1.7;
margin-top: 14px;
max-width: 880px;
text-align: left;
width: 100%;
}
.lp-campaign__notes p {
margin: 0;
} @media screen and (max-width: 1023px) {
.lp-campaign {
padding: 12px 0 40px;
}
.lp-campaign__banner {
border-radius: 14px;
margin: 0 auto;
max-width: 100%;
width: 100%;
}
.lp-campaign__notes {
font-size: 12px;
line-height: 1.8;
margin-top: 16px;
max-width: 100%;
}
}
@media screen and (max-width: 767px) {
.lp-campaign {
padding: 8px 0 32px;
}
.lp-campaign__banner {
border-radius: 12px;
}
.lp-campaign__notes {
font-size: 11px;
margin-top: 14px;
}
} .lp-cta-band {
background: linear-gradient(135deg, var(--lp-accent) 0%, var(--lp-accent-dark) 100%);
color: #fff;
padding: 56px 0;
}
.lp-cta-band--soft {
background: var(--lp-bg-soft);
color: var(--lp-text);
}
.lp-cta-band__inner {
align-items: center;
display: grid;
gap: 28px;
grid-template-columns: 1.2fr 0.8fr;
}
.lp-cta-band__en {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.2em;
margin: 0 0 10px;
opacity: 0.85;
}
.lp-cta-band--soft .lp-cta-band__en {
color: var(--lp-accent);
opacity: 1;
}
.lp-cta-band__title {
font-size: 28px;
font-weight: 700;
line-height: 1.45;
margin: 0 0 12px;
}
.lp-cta-band--soft .lp-cta-band__title {
color: var(--lp-accent-dark);
}
.lp-cta-band__lead {
font-size: 15px;
line-height: 1.8;
margin: 0;
opacity: 0.95;
}
.lp-cta-band--soft .lp-cta-band__lead {
opacity: 1;
}
.lp-cta-band__btns {
display: flex;
flex-direction: column;
gap: 12px;
}
.lp-cta-band .lp-btn--ghost {
background: transparent;
border-color: #fff;
color: #fff;
}
.lp-cta-band .lp-btn--ghost:hover {
background: #fff;
color: var(--lp-accent-dark);
}
.lp-cta-band--soft .lp-btn--ghost {
background: #fff;
border-color: var(--lp-accent);
color: var(--lp-accent-dark);
}
.lp-cta-band--soft .lp-btn--ghost:hover {
background: var(--lp-accent);
color: #fff;
}
.lp-btn--soft {
background: rgba(71, 196, 208, 0.18);
border: none;
box-shadow: none;
color: var(--lp-accent-dark);
font-size: 13px;
font-weight: 600;
min-height: 40px;
padding: 8px 20px;
}
.lp-btn--soft:hover {
background: rgba(71, 196, 208, 0.28);
box-shadow: none;
color: var(--lp-accent-dark);
transform: none;
}
@media screen and (max-width: 960px) {
.lp-cta-band__inner {
grid-template-columns: 1fr;
text-align: center;
}
.lp-cta-band__btns {
align-items: stretch;
margin: 0 auto;
max-width: 360px;
width: 100%;
}
.lp-cta-band__btns .lp-btn {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.lp-cta-band {
padding: 40px 0;
}
.lp-cta-band__title {
font-size: 22px;
}
} .lp-features__list {
display: grid;
gap: 28px;
grid-template-columns: repeat(3, 1fr);
list-style: none;
margin: 0 0 28px;
padding: 0;
}
.lp-features__item {
background: #fff;
border: 0;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(24, 149, 160, 0.1);
display: flex;
flex-direction: column;
overflow: hidden;
padding: 0;
text-align: left;
}
.lp-features__media {
aspect-ratio: 4 / 3;
overflow: hidden;
}
.lp-features__media img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.lp-features__media--machine {
background: #fff;
}
.lp-features__media--machine img {
object-fit: cover;
object-position: center;
}
.lp-features__body {
display: flex;
flex: 1;
flex-direction: column;
padding: 24px 24px 28px;
}
.lp-features__title {
color: var(--lp-accent-dark);
font-size: 17px;
font-weight: 700;
line-height: 1.55;
margin: 0 0 12px;
}
.lp-features__text {
font-size: 14px;
line-height: 1.8;
margin: 0;
text-align: left;
}
.lp-features__foot {
text-align: center;
}
.lp-features__foot .lp-note {
display: inline-block;
text-align: left;
}
@media screen and (max-width: 960px) {
.lp-features__list {
grid-template-columns: 1fr;
margin-left: auto;
margin-right: auto;
max-width: 640px;
}
}
@media screen and (max-width: 767px) {
.lp-sec {
padding: 48px 0;
}
#lp-features {
padding-top: 28px;
}
.lp-sec-head {
margin-bottom: 20px;
}
.lp-sec-head__title {
font-size: 22px;
}
.lp-lead {
font-size: 14px;
margin-top: 24px;
text-align: left;
}
.lp-features__list {
gap: 20px;
max-width: none;
}
.lp-features__media {
aspect-ratio: 16 / 10;
}
.lp-features__body {
padding: 18px 18px 22px;
}
.lp-features__title {
font-size: 16px;
}
.lp-features__text {
font-size: 13px;
}
} .lp-machine__visual {
background: #fff;
border: 1px solid var(--lp-line);
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
margin: 0 auto 40px;
max-width: 520px;
overflow: hidden;
}
.lp-machine__visual img {
display: block;
height: auto;
margin: 0 auto;
width: 100%;
}
.lp-machine__cards {
display: grid;
gap: 28px;
grid-template-columns: repeat(3, 1fr);
list-style: none;
margin: 0 0 32px;
padding: 0;
}
.lp-machine__card {
background: var(--lp-bg);
border: 1px solid var(--lp-line);
border-radius: var(--lp-radius);
box-shadow: none;
}
.lp-machine__card-body {
padding: 24px 22px 28px;
}
.lp-machine__num {
color: var(--lp-accent);
display: block;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.08em;
margin-bottom: 10px;
}
.lp-machine__card h3 {
color: var(--lp-accent-dark);
font-size: 17px;
font-weight: 700;
line-height: 1.5;
margin: 0 0 12px;
}
.lp-machine__card p {
color: var(--lp-text);
font-size: 14px;
line-height: 1.8;
margin: 0;
}
.lp-machine__link {
color: var(--lp-accent-dark);
display: inline-block;
font-size: 15px;
font-weight: 700;
margin-bottom: 40px;
text-decoration: none;
}
.lp-machine__link:hover {
color: var(--lp-accent);
}
.lp-spec {
background: #fff;
border: 0;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
overflow: hidden;
}
.lp-spec__title {
background: var(--lp-accent-dark);
color: #fff;
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 16px 24px;
}
.lp-spec__table {
border-collapse: collapse;
width: 100%;
}
.lp-spec__table th,
.lp-spec__table td {
border-bottom: 1px solid var(--lp-line);
font-size: 14px;
padding: 16px 22px;
text-align: left;
vertical-align: top;
}
.lp-spec__table tr:last-child th,
.lp-spec__table tr:last-child td {
border-bottom: 0;
}
.lp-spec__table th {
background: var(--lp-bg);
color: var(--lp-accent-dark);
font-weight: 700;
width: 32%;
}
@media screen and (max-width: 960px) {
.lp-machine__visual {
margin-bottom: 28px;
max-width: 420px;
}
.lp-machine__cards {
gap: 16px;
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {
.lp-machine__visual {
max-width: 100%;
}
.lp-machine__cards {
grid-template-columns: 1fr;
}
.lp-machine__card-body {
padding: 20px 18px 22px;
}
.lp-machine__card h3 {
font-size: 16px;
}
.lp-machine__card p {
font-size: 13px;
}
.lp-machine__link {
font-size: 14px;
margin-bottom: 28px;
}
.lp-spec__table th,
.lp-spec__table td {
display: block;
font-size: 13px;
padding: 12px 16px;
width: 100%;
}
.lp-spec__table th {
padding-bottom: 4px;
}
.lp-spec__table td {
padding-top: 4px;
}
} .lp-plans__grid {
align-items: stretch;
display: grid;
gap: 28px;
grid-template-columns: 1fr 1fr;
}
.lp-plans__card {
background: #fff;
border: 1px solid #d9dee3;
border-radius: 18px;
box-shadow: 0 8px 28px rgba(24, 149, 160, 0.08);
display: flex;
flex-direction: column;
overflow: hidden;
padding: 36px 32px 0;
position: relative;
}
.lp-plans__card--accent {
background: linear-gradient(180deg, #f3fbfc 0%, #fff 42%);
border: 3px solid var(--lp-accent);
box-shadow: 0 10px 32px rgba(71, 196, 208, 0.18);
}
.lp-plans__card--select {
border-color: #d9dee3;
}
.lp-plans__ribbon {
background: linear-gradient(135deg, #d4b07a 0%, #c2a378 45%, #a88755 100%);
box-shadow: 0 4px 12px rgba(176, 141, 94, 0.35);
color: #fff;
font-size: 11px;
font-weight: 700;
left: -42px;
letter-spacing: 0.06em;
line-height: 1;
padding: 9px 44px;
position: absolute;
text-align: center;
top: 22px;
transform: rotate(-45deg);
width: 148px;
z-index: 2;
}
.lp-plans__ribbon span {
display: inline-block;
font-size: 9px;
margin: 0 3px;
opacity: 0.95;
transform: translateY(-1px);
}
.lp-plans__label {
background: var(--lp-accent);
border-radius: 999px;
color: #fff;
display: block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.14em;
margin: 4px auto 16px;
padding: 7px 18px;
text-align: center;
width: fit-content;
}
.lp-plans__label--muted {
background: #9aa3ad;
}
.lp-plans__name {
color: var(--lp-accent-dark);
font-size: 28px;
font-weight: 700;
margin: 0 0 14px;
text-align: center;
}
.lp-plans__lead {
color: #5a6570;
font-size: 14px;
line-height: 1.85;
margin: 0 0 22px;
text-align: center;
}
.lp-plans__sub {
color: var(--lp-accent-dark);
display: flex;
font-size: 14px;
font-weight: 700;
justify-content: center;
margin: 0 0 18px;
text-align: center;
}
.lp-plans__sub span {
align-items: center;
display: inline-flex;
gap: 14px;
}
.lp-plans__sub span::before,
.lp-plans__sub span::after {
background: currentColor;
content: "";
height: 1px;
opacity: 0.5;
width: 32px;
}
.lp-plans__sub--muted {
color: #8a9299;
}
.lp-plans__list {
list-style: none;
margin: 0 0 8px;
padding: 0 4px;
}
.lp-plans__list li {
align-items: center;
display: flex;
font-size: 14px;
gap: 12px;
line-height: 1.6;
margin-bottom: 14px;
}
.lp-plans__list .lp-icon--check {
flex-shrink: 0;
height: 24px;
margin-top: 0;
width: 24px;
}
.lp-plans__list .lp-icon--check svg {
height: 12px;
width: 12px;
}
.lp-plans__list--muted .lp-icon--check {
background: #b0b7be;
}
.lp-plans__body-foot {
margin-top: auto;
padding: 8px 0 22px;
}
.lp-plans__body-foot .lp-note {
border-top: 1px dashed rgba(71, 196, 208, 0.35);
margin-top: 8px;
padding-top: 16px;
}
.lp-plans__card--select .lp-plans__body-foot .lp-note {
border-top-color: rgba(154, 163, 173, 0.45);
}
.lp-plans__foot {
background: #eef2f4;
margin: 0 -32px;
padding: 18px 24px;
text-align: center;
}
.lp-plans__foot--accent {
align-items: center;
background: linear-gradient(135deg, #47c4d0 0%, #1895a0 100%);
display: flex;
gap: 14px;
justify-content: center;
min-height: 0;
padding: 18px 24px;
}
.lp-plans__foot-tag {
background: transparent;
border: 1.5px solid rgba(255, 255, 255, 0.85);
border-radius: 6px;
color: #fff;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
padding: 8px 10px;
white-space: nowrap;
}
.lp-plans__foot-offer {
color: #fff;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1.2;
margin: 0;
}
.lp-plans__foot-offer strong {
color: #ffe566;
font-size: 1.45em;
font-weight: 800;
margin: 0 0.06em;
}
.lp-plans__foot-offer--select {
color: var(--lp-accent-dark);
font-size: 20px;
}
.lp-plans__foot-offer--select strong {
color: var(--lp-accent-dark);
font-size: 1.45em;
}
.lp-plans__stars {
color: rgba(255, 255, 255, 0.9);
font-size: 12px;
letter-spacing: 0.15em;
margin-left: 8px;
}
.lp-plans__detail-btn {
align-items: center;
background: #fff;
border: 1px solid #4d4d4d;
border-radius: 999px;
color: #4d4d4d;
display: inline-flex;
font-size: 14px;
font-weight: 700;
gap: 8px;
justify-content: center;
min-height: 46px;
padding: 10px 24px;
text-decoration: none;
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.lp-plans__detail-btn:hover {
background: var(--lp-accent-dark);
border-color: var(--lp-accent-dark);
color: #fff;
}
.lp-plans__detail-btn svg {
height: 14px;
width: 14px;
}
@media screen and (max-width: 767px) {
.lp-plans__grid {
grid-template-columns: 1fr;
}
.lp-plans__card {
padding: 28px 16px 0;
}
.lp-plans__name {
font-size: 22px;
}
.lp-plans__foot {
margin: 0 -16px;
}
.lp-plans__foot--accent {
flex-wrap: wrap;
gap: 10px;
}
.lp-plans__foot-offer {
font-size: 18px;
}
.lp-plans__ribbon {
font-size: 10px;
left: -46px;
top: 18px;
width: 140px;
}
} .lp-price__tabs {
display: grid;
gap: 12px;
grid-template-columns: repeat(5, 1fr);
list-style: none;
margin: 0 0 28px;
padding: 0;
}
.lp-price__tab {
background: #fff;
border: 2px solid var(--lp-accent);
border-radius: 999px;
color: var(--lp-accent-dark);
cursor: pointer;
font-size: 14px;
font-weight: 700;
list-style: none;
padding: 14px 10px;
text-align: center;
transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}
.lp-price__tab.current,
.lp-price__tab:hover {
background: var(--lp-accent);
box-shadow: 0 4px 14px rgba(71, 196, 208, 0.28);
color: #fff;
}
.lp-price__panel {
display: none;
}
.lp-price__panel.current {
display: block;
}
.lp-price__scroll {
-webkit-overflow-scrolling: touch;
background: #fff;
border: 0;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
overflow-x: auto;
}
.lp-price__table {
border-collapse: collapse;
font-size: 13px;
min-width: 700px;
width: 100%;
}
.lp-price__table th,
.lp-price__table td {
border-bottom: 1px solid var(--lp-line);
padding: 16px 14px;
text-align: center;
}
.lp-price__table th {
background: var(--lp-bg);
color: var(--lp-accent-dark);
font-weight: 700;
white-space: nowrap;
}
.lp-price__table td:first-child,
.lp-price__table th:first-child {
text-align: left;
white-space: nowrap;
}
.lp-price__table th:last-child,
.lp-price__table td:last-child {
text-align: left;
}
.lp-price__table tr:last-child td {
border-bottom: 0;
}
.lp-price__table--face {
min-width: 760px;
table-layout: auto;
}
.lp-price__table--face th:nth-child(1),
.lp-price__table--face td:nth-child(1) {
white-space: nowrap;
width: 1%;
}
.lp-price__table--face th:nth-child(2),
.lp-price__table--face td:nth-child(2),
.lp-price__table--face th:nth-child(3),
.lp-price__table--face td:nth-child(3),
.lp-price__table--face th:nth-child(4),
.lp-price__table--face td:nth-child(4),
.lp-price__table--face th:nth-child(5),
.lp-price__table--face td:nth-child(5) {
padding: 14px 10px;
white-space: nowrap;
width: 1%;
}
.lp-price__table--face th:nth-child(6),
.lp-price__table--face td:nth-child(6) {
padding: 14px 8px;
white-space: nowrap;
width: 1%;
}
.lp-price__table--face th:last-child,
.lp-price__table--face td:last-child {
font-size: 13px;
line-height: 1.65;
min-width: 240px;
padding: 14px 16px;
text-align: left;
width: 32%;
word-break: normal;
}
.lp-price__note {
color: var(--lp-muted);
font-size: 12px;
line-height: 1.7;
margin: 12px 0 0;
}
.lp-price__group td {
background: var(--lp-bg);
color: var(--lp-accent-dark);
font-size: 13px;
font-weight: 700;
padding: 10px 14px;
}
.lp-price__placeholder {
color: var(--lp-muted);
}
.lp-price__box {
background: #fff;
border: 0;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
padding: 28px;
}
.lp-price__box h3 {
color: var(--lp-accent-dark);
font-size: 18px;
margin: 0 0 12px;
}
.lp-price__block-title {
color: var(--lp-accent-dark);
font-size: 18px;
font-weight: 700;
margin: 36px 0 12px;
}
.lp-price__list {
font-size: 14px;
line-height: 1.9;
margin: 0;
padding-left: 1.2em;
}
@media screen and (max-width: 960px) {
.lp-price__tabs {
grid-template-columns: repeat(3, 1fr);
}
.lp-price__tab {
font-size: 13px;
padding: 12px 8px;
}
.lp-price__table {
font-size: 12px;
min-width: 640px;
}
.lp-price__table th,
.lp-price__table td {
padding: 12px 10px;
}
.lp-price__table--face {
min-width: 680px;
}
.lp-price__table--face th:last-child,
.lp-price__table--face td:last-child {
font-size: 12px;
min-width: 160px;
width: 24%;
}
}
@media screen and (max-width: 767px) {
.lp-price__tabs {
gap: 8px;
grid-template-columns: repeat(2, 1fr);
}
.lp-price__tab {
font-size: 13px;
padding: 12px 6px;
}
.lp-price__scroll {
margin: 0 -4px;
border-radius: 12px;
}
.lp-price__table {
font-size: 11px;
min-width: 600px;
}
.lp-price__table th,
.lp-price__table td {
padding: 10px 8px;
}
.lp-price__table--face {
min-width: 620px;
}
.lp-price__table--face th:last-child,
.lp-price__table--face td:last-child {
font-size: 11px;
min-width: 120px;
padding: 10px 8px;
}
.lp-price__note {
font-size: 11px;
}
.lp-price__box {
padding: 20px 16px;
}
.lp-price__block-title {
font-size: 16px;
margin: 28px 0 10px;
}
.lp-price__list {
font-size: 13px;
}
} .lp-guide__list {
display: grid;
gap: 16px;
grid-template-columns: repeat(2, 1fr);
list-style: none;
margin: 0;
padding: 0;
}
.lp-guide__item {
background: #fff;
border: 0;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
display: flex;
flex-direction: column;
overflow: hidden;
}
.lp-guide__item:last-child {
grid-column: 1 / -1;
}
.lp-guide__goal {
align-items: center;
background: linear-gradient(135deg, var(--lp-bg-soft), #fff);
color: var(--lp-accent-dark);
display: flex;
font-size: 15px;
font-weight: 700;
gap: 12px;
padding: 22px 22px 12px;
}
.lp-guide__goal .lp-icon {
background: #fff;
box-shadow: 0 2px 10px rgba(24, 149, 160, 0.12);
}
.lp-guide__ans {
font-size: 14px;
line-height: 1.8;
margin: 0;
padding: 8px 22px 24px;
}
@media screen and (max-width: 767px) {
.lp-guide__list {
grid-template-columns: 1fr;
}
.lp-guide__item:last-child {
grid-column: auto;
}
} .lp-flow__list {
display: grid;
gap: 18px;
list-style: none;
margin: 0;
padding: 0;
}
.lp-flow__item {
align-items: center;
background: #fff;
border: 0;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
display: grid;
gap: 22px;
grid-template-columns: 88px 1fr;
padding: 22px;
}
.lp-flow__step {
color: var(--lp-accent);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-align: center;
}
.lp-flow__step span {
color: var(--lp-accent-dark);
display: block;
font-size: 32px;
line-height: 1.1;
margin-top: 4px;
}
.lp-flow__body h3 {
color: var(--lp-accent-dark);
font-size: 17px;
font-weight: 700;
margin: 0 0 8px;
}
.lp-flow__body p {
font-size: 14px;
line-height: 1.8;
margin: 0;
}
@media screen and (max-width: 767px) {
.lp-flow__item {
align-items: flex-start;
gap: 10px;
grid-template-columns: 1fr;
padding: 18px 16px;
}
.lp-flow__step {
text-align: left;
}
.lp-flow__step span {
display: inline;
font-size: 22px;
margin-left: 6px;
}
.lp-flow__body h3 {
font-size: 16px;
}
.lp-flow__body p {
font-size: 13px;
}
} .lp-faq__list {
display: grid;
gap: 14px;
margin: 0 auto;
max-width: 860px;
}
.lp-faq__item {
background: #fff;
border: 0;
border-radius: var(--lp-radius-sm);
box-shadow: var(--lp-shadow-soft);
overflow: hidden;
}
.lp-faq__q {
align-items: center;
background: #fff;
border: 0;
color: var(--lp-accent-dark);
cursor: pointer;
display: flex;
font-size: 15px;
font-weight: 700;
gap: 12px;
justify-content: space-between;
line-height: 1.5;
padding: 20px 22px;
text-align: left;
width: 100%;
}
.lp-faq__q-mark {
background: var(--lp-accent);
border-radius: 999px;
color: #fff;
flex-shrink: 0;
font-size: 12px;
padding: 3px 10px;
}
.lp-faq__q svg {
color: var(--lp-accent);
display: block;
flex-shrink: 0;
height: 20px;
transition: transform 0.25s;
width: 20px;
}
.lp-faq__item.is-open .lp-faq__q {
background: var(--lp-bg);
}
.lp-faq__item.is-open .lp-faq__q svg {
transform: rotate(180deg);
}
.lp-faq__a {
display: none;
font-size: 14px;
line-height: 1.85;
padding: 4px 22px 22px 56px;
position: relative;
}
.lp-faq__item.is-open .lp-faq__a {
display: block;
}
.lp-faq__a::before {
color: var(--lp-accent);
content: "A";
font-weight: 700;
left: 28px;
position: absolute;
top: 4px;
}
@media screen and (max-width: 767px) {
.lp-faq__q {
font-size: 14px;
padding: 16px 16px;
}
.lp-faq__a {
padding-left: 44px;
padding-right: 16px;
}
.lp-faq__a::before {
left: 18px;
}
} .lp-risk__box {
background: #fff;
border: 0;
border-left: 5px solid var(--lp-accent);
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
padding: 32px 28px;
}
.lp-risk__list {
display: grid;
gap: 12px;
grid-template-columns: 1fr 1fr;
list-style: none;
margin: 18px 0;
padding: 0;
}
.lp-risk__list li {
align-items: flex-start;
display: flex;
font-size: 14px;
gap: 8px;
line-height: 1.6;
}
.lp-risk__list li::before {
background: var(--lp-accent);
border-radius: 50%;
content: "";
flex-shrink: 0;
height: 6px;
margin-top: 8px;
width: 6px;
}
.lp-risk__care {
font-size: 14px;
line-height: 1.85;
margin: 0;
}
@media screen and (max-width: 767px) {
.lp-risk__list {
grid-template-columns: 1fr;
}
} .lp-closing__lead {
font-size: 16px;
line-height: 1.85;
margin: 0 auto 32px;
max-width: 640px;
text-align: center;
}
.lp-closing__map {
background: #fff;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
margin: 0 0 28px;
overflow: hidden;
}
.lp-closing__map iframe {
display: block;
height: 380px;
width: 100%;
}
.lp-closing__info {
background: #fff;
border: 0;
border-radius: var(--lp-radius);
box-shadow: var(--lp-shadow-soft);
margin: 24px 0;
overflow: hidden;
}
.lp-closing__info dl {
margin: 0;
}
.lp-closing__row {
border-bottom: 1px solid var(--lp-line);
display: grid;
grid-template-columns: 120px 1fr;
}
.lp-closing__row:last-child {
border-bottom: 0;
}
.lp-closing__row dt {
background: var(--lp-bg);
color: var(--lp-accent-dark);
font-size: 13px;
font-weight: 700;
padding: 16px 18px;
}
.lp-closing__row dd {
font-size: 14px;
line-height: 1.75;
margin: 0;
padding: 16px 18px;
}
.lp-closing__row a {
color: var(--lp-accent-dark);
font-weight: 700;
text-decoration: none;
}
.lp-closing__reserve {
font-size: 15px;
line-height: 1.85;
margin: 24px 0;
text-align: center;
}
.lp-closing__btns {
display: grid;
gap: 14px;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-top: 12px;
}
.lp-closing__btns .lp-btn {
font-size: 14px;
min-height: 56px;
padding: 12px 16px;
width: 100%;
}
@media screen and (max-width: 1100px) {
.lp-closing__btns {
grid-template-columns: 1fr;
}
.lp-closing__btns .lp-btn {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.lp-closing__lead {
font-size: 14px;
margin-bottom: 20px;
text-align: left;
}
.lp-closing__map {
margin-bottom: 20px;
}
.lp-closing__map iframe {
height: 240px;
}
.lp-closing__info {
margin: 16px 0;
}
.lp-closing__row {
grid-template-columns: 1fr;
}
.lp-closing__row dt {
padding: 12px 14px 4px;
}
.lp-closing__row dd {
font-size: 13px;
padding: 4px 14px 14px;
}
.lp-closing__reserve {
font-size: 14px;
text-align: left;
}
.lp-closing__btns .lp-btn {
font-size: 14px;
min-height: 52px;
padding: 12px 14px;
white-space: normal;
}
}