@charset "UTF-8";

.ss-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) {
    .ss-buttonConversion {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .ss-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.ss-buttonConversion-text {
    margin-right: 16px;
}

.ss-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.ss-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body, .ss-buttonConversion.of-anchor .ss-buttonConversion-body, .ss-buttonConversion.of-arrow .ss-buttonConversion-body, .ss-buttonConversion.of-inquiry .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before, .ss-buttonConversion.of-anchor .ss-buttonConversion-body::before, .ss-buttonConversion.of-arrow .ss-buttonConversion-body::before, .ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.ss-buttonConversion.of-anchor .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.ss-buttonConversion.of-arrow .ss-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.ss-buttonConversion.of-triangleIconTriangle .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-triangleIconTriangle .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-triangleIconTriangle .ss-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: "";
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.ss-buttonConversion.of-primary {
    background: #129e83;
}

.ss-buttonConversion.of-secondary {
    background: #1a90db;
}

.ss-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 .ss-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .ss-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.ss-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.ss-navigationSeries-title + .ss-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-title + .ss-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .ss-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .ss-navigationSeries-title + .ss-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-seriesNameText, .ss-navigationSeries-seriesText {
        display: block;
    }
}

.ss-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .ss-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.ss-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 .ss-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.ss-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.ss-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 .ss-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .ss-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.ss-navigationSeries-linkList > li > a:hover, .ss-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.ss-textPhone {
    display: block;
    margin-bottom: 24px;
}

.ss-textPhone > *:last-child {
    margin-bottom: 0;
}

.ss-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.ss-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.ss-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.ss-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.ss-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.ss-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.ss-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.ss-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.ss-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.ss-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.ss-textPhone.of-center {
    text-align: center;
}

.ss-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: 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 {
    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%;
}

:root {
    --top-position-before: 0;
    --top-position-after: 0;
}

.ss-utility-line-break {
    display: block;
}

.ss-utility-lastChild {
    margin-bottom: 0 !important;
}

.ss-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 1024px) {
    .ss-largeScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-text-shadow {
        text-shadow: 0 0 3px #fff;
    }
}

.ss-layout-header {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .ss-layout-header {
        margin-bottom: 0;
    }
}

.ss-layout-header-content {
    padding: 30px 0;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .ss-layout-header-content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .ss-layout-header-content {
        min-height: inherit;
        padding: 24px 20px;
        text-align: center;
    }
}

.ss-layout-header-logo {
    margin-bottom: 0;
}

.ss-layout-header-logo img {
    width: 159px;
}

@media screen and (max-width: 768px) {
    .ss-layout-header-logo img {
        width: 126px;
    }
}

.ss-layout-footer {
    background-color: #222;
    color: #fff;
}

.ss-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 17px 0 15px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-content {
        padding: 25px 20px 23px;
    }
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -16px;
    margin-left: -49px;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ss-layout-footer-list {
        justify-content: center;
        margin-bottom: 8px;
        margin-left: -33px;
        font-size: 14px;
        line-height: 1.5;
    }
}

.ss-layout-footer-list > li {
    position: relative;
    margin-top: 16px;
    margin-left: 49px;
}

@media screen and (max-width: 768px) {
    .ss-layout-footer-list > li {
        margin-left: 33px;
    }
    .ss-layout-footer-list > li:nth-last-child(2)::before {
        display: none;
    }
}

.ss-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -24px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #dedede;
    content: "";
}

@media screen and (max-width: 768px) {
    .ss-layout-footer-list > li::before {
        right: -16px;
    }
}

.ss-layout-footer-list > li:last-child::before {
    display: none;
}

.ss-layout-footer-list a {
    color: inherit;
    text-decoration: underline;
}

.ss-layout-footer-list:last-child {
    margin-bottom: 0;
}

.ss-layout-footer-copyright {
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-copyright {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
}

.ss-layout-container.of-outermost {
    background-color: #eceff1;
}

.ss-layout-container.of-outer {
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .ss-layout-container.of-outer {
        padding: 0;
    }
}

.ss-layout-container > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron {
    margin-bottom: 164px;
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron {
        margin-bottom: 300px;
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron {
        margin-bottom: 40px;
    }
}

.ss-jumbotron-content {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-content {
        padding: 0 20px;
    }
}

.ss-jumbotron-inner {
    display: flex;
    flex-direction: column;
    max-width: 772px;
    margin-left: auto;
}

.ss-jumbotron-inner > * {
    width: 100%;
}

@media screen and (max-width: 1620px) {
    .ss-jumbotron-inner {
        max-width: calc(36rem + ((1vw - 0.768rem) * (44.60094)));
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-inner {
        align-items: center;
        max-width: 100%;
    }
}

.ss-jumbotron-header {
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-header {
        z-index: 2;
        order: 1;
        margin-top: calc(-4rem + ((1vw - 0.36rem) * (-9.80392)));
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.96078)));
        line-height: 1.5;
    }
}

