@charset "UTF-8";

:root {
    font-size: 62.5%;
}

* {
    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: source-han-sans-japanese, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 0;
}

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: #dc002f;
    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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.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-layout-header {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    margin: 0 auto;
    padding: 26px 0 26px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: 18px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: 0;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        margin-right: 0;
        padding-right: 0;
    }
    .lp-layout-header-logo img {
        width: 92px;
        height: 16px;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    position: relative;
    width: 100%;
    max-width: 820px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer {
        width: 100%;
        border-radius: 0;
    }
    .lp-layout-footer::before, .lp-layout-footer::after {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #262626;
        content: "";
    }
    .lp-layout-footer::before {
        left: -50%;
    }
    .lp-layout-footer::after {
        right: -50%;
    }
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    padding: 16px 40px;
    border-radius: 4px;
    background: #262626;
    font-size: 1.3rem;
}

@media screen and (max-width: 1240px) {
    .lp-layout-footer-content {
        padding: 16px calc(2rem + ((1vw - 1.024rem) * (2.23214)));
    }
}

@media screen and (max-width: 1830px) {
    .lp-layout-footer-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column;
        margin: 0;
        padding: 16px 0;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    text-align: center;
}

@media screen and (max-width: 1830px) {
    .lp-layout-footer-list {
        margin-bottom: 16px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 50px 0 0;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -24px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #747474;
    content: "";
}

@media screen and (max-width: 1830px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
    .lp-layout-footer-list > li:last-child::after {
        content: none;
    }
}

.lp-layout-footer-list > li > a {
    color: #fff;
    text-decoration: underline;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #fff;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
}

@media screen and (max-width: 1830px) {
    .lp-layout-footer-copyright {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 8px;
    }
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px;
}

@media screen and (max-width: 768px) {
    .lp-textPhone {
        flex-direction: column;
    }
}

.lp-textPhone-header {
    margin-right: 8px;
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .lp-textPhone-header {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1.4rem;
    }
}

.lp-textPhone-icon {
    width: 34px;
    min-width: 34px;
    height: 20px;
    min-height: 20px;
    margin: 3px 8px 0 0;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #838070;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 11px;
}

.lp-layout-main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0 80px 0 60px;
}

