@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.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;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .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-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-textPhoneLink {
    width: 100%;
    margin-bottom: 32px;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink {
        margin-bottom: 20px;
    }
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-number {
        padding-left: 0;
    }
}

.lp-textPhoneLink-number > a {
    cursor: default;
}

.lp-textPhoneLinkGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLinkGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink .AutoPhoneCall {
    color: #dc002f;
    font-size: 2.4rem;
    font-weight: 600;
    text-decoration: none;
}

.lp-textPhoneLink .lp-textPhoneLink-notes {
    width: 100%;
    margin-bottom: 4px;
}

.lp-textPhoneLink .lp-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: -4px;
    vertical-align: middle;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-jumbotron {
    background: url("../../../../img/landing_page/kv-x/kv-x_ws_157158_pr_bg_01.png") repeat #d7e0e9;
    color: #1f3f5b;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1280px + (40px * 2));
    margin: 0 auto;
    padding: 40px 40px 34px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (3.01205))) 40px;
    }
}

.lp-jumbotron-body {
    position: relative;
    width: 680px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        width: 100%;
    }
}

.lp-jumbotron-image {
    margin-right: 40px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        width: calc(23.6rem + ((1vw - 0.36rem) * (41.26506)));
        margin-right: 0;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 8px;
    font-size: 6.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 0.36rem) * (4.21687)));
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 8px;
    }
}

.theme-KIN .lp-jumbotron-title {
	line-height: 1.2;
}

@media screen and (max-width: 1280px) {
	.theme-KIN .lp-jumbotron-title {
		font-size: calc(6rem + (1vw - 1.024rem) * (3.125));
	}
}

@media screen and (max-width: 1024px) {
	.theme-KIN .lp-jumbotron-title {
		font-size: calc(4rem + ((1vw - 0.36rem) * (4.21687)));
	}
}
.lp-jumbotron-titleGroup {
    margin-bottom: 52px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 48px;
    font-size: 4rem;
    font-weight: normal;
}

.theme-KIN .lp-jumbotron-subtitle {
	font-size: 2.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (4.81928)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (3.31325)));
    }
}
@media screen and (max-width: 1024px) {
	.theme-KIN .lp-jumbotron-subtitle {
		font-size: calc(1.8rem + ((1vw - 0.36rem) * (3.31325)));
	}
}
.lp-jumbotron-series {
    font-size: 2rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.75301)));
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-seriesGroup {
        justify-content: center;
    }
}

.lp-label {
    min-width: 63px;
    max-width: 90px;
    text-align: center;
    margin-right: 16px;
    padding: 4px 16px;
    border-radius: 4px;
    background: #dc002f;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        margin-right: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-divider {
    position: relative;
    margin-bottom: 65px;
    border-top: 1px solid #a8bacc;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
    .lp-divider {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (6.1747)));
    }
}

.lp-section {
    background: url("../../../../img/landing_page/kv-x/kv-x_ws_157158_pr_bg_01.png") repeat #d7e0e9;
    color: #1f3f5b;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-section {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-section.of-primary {
    padding-top: 80px;
    background: #fafafa;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary {
        padding-top: calc(4rem + ((1vw - 0.36rem) * (9.03614)));
    }
}

