@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: 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;
    background: #fff;
    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;
}

.lp-layout-header {
    min-height: 72px;
    background: #f8f8f8;
    color: #555;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header {
        min-height: inherit;
    }
}

.lp-layout-header-content {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 34px 200px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: 34px calc(8rem + ((1vw - 1.241rem) * (17.67305)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-layout-header-content {
        max-width: 1240px;
        padding: 34px calc(2rem + ((1vw - 0.36rem) * (6.81044)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        flex-direction: column;
        justify-content: 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: 180px;
}

@media only screen and (max-width: 1023px) {
    .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;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header .lp-textPhoneLink-number {
    font-size: 2.4rem;
    letter-spacing: -1px;
    line-height: 1;
}

.lp-layout-header .lp-textPhoneLink-notes {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.lp-layout-header .lp-textPhoneLink-numberGroup {
    margin-bottom: 6px;
}

.lp-layout-header .lp-textPhoneLink-numberGroup > img {
    width: 36px;
}

.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: #61738a;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #61738a;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .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 {
    background: #f8f8f8;
    color: #61738a;
}

.lp-jumbotron {
    border-bottom: 1px solid #c8d1dc;
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron {
        border: 0;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 268px 183px 264px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding: calc(3.8rem + ((1vw - 1.241rem) * (6.18557))) calc(8rem + ((1vw - 1.241rem) * (27.68778))) calc(8.8rem + ((1vw - 1.241rem) * (13.99116))) calc(8rem + ((1vw - 1.241rem) * (27.09867)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-content {
        max-width: 1240px;
        padding: calc(2.4rem + ((1vw - 0.769rem) * (2.9661))) calc(4rem + ((1vw - 0.769rem) * (8.47458))) calc(5.5rem + ((1vw - 0.769rem) * (6.99153)));
    }
}

@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;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 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: 66px;
}

@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: 38px;
    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 38px;
    }
}

.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)));
    }
}

.lp-jumbotron + .lp-section .lp-section-content {
    padding-top: 160px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron + .lp-section .lp-section-content {
        padding-top: calc(8.4rem + ((1vw - 1.241rem) * (11.19293)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron + .lp-section .lp-section-content {
        padding-top: 80px;
    }
}

@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 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 200px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: 80px calc(8rem + ((1vw - 1.241rem) * (17.67305)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-section-content {
        max-width: 1240px;
        padding: 40px 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;
    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 {
        align-items: center;
        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-body {
    padding-top: 160px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-primary .lp-media-body {
        padding-top: calc(10.4rem + ((1vw - 1.241rem) * (8.24742)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-primary .lp-media-body {
        padding-top: 0;
    }
}

.lp-media.of-secondary {
    padding-top: 160px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-secondary {
        padding-top: calc(10.4rem + ((1vw - 1.241rem) * (8.24742)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-secondary {
        padding-top: 0;
    }
}

.lp-media.of-secondary .lp-media-image {
    width: 860px;
    margin: -160px 0 0 -68px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-secondary .lp-media-image {
        width: calc(55.9rem + ((1vw - 1.241rem) * (44.3299)));
        margin: calc(-10.4rem + ((1vw - 1.241rem) * (-8.24742))) 0 0 calc(-4.4rem + ((1vw - 1.241rem) * (-3.53461)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-secondary .lp-media-image {
        width: calc(35.4rem + ((1vw - 0.769rem) * (46.18644)));
        margin: 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 {
    padding-top: 283px;
}

@media only screen and (max-width: 1240px) {
    .lp-media.of-tertiary {
        padding-top: 0;
    }
}

.lp-media.of-tertiary .lp-media-image {
    position: absolute;
    top: -50px;
    right: 0;
    width: 728px;
    margin: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-tertiary .lp-media-image {
        top: calc(-3.1rem + ((1vw - 1.241rem) * (-2.79823)));
        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.9rem + ((1vw - 0.769rem) * (11.44068)));
        right: 0;
        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: 441px;
    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(28.7rem + ((1vw - 0.36rem) * (9.87179)));
    }
}

@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(25.7rem + ((1vw - 0.769rem) * (33.26271)));
        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: -283px;
    right: -207px;
    width: 528px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-tertiary .lp-media-image.of-primary {
        top: calc(-18.4rem + ((1vw - 1.241rem) * (-14.58027)));
        right: calc(-13.5rem + ((1vw - 1.241rem) * (-10.60383)));
        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 {
        top: 0;
        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) * (5.59647)));
    }
}

@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: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-figureWork {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    background: #111520;
}

@media only screen and (max-width: 1919px) {
    .lp-figureWork {
        margin-bottom: calc(0.8rem + ((1vw - 1.241rem) * (4.12371)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureWork {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureWork {
        flex-wrap: wrap;
        width: 100vw;
        margin: 0 calc(50% - 50vw) 24px;
        padding: 0 calc(50vw - 50%);
    }
}

.lp-figureWork-image {
    width: 528px;
    margin-bottom: -36px;
}

@media only screen and (max-width: 1919px) {
    .lp-figureWork-image {
        margin-bottom: calc(-0.8rem + ((1vw - 1.241rem) * (-4.12371)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureWork-image {
        width: 365px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureWork-image {
        width: 50%;
    }
}

.lp-figureWork-image.of-product {
    width: 464px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1240px) {
    .lp-figureWork-image.of-product {
        width: 350px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureWork-image.of-product {
        order: -1;
        width: 100%;
        text-align: center;
    }
    .lp-figureWork-image.of-product > img {
        width: calc((268 * 100vw) / 769);
    }
}

.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-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-textLead {
    margin-bottom: 64px;
    font-family: notoserif, serif;
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-textLead {
        margin-bottom: calc(2.4rem + ((1vw - 1.241rem) * (5.89102)));
        font-size: calc(3.2rem + ((1vw - 1.241rem) * (1.1782)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-textLead {
        margin-bottom: calc(1.4rem + ((1vw - 0.769rem) * (2.11864)));
        font-size: calc(2rem + ((1vw - 0.769rem) * (2.54237)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead {
        margin-bottom: 24px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.93399)));
    }
}

.lp-textLead.of-primary {
    margin-bottom: 136px;
    font-size: 6.4rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1919px) {
    .lp-textLead.of-primary {
        margin-bottom: calc(13.6rem + ((1vw - 1.241rem) * (-3.09278)));
        font-size: calc(4rem + ((1vw - 1.241rem) * (3.53461)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-textLead.of-primary {
        margin-bottom: calc(8.2rem + ((1vw - 0.769rem) * (11.44068)));
        font-size: calc(2.4rem + ((1vw - 0.769rem) * (3.38983)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead.of-primary {
        margin-bottom: 64px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (4.88998)));
    }
}

.lp-textPhoneLink {
    display: block;
    color: #555;
    text-decoration: none;
    cursor: default;
}

@media only screen and (max-width: 1919px) {
    .lp-textPhoneLink {
        text-align: center;
    }
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1240px) {
    .lp-textPhoneLink-numberGroup {
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup > img {
    display: block;
    margin-top: 2px;
    margin-right: 10px;
}

.lp-textPhoneLink-number {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}

.lp-textPhoneLink-notes {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.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-textScroll {
    visibility: visible;
    z-index: 500;
    position: fixed;
    right: 34px;
    bottom: 154px;
    padding-bottom: 33px;
    color: #61738a;
    font-size: 1.6rem;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media only screen and (max-width: 1919px) {
    .lp-textScroll {
        right: calc(1.8rem + ((1vw - 1.241rem) * (2.35641)));
        bottom: calc(23.3rem + ((1vw - 1.241rem) * (-11.63476)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-textScroll {
        right: 18px;
        bottom: calc(31.6rem + ((1vw - 1.024rem) * (-38.24885)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textScroll {
        display: none;
    }
}

.lp-textScroll.is-hide {
    visibility: hidden;
    opacity: 0;
}

.lp-textScroll span {
    -ms-writing-mode: tb-rl;
    position: relative;
    writing-mode: vertical-rl;
}

.lp-textScroll span::before {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 11px;
    height: 11px;
    transform: rotate(135deg) translateX(-80%);
    border-top: 2px solid #61738a;
    border-right: 2px solid #61738a;
    content: "";
}

.lp-textScroll span::after {
    display: block;
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 11px;
    height: 11px;
    transform: rotate(135deg) translateX(-80%);
    border-top: 2px solid #61738a;
    border-right: 2px solid #61738a;
    content: "";
}

@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-text-newLine {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-text-newLine {
        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-text-newLine {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-text-newLine {
    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-media.js-setFadeAnimation > .lp-media-image {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation.is-show > .lp-media-image {
    transform: translateY(0);
    opacity: 1;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation > .lp-media-imageGroup {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation.is-show > .lp-media-imageGroup {
    transform: translateY(0);
    opacity: 1;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation > .lp-media-body {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation.is-show > .lp-media-body {
    transform: translateY(0);
    opacity: 1;
}

.lp-media.js-setFadeAnimation.is-show > .lp-media-image {
    transition: transform 0.8s ease-in 0s, opacity 0.8s ease-in 0s;
}

.lp-media.js-setFadeAnimation.is-show > .lp-media-imageGroup {
    transition: transform 0.8s ease-in 0s, opacity 0.8s ease-in 0s;
}

.lp-media.of-primary.js-setFadeAnimation.is-show > .lp-media-body {
    transition: transform 0.8s ease-in 0s, opacity 0.8s ease-in 0s;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-primary.js-setFadeAnimation.is-show > .lp-media-body {
        transition: transform 0.8s ease-in 0.6s, opacity 0.8s ease-in 0.6s;
    }
}

.lp-media.of-primary.js-setFadeAnimation.is-show > .lp-media-image {
    transition: transform 0.8s ease-in 0.6s, opacity 0.8s ease-in 0.6s;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-primary.js-setFadeAnimation.is-show > .lp-media-image {
        transition: transform 0.8s ease-in 0s, opacity 0.8s ease-in 0s;
    }
}

.lp-media.js-setFadeAnimation.is-show > .lp-media-body {
    transition: transform 0.8s ease-in 0.6s, opacity 0.8s ease-in 0.6s;
}
