@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSerifJP-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSerifJP-Light.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: 200;
}

@font-face {
    src: format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-ExtraLight.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: 100;
}

@font-face {
    src: url("//library.keyence.com/fonts/NotoSerifJP-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: bold;
}

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.lp-layout-header {
    min-height: 72px;
    background: #f8f8f8;
    color: #555;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header {
        min-height: auto;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 16px 200px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: 16px calc(8rem + ((1vw - 1.241rem) * (17.67305)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-layout-header-content {
        max-width: 1240px;
        padding: 16px calc(2rem + ((1vw - 0.36rem) * (6.81044)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        text-align: center;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 136px;
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        flex: inherit;
        margin-top: 36px;
        margin-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 1240px) {
    .lp-layout-header-utilityList {
        margin-right: -24px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList {
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-footer {
    overflow: hidden;
    background: #f8f8f8;
    color: #61738a;
    font-size: 15px;
}

.lp-layout-footer-content {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 16px 200px;
}

@media only screen and (max-width: 1240px) {
    .lp-layout-footer-content {
        max-width: 1240px;
        padding: 16px calc(2rem + ((1vw - 0.36rem) * (6.81044)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c8d1dc;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content::before {
        left: 50%;
        max-width: 568px;
        transform: translateX(-50%);
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -8px;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #65778d;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #65778d;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:active, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #f8f8f8;
    color: #61738a;
}

[data-script-enabled="true"] .lp-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    min-height: 720px;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: block;
    }
}

@media only screen and (min-width: 1600px) and (max-height: 800px) {
    [data-script-enabled="true"] .lp-layout-container {
        min-height: 840px;
    }
}

@media only screen and (min-width: 1919px) and (max-height: 840px) {
    [data-script-enabled="true"] .lp-layout-container {
        min-height: 900px;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 256px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding: 20px calc(8rem + ((1vw - 1.241rem) * (25.92047)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-content {
        max-width: 1240px;
        padding: 20px calc(4rem + ((1vw - 0.769rem) * (8.47458)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (14.66993))) calc(5.6rem + ((1vw - 0.36rem) * (6.84597)));
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding-right: 20px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-body {
        padding-right: calc(0rem + ((1vw - 1.241rem) * (2.94551)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-body {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        margin-top: 36px;
    }
}

.lp-jumbotron-image {
    width: 596px;
    margin-right: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(50.8rem + ((1vw - 1.241rem) * (12.96024)));
        margin-right: calc(6.4rem + ((1vw - 1.241rem) * (0.29455)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-image {
        width: calc(31.5rem + ((1vw - 0.769rem) * (40.88983)));
        margin-right: calc(4rem + ((1vw - 0.769rem) * (5.08475)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (60.6357)));
        min-height: 0%;
        margin-right: 0;
    }
}

.lp-jumbotron-titleGroup {
    display: table;
    margin-bottom: 40px;
    margin-left: auto;
    color: #555;
    font-family: notoserif, serif;
    line-height: 1.2;
    text-align: right;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin: 0 auto 40px;
    }
}

.lp-jumbotron-series {
    margin-bottom: 8px;
    font-size: 4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(3.4rem + ((1vw - 1.241rem) * (0.88365)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-series {
        font-size: calc(2.1rem + ((1vw - 0.769rem) * (2.75424)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.44499)));
    }
}

.lp-jumbotron-seriesName {
    display: block;
    margin-bottom: 24px;
    font-size: 10rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesName {
        font-size: calc(6.8rem + ((1vw - 1.241rem) * (4.71281)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-seriesName {
        margin-bottom: calc(0rem + ((1vw - 0.769rem) * (5.08475)));
        font-size: calc(4.2rem + ((1vw - 0.769rem) * (5.50847)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesName {
        margin-bottom: 16px;
        font-size: calc(4.5rem + ((1vw - 0.36rem) * (6.60147)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron + .lp-section .lp-section-content {
        padding-top: calc(5.6rem + ((1vw - 0.36rem) * (5.86797)));
    }
}

.lp-section {
    font-size: 1.8rem;
    line-height: 2;
}

@media only screen and (max-width: 1240px) {
    .lp-section {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        position: relative;
        overflow: hidden;
    }
    .lp-section::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 268px;
        height: 1px;
        transform: translateX(-50%);
        background: #c8d1dc;
        content: "";
    }
}

@media only screen and (max-width: 1023px) and (max-width: 359px) {
    .lp-section::before {
        width: 144px;
    }
}

.lp-section-content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 200px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: 20px calc(8rem + ((1vw - 1.241rem) * (17.67305)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-section-content {
        max-width: 1240px;
        padding: 20px calc(4rem + ((1vw - 0.769rem) * (8.47458)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 74px calc(2rem + ((1vw - 0.36rem) * (19.5599))) 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion::before {
        content: none;
    }
}

.lp-section.of-conversion .lp-section-content {
    padding: 200px 200px 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(13rem + ((1vw - 1.241rem) * (10.30928))) calc(8rem + ((1vw - 1.241rem) * (17.67305))) 80px;
    }
}

@media only screen and (max-width: 1240px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(7.8rem + ((1vw - 0.769rem) * (9.95763))) calc(5rem + ((1vw - 0.769rem) * (6.35593))) 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 74px calc(2rem + ((1vw - 0.36rem) * (19.5599))) 80px;
        overflow: hidden;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    padding-left: 132px;
}

@media only screen and (max-width: 1919px) {
    .lp-media {
        padding-left: calc(0rem + ((1vw - 1.241rem) * (19.44035)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media {
        justify-content: center;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media {
        flex-direction: column;
        max-width: 100%;
    }
}

.lp-media-body {
    flex: 1;
    width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-media-body {
        flex: none;
    }
}

.lp-media-image {
    width: 728px;
    margin-left: 64px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: calc(50.8rem + ((1vw - 1.241rem) * (32.40059)));
        margin-left: calc(0rem + ((1vw - 1.241rem) * (9.42563)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media-image {
        width: calc(31.5rem + ((1vw - 0.769rem) * (40.88983)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: 100%;
        min-height: 0%;
        margin-left: 0;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
    padding-right: 132px;
    padding-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-row-reverse {
        padding-right: calc(0rem + ((1vw - 1.241rem) * (19.44035)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-row-reverse {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 64px;
    margin-left: 0;
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin: 0 calc(4rem + ((1vw - 0.769rem) * (5.08475))) 0 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin: 0 0 24px 0;
    }
}

.lp-media.of-primary .lp-media-image {
    padding-top: 62px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-primary .lp-media-image {
        padding-top: calc(0rem + ((1vw - 1.241rem) * (9.13108)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-primary .lp-media-image {
        padding-top: 0;
    }
}

.lp-media.of-secondary .lp-media-image {
    width: 860px;
    margin-left: -42px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-secondary .lp-media-image {
        width: calc(55.9rem + ((1vw - 1.241rem) * (44.3299)));
        margin-left: calc(0rem + ((1vw - 1.241rem) * (-6.18557)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-secondary .lp-media-image {
        width: calc(35.4rem + ((1vw - 0.769rem) * (46.18644)));
        margin-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-secondary .lp-media-image {
        width: calc(23.2rem + ((1vw - 0.36rem) * (45.96577)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-secondary {
        flex-direction: column-reverse;
    }
}

.lp-media.of-tertiary .lp-media-image {
    position: absolute;
    top: 216px;
    right: 0;
    width: 728px;
    margin: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-tertiary .lp-media-image {
        top: calc(14rem + ((1vw - 1.241rem) * (11.19293)));
        width: calc(47.3rem + ((1vw - 1.241rem) * (37.55523)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-tertiary .lp-media-image {
        top: calc(8.6rem + ((1vw - 0.769rem) * (11.44068)));
        width: calc(31.5rem + ((1vw - 0.769rem) * (40.88983)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-tertiary .lp-media-image {
        position: static;
        top: 0;
        right: 0;
        width: calc(25.1rem + ((1vw - 0.36rem) * (40.8313)));
        min-height: 0%;
        margin-right: auto;
    }
}

.lp-media.of-tertiary .lp-media-imageGroup {
    position: relative;
    width: 728px;
    height: 550px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-tertiary .lp-media-imageGroup {
        width: calc(47.3rem + ((1vw - 1.241rem) * (37.55523)));
        height: calc(35.8rem + ((1vw - 1.241rem) * (28.27688)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-tertiary .lp-media-imageGroup {
        width: calc(31.5rem + ((1vw - 0.769rem) * (40.88983)));
        height: calc(22.2rem + ((1vw - 0.769rem) * (28.81356)));
        margin-right: calc(3.8rem + ((1vw - 0.769rem) * (5.50847)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-tertiary .lp-media-imageGroup {
        position: static;
        width: calc(32rem + ((1vw - 0.36rem) * (60.6357)));
        height: auto;
        min-height: 0%;
        margin: 0;
    }
}

.lp-media.of-tertiary .lp-media-image.of-primary {
    position: absolute;
    top: 0;
    right: -14px;
    width: 528px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-tertiary .lp-media-image.of-primary {
        right: calc(-0.9rem + ((1vw - 1.241rem) * (-0.73638)));
        width: calc(34.3rem + ((1vw - 1.241rem) * (27.24595)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-tertiary .lp-media-image.of-primary {
        right: 0;
        width: calc(20.6rem + ((1vw - 0.769rem) * (26.90678)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-tertiary .lp-media-image.of-primary {
        position: static;
        width: calc(23.2rem + ((1vw - 0.36rem) * (25.18337)));
        margin-right: 0;
        margin-bottom: calc((-53 * 100vw) / 769);
        margin-left: auto;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto 24px;
    padding: 0 306px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaAsset {
        padding: 0 calc(21rem + ((1vw - 1.241rem) * (14.13844)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-mediaAsset {
        padding: 0 calc(4rem + ((1vw - 0.769rem) * (36.01695)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 58px;
        padding: 0;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    text-align: center;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        min-height: 0%;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 32px;
    font-family: notoserif, serif;
    font-size: 3.6rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 1.241rem) * (1.7673)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 0.769rem) * (0.84746)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-text {
        margin-bottom: 32px;
        font-size: 20px;
        text-align: center;
    }
}

.lp-mediaAsset-image {
    width: 140px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaAsset-image {
        margin-right: calc((64 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1240px) {
    .lp-mediaAsset-image {
        margin-right: calc(3.8rem + ((1vw - 0.769rem) * (5.50847)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-media .lp-listButton {
    margin-top: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-media .lp-listButton {
        margin-top: calc(2.6rem + ((1vw - 1.241rem) * (2.06186)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media .lp-listButton {
        margin-top: calc(2rem + ((1vw - 0.769rem) * (2.54237)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media .lp-listButton {
        margin-top: 32px;
    }
}

.lp-media .of-paddingAdjust-primary {
    padding-right: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-media .of-paddingAdjust-primary {
        padding-right: calc(5.2rem + ((1vw - 1.241rem) * (4.12371)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media .of-paddingAdjust-primary {
        padding-right: 0;
    }
}

.lp-buttonConversion {
    box-shadow: 0 6px 8px rgba(225, 41, 41, 0.7);
    transition: box-shadow 0.5s ease-out;
}

.lp-buttonConversion:hover, .lp-buttonConversion:active, .lp-buttonConversion:focus {
    box-shadow: 0 0 0 0;
    transition: box-shadow 0.5s ease-out;
}

.lp-figure {
    margin-bottom: 60px;
    text-align: center;
}

.lp-figureFeature {
    position: relative;
    width: 100%;
    height: 566px;
    margin-bottom: 24px;
}

.lp-figureFeature > *:last-child {
    margin-bottom: 0;
}

.lp-figureFeature::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 320px;
    transform: translateX(-50%) translateY(-50%);
    background: url("../../../../../../img/ss/products/microscope/vk-x/008/vk-x_2110_01_img_bg_01.png") no-repeat center center;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-figureFeature::before {
        width: calc((480 * 100vw) / 1920);
        height: calc((320 * 100vw) / 1920);
        background-size: contain;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureFeature::before {
        content: none;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-figureFeature {
        height: calc(39.5rem + ((1vw - 1.241rem) * (25.18409)));
        background-size: contain;
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureFeature {
        height: calc(24.5rem + ((1vw - 0.769rem) * (31.77966)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureFeature {
        position: static;
        height: auto;
    }
}

.lp-figureFeature-body {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border: solid 3px #f8f8f8;
    border-radius: 50%;
    background: #f8f8f8;
    box-shadow: 8px 8px 22px rgba(212, 213, 226, 0.9), -8px -8px 8px #fff;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-figureFeature-body {
        width: calc(13.3rem + ((1vw - 1.241rem) * (8.3947)));
        height: calc(13.3rem + ((1vw - 1.241rem) * (8.3947)));
        font-size: calc(1.6rem + ((1vw - 1.241rem) * (0.29455)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureFeature-body {
        width: calc(8.2rem + ((1vw - 0.769rem) * (10.80508)));
        height: calc(8.2rem + ((1vw - 0.769rem) * (10.80508)));
        font-size: calc(1.2rem + ((1vw - 0.769rem) * (0.84746)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureFeature-body {
        display: block;
        position: static;
        width: auto;
        height: auto;
        margin-bottom: 8px;
        padding: 16px 24px;
        border: 1px solid #d8d8d8;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.489)));
    }
}

.lp-figureFeature-body:nth-child(1) {
    top: -16px;
    left: 50%;
    transform: translate(-50%);
}

@media only screen and (max-width: 1919px) {
    .lp-figureFeature-body:nth-child(1) {
        top: calc(-1rem + ((1vw - 1.241rem) * (-0.88365)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureFeature-body:nth-child(1) {
        top: calc(-0.6rem + ((1vw - 0.769rem) * (-0.84746)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureFeature-body:nth-child(1) {
        transform: none;
    }
}

.lp-figureFeature-body:nth-child(2) {
    bottom: 28px;
    left: 10px;
}

@media only screen and (max-width: 1919px) {
    .lp-figureFeature-body:nth-child(2) {
        bottom: calc(1.8rem + ((1vw - 1.241rem) * (1.47275)));
        left: calc(0.7rem + ((1vw - 1.241rem) * (0.44183)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureFeature-body:nth-child(2) {
        bottom: calc(1.1rem + ((1vw - 0.769rem) * (1.48305)));
        left: calc(0.4rem + ((1vw - 0.769rem) * (0.63559)));
    }
}

.lp-figureFeature-body:nth-child(3) {
    right: 0;
    bottom: 28px;
}

@media only screen and (max-width: 1919px) {
    .lp-figureFeature-body:nth-child(3) {
        bottom: calc(1.8rem + ((1vw - 1.241rem) * (1.47275)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureFeature-body:nth-child(3) {
        bottom: calc(1.1rem + ((1vw - 0.769rem) * (1.48305)));
    }
}

@media only screen and (max-width: 1919px) {
    .lp-figure {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (3.84615)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
}

@media only screen and (max-width: 1919px) {
    .lp-listButton {
        margin: -20px 0 20px calc(-1rem + ((1vw - 0.36rem) * (-0.64103)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 1919px) {
    .lp-listButton > li {
        margin-left: calc(1rem + ((1vw - 0.36rem) * (0.64103)));
    }
}

.lp-listButton.of-row {
    flex-direction: row;
    justify-content: center;
}

.lp-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    background: #ebebeb;
    color: #2d2d2d;
}

[data-script-enabled="true"] .lp-navigation {
    display: block;
}

.lp-navigation-content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 200px;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation-content {
        padding: 0 calc(8rem + ((1vw - 1.241rem) * (17.67305)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-navigation-content {
        max-width: 1240px;
        padding: 0 calc(0rem + ((1vw - 0.36rem) * (9.08059)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-navigation-content {
        padding: 0;
    }
}

.lp-navigation-list {
    display: flex;
}

.lp-navigation-list > li {
    width: calc(100% / 5);
    min-height: 60px;
    border-left: solid 1px #fff;
}

.lp-navigation-list > li:last-child {
    border-right: solid 1px #fff;
}

.lp-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    color: #2d2d2d;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation-button {
        font-size: calc(1.3rem + ((1vw - 1.241rem) * (0.44183)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-navigation-button {
        font-size: 1.3rem;
    }
}

.lp-navigation-button:hover {
    background: #65778d;
    color: #fff;
}

.lp-navigation-button.is-tab-current {
    background: #65778d;
    color: #fff;
}

.lp-navigation-button.of-download {
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation-button.of-download {
        font-size: calc(1.4rem + ((1vw - 1.241rem) * (0.5891)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-navigation-button.of-download {
        font-size: 1.4rem;
    }
}

.lp-navigation-button.of-download:hover {
    background: #b40a17;
}

.lp-navigation-button.of-download .lp-navigation-buttonBody {
    position: relative;
    flex-direction: row;
    padding-left: 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation-button.of-download .lp-navigation-buttonBody {
        padding-left: calc(2.4rem + ((1vw - 1.241rem) * (1.1782)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-navigation-button.of-download .lp-navigation-buttonBody {
        padding-left: 24px;
    }
}

.lp-navigation-button.of-download .lp-navigation-buttonBody::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
    content: "";
}

.lp-headingLevel2 {
    margin-bottom: 56px;
    font-family: notoserif, serif;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.6;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        margin-bottom: calc(3.6rem + ((1vw - 1.241rem) * (4.12371)));
        font-size: calc(3.2rem + ((1vw - 1.241rem) * (2.65096)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(2.6rem + ((1vw - 0.769rem) * (1.27119)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.93399)));
        text-align: center;
    }
}

.lp-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 8px 64px;
    background: #e60012;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 1240px) {
    .lp-label {
        font-size: calc(2rem + ((1vw - 0.769rem) * (2.54237)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        padding: 8px calc(4.8rem + ((1vw - 0.36rem) * (3.91198)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.978)));
    }
}

.lp-label-outer {
    display: block;
    margin-bottom: 16px;
    text-align: left;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-label-outer.of-margin-adjust {
    margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
    .lp-label-outer.of-margin-adjust {
        margin-left: 5px;
    }
}

.lp-textLink {
    color: #1a5c9a;
}

@media only screen and (max-width: 1023px) {
    .lp-textLink {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1240px) {
    .lp-textLink-outer {
        max-width: 220px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLink-outer {
        max-width: 100%;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 6px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #555;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-section.of-conversion .lp-textPhone-number {
    font-size: 3.4rem;
}

.lp-section.of-conversion .lp-textPhone-numberGroup {
    margin-bottom: 8px;
}

.lp-section.of-conversion .lp-textPhone-note {
    font-size: 1.6rem;
}

.lp-section.of-conversion .lp-textPhone-icon {
    width: 60px;
    min-width: 60px;
    height: 33px;
    min-height: 33px;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1520px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-color-emphasis {
    color: #e60012;
}

.lp-utility-textColor-primary {
    color: #fff;
    text-shadow: 0 0 4px #000;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation .lp-media .lp-media-body {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation .lp-media.of-primary .lp-media-image, [data-script-enabled="true"] .lp-section.js-controlAnimation .lp-media.of-secondary .lp-media-image {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation .lp-media .lp-media-imageGroup {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation.is-animated .lp-media .lp-media-body {
    opacity: 1;
    transition: opacity 0.8s ease-in 0.6s;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation.is-animated .lp-media .lp-media-image {
    transition: transform 0.8s ease-in 0s, opacity 0.8s ease-in 0s;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation.is-animated .lp-media .lp-media-imageGroup {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s ease-in 0s, opacity 0.8s ease-in 0s;
}

[data-script-enabled="true"] .lp-section.js-controlAnimation.is-animated .lp-media.of-primary .lp-media-image, [data-script-enabled="true"] .lp-section.js-controlAnimation.is-animated .lp-media.of-secondary .lp-media-image {
    transform: translateY(0);
    opacity: 1;
}

[data-script-enabled="true"] .lp-jumbotron,
[data-script-enabled="true"] .lp-section {
    display: none;
    position: relative;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-jumbotron,
    [data-script-enabled="true"] .lp-section {
        display: block;
    }
}

[data-script-enabled="true"] .lp-jumbotron.is-panel-current,
[data-script-enabled="true"] .lp-section.is-panel-current {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-jumbotron.is-panel-current,
    [data-script-enabled="true"] .lp-section.is-panel-current {
        display: block;
    }
}