@media screen and (max-width: 1920px) {
    .lp-layout-main {
        padding: 0 calc(4rem + ((1vw - 1.24rem) * (5.88235))) 0 60px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-main {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
}

.lp-section {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .lp-section {
        height: auto !important;
    }
}

.lp-section-wrapper {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-section-wrapper {
        position: static;
        left: 0;
        max-width: 100%;
    }
}

.lp-section-outer {
    width: 100%;
    max-width: 910px;
    margin-right: 80px;
}

@media screen and (max-width: 1920px) {
    .lp-section-outer {
        position: relative;
        max-width: calc(56rem + ((1vw - 1.24rem) * (51.47059)));
        margin-right: calc(4rem + ((1vw - 1.24rem) * (5.88235)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-outer {
        max-width: 100%;
        margin-right: 0;
    }
}

.lp-section-content {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        width: 100%;
        padding: calc(2rem + ((1vw - 0.36rem) * (3.01205))) calc(2rem + ((1vw - 0.36rem) * (3.01205))) 0;
    }
}

.lp-section-imageGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 55px;
    overflow: hidden;
}

@media screen and (max-width: 1920px) {
    .lp-section-imageGroup {
        padding: calc(3rem + ((1vw - 1.24rem) * (3.67647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-imageGroup {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: auto;
        padding: 0;
    }
}

.lp-section-image {
    border: #fff 1px solid;
}

.lp-section .lp-layout-footer {
    position: absolute;
    bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-section .lp-layout-footer {
        position: relative;
        bottom: auto;
    }
}

.lp-section.of-jumbotron {
    position: relative;
    background: #e3e7eb;
}

.lp-section.of-jumbotron .lp-section-imageGroup {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-jumbotron .lp-section-imageGroup {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-jumbotron {
        background: none;
    }
    .lp-section.of-jumbotron::before {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(20rem + ((1vw - 0.36rem) * (40.66265)));
        background: #e3e7eb;
        content: "";
    }
}

.lp-section.of-primary .lp-section-imageGroup {
    background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_01.jpg") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-imageGroup {
        background: none;
    }
    .lp-section.of-primary .lp-section-imageGroup::before {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(20rem + ((1vw - 0.36rem) * (40.66265)));
        background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_01.jpg");
        background-size: cover;
        content: "";
    }
}

.lp-section.of-secondary .lp-section-imageGroup {
    background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_02.jpg") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary .lp-section-imageGroup {
        background: none;
    }
    .lp-section.of-secondary .lp-section-imageGroup::before {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(20rem + ((1vw - 0.36rem) * (40.66265)));
        background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_02.jpg");
        background-size: cover;
        content: "";
    }
}

.lp-section.of-tertiary .lp-section-imageGroup {
    background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_03.jpg") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-tertiary .lp-section-imageGroup {
        background: none;
    }
    .lp-section.of-tertiary .lp-section-imageGroup::before {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(20rem + ((1vw - 0.36rem) * (40.66265)));
        background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_03.jpg");
        background-size: cover;
        content: "";
    }
}

.lp-section.of-quaternary .lp-section-imageGroup {
    background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_04.jpg") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-quaternary .lp-section-imageGroup {
        background: none;
    }
    .lp-section.of-quaternary .lp-section-imageGroup::before {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(20rem + ((1vw - 0.36rem) * (40.66265)));
        background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_05.jpg");
        background-size: cover;
        content: "";
    }
}

.lp-section.of-quinary .lp-section-imageGroup {
    background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_05.jpg") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-quinary .lp-section-imageGroup {
        background: none;
    }
    .lp-section.of-quinary .lp-section-imageGroup::before {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(20rem + ((1vw - 0.36rem) * (40.66265)));
        background: url("../../../../../../../../img/ss/products/measure-sys/wm/005/2073_01_bg_img_05.jpg");
        background-size: cover;
        content: "";
    }
}

.lp-section.of-quinary .lp-section-content {
    padding-bottom: 0;
}

.lp-jumbotron {
    display: flex;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        height: auto;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding-left: 0;
    }
}

.lp-jumbotron-body {
    z-index: 10;
    max-width: 800px;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    font-size: 7.2rem;
    line-height: 1.44;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        font-size: calc(4.5rem + ((1vw - 1.24rem) * (3.67647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.15909)));
    }
}

.lp-jumbotron-title em {
    display: block;
    font-size: 13rem;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-title em {
        font-size: calc(9rem + ((1vw - 1.24rem) * (5.88235)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title em {
        font-size: calc(4rem + ((1vw - 0.36rem) * (5.68182)));
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.6rem;
    font-weight: normal;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 1.24rem) * (0.88235)));
    }
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 40px -40px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        flex-direction: column;
        margin-top: -24px;
    }
}

.lp-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 40px 0 0 40px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton > li {
        padding-top: 24px;
    }
}

.lp-textLink {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #333;
}

.lp-textLink::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 6px;
    transform: translateY(-50%);
    border-width: 3px 0 3px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #8e8989;
    content: "";
}

