@charset "UTF-8";

.lp-layout-gridImage {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -10px;
}

.lp-layout-gridImage-column {
    width: 475px;
    min-height: 0%;
    padding-left: 10px;
}

@media only screen and (max-width: 640px) {
    .lp-layout-gridImage.lp-extraSmallScreen-column {
        flex-direction: column;
        margin: 0;
    }
    .lp-layout-gridImage.lp-extraSmallScreen-column .lp-layout-gridImage-column {
        width: 100%;
        margin-bottom: 2px;
        padding-left: 0;
        text-align: center;
    }
}

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron {
    background: #f0f0f0;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: flex-start;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron-body {
    align-self: center;
    width: 475px;
    margin-right: -10px;
    padding: 45px 0;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 20px;
}

.theme-KC .lp-jumbotron-title {
    font-weight: normal;
}

.lp-jumbotron-titleSubText {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1.3;
}

.lp-jumbotron-titleText {
    display: block;
    margin-bottom: 10px;
    font-size: 5rem;
    line-height: 1.2;
}

.theme-KK .lp-jumbotron-titleText {
    font-size: 4.4rem;
}

.lp-jumbotron-imageOuter {
    position: relative;
    width: 570px;
    margin-right: -50px;
    margin-bottom: -105px;
    padding: 270px 0 0 312px;
}

.lp-jumbotron-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 570px;
}

.lp-jumbotron-productImage {
    z-index: 1;
    position: relative;
    width: 249px;
}

.lp-jumbotron-iconOuter {
    display: flex;
    margin-bottom: 5px;
}

.lp-jumbotron-icon {
    padding: 0 5px;
    border: 1px solid #e60013;
    color: #e60013;
    font-size: 1.6rem;
}

.lp-jumbotron-seriesName {
    display: block;
    font-size: 1.8rem;
}

.theme-KC .lp-jumbotron-seriesName {
    font-weight: bold;
}

.lp-jumbotron-series {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
}

