@charset "UTF-8";


@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 300;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

:root {
    font-size: 10px;
}

* {
    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;
    color: #333;
    font-family: notosans, "ヒラギノ角ゴ Pro W3", "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;
}

video {
    display: block;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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;
}

p {
    margin-bottom: 32px;
    font-size: 18px;
}

@media screen and (max-width: 1240px) {
    p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px) {
    p {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

a {
    color: #273a53;
    text-decoration: none;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 1240px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .lp-smallScreen-line-break {
        display: inline-block;
    }
}

@media screen and (max-width: 360px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 82px -60px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (19.44444)));
        margin-left: -40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin-top: -24px;
        margin-bottom: 40px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 32px;
    padding-left: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-margin-small {
    margin-bottom: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid.of-margin-small {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid.of-margin-small {
        margin-bottom: 24px;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media screen and (max-width: 360px) {
    .lp-layout-grid.lp-extraSmallScreen-column > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

.lp-layout-header {
    margin-bottom: 40px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-header {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-header {
        margin-bottom: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 28px 100px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-header-content {
        max-width: none;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-content {
        justify-content: center;
        margin-left: -16px;
        padding: 22px 20px;
    }
    .lp-layout-header-content > * {
        padding-left: 16px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    width: 148px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 114px;
    }
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-listUtility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -16px 0 16px -16px;
    font-size: 16px;
}

.lp-layout-header-listUtility > li {
    margin: 16px 0 0 16px;
}

.lp-layout-header-listUtility > li > button {
    display: inline-block;
    position: relative;
    padding: 8px 24px 8px 38px;
    border-radius: 4px;
    background-color: #255dbe;
    color: #fff;
}

.lp-layout-header-listUtility > li > button::before, .lp-layout-header-listUtility > li > button::after {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 22px;
    width: 8px;
    height: 2px;
    transform: perspective(1px) translateZ(0);
    border-radius: 1px;
    backface-visibility: hidden;
    background-color: #fff;
    content: "";
}

.lp-layout-header-listUtility > li > button::before {
    transform: rotate(-45deg) translateY(50.09%) translateY(1px);
}

.lp-layout-header-listUtility > li > button::after {
    left: 21px;
    transform: rotate(45deg) translateY(-50.09%) translateY(-3px);
}

.lp-layout-header.of-primary {
    min-height: 83px;
    margin-bottom: 0;
    background-color: #000;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header.of-primary {
        min-height: 78px;
    }
}

.lp-layout-header.of-primary .lp-layout-header-content {
    max-width: none;
    padding: 28px 80px;
}

.lp-layout-header.of-primary .lp-layout-header-listUtility {
    z-index: 3;
    position: absolute;
    right: 80px;
    bottom: 72px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header.of-primary .lp-layout-header-listUtility {
        right: 30px;
        bottom: 30px;
    }
}

.lp-layout-footer {
    border-top: 1px solid #d2d2d2;
    background-color: #f1f1f1;
    color: #273a53;
}

.lp-layout-footer-content {
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 24px 100px 55px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-footer-content {
        max-width: none;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        padding-bottom: calc(1.5rem + ((1vw - 0.36rem) * (3.46386)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding-right: calc(2rem + ((1vw - 0.36rem) * (12.06637)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (12.06637)));
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -14px 0 24px -28px;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 14px 0 0 28px;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #7a8592;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        display: none;
    }
}

.lp-jumbotron {
    background: #c9e5ec url("../../../../../../img/ss/products/vision/iv3/001/bg_2041_01_001.jpg") no-repeat bottom;
    color: #273a53;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron {
        background-size: cover;
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 0 100px 40px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-content {
        max-width: none;
        padding-bottom: calc(4rem + ((1vw - 1.024rem) * (13.88889)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        max-width: none;
    }
    .lp-jumbotron-content > * {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.60784))) 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding-bottom: 80px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-body {
        padding-bottom: calc(4rem + ((1vw - 1.024rem) * (18.51852)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: 0 1 auto;
        padding-bottom: 0;
        text-align: center;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    font-size: 54px;
    line-height: 1.25;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(3.6rem + ((1vw - 1.024rem) * (20.37037)));
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 36px;
        line-height: 1.47;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(3.1rem + ((1vw - 0.36rem) * (1.22549)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        font-size: 36px;
    }
}

.lp-jumbotron-titleGroup > * {
    width: 100%;
}

.lp-jumbotron-series {
    display: flex;
    align-items: center;
    order: -1;
    margin: -8px 0 24px -16px;
    font-size: 28px;
    line-height: 1.14;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-series {
        font-size: calc(2.1rem + ((1vw - 1.24rem) * (1.92308)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-series {
        margin-left: calc(-1.4rem + ((1vw - 1.024rem) * (-0.92593)));
        font-size: calc(1.7rem + ((1vw - 1.024rem) * (1.38889)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 16px;
        margin-left: -16px;
        font-size: 18px;
        line-height: 1.22;
    }
}

.lp-jumbotron-series > * {
    margin: 8px 0 0 16px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-series > * {
        margin-left: calc(1.4rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-series > * {
        margin-left: 16px;
    }
}

.lp-jumbotron-label {
    min-width: 126px;
    padding: 8px 24px;
    background-color: #ce0010;
    color: #fff;
    font-size: 26px;
    line-height: 1.23;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-label {
        min-width: 80px;
        padding: 10px calc(1.6rem + ((1vw - 1.024rem) * (3.7037))) 8px;
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-label {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 1.37;
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-label {
        padding: 6px 16px;
    }
}

.lp-jumbotron-seriesText {
    flex: 1;
    min-width: 60%;
    font-weight: normal;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-seriesText {
        display: block;
        flex: 0 1 auto;
        min-width: 200px;
    }
}

.lp-jumbotron-image {
    width: 940px;
    min-height: 0%;
    margin-left: -190px;
}

@media screen and (max-width: 1640px) {
    .lp-jumbotron-image {
        width: calc(49rem + ((1vw - 1.024rem) * (73.05195)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-image {
        margin-left: calc(-6.8rem + ((1vw - 1.024rem) * (-33.33333)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: 568px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (60.78431)));
    }
}

.lp-listButton {
    margin-bottom: 32px;
}

@media screen and (max-width: 1240px) {
    .lp-listButton {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (6.01852)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-listButton {
        margin-bottom: 19px;
    }
}

.lp-listButton > li {
    margin-bottom: 16px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listModel {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 48px -16px;
}

@media screen and (max-width: 1023px) {
    .lp-listModel {
        justify-content: center;
    }
}

@media screen and (max-width: 360px) {
    .lp-listModel {
        display: inline-block;
    }
}

.lp-listModel > li {
    margin: 36px 0 0 16px;
}

@media screen and (max-width: 360px) {
    .lp-listModel > li {
        text-align: left;
    }
}

.lp-listModel > li > *:last-child {
    margin-bottom: 0;
}

.lp-cardSeries {
    z-index: 1;
    position: relative;
    margin-bottom: 24px;
}

@media screen and (max-width: 360px) {
    .lp-cardSeries {
        display: inline-block;
    }
}

.lp-cardSeries::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    opacity: 0.7;
}

.lp-cardSeries > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    margin-bottom: 16px;
}

.lp-cardFeature > * {
    width: 100%;
}

.lp-cardFeature > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature-content {
    flex: 1 0 auto;
    min-height: 0%;
    padding: 32px 60px 40px;
    background-color: #fff;
}

@media screen and (max-width: 1240px) {
    .lp-cardFeature-content {
        padding: calc(1.6rem + ((1vw - 1.024rem) * (7.40741))) calc(2.4rem + ((1vw - 1.024rem) * (16.66667))) calc(2.4rem + ((1vw - 1.024rem) * (7.40741)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-cardFeature-content {
        padding: 16px 24px 24px;
    }
}

.lp-cardFeature-content > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 100%;
    height: 100%;
    background-color: #d7dfe6;
    content: "";
}

@media screen and (max-width: 1023px) {
    .lp-cardFeature::after {
        display: none;
    }
}

.lp-cardFeature.of-shadow-reverse::after {
    left: 16px;
}

.lp-cardFeature.of-edge-small .lp-cardFeature-content {
    padding: 32px 60px;
}

@media screen and (max-width: 1240px) {
    .lp-cardFeature.of-edge-small .lp-cardFeature-content {
        padding: calc(1.6rem + ((1vw - 1.024rem) * (7.40741))) calc(2.4rem + ((1vw - 1.024rem) * (16.66667)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-cardFeature.of-edge-small .lp-cardFeature-content {
        padding: 16px 24px;
    }
}

@media screen and (max-width: 560px) {
    .lp-cardFeature.of-edge-small .lp-cardFeature-content {
        padding-bottom: 24px;
    }
}

.lp-buttonConversion {
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion {
        font-size: 16px;
    }
}

.lp-buttonConversion-body {
    padding: 17px 8px 21px 24px;
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion-body {
        padding: 14px 8px 14px 24px;
    }
}

.lp-buttonConversion-image {
    margin: -26px 0 -30px;
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion-image {
        margin: -26px 0;
    }
}

.lp-buttonConversion-image > img {
    max-width: 56px;
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion-image > img {
        max-width: 45px;
    }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-section {
    padding-top: 120px;
    background-color: #f1f1f1;
    color: #273a53;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-section {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-section {
        padding-top: 40px;
    }
}

.lp-section-content {
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 0 100px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-section-content {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

.lp-section-header {
    margin-bottom: 64px;
}

@media screen and (max-width: 1240px) {
    .lp-section-header {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (11.11111)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: 24px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    padding: 73px 0 80px;
}

.lp-section.of-secondary {
    display: none;
    position: relative;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    overflow: hidden;
    background-color: #000;
}

.lp-section.of-secondary.is-show {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-section + .lp-section {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-section + .lp-section {
        padding-top: 60px;
    }
}

.lp-section + .lp-section.of-primary {
    padding-top: 73px;
}

@media screen and (max-width: 1023px) {
    .lp-section + .lp-section.of-primary {
        padding-top: 54px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 62px;
    font-weight: normal;
    line-height: 1.16;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (9.25926)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: 28px;
        line-height: 1.42;
    }
}

.lp-headingLevel2-group {
    display: flex;
    flex-direction: column-reverse;
}

.lp-headingLevel2-group > * {
    width: 100%;
}

.lp-headingLevel2-group > *:first-child {
    margin-bottom: 0;
}

.lp-headingLevel2-subtitle {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.32;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2-subtitle {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (4.62963)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2-subtitle {
        font-size: 18px;
    }
}

.lp-headingLevel3 {
    display: block;
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3 {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }
}

.lp-headingLevel3-group > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel3-subtitle {
    display: block;
    margin-bottom: 8px;
    color: #255dbe;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.46;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3-subtitle {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.92593)));
        line-height: 1.2;
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3-subtitle {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.3;
    }
}

.lp-mediaSeries {
    position: relative;
    margin-bottom: 24px;
}

.lp-mediaSeries-body {
    padding: 6px 32px 6px 88px;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-mediaSeries-body {
        padding: 6px calc(1.6rem + ((1vw - 1.024rem) * (6.48148))) 6px calc(7.4rem + ((1vw - 1.024rem) * (5.55556)));
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaSeries-body {
        padding: 5px 14px 5px 78px;
    }
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-mediaSeries-text {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaSeries-text {
        font-size: 14px;
    }
}

.lp-mediaSeries-image {
    position: absolute;
    bottom: 0;
    left: 16px;
    min-height: 0%;
}

@media screen and (max-width: 1240px) {
    .lp-mediaSeries-image {
        max-width: calc(4.8rem + ((1vw - 1.024rem) * (3.7037)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaSeries-image {
        max-width: 48px;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    font-size: 18px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature {
        font-size: 15px;
    }
}

.lp-mediaFeature > * {
    width: 100%;
}

.lp-mediaFeature-header {
    margin-bottom: 24px;
}

.lp-mediaFeature-header.of-marginBottom-small {
    margin-bottom: 8px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature-header {
        margin-bottom: calc(1.6rem + ((1vw - 1.024rem) * (3.7037)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaFeature-header {
        margin-bottom: 16px;
    }
}

.lp-mediaFeature-header > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-body *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    order: -1;
    min-height: 0%;
    margin-bottom: 24px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature-image {
        margin: 0 auto 8px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaFeature-image {
        max-width: 334px;
    }
}

.lp-mediaFeature.of-primary {
    flex-direction: row;
    align-items: center;
    margin-left: -60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary {
        margin-left: -40px;
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaFeature.of-primary {
        flex-direction: column;
    }
    .lp-mediaFeature.of-primary > * {
        width: 100%;
    }
}

.lp-mediaFeature.of-primary > * {
    padding-left: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary > * {
        padding-left: 40px;
    }
}

.lp-mediaFeature.of-primary > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature.of-primary .lp-mediaFeature-body {
    flex: 1 0 auto;
    width: calc(570px + 60px);
}

@media screen and (max-width: 1500px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        width: calc(48rem + ((1vw - 1.24rem) * (57.69231)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-image {
        max-width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-image {
        max-width: none;
        margin-bottom: 8px;
    }
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px -60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset {
        margin-left: -40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        margin-left: 0;
    }
    .lp-mediaAsset > * {
        width: 100%;
    }
}

.lp-mediaAsset > * {
    margin-left: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset > * {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset > * {
        margin-left: 0;
    }
}

.lp-mediaAsset-body {
    text-align: center;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 40px;
    font-size: 32px;
}

@media screen and (max-width: 1500px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (1.05042)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        line-height: 1.3;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

@media screen and (max-width: 360px) {
    .lp-mediaAsset-text {
        line-height: 1.4;
    }
}

.lp-mediaAsset-image {
    min-width: 414px;
    min-height: 0%;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset-image {
        min-width: calc(39.2rem + ((1vw - 1.024rem) * (10.18519)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        min-width: auto;
        max-width: 272px;
        margin-bottom: 24px;
        text-align: center;
    }
}

.lp-video {
    z-index: 2;
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    height: calc(100vh - 82px);
}

@media screen and (max-width: 1023px) {
    .lp-video {
        top: 78px;
    }
}

.lp-video::before {
    -webkit-animation: changeBg 0.5s 2s forwards;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    animation: changeBg 0.5s 2s forwards;
    content: "";
}

@media screen and (max-width: 1023px) {
    .lp-video {
        height: calc(100vh - 78px);
    }
}

@-webkit-keyframes changeBg {
    from {
        background: #000;
    }
    to {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes changeBg {
    from {
        background: #000;
    }
    to {
        background: rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}
