@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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 {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .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-jumbotron {
    background: #e7edf3;
}

.lp-jumbotron-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 60px 20px 30px;
    background: url("../../img/landing_page/lp_mk-u_1079_iip_rwd/lp_mk-u_1079_iip_rwd_bg_01.png") no-repeat center top;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding-top: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        background-size: contain;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        padding-top: 35px;
    }
}

.lp-jumbotron-body {
    max-width: 580px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.lp-jumbotron-title {
    margin-bottom: 10px;
    font-size: 3.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc((38vw * 100) / 970);
        text-shadow: 3px 3px 5px #e7edf3;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: 3.5rem;
    }
}

.lp-jumbotron-text {
    margin-bottom: 45px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-text {
        text-shadow: 3px 3px 5px #e7edf3;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-text {
        max-width: 360px;
    }
}

.lp-jumbotron-button {
    padding-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-button {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

.lp-jumbotron-slider {
    width: 570px;
    height: 160px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-slider {
        width: 100%;
        height: 100%;
        max-height: 160px;
    }
}

@media only screen and (max-width: 340px) {
    .lp-jumbotron-slider {
        height: 80px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 969px) {
    .lp-jumbotron-slider {
        height: 160px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 640px) {
    .lp-jumbotron-body {
        margin-bottom: 20px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 400px) {
    .lp-jumbotron-slider {
        height: 100px;
    }
}

[data-script-enabled="true"] .lp-listImage {
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    max-height: 160px;
    overflow: hidden;
    backface-visibility: hidden;
}

[data-script-enabled="true"] .lp-listImage > li {
    max-width: 100%;
    min-height: 0%;
}

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section {
    background: #3e3e3e;
    color: #fff;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 20px 20px 30px;
}

.lp-mediaFeature {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .lp-mediaFeature {
        flex-direction: column;
    }
}

.lp-mediaFeature-body {
    flex: 1;
    padding-right: 15px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .lp-mediaFeature-body {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-icon {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .lp-mediaFeature-icon {
        padding: 0;
        border: 0;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaFeature-titleGroup {
        line-height: 1.3;
    }
}

.lp-mediaFeature-title {
    display: block;
    font-size: 2.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-title {
        font-size: calc((28vw * 100) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaFeature-title {
        font-size: 2.8rem;
    }
}

.lp-mediaFeature-image {
    width: 465px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image {
        width: calc((465vw * 100) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaFeature-image {
        width: 100%;
    }
}

.lp-step {
    display: flex;
    margin-left: -45px;
}

@media only screen and (max-width: 768px) {
    .lp-step {
        flex-direction: column;
        margin-left: 0;
    }
}

.lp-step-column {
    width: 50%;
    padding-left: 45px;
}

@media only screen and (max-width: 768px) {
    .lp-step-column {
        width: 100%;
        padding-left: 0;
    }
}

.lp-step-column:first-child {
    position: relative;
}

.lp-step-column:first-child::after {
    display: block;
    position: absolute;
    right: -37px;
    bottom: 18px;
    width: 29px;
    height: 53px;
    margin-top: 2px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/lp_mk-u_1079_iip/lp_mk-u_1079_iip_bg_02.png") no-repeat center 0;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-step-column:first-child::after {
        right: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media only screen and (max-width: 768px) {
    .lp-step-column:first-child {
        padding-bottom: 50px;
    }
}

.lp-figure {
    min-height: 0%;
    text-align: center;
}

.lp-figure-caption {
    max-width: 210px;
    margin: 0 auto 3px;
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-content {
        flex-direction: column;
        padding-bottom: 0;
    }
}

.lp-mediaAsset-body {
    position: relative;
    flex: 1 0 auto;
    max-width: 450px;
    margin: 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        max-width: calc((450vw * 100) / 970);
        margin: 0 calc((20vw * 100) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        flex: none;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.3;
}

.lp-mediaAsset-productImage {
    order: -1;
    width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-productImage {
        display: none;
    }
}

.lp-mediaAsset-image {
    width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        margin-bottom: 15px;
    }
}

.lp-utility-fontColor-primary {
    color: #76e759;
}

@media only screen and (max-width: 640px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

.lp-buttonConversion-outer {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion-text {
        font-size: calc((20vw * 100) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion.of-anchor .lp-buttonConversion-body {
        padding-left: calc((53vw * 100) / 970);
    }
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion.of-anchor .lp-buttonConversion-body {
        padding-left: 53px;
    }
}
