@charset "UTF-8";

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 30px -25px;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: auto;
        max-width: 300px;
    }
}

.lp-layout-grid-column {
    min-height: 0%;
    margin-top: 15px;
    padding-left: 25px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
    }
}

.lp-jumbotron {
    position: relative;
    overflow: hidden;
    background: #081a29;
    box-shadow: 0 10px 12px rgba(190, 190, 190, 0.8);
    color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 16px 20px;
    background: url("../../img/landing_page/pr_gt2_lineup_rwd/bg_01.jpg") center top no-repeat;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: 30px 20px;
    }
}

.lp-jumbotron-body {
    max-width: 970px;
    margin-right: -179px;
    padding: 12px 179px;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
}

.lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 3.8rem;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: 3rem;
    }
}

.theme-KC .lp-jumbotron-title {
    font-size: 5.8rem;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-jumbotron-title {
        font-size: calc((58 * 100vw) / 970);
    }
}

@media only screen and (max-width: 767px) {
    .theme-KC .lp-jumbotron-title {
        font-size: 3.8rem;
    }
}

.lp-jumbotron-text {
    font-size: 1.8rem;
}

.lp-jumbotron-image {
    min-width: 179px;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: 100%;
        text-align: center;
    }
}

.lp-section.of-primary {
    background: #f5f5f5;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 30px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 2.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc((24 * 100vw) / 970);
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: 1.8rem;
    }
}

.lp-iconEmphasis {
    display: flex;
    margin-right: 20px;
    padding: 3px 15px;
    transform: skewX(-17deg);
    background: #ce0010;
    white-space: nowrap;
}

.lp-iconEmphasis-body {
    transform: skewX(17deg);
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
}

.lp-buttonConversion {
    display: inline-block;
    background: #f30b19;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion-outer {
    margin: 30px 0;
}

.lp-buttonConversion-image > img {
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 20px;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 13px;
    margin-right: 14px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-listUnordered > li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    text-align: left;
}

.lp-listUnordered > li::before {
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 8px;
    height: 1px;
    background: #5c5c5c;
    content: "";
}

.lp-cardProduct {
    display: flex;
    height: auto;
    margin-bottom: 15px;
    padding: 20px 0 0;
    background: #fff;
}

.lp-cardProduct.of-color-primary {
    background: #256195;
    color: #fff;
}

.lp-media {
    display: flex;
    width: 100%;
}

.lp-media.of-column {
    flex-direction: column;
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media-title {
    max-width: 270px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
}

.lp-media-title.of-emphasis {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .lp-media-title {
        height: auto !important;
    }
}

.lp-media-image {
    width: 100%;
    min-height: 0%;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    max-width: 555px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        max-width: none;
    }
}

.lp-mediaAsset-text {
    font-size: 3rem;
    font-weight: bold;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 1.8rem;
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 36px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        width: 100%;
        margin: 0 0 20px;
    }
}