.lp-section.of-primary .lp-section-content {
    padding: 0 40px 32px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-content {
        padding: 0 20px calc(1.6rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.lp-section-content {
    max-width: calc(1280px + (40px * 2));
    margin: 0 auto;
    padding: 0 40px 64px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 0 20px calc(4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    color: #1f3f5b;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (4.51807)));
    }
}

.theme-KIN .lp-headingLevel2 {
	line-height: 1.3;
}

.lp-headingLevel3 {
    margin-bottom: 16px;
    color: #1f3f5b;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.75301)));
    }
}

.lp-headingLevel4 {
    margin-bottom: 16px;
    color: #1f3f5b;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel4 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-card {
    height: 100%;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    padding: 16px 32px;
    border: 1px solid #fff;
    background: #cad7e6;
}

@media screen and (max-width: 1024px) {
    .lp-card {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (3.61446)));
        padding: calc(0.8rem + ((1vw - 0.36rem) * (1.20482))) calc(0.8rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card .lp-headingLevel3 {
    margin-bottom: 8px;
}

.lp-layout-container {
    max-width: 840px;
    margin: 0 auto 40px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-container {
        margin: 0 auto calc(1.6rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 64px -40px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid {
        flex-direction: column;
        justify-content: center;
        margin: -40px 0 calc(4rem + ((1vw - 0.36rem) * (3.61446))) -24px;
    }
}

.lp-layout-grid.of-margin-small {
    margin: -16px 0 16px -16px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-margin-small {
        margin: calc(-0.8rem + ((1vw - 0.36rem) * (-1.20482))) 0 16px calc(-0.8rem + ((1vw - 0.36rem) * (-1.20482)));
    }
}

.lp-layout-grid.of-margin-small .lp-layout-grid-column {
    margin-top: 16px;
    padding-left: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-margin-small .lp-layout-grid-column {
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        padding-left: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-layout-grid.of-margin-large {
    margin: -16px 0 64px -16px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-margin-large {
        margin: calc(-0.8rem + ((1vw - 0.36rem) * (-1.20482))) 0 calc(4rem + ((1vw - 0.36rem) * (3.61446))) calc(-0.8rem + ((1vw - 0.36rem) * (-1.20482)));
    }
}

.lp-layout-grid.of-margin-large .lp-layout-grid-column {
    margin-top: 16px;
    padding-left: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-margin-large .lp-layout-grid-column {
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        padding-left: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
    }
}


@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-smallScreen-column-2 {
        flex-direction: row;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-4.of-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 50%;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 40px;
        padding-left: 24px;
    }
    .lp-layout-grid > .lp-layout-grid-column.of-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .lp-layout-grid > .lp-layout-grid-column.of-flex > * {
        width: 100%;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    margin-bottom: 16px;
}

.lp-media-image.of-border > img {
    border: 1px solid #fff;
    box-shadow: 0 0 32px rgba(162, 174, 185, 0.6);
}

.lp-mediaAsset {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1480px + (40px * 2));
    margin: 0 auto 40px;
    color: #303030;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset {
        flex-direction: column;
        max-width: 720px;
    }
}

.lp-mediaAsset-image {
    min-width: 620px;
    margin-right: 40px;
}

@media screen and (max-width: 1280px) {
    .lp-mediaAsset-image {
        min-width: calc(46rem + ((1vw - 1.024rem) * (62.5)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        min-width: 320px;
        margin-right: 0;
    }
}

.lp-mediaAsset-body {
    max-width: 830px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.lp-mediaAsset-title {
    margin-bottom: 38px;
    font-size: 4rem;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.lp-figure.of-border .lp-figure-image > img {
    border: 1px solid #fff;
    box-shadow: 0 0 32px rgba(162, 174, 185, 0.6);
}

.lp-figure-video {
    width: 100%;
    max-width: 840px;
}

.lp-figure:has(+ .lp-listButton) {
    margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
    .lp-figure:has(+ .lp-listButton) {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-listAnnotation {
    margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
    .lp-listAnnotation {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-listAnnotation > *:last-child {
    margin-bottom: 0;
}

.lp-listAnnotation li {
    margin-bottom: 10px;
    color: #1f3f5b;
    font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
    .lp-listAnnotation li {
        font-size: calc(1rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 32px -24px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        margin: -20px 0 20px -24px;
    }
}

@media screen and (max-width: 1080px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    margin: 20px 0 0 24px;
}

.lp-buttonConversion-image {
    min-width: 46px;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-navigationSeries {
    max-width: calc(1280px + (40px * 2));
    margin: 0 auto 0;
    padding: 0 40px;
    border: 0;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .lp-navigationSeries {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #666;
}

.lp-navigationSeries-linkList > li > a {
    color: #666;
}

.layout-main {
    padding-bottom: 32px;
    background: #fafafa;
}