.lp-buttonConversion {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #dc002f;
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-buttonConversion.of-primary {
    -webkit-animation: none;
    animation: none;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.lp-buttonConversion:hover {
    -webkit-animation: none;
    background: #c6002a;
    animation: none;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

.lp-figure {
    margin-bottom: 0;
}

.lp-figureAnimation {
    position: relative;
}

.lp-figureAnimation.of-primary, .lp-figureAnimation.of-secondary {
    width: calc(100% + 52px);
    margin-bottom: 8px;
    margin-left: -26px;
}

@media screen and (max-width: 1024px) {
    .lp-figureAnimation.of-primary, .lp-figureAnimation.of-secondary {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -26px;
    width: calc(83.33% + 26px);
    height: 660px;
    background: #e0e4e8;
    content: "";
}

@media screen and (max-width: 1240px) {
    .lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
        height: calc(14.3rem + ((1vw - 0.36rem) * (58.75)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
        -webkit-animation: none;
        -webkit-clip-path: none;
        animation: none;
        clip-path: none;
    }
}

@media screen and (max-width: 360px) {
    .lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
        height: 143px;
    }
}

.lp-figureAnimation.of-primary::after, .lp-figureAnimation.of-secondary::after {
    display: block;
    z-index: -10;
    position: absolute;
    top: 0;
    right: 1894px;
    width: calc(100vw);
    height: 660px;
    background: #e0e4e8;
    content: "";
}

@media screen and (max-width: 1240px) {
    .lp-figureAnimation.of-primary::after, .lp-figureAnimation.of-secondary::after {
        content: none;
    }
}

.lp-figureAnimation.of-secondary::before {
    top: 96px;
    height: 760px;
}

@media screen and (max-width: 1240px) {
    .lp-figureAnimation.of-secondary::before {
        top: calc(1.8rem + ((1vw - 0.36rem) * (8.86364)));
        height: calc(14.3rem + ((1vw - 0.36rem) * (70.11364)));
    }
}

@media screen and (max-width: 360px) {
    .lp-figureAnimation.of-secondary::before {
        top: 18px;
        height: 143px;
    }
}

.lp-figureAnimation.of-secondary::after {
    top: 96px;
    height: 760px;
}

.lp-figureAnimation-image {
    display: block;
}

.lp-figureAnimation-image.of-secondary, .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation-image.of-septenary, .lp-figureAnimation-image.of-octonary {
    opacity: 0;
}

.lp-figureAnimation-image.of-quaternary, .lp-figureAnimation-image.of-quinary, .lp-figureAnimation-image.of-senary, .lp-figureAnimation-image.of-novenary, .lp-figureAnimation-image.of-decenary {
    opacity: 1;
}

.lp-figureAnimation-image.of-primary, .lp-figureAnimation-image.of-secondary, .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation-image.of-quaternary, .lp-figureAnimation-image.of-quinary, .lp-figureAnimation-image.of-septenary, .lp-figureAnimation-image.of-octonary, .lp-figureAnimation-image.of-novenary, .lp-figureAnimation-image.of-decenary, .lp-figureAnimation-image.of-shadow {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lp-figureAnimation-image.of-shadow {
    z-index: 0;
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-secondary {
    -webkit-animation: showAnimation02 2.1s ease forwards;
    animation: showAnimation02 2.1s ease forwards;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-secondary {
        -webkit-animation: none;
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-tertiary {
    -webkit-animation: showAnimation02 1.4s ease 1.3s forwards;
    animation: showAnimation02 1.4s ease 1.3s forwards;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-tertiary {
        -webkit-animation: none;
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quinary {
    -webkit-animation: showAnimation01 1.4s ease 2s forwards;
    animation: showAnimation01 1.4s ease 2s forwards;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quinary {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quaternary {
    -webkit-animation: showAnimation01 1.4s ease 2.8s forwards;
    animation: showAnimation01 1.4s ease 2.8s forwards;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quaternary {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-senary {
    -webkit-animation: inset-left 0.8s ease 1.2s forwards;
    -webkit-clip-path: inset(0 100% 0 0);
    animation: inset-left 0.8s ease 1.2s forwards;
    clip-path: inset(0 100% 0 0);
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-senary {
        -webkit-animation: none;
        -webkit-clip-path: none;
        animation: none;
        clip-path: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-septenary {
    -webkit-animation: showAnimation03 2.4s ease 2.6s forwards;
    animation: showAnimation03 2.4s ease 2.6s forwards;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-septenary {
        -webkit-animation: none;
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-octonary {
    -webkit-animation: showAnimation02 1.4s ease 2s forwards;
    animation: showAnimation02 1.4s ease 2s forwards;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-octonary {
        -webkit-animation: none;
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-decenary {
    -webkit-animation: showAnimation01 1.4s ease 2.8s forwards;
    animation: showAnimation01 1.4s ease 2.8s forwards;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-decenary {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-novenary {
    -webkit-animation: showAnimation01 2s ease 3.6s forwards;
    animation: showAnimation01 2s ease 3.6s forwards;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-novenary {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active.of-primary::before {
    -webkit-animation: inset-left 0.6s ease 1.2s forwards;
    -webkit-clip-path: inset(0 85% 0 0);
    z-index: -1;
    animation: inset-left 0.6s ease 1.2s forwards;
    clip-path: inset(0 85% 0 0);
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active.of-primary::before {
        -webkit-animation: none;
        -webkit-clip-path: none;
        animation: none;
        clip-path: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-section-wrapper {
    position: fixed;
    left: 60px;
    max-width: 910px;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-section-wrapper {
        position: static;
        left: 0;
        max-width: 100%;
    }
}

[data-script-enabled="true"] .lp-jumbotron {
    display: flex;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron {
        height: auto;
    }
}

[data-script-enabled="true"] .lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 910px;
}

@media screen and (max-width: 1920px) {
    [data-script-enabled="true"] .lp-jumbotron-content {
        padding-left: calc(46.9rem + ((1vw - 1.024rem) * (58.14732)));
    }
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron-content {
        padding-left: 0;
    }
}

@-webkit-keyframes showAnimation01 {
    0% {
        opacity: 0;
    }
    33%,
    100% {
        opacity: 1;
    }
}

@keyframes showAnimation01 {
    0% {
        opacity: 0;
    }
    33%,
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes showAnimation02 {
    0% {
        opacity: 0;
    }
    33%,
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes showAnimation02 {
    0% {
        opacity: 0;
    }
    33%,
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes showAnimation03 {
    0% {
        opacity: 1;
    }
    44%,
    100% {
        opacity: 0;
    }
}

@keyframes showAnimation03 {
    0% {
        opacity: 1;
    }
    44%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes inset-left {
    0% {
        -webkit-clip-path: inset(0 85% 0 0);
        clip-path: inset(0 85% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes inset-left {
    0% {
        -webkit-clip-path: inset(0 85% 0 0);
        clip-path: inset(0 85% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

.lp-textPhoneLink {
    min-width: 224px;
    text-align: center;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink-numberGroupOuter {
    display: inline-block;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.16;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 36px;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

.lp-extraSmallScreen-show {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-show {
        display: flex !important;
    }
}

.fp-section {
    /* Safari<=5 Android<=3 */
    /* <=28 */
    box-sizing: border-box;
    position: relative;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    display: block;
    height: 100%;
}

.fp-slides {
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    z-index: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.fp-slidesContainer {
    position: relative;
    float: left;
}

.fp-controlArrow {
    z-index: 4;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -38px;
    border-style: solid;
    cursor: pointer;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-easing {
    /* Safari<=6 Android<=4.3 */
    transition: all 0.7s ease-out;
}

@media screen and (max-width: 1024px) {
    .fp-tableCell {
        width: 100%;
        height: auto !important;
    }
}

.lp-navigation {
    z-index: 100;
    position: fixed;
    top: 40%;
    left: 17px;
    margin-top: -32px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .lp-navigation {
        display: none;
    }
}

.lp-navigation-list li {
    display: block;
    position: relative;
    width: 14px;
    height: 13px;
    margin: 7px;
}

.lp-navigation-list li a {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
}

.lp-navigation-list li a::before {
    z-index: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    background: #a2a2a2;
    content: "";
}

.lp-navigation-list li.active a::before {
    background: #7d65bf;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #7d65bf;
}

#fp-nav span,
.fp-slidesNav span {
    z-index: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    background: #a2a2a2;
}

.fp-tooltip {
    position: absolute;
    top: -2px;
    max-width: 220px;
    color: #fff;
    font-size: 14px;
}

.fp-tooltip.right {
    right: 20px;
}

.fp-tooltip.left {
    left: 20px;
}

.lp-textScroll {
    -ms-writing-mode: tb-rl;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 24px;
    margin-top: 53px;
    font-size: 1.4rem;
    opacity: 1;
    writing-mode: vertical-rl;
}

.lp-textScroll::before, .lp-textScroll::after {
    display: block;
    position: absolute;
    content: "";
}

.lp-textScroll::before {
    -webkit-animation: scroll-down 0.8s ease 3.4s 3;
    top: 0;
    left: -2px;
    width: 1px;
    height: 77px;
    transform: translateX(50%);
    background-color: #555;
    animation: scroll-down 0.8s ease 3.4s 3;
    opacity: 1;
}

.lp-textScroll::after {
    -webkit-animation: scroll-down 0.8s ease 3.4s 3;
    top: 73px;
    left: -2px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateX(-50%);
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    animation: scroll-down 0.8s ease 3.4s 3;
    opacity: 1;
}

.lp-textScroll.is-hide {
    -webkit-animation: fade 0.2s forwards;
    animation: fade 0.2s forwards;
    opacity: 0;
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
