@charset "UTF-8";


/* =================================================================================================
reset
================================================================================================= */
@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Light.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Light.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: 200;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: bold;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: notosans,
 "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 Meiryo,
 Osaka,
 "ＭＳ Ｐゴシック",
 "MS PGothic",
 sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

video {
    display: block;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-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 {
    background: rgba(230, 0, 18, 0.8);
    box-shadow: 0 4px 8px rgba(230, 0, 18, 0.4);
    transition: box-shadow 0.5s ease-out;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion:hover,
.lp-buttonConversion:focus {
    background: rgba(230, 0, 18, 0.8);
    box-shadow: 0 0 0 0;
    transition: box-shadow 0.5s ease-out;
}

/* =================================================================================================
layout
================================================================================================= */
.lp-layout-header {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto;
    padding: 34px 30px 32px;
}

.lp-layout-header-content > *:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        display: block;
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.80723))) calc(2rem + ((1vw - 0.36rem) * (1.50602)));
        text-align: center;
    }
}

.lp-layout-header-logo {
    flex: 1;
    min-width: 182px;
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: calc(11rem + ((1vw - 0.36rem) * (4.51807)));
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

.lp-layout-header-logo > a img {
    width: 182px;
    height: 34px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo > a img {
        width: calc(11rem + ((1vw - 0.36rem) * (4.51807)));
    }
}

.lp-layout-header-body {
    min-width: 250px;
    margin-right: 40px;
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-body {
        margin-right: 0;
    }
}

.lp-layout-header-number {
    position: relative;
    margin-bottom: 0;
    padding-left: 44px;
    font-size: 2rem;
    font-weight: bold;
}

.lp-layout-header-number::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 21px;
    transform: translateY(-50%);
    background: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_tel_img_01.png") no-repeat center;
    content: "";
}

.lp-layout-header-number > a {
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-layout-header-numberText {
    font-size: 1.3rem;
}

.lp-layout-footer {
    z-index: 10;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px 15px;
    border-top: 1px solid #d7d7d7;
    background: #fff;
    color: #333;
    font-size: 1.3rem;
}

.lp-layout-footer > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer {
        position: relative;
        padding: 20px 20px 18px;
        border-top: 1px solid #ddd;
        font-size: 1.3rem;
        text-align: left;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 0 0 0 8px;
    padding-left: 8px;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #333;
    content: "";
}

.lp-layout-footer-list > li:first-child {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list > li:last-child {
        width: 100%;
        margin: 10px 0 0;
        padding-left: 0;
    }
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-list > li > a {
    color: #333;
}

/* =================================================================================================
module
================================================================================================= */
.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1540px;
    margin: 0 auto;
    padding: 60px 100px 60px 30px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 30px 20px 40px;
    }
}

.lp-jumbotron-body {
    width: 100%;
    max-width: 640px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 52px;
    text-align: center;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.6rem + ((1vw - 0.36rem) * (6.37255)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 20px;
    font-family: notoserif;
    font-size: 7.2rem;
    line-height: 1.3;
}

.lp-jumbotron-title.of-fontSize-small {
    font-size: 5rem;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron-title {
        font-size: calc(4.8rem + ((1vw - 0.36rem) * (2.14286)));
    }
    .lp-jumbotron-title.of-fontSize-small {
        font-size: 3.8rem;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 39px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.53571)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-series {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (4.65686)));
    }
}

.lp-jumbotron-seriesName {
    font-weight: normal;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 4px;
    font-family: notoserif;
    font-size: 3.2rem;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.89286)));
    }
}

