@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-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-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

[data-script-enabled="true"] .lp-layout-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: block;
        height: auto;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: inline;
        height: auto;
    }
}

.lp-layout-header {
    background: #efefef;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header {
        border-bottom: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 24px 80px;
}

.lp-layout-header-content > * {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-content {
        padding: 24px 88px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 24px 20px;
    }
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 126px;
    vertical-align: middle;
}

.theme-KC .lp-layout-header-logo img {
    width: 230px;
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 24px;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-main {
        background: #efefef;
    }
}

[data-script-enabled="true"] .lp-layout-main {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-main {
        flex: none;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    [data-script-enabled="true"] .lp-layout-main {
        display: block;
        flex: none;
    }
}

.lp-layout-footer {
    border-top: 1px solid #ccc;
    background: #efefef;
    color: #707070;
    font-size: 1.3rem;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column;
        padding: 16px 20px;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    padding: 0 10px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        padding: 0 22px;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-utilityList {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList > li {
    position: relative;
    padding: 0 10px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background: #a6a6a6;
    content: "";
}

.lp-layout-footer-utilityList > li:last-child::before {
    content: none;
}

.lp-layout-footer-utilityList a {
    display: block;
    color: #707070;
    text-decoration: none;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 8px -24px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        margin: calc((-8 * 100vw) / 1920) 0 calc((8 * 100vw) / 1920) calc((-24 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid {
        margin: -16px 0 22px calc((-24 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -24px 0 46px 0;
    }
}

.lp-layout-grid.of-sliderPagination {
    padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-sliderPagination {
        margin-bottom: 0;
    }
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 8px;
    padding-left: 24px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid-column {
        margin-top: calc((8 * 100vw) / 1920);
        padding-left: calc((24 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: calc((24 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-column-1 {
    width: 8.33333%;
}

.lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-3 {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-3 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-4 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-5 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-6 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-6 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-7 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-8 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-9 {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-9 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-10 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-11 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-12 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-navigation {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background: #484848;
}

.lp-navigation.is-show {
    display: block;
    animation: fadeIn 0.6s linear 0.3s both;
}

.lp-navigation-content {
    max-width: calc(1010px + 40px);
    margin: 0 auto;
}

.lp-navigation-list {
    display: flex;
    justify-content: center;
    height: 80px;
}

.lp-navigation-list > li {
    display: flex;
    position: relative;
}

.lp-navigation-list > li::before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #707070;
    content: "";
}

.lp-navigation-list > li:first-child::before {
    content: none;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]), .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]) {
    min-width: 480px;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]).is-current, .lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]):hover, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]).is-current, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]):hover {
    background: #fff;
    color: #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]).is-current::before, .lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]):hover::before, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]).is-current::before, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]):hover::before {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before:hover, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before:hover {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]) {
    padding-left: 58px;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before {
    left: 24px;
    transform: translateY(-50%) rotate(-135deg);
}

.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]) {
    padding-right: 58px;
}

.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before {
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
}

.lp-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 110px;
    padding: 10px 24px;
    background: #333;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.lp-navigation-button:hover {
    background: #fff;
    color: #333;
}

.lp-navigation-button:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.lp-jumbotron {
    display: flex;
    position: relative;
    flex: 1;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron {
        flex: none;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron {
        flex: none;
    }
}

.lp-jumbotron::before, .lp-jumbotron::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron::before, .lp-jumbotron::after {
        content: none;
    }
}

.lp-jumbotron::before {
    left: 50%;
    background: url("../../../../../img/ss/products/microscope/various-applications/various-applications_bg_02.jpg") no-repeat top right;
    background-size: cover;
}

.lp-jumbotron::after {
    right: 50%;
    background: url("../../../../../img/ss/products/microscope/various-applications/various-applications_bg_01.jpg") no-repeat top left;
    background-size: cover;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 32px 0;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        display: block;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.lp-jumbotron-header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 80px 40px;
}

.lp-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-header {
        padding: 0 calc((80 * 100vw) / 1920) calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-header {
        margin-bottom: 0;
        padding: 8px 88px calc(2.4rem + ((1vw - 0.768rem) * (3.125)));
        background: #efefef;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-header {
        padding: 8px 20px 32px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-header {
        padding: 0 calc((80 * 100vh) / 655) calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-header {
        padding: 0 80px 32px;
    }
}

.lp-jumbotron-inner {
    display: flex;
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-inner {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        min-height: 0%;
        padding: 40px 0 40px 88px;
        background: url("../../../../../img/ss/products/microscope/various-applications/various-applications_bg_01.jpg") no-repeat top left;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body.of-primary {
        padding: 40px 88px 40px 0;
        background: url("../../../../../img/ss/products/microscope/various-applications/various-applications_bg_02.jpg") no-repeat top right;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body.of-primary {
        padding: 40px 20px;
    }
}

.lp-jumbotron-conversionGroup {
    display: flex;
    justify-content: center;
    padding: 32px 0 0;
}

.lp-jumbotron-conversionGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-conversionGroup {
        padding: calc((32 * 100vw) / 1920) 0 0;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-conversionGroup {
        flex-direction: column;
        height: auto;
        margin-top: auto;
        padding: 35px 16px 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-conversionGroup {
        padding: 15px calc((40 * 100vh) / 655) 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-conversionGroup {
        padding: 32px 40px 0;
    }
}

.lp-jumbotron-title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 4.8rem;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 0 20px #000,  0 0 20px #000,  0 0 20px #000;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        margin-bottom: calc((40 * 100vw) / 1920);
        font-size: calc((48 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title {
        margin-bottom: calc(2.4rem + ((1vw - 0.768rem) * (3.125)));
        color: #333;
        font-size: calc(2.2rem + ((1vw - 0.768rem) * (3.125)));
        text-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 32px;
        font-size: 2.4rem;
        line-height: 1.33;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-title {
        margin-bottom: calc((40 * 100vh) / 655);
        font-size: calc((38 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-title {
        margin-bottom: 40px;
        font-size: 3.8rem;
    }
}

.lp-jumbotron-subtitle {
    margin-bottom: 16px;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.33;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc((16 * 100vw) / 1920);
        font-size: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 16px;
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (2.34375)));
        line-height: 1.25;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-subtitle {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-subtitle {
        font-size: calc((32 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-subtitle {
        font-size: 3.2rem;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 16px;
    font-size: 3rem;
    line-height: 1.33;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        margin-bottom: calc((16 * 100vw) / 1920);
        font-size: calc((30 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-series {
        margin-bottom: 16px;
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.5625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-series {
        font-size: calc((24 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-series {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-seriesName {
    display: block;
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.33;
}

.lp-jumbotron-seriesOuter {
    width: 100%;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}

.lp-jumbotron-seriesOuter > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesOuter {
        margin-bottom: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-seriesOuter {
        margin-bottom: 40px;
    }
}

.lp-section {
    -webkit-backface-visibility: hidden;
    display: flex;
    flex: 1;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 1365px) {
    .lp-section {
        flex: none;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section {
        flex: none;
    }
}

.lp-section.of-primary .lp-section-content {
    flex: 1;
    max-width: none;
    margin: 0 -20px;
    padding: 0 20px;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-primary .lp-section-content {
        padding: 0 20px 56px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-primary .lp-section-content {
        padding-bottom: 0;
    }
}

.lp-section.of-secondary {
    background: url("../../../../../img/ss/products/microscope/various-applications/various-applications_bg_01.jpg") no-repeat center left;
    background-size: cover;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-secondary {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-secondary {
        margin-bottom: 0;
        background: none;
    }
}

[data-script-enabled="true"] .lp-section.of-secondary {
    display: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 80px;
    opacity: 0;
}

[data-script-enabled="true"] .lp-section.of-secondary:not(.is-active) {
    left: -100%;
}

[data-script-enabled="true"] .lp-section.of-secondary.is-active.is-slide {
    animation: 0.4s linear 0.2s slideLeft both;
}

[data-script-enabled="true"] .lp-section.of-secondary.is-slide:not(.is-active) {
    left: 0;
    animation: 0.6s linear 0.2s slideReturnLeft both;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-secondary {
        display: block;
        z-index: 0;
        position: static;
        padding-bottom: 0;
    }
    [data-script-enabled="true"] .lp-section.of-secondary:not(.is-active) {
        left: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-section-content {
        padding-bottom: 0;
    }
}

.lp-section.of-secondary .lp-section-inner {
    background: rgba(71, 83, 110, 0.901);
    color: #fff;
}

.lp-section.of-tertiary {
    background: url("../../../../../img/ss/products/microscope/various-applications/various-applications_bg_02.jpg") no-repeat center right;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .lp-section.of-tertiary {
        background: none;
    }
}

[data-script-enabled="true"] .lp-section.of-tertiary {
    display: none;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-bottom: 80px;
}

[data-script-enabled="true"] .lp-section.of-tertiary:not(.is-active) {
    right: -100%;
}

[data-script-enabled="true"] .lp-section.of-tertiary.is-active.is-slide {
    animation: 0.4s linear 0.2s slideRight both;
}

[data-script-enabled="true"] .lp-section.of-tertiary.is-slide:not(.is-active) {
    right: 0;
    animation: 0.6s linear 0.2s slideReturnRight both;
    opacity: 1;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-tertiary {
        display: block;
        z-index: 0;
        position: static;
        padding-bottom: 0;
    }
    [data-script-enabled="true"] [data-script-enabled="true"] .lp-section.of-tertiary:not(.is-active) {
        right: 0;
        opacity: 1;
    }
}

.lp-section.of-tertiary .lp-section-inner {
    background: rgba(255, 255, 255, 0.901);
}

[data-script-enabled="true"] .lp-section.is-show {
    display: flex;
    z-index: 1;
    animation: fadeIn 0.6s linear 0.3s both;
}

[data-script-enabled="true"] .lp-section.is-hide {
    animation: fadeOut 0.6s linear both;
}

[data-script-enabled="true"] .lp-section.is-active {
    z-index: 2;
}

.lp-section-content {
    display: flex;
    flex: none;
    flex-direction: column;
    width: 100%;
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 104px 116px 116px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-section-content {
        padding: 80px 88px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-section-content {
        justify-content: center;
        padding: calc((32 * 100vh) / 655) calc((116 * 100vw) / 1920);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section-content {
        padding: 32px calc((116 * 100vw) / 1920);
    }
}

.lp-section-inner {
    display: flex;
    flex: 1;
    align-items: center;
    width: 100%;
    padding: 24px 40px;
}

.lp-section-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-inner {
        padding: calc((24 * 100vw) / 1920) calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-inner {
        flex: none;
        flex-direction: column;
        align-items: center;
        padding: 24px calc((40 * 100vw) / 1365);
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-inner {
        padding: 24px 20px 30px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-section-inner {
        padding: calc((16 * 100vh) / 655) calc((40 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section-inner {
        padding: 16px 40px;
    }
}

.lp-section-inner.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1365px) {
    .lp-section-inner.of-row-reverse {
        flex-direction: column;
    }
}

.lp-section-inner.of-row-reverse .lp-section-body.of-conversion {
    margin: 0 80px 0 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-inner.of-row-reverse .lp-section-body.of-conversion {
        margin: 0 calc((80 * 100vw) / 1920) 0 0;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-inner.of-row-reverse .lp-section-body.of-conversion {
        margin: 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-section-inner.of-row-reverse .lp-section-body.of-conversion {
        margin: 0 calc((40 * 100vh) / 655) 0 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section-inner.of-row-reverse .lp-section-body.of-conversion {
        margin: 0 40px 0 0;
    }
}

.lp-section-body {
    flex: 1;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-section-body {
        flex: none;
        width: 100%;
        margin: 0 0 22px 0;
    }
}

.lp-section-body.of-conversion {
    flex: none;
    width: 400px;
    margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-section-body.of-conversion {
        width: calc((400 * 100vw) / 1920);
        margin-left: calc((80 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-body.of-conversion {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-section-body.of-conversion {
        width: calc((280 * 100vh) / 655);
        margin-left: calc((40 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section-body.of-conversion {
        width: 280px;
        margin-left: 40px;
    }
}

.lp-card {
    display: flex;
    position: relative;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 24px 122px 32px;
    overflow: hidden;
    background: rgba(71, 83, 110, 0.901);
    color: #fff;
    transition: ease 0.2s;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-card {
        padding: calc((24 * 100vw) / 1920) calc((122 * 100vw) / 1920) calc((32 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-card {
        min-height: 0%;
        padding: calc(1.4rem + ((1vw - 0.768rem) * (0.78125))) calc(3rem + ((1vw - 0.768rem) * (3.90625))) calc(3rem + ((1vw - 0.768rem) * (3.90625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 16px 40px 32px;
    }
    .lp-card > * {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-card {
        padding: calc((20 * 100vh) / 655) calc((40 * 100vh) / 655) calc((26 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-card {
        padding: 20px 96px 26px;
    }
}

.lp-card::before {
    position: absolute;
    top: 0;
    left: -220%;
    width: 200%;
    height: 180%;
    transform: skewX(45deg);
    background: rgba(3, 190, 184, 0.3);
    content: "";
}

.lp-card-content {
    z-index: 1;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-card-content {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        min-height: 0%;
    }
}

.lp-jumbotron-body.of-primary .lp-card {
    background: rgba(255, 255, 255, 0.901);
    color: #333;
}

.lp-jumbotron-body.of-primary .lp-card::before {
    background: rgba(255, 221, 0, 0.5);
}

.lp-jumbotron-body.is-hover .lp-card::before {
    animation: skewanime 1s forwards;
}

.lp-mediaProduct {
    display: flex;
    align-items: center;
    max-width: 716px;
    margin: 0 auto;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct {
        flex: 1 0 auto;
        flex-direction: column-reverse;
        width: 100%;
        min-height: 0%;
        margin-bottom: 16px;
    }
}

.lp-mediaProduct-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaProduct-image {
    width: 300px;
    margin-left: 16px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaProduct-image {
        width: calc((300 * 100vw) / 1920);
        margin-left: calc((16 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct-image {
        width: calc(16rem + ((1vw - 0.768rem) * (54.6875)));
        min-height: 0%;
        margin: 0 auto 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaProduct-image {
        width: 160px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct-image {
        width: calc((240 * 100vh) / 655);
        margin-left: calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct-image {
        width: 240px;
        margin-left: 16px;
    }
}

.lp-mediaProduct.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
    margin: 0 16px 0 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin: 0 calc((16 * 100vw) / 1920) 0 0;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin: 0 auto 16px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin: 0 calc((16 * 100vh) / 655) 0 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin: 0 16px 0 0;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto 16px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature {
        max-width: 360px;
        margin: 0 auto 24px;
    }
}

.lp-mediaFeature-body {
    flex: 1 0 auto;
    font-size: 1.8rem;
    line-height: 1.3;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaFeature-body {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-body {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaFeature-body {
        font-size: calc((14 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaFeature-body {
        font-size: 1.4rem;
    }
}

.lp-mediaFeature-image {
    width: 100%;
    max-width: 360px;
    min-height: 0%;
    margin: 8px auto;
}

.lp-mediaFeature-image.of-swiper {
    position: relative;
}

.lp-mediaFeature-text {
    font-size: 1.8rem;
    line-height: 1.33;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaFeature-text {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-text {
        text-align: left;
    }
}

.lp-figure {
    width: 100%;
    margin-bottom: 22px;
}

.lp-figure-caption {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 25px;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-figure-caption {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-figure-caption {
        margin: 0 auto 12px;
    }
}

.lp-figure-caption > b {
    display: block;
}

.lp-figure-image {
    width: 100%;
    margin-bottom: 4px;
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-figure-image {
        margin: 0 auto 8px;
    }
}

.lp-figureZoom {
    z-index: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.lp-figureZoom-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    opacity: 0;
}

.lp-figureZoom-image.of-primary {
    z-index: 0;
    position: relative;
    transform: scale(1);
    transform-origin: 9vw 4vw;
    opacity: 1;
}

.lp-figureZoom-image.of-secondary {
    z-index: 0;
    transform-origin: 9vw 4vw;
    animation: zoomAnimation01 14s ease-in-out infinite 1.5s;
    opacity: 0;
}

.lp-figureZoom-image.of-tertiary {
    z-index: 5;
    animation: zoomAnimation02 14s ease-in-out infinite 1.5s;
}

.lp-figureZoom-image.of-quaternary {
    z-index: 10;
    animation: zoomAnimation03 14s ease-in-out infinite 1.5s;
}

.lp-figureZoom-image.of-quinary {
    z-index: 15;
    animation: zoomAnimation04 14s ease-in-out infinite 1.5s;
}

.lp-figureZoom-image.of-senary {
    z-index: 20;
    animation: zoomAnimationEnd 14s ease-in-out infinite 1.5s;
}

.lp-headingLevel2 {
    margin-bottom: 8px;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-size: calc(2.2rem + ((1vw - 0.768rem) * (3.125)));
        line-height: 1.33;
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: 2rem;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-headingLevel2 {
        font-size: calc((32 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-headingLevel2 {
        font-size: 3.2rem;
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 40px;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc(3rem + ((1vw - 0.768rem) * (3.90625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2-outer {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-headingLevel2-outer {
        margin-bottom: 16px;
    }
}

.lp-textLead {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1919px) {
    .lp-textLead {
        margin-bottom: calc((16 * 100vw) / 1920);
        font-size: calc((20 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-textLead {
        margin-bottom: 16px;
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.5625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-textLead {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-textLead {
        font-size: calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-textLead {
        font-size: 2rem;
    }
}

.lp-listButton {
    display: flex;
    margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton {
        flex-wrap: wrap;
        justify-content: center;
        margin: -24px 0 24px -24px;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

.lp-listLanguage {
    display: flex;
    flex: 1 0 auto;
    margin-bottom: 8px;
    border: 2px solid #333;
    white-space: nowrap;
}

.lp-listLanguage > li {
    position: relative;
    width: 100%;
}

.lp-listLanguage > li::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #333;
    content: "";
}

.lp-listLanguage > li:last-child::before {
    content: none;
}

.lp-listLanguage-outer {
    display: flex;
    align-items: center;
    background: #333;
}

.lp-listLanguage-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listLanguage-icon {
    fill: #fff;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 8px;
    vertical-align: middle;
}

.lp-buttonConversion-outer {
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-buttonConversion-outer {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion-outer {
        margin-bottom: 16px;
    }
}

.lp-buttonTransition {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 10px;
    background: #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.lp-buttonTransition-outer {
    width: 100%;
    max-width: 210px;
    margin-bottom: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-buttonTransition-outer > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct .lp-buttonTransition::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.lp-buttonLanguage {
    display: block;
    padding: 2px 8px;
    background: #333;
    color: #fff;
    text-decoration: none;
}

.lp-buttonLanguage.of-current, .lp-buttonLanguage:hover {
    background: #fff;
    color: #333;
}

.lp-buttonLanguage-text {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-hide {
        display: none;
    }
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-column {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1366px) {
    .lp-extraLargeScreen-hide {
        display: none;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

@keyframes skewanime {
    100% {
        left: -10%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideLeft {
    0% {
        z-index: 2;
        left: -100%;
        opacity: 1;
    }
    100% {
        z-index: 2;
        left: 0;
        opacity: 1;
    }
}

@keyframes slideRight {
    0% {
        z-index: 2;
        left: 100%;
        opacity: 1;
    }
    100% {
        z-index: 2;
        left: 0;
        opacity: 1;
    }
}

@keyframes slideReturnLeft {
    0% {
        z-index: 1;
        left: 0;
        opacity: 1;
    }
    100% {
        z-index: 1;
        left: -100%;
        opacity: 1;
    }
}

@keyframes slideReturnRight {
    0% {
        z-index: 1;
        right: 0;
        opacity: 1;
    }
    100% {
        z-index: 1;
        right: -100%;
        opacity: 1;
    }
}

@keyframes zoomAnimation01 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.7);
        opacity: 1;
    }
    90%,
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimation02 {
    0%,
    20% {
        transform: scale(1);
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    45% {
        transform: scale(1.7);
        opacity: 1;
    }
    90%,
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimation03 {
    0%,
    40% {
        transform: scale(1);
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
    65% {
        transform: scale(1.7);
        opacity: 1;
    }
    90%,
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimation04 {
    0%,
    60% {
        transform: scale(1);
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    85%,
    95% {
        transform: scale(1.7);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimationEnd {
    0%,
    80% {
        opacity: 0;
    }
    86%,
    96% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.split-slider {
    display: inline-block;
    margin-bottom: 4px;
    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;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle::before {
        width: calc(2.6rem + ((1vw - 1.024rem) * (2.90179)));
        height: calc(2.6rem + ((1vw - 1.024rem) * (2.90179)));
        border: calc(0.1rem + ((1vw - 1.024rem) * (0.55804))) solid #000;
    }
}

@media only screen and (max-width: 1365px) {
    .split-slider .beer-handle .split-circle::before {
        width: calc(2.6rem + ((1vw - 0.768rem) * (2.25694)));
        height: calc(2.6rem + ((1vw - 0.768rem) * (2.25694)));
        border: calc(0.1rem + ((1vw - 0.768rem) * (0.43403))) solid #000;
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle::before {
        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;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle::after {
        width: calc(2.8rem + ((1vw - 1.024rem) * (3.125)));
        height: calc(2.8rem + ((1vw - 1.024rem) * (3.125)));
    }
}

@media only screen and (max-width: 1365px) {
    .split-slider .beer-handle .split-circle::after {
        width: calc(2.8rem + ((1vw - 0.768rem) * (2.43056)));
        height: calc(2.8rem + ((1vw - 0.768rem) * (2.43056)));
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle::after {
        width: 56px;
        height: 56px;
    }
}

.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/various-applications/various-applications_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 1;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle .split-circleLeft::before, .split-slider .beer-handle .split-circle .split-circleLeft::after {
        transform: scale(0.5) rotate(90deg);
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle .split-circleLeft::before, .split-slider .beer-handle .split-circle .split-circleLeft::after {
        transform: scale(1) rotate(90deg);
    }
}

.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;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle .split-circleLeft::before {
        left: calc(50% - 14px);
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle .split-circleLeft::before {
        left: calc(50% - 19.5px);
    }
}

.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;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle .split-circleLeft::after {
        left: calc(50% - 9px);
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle .split-circleLeft::after {
        left: calc(50% - 12.5px);
    }
}

.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/various-applications/various-applications_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;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle .split-circleRight::before, .split-slider .beer-handle .split-circle .split-circleRight::after {
        transform: scale(0.5) rotate(-90deg);
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle .split-circleRight::before, .split-slider .beer-handle .split-circle .split-circleRight::after {
        transform: scale(1) rotate(-90deg);
    }
}

.split-slider .beer-handle .split-circle .split-circleRight::before {
    left: calc(50%);
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle .split-circleRight::before {
        left: calc(50% - 2px);
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle .split-circleRight::before {
        left: calc(50%);
    }
}

.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;
}

@media only screen and (max-width: 1919px) {
    .split-slider .beer-handle .split-circle .split-circleRight::after {
        left: calc(50% + 4px);
    }
}

@media only screen and (max-width: 767px) {
    .split-slider .beer-handle .split-circle .split-circleRight::after {
        left: calc(50% + 8px);
    }
}

.split-slider .beer-reveal {
    display: inline-block;
}

.split-slider .beer-reveal > img:first-child {
    height: 100%;
}

.beer-slider {
    margin-bottom: 0;
    vertical-align: bottom;
}

.beer-slider > img {
    width: 100%;
}

@keyframes fade_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.lp-mediaFeature-image.of-swiper .swiper-pagination {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.lp-mediaFeature-image.of-swiper .swiper-pagination-bullet {
    margin: 0 4px;
    background: #777;
    opacity: 1;
}

.lp-mediaFeature-image.of-swiper .swiper-pagination-bullet-active {
    background: #e60012;
}
