@charset "UTF-8";

/* =========================================================
   Base
   ========================================================= */
.lp-template {
    --lp-color-text: #333333;
    --lp-font-sans: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    --lp-font-serif: "Shippori Mincho", serif;
    --lp-gradient-heading: linear-gradient(90deg, #7951e8 0%, #008caf 62%, #04a4c5 100%);

    overflow: hidden;
    background: #ffffff;
}

.lp-template h1,
.lp-template h2,
.lp-template h3,
.lp-template p,
.lp-template li,
.lp-template th,
.lp-template td,
.lp-template a {
    overflow-wrap: anywhere;
}

.lp-hero-section__inner,
.lp-reason,
.lp-scene-card,
.lp-business-card,
.lp-business-card__content,
.lp-spec-section__content,
.lp-spec-table-wrap,
.lp-usecase-card,
.lp-faq-item,
.lp-sample-section__inner {
    min-width: 0;
}

.lp-reasons-section__inner,
.lp-scenes-section__inner,
.lp-origin-section__inner,
.lp-business-section__inner,
.lp-spec-section__inner,
.lp-usecase-section__inner,
.lp-faq-section__inner,
.lp-sample-section__inner {
    margin: 0 auto;
    padding: 80px 0;
}

.lp-scenes-section__heading,
.lp-reasons-section__heading,
.lp-spec-section__heading,
.lp-usecase-section__heading,
.lp-business-section__heading,
.lp-template-section-heading {
    text-align: center;
}

.lp-scene-card__image,
.lp-business-card__content img,
.lp-usecase-card img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* =========================================================
   Hero
   ========================================================= */

.lp-hero-section {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    background: #ffffff;
}

.lp-hero-section__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.lp-hero-section__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1120px);
    margin: 0 auto;
    padding-top: 156px;
    text-align: center;
}

.lp-hero-section__scene {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 510px);
    min-height: 64px;
    margin: 0 0 28px;
    border-top: 1px solid #62c8f7;
    border-bottom: 1px solid #62c8f7;
    color: #056f9c;
    font-family: var(--lp-font-serif);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
}

.lp-hero-section__title {
    margin: 0;
    color: #333;
    font-family: var(--lp-font-serif);
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.55;
}

.lp-hero-section__title span,
.lp-hero-section__lead span {
    display: block;
}

.lp-hero-section__lead {
    margin: 28px 0 30px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.65;
}

.lp-hero-section__cta {
    display: inline-block;
    width: min(100%, 478px);
    text-decoration: none;
}

.lp-hero-section__cta img,
.lp-sample-section__cta img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-hero-section__bottle {
    position: absolute;
    z-index: 1;
    right: calc(50% - 650px);
    bottom: 40px;
    width: 300px;
    max-width: 24vw;
    height: auto;
}

/* =========================================================
   Reasons
   ========================================================= */