.lp-jumbotron-image {
    width: 100%;
    max-width: 608px;
    min-height: 0%;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron-image {
        max-width: calc((608 * 100vw) / 1480);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: 608px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.lp-section {
    overflow: hidden;
}

.lp-section-content {
    max-width: 1540px;
    margin: 0 auto;
    padding: 191px 30px 30px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 0 0 120px;
    }
}

@media screen and (max-width: 640px) {
    .lp-section-content {
        padding: 0 0 100px;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column-reverse;
    }
}

.lp-media-body {
    max-width: 630px;
    font-size: 1.8rem;
    line-height: 1.9;
}

.lp-media-body > * {
    padding-right: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-media-body > * {
        padding: 0;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1480px) {
    .lp-media-body {
        max-width: calc(45rem + ((1vw - 1.024rem) * (39.47368)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.03614)));
    }
}

@media screen and (max-width: 640px) {
    .lp-media-body {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-media-text {
    margin-bottom: 30px;
}

.lp-media-titleImage {
    display: block;
    position: relative;
}

.lp-media-image {
    position: relative;
    flex: 1;
    height: 0%;
    min-height: 450px;
    padding: 0 0 59px 105px;
    background: #e8eff9;
}

.lp-media-image > *:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1480px) {
    .lp-media-image {
        min-height: auto;
        padding: 0 0 calc(2rem + ((1vw - 1.024rem) * (8.55263))) calc(5rem + ((1vw - 1.024rem) * (12.0614)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        flex: 0 1 auto;
        width: 100%;
        min-height: auto;
        margin-bottom: 40px;
        padding: calc(2rem + ((1vw - 0.36rem) * (1.50602))) calc(2rem + ((1vw - 0.36rem) * (9.03614)));
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-media-image {
        margin-bottom: 30px;
    }
}

.lp-media-image::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300%;
    height: 100%;
    background: #e8eff9;
    content: "";
}

.lp-media-image > img {
    margin-top: -66px;
}

@media screen and (max-width: 1480px) {
    .lp-media-image > img {
        margin-top: calc(-3.3rem + ((1vw - 1.024rem) * (-7.23684)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image > img {
        margin-top: 0;
    }
}

.lp-media-title {
    position: relative;
    margin-bottom: 62px;
    padding: 0 30px 19px 0;
    border-bottom: 1px solid #6b6b6b;
    font-family: notoserif;
    font-size: 4.6rem;
}

@media screen and (max-width: 1480px) {
    .lp-media-title {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.25)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-title {
        margin-bottom: 36px;
        padding-right: 0;
    }
}

.lp-media-title::before {
    display: block;
    position: absolute;
    bottom: -5px;
    width: 306px;
    height: 4px;
    background: #aebace;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-media-title::before {
        width: calc(14.8rem + ((1vw - 0.36rem) * (38.72549)));
    }
}

.lp-media-title.of-secondary .lp-media-titleImage {
    font-size: 12px;
    line-height: 0;
}

.lp-media.of-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-reverse .lp-media-body {
    padding-right: 0;
}

.lp-media.of-reverse .lp-media-body > * {
    padding-right: 0;
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-body > * {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-body {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.03614)));
    }
}

.lp-media.of-reverse .lp-media-title {
    padding-right: 0;
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-title {
        padding-left: 0;
    }
}

.lp-media.of-reverse .lp-media-title::before {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-title::before {
        left: 0;
    }
}

.lp-media.of-reverse .lp-media-image {
    padding: 0 105px 59px 0;
}

@media screen and (max-width: 1480px) {
    .lp-media.of-reverse .lp-media-image {
        padding: 0 calc(5rem + ((1vw - 1.024rem) * (12.0614))) calc(2rem + ((1vw - 1.024rem) * (8.55263))) 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-image {
        padding: calc(2rem + ((1vw - 0.36rem) * (1.50602))) calc(2rem + ((1vw - 0.36rem) * (9.03614)));
    }
}

.lp-media.of-reverse .lp-media-image::after {
    right: 100%;
    left: auto;
}

.lp-media.of-primary .lp-media-image::after {
    background: #e2dfee;
}

.lp-media.of-primary .lp-media-title::before {
    background: #c2badc;
}

.lp-media.of-secondary .lp-media-image::after {
    background: #f6f8e6;
}

.lp-media.of-secondary .lp-media-title::before {
    background: #dcd9ba;
}

.lp-media.of-tertiary .lp-media-image::after {
    background: #e6f5f1;
}

.lp-media.of-tertiary .lp-media-title::before {
    background: #badcd2;
}

.lp-media.of-quaternary .lp-media-image::after {
    background: #ebe1e0;
}

.lp-media.of-quaternary .lp-media-title::before {
    background: #dcbbba;
}

.lp-listBullet {
    margin-bottom: 32px;
}

.lp-listBullet > li {
    position: relative;
    padding-left: 21px;
    font-family: notoserif;
    font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
    .lp-listBullet > li {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-listBullet > li::before {
    display: block;
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #808080;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-listBullet > li::before {
        top: calc(2.2rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-figure {
    display: inline-block;
    margin-top: -60px;
}

@media screen and (max-width: 1024px) {
    .lp-figure {
        margin-top: 0;
    }
}

.lp-figure.of-primary {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-figure.of-primary {
        margin-bottom: calc(1rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-figure-image {
    width: 100%;
}

.lp-figure-image.of-primary {
    position: relative;
}

.lp-figure-image.of-secondary {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.lp-figure-image > img {
    width: 100%;
}

.lp-figure.of-animation {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-figure.of-animation {
        display: inline-block;
    }
}

.lp-figure-caption {
    margin-top: 24px;
    font-size: 1.3rem;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .lp-figure-caption {
        margin-top: calc(2rem + ((1vw - 0.36rem) * (0.98039)));
        font-size: calc(1.2rem + ((1vw - 0.36rem) * (0.2451)));
    }
}

.lp-cardDetail {
    display: flex;
}

.lp-cardDetail-content {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    background: radial-gradient(at top, #001d8d, #000b37);
}

@media screen and (max-width: 1480px) {
    .lp-cardDetail-content {
        min-height: calc(55rem + ((1vw - 1.24rem) * (25)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardDetail-content {
        min-height: auto;
    }
}

.lp-cardDetail-content::before {
    display: block;
    position: absolute;
    left: 0;
    width: 598px;
    height: 900px;
    background: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_bg_img_01.png") left top no-repeat;
    background-size: 598px;
    content: "";
}

@media screen and (max-width: 1840px) {
    .lp-cardDetail-content::before {
        background-size: calc(20.6rem + ((1vw - 0.768rem) * (34.02778)));
    }
}

@media screen and (max-width: 1480px) {
    .lp-cardDetail-content::before {
        width: calc(20.6rem + ((1vw - 0.768rem) * (34.02778)));
        height: calc(31rem + ((1vw - 0.768rem) * (51.21528)));
        background-size: calc(20.6rem + ((1vw - 0.768rem) * (34.02778)));
    }
}

@media screen and (max-width: 640px) {
    .lp-cardDetail-content::before {
        width: calc(16.8rem + ((1vw - 0.36rem) * (9.31373)));
        height: calc(25.2rem + ((1vw - 0.36rem) * (14.21569)));
        background-size: calc(16.8rem + ((1vw - 0.36rem) * (9.31373)));
    }
}

.lp-cardDetail-content::after {
    display: block;
    position: absolute;
    right: 0;
    width: 598px;
    height: 900px;
    background: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_bg_img_02.png") right top no-repeat;
    background-size: 598px;
    content: "";
}

@media screen and (max-width: 1840px) {
    .lp-cardDetail-content::after {
        background-size: calc(20.6rem + ((1vw - 0.768rem) * (34.02778)));
    }
}

@media screen and (max-width: 1480px) {
    .lp-cardDetail-content::after {
        width: calc(20.6rem + ((1vw - 0.768rem) * (34.02778)));
        height: calc(31rem + ((1vw - 0.768rem) * (51.21528)));
        background-size: calc(20.6rem + ((1vw - 0.768rem) * (34.02778)));
    }
}

@media screen and (max-width: 640px) {
    .lp-cardDetail-content::after {
        width: calc(16.8rem + ((1vw - 0.36rem) * (9.31373)));
        height: calc(25.2rem + ((1vw - 0.36rem) * (14.21569)));
        background-size: calc(16.8rem + ((1vw - 0.36rem) * (9.31373)));
    }
}

.lp-cardDetail-body {
    align-self: center;
    max-width: calc(860vw * 100 / 1840);
    margin: 0 auto;
    padding: 40px 18px;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .lp-cardDetail-body {
        align-self: auto;
        max-width: 100%;
        padding: calc(22.5rem + ((1vw - 0.36rem) * (8.57843))) 20px 60px;
    }
}

.lp-cardDetail-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardDetail-title {
    margin-bottom: 72px;
    font-family: notoserif;
    font-size: calc(3.2rem + ((1vw - 0.768rem) * (1.30597)));
    line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-cardDetail-title {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (2.85714)));
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.45098)));
    }
}

.lp-cardDetail-text {
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 1.9;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-cardDetail-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 126px 60px 80px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-content {
        padding: 0 60px 80px;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-content {
        flex-direction: column;
        padding: 0 20px 40px;
    }
}

.lp-mediaAsset-body {
    order: 2;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        flex: 1;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex: 0 1 auto;
        width: 100%;
    }
}

.lp-mediaAsset-image {
    order: 1;
    min-width: 141px;
    margin-right: 50px;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-mediaAsset-image > img {
    border: 1px solid #ccc;
}

.lp-mediaAsset-text {
    font-family: notoserif;
    font-size: 3.6rem;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        margin-bottom: 36px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

.lp-textLink {
    font-size: 1.8rem;
}

@media screen and (max-width: 1480px) {
    .lp-textLink {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.4386)));
    }
}

.lp-textLink > a {
    color: #333;
}

.lp-listButton {
    margin-bottom: 30px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin-bottom: 20px;
}

/* =================================================================================================
splitSettings
================================================================================================= */
.split-slider {
    display: inline-block;
    margin-bottom: 4px;
    overflow: hidden;
}

@media screen and (max-width: 1480px) {
    .split-slider {
        display: block;
    }
}

.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 .split-circle::before {
    box-sizing: border-box;
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    transform: translate(-50%, -50%);
    border: 6px solid #000;
    border-radius: 50%;
    content: "";
    opacity: 1;
}

.split-slider .split-circle::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff no-repeat center center;
    content: "";
    opacity: 1;
}

.split-slider .split-circleLeft::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% - 19.5px);
    width: 11px;
    height: 8px;
    margin-top: -4px;
    transform: scale(1) rotate(90deg);
    background-image: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_slider_img_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
    content: "";
    opacity: 1;
}

.split-slider .split-circleLeft::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% - 12.5px);
    width: 11px;
    height: 8px;
    margin-top: -4px;
    transform: scale(1) rotate(90deg);
    background-image: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_slider_img_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
    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 .split-circleRight::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50%);
    width: 11px;
    height: 8px;
    margin-top: -4px;
    transform: scale(1) rotate(-90deg);
    background-image: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_slider_img_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
    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 .split-circleRight::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    width: 11px;
    height: 8px;
    margin-top: -4px;
    transform: scale(1) rotate(-90deg);
    background-image: url("../../../../../../img/ss/products/measure-sys/vl/006/vl_2120_01_slider_img_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
    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;
}

.beer-reveal {
    display: inline-block;
}

/* =================================================================================================
animationSettings
================================================================================================= */
[data-script-enabled="true"] .lp-cardDetail-title {
    transform: translate(0, 40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-cardDetail-text {
    transform: translate(0, 40px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-cardDetail.is-active .lp-cardDetail-title {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s, opacity 0.8s ease-in 0s;
}

[data-script-enabled="true"] .lp-cardDetail.is-active .lp-cardDetail-text {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s 0.8s, opacity 0.8s ease-in 0.8s;
}

[data-script-enabled="true"] .lp-section {
    transform: translate(0, 20px);
    opacity: 0;
}

[data-script-enabled="true"] .lp-section .lp-media-image {
    background: none;
}

[data-script-enabled="true"] .lp-section .lp-media-image::after {
    left: 200%;
}

[data-script-enabled="true"] .lp-section .of-reverse .lp-media-image::after {
    right: 200%;
    left: auto;
}

[data-script-enabled="true"] .lp-section.is-active {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
}

[data-script-enabled="true"] .lp-section.is-active .lp-media-image::after {
    left: 0;
    animation: slide_animation 1s cubic-bezier(0.51, 0.16, 0.46, 0.99);
}

[data-script-enabled="true"] .lp-section.is-active .of-reverse .lp-media-image::after {
    right: 0;
    left: auto;
    animation: slide_animationRevers 1s cubic-bezier(0.51, 0.16, 0.46, 0.99);
}

[data-script-enabled="true"] .lp-section.is-active .lp-media-title.of-primary .lp-media-titleImage {
    display: inline-block;
    transform: rotateY(180deg);
    animation: rotate_animation 0.5s linear forwards 1.3s;
}

[data-script-enabled="true"] .lp-section.is-active .lp-media-title.of-secondary {
    line-height: 0;
}

[data-script-enabled="true"] .lp-section.is-active .lp-media-title.of-secondary .lp-media-titleImage.of-slashAnimate-down {
    margin-top: -5px;
    animation: slash_animationUp 0.5s linear forwards 1s;
}

[data-script-enabled="true"] .lp-section.is-active .lp-media-title.of-secondary .lp-media-titleImage.of-slashAnimate-up {
    margin-top: 10px;
    animation: slash_animationDown 0.5s linear forwards 1s;
}

[data-script-enabled="true"] .lp-section.is-active .of-animation .of-secondary {
    opacity: 1;
    transition: opacity 0.3s ease-in 1.3s;
}

@keyframes rotate_animation {
    0% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

@keyframes slash_animationDown {
    0% {
        margin-top: 10px;
    }
    50% {
        margin-top: 10px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes slash_animationUp {
    0% {
        margin-top: -5px;
    }
    50% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes fade_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide_animation {
    0% {
        left: 300%;
        width: 0;
    }
    100% {
        left: 0;
        width: 300%;
    }
}

@keyframes slide_animationRevers {
    0% {
        right: 300%;
        width: 0;
    }
    100% {
        right: 0;
        width: 300%;
    }
}

.lp-utility-textAlign-center {
    text-align: center !important;
}

.lp-largeScreen-textAlign-right {
    text-align: right !important;
}

.lp-largeScreen-textAlign-left {
    text-align: left !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-textAlign-center {
        text-align: center !important;
    }
}

.lp-smallScreen-hide {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-largeScreen-hide {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-hide {
        display: block !important;
    }
}
