@charset "UTF-8";

.layout-grid.of-row-reverse {
    flex-direction: row-reverse;
}

.layout-grid-column.of-flex {
    display: flex;
}

.layout-grid-column.of-align-center {
    align-items: center;
}

.lp-layout-grid {
    display: flex;
    margin: 0 0 0 -32px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: 0;
    }
}

.lp-layout-grid.of-jumbotron {
    flex-direction: row-reverse;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-jumbotron {
        display: block;
        margin-bottom: 16px;
    }
}

.lp-layout-grid.of-jumbotron .lp-layout-grid-column:first-child {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-jumbotron .lp-layout-grid-column:first-child {
        display: block;
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-jumbotron .lp-layout-grid-column:nth-child(2) {
        display: block;
    }
}

.lp-layout-grid-column {
    width: 50%;
    padding: 0 0 0 32px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column {
        justify-content: center;
        width: 100%;
        padding: 0;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid-column.of-align-center {
    align-items: center;
}

.lp-section {
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .lp-section {
        margin-bottom: 25px;
    }
}

.lp-section-content {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .lp-section-content {
        padding: 0 calc(20vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-section-content {
        padding: 0;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0 !important;
}

.lp-jumbotron {
    margin-bottom: 28px;
    background: #d5dcdc linear-gradient(#d5dcdc 5%, #ffffff 70%);
}

@media screen and (max-width: 767px) {
    .lp-jumbotron {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-content {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 50px;
}

@media screen and (max-width: 960px) {
    .lp-jumbotron-content {
        padding: calc(50vw * 100 / 960) calc(20vw * 100 / 960) 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 20px 20px 0;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 13px;
    font-size: 38px;
    font-weight: normal;
}

@media screen and (max-width: 960px) {
    .lp-jumbotron-title {
        font-size: calc(38vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 3px;
        font-size: 22px;
    }
}

.lp-jumbotron-title > em {
    display: block;
    font-size: 55px;
}

@media screen and (max-width: 960px) {
    .lp-jumbotron-title > em {
        font-size: calc(52vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title > em {
        font-size: 33px;
    }
}

.theme-KW .lp-jumbotron-title > em {
    font-size: 50px;
}

@media screen and (max-width: 960px) {
    .theme-KW .lp-jumbotron-title > em {
        font-size: calc(48vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .theme-KW .lp-jumbotron-title > em {
        font-size: 33px;
    }
}

.lp-jumbotron-titleGroup {
    text-align: center;
}

@media screen and (max-width: 960px) {
    .lp-jumbotron-titleGroup {
        width: 100%;
    }
}

.lp-jumbotron-titleImage {
    display: block;
}

.lp-textLead {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 28px;
}

@media screen and (max-width: 960px) {
    .lp-textLead {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .lp-textLead {
        justify-content: center;
        margin-bottom: 15px;
        font-size: 22px;
    }
}

.lp-textLead .lp-icon {
    max-width: 200px;
    margin-top: 5px;
}

@media screen and (max-width: 960px) {
    .lp-textLead .lp-icon {
        margin-top: 9px;
    }
}

@media screen and (max-width: 960px) {
    .lp-textLead .lp-icon {
        margin-top: 11px;
    }
}

.lp-textLead-text {
    margin-right: 13px;
}

.lp-textLead-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lp-textLead-body > *:last-child {
    margin-right: 0;
}

.lp-textLead-image {
    display: flex;
    margin: 4px 13px 13px 0;
}

.lp-textLead > *:last-child {
    margin-right: 0;
}

.lp-icon {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 5px 20px;
    background: #d40001;
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    vertical-align: middle;
}

@media screen and (max-width: 960px) {
    .lp-icon {
        margin-right: 17px;
        padding: 3px 17px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .lp-icon {
        margin-right: 10px;
        padding: 2px 15px;
        font-size: 17px;
    }
}

.lp-listButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 960px) {
    .lp-listButton {
        flex-direction: column;
    }
}

.lp-listButton > li {
    margin-right: 18px;
}

@media screen and (max-width: 767px) {
    .lp-listButton > li {
        margin-right: 0;
        margin-bottom: 18px;
    }
}

.lp-listButton > li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .lp-listButton > li:last-child {
        margin-bottom: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    z-index: 0;
    position: relative;
    margin: 10px 0;
    padding: 8px 57px 8px 55px;
    background: #e60012;
    color: #ffffff;
    font-size: 1.66em;
    font-size: 23px;
    letter-spacing: -0.22em;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
}

.lp-buttonConversion-text {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    font-size: 23px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .theme-KK .lp-buttonConversion-text {
        font-size: 18px;
    }
}

.lp-buttonConversion-text::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -33px;
    width: 25px;
    height: 13px;
    margin-top: -7px;
    background: url("../../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    content: "";
}

.lp-buttonConversion-image {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-right: 2px;
    transform: translateY(-50%);
    box-shadow: 0 0 2px #cccccc;
    vertical-align: middle;
}

.lp-buttonConversion-image::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    content: "";
    opacity: 0.3;
}

.lp-media-body > * {
    margin-bottom: 0;
}

.lp-media-content {
    display: flex;
}

.lp-media.of-width-full {
    width: 100%;
}

.lp-media-outer.of-primary {
    display: flex;
    margin-bottom: 48px;
}

.lp-media.of-primary {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 315px;
}

@media screen and (max-width: 960px) {
    .lp-media.of-primary {
        min-height: calc(315vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary {
        min-height: auto;
    }
}

.lp-media.of-primary .lp-media-content {
    width: 100%;
    padding: 0 25px;
    background: #d5dcdc linear-gradient(#d5dcdc, #ededed);
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-content {
        flex-direction: column;
        padding-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-content {
        padding: 37px 20px 0;
    }
}

.lp-media.of-primary .lp-media-body {
    flex: 1;
    width: 50%;
    padding: 60px 0;
    line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-body {
        flex: auto;
        width: auto;
        margin-bottom: 40px;
        padding: 0;
    }
}

.lp-media.of-primary .lp-media-title {
    margin-bottom: 20px;
    font-size: 33px;
}

@media screen and (max-width: 960px) {
    .lp-media.of-primary .lp-media-title {
        font-size: calc(32vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    .theme-KW .lp-media.of-primary .lp-media-title,
    .theme-KC .lp-media.of-primary .lp-media-title {
        font-size: calc(30vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .theme-KW .lp-media.of-primary .lp-media-title,
    .theme-KC .lp-media.of-primary .lp-media-title {
        font-size: 22px;
    }
}

.lp-media.of-primary .lp-media-text {
    font-size: 26px;
}

@media screen and (max-width: 960px) {
    .lp-media.of-primary .lp-media-text {
        font-size: calc(25vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-text {
        font-size: 18px;
    }
}

.theme-KC .lp-media.of-primary .lp-media-text {
    font-size: 25px;
}

@media screen and (max-width: 960px) {
    .theme-KC .lp-media.of-primary .lp-media-text {
        font-size: calc(25vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .theme-KC .lp-media.of-primary .lp-media-text {
        font-size: 16px;
    }
}

.theme-KK .lp-media.of-primary .lp-media-text {
    font-size: 24px;
}

@media screen and (max-width: 960px) {
    .theme-KK .lp-media.of-primary .lp-media-text {
        font-size: calc(23vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .theme-KK .lp-media.of-primary .lp-media-text {
        font-size: 18px;
    }
}

.lp-media.of-primary .lp-media-image {
    position: relative;
    width: 50%;
    min-height: 0%;
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-image {
        width: auto;
    }
}

.lp-media.of-primary .lp-media-image > img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-image > img {
        position: static;
    }
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 275px;
}

@media screen and (max-width: 960px) {
    .lp-mediaAsset {
        min-height: calc(275vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        min-height: auto;
    }
}

.lp-mediaAsset-outer {
    display: flex;
    margin-bottom: 48px;
}

.lp-mediaAsset-content {
    position: relative;
    width: 100%;
    margin: 24px 0;
    background: #d40001;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-content {
        margin-top: 0;
        padding: 25px 20px;
    }
}

.lp-mediaAsset-content::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-top: 24px solid #d40001;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    content: "";
}

.lp-mediaAsset-body {
    position: relative;
    width: 600px;
    margin-left: auto;
    padding: 45px 80px;
}

@media screen and (max-width: 960px) {
    .lp-mediaAsset-body {
        width: calc(600vw * 100 / 960);
        padding: calc(45vw * 100 / 960) calc(80vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 35px;
}

@media screen and (max-width: 960px) {
    .lp-mediaAsset-text {
        font-size: calc(35vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        font-size: 22px;
        text-align: center;
    }
    .theme-KC .lp-mediaAsset-text {
        font-size: 28px;
    }
}

.lp-mediaAsset-image {
    position: absolute;
    top: 50%;
    left: -194px;
    margin-top: calc(275px / 2 * -1);
}

@media screen and (max-width: 960px) {
    .lp-mediaAsset-image {
        left: calc(-194vw * 100 / 960);
        width: calc(194vw * 100 / 960);
        margin-top: calc(-137.5vw * 100 / 960);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        position: static;
        flex-shrink: 0;
        width: 110px;
        margin-top: 0;
        margin-right: 20px;
    }
}

.lp-figure {
    display: flex;
}

@media screen and (max-width: 767px) {
    .lp-figure {
        max-width: 455px;
        margin: 0 auto;
    }
}

.lp-figure-body > * {
    margin-bottom: 0;
}

.lp-figure-image {
    min-height: 0%;
}

.lp-figure-caption {
    text-align: left;
}

.lp-figure.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-smallScreen-column {
    flex-direction: column;
}

.lp-smallScreen-column-reverse {
    flex-direction: column-reverse;
}

.lp-utility-text-small {
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .lp-utility-text-small {
        font-size: 11px;
    }
}

.lp-utility-textWeight-normal {
    font-weight: normal;
}