.lp-reasons-section {
    background-image: url("../images/reasons-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.lp-reasons-section__inner {
    width: min(100% - 56px, 1180px);
}

.lp-reasons-section__heading {
    margin-bottom: 52px;
}

.lp-reasons-section__heading p {
    margin: 0 0 4px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.lp-reasons-section__heading h2 {
    margin: 0;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-reasons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px;
}

.lp-reason {
    text-align: center;
}

.lp-reason__icon {
    width: 142px;
    height: 142px;
    margin: 0 auto 32px;
}

.lp-reason h3 {
    margin: 0 0 24px;
    color: #111111;
    font-family: var(--lp-font-serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
}

.lp-reason p {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
}

/* =========================================================
   Scenes
   ========================================================= */

.lp-scenes-section {
    background: #ffffff;
    background-image: url("../images/scenes-gradient.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 50%;
}

.lp-scenes-section__inner {
    width: min(100% - 48px, 1256px);
}

.lp-scenes-section__heading p {
    margin: 0;
    color: #008bad;
    font-family: var(--lp-font-serif);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.45;
}

.lp-scenes-section__heading h2,
.lp-origin-section h2,
.lp-spec-section__heading h2 {
    margin: 6px 0 0;
    background: var(--lp-gradient-heading);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--lp-font-serif);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.38;
}

.lp-scenes-section__lead,
.lp-business-section__lead,
.lp-spec-section__lead {
    margin-top: 22px;
    font-size: 22px;
    font-weight: 400;
}

.lp-scenes-section__lead p {
    font-family: var(--lp-font-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: var(--lp-color-text);
}

.lp-scenes-section__lead p,
.lp-business-section__lead p,
.lp-spec-section__lead p {
    margin: 0;
}

.lp-scenes-panel {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    padding: 72px 66px 94px;
    background: rgba(245, 253, 255, 0.58);
}

.lp-scenes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 60px 32px;
}

.lp-scene-card {
    grid-column: span 2;
}

.lp-scene-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.lp-scene-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.lp-scene-card__image {
    aspect-ratio: 638 / 399;
}

.lp-scene-card__number {
    margin: 28px 0 10px;
    color: #755cf0;
    font-family: var(--lp-font-serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.lp-scene-card h3 {
    margin: 0 0 22px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-scene-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: var(--lp-color-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    list-style: none;
}

.lp-scene-card li {
    position: relative;
    padding-left: 18px;
}

.lp-scene-card li::before {
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #008fb8;
    content: "";
}

/* =========================================================
   Origin
   ========================================================= */

.lp-origin-section {
    position: relative;
    min-height: 627px;
    overflow: hidden;
    background-image: url("../images/origin-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-origin-section__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 48px, 1180px);
    text-align: center;
}

.lp-origin-section h2 {
    margin-top: 0;
    font-size: 39px;
}

.lp-origin-section__body {
    display: grid;
    gap: 18px;
    margin-top: 44px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.lp-origin-section__body p,
.lp-origin-section__message {
    margin: 0;
}

.lp-origin-section__message {
    margin-top: 16px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
}

.lp-origin-section__bottle {
    position: absolute;
    z-index: 0;
    right: calc(50% - 655px);
    top: 128px;
    width: 178px;
    transform: rotate(8deg);
}

/* =========================================================
   Business
   ========================================================= */

.lp-business-section {
    overflow: hidden;
    background-color: #1d1d1f;
    background-image: url("../images/business-gradient.png"),
        radial-gradient(circle at 22% 9%, rgba(176, 220, 213, 0.52), transparent 34%),
        linear-gradient(126deg, #1d1d1f 0%, #202123 44%, #126979 100%);
    background-position: center center, left top, center center;
    background-repeat: no-repeat;
    background-size: cover, auto, cover;
}

.lp-business-section__inner {
    position: relative;
    width: min(100% - 48px, 1130px);
}

.lp-business-section__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 72px;
    color: #ffffff;
}

.lp-business-section__heading p {
    margin: 0;
    font-family: var(--lp-font-serif);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

.lp-business-section__heading h2 {
    margin: 8px 0 0;
    color: #ffffff;
    font-family: var(--lp-font-serif);
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-business-section__lead {
    color: #ffffff;
    font-family: var(--lp-font-sans);
    font-size: 20px;
}

.lp-business-section__lead p {
    font-family: var(--lp-font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.lp-business-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 82px 70px;
}

.lp-business-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 28px;
}

.lp-business-card__rail {
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    min-height: 320px;
}

.lp-business-card__rail span {
    background: linear-gradient(90deg, #b68ee9 0%, #56c5ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--lp-font-serif);
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
}

.lp-business-card__rail::after {
    width: 1px;
    margin-top: 20px;
    background: linear-gradient(180deg, #7aa3f0 0%, rgba(122, 163, 240, 0.2) 100%);
    content: "";
}

.lp-business-card__content img {
    aspect-ratio: 456 / 255;
}

.lp-business-card__content h3 {
    margin: 30px 0 16px;
    color: #ffffff;
    font-family: var(--lp-font-serif);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-business-card__content p {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================================================
   Spec
   ========================================================= */

.lp-spec-section {
    overflow: hidden;
    background-image: url("../images/spec-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-spec-section__inner {
    width: min(100% - 48px, 1200px);
}

.lp-spec-section__heading h2 {
    margin-top: 0;
    font-size: 39px;
}

.lp-spec-section__lead {
    font-family: var(--lp-font-sans);
    font-size: 20px;
    font-weight: 400;
}

.lp-spec-section__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    align-items: center;
    gap: 100px;
    margin-top: 60px;
}

.lp-spec-section__visual img {
    display: block;
    width: min(100%, 460px);
    margin-left: auto;
}

.lp-spec-table-wrap {
    padding: 42px 42px;
    background: rgba(255, 255, 255, 0.78);
}

.lp-spec-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--lp-color-text);
}

.lp-spec-table th,
.lp-spec-table td {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 17px 0;
    font-weight: 400;
    line-height: 1.45;
}

.lp-spec-table tr:first-child th,
.lp-spec-table tr:first-child td {
    padding-top: 0;
}

.lp-spec-table tr:last-child th,
.lp-spec-table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.lp-spec-table th {
    width: 36%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.lp-spec-table td {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}

.lp-spec-table__tax {
    font-size: 12px;
}

/* =========================================================
   Usecase
   ========================================================= */

.lp-usecase-section {
    overflow: hidden;
    background-image: url("../images/usecase-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-usecase-section__inner {
    width: min(100% - 48px, 1200px);
}

.lp-usecase-section__heading {
    margin-bottom: 58px;
}

.lp-usecase-section__heading p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    font-family: var(--lp-font-serif);
}

.lp-usecase-section__heading h2 {
    margin: 8px 0 0;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-usecase-section__lead {
    margin-top: 42px;
    line-height: 1.65;
}

.lp-usecase-section__lead p {
    margin: 0;
    font-family: var(--lp-font-sans);
    font-size: 20px;
    font-weight: 400;
}

.lp-usecases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px;
}

.lp-usecase-card img {
    aspect-ratio: 638 / 399;
}

.lp-usecase-card h3 {
    margin: 42px 0 19px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
}

.lp-usecase-card p {
    margin: 0;
    color: var(--lp-color-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

/* =========================================================
   FAQ
   ========================================================= */

.lp-faq-section {
    background-color: #1d1d1f;
    background-image: url("../images/business-gradient.png"),
        linear-gradient(126deg, #252525 0%, #202225 46%, #116776 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-faq-section__inner {
    width: min(100% - 48px, 1000px);
    color: #ffffff;
}

.lp-faq-section h2 {
    margin: 0 0 54px;
    color: #ffffff;
    font-family: var(--lp-font-serif);
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    text-align: center;
}

.lp-faq-list {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.lp-faq-item {
    padding: 38px 0 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.lp-faq-item__question {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 22px;
    align-items: baseline;
    margin: 0 0 16px;
    color: #ffffff;
    font-family: var(--lp-font-serif);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
}

.lp-faq-item__question span {
    background: linear-gradient(135deg, #7951e8 0%, #00a6c4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: var(--lp-font-serif);
    font-size: 26px;
    font-weight: 600;
}

.lp-faq-item__answer {
    margin: 0 0 0 62px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

/* =========================================================
   Sample CTA
   ========================================================= */

.lp-sample-section {
    overflow: hidden;
    background-image: url("../images/sample-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-sample-section__inner {
    position: relative;
    width: min(100% - 48px, 1120px);
    text-align: center;
}

.lp-sample-section h2 {
    margin: 0 0 24px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-sample-section__lead {
    color: var(--lp-color-text);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
}

.lp-sample-section__lead p {
    margin: 0;
}

.lp-sample-section__cta {
    display: inline-block;
    width: min(100%, 607px);
    margin-top: 34px;
    text-decoration: none;
}

.lp-sample-section__line {
    width: min(100%, 560px);
    margin: 38px auto 0;
}

.lp-sample-section__line p {
    margin: 18px 0;
    color: var(--lp-color-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.lp-sample-section__line a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.lp-sample-section__line a img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-sample-section__bottle {
    position: absolute;
    right: -20px;
    top: 250px;
    width: 250px;
}

/* =========================================================
   Contact
   ========================================================= */

.lp-contact-wrapper {
    background: #f4f4f4;
    padding: 80px 0;
    width: auto;
    margin-right: 0;
    margin-left: 0;
}

.lp-contact-wrapper .lp-template-inner {
    width: min(100% - 48px, 1000px);
    margin: 0 auto;
}

.lp-template-section-heading {
    margin-bottom: 42px;
}

.lp-template-section-kicker {
    margin: 0 0 6px;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.lp-template-section-heading h2 {
    margin: 0;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.lp-contact-wrapper .lp-form-container {
    max-width: none;
    margin: 0 auto 44px;
    padding: 52px 44px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.lp-contact-wrapper .snow-monkey-form {
    max-width: none;
    margin: 0;
}

.lp-contact-wrapper .smf-item {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom-color: rgba(51, 51, 51, 0.12);
}

.lp-contact-wrapper .smf-item__col--label {
    color: var(--lp-color-text);
    font-size: 18px;
    font-weight: 600;
}

.lp-contact-wrapper .smf-text-control__control,
.lp-contact-wrapper .smf-textarea-control__control,
.lp-contact-wrapper .smf-select-control__control {
    min-height: 44px;
    border-color: rgba(51, 51, 51, 0.22);
    border-radius: 0;
    background: #ffffff;
    color: var(--lp-color-text);
    font-size: 15px;
}

.lp-contact-wrapper .smf-action {
    margin-top: 34px;
}

.lp-contact-wrapper .smf-action button,
.lp-contact-wrapper .smf-action input[type="submit"] {
    width: min(100%, 500px);
    min-height: 74px;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #11c86a 0%, #05a858 100%) !important;
    box-shadow: 0 10px 22px rgba(6, 199, 85, 0.22);
    font-family: var(--lp-font-sans);
    font-size: 24px;
    font-weight: 700;
}

.lp-contact-wrapper .lp-custom-contact-form .lp-contact-message-item {
    align-items: flex-start;
}

.lp-contact-wrapper .lp-custom-contact-form .smf-item:last-of-type .smf-item__col--label {
    width: 320px;
    flex: 0 0 16em !important;
    max-width: 16em !important;
    padding-right: 20px;
    font-size: 18px;
    white-space: normal;
}

.lp-contact-wrapper .lp-custom-contact-form .smf-radio-buttons-control__control {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, max-content));
    gap: 16px 72px;
    margin-bottom: 20px;
}

.lp-contact-wrapper .lp-custom-contact-form .smf-textarea-control__control {
    min-height: 180px;
}

.lp-contact-wrapper .lp-custom-contact-form .lp-contact-form-note {
    margin: 18px 0 0;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

.lp-contact-wrapper .lp-contact-phone {
    margin-top: 28px;
    color: #0b84c6;
    font-family: var(--lp-font-sans);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.lp-contact-wrapper .lp-contact-phone__label,
.lp-contact-wrapper .lp-contact-phone__time {
    margin: 0;
}

.lp-contact-wrapper .lp-contact-phone__label {
    font-size: 18px;
    letter-spacing: 0.08em;
}

.lp-contact-wrapper .lp-contact-phone__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
    color: inherit;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-decoration: none;
}

.lp-contact-wrapper .lp-contact-phone__number svg {
    width: 38px;
    height: 38px;
    fill: currentColor;
    flex: 0 0 auto;
}

.lp-contact-wrapper .lp-contact-phone__time {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.06em;
}

/* =========================================================
   Footer
   ========================================================= */

.lp-footer-section {
    background: linear-gradient(180deg, #ffffff 0%, #e7fbfd 100%);
}

.lp-footer-section__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: min(100% - 48px, 900px);
    margin: 0 auto;
    padding: 42px 0;
}

.lp-footer-section__logo {
    margin: 0;
    color: var(--lp-color-text);
    font-family: var(--lp-font-serif);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.3;
}

.lp-footer-section__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 42px;
}

.lp-footer-section__inner a {
    color: var(--lp-color-text);
    font-family: var(--lp-font-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1200px) {
    .lp-hero-section__bottle {
        right: 24px;
        width: 250px;
    }

    .lp-origin-section__bottle {
        right: 28px;
        width: 150px;
    }
}

@media (max-width: 900px) {
    .lp-hero-section {
        min-height: 720px;
    }

    .lp-hero-section__inner {
        padding-top: 96px;
    }

    .lp-hero-section__title {
        font-size: 36px;
    }

    .lp-hero-section__lead {
        font-size: 19px;
    }

    .lp-hero-section__bottle {
        right: 4px;
        bottom: 28px;
        width: 190px;
        max-width: 34vw;
    }

    .lp-reasons {
        gap: 34px;
    }

    .lp-scenes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-scene-card,
    .lp-scene-card:nth-child(4),
    .lp-scene-card:nth-child(5) {
        grid-column: auto;
    }

    .lp-business-cards,
    .lp-spec-section__content,
    .lp-usecases,
    .lp-footer-section__inner {
        grid-template-columns: 1fr;
    }

    .lp-spec-section__visual img {
        margin: 0 auto;
    }

    .lp-sample-section__bottle {
        right: 10px;
        width: 140px;
    }
}

@media (max-width: 768px) {
    .lp-template h1,
    .lp-template h2,
    .lp-template h3,
    .lp-template p,
    .lp-template li,
    .lp-template th,
    .lp-template td,
    .lp-template a,
    .lp-template span {
        overflow-wrap: anywhere;
        word-break: normal;
        line-break: strict;
    }

    .lp-hero-section,
    .lp-reasons-section__heading,
    .lp-scenes-section__heading,
    .lp-origin-section__inner,
    .lp-business-section__heading,
    .lp-spec-section__heading,
    .lp-usecase-section__heading,
    .lp-faq-section h2,
    .lp-sample-section__inner,
    .lp-template-section-heading {
        text-wrap: balance;
    }

    .lp-hero-section {
        min-height: 590px;
        background-position: center top;
    }

    .lp-hero-section__inner {
        width: min(100% - 32px, 560px);
        padding-top: 40px;
    }

    .lp-hero-section__scene {
        min-height: 44px;
        margin-bottom: 18px;
        font-size: 17px;
    }

    .lp-hero-section__title {
        font-size: 23px;
        line-height: 1.58;
    }

    .lp-hero-section__lead {
        margin: 16px 0 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .lp-hero-section__cta {
        width: min(100%, 330px);
    }

    .lp-hero-section__bottle {
        right: 0;
        bottom: 156px;
        width: 118px;
        max-width: 34vw;
        transform: translateX(20%);
    }

    .lp-reasons-section__inner {
        width: min(100% - 32px, 520px);
        padding: 48px 0;
    }

    .lp-reasons-section__heading {
        margin-bottom: 34px;
    }

    .lp-reasons-section__heading p {
        font-size: 18px;
    }

    .lp-reasons-section__heading h2 {
        font-size: 25px;
    }

    .lp-reasons {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .lp-reason__icon {
        width: 104px;
        height: 104px;
        margin-bottom: 20px;
    }

    .lp-reason h3 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .lp-reason p {
        font-size: 14px;
        line-height: 1.85;
    }

    .lp-scenes-section__inner {
        width: min(100% - 28px, 560px);
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .lp-scenes-section {
        background-size: 100% 50%;
    }

    .lp-scenes-section__heading {
        margin-bottom: 34px;
    }

    .lp-scenes-section__heading p,
    .lp-scenes-section__lead,
    .lp-business-section__lead,
    .lp-spec-section__lead {
        font-size: 16px;
    }

    .lp-scenes-section__heading h2,
    .lp-origin-section h2,
    .lp-business-section__heading h2,
    .lp-spec-section__heading h2 {
        font-size: 25px;
    }

    .lp-scenes-panel {
        padding: 30px 18px 48px;
    }

    .lp-scenes {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .lp-scene-card__number {
        margin-top: 18px;
    }

    .lp-scene-card h3 {
        margin-bottom: 14px;
        font-size: 21px;
    }

    .lp-scene-card ul {
        font-size: 14px;
        line-height: 1.75;
    }

    .lp-origin-section {
        min-height: 0;
    }

    .lp-origin-section__inner {
        width: min(100% - 32px, 560px);
        padding: 48px 0 54px;
    }

    .lp-origin-section__body {
        gap: 18px;
        margin-top: 26px;
        font-size: 16px;
        line-height: 1.85;
    }

    .lp-origin-section__body br {
        display: none;
    }

    .lp-origin-section__message {
        font-size: 20px;
        line-height: 1.6;
    }

    .lp-origin-section__bottle {
        display: none;
    }

    .lp-business-section__inner,
    .lp-spec-section__inner,
    .lp-usecase-section__inner,
    .lp-faq-section__inner,
    .lp-sample-section__inner,
    .lp-footer-section__inner {
        width: min(100% - 32px, 560px);
        padding: 48px 0 54px;
    }

    .lp-business-section__heading {
        margin-bottom: 46px;
    }

    .lp-business-section__heading p {
        font-size: 16px;
    }

    .lp-business-section__lead {
        font-size: 16px;
        line-height: 1.85;
    }

    .lp-business-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lp-business-cards {
        gap: 52px;
    }

    .lp-business-card__rail {
        display: block;
        min-height: 0;
        position: relative;
        z-index: 2;
        margin-bottom: -16px;
    }

    .lp-business-card__rail span {
        display: inline-block;
        font-size: 54px;
        line-height: 0.9;
    }

    .lp-business-card__rail::after {
        display: none;
    }

    .lp-business-card__content {
        position: relative;
        z-index: 1;
    }

    .lp-business-card__content h3 {
        margin: 22px 0 12px;
        font-size: 22px;
    }

    .lp-business-card__content p {
        font-size: 16px;
        line-height: 1.75;
    }

    .lp-spec-section__content {
        gap: 28px;
        margin-top: 38px;
    }

    .lp-spec-section__visual img {
        width: min(100%, 310px);
    }

    .lp-spec-table-wrap {
        padding: 22px 18px;
    }

    .lp-spec-table th,
    .lp-spec-table td {
        padding: 13px 0;
        font-size: 14px;
    }

    .lp-spec-table td {
        font-size: 16px;
    }

    .lp-usecase-section__heading {
        margin-bottom: 36px;
    }

    .lp-usecase-section__heading p,
    .lp-usecase-section__lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .lp-usecase-section__heading h2,
    .lp-faq-section h2,
    .lp-sample-section h2 {
        font-size: 25px;
    }

    .lp-usecase-section__lead {
        margin-top: 22px;
    }

    .lp-usecases {
        gap: 42px;
    }

    .lp-usecase-card h3 {
        margin: 22px 0 8px;
        font-size: 21px;
    }

    .lp-contact-wrapper {
        padding: 48px 0 54px;
    }

    .lp-contact-wrapper .lp-template-inner {
        width: min(100% - 32px, 560px);
    }

    .lp-template-section-heading {
        margin-bottom: 30px;
    }

    .lp-template-section-heading h2 {
        font-size: 27px;
    }

    .lp-contact-wrapper .lp-form-container {
        margin-bottom: 32px;
        padding: 24px 22px;
    }

    .lp-contact-wrapper .smf-item {
        gap: 4px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .lp-contact-wrapper .smf-item__col--label {
        padding-bottom: 0;
        font-size: 16px;
    }

    .lp-contact-wrapper .smf-action button,
    .lp-contact-wrapper .smf-action input[type="submit"] {
        font-size: 20px;
    }

    .lp-contact-wrapper .lp-custom-contact-form .smf-radio-buttons-control__control {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }

    .lp-contact-wrapper .lp-custom-contact-form .smf-item:last-of-type .smf-item__col--label {
        width: 100%;
        flex: 0 0 auto !important;
        max-width: 100% !important;
        padding-right: 0;
        font-size: 16px;
    }

    .lp-contact-wrapper .lp-custom-contact-form .lp-contact-form-note {
        font-size: 16px;
        margin-top: 14px;
    }

    .lp-contact-wrapper .lp-contact-phone {
        margin-top: 22px;
    }

    .lp-contact-wrapper .lp-contact-phone__label {
        font-size: 16px;
    }

    .lp-contact-wrapper .lp-contact-phone__number {
        gap: 8px;
        font-size: 28px;
    }

    .lp-contact-wrapper .lp-contact-phone__number svg {
        width: 30px;
        height: 30px;
    }

    .lp-contact-wrapper .lp-contact-phone__time {
        font-size: 13px;
    }

    .lp-usecase-card p,
    .lp-faq-item__answer,
    .lp-sample-section__line p {
        font-size: 16px;
        line-height: 1.85;
    }

    .lp-faq-item {
        padding: 28px 0 32px;
    }

    .lp-faq-item__question {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 12px;
        font-size: 20px;
    }

    .lp-faq-item__answer {
        margin-left: 42px;
    }

    .lp-sample-section__lead {
        font-size: 16px;
        line-height: 1.85;
    }

    .lp-sample-section__line {
        width: min(100%, 340px);
    }

    .lp-sample-section__cta {
        width: min(100%, 340px);
    }

    .lp-sample-section__line a {
        width: 100%;
    }

    .lp-sample-section__bottle {
        display: none;
    }

    .lp-footer-section__inner {
        gap: 16px;
    }

    .lp-footer-section__logo {
        font-size: 22px;
    }

    .lp-footer-section__nav {
        gap: 12px 26px;
    }

    .lp-template p,
    .lp-template li,
    .lp-template ul,
    .lp-template th,
    .lp-template td,
    .lp-template a,
    .lp-template span,
    .lp-business-section__lead,
    .lp-usecase-section__lead,
    .lp-contact-wrapper .smf-text-control__control,
    .lp-contact-wrapper .smf-textarea-control__control,
    .lp-contact-wrapper .smf-select-control__control,
    .lp-contact-wrapper input {
        font-size: max(18px, 1em);
    }

    .lp-template .lp-faq-item__answer {
        font-size: 16px;
        line-height: 1.85;
    }

    .lp-reasons-section__heading h2,
    .lp-scenes-section__heading h2,
    .lp-origin-section h2,
    .lp-business-section__heading h2,
    .lp-spec-section__heading h2,
    .lp-usecase-section__heading h2,
    .lp-faq-section h2,
    .lp-sample-section h2,
    .lp-template-section-heading h2 {
        font-size: 30px;
    }

    .lp-reason h3,
    .lp-scene-card h3,
    .lp-business-card__content h3,
    .lp-usecase-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .lp-hero-section {
        min-height: 590px;
    }

    .lp-hero-section__title {
        font-size: 35px;
    }

    .lp-hero-section__lead {
        font-size: 16px;
    }

    .lp-hero-section__bottle {
        width: 112px;
        transform: translateX(22%);
    }

    .lp-scenes-section__heading h2,
    .lp-origin-section h2,
    .lp-business-section__heading h2,
    .lp-spec-section__heading h2,
    .lp-usecase-section__heading h2,
    .lp-faq-section h2,
    .lp-sample-section h2 {
        font-size: 30px;
    }

    .lp-business-card {
        grid-template-columns: 1fr;
    }

    .lp-business-card__rail {
        display: block;
        min-height: 0;
        position: relative;
        z-index: 2;
        margin-bottom: -16px;
    }

    .lp-business-card__rail span {
        display: inline-block;
        font-size: 54px;
        line-height: 0.9;
    }

    .lp-business-card__rail::after {
        display: none;
    }

    .lp-business-card__content {
        position: relative;
        z-index: 1;
    }

    .lp-spec-table th,
    .lp-spec-table td {
        display: table-cell;
        width: auto;
        text-align: left;
    }

    .lp-spec-table th {
        width: 42%;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        padding: 13px 8px 13px 0;
    }

    .lp-spec-table td {
        width: 58%;
        padding: 13px 0 13px 8px;
    }
}
