@charset "UTF-8";

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        max-width: 100%;
    }
}

.lp-jumbotron {
    max-width: 970px;
    margin: 0 auto;
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        max-width: 100%;
    }
}

.lp-jumbotron-content {
    display: flex;
    padding-top: 50px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        justify-content: center;
        padding: 30px 20px 0;
    }
}

.lp-jumbotron-body {
    width: 395px;
    min-height: 397px;
    padding-bottom: 40px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        margin-bottom: calc(20vw * 100 / 360);
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 32px;
    font-size: 60px;
    line-height: 1.1;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 56px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: calc(36vw * 100 / 360);
    }
}

.theme-KC .lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 76px;
    line-height: 1.5;
}

@media screen and (max-width: 969px) {
    .theme-KC .lp-jumbotron-title {
        font-size: 60px;
    }
}

@media screen and (max-width: 640px) {
    .theme-KC .lp-jumbotron-title {
        font-size: calc(36vw * 100 / 360);
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
}

.theme-KC .lp-jumbotron-seriesGroup {
    font-size: 18px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-button {
        text-align: center;
    }
}

.lp-jumbotron-seriesText {
    display: block;
    margin-bottom: 9px;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-seriesText {
        margin-bottom: calc(5vw * 100 / 360);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-seriesName {
        display: inline-block;
        width: calc(200vw * 100 / 360);
    }
}

.lp-buttonConversion {
    display: inline-block;
    background: #f30b19;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 11px 56px 10px;
}

.lp-buttonConversion .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 26px;
    padding-left: 26px;
}

.lp-buttonConversion .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    content: "";
}

.lp-buttonConversion .lp-buttonConversion-text {
    font-size: 18px;
    text-align: center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    min-width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    margin-right: 2px;
    box-shadow: 0 0 2px #cccccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-image > img {
    max-width: inherit;
}

.lp-jumbotron-image {
    align-self: flex-end;
    min-height: calc(0%);
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        align-self: auto;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-image {
        width: 100%;
    }
}

.lp-section {
    margin-bottom: 30px;
    background-color: #dcdcdc;
}

@media screen and (max-width: 640px) {
    .lp-section {
        text-align: center;
    }
}

.lp-layout-grid {
    display: flex;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-5 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-layout-grid.of-column-5 .lp-smallScreen-column-2 {
        width: 33.3333333%;
    }
    .lp-layout-grid.of-column-5 .lp-smallScreen-column-2 > img {
        width: 100%;
    }
    .lp-layout-grid.of-column-5 .lp-smallScreen-column-3 {
        width: 33.3333333%;
    }
    .lp-layout-grid.of-column-5 .lp-smallScreen-column-3 > img {
        width: 100%;
    }
}

.lp-layout-grid-column {
    width: 20%;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
}

.lp-mediaAsset-body {
    min-width: 580px;
    margin-left: 29px;
    line-height: 1.33;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        text-align: center;
    }
}

.lp-mediaAsset-text {
    min-width: 400px;
    max-width: 718px;
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: bold;
}

.lp-mediaAsset-text > em {
    display: block;
    font-size: 30px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text > em {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-text > em {
        font-size: calc(18vw * 100 / 360);
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        min-width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: calc(16vw * 100 / 360);
    }
}

.theme-KC .lp-mediaAsset-text {
    font-size: 25px;
}

.theme-KC .lp-mediaAsset-text > em {
    font-size: 35px;
}

@media screen and (max-width: 969px) {
    .theme-KC .lp-mediaAsset-text > em {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    .theme-KC .lp-mediaAsset-text > em {
        font-size: calc(18vw * 100 / 360);
    }
}

@media screen and (max-width: 969px) {
    .theme-KC .lp-mediaAsset-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .theme-KC .lp-mediaAsset-text {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-mediaAsset-image {
    min-height: calc(0%);
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        display: inline-block;
        width: 70%;
        text-align: center;
    }
}

.lp-cardDownload {
    padding: 7px 20px 4px;
    background: linear-gradient(#3f3f3f, #1c1c1c);
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-cardDownload {
        font-size: 18px;
    }
}

.lp-cardDownload .lp-cardDownload-body {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 80px;
}

@media screen and (max-width: 969px) {
    .lp-cardDownload .lp-cardDownload-body {
        padding: 0 60px;
    }
}

.lp-cardDownload .lp-cardDownload-body::before,
.lp-cardDownload .lp-cardDownload-body::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
    content: "";
}

.lp-cardDownload .lp-cardDownload-body::before {
    left: 0;
}

.lp-cardDownload .lp-cardDownload-body::after {
    right: 0;
}

.lp-utility-text-normal {
    font-weight: normal;
}