.ss-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-titleGroup {
    margin-bottom: 32px;
    text-align: center;
}

.ss-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-title {
    display: block;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

.ss-jumbotron-series {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.45;
}

@media screen and (max-width: 1620px) {
    .ss-jumbotron-series {
        max-width: 90%;
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.33557)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-series {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.50602)));
        line-height: 1.5;
    }
}

@media screen and (max-width: 360px) {
    .ss-jumbotron-series {
        font-size: 16px;
    }
}

.ss-jumbotron-body {
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-body {
        z-index: 1;
        order: 2;
    }
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-image {
    z-index: 1;
    position: absolute;
    top: -504px;
    left: -346px;
    width: auto;
}

@media screen and (max-width: 1620px) {
    .ss-jumbotron-image {
        top: calc(-30rem + ((1vw - 1.024rem) * (-34.22819)));
        left: calc(-30rem + ((1vw - 1.024rem) * (-7.71812)));
        width: calc(112rem + ((1vw - 1.024rem) * (87.24832)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-image {
        top: calc(-10rem + ((1vw - 0.768rem) * (-66.40625)));
        left: calc(-22rem + ((1vw - 0.768rem) * (-31.25)));
        width: calc(79rem + ((1vw - 0.768rem) * (128.90625)));
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-image {
        position: relative;
        top: 0;
        left: -20px;
        order: -1;
        width: calc(100% + 40px);
    }
    .ss-jumbotron-image::before {
        display: block;
        z-index: -1;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background: linear-gradient(rgba(236, 239, 241, 0), rgba(236, 239, 241, 0) 50%, #eceff1 80%);
        content: "";
    }
}

.ss-jumbotron-image::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
    height: 100%;
    background: linear-gradient(to right, #eceff1 4%, rgba(236, 239, 241, 0.5) 35%, transparent 100%);
    content: "";
}

@media screen and (max-width: 1960px) {
    .ss-jumbotron-image::before {
        display: none;
    }
}

[data-script-enabled="true"] .ss-jumbotron-header,
[data-script-enabled="true"] .ss-jumbotron-body {
    opacity: 0;
    transition: 1.5s 1s;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .ss-jumbotron-header,
    [data-script-enabled="true"] .ss-jumbotron-body {
        opacity: 100%;
        transition: none;
    }
}

[data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-header,
[data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-body {
    opacity: 1;
}

[data-script-enabled="true"] .ss-jumbotron-image {
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.7s;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .ss-jumbotron-image {
        transform: translateX(0);
        opacity: 100%;
        transition: none;
    }
}

[data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image {
    transform: translateX(0);
    opacity: 1;
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -32px 0 32px -32px;
}

@media screen and (max-width: 768px) {
    .ss-listButton {
        margin-bottom: 16px;
    }
}

.ss-listButton > li {
    padding: 32px 0 0 32px;
}

.ss-buttonConversion {
    border-radius: 40px;
    box-shadow: 0 3px 15px 0 rgba(255, 0, 54, 0.5);
    font-size: 20px;
    line-height: 1.2;
    transition: 0.3s;
}

.ss-buttonConversion:hover, .ss-buttonConversion:focus {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px 0 rgba(255, 0, 54, 0.65);
}

@media screen and (max-width: 768px) {
    .ss-buttonConversion {
        font-size: 16px;
    }
}

.ss-buttonConversion.of-download .ss-buttonConversion-body {
    padding-left: 60px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    left: 32px;
}

.ss-buttonConversion-body {
    padding: 16px 32px;
}

.ss-buttonConversion-text {
    margin-right: 0;
}

.ss-cardFeature {
    z-index: 1;
    position: relative;
    margin-bottom: 32px;
    background-color: #bac6d0;
}

@media screen and (max-width: 1024px) {
    .ss-cardFeature {
        background: none;
    }
}

.ss-cardFeature > *:last-child {
    margin-bottom: 0;
}

.ss-cardFeature-body {
    z-index: 1;
    position: relative;
    padding: 170px 83px 64px;
    overflow-y: clip;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 1620px) {
    .ss-cardFeature-body {
        padding: calc(6.4rem + ((1vw - 1.024rem) * (17.78523))) calc(2rem + ((1vw - 1.024rem) * (10.57047))) 64px;
    }
}

@media screen and (max-width: 1024px) {
    .ss-cardFeature-body {
        padding: 0;
    }
}

.ss-cardFeature-body::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: calc(56.25% + 1px);
    background: linear-gradient(transparent 0%, transparent 80%, rgba(186, 198, 208, 0) 90%, #bac6d0 100%);
    content: "";
}

@media screen and (max-width: 1024px) {
    .ss-cardFeature-body::before {
        display: none;
    }
}

.ss-cardFeature-body > *:last-child {
    margin-bottom: 0;
}

.ss-cardFeature.is-backgroundPattern-1 .ss-cardFeature-body {
    background-image: url("../../../../../../../img/ss/products/microscope/vr-6000/006/2082_01_bg_01.png");
}

@media screen and (max-width: 1024px) {
    .ss-cardFeature.is-backgroundPattern-1 .ss-cardFeature-body {
        background: none;
    }
}

.ss-cardFeature.is-backgroundPattern-2 .ss-cardFeature-body {
    background-image: url("../../../../../../../img/ss/products/microscope/vr-6000/006/2082_01_bg_02.jpg");
}

@media screen and (max-width: 1024px) {
    .ss-cardFeature.is-backgroundPattern-2 .ss-cardFeature-body {
        background: none;
    }
}

.ss-cardFeature.is-backgroundPattern-3 .ss-cardFeature-body {
    background-image: url("../../../../../../../img/ss/products/microscope/vr-6000/006/2082_01_bg_03.png");
}

@media screen and (max-width: 1024px) {
    .ss-cardFeature.is-backgroundPattern-3 .ss-cardFeature-body {
        background: none;
    }
}

.ss-mediaFeature {
    display: flex;
    margin: 0 0 32px -32px;
}

.ss-mediaFeature > * {
    padding-left: 32px;
}

.ss-mediaFeature-body {
    z-index: 2;
    flex: 1;
    margin-top: 16px;
}

@media screen and (max-width: 1024px) {
    .ss-mediaFeature-body {
        margin-top: 0;
    }
}

.ss-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.ss-mediaFeature-video {
    width: 1184px;
    margin-right: -243px;
}

@media screen and (max-width: 1960px) {
    .ss-mediaFeature-video {
        width: calc(94.1rem + ((1vw - 1.62rem) * (71.47059)));
        margin-right: calc(0rem + ((1vw - 1.62rem) * (-71.47059)));
    }
}

@media screen and (max-width: 1620px) {
    .ss-mediaFeature-video {
        width: calc(64rem + ((1vw - 1.024rem) * (50.50336)));
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .ss-mediaFeature-video {
        width: 100%;
    }
}

.ss-section {
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .ss-section {
        margin-bottom: 56px;
    }
}

.ss-section.is-active {
    margin-bottom: 80px;
}

@media screen and (max-width: 1620px) {
    .ss-section.is-active {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (6.71141)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-section.is-active {
        margin-bottom: 56px;
    }
}

.ss-section.is-active .ss-section-body {
    height: auto;
    overflow: visible;
    animation: fadeIn 2s forwards 0.2s;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .ss-section:last-child.is-active {
        margin-bottom: 0;
    }
}

.ss-section-content {
    display: flex;
    flex-direction: column;
    margin-top: -16px;
}

@media screen and (max-width: 1024px) {
    .ss-section-content {
        margin-top: 0;
        overflow: hidden;
    }
}

.ss-section-content > * {
    width: 100%;
}

.ss-section-content > *:last-child {
    margin-bottom: 0;
}

.ss-section-header {
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .ss-section-header {
        padding: 0 20px calc(56.25% / 2);
        text-align: center;
    }
}

.ss-section-header > *:last-child {
    margin-bottom: 0;
}

.ss-section-title {
    margin-bottom: 32px;
    color: #124c87;
    font-size: 34px;
}

@media screen and (max-width: 1620px) {
    .ss-section-title {
        font-size: calc(2.6rem + ((1vw - 1.024rem) * (1.34228)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-section-title {
        margin-bottom: 16px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.ss-section-body {
    z-index: 3;
    position: relative;
    width: calc(100% + 400px);
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .ss-section-body {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 20px 32px;
        overflow: visible;
        opacity: 1;
    }
    .ss-section.of-background-primary .ss-section-body {
        background: #bac6d0 url("../../../../../../../img/ss/products/microscope/vr-6000/006/2082_01_bg_01.png") no-repeat top center/100% auto;
    }
    .ss-section.of-background-secondary .ss-section-body {
        background: #bac6d0 url("../../../../../../../img/ss/products/microscope/vr-6000/006/2082_01_bg_02.jpg") no-repeat top center/100% auto;
    }
    .ss-section.of-background-tertiary .ss-section-body {
        background: #bac6d0 url("../../../../../../../img/ss/products/microscope/vr-6000/006/2082_01_bg_03.png") no-repeat top center/100% auto;
    }
}

@media screen and (max-width: 768px) {
    .ss-section-body {
        padding-bottom: 16px;
    }
}

.ss-section-videoGroup {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .ss-section-videoGroup {
        margin-top: calc(-56.25% / 2);
    }
}

.ss-section-textGroup {
    font-size: 22px;
}

.ss-section-textGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .ss-section-textGroup {
        position: relative;
        margin-top: calc(calc(-3.6rem + ((1vw - 0.36rem) * (-6.62651)))/2 - 32px);
        margin-right: 0;
        padding: 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .ss-section-textGroup {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.47059)));
    }
}

.ss-section-text {
    max-width: 480px;
}

@media screen and (max-width: 1620px) {
    .ss-section-text {
        max-width: calc(28rem + ((1vw - 1.024rem) * (33.55705)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-section-text {
        max-width: 100%;
    }
}

.ss-section.of-primary {
    margin-bottom: 0;
    padding-bottom: 40px;
    background-color: #222;
}

@media screen and (max-width: 768px) {
    .ss-section.of-primary {
        padding-bottom: 24px;
    }
}

[data-script-enabled="true"] .ss-section-body {
    height: 0;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .ss-section-body {
        height: auto;
        overflow: visible;
    }
}

[data-script-enabled="true"] .ss-section:not(.is-active) .ss-section-title {
    opacity: 40%;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .ss-section:not(.is-active) .ss-section-title {
        opacity: 100%;
    }
}

[data-script-enabled="true"] .ss-section:not(.is-active) .ss-section-title::before {
    width: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.ss-textEmphasis {
    -webkit-text-stroke: 1px #fff;
    width: calc(100% + 398px);
    margin-bottom: 8px;
    color: transparent;
    font-family: raleway, sans-serif;
    font-size: 130px;
    font-weight: bold;
    line-height: 1.1;
}

@media screen and (max-width: 1960px) {
    .ss-textEmphasis {
        width: calc(100% + calc(20rem + ((1vw - 1.62rem) * (58.23529))));
    }
}

@media screen and (max-width: 1620px) {
    .ss-textEmphasis {
        font-size: calc(8rem + ((1vw - 1.024rem) * (8.38926)));
    }
}

@media screen and (max-width: 1024px) {
    .ss-textEmphasis {
        width: 100%;
        padding-right: 38px;
        font-size: calc(3.6rem + ((1vw - 0.36rem) * (6.62651)));
    }
}

.ss-figureVideo {
    margin-bottom: 32px;
}

.ss-figureVideo-outer {
    position: relative;
    text-align: center;
}

.ss-figureVideo-outer > * {
    margin-bottom: 0;
}

.ss-figureVideo-imageGroup {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss-figureVideo-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.ss-figureVideo-image.is-show {
    opacity: 1;
    transition: opacity 0.5s;
}

.ss-figureVideo-button {
    display: none;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #000;
}

.ss-figureVideo-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23fff'/%3E%3Crect width='2' height='8' transform='translate(1069 509)' fill='%23fff'/%3E%3Crect width='2' height='8' transform='translate(1073 509)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
}

.ss-figureVideo-button.is-paused::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23fff'/%3E%3Cpath d='M4,0,8,7H0Z' transform='translate(1076 509) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.ss-figureVideo-text {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

[data-script-enabled="true"] .ss-figureVideo-button {
    display: block;
}

[data-script-enabled="true"] .ss-figureVideo-imageGroup {
    display: block;
}

.ss-mediaConversion {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

.ss-mediaConversion > * {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ss-mediaConversion {
        margin-bottom: 24px;
    }
}

.ss-mediaConversion-body {
    padding: 0 20px;
    background-color: #222;
}

.ss-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

.ss-mediaConversion-image {
    margin-bottom: 24px;
    background: transparent linear-gradient(#eceff1 0%, #aaa 37%, #444 60%, #222 70%, #222 100%) 0 0 no-repeat;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ss-mediaConversion-image {
        margin-bottom: 16px;
    }
}

.ss-textPhone-body {
    color: #fff;
    text-decoration: none;
}

.ss-textPhone-numberGroup {
    justify-content: center;
}

body {
    top: 0;
}

body.is-fixed {
    position: fixed;
    left: 50%;
    width: 100%;
    overflow-y: scroll;
    transform: translateX(-50%);
    animation: smoothScroll 0.1s forwards;
}

@media screen and (max-width: 1024px) {
    body.is-fixed {
        position: static;
        width: auto;
        overflow: auto;
        transform: translateX(0);
        animation: none;
    }
}

@keyframes smoothScroll {
    0% {
        top: var(--top-position-before);
    }
    100% {
        top: var(--top-position-after);
    }
}
