@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, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    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;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.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;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.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("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

:root {
    --BG-COLOR-BLACK: #01040b;
    --BG_COLOR_DIRKGRAY: linear-gradient(270deg, #0d314a 0%, #04131e 100%);
    --COLOR_WHITE: #fff;
    --COLOR_BLUE: #00b9ff;
    --COLOR_RED: #dc002f;
}

.lp-layout-header-content > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-section-content > *:last-child, .lp-layout-footer-inner > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-list > *:last-child, .lp-listConversion > *:last-child, .lp-media-body > *:last-child, .lp-video-outer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    height: 100vh;
}

@media only screen and (min-height: 964px) {
    .lp-layout-container {
        display: grid;
    }
}

.lp-layout-header {
    width: 100%;
}

.lp-layout-header-content {
    display: flex;
    max-width: calc(1620px + 48px);
    margin: auto;
    padding: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: calc(2rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

.lp-layout-header-logo {
    margin: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        text-align: center;
    }
}

.lp-layout-header-logo a > img {
    width: 126px;
    min-width: 126px;
    height: 22px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo a > img {
        width: calc(9.2rem + ((1vw - 0.36rem) * (5.12821)));
        height: calc(1.6rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-layout-header-utilityGroup {
    margin-left: auto;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        display: none;
    }
}

.lp-layout-header-utilityList > li + li {
    margin-top: 8px;
}

.lp-section-content {
    margin: auto;
}

.lp-layout-grid {
    grid-gap: 64px;
    display: grid;
}

.lp-layout-grid.of-column-2 {
    grid-template-columns: repeat(2, 1fr);
}

.lp-layout-footer {
    width: 100%;
    margin-top: 30px;
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-layout-footer {
        margin-top: calc(1.6rem + ((1vh - 0.7rem) * (5.32319)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-layout-footer {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer {
        margin-top: 40px;
    }
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1620px + 48px);
    margin: auto;
    padding: 12px 4px;
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-layout-footer-content {
        padding: calc(0.6rem + ((1vh - 0.7rem) * (2.28137))) 4px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-layout-footer-list > li {
    font-size: 1.3rem;
}

.lp-layout-footer-list > li + li {
    position: relative;
    margin-left: 24px;
    padding-left: 24px;
}

@media only screen and (max-width: 1920px) {
    .lp-layout-footer-list > li + li {
        margin-left: calc(1.6rem + ((1vw - 1.365rem) * (1.44144)));
        padding-left: calc(1.6rem + ((1vw - 1.365rem) * (1.44144)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-list > li + li {
        margin-left: 16px;
        padding-left: 16px;
    }
}

.lp-layout-footer-list > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: var(--COLOR_WHITE);
    content: "";
}

.lp-layout-footer-list > li > a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-list > li > .lp-layout-footer-list {
        margin-bottom: 10px;
    }
}

.lp-layout-footer-copyright {
    color: inherit;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-copyright::before {
        content: none !important;
    }
}

body {
    background: var(--BG-COLOR-BLACK);
    color: var(--COLOR_WHITE);
}

@media only screen and (max-width: 1023px) {
    body {
        background: var(--BG-COLOR-BLACK);
    }
}

p {
    line-height: 1.5;
}

.lp-jumbotron {
    width: 100%;
    background: url("../../../../../../img/ss/products/measure-sys/im-8000/005/2103_01_bg_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        background: none;
    }
}

.lp-jumbotron-content {
    display: flex;
    justify-content: center;
    max-width: calc(1620px + 48px);
    margin: auto;
    padding: 0 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0;
    }
}

.lp-jumbotron-body {
    flex: 1 0 auto;
    width: 500px;
    max-width: 768px;
    padding-top: 12px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        width: 100%;
        margin: auto;
        padding: 8px 20px 0;
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-jumbotron-body {
        padding-top: calc(0rem + ((1vh - 0.7rem) * (3.04183)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-jumbotron-body {
        padding-top: 0;
    }
}

.lp-jumbotron-image {
    display: flex;
    position: relative;
    align-items: center;
    width: 768px;
    margin-left: 48px;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-image {
        width: calc(47rem + ((1vw - 1.023rem) * (33.22185)));
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-jumbotron-image {
        width: calc(50rem + ((1vh - 0.7rem) * (101.90114)));
        max-height: calc(62.6rem + ((1vh - 0.7rem) * (96.57795)));
        margin-left: calc(3rem + ((1vh - 0.7rem) * (6.84411)));
        overflow: hidden;
    }
}

@media only screen and (max-height: 963px) and (max-width: 1400px) {
    .lp-jumbotron-image {
        width: calc(54rem + ((1vh - 0.7rem) * (41.8251)));
        margin-bottom: calc(1.6rem + ((1vh - 0.7rem) * (5.32319)));
    }
}

@media only screen and (max-height: 800px) and (min-width: 1025px) and (max-width: 1300px) {
    .lp-jumbotron-image {
        width: calc(44rem + ((1vh - 0.7rem) * (168)));
        margin-bottom: 16px;
    }
}

@media only screen and (max-height: 700px) and (min-width: 1025px) {
    .lp-jumbotron-image {
        width: 520px;
        max-height: 626px;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        position: static;
        justify-content: center;
        width: 100%;
        margin: auto;
        background: url("../../../../../../img/ss/products/measure-sys/im-8000/005/2103_01_bg_01.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
    }
}

.lp-jumbotron-image > img {
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image > img {
        position: static;
        width: calc(25rem + ((1vw - 0.36rem) * (30.16591)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.6rem + ((1vh - 0.7rem) * (3.42205)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-title {
    margin-bottom: 10px;
    font-family: source-han-serif-japanese, serif;
    font-size: 7.2rem;
    font-weight: 600;
    line-height: 1.3;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (2.4359)));
    }
}

@media only screen and (max-height: 963px) and (max-width: 1500px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.5rem + ((1vh - 0.7rem) * (1.90114)));
        font-size: calc(3.4rem + ((1vw - 1.024rem) * (7.98319)));
    }
}

@media only screen and (max-height: 963px) {
    .lp-jumbotron-title {
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (2.4359)));
    }
}

@media only screen and (max-height: 800px) and (min-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (1.92308)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 5px;
        font-size: 52px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.2rem + ((1vw - 0.36rem) * (1.20664)));
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 500;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-jumbotron-series {
        font-size: calc(1.4rem + ((1vh - 0.7rem) * (2.28137)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-jumbotron-series {
        font-size: 14px;
    }
}

.lp-textLead {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 2.6rem;
}

@media only screen and (max-width: 1920px) {
    .lp-textLead {
        font-size: calc(2.2rem + ((1vw - 1.023rem) * (0.44593)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-textLead {
        font-size: calc(1.6rem + ((1vh - 0.7rem) * (3.80228)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-textLead {
        font-size: 1.6rem;
    }
}

.lp-textLead::before, .lp-textLead::after {
    position: absolute;
    top: calc(50% - 1px);
    width: 30px;
    height: 2px;
    background-color: var(--COLOR_WHITE);
    content: "";
}

@media only screen and (max-width: 1920px) {
    .lp-textLead::before, .lp-textLead::after {
        width: calc(2rem + ((1vw - 1.023rem) * (1.11483)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead::before, .lp-textLead::after {
        content: none;
    }
}

.lp-textLead::before {
    left: -46px;
}

@media only screen and (max-width: 1920px) {
    .lp-textLead::before {
        left: calc(-3.2rem + ((1vw - 1.023rem) * (-1.56076)));
    }
}

.lp-textLead::after {
    right: -46px;
}

@media only screen and (max-width: 1920px) {
    .lp-textLead::after {
        right: calc(-3.2rem + ((1vw - 1.023rem) * (-1.56076)));
    }
}

.lp-textLead-outer {
    max-width: 85%;
    margin: 0 auto 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-textLead-outer {
        max-width: 100%;
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-textLead-outer {
        margin-bottom: calc(0.8rem + ((1vh - 0.7rem) * (3.04183)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-textLead-outer {
        margin-bottom: 8px;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 40px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-numberGroup {
        margin-bottom: 8px;
    }
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

@media only screen and (max-width: 1023px) {
    a.lp-textPhone-body,
    a:hover.lp-textPhone-body {
        flex-direction: column;
    }
}

.lp-list {
    margin-bottom: 24px;
}

.lp-listConversion {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-listConversion {
        margin-bottom: 32px;
    }
}

.lp-listConversion > li + li {
    margin-top: 16px;
}

.lp-media-image {
    margin-top: 16px;
}

.lp-video {
    margin: 0 auto;
}

.lp-video-outer {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
}

@media only screen and (max-height: 963px) {
    .lp-video-outer {
        width: calc(44rem + ((1vh - 0.7rem) * (72.72727)));
        margin-bottom: calc(1.6rem + ((1vh - 0.7rem) * (6.06061)));
    }
}

@media only screen and (max-height: 963px) and (max-width: 1600px) {
    .lp-video-outer {
        width: calc(44rem + ((1vh - 0.7rem) * (63.87833)));
        margin-bottom: calc(1.6rem + ((1vh - 0.7rem) * (5.32319)));
    }
}

@media only screen and (max-height: 963px) and (max-width: 1400px) {
    .lp-video-outer {
        width: calc(44rem + ((1vh - 0.7rem) * (41.8251)));
        margin-bottom: calc(1.6rem + ((1vh - 0.7rem) * (5.32319)));
    }
}

@media only screen and (max-height: 800px) and (min-width: 1025px) and (max-width: 1300px) {
    .lp-video-outer {
        width: calc(47rem + ((1vh - 0.7rem) * (30)));
        margin-bottom: 16px;
    }
}

@media only screen and (max-height: 700px) and (min-width: 1025px) {
    .lp-video-outer {
        width: 470px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-video-outer {
        width: 100%;
        max-width: 608px;
        margin-bottom: 16px;
    }
}

.lp-video-button {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #000;
}

.lp-video-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    content: "";
}

.lp-video-button.is-paused::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M4.875%2C0%2C9.75%2C8.25H0Z%22%20transform%3D%22translate(20.25%2010.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.lp-video-buttonOuter {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.lp-video-buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
}

.lp-figure-image {
    margin-bottom: 8px;
}

.lp-buttonConversion {
    display: block;
    z-index: 0;
    position: relative;
    max-width: 480px;
    margin: auto;
    border-radius: 40px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        width: 100%;
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-buttonConversion {
        width: calc(38rem + ((1vh - 0.7rem) * (38.02281)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-buttonConversion {
        width: 380px;
    }
}

.lp-buttonConversion:hover {
    box-shadow: 0 0 0 0 var(--COLOR_RED);
    animation: pulse 2s forwards 0s cubic-bezier(0.25, 0, 0, 1);
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    content: none;
}

.lp-buttonConversion-body {
    justify-content: center;
    padding: 20px 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion-body {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (0.60332))) 20px;
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-buttonConversion-body {
        padding: calc(1rem + ((1vh - 0.7rem) * (3.80228))) 20px;
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-buttonConversion-body {
        padding: 10px 20px;
    }
}

.lp-buttonConversion-text {
    position: relative;
    font-size: 2.8rem;
    transition: all 0.1s;
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

@media only screen and (max-height: 963px) and (min-width: 1024px) {
    .lp-buttonConversion-text {
        font-size: calc(2rem + ((1vh - 0.7rem) * (3.04183)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-buttonConversion-text {
        font-size: 2rem;
    }
}

.lp-buttonConversion-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -36px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
    background-size: 30px;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion-text::before {
        background-size: calc(2.4rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
    .lp-buttonConversion-text::before {
        background-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-image {
        margin-left: auto;
    }
}

.lp-buttonConversion.is-animate {
    box-shadow: 0 0 0 0 var(--COLOR_RED);
    animation: pulse 2s forwards 0s cubic-bezier(0.25, 0, 0, 1);
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px transparent;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textEmphasis {
    color: var(--COLOR_BLUE);
}

.lp-utility-fontWeight-regular {
    font-weight: 400;
}

.lp-utility-fontWeight-midium {
    font-weight: 500;
}

.lp-utility-fontWeight-bold {
    font-weight: 600;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0px !important;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px !important;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px !important;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px !important;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px !important;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px !important;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px !important;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px !important;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px !important;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px !important;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px !important;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px !important;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 96px !important;
}

.lp-utility-marginBottom-13 {
    margin-bottom: 104px !important;
}

.lp-utility-marginBottom-14 {
    margin-bottom: 112px !important;
}

.lp-utility-marginBottom-15 {
    margin-bottom: 120px !important;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-display-none {
        display: none;
    }
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}
