@charset "UTF-8";

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
}

.lp-jumbotron {
    padding-top: 33px;
    background-color: #000000;
    color: #ffffff;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        padding: 20px 20px 0;
        overflow: hidden;
    }
}

.lp-jumbotron-content {
    max-width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        max-width: 100%;
    }
}

.lp-jumbotron-telNumberOuter {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.lp-jumbotron-telNumber {
    position: absolute;
    top: -86px;
    right: 20px;
    color: #333;
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-telNumberOuter {
        display: none;
    }

    .lp-jumbotron-telNumberOuter.of-primary {
        display: block;
        padding: 0;
        margin: -20px -20px 20px;
        background: #ededed;
    }

    .lp-jumbotron-telNumberOuter.of-primary .lp-jumbotron-telNumber {
        position: static;
        display: flex;
    }
}

.lp-jumbotron-telNumber a {
    color: #333;
    position: relative;
    text-decoration: none;
    padding-left: 24px;
    cursor: inherit;
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.2rem;
}

.lp-jumbotron-telNumberOuter.of-primary .lp-jumbotron-telNumber a {
    font-size: 2rem;
}

.lp-jumbotron-telNumber a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 29px;
    background: url("../../img/core/icon_tel_l_trans.png");
    background-size: cover;
    content: "";
    transform: translateY(-50%);
    margin-top: 1px;
}

.lp-jumbotron-telNumber img {
    display: none;
}

.lp-jumbotron-telNumber .TelSlsh {
    color: #333;
    padding: 0 10px;
}

.lp-jumbotron-telNumberOuter.of-primary .TelSlsh {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-telNumberOuter.of-primary .lp-jumbotron-telNumber a {
        display: flex;
        padding: 10px 4px;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.3rem;
        flex: 1;
        border-right: 1px solid #d1d1d1;
    }

    .lp-jumbotron-telNumberOuter.of-primary .lp-jumbotron-telNumber a:last-child {
        border-right: 0;
    }

    .lp-jumbotron-telNumberOuter.of-primary .lp-jumbotron-telNumber a::before {
        position: static;
        transform: none;
        width: 20px;
        height: 20px;
    }
}

.lp-jumbotron-body {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex-direction: column;
        margin-bottom: 35px;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    margin-right: 30px;
}

@media screen and (min-width: 970px) {
    .lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
        align-self: flex-start;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        flex: 0 1 auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 34px;
    }
    .lp-jumbotron-titleGroup > *:last-child {
        margin-bottom: 0;
    }
}

.theme-KC .lp-jumbotron-titleGroup {
    flex: 0 1 auto;
    max-width: 690px;
}

@media screen and (max-width: 969px) {
    .theme-KC .lp-jumbotron-titleGroup {
        max-width: 100%;
    }
}

.theme-KD .lp-jumbotron-titleGroup,
.theme-KIB:lang(de) .lp-jumbotron-titleGroup {
    margin-right: 15px;
}

@media screen and (max-width: 969px) {
    .theme-KD .lp-jumbotron-titleGroup,
    .theme-KIB:lang(de) .lp-jumbotron-titleGroup {
        margin-right: 0;
    }
}

.lp-jumbotron-title {
    font-size: 32px;
    line-height: 1.4;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        flex-direction: column;
        font-size: 30px;
        line-height: 1.46;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: calc(26vw * 100 / 360);
    }
}

@media screen and (max-width: 640px) {
    .theme-KC .lp-jumbotron-title {
        font-size: calc(30vw * 100 / 360);
    }
}

.lp-jumbotron-subtitle {
    display: block;
    padding-top: 5px;
    font-size: 26px;
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-subtitle {
        padding-top: 15px;
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25;
}

.lp-jumbotron-seriesGroup > em {
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    padding: 0 8px 0 7px;
    background-color: #d40001;
}

.lp-jumbotron-seriesName {
    font-size: 18px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup > em {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 6px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesName {
        display: block;
    }
}

.lp-jumbotron-imageGroup {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-imageGroup {
        flex-direction: column;
    }
}

.lp-jumbotron-productImage {
    min-height: 0%;
    margin-right: 20px;
    padding-top: 23px;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-productImage {
        margin-right: 0;
        padding-top: 0;
        text-align: center;
    }
    .lp-jumbotron-productImage > img {
        max-width: calc(272vw * 100 / 360);
    }
}

.lp-jumbotron-demoImage {
    align-self: flex-end;
    min-height: 0%;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-demoImage {
        align-self: auto;
        text-align: center;
    }
}

.lp-jumbotron-button {
    display: flex;
    max-width: 390px;
    margin-top: 48px;
    text-align: right;
}

@media screen and (min-width: 970px) {
    .lp-jumbotron.of-primary .lp-jumbotron-button {
        margin-top: 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-button {
        max-width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .lp-jumbotron.of-primary .lp-jumbotron-button {
        max-width: inherit;
    }
}

.lp-listButton {
    width: 100%;
}

.lp-listButton.of-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 969px) {
    .lp-listButton.of-flex {
        max-width: 400px;
        margin: 0 auto;
    }
}

.lp-listButton li {
    margin-bottom: 20px;
}

.lp-listButton.of-flex li {
    width: 100%;
}

.lp-listButton li:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #f30b19;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-listButton.of-flex li .lp-buttonConversion {
    width: 100%;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
    position: relative;
    padding-left: 49px;
    padding-right: 49px;
}

.lp-buttonConversion.of-primary::before {
    background: none;
    border-style: solid;
    border-width: 6px 8px;
    border-color: transparent transparent transparent #fff;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 26px;
    content: "";
    display: block;
    position: absolute;
}

.lp-buttonConversion-body {
    display: block;
    padding: 11px 56px 10px;
}

.lp-buttonConversion .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 26px;
}

.lp-buttonConversion.of-primary .lp-buttonConversion-body {
    padding-right: 0;
    padding-left: 0;
}

.lp-buttonConversion.of-primary .lp-buttonConversion-body::before {
    display: none;
}

.lp-buttonConversion .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-right: 14px;
    content: "";
}

