@charset "UTF-8";

@font-face {
    font-display: swap;
    src: url("//library.keyence.com/fonts/NotoSerifSC-ExtraLight.woff2") format("woff2"), url("//library.keyence.com/fonts/NotoSerifSC-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifSC-ExtraLight.otf") format("opentype");
    font-family: notoserif-sc;
    font-weight: 100;
}

@font-face {
    font-display: swap;
    src: url("//library.keyence.com/fonts/NotoSerifTC-ExtraLight.woff2") format("woff2"), url("//library.keyence.com/fonts/NotoSerifTC-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifTC-ExtraLight.otf") format("opentype");
    font-family: notoserif-tc;
    font-weight: 100;
}

@font-face {
    font-display: swap;
    src: url("//library.keyence.com/fonts/NotoSerifKR-ExtraLight.woff2") format("woff2"), url("//library.keyence.com/fonts/NotoSerifKR-ExtraLight.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifKR-ExtraLight.otf") format("opentype");
    font-family: notoserif-kr;
    font-weight: 100;
}

.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;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #dc002f;
    }
}

.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: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #13778f;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.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;
}

.lp-layout-header {
    min-height: 72px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header {
        min-height: 6.4rem;
    }
}

.lp-layout-header-content {
    display: flex;
    max-width: 1520px;
    margin: 0 auto;
    padding: 28px 0;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        max-width: calc(99rem + ((1vw - 1.241rem) * (78.05596)));
        padding: 24px 0;
    }
}

@media only screen and (max-width: 1240px) {
    .lp-layout-header-content {
        max-width: calc(88.4rem + ((1vw - 1.024rem) * (90.32258)));
        padding: 22px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        flex-direction: column;
        justify-content: center;
        max-width: calc(32rem + ((1vw - 0.36rem) * (57.21271)));
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 149px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 114px;
    }
}

.theme-KC .lp-layout-header-logo img {
    width: 280px;
}

