@charset "UTF-8";

.lp-jumbotron {
    padding: 20px 0 0;
    background-color: #313131;
    color: #fff;
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        padding: calc((20 * 100vw) / 970) 0 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron {
        padding: 20px 0;
    }
}

.lp-mediaSeries {
    display: flex;
    z-index: 1;
    justify-content: space-between;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 45px 10px 30px;
}

.lp-mediaSeries-body {
    align-self: center;
    flex: 1;
    margin-right: 40px;
}

.theme-KVN .lp-mediaSeries-body {
    margin-right: 15px;
}

.lp-mediaSeries-titleGroup {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    text-shadow: -2px 0 10px #000;
}

.lp-mediaSeries-seriesName {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 15px;
}

.theme-KK .lp-mediaSeries-seriesName {
    font-size: 41px;
}

.lp-mediaSeries-title {
    display: block;
    line-height: 1;
}

.lp-mediaSeries-icon {
    margin-right: 8px;
    padding: 0 12px;
    border: solid 1px #e60012;
    color: #e60012;
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSeries {
        padding: calc((45 * 100vw) / 970) calc((10 * 100vw) / 970) calc((30 * 100vw) / 970);
    }
    .lp-mediaSeries-body {
        margin-right: calc((40 * 100vw) / 970);
    }
    .lp-mediaSeries-titleGroup {
        margin-bottom: calc((25 * 100vw) / 970);
        font-size: calc((20 * 100vw) / 970);
    }
    .lp-mediaSeries-seriesName {
        font-size: calc((44 * 100vw) / 970);
        margin-bottom: calc((15 * 100vw) / 970);
    }
    .theme-KK .lp-mediaSeries-seriesName {
        font-size: calc((41 * 100vw) / 970);
    }
    .lp-mediaSeries-icon {
        margin-right: calc((8 * 100vw) / 970);
        padding: 0 calc((12 * 100vw) / 970);
        font-size: calc((18 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaSeries {
        flex-direction: column-reverse;
        width: auto;
        padding: 0 20px;
        min-height: 0%;
    }
    .lp-mediaSeries-body {
        flex: none;
        margin-right: 0;
    }
    .lp-mediaSeries-titleGroup {
        max-width: calc((560 * 100vw) / 640);
        margin-bottom: calc((25 * 100vw) / 640);
        font-size: 18px;
    }
    .lp-mediaSeries-seriesName {
        font-size: 24px;
    }
    .theme-KK .lp-mediaSeries-seriesName {
        font-size: 24px;
    }
    .lp-mediaSeries-icon {
        margin-right: 8px;
        padding: 2px 8px;
        font-size: 14px;
    }
    .lp-mediaSeries-image {
        min-height: 0%;
    }
}

.lp-utility-color-emphasis {
    color: #ffe100;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-mediaProduct {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -180px;
    max-width: 404px;
}

.lp-mediaProduct-description {
    z-index: 1;
    margin-top: -40px;
    padding: 15px;
    border: solid 1px #ffe100;
    background-color: #000;
    color: #ffe100;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.lp-mediaProduct-description > :last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-image {
    min-height: 0%;
    width: 404px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaProduct {
        margin-top: calc((-180 * 100vw) / 970);
    }
    .lp-mediaProduct-description {
        margin-top: calc((-40 * 100vw) / 970);
        padding: calc((15 * 100vw) / 970);
        font-size: calc((18 * 100vw) / 970);
    }
    .lp-mediaProduct-image {
        width: calc((404 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaProduct {
        display: flex;
        flex-direction: column-reverse;
        margin: -60px auto 25px;
    }
    .lp-mediaProduct-description {
        margin-top: calc((-40 * 100vw) / 640);
        padding: 15px 5px;
        font-size: 18px;
    }
    .lp-mediaProduct-description > :last-child {
        margin-bottom: 0;
    }
    .lp-mediaProduct-image {
        width: auto;
        text-align: center;
    }
}

.lp-mediaLead {
    text-align: center;
}

.lp-mediaLead-text {
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    text-shadow: -2px 0 10px #000;
}

.lp-mediaLead-image {
    max-width: 1500px;
    max-height: 372px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 969px) {
    .lp-mediaLead-text {
        margin-bottom: calc((20 * 100vw) / 970);
        font-size: calc((55 * 100vw) / 970);
    }
    .lp-mediaLead-image {
        max-height: calc((372 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaLead-text {
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 30px;
        line-height: 1.2;
    }
    .lp-mediaLead-image {
        max-height: 182px;
    }
}

.lp-layout-grid {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.lp-layout-grid-column {
    position: relative;
    flex: 1;
}

.lp-media-textOuter {
    display: flex;
    position: absolute;
    top: 186px;
    justify-content: center;
    width: 330px;
    margin-bottom: 0;
    padding: 2px 40px;
    transform: translate(-100%, -50%);
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.lp-media-textOuter.of-primary {
    right: -330px;
}

.lp-media-textOuter.of-secondary {
    left: 330px;
    background-color: #ffe100;
    font-size: 23px;
}

.lp-media-text {
    display: flex;
    align-items: center;
    min-height: 46px;
}

.lp-media-image {
    margin-top: calc((-440 * 100vw) / 1500);
}

@media only screen and (max-width: 969px) {
    .lp-media-textOuter {
        top: calc((186 * 100vw) / 970);
        width: calc((330 * 100vw) / 970);
        padding: calc((2 * 100vw) / 970) calc((40 * 100vw) / 970);
        font-size: calc((18 * 100vw) / 970);
    }
    .lp-media-textOuter.of-primary {
        right: calc((-330 * 100vw) / 970);
    }
    .lp-media-textOuter.of-secondary {
        left: calc((330 * 100vw) / 970);
        font-size: calc((23 * 100vw) / 970);
    }
    .lp-media-text {
        min-height: calc((46 * 100vw) / 970);
    }
    .lp-media-image {
        margin-top: calc((-220 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-textOuter {
        top: 91px;
        width: 145px;
        padding: 2px 12px;
        font-size: 12px;
    }
    .lp-media-textOuter.of-primary {
        right: -145px;
    }
    .lp-media-textOuter.of-secondary {
        left: 145px;
        font-size: 12px;
    }
    .lp-media-text {
        min-height: 42px;
    }
    .lp-media-image {
        margin-top: calc((-55 * 100vw) / 360);
    }
}

.lp-section {
    padding: 50px 0;
    background-color: #111;
}

.lp-section p {
    color: #fff;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 10px;
}

@media only screen and (max-width: 969px) {
    .lp-section {
        padding: calc((50 * 100vw) / 970) 0;
    }
    .lp-section-content {
        padding: 0 calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section {
        padding: 30px 0;
    }
    .lp-section-content {
        width: auto;
        padding: 0 20px;
    }
}

.layout-container.of-primary {
    width: 734px;
    margin: 0 0 30px;
}

.layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: solid 4px #ffe100;
    color: #fff;
    font-size: 32px;
}

.lp-headingLevel3 {
    color: #fff;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.lp-text {
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 969px) {
    .layout-container.of-primary {
        width: calc((734 * 100vw) / 970);
        margin: 0 0 calc((30 * 100vw) / 970);
        padding-top: calc((8 * 100vw) / 970);
    }
    .lp-headingLevel2 {
        margin-bottom: calc((20 * 100vw) / 970);
        padding-left: calc((20 * 100vw) / 970);
        font-size: calc((32 * 100vw) / 970);
    }
    .lp-headingLevel3 {
        font-size: calc((23 * 100vw) / 970);
    }
    .lp-text {
        font-size: calc((18 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .layout-container.of-primary {
        width: auto;
    }
    .layout-container > *:last-child {
        margin-bottom: 0;
    }
    .lp-headingLevel2 {
        padding-left: calc((10 * 100vw) / 640);
        border-left: solid 4px #ffe100;
        font-size: 22px;
    }
    .lp-headingLevel3 {
        font-size: 18px;
    }
    .lp-text {
        font-size: 16px;
    }
}

.lp-mediaComparison-content {
    display: flex;
    position: relative;
}

.lp-mediaComparison-body {
    padding-right: 76px;
}

.lp-mediaComparison-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    transform: translateY(-50%);
    border-width: 20px 36px;
    border-style: solid;
    border-color: transparent transparent transparent #ffe100;
    content: "";
}

.lp-mediaComparison-body:last-child {
    padding-right: 0;
}

.lp-mediaComparison-body:last-child::before {
    display: none;
}

.lp-mediaComparison-imageGroup {
    position: relative;
}

.lp-mediaComparison-text {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 323px;
    padding: 7px 20px;
    transform: translateX(-50%);
    border: solid 1px #fff;
    background-color: rgba(25, 25, 25, 0.9);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.lp-mediaComparison-text.of-color-emphasis {
    border: solid 1px #ffe100;
    color: #ffe100;
}

.lp-mediaComparison img {
    width: 435px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaComparison {
        margin: 0 auto;
    }
    .lp-mediaComparison-body {
        flex: 1;
        padding-right: calc((76 * 100vw) / 970);
    }
    .lp-mediaComparison-body::before {
        transform: translateX(50%) translateX(-23px) translateY(-50%);
        border-width: 15px 27px;
    }
    .lp-mediaComparison-text {
        top: calc((10 * 100vw) / 970);
        width: calc((323 * 100vw) / 970);
        padding: calc((7 * 100vw) / 970) calc((20 * 100vw) / 970);
        font-size: calc((18 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaComparison-content {
        flex-direction: column;
        align-items: center;
    }
    .lp-mediaComparison-body {
        flex: inherit;
        padding-right: 0;
        padding-bottom: 76px;
    }
    .lp-mediaComparison-body::before {
        top: 50%;
        transform: translateX(50%) translateX(-23px) translateY(-20px);
        border-width: 36px 20px;
        border-color: #ffe100 transparent transparent transparent;
    }
    .lp-mediaComparison-body:last-child {
        padding: 0;
    }
    .lp-mediaComparison-imageGroup {
        width: auto;
        margin-bottom: 0;
    }
    .lp-mediaComparison-text {
        top: calc((10 * 100vw) / 640);
        width: calc((300 * 100vw) / 370);
        max-width: 400px;
        padding: calc((7 * 100vw) / 640) calc((10 * 100vw) / 640);
        font-size: 18px;
    }
    .lp-mediaComparison img {
        max-width: 435;
    }
}

.lp-mediaAsset {
    margin-bottom: 10px;
}

.lp-mediaAsset-body {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 55px 0 10px;
    background: url("../../img/landing_page/lp_digital-microscope_01168211/lp_digital-microscope_01168211_bg_01.png") no-repeat top center;
}

.lp-mediaAsset-text {
    margin: 0 60px;
    font-size: 32px;
    font-weight: bold;
    flex: 1;
}

.lp-mediaAsset-assetImage {
    order: -1;
    max-width: 260px;
    margin-left: 80px;
    width: 100%;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        margin-bottom: calc((40 * 100vw) / 970);
    }
    .lp-mediaAsset-body {
        padding: calc((55 * 100vw) / 970) 0 calc((10 * 100vw) / 970);
        background-size: contain;
    }
    .lp-mediaAsset-text {
        margin: calc((20 * 100vw) / 970) calc((50 * 100vw) / 970);
        font-size: calc((36 * 100vw) / 970);
    }
    .lp-mediaAsset-assetImage {
        margin-left: calc((80 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        padding: 0 20px;
    }
    .lp-mediaAsset-body {
        flex-direction: column;
        padding: calc((55 * 100vw) / 640) 0 10px;
        background: none;
    }
    .lp-mediaAsset-text {
        position: relative;
        width: 100%;
        margin: 0 0 10px;
        font-size: 22px;
        text-align: center;
        flex: none;
    }
    .lp-mediaAsset-text::after {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        width: 300px;
        height: 300px;
        transform: translateX(-50%);
        background: url("../../img/landing_page/lp_digital-microscope_01168211/lp_vhx7000_02_rwd_bg_02.png") no-repeat top center;
        background-size: contain;
        content: "";
    }
    .lp-mediaAsset-text p {
        margin-bottom: 0;
    }
    .lp-mediaAsset-assetImage {
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.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-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 16px -24px;
}

@media only screen and (max-width: 768px) {
    .lp-listButton {
        flex-direction: column;
    }
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}