@media only screen and (max-width: 1109px) {
    .lp-jumbotron-body {
        width: 42.79279vw;
        padding: 4.05405vw 0;
    }
    .lp-jumbotron-titleText {
        font-size: 4.5045vw;
    }
    .theme-KK .lp-jumbotron-titleText {
        font-size: 3.96396vw;
    }
    .lp-jumbotron-imageOuter {
        width: 51.35135vw;
        margin-right: 0;
        margin-bottom: -9.45946vw;
        padding: 24.32432vw 0 0 28.10811vw;
    }
    .lp-jumbotron-productImage {
        width: 22.43243vw;
    }
    .lp-jumbotron-image {
        width: 51.35135vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-jumbotron-body {
        width: 100%;
        margin: 0;
        padding: 15px 0 0;
    }
    .lp-jumbotron-title {
        margin-bottom: 20px;
    }
    .lp-jumbotron-titleSubText {
        font-size: 1.6rem;
    }
    .lp-jumbotron-titleText {
        margin-bottom: 10px;
        font-size: 2.6rem;
    }
    .theme-KK .lp-jumbotron-titleText {
        font-size: 2.6rem;
    }
    .lp-jumbotron-icon {
        font-size: 1.4rem;
    }
    .lp-jumbotron-seriesName, .lp-jumbotron-series {
        font-size: 1.4rem;
    }
    .lp-jumbotron-imageOuter {
        width: 93.75vw;
        padding: 12.5vw 0 0 43.75vw;
    }
    .lp-jumbotron-productImage {
        width: 40.3125vw;
    }
    .lp-jumbotron-image {
        left: 3.125vw;
        width: 60.9375vw;
    }
}

.lp-section {
    overflow: hidden;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 70px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary, .lp-section.of-quinary {
    background: #000000;
    color: #ffffff;
}

.lp-section.of-primary .lp-card-body, .lp-section.of-quinary .lp-card-body {
    border-color: #ffffff;
}

.lp-section.of-secondary {
    background: #ffffff url("../../img/landing_page/lp_vk-x1000_01/bg_01.jpg") no-repeat bottom center;
    background-size: contain;
}

.lp-section.of-tertiary {
    position: relative;
    background: #232323;
    color: #ffffff;
}

.lp-section.of-tertiary .lp-card-body {
    border-color: #ffffff;
}

.lp-section.of-tertiary::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 185px;
    background: #131313;
    content: "";
}

.lp-section.of-quinary {
    overflow: hidden;
}

@media only screen and (max-width: 1109px) {
    .lp-section.of-tertiary::before {
        height: 16.66667vw;
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: 7.21649vw 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 40px 20px 20px;
    }
    .lp-section.of-tertiary::before {
        height: 40.625vw;
        min-height: 180px;
    }
}

.lp-headingLevel2 {
    position: relative;
    font-size: 3.8rem;
    line-height: 1.2;
    text-align: center;
}

.lp-headingLevel2::before {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 90%;
    height: 2px;
    transform: translateX(-50%);
    background: #10abe5;
    content: "";
}

.lp-headingLevel2-outer {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.lp-headingLevel2NoteText {
    font-size: 1.8rem;
}

.theme-KC .lp-headingLevel2 {
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: 3.91753vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 22px;
    }
    .lp-headingLevel2::before {
        bottom: -16px;
    }
    .lp-headingLevel2-outer {
        margin-bottom: 36px;
    }
    .lp-headingLevel2NoteText {
        font-size: 1.4rem;
    }
}

.lp-text {
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-text {
        font-size: 2.47423vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-text {
        font-size: 16px;
    }
}

.lp-card {
    margin-bottom: 50px;
    text-align: center;
}

.lp-card-body {
    display: inline-block;
    padding: 14px 25px;
    border: 1px solid #333333;
    font-size: 2.6rem;
    line-height: 1.2;
}

.lp-card-body em {
    font-size: 3.8rem;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-card-body {
        padding: 1.4433vw 2.57732vw;
        font-size: 2.68041vw;
    }
    .lp-card-body em {
        font-size: 3.91753vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-card-body {
        padding: 14px 25px;
        font-size: 18px;
    }
    .lp-card-body em {
        font-size: 22px;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #f30b19;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-outer {
    position: relative;
    margin: 20px 0;
}

.lp-buttonConversion-outer .lp-buttonConversion {
    margin-bottom: 0;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 16px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        position: relative;
    }
    .lp-buttonConversion-image {
        display: none;
    }
    .lp-buttonConversion.of-download .lp-buttonConversion-body {
        padding-right: 16px;
    }
}

.lp-media-body {
    position: relative;
    margin-bottom: 50px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
    text-align: center;
}

.lp-media-video {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 464px;
    height: 100%;
    margin: 0 auto;
}

.lp-media-video video {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.lp-media.of-row {
    display: flex;
}

.lp-media.of-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media.of-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-body {
    margin-bottom: 0;
}

.lp-media.of-column-reverse .lp-media-video {
    margin-bottom: 50px;
}

.lp-media.of-primary {
    position: relative;
}

.lp-media.of-primary .lp-media-body {
    width: 400px;
}

.lp-media.of-primary .lp-media-image {
    align-self: flex-end;
    margin: -100px -50px -80px -70px;
}

.lp-media.of-secondary .lp-media-body {
    width: 400px;
    margin-left: -200px;
}

.lp-media.of-secondary .lp-media-image {
    margin: -70px 0 -70px -270px;
}

@media only screen and (max-width: 1109px) {
    .lp-media.of-primary .lp-media-body {
        width: 36.03604vw;
    }
    .lp-media.of-primary .lp-media-image {
        width: 62.16216vw;
        margin: -9.00901vw 0 -7.20721vw -6.30631vw;
    }
    .lp-media.of-secondary .lp-media-body {
        width: 36.03604vw;
        margin-left: -18.01802vw;
    }
    .lp-media.of-secondary .lp-media-image {
        width: 96.57658vw;
        margin: -6.30631vw 0 -6.30631vw -24.32432vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-body {
        margin-bottom: 20px;
    }
    .lp-media.of-primary .lp-media-body {
        width: 100%;
    }
    .lp-media.of-primary .lp-media-image {
        width: 100%;
        margin: -21.875vw 0 0;
    }
    .lp-media.of-secondary .lp-media-body {
        width: 100%;
        margin: 0;
    }
    .lp-media.of-secondary .lp-media-image {
        width: 164.0625vw;
        margin: 0;
    }
    .lp-media.of-column-reverse .lp-media-video {
        margin-bottom: 20px;
    }
    .lp-media.lp-extraSmallScreen-column {
        flex-direction: column;
    }
    .lp-media.lp-extraSmallScreen-column .lp-media-body {
        margin-bottom: 20px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 70px 0;
}

.lp-mediaAsset-body {
    text-align: center;
}

.lp-mediaAsset-seriesName {
    display: block;
    margin-bottom: 0;
    font-size: 2.6rem;
    font-weight: bold;
}

.lp-mediaAsset-series {
    display: block;
    font-size: 2.6rem;
}

.lp-mediaAsset-contact {
    font-size: 1.8rem;
}

.lp-mediaAsset-number {
    font-size: 2.6rem;
    font-weight: bold;
}

.lp-mediaAsset-numberBody {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.lp-mediaAsset-numberBody::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 23px;
    background: url("../../img/landing_page/lp_vk-x1000_01/ico_01.gif") no-repeat;
    background-size: cover;
    content: "";
}

.lp-mediaAsset-image {
    min-height: 0%;
    padding: 0 60px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        margin: 7.21649vw 0;
    }
    .lp-mediaAsset-seriesName {
        font-size: 2.68041vw;
    }
    .lp-mediaAsset-series {
        font-size: 2.68041vw;
    }
    .lp-mediaAsset-number {
        display: block;
        font-size: 2.68041vw;
    }
    .lp-mediaAsset-numberBody::before {
        top: 0.82474vw;
        width: 1.54639vw;
        height: 2.37113vw;
    }
    .lp-mediaAsset-image {
        padding: 0 6.18557vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        margin: 30px 0;
    }
    .lp-mediaAsset-seriesName {
        font-size: 22px;
    }
    .lp-mediaAsset-series {
        font-size: 22px;
    }
    .lp-mediaAsset-number {
        font-size: 26px;
    }
    .lp-mediaAsset-numberBody::before {
        top: 8px;
        width: 15px;
        height: 23px;
    }
    .lp-mediaAsset-image {
        width: auto;
        padding: 0;
        text-align: center;
    }
}

.lp-utility-textColor-primary {
    color: #0099ff;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 641px) {
    .extraSmallScreen-show {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
}