@media only screen and (max-width: 1023px) {
    .theme-KC .lp-layout-header-logo img {
        width: 214px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        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: 1023px) {
    .lp-layout-header-utilityList {
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    width: 100%;
    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-numberGroup {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lp-layout-header .lp-textPhoneLink-notes {
    margin-bottom: 0;
}

.lp-layout-footer {
    background-color: #e6e6e6;
    color: #57697f;
}

.lp-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1520px;
    margin: 0 auto;
    padding: 16px 20px;
    border-top: 1px solid #c8d1dc;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-footer-content {
        max-width: calc(99rem + ((1vw - 1.241rem) * (78.05596)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-layout-footer-content {
        max-width: calc(88.4rem + ((1vw - 1.024rem) * (90.32258)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        align-items: center;
        max-width: calc(32rem + ((1vw - 0.36rem) * (57.21271)));
    }
}

.lp-layout-footer aside {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer aside {
        order: 100;
    }
}

.lp-layout-footer-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

.lp-layout-footer-utilityGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityGroup {
        flex: none;
        width: 100%;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 8px -28px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 8px;
    margin-left: 28px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #c8d1dc;
    content: "";
}

.lp-layout-footer-utilityList > li:last-child::before {
    display: none;
}

.lp-layout-footer-utilityList a {
    color: #57697f;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    text-decoration: underline;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-layout-main {
    background: #e6e6e6;
    color: #57697f;
}

.lp-jumbotron {
    background: transparent linear-gradient(180deg, #dfe0ec 0%, #e6e6e6 100%) 0% 0% no-repeat;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 86px 200px 80px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding: calc(5.5rem + ((1vw - 1.241rem) * (4.56554))) calc(8rem + ((1vw - 1.241rem) * (17.67305))) calc(5.1rem + ((1vw - 1.241rem) * (4.27099)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.5599))) 8px;
    }
}

.lp-jumbotron-content.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    max-width: 728px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-body {
        max-width: calc(46rem + ((1vw - 1.024rem) * (29.91071)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        max-width: 100%;
    }
}

.lp-jumbotron-image {
    max-width: 728px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        max-width: calc(46.5rem + ((1vw - 1.241rem) * (38.73343)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-image {
        max-width: calc(38.1rem + ((1vw - 1.024rem) * (38.70968)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        max-width: 100%;
        margin: 0 auto;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 8px;
    font-size: 4.4rem;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle {
        font-size: calc(3.2rem + ((1vw - 1.241rem) * (1.7673)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.3rem + ((1vw - 1.024rem) * (4.14747)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.93399)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 40px;
    font-size: 5.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(3.7rem + ((1vw - 1.241rem) * (2.79823)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-title {
        font-size: calc(3rem + ((1vw - 1.024rem) * (3.22581)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.91198)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
    color: #464f5a;
    font-family: minion-3-display, serif;
    line-height: 1.28;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.theme-KC .lp-jumbotron-titleGroup {
    font-family: notoserif-sc, serif;
}

.theme-KW .lp-jumbotron-titleGroup {
    font-family: notoserif-tc, serif;
}

[lang="ko"] .lp-jumbotron-titleGroup {
    font-family: notoserif-kr, serif;
    font-weight: bold;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.5rem + ((1vw - 1.241rem) * (1.32548)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin: 0 auto 24px;
        font-weight: 600;
        text-align: center;
    }
}

.lp-jumbotron-series {
    margin-bottom: 8px;
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 24px;
    font-family: minion-3-display, serif;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.8;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.theme-KC .lp-jumbotron-seriesGroup {
    font-family: notoserif-sc, serif;
}

.theme-KW .lp-jumbotron-seriesGroup {
    font-family: notoserif-tc, serif;
}

[lang="ko"] .lp-jumbotron-seriesGroup {
    font-family: notoserif-kr, serif;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(2.4rem + ((1vw - 1.241rem) * (2.35641)));
        font-size: calc(1.8rem + ((1vw - 1.241rem) * (1.1782)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 24px;
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 8px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.68949)));
    }
}

.lp-section {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        position: relative;
        line-height: 1.3;
    }
    .lp-section::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(14.4rem + ((1vw - 0.36rem) * (30.31785)));
        height: 1px;
        transform: translateX(-50%);
        background: #c8d1dc;
        content: "";
    }
}

.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 {
        max-width: 1920px;
        padding: calc(5.1rem + ((1vw - 1.241rem) * (4.27099))) calc(8rem + ((1vw - 1.241rem) * (17.67305)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-section-content {
        max-width: 1240px;
        padding: 40px calc(6.5rem + ((1vw - 1.024rem) * (6.91244)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 72px calc(2rem + ((1vw - 0.36rem) * (19.5599))) 82px;
    }
}

.lp-section.of-conversion {
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion::before {
        content: none;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
    .lp-media {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
}

.lp-media-body {
    flex: 1;
    width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media-body {
        min-width: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-body {
        flex: none;
    }
}

.lp-media-image {
    width: 860px;
    margin: 0 0 24px 64px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: calc(55rem + ((1vw - 1.241rem) * (45.65538)));
        margin-left: calc(4.1rem + ((1vw - 1.241rem) * (3.38733)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media-image {
        width: calc(41.8rem + ((1vw - 1.024rem) * (41.47465)));
        margin-left: calc(5.2rem + ((1vw - 1.024rem) * (5.52995)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: 100%;
        margin-left: 0;
    }
}

.lp-media-image.of-primary {
    margin: 0 64px 10px 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image.of-primary {
        margin-right: calc(4.1rem + ((1vw - 1.241rem) * (3.38733)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-media-image.of-primary {
        margin-right: calc(5.2rem + ((1vw - 1.024rem) * (5.52995)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image.of-primary {
        width: 100%;
        margin-right: 0;
    }
}

.lp-media-imageGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup {
        margin-bottom: 24px;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto 24px;
    padding: 0 186px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion {
        padding: 0 calc(0rem + ((1vw - 1.241rem) * (27.39323)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-mediaConversion {
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: calc(4.9rem + ((1vw - 0.36rem) * (-2.20049)));
    }
}

.lp-mediaConversion-body {
    flex: 1;
    text-align: center;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        min-height: 0%;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 24px;
    font-family: minion-3-display, serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.28;
}

.theme-KC .lp-mediaConversion-text {
    font-family: notoserif-sc, serif;
}

.theme-KW .lp-mediaConversion-text {
    font-family: notoserif-tc, serif;
}

[lang="ko"] .lp-mediaConversion-text {
    font-family: notoserif-kr, serif;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-text {
        font-size: calc(4.8rem + ((1vw - 1.241rem) * (0.29455)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-mediaConversion-text {
        font-size: calc(4rem + ((1vw - 1.024rem) * (3.68664)));
        line-height: 1.33;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (5.86797)));
        text-align: center;
    }
}

.lp-mediaConversion-image {
    width: 596px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-image {
        width: calc(50.8rem + ((1vw - 1.241rem) * (12.96024)));
        margin-right: calc(4.1rem + ((1vw - 1.241rem) * (3.38733)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-mediaConversion-image {
        width: calc(41.8rem + ((1vw - 1.024rem) * (41.47465)));
        margin-right: calc(5.2rem + ((1vw - 1.024rem) * (5.52995)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        width: calc(23.2rem + ((1vw - 0.36rem) * (45.47677)));
        min-height: 0%;
        margin: 0 0 32px 0;
    }
}

.lp-buttonConversion {
    background: #dc002f;
    box-shadow: 0 6px 8px rgba(230, 0, 18, 0.5);
    transition: box-shadow 0.5s ease-out;
}

.lp-buttonConversion.of-primary {
    box-shadow: 0 6px 8px rgba(19, 119, 143, 0.5);
}

.lp-buttonConversion:hover, .lp-buttonConversion:focus, .lp-buttonConversion.of-primary:hover, .lp-buttonConversion.of-primary:focus {
    box-shadow: none;
}

.lp-buttonConversion.of-large .lp-buttonConversion-body {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion.of-large .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion.of-large .lp-buttonConversion-image {
    margin: -28px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion.of-large .lp-buttonConversion-image > img {
        max-width: 50px;
    }
}

.lp-figureWork {
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
    background: #111520;
}

@media only screen and (max-width: 1919px) {
    .lp-figureWork {
        margin-bottom: calc(3.2rem + ((1vw - 1.241rem) * (4.71281)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-figureWork {
        margin-bottom: 32px;
    }
}

@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-list {
    margin-bottom: 64px;
}

@media only screen and (max-width: 1023px) {
    .lp-list {
        margin-bottom: 40px;
    }
}

.lp-list > li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 16px;
    line-height: 1.7;
}

.lp-list > li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-list > li {
        line-height: 1.27;
    }
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #57697f;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-list > li::before {
        top: .6em;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 20px -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton {
        margin: -24px 0 16px -16px;
        text-align: center;
    }
}

.lp-listButton > li {
    margin-top: 24px;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton > li {
        width: 100%;
        margin-left: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-listButton.of-horizontal > li {
        width: auto;
    }
}

.lp-listButton.of-horizontal > li.of-width-full {
    width: 100%;
}

.lp-listFeature {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.lp-listFeature > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-listFeature {
        gap: calc(0.8rem + ((1vw - 1.024rem) * (0.89286)));
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-listFeature {
        display: block;
        margin-bottom: 40px;
    }
}

.lp-listFeature > li {
    padding: 16px 32px;
    border: 1px solid #e0e1ec;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 24px #dadae4;
    color: #3b6398;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.28;
}

@media only screen and (max-width: 1919px) {
    .lp-listFeature > li {
        padding: calc(1rem + ((1vw - 1.241rem) * (0.88365))) calc(2rem + ((1vw - 1.241rem) * (1.7673)));
        font-size: calc(1.4rem + ((1vw - 1.241rem) * (0.5891)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-listFeature > li {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-listFeature > li {
        margin-bottom: 4px;
        padding: calc(0.8rem + ((1vw - 0.36rem) * (0.75301))) calc(3.2rem + ((1vw - 0.36rem) * (3.01205)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
        text-align: center;
    }
}

.lp-headingLevel2 {
    margin-bottom: 64px;
    font-family: minion-3-display, serif;
    font-size: 3.4rem;
    font-weight: 400;
}

.theme-KC .lp-headingLevel2 {
    font-family: notoserif-sc, serif;
}

.theme-KW .lp-headingLevel2 {
    font-family: notoserif-tc, serif;
}

[lang="ko"] .lp-headingLevel2 {
    font-family: notoserif-kr, serif;
    font-weight: bold;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        margin-bottom: calc(3.2rem + ((1vw - 1.241rem) * (4.71281)));
        font-size: calc(2.7rem + ((1vw - 1.241rem) * (1.03093)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (1.38249)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
    }
}

.lp-navigationSeries {
    max-width: 1520px;
    margin: 0 0 1.4rem;
    border: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationSeries {
        padding: 0;
    }
}

.lp-navigationSeries-linkList {
    margin-left: -28px;
}

.lp-navigationSeries-linkList > li {
    margin-left: 28px;
    font-size: 1.4rem;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #c8d1dc;
    content: "";
}

.lp-navigationSeries-linkList > li:last-child::before {
    display: none;
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 0;
    color: #57697f;
}

.lp-navigationSeries-linkList > li > a::before {
    display: none;
}

.lp-textLead {
    margin-bottom: 64px;
    font-family: minion-3-display, serif;
    font-size: 4rem;
    text-align: center;
}

.theme-KC .lp-textLead {
    font-family: notoserif-sc, serif;
}

.theme-KW .lp-textLead {
    font-family: notoserif-tc, serif;
}

[lang="ko"] .lp-textLead {
    font-family: notoserif-kr, serif;
}

@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(2.6rem + ((1vw - 0.36rem) * (1.46699)));
        line-height: 1.5;
    }
}

.lp-textLead.of-primary {
    margin-bottom: 88px;
    font-size: 6.4rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1919px) {
    .lp-textLead.of-primary {
        margin-bottom: calc(8rem + ((1vw - 1.241rem) * (1.1782)));
        font-size: calc(4rem + ((1vw - 1.241rem) * (3.53461)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-textLead.of-primary {
        margin-bottom: calc(6.6rem + ((1vw - 0.769rem) * (2.9661)));
        font-size: calc(2.4rem + ((1vw - 0.769rem) * (3.38983)));
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead.of-primary {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (5.86797)));
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.42298)));
    }
}

.lp-textPhoneLink {
    color: #333;
    text-decoration: none;
    cursor: inherit;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink {
        text-align: center;
    }
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1;
}

.lp-textPhoneLink-numberGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-numberGroup {
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-column {
    flex-direction: column;
}

.lp-textPhoneLink-numberGroup img {
    display: block;
    margin-top: 2px;
    margin-right: 10px;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }
}

.lp-textPhoneLink-number a {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
    cursor: inherit;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number a {
        min-width: 300px;
    }
}

.lp-textPhoneLink-number a::before {
    display: block;
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-top: 1px;
    background: url("../../../../../img/core/icon_tel_l_trans.png") no-repeat;
    background-size: cover;
    content: "";
}

.lp-textPhoneLink-number .TelSlsh {
    display: block;
    margin-right: 0.4rem;
    margin-left: 1rem;
    font-weight: normal;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number .TelSlsh {
        display: block;
        margin-right: 4px;
        margin-left: 10px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number .TelSlsh {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number .TelSlsh + a {
        margin-top: 6px;
    }
}

.lp-textPhoneLink-notes {
    display: block;
    margin-bottom: 6px;
    font-size: 1.5rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        text-align: center;
    }
}

.lp-textScroll {
    visibility: visible;
    z-index: 500;
    position: fixed;
    right: 34px;
    bottom: 40px;
    margin-bottom: 0;
    padding-bottom: 33px;
    color: #535f6d;
    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.6rem + ((1vw - 1.241rem) * (2.65096)));
    }
}

@media only screen and (max-width: 1240px) {
    .lp-textScroll {
        right: 16px;
    }
}

@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: 1px solid #535f6d;
    border-right: 1px solid #535f6d;
    content: "";
}

.lp-textScroll span::after {
    display: block;
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 11px;
    height: 11px;
    transform: rotate(135deg) translateX(-80%);
    border-top: 1px solid #535f6d;
    border-right: 1px solid #535f6d;
    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: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-flexDirection-column {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-alignItems-flexEnd {
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-justifyContent-flexEnd {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-flexDirection-columnReverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-alignItems-center {
    align-items: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

[data-script-enabled="true"] .lp-jumbotron.js-setFadeAnimation::before {
    opacity: 0;
}

[data-script-enabled="true"] .lp-jumbotron.js-setFadeAnimation.is-show::before {
    animation: fadeIn 1.5s ease 1.8s forwards normal;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation > .lp-media-body,
[data-script-enabled="true"] .lp-media.js-setFadeAnimation > .lp-media-image,
[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-body,
[data-script-enabled="true"] .lp-media.js-setFadeAnimation.is-show > .lp-media-image,
[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.is-show > .lp-media-image,
[data-script-enabled="true"] .lp-media.js-setFadeAnimation.is-show > .lp-media-imageGroup {
    transition: transform 0.9s ease-in 0.3s, opacity 1.2s ease-in 0.3s;
}

[data-script-enabled="true"] .lp-media.js-setFadeAnimation.is-show .lp-media-body {
    transition: transform 0.9s ease-in 1.1s, opacity 1.2s ease-in 1.1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.split-slider {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}

.split-slider .beer-range:focus + .beer-handle {
    background: transparent;
    box-shadow: none;
}

.split-slider .beer-handle {
    width: 48px;
    height: 150%;
    background: transparent;
    box-shadow: none;
    opacity: 1;
}

.split-slider .beer-handle::after {
    content: none;
}

.split-slider .beer-handle::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    transform: translate3d(-50%, 0, 0);
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    content: "";
}

.split-slider .beer-handle .split-circle::before, .split-slider .beer-handle .split-circle::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    opacity: 1;
}

.split-slider .beer-handle .split-circle::before {
    box-sizing: border-box;
    z-index: 1;
    width: 52px;
    height: 52px;
    border: 6px solid #000;
}

.split-slider .beer-handle .split-circle::after {
    z-index: 0;
    width: 56px;
    height: 56px;
    background: #fff no-repeat center center;
}

.split-slider .beer-handle .split-circle .split-circleLeft::before, .split-slider .beer-handle .split-circle .split-circleLeft::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 11px;
    height: 8px;
    margin-top: -4px;
    transform: scale(1) rotate(90deg);
    background-image: url("../../../../../img/ss/products/microscope/lp_vk-x3000_02/lp_vk-x3000_02_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 1;
}

.split-slider .beer-handle .split-circle .split-circleLeft::before {
    left: calc(50% - 19.5px);
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
}

.split-slider .beer-handle .split-circle .split-circleLeft::after {
    left: calc(50% - 12.5px);
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.split-slider .beer-handle .split-circle .split-circleRight::before, .split-slider .beer-handle .split-circle .split-circleRight::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 11px;
    height: 8px;
    margin-top: -4px;
    transform: scale(1) rotate(-90deg);
    background-image: url("../../../../../img/ss/products/microscope/lp_vk-x3000_02/lp_vk-x3000_02_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 1;
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.split-slider .beer-handle .split-circle .split-circleRight::before {
    left: calc(50%);
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
}

.split-slider .beer-handle .split-circle .split-circleRight::after {
    left: calc(50% + 8px);
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
}

.split-slider .beer-reveal {
    display: inline-block;
}

.split-slider .beer-reveal > img:first-child {
    height: 100%;
}

.split-slider .beer-slider {
    margin-bottom: 0;
    vertical-align: bottom;
}

.split-slider .beer-slider > img {
    width: 100%;
}

.beer-range::-webkit-slider-thumb {
    -webkit-appearance: auto;
}

.beer-range::-moz-range-thumb {
    -webkit-appearance: auto;
}

@keyframes fade_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
