@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;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 300;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: notosans, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

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;
}

body {
    position: relative;
}

@media screen and (max-width: 1024px) {
    body {
        height: auto;
    }
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

[data-script-enabled="true"] .lp-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    min-height: 700px;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: block;
    }
}

.lp-layout-header {
    z-index: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        border-bottom: 0;
        box-shadow: none;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    min-height: 70px;
    margin: 0 auto;
    padding-right: 5px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-header-content {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        flex-direction: column;
        min-height: inherit;
        padding: 20px;
        text-align: center;
    }
}

.lp-layout-header-logo {
    padding: 24px 0;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding: 0;
    }
}

.lp-layout-header-logo img {
    width: 126px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo img {
        width: 94px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-utilityGroup {
        display: none;
        flex: inherit;
        margin-top: 20px;
        margin-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -16px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-utilityList {
        justify-content: center;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 20px;
}

.lp-layout-header-utilityList > li.of-noMargin {
    padding: 0;
}

.lp-layout-footer {
    border-top: 1px solid #dedede;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer {
        border-top-color: #c5c5c5;
    }
}

.lp-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

@media screen and (max-width: 1200px) {
    .lp-layout-footer-content {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-layout-footer-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-utilityGroup {
        flex: inherit;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -8px;
    margin-left: -28px;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList {
        justify-content: center;
        margin-bottom: 8px;
    }
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 8px;
    margin-left: 28px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #dedede;
    content: "";
}

.lp-layout-footer-utilityList > li:last-child::before {
    display: none;
}

.lp-layout-footer-utilityList a {
    color: #06c;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    color: #f00;
    text-decoration: underline;
    opacity: 0.7;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-layout-main {
    flex: 1;
    overflow: hidden;
}

.lp-section {
    position: relative;
    background-color: #fff;
}

.lp-section-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-section-content {
    width: 1200px;
}

@media screen and (max-width: 1200px) {
    [data-script-enabled="true"] .lp-section-content {
        width: 100%;
    }
}

.lp-section.of-primary {
    background-color: #040607;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-content {
        padding: 2.4rem 2rem 4rem;
    }
}

.lp-section.of-secondary {
    background-color: #f8f8f8;
}

.lp-section.of-secondary::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../../../../img/ss/products/measure-sys/xm/006/2090_01_bg_02.png") no-repeat 0 0;
    background-size: cover;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary::before {
        background: none;
    }
}

.lp-section.of-secondary.of-backgroundImage-invert::before {
    transform: scaleX(-1);
}

.lp-section.of-secondary .lp-section-content {
    padding: 10rem 0 5rem;
}

[data-script-enabled="true"] .lp-section.of-secondary .lp-section-content {
    padding-top: 5rem;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc(5rem + ((1vw - 1.024rem) * (28.40909))) 2rem calc(2.5rem + ((1vw - 1.024rem) * (14.20455)));
    }
    [data-script-enabled="true"] .lp-section.of-secondary .lp-section-content {
        padding-top: calc(2.5rem + ((1vw - 1.024rem) * (14.20455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 2.4rem 2rem 2rem;
    }
    [data-script-enabled="true"] .lp-section.of-secondary .lp-section-content {
        padding-top: 2.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary + .lp-section.of-secondary .lp-section-content {
        padding: calc(2.5rem + ((1vw - 1.024rem) * (14.20455))) 2rem calc(2.5rem + ((1vw - 1.024rem) * (14.20455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary + .lp-section.of-secondary .lp-section-content {
        padding: 2.4rem 2rem 2rem;
    }
}

.lp-section.of-slideAnimation {
    background-color: #f8f8f8;
}

.lp-section.of-slideAnimation .lp-section-content {
    padding: 14.6rem 2rem 4rem;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding: calc(1rem + ((1vw - 1.024rem) * (45.45455))) 2rem calc(1rem + ((1vw - 1.024rem) * (17.04545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding: 2rem 2rem 4rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding-top: calc(146vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding-top: calc(90vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding-top: calc(90vh * 100 / 900);
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding-top: 73px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-section.of-slideAnimation .lp-section-content {
        padding-top: 2rem;
    }
}

.lp-section.of-slideAnimation + .lp-section .lp-section-content {
    padding: 0 2rem 5rem;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-slideAnimation + .lp-section .lp-section-content {
        padding: 0 2rem calc(2.5rem + ((1vw - 1.024rem) * (14.20455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-slideAnimation + .lp-section .lp-section-content {
        padding: 2.4rem 2rem 4rem;
    }
}

.lp-jumbotron::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 1613px;
    height: 100%;
    background: url("../../../../../../img/ss/products/measure-sys/xm/006/2090_01_bg_01.jpg") repeat-y;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron::before {
        width: calc(36rem + ((1vw - 0.36rem) * (149.16667)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron::before {
        display: none;
    }
}

.lp-jumbotron::after {
    display: block;
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fefefe no-repeat;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron::after {
        display: none;
    }
}

.lp-jumbotron-content {
    width: 1200px;
    padding: 8.5rem 0 8.5rem;
}

[data-script-enabled="true"] .lp-jumbotron-content {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content {
        width: auto;
        padding: calc(0rem + ((1vw - 0.36rem) * (10.11905))) 2rem calc(0rem + ((1vw - 0.36rem) * (10.11905)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding: 0 2rem 4rem;
    }
}

.lp-jumbotron-inner {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.2rem 7.5rem 7.5rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-inner {
        max-width: calc(96.4rem + ((1vw - 1.024rem) * (105.68182)));
        padding: 8.5rem 2.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        max-width: none;
        padding: 0;
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-inner {
        padding: 4rem 5.5rem 5rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-inner {
        padding: 0;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-body {
        flex: inherit;
        width: 100%;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body .lp-listButton {
    margin-top: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.90476)));
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 3.5rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.30952)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 3rem;
    font-size: 6rem;
    font-weight: normal;
    letter-spacing: -4px;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.4rem + ((1vw - 0.36rem) * (1.90476)));
        font-size: calc(0rem + ((1vw - 0.36rem) * (7.14286)));
        letter-spacing: calc(0rem + ((1vw - 0.36rem) * (-0.47619)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: 2.6rem;
        letter-spacing: 0;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.lp-jumbotron-seriesGroup .lp-iconEmphasis {
    margin-top: 0.2rem;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-seriesGroup .lp-iconEmphasis {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-seriesGroup .lp-iconEmphasis {
        margin-right: 0;
        margin-bottom: 0.8rem;
    }
}

.lp-jumbotron-series {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.71429)));
    }
}

.lp-jumbotron-text {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-text {
        margin-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.32258)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.96774)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-jumbotron-text.of-order-first {
    order: -1;
}

.lp-jumbotron-image {
    margin: -16.3rem 1.7rem -22rem 3.5rem;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-image {
        flex: 1 0 auto;
        width: 100%;
        max-width: calc(13rem + ((1vw - 0.36rem) * (52.5)));
        margin: calc(0rem + ((1vw - 0.36rem) * (-16.78571))) calc(0rem + ((1vw - 0.36rem) * (3.80952))) calc(0rem + ((1vw - 0.36rem) * (-26.19048))) calc(0rem + ((1vw - 0.36rem) * (3.80952)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: 400px;
        min-height: 0%;
        margin: 0;
        padding: 0 1.2rem 0 0.5rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-image {
        flex: 1 0 auto;
        max-width: calc(571vh * 100 / 900);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-image {
        max-width: 444px;
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .lp-jumbotron-image {
        max-width: calc(450vh * 100 / 800);
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-image {
        max-width: 450px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-image {
        flex: 0 1 auto;
        max-width: 400px;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 3.1rem;
    padding-bottom: 3.7rem;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.95238)));
        padding-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.95238)));
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.57143)));
    }
}

.lp-headingLevel2.of-primary {
    margin-right: 61rem;
    margin-bottom: 3.6rem;
    padding: 0 0 3.4rem 1rem;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2.of-primary {
        margin-right: calc(40rem + ((1vw - 1.024rem) * (119.31818)));
        margin-bottom: 2.4rem;
        padding: 0 0 2.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2.of-primary {
        margin-right: 0;
    }
}

@media screen and (max-height: 800px) {
    .lp-headingLevel2.of-primary {
        font-size: calc(50vh * 100 / 700);
    }
}

@media screen and (max-height: 700px) {
    .lp-headingLevel2.of-primary {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-headingLevel2.of-primary {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (4.04762)));
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-headingLevel2.of-primary {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (4.04762)));
    }
}

.lp-headingLevel2::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translateX(-73px);
    border-radius: 50%;
    background-color: #9b4998;
    box-shadow: 20px 0 0 #9b4998, 40px 0 0 #9b4998, 60px 0 0 #9b4998, 80px 0 0 #9b4998, 100px 0 0 #9b4998, 120px 0 0 #9b4998, 140px 0 0 #9b4998;
    content: "";
}

.lp-headingLevel3 {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.42857)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.95238)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: 2rem;
    }
}

.lp-headingLevel3.of-primary {
    margin-right: 61rem;
    padding: 0 0 2.4rem 1rem;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel3.of-primary {
        margin-right: calc(40rem + ((1vw - 1.024rem) * (119.31818)));
        margin-bottom: 2.4rem;
        padding: 0 0 2.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3.of-primary {
        margin-right: 0;
    }
}

@media screen and (max-height: 800px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: calc(10vh * 100 / 700);
    }
}

@media screen and (max-height: 700px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 800px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: 2.4rem;
    }
}

.lp-text {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.47619)));
    }
    .lp-text span {
        display: block;
    }
}

.lp-textLead {
    margin-bottom: 4rem;
    font-size: 3.2rem;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-textLead {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (2.38095)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.42857)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-textLead {
        margin-bottom: 2rem;
        line-height: 1.4;
    }
}

@media screen and (max-height: 900px) {
    .lp-textLead {
        font-size: calc(30vh * 100 / 900);
    }
}

@media screen and (max-height: 700px) {
    .lp-textLead {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-textLead {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.42857)));
    }
}

.lp-textLead em {
    font-size: 5.4rem;
}

@media screen and (max-width: 1200px) {
    .lp-textLead em {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.38095)));
    }
}

.lp-listButton {
    margin-top: 4.5rem;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .lp-listButton {
        margin-top: calc(2.4rem + ((1vw - 0.36rem) * (1.42857)));
    }
}

.lp-listButton > li {
    margin-bottom: 1.6rem;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listDescription dt {
    margin-bottom: 0.4rem;
    color: #9b4998;
    font-size: 1.8rem;
}

.lp-listDescription dd {
    margin-bottom: 0.8rem;
}

.lp-listDescription dd > *:last-child {
    margin-bottom: 0;
}

.lp-listTarget {
    display: none;
    position: relative;
    justify-content: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .lp-listTarget {
        display: flex;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 360px) {
    .lp-listTarget {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (-9.82801)));
    }
}

.lp-listTarget > li {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 200px;
    max-width: 400px;
    transform: translateX(-50%);
    background-color: #fff;
    transition: opacity 0.5s ease-in;
}

.lp-listTarget > li:first-child {
    display: block;
    z-index: 1;
}

[data-script-enabled="true"] .lp-listTarget > li {
    display: block;
}

@media screen and (max-width: 360px) {
    .lp-listTarget > li {
        min-width: 160px;
        max-width: none;
    }
}

.lp-listTarget > li.is-show {
    z-index: 2;
    opacity: 1;
}

.lp-listTarget > li.is-hide {
    opacity: 0;
}

.lp-buttonConversion {
    box-shadow: 0 5px 10px rgba(255, 0, 20, 0.25);
}

@media screen and (max-width: 1200px) {
    .lp-buttonConversion {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.47619)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion {
        box-shadow: none;
        font-size: 1.6rem;
    }
}

.lp-card {
    margin-bottom: 4rem;
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #9b4998;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-card {
        margin-bottom: 2rem;
        padding: 1.4rem 0.8rem;
    }
}

.lp-cardPhoneLink {
    display: block;
    background-color: #fff;
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink {
        padding: 1.8rem 2rem;
        border-bottom: 1px solid #c5c5c5;
        text-align: center;
    }
}

.lp-cardPhoneLink-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.6rem;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink-numberGroup {
        justify-content: center;
    }
}

.lp-cardPhoneLink-numberGroup img {
    display: block;
    margin-top: 0.2rem;
    margin-right: 1rem;
}

.lp-cardPhoneLink-number {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}

.lp-cardPhoneLink-notes {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.lp-media {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 470px;
}

@media screen and (max-width: 1200px) {
    .lp-media {
        min-height: calc(40rem + ((1vw - 1.024rem) * (39.77273)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media {
        display: block;
        min-height: inherit;
    }
}

.lp-media-outer {
    display: flex;
    margin-bottom: 3.2rem;
}

.lp-media-body {
    width: 100%;
    padding: 2rem 78rem 4.6rem 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-media-body {
        padding: 0 calc(60rem + ((1vw - 1.024rem) * (79.54545))) 2rem 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        padding: 0;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 720px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .lp-media-image {
        max-width: calc(58rem + ((1vw - 1.024rem) * (79.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        position: static;
        max-width: none;
        margin: 0 -2rem 3.2rem;
        transform: none;
    }
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-reverse .lp-media-body {
    padding: 4rem 10rem 4rem 90rem;
}

@media screen and (max-width: 1200px) {
    .lp-media.of-reverse .lp-media-body {
        padding: 0 calc(0rem + ((1vw - 1.024rem) * (56.81818))) 0 calc(36.6rem + ((1vw - 1.024rem) * (303.40909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-reverse .lp-media-body {
        padding: 0;
    }
}

.lp-media.of-reverse .lp-media-image {
    right: inherit;
    left: 0;
}

.lp-mediaProduct {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 750px;
}

[data-script-enabled="true"] .lp-mediaProduct {
    min-height: 550px;
}

@media screen and (max-width: 1200px) {
    .lp-mediaProduct {
        min-height: calc(0rem + ((1vw - 0.36rem) * (89.28571)));
    }
    [data-script-enabled="true"] .lp-mediaProduct {
        min-height: calc(0rem + ((1vw - 0.36rem) * (59.52381)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaProduct {
        display: block;
        min-height: inherit;
    }
}

.lp-mediaProduct-outer {
    display: flex;
    margin-bottom: 3.2rem;
}

.lp-mediaProduct-body {
    width: 100%;
    padding: 4rem 54.8rem 4rem 1.8rem;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-mediaProduct-body {
        padding: 4rem calc(0rem + ((1vw - 0.36rem) * (70.71429))) 4rem calc(0rem + ((1vw - 0.36rem) * (3.57143)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaProduct-body {
        padding: 0;
    }
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-image {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 63.6rem;
    width: 715px;
    transform: translateY(-50.09%);
    backface-visibility: hidden;
}

@media screen and (max-width: 1200px) {
    .lp-mediaProduct-image {
        left: calc(52rem + ((1vw - 1.024rem) * (65.90909)));
        width: calc(50rem + ((1vw - 1.024rem) * (122.15909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaProduct-image {
        position: static;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 3.2rem;
        padding-left: 1rem;
        transform: none;
        text-align: center;
    }
}

@media screen and (max-height: 900px) {
    .lp-mediaProduct-image {
        width: calc(785vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-mediaProduct-image {
        width: calc(550vh * 100 / 700);
    }
}

@media screen and (max-height: 700px) {
    .lp-mediaProduct-image {
        width: 550px;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-mediaProduct-image {
        width: calc(650vh * 100 / 900);
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-mediaProduct-image {
        width: 550px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-mediaProduct-image {
        width: 100%;
    }
}

.lp-figure-group {
    position: relative;
    width: 720px;
    height: 480px;
}

@media screen and (max-width: 1200px) {
    .lp-figure-group {
        max-width: calc(58rem + ((1vw - 1.024rem) * (79.54545)));
        max-height: calc(38.7rem + ((1vw - 1.024rem) * (47.15909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-group {
        width: auto;
        max-width: inherit;
        height: calc(24.1rem + ((1vw - 0.36rem) * (66.71687)));
        max-height: inherit;
    }
}

.lp-figure-group > .lp-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    transition: opacity 0.5s ease-in;
}

.lp-figure-group > .lp-figure:first-child {
    z-index: 1;
}

.lp-figure-group > .lp-figure.is-show {
    z-index: 2;
    opacity: 1;
}

.lp-figure-group > .lp-figure.is-hide {
    opacity: 0;
}

.lp-figure {
    position: relative;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-figure {
        margin: 0 0 2.4rem;
    }
}

.lp-figure-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4rem 1rem 0.5rem;
    background-color: rgba(155, 73, 152, 0.6);
    color: #fff;
    font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.95238)));
    }
}

.lp-figureSlider {
    display: flex;
    position: relative;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider {
        min-height: auto;
    }
}

.lp-figureWork {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    margin-left: -40px;
    transition: transform 0.5s ease;
}

[data-script-enabled="true"] .lp-figureWork {
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .lp-figureWork {
        width: 210px;
        margin-left: -10px;
        overflow: visible;
        transform: translateX(0);
    }
    [data-script-enabled="true"] .lp-figureWork {
        width: 100%;
        margin-left: -35px;
    }
    [data-script-enabled="true"] [data-item-length="1"] .lp-figureWork {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureWork {
        flex: 1;
        justify-content: center;
        width: 180px;
        margin-left: 0;
        overflow: visible;
        transform: translateX(0);
    }
    [data-script-enabled="true"] .lp-figureWork {
        width: 100%;
        margin-left: -142px;
    }
    [data-script-enabled="true"] [data-item-length="1"] .lp-figureWork {
        margin-left: -20px;
    }
}

.lp-figureWork-wrapper {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 21px calc(50% - 50vw) 84px;
    padding: 0 calc(50vw - 50%);
    background-color: #d3bed4;
}

.lp-figureWork-wrapper[data-item-length="3"] > .lp-figureWork-outer {
    width: 450px;
    margin-left: 240px;
}

.lp-figureWork-wrapper[data-item-length="2"] > .lp-figureWork-outer {
    width: 210px;
    margin-left: 480px;
}

@media screen and (max-width: 1200px) {
    .lp-figureWork-wrapper {
        margin-top: calc(1rem + ((1vw - 1.024rem) * (12.5)));
        margin-bottom: calc(3rem + ((1vw - 1.024rem) * (39.77273)));
    }
    .lp-figureWork-wrapper[data-item-length="3"] > .lp-figureWork-outer {
        margin-left: 240px;
    }
    .lp-figureWork-wrapper[data-item-length="2"] > .lp-figureWork-outer {
        margin-left: 400px;
    }
    .lp-figureWork-wrapper > .lp-figureWork {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureWork-wrapper {
        position: relative;
        height: 160px;
        margin: 20px calc(50% - 50vw) 30px;
    }
    .lp-figureWork-wrapper::before, .lp-figureWork-wrapper::after {
        display: block;
        z-index: 1;
        position: absolute;
        top: -20px;
        width: 440px;
        height: calc(100% + 40px);
        content: "";
    }
    .lp-figureWork-wrapper::before {
        left: calc(-25rem + ((1vw - 0.767rem) * (81.71206)));
        background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 80%, rgba(255, 255, 255, 0));
    }
    .lp-figureWork-wrapper::after {
        right: calc(-25rem + ((1vw - 0.767rem) * (81.71206)));
        background: linear-gradient(to left, #f8f8f8 0%, #f8f8f8 80%, rgba(255, 255, 255, 0));
    }
    .lp-figureWork-wrapper[data-item-length="3"] > .lp-figureWork-outer {
        width: 210px;
        margin: 0 auto;
    }
    .lp-figureWork-wrapper[data-item-length="3"] > .lp-figureWork-outer > .lp-figureWork {
        margin-left: 190px;
    }
    .lp-figureWork-wrapper[data-item-length="2"] > .lp-figureWork-outer {
        width: 210px;
        margin: 0 auto;
    }
    .lp-figureWork-wrapper[data-item-length="2"] > .lp-figureWork-outer > .lp-figureWork {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureWork-wrapper {
        height: 118px;
        margin-top: 80px;
    }
    .lp-figureWork-wrapper::before {
        left: calc(-44rem + ((1vw - 0.36rem) * (71.25307)));
    }
    .lp-figureWork-wrapper::after {
        right: calc(-44rem + ((1vw - 0.36rem) * (71.25307)));
    }
    .lp-figureWork-wrapper[data-item-length="3"] > .lp-figureWork-outer {
        width: 180px;
    }
    .lp-figureWork-wrapper[data-item-length="3"] > .lp-figureWork-outer .lp-figureWork {
        margin-left: -20px;
    }
    .lp-figureWork-wrapper[data-item-length="2"] > .lp-figureWork-outer {
        width: 180px;
    }
    .lp-figureWork-wrapper[data-item-length="2"] > .lp-figureWork-outer .lp-figureWork {
        margin-left: -145px;
    }
}

@media screen and (max-width: 480px) {
    .lp-figureWork-wrapper {
        justify-content: center;
    }
    [data-script-enabled="true"] .lp-figureWork-wrapper {
        justify-content: flex-start;
    }
}

@media screen and (max-height: 900px) {
    .lp-figureWork-wrapper {
        margin-top: calc(10vh * 100 / 700);
        margin-bottom: calc(60vh * 100 / 900);
    }
}

@media screen and (max-height: 700px) {
    .lp-figureWork-wrapper {
        margin-top: 10px;
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figureWork-wrapper {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) and (max-height: 900px) {
    .lp-figureWork-wrapper {
        margin-top: 80px;
    }
}

.lp-figureWork-outer {
    width: 608px;
    height: 210px;
    margin-left: -25px;
    padding: 0 5px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .lp-figureWork-outer {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureWork-outer {
        display: flex;
        width: 210px;
        height: 180px;
        margin: 0 auto;
    }
    [data-script-enabled="true"] .lp-figureWork-outer {
        width: 660px;
    }
    [data-script-enabled="true"] [data-item-length="1"] .lp-figureWork-outer {
        width: 210px;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureWork-outer {
        width: 180px;
        height: 180px;
    }
    [data-script-enabled="true"] .lp-figureWork-outer {
        width: 660px;
    }
    [data-script-enabled="true"] [data-item-length="1"] .lp-figureWork-outer {
        width: 660px;
    }
}

@media screen and (max-width: 480px) {
    .lp-figureWork-outer {
        margin: 0 -100px;
    }
}

.lp-figureWork-body {
    display: flex;
    margin-left: 35px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-figureWork-body {
        display: none;
    }
    .lp-figureWork-body:last-child {
        display: flex;
    }
    [data-script-enabled="true"] .lp-figureWork-body {
        display: flex;
        margin-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureWork-body {
        display: none;
    }
    .lp-figureWork-body:last-child {
        display: flex;
    }
    [data-script-enabled="true"] .lp-figureWork-body {
        display: flex;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureWork-body.is-current .lp-figureWork-image {
        width: 200px;
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureWork-body.is-current .lp-figureWork-image {
        width: 170px;
        min-width: 170px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureWork-body {
        display: none;
        margin-left: 0;
    }
}

.lp-figureWork-image {
    width: 176px;
    min-width: 176px;
    padding: 0 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: width 0.5s, min-width 0.5s;
}

@media screen and (max-width: 1024px) {
    .lp-figureWork-image {
        width: 150px;
        min-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureWork-image {
        width: 105px;
        min-width: 105px;
    }
}

.lp-figureSeries {
    z-index: 1;
    position: absolute;
    bottom: -2px;
    left: 591px;
    width: 550px;
    height: 636px;
    min-height: 0%;
}

@media screen and (max-width: 1200px) {
    .lp-figureSeries {
        width: calc(37rem + ((1vw - 1.024rem) * (102.27273)));
        height: calc(42.8rem + ((1vw - 1.024rem) * (118.18182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureSeries {
        position: relative;
        bottom: auto;
        left: auto;
        order: -1;
        width: 440px;
        height: 504px;
        margin: 0 auto 26px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureSeries {
        width: 100%;
        height: auto;
        min-height: 0%;
    }
}

@media screen and (max-height: 900px) {
    .lp-figureSeries {
        left: calc(650vh * 100 / 900);
        width: calc(550vh * 100 / 900);
        height: calc(636vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-figureSeries {
        left: calc(670vh * 100 / 800);
        width: calc(489vh * 100 / 800);
        height: calc(565vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-figureSeries {
        left: 650px;
        width: 428px;
        height: 495px;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-figureSeries {
        bottom: 20px;
        left: 600px;
        width: calc(37rem + ((1vw - 1.024rem) * (45.45455)));
        height: calc(42.8rem + ((1vw - 1.024rem) * (52.27273)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .lp-figureSeries {
        bottom: 0;
        width: calc(37rem + ((1vw - 1.024rem) * (22.72727)));
        height: calc(42.8rem + ((1vw - 1.024rem) * (26.13636)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-figureSeries {
        width: 370px;
        height: 428px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figureSeries {
        position: relative;
        bottom: auto;
        left: auto;
        order: -1;
        width: 440px;
        height: auto;
        margin: 0 auto 26px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) and (max-height: 900px) {
    .lp-figureSeries {
        width: 100%;
        height: auto;
        min-height: 0%;
    }
}

.lp-figureSeries-bodyImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-figureSeries-bodyImage {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureSeries-largeImage {
        display: none;
    }
    .lp-figureSeries-largeImage.of-primary {
        display: block;
        width: calc(32rem + ((1vw - 0.36rem) * (29.48403)));
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .lp-figureSeries-largeImage.of-primary {
        width: 100%;
    }
}

.lp-figureSeries-smallImage {
    display: none;
}

@media screen and (max-width: 767px) {
    .lp-figureSeries-smallImage {
        display: block;
    }
}

.lp-figureSeries-workGroup {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-figureSeries-workGroup {
        display: none;
    }
    .lp-figureSeries-workGroup.of-primary {
        display: block;
        left: 50%;
        width: calc(32rem + ((1vw - 0.36rem) * (29.48403)));
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 360px) {
    .lp-figureSeries-workGroup.of-primary {
        width: 100%;
    }
}

.lp-figureSeries-workImage {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-figureSeries-workImage {
        display: none;
    }
}

.lp-figureSeries-workImage:first-child {
    display: block;
    z-index: 1;
}

[data-script-enabled="true"] .lp-figureSeries-workImage {
    display: block;
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureSeries-workImage:first-child {
    display: block;
    opacity: 1;
}

[data-script-enabled="true"] .lp-figureSeries-workImage.is-show {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

[data-script-enabled="true"] .lp-figureSeries-workImage.is-hide {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.lp-figureSeries-handImage {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-figureSeries-handImage {
        display: none;
    }
    .lp-figureSeries-handImage.of-primary {
        display: block;
        left: 50%;
        width: calc(32rem + ((1vw - 0.36rem) * (29.48403)));
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 360px) {
    .lp-figureSeries-handImage.of-primary {
        width: 100%;
    }
}

.lp-iconEmphasis-outer {
    margin-bottom: 2rem;
}

.lp-iconEmphasis {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.2rem 0.8rem;
    border: 1px solid #e61000;
    background-color: #fff;
    color: #e61000;
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
}

.lp-iconEmphasis.of-primary {
    margin-right: 0;
    padding: 0.8rem 1.4rem;
    background-color: #e61000;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .lp-iconEmphasis.of-primary {
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.47619))) calc(0.8rem + ((1vw - 0.36rem) * (0.71429)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.19048)));
    }
}

.lp-iconEmphasis.of-secondary {
    padding-bottom: 0.4rem;
    background-color: #e61000;
    color: #fff;
}

.lp-iconWork {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    height: 100px;
    transition: opacity 0.5s ease-in;
}

@media screen and (max-width: 1024px) {
    .lp-iconWork {
        height: 80px;
    }
}

.lp-iconWork-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 77px;
    padding: 0 12px 0 13px;
    border: 1px solid #9b4998;
}

@media screen and (max-width: 1024px) {
    .lp-iconWork-image {
        min-width: 61px;
        padding: 0 10px 0 9px;
    }
}

.lp-iconWork-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #9b4998 #9b4998 #9b4998 transparent;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-iconWork-body {
        font-size: 20px;
    }
}

.lp-navigation {
    display: none;
    background: #333;
    color: #fff;
}

[data-script-enabled="true"] .lp-navigation {
    display: block;
}

.lp-navigation-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-navigation-list {
    display: flex;
    min-height: 70px;
}

@media only screen and (max-height: 720px) {
    .lp-navigation-list {
        min-height: 62px;
    }
}

.lp-navigation-list > li {
    width: calc(100% / 5);
    border-left: solid 1px #666;
}

.lp-navigation-list > li:last-child {
    border-right: solid 1px #666;
}

.lp-navigation-button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.lp-navigation-button.of-text-small {
    font-size: 1.6rem;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-button.of-text-small {
        font-size: 1.4rem;
    }
}

.lp-navigation-button:hover {
    background: #403d3d;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-button {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-navigation-button {
        font-size: 1.4rem;
    }
}

.lp-navigation-buttonContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lp-navigation-buttonContent.of-column {
    flex-direction: column;
    justify-content: flex-start;
}

.lp-navigation-button.is-current {
    background: #9b4998;
}

.lp-navigation-button.is-current .lp-LabelEmphasis {
    background-color: #fff;
    color: #e61000;
}

.lp-navigation-button.of-download {
    background: #e60012;
}

.lp-navigation-button.of-download .lp-navigation-buttonContent {
    position: relative;
}

.lp-navigation-buttonInner {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
}

.lp-navigation-buttonText {
    margin-right: 12px;
}

.lp-navigation-buttonImage {
    width: 50px;
    height: 70px;
    border: 1px solid #cec0c1;
}

.lp-navigation-buttonImage > img {
    max-width: 100%;
}

.lp-LabelEmphasis {
    display: inline-block;
    align-self: flex-start;
    padding: 0.2rem 0.8rem;
    background-color: #e61000;
    font-size: 1.2rem;
}

[data-script-enabled="true"] .lp-jumbotron,
[data-script-enabled="true"] .lp-section {
    display: none;
    position: relative;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron,
    [data-script-enabled="true"] .lp-section {
        display: block;
    }
}

[data-script-enabled="true"] .lp-jumbotron.is-show,
[data-script-enabled="true"] .lp-section.is-show {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron.is-show,
    [data-script-enabled="true"] .lp-section.is-show {
        display: block;
    }
}

[data-script-enabled="true"] .lp-jumbotron.is-show {
    justify-content: center;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #e61000;
}

.lp-utility-text-large {
    font-size: 1.8rem;
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

.lp-extraSmallScreen-hide {
    display: block;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

.lp-largeScreen-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -16px;
}

.lp-largeScreen-flex > * {
    padding-left: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-flex {
        display: block;
        margin-left: 0;
    }
    .lp-largeScreen-flex > * {
        padding-left: 0;
    }
}

.lp-smallScreen-line-break {
    display: inline;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}
