@charset "UTF-8";

.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;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.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;
}

@keyframes fade1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade2 {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 60px -24px;
}

.lp-listButton.of-primary {
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
    }
}

.lp-listButton > li {
    margin: 24px 0 0 24px;
}

.lp-listButton > li > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-figureAnimation {
    position: relative;
}

.lp-figureAnimation-image:not(:first-child) {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.lp-figureAnimation-imageOuter {
    margin-bottom: 16px;
}

.lp-figureAnimation-caption {
    font-size: 1.4rem;
}

.lp-figureAnimation > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-figureAnimation-image:not(:first-child) {
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureAnimation.is-active .lp-figureAnimation-image.of-secondary {
    animation: fade1 0.8s 0.2s 1 forwards;
}

[data-script-enabled="true"] .lp-figureAnimation.is-active .lp-figureAnimation-image.of-tertiary {
    animation: fade2 0.5s 0.6s 1 forwards;
}

[data-script-enabled="true"] .lp-figureAnimation.is-active .lp-figureAnimation-image.of-quaternary {
    animation: fade1 0.8s 1.1s 1 forwards;
}

[data-script-enabled="true"] .lp-figureAnimation.is-active .lp-figureAnimation-image.of-fifthly {
    animation: fade2 0.5s 1.5s 1 forwards;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    max-width: calc(1600px + (20px * 2));
    margin: 0 auto;
    padding: 125px 20px 240px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        padding-top: 105px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 38px 20px 96px;
    }
}

.lp-jumbotron-body {
    z-index: 1;
    position: relative;
    max-width: 550px;
    margin-top: 40px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        margin-top: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: 100%;
        margin-top: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 32px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-title > em {
    display: block;
    margin-bottom: 32px;
    font-size: 6.4rem;
    font-weight: 600;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title > em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.30769)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title > em {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 52px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        text-align: center;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
    }
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        max-width: calc((400 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        margin-left: calc(5rem + ((1vw - 0.97rem) * (12.90323)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        max-width: calc((300 * 100vw) / 970);
        margin-left: calc((140 * 100vw) / 970);
    }
}

.lp-jumbotron-video {
    position: absolute;
    top: -86px;
    right: -130px;
    width: 1152px;
    height: 648px;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-video {
        top: calc((-86 * 100vw) / 1920);
        right: calc(0rem + ((1vw - 1.366rem) * (-23.4657)));
        width: calc((1152 * 100vw) / 1920);
        height: calc((648 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-video {
        right: calc((-60 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-video {
        top: calc((-35 * 100vw) / 1280);
        right: calc((-110 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-video {
        top: 0;
        right: -30px;
        width: 80%;
        height: auto;
    }
}

.lp-jumbotron-video::after {
    position: absolute;
    top: -37px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-video::after {
        box-shadow: inset -55px 39px 24px 31px rgba(23, 30, 48, 0.8);
    }
}

.lp-jumbotron-video > .lp-video {
    mix-blend-mode: lighten;
}

.lp-label {
    display: inline-block;
    min-width: 70px;
    max-width: 200px;
    padding: 2px 10px;
    background-color: #e60012;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-label {
        min-width: 54px;
        padding: 2px 4px;
    }
}

.lp-label-outer {
    display: inline-flex;
    max-width: 100%;
    margin-right: 16px;
}

@media only screen and (max-width: 969px) {
    .lp-label-outer {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-layout-container {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background-color: #171e30;
    color: #efefef;
}

.lp-layout-header {
    z-index: 1;
    position: relative;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1600px + (20px * 2));
    margin: 0 auto;
    padding: 22px 20px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-header-content {
        padding: 18px 20px 36px;
    }
}

.lp-layout-header-text {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.lp-layout-header-text > a {
    color: #efefef;
    text-decoration: none;
}

.lp-layout-header-text > a:hover, .lp-layout-header-text > a:active, .lp-layout-header-text > a:focus {
    color: #efefef;
    text-decoration: underline;
}

.lp-layout-header-logo {
    flex-shrink: 0;
    margin-right: 22px;
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-layout-header-logo {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

.lp-layout-header-logo > a > img {
    width: 116px;
}

.lp-layout-footer {
    margin: 24px 0;
}

.lp-layout-footer-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto 24px;
    padding: 0 20px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -24px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list {
        margin-left: -8px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 24px;
    font-size: 1.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li {
        margin-left: 8px;
    }
}

.lp-layout-footer-list > li:first-child > a {
    padding-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list > li > a {
    display: block;
    width: 100%;
    padding-left: 24px;
    color: #efefef;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li > a {
        padding-left: 8px;
    }
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:focus {
    text-decoration: none;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 11px;
    transform: translateY(-50%);
    background: #efefef;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-footer-list > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #efefef;
    font-size: 1.6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }
}

.lp-layout-footer-copyright > small {
    padding-left: 24px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright > small {
        padding-left: 0;
    }
}

.lp-layout-footer > *:last-child {
    margin-bottom: 0;
}

.lp-list {
    margin-bottom: 45px;
}

.lp-list > li {
    position: relative;
    padding-left: 16px;
    color: #efefef;
    text-align: left;
}

.lp-list > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #efefef;
    content: "";
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-media-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        text-align: center;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 32px;
    font-size: 3.8rem;
    font-weight: 600;
}

@media only screen and (max-width: 1365px) {
    .lp-media-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-title {
        margin-bottom: 16px;
    }
}

.lp-media-text {
    margin-bottom: 45px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1365px) {
    .lp-media-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: 32px;
    }
}

.lp-media-image {
    width: 770px;
    margin-left: 70px;
}

@media only screen and (max-width: 1365px) {
    .lp-media-image {
        width: calc((600 * 100vw) / 1280);
        margin-left: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        width: 100%;
        margin-bottom: 32px;
        margin-left: 0;
        text-align: center;
    }
}

.lp-media-video {
    width: 770px;
}

@media only screen and (max-width: 1365px) {
    .lp-media-video {
        width: calc((600 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-video {
        width: 100%;
    }
}

.lp-media-videoOuter {
    position: relative;
    margin-left: 70px;
}

@media only screen and (max-width: 1365px) {
    .lp-media-videoOuter {
        margin-left: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-videoOuter {
        margin-bottom: 32px;
        margin-left: 0;
    }
}

.lp-media-videoOuter > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary {
        flex-direction: column-reverse;
    }
}

.lp-media.of-primary .lp-media-image {
    margin-right: 70px;
    margin-left: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-primary .lp-media-image {
        margin-right: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-primary .lp-media-videoOuter {
    margin-right: 70px;
    margin-left: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-primary .lp-media-videoOuter {
        margin-right: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-videoOuter {
        margin-right: 0;
    }
}

.lp-media.of-asset .lp-media-title {
    margin-bottom: 32px;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-asset .lp-media-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.53846)));
    }
}

.lp-media.of-asset .lp-media-image {
    width: 510px;
    margin-top: -120px;
    margin-left: 80px;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-asset .lp-media-image {
        width: calc((510 * 100vw) / 1280);
        margin-top: calc((-170 * 100vw) / 1280);
        margin-left: calc((60 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-asset .lp-media-image {
        width: calc(18.4rem + ((1vw - 0.36rem) * (53.44262)));
        margin: 0 0 24px;
        text-align: center;
    }
}

.lp-navigationSeries {
    margin: 0 auto 16px;
    padding: 0 10px;
    border: 0;
    color: #efefef;
}

.lp-navigationSeries-linkList {
    margin-left: -24px;
    color: #efefef;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        margin-left: -8px;
    }
}

.lp-navigationSeries-linkList > li {
    margin-left: 24px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList > li {
        margin-left: 8px;
    }
}

.lp-navigationSeries-linkList > li:first-child > a {
    padding-left: 0;
}

.lp-navigationSeries-linkList > li:first-child > a::before {
    content: none;
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 24px;
    color: #efefef;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList > li > a {
        padding-left: 8px;
    }
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 11px;
    transform: translateY(-50%);
    border: 0;
    background-color: #efefef;
    content: "";
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 969px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media only screen and (max-width: 969px) {
    .lp-middleScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-none {
        margin-bottom: 0;
    }
}

.lp-section-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px 240px;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: 0 20px 96px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-asset {
    background-color: #151515;
}

.lp-section.of-asset .lp-section-content {
    padding: 30px 20px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-asset .lp-section-content {
        padding: 24px 20px;
    }
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-icon {
    fill: #efefef;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

@media only screen and (max-width: 969px) {
    .lp-textPhoneLink-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.lp-textPhoneLink-notes {
    margin-right: 16px;
    font-size: 2rem;
}

@media only screen and (max-width: 969px) {
    .lp-textPhoneLink-notes {
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink-number {
    font-size: 2.6rem;
    font-weight: 600;
}

@media only screen and (max-width: 969px) {
    .lp-textPhoneLink-number {
        font-size: 2.2rem;
    }
}

.lp-textPhoneLink-number > a,
.lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #efefef;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > a em,
.lp-textPhoneLink-number > .prd-inlineLink[href] em {
    font-weight: 600;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #efefef;
}

@media only screen and (max-width: 969px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-textPhoneLink.of-primary .lp-textPhone-number {
    font-size: 2.4rem;
}

.lp-textScroll {
    visibility: visible;
    z-index: 500;
    position: fixed;
    right: 34px;
    bottom: 120px;
    padding-bottom: 33px;
    color: #efefef;
    font-size: 1.4rem;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media only screen and (max-width: 1365px) {
    .lp-textScroll {
        right: 18px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-textScroll {
        display: none;
    }
}

.lp-textScroll.is-hide {
    visibility: hidden;
    opacity: 0;
}

.lp-textScroll span {
    display: inline-flex;
    position: relative;
    transform: rotate(90deg);
}

.lp-textScroll span::after {
    position: absolute;
    bottom: 7px;
    left: 63px;
    width: 50px;
    height: 4px;
    transform: skew(45deg);
    border-right: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    content: "";
}

.theme-KC .lp-layout-header-logo > a > img {
    width: 266px;
}

@media only screen and (max-width: 1279px) {
    .theme-KC .lp-layout-header-logo > a > img {
        width: 175px;
    }
}

.theme-KC .lp-jumbotron-title {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-jumbotron-title {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

.theme-KC .lp-jumbotron-title > em {
    font-size: 6rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-jumbotron-title > em {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.30769)));
    }
}

.theme-KC .lp-jumbotron-series {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

.theme-KC .lp-label {
    font-size: 1.6rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

.theme-KC .lp-media-title {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1365px) {
    .theme-KC .lp-media-title {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

.theme-KC .lp-media-text {
    font-size: 1.6rem;
}

.theme-KC .lp-media.of-asset .lp-media-title {
    font-size: 4.6rem;
}

@media only screen and (max-width: 1279px) {
    .theme-KC .lp-media.of-asset .lp-media-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.53846)));
    }
}

.theme-KC .lp-textPhoneLink-notes {
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-textPhoneLink-notes {
        font-size: 1.6rem;
    }
}

.theme-KC .lp-textPhoneLink-number {
    font-size: 2.4rem;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-textPhoneLink-number {
        font-size: 2rem;
    }
}

.theme-KC .lp-textScroll {
    font-size: 1.2rem;
}

.theme-KC .lp-list > li {
    font-size: 1.6rem;
}

.theme-KD .lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KD .lp-jumbotron-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

.theme-KD .lp-jumbotron-title > em {
    margin-bottom: 16px;
    font-size: 5.8rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KD .lp-jumbotron-title > em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.92308)));
    }
}

.theme-KD .lp-jumbotron-titleGroup {
    margin-bottom: 32px;
}

.theme-KD .lp-jumbotron-content {
    padding-top: 100px;
}

@media only screen and (max-width: 969px) {
    .theme-KD .lp-jumbotron-content {
        padding-top: 38px;
    }
}

@media only screen and (max-width: 1279px) {
    .theme-KD .lp-jumbotron-body {
        max-width: 470px;
    }
}

@media only screen and (max-width: 969px) {
    .theme-KD .lp-jumbotron-body {
        max-width: 100%;
    }
}

.theme-KD .lp-media.of-asset .lp-media-title {
    font-size: 4rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KD .lp-media.of-asset .lp-media-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.59046)));
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-marginBottom-small {
    margin-bottom: 16px;
}

.lp-video {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-video-button {
    position: absolute;
    right: 0;
    bottom: 0;
    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-buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}