.lp-buttonConversion .lp-buttonConversion-text {
    font-size: 19px;
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    margin-right: 8px;
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    background-size: contain;
}

.lp-jumbotron.of-primary .lp-buttonConversion.of-download .lp-buttonConversion-body {
    position: relative;
    padding-left: 54px;
}

.lp-jumbotron.of-primary .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    margin-right: 2px;
    box-shadow: 0 0 2px #cccccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image > img {
    max-width: inherit;
}

.lp-buttonTelNumber {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-buttonTelNumber {
        display: flex;
        flex-direction: column;
        margin: 16px auto 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        max-width: 400px;
        padding: 0 20px;
    }
}

.lp-buttonTelNumber a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 8px;
    background: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    cursor: inherit;
    color: #333;
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
}

.lp-buttonTelNumber a::before {
    display: block;
    content: "";
    width: 29px;
    height: 29px;
    background: url(../../img/core/icon_tel_l_trans.png);
    background-size: cover;
}

.lp-buttonTelNumber img {
    display: none;
}

.lp-buttonTelNumber .TelSlsh {
    display: none;
}

.lp-buttonTelNumber > * {
    margin-bottom: 8px;
}

.lp-buttonTelNumber > *:last-child {
    margin-bottom: 0;
}

.lp-section {
    padding: 40px 0 20px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 969px) {
    .lp-section {
        padding: 20px 25px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.lp-layout-grid .lp-layout-grid-column {
    margin-bottom: 20px;
    padding-left: 20px;
}

.lp-layout-grid .lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid.of-column-12 .of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
        text-align: center;
    }
    .lp-layout-grid.of-column-12 > *:last-child {
        margin-bottom: 0;
    }
    .lp-layout-grid.of-column-12 .lp-smallScreen-column-6,
    .lp-layout-grid.of-column-12 .of-column-4 {
        width: 100%;
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
    background-color: #ffffff;
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-media {
        max-width: 475px;
        margin: 0 auto;
    }
}

.lp-media-body {
    padding: 16px 20px;
    line-height: 1.37;
    text-align: center;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-media-body {
        padding: 16px 17px;
    }
}

.lp-media-title {
    margin-bottom: 2px;
    font-size: 16px;
}

@media screen and (max-width: 969px) {
    .lp-media-title {
        margin-bottom: 11px;
    }
}

.theme-KC .lp-media-body {
    font-size: 19px;
    line-height: 1.44;
}

.theme-KC .lp-media-body .lp-media-title {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .theme-KC .lp-media-body .lp-media-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 969px) {
    .theme-KC .lp-media-body {
        font-size: 16px;
    }
}

.lp-media-image {
    min-height: 0%;
    background-color: #000000;
}

.lp-media-image.of-primary {
    background-color: #ffffff;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 191px;
    background: url("../../img/landing_page/pr_vr-5000/lp_vr_obtain_bg_rwd_01.png") no-repeat center top 14px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: 20px 20px 0;
        background: none;
    }
}

.lp-mediaAsset-outer {
    display: flex;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        width: 100%;
        text-align: center;
    }
}

.lp-mediaAsset-text {
    padding: 10px 0 40px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 24px;
    }
}

.lp-mediaAsset-image {
    min-width: 213px;
    min-height: 0%;
    margin-right: 28px;
    padding-bottom: 14px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin: 0 0 15px;
        padding: 0;
    }
}

.lp-utility-text-normal {
    font-weight: normal;
}

@media screen and (max-width: 1240px) {
    .lp-smallScreen-hide {
        display: none;
    }
}
