@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, .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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #767676;
}

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: #767676;
    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: #767676;
}

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: #767676;
    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 #767676;
    border-right: 1px solid #767676;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #767676;
}

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-layout-header {
    min-height: 72px;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-header {
        min-height: inherit;
    }
}

.lp-layout-header-content {
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 20px;
        text-align: center;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 126px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-logo img {
        width: 94px;
    }
}

.theme-KC .lp-layout-header-logo img {
    width: 230px;
}

@media only screen and (max-width: 767px) {
    .theme-KC .lp-layout-header-logo img {
        width: 167px;
    }
}

.lp-layout-footer {
    border-top: 1px solid #ded;
}

.lp-layout-footer-content {
    display: flex;
    justify-content: space-between;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 24px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 18px 20px;
    }
}

.lp-layout-footer-copyright {
    width: 100%;
    margin-bottom: 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        text-align: center;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-list {
        justify-content: center;
        margin-bottom: 8px;
        margin-left: -16px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 16px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #ded;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #06c;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-container {
    margin: 0 auto;
    overflow: hidden;
}

.lp-layout-container.of-width-small {
    max-width: 1052px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-container.of-width-small {
        max-width: 488px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 60px -44px;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-grid {
        margin: calc(-1rem + ((1vw - 0.36rem) * (-1.6129))) 0 calc(3.6rem + ((1vw - 0.36rem) * (1.93548))) calc(-2rem + ((1vw - 0.36rem) * (-1.93548)));
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-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 {
    width: 33.333333%;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.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 {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 50%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 30px;
    padding-left: 44px;
}

@media only screen and (max-width: 1599px) {
    .lp-layout-grid-column {
        margin-top: calc(1rem + ((1vw - 0.36rem) * (1.6129)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (1.93548)));
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-jumbotron-content {
    display: flex;
    align-items: flex-end;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 0 20px 5px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-content {
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
        align-items: center;
        padding: 0 20px 12px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 60px 0 40px 80px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-body {
        padding: 0 0 calc(4rem + ((1vw - 0.768rem) * (0))) calc(0rem + ((1vw - 0.768rem) * (6.00962)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body.of-primary {
        padding-bottom: 0;
    }
}

.lp-jumbotron-body .lp-listNote:last-child {
    margin: 100px 0 -40px;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-body .lp-listNote:last-child {
        margin: calc(3.5rem + ((1vw - 0.36rem) * (5.24194))) 0 calc(-4rem + ((1vw - 0.36rem) * (0)));
    }
}

.lp-jumbotron-image {
    width: 960px;
    margin: -36px -190px -115px 10px;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-image {
        width: calc((960 * 100vw) / 1600);
        margin: calc((-36 * 100vw) / 1600) calc((-190 * 100vw) / 1600) 0 calc((10 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: 100%;
        min-height: 0%;
        margin: 0 0 30px 0;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-size: 9rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-title {
        font-size: calc(3rem + ((1vw - 0.36rem) * (4.83871)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 5px;
        line-height: 1.3;
    }
}

.lp-jumbotron-title em {
    font-size: 11.2rem;
    font-weight: normal;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-title em {
        font-size: calc(3rem + ((1vw - 0.36rem) * (6.6129)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 35px;
    font-weight: normal;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (1.20968)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        text-align: center;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 35px;
    font-size: 6rem;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(1rem + ((1vw - 0.36rem) * (2.01613)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.90323)));
    }
}

.lp-jumbotron-subtitle > sup {
    font-size: 3rem;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-subtitle > sup {
        font-size: calc(1.2rem + ((1vw - 0.36rem) * (1.45161)));
    }
}

.lp-jumbotron-series {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 16px;
    font-size: 2rem;
}

@media only screen and (max-width: 1599px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.32258)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        display: block;
        margin-top: 0;
    }
}

.lp-jumbotron-seriesOuter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}

.lp-jumbotron-seriesOuter > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-seriesOuter {
        flex-direction: column;
    }
}

.lp-section {
    font-size: 2.2rem;
}

@media only screen and (max-width: 1599px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.48387)));
    }
}

.lp-section.of-primary {
    background: #333c43;
    color: #fff;
}

.lp-section.of-primary .lp-section-content {
    padding: 100px 20px 125px;
}

@media only screen and (max-width: 1599px) {
    .lp-section.of-primary .lp-section-content {
        padding: calc(3rem + ((1vw - 0.36rem) * (5.64516))) 20px calc(4rem + ((1vw - 0.36rem) * (6.85484)));
    }
}

.lp-section.of-secondary {
    background: #f5f5f5;
}

.lp-section.of-secondary .lp-headingLevel2 {
    margin-bottom: 45px;
}

@media only screen and (max-width: 1599px) {
    .lp-section.of-secondary .lp-headingLevel2 {
        margin-bottom: calc(1.5rem + ((1vw - 0.36rem) * (2.41935)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-headingLevel2 {
        text-align: center;
    }
}

.lp-section.of-conversion .lp-section-content {
    padding: 105px 113px 90px;
}

@media only screen and (max-width: 1599px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(2.5rem + ((1vw - 0.36rem) * (6.45161))) calc(2rem + ((1vw - 0.36rem) * (7.5))) calc(4rem + ((1vw - 0.36rem) * (4.03226)));
    }
}

.lp-section-content {
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 100px 113px 125px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-section-content {
        padding: calc(3rem + ((1vw - 0.36rem) * (5.64516))) calc(2rem + ((1vw - 0.36rem) * (7.5))) calc(4rem + ((1vw - 0.36rem) * (6.85484)));
    }
}

.lp-card {
    margin-bottom: 60px;
    background: #fff;
    color: #333;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-card {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (3.22581)));
    }
}

.lp-card-content {
    padding: 65px 93px 80px;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-card-content {
        padding: calc(3rem + ((1vw - 0.36rem) * (2.82258))) calc(1rem + ((1vw - 0.36rem) * (6.69355))) calc(3rem + ((1vw - 0.36rem) * (4.03226)));
    }
}

.lp-card.of-primary .lp-card-content {
    padding: 65px 93px 60px;
}

@media only screen and (max-width: 1599px) {
    .lp-card.of-primary .lp-card-content {
        padding: calc(3rem + ((1vw - 0.36rem) * (2.82258))) calc(1rem + ((1vw - 0.36rem) * (6.69355))) calc(3rem + ((1vw - 0.36rem) * (2.41935)));
    }
}

.lp-card.of-primary .lp-step {
    margin-bottom: 20px;
}

.lp-media {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .lp-media {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (3.22581)));
    }
}

.lp-media-body {
    display: flex;
    flex: 1 0 auto;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-media-body {
        display: block;
        flex: none;
    }
}

.lp-media-image {
    min-height: 0%;
    margin-top: 25px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-media-image {
        margin-top: calc(1rem + ((1vw - 0.36rem) * (1.20968)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        width: 100%;
    }
}

.lp-mediaFeature {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaFeature {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (3.22581)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature {
        flex-direction: column;
    }
}

.lp-mediaFeature.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature.of-row-reverse {
        flex-direction: column;
    }
}

.lp-mediaFeature.of-row-reverse .lp-mediaFeature-body {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature.of-row-reverse .lp-mediaFeature-body {
        text-align: left;
    }
}

.lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
    margin-right: 50px;
    margin-left: 0;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
        margin-right: 0;
        text-align: center;
    }
}

.lp-mediaFeature-body {
    width: 680px;
    text-align: right;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaFeature-body {
        width: calc((680 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-body {
        width: 100%;
        text-align: left;
    }
}

.lp-mediaFeature-image {
    width: 680px;
    margin-left: 50px;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaFeature-image {
        width: calc((680 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-image {
        width: calc((300 * 100vw) / 360);
        min-height: 0%;
        margin-top: calc((20 * 100vw) / 360);
        margin-left: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaAsset {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (3.22581)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        width: 100%;
    }
}

.lp-mediaAsset-body {
    max-width: 615px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        min-height: 0%;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 35px;
    font-size: 3.8rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaAsset-text {
        margin-bottom: calc(2.5rem + ((1vw - 0.36rem) * (0.80645)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.45161)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        text-align: center;
    }
}

.lp-mediaAsset-text.of-textSize-small {
    font-size: 2.8rem;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaAsset-text.of-textSize-small {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

.lp-mediaAsset-text.of-textSize-large {
    font-size: 4.8rem;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaAsset-text.of-textSize-large {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.6129)));
    }
}

.lp-mediaAsset-image {
    width: 105px;
    margin-top: 15px;
    margin-right: 80px;
}

@media only screen and (max-width: 1599px) {
    .lp-mediaAsset-image {
        width: calc(6.3rem + ((1vw - 0.36rem) * (3.3871)));
        margin-top: calc((15 * 100vw) / 1600);
        margin-right: calc((80 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        min-height: 0%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-figure {
    margin-bottom: 60px;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .lp-figure {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (4.83871)));
    }
}

.lp-figure > video {
    -webkit-filter: drop-shadow(0, 0, #000);
    filter: drop-shadow(0, 0, #000);
}

.lp-figure-caption {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1599px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.16129)));
    }
}

.lp-figure-image {
    margin-bottom: 14px;
}

@media only screen and (max-width: 1599px) {
    .lp-figure-image {
        margin-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

.lp-figureAnimation {
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .lp-figureAnimation {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (4.83871)));
    }
}

.lp-figureAnimation-image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[data-script-enabled="true"] .lp-figureAnimation-image:not(:first-child) {
    opacity: 0;
}

[data-script-enabled="true"] .is-show .lp-figureAnimation-image:not(:first-child) {
    opacity: 1;
}

[data-script-enabled="true"] .is-show .lp-figureAnimation-image:not(:first-child).of-primary {
    animation-name: fadeIn-1;
    animation-duration: 4.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0;
}

[data-script-enabled="true"] .is-show .lp-figureAnimation-image:not(:first-child).of-secondary {
    animation-name: fadeIn-2;
    animation-duration: 4.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0;
}

[data-script-enabled="true"] .is-show .lp-figureAnimation-image:not(:first-child).of-tertiary {
    animation-name: fadeIn-3;
    animation-duration: 4.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0;
}

[data-script-enabled="true"] .is-show .lp-figureAnimation-image:not(:first-child).of-quaternary {
    animation-name: fadeIn-4;
    animation-duration: 4.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes fadeIn-1 {
    0% {
        opacity: 0;
    }
    21% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    39% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn-2 {
    0% {
        opacity: 0;
    }
    31% {
        opacity: 0;
    }
    38% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn-3 {
    0% {
        opacity: 0;
    }
    42% {
        opacity: 0;
    }
    48% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn-4 {
    0% {
        opacity: 0;
    }
    21% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lp-figureVideo {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    padding-top: 66.71875%;
}

@media only screen and (max-width: 1599px) {
    .lp-figureVideo {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (4.83871)));
    }
}

.lp-figureVideo > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-step {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 50px -134px;
}

@media only screen and (max-width: 1599px) {
    .lp-step {
        margin: calc((-30 * 100vw) / 1600) 0 calc((50 * 100vw) / 1600) calc((-134 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-step {
        flex-direction: column;
        margin: -75px 0 35px 0;
    }
}

.lp-step.of-column-2 .lp-step-column {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-column-2 .lp-step-column {
        width: 100%;
    }
}

.lp-step.of-column-2 .lp-step-column.of-column-2 {
    width: 100%;
}

.lp-step.of-column-3 .lp-step-column {
    width: 33.333333%;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-column-3 .lp-step-column {
        width: 100%;
    }
}

.lp-step.of-column-3 .lp-step-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-column-3 .lp-step-column.of-column-2 {
        width: 100%;
    }
}

.lp-step.of-column-3 .lp-step-column.of-column-3 {
    width: 100%;
}

.lp-step.of-column-4 .lp-step-column {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-column-4 .lp-step-column {
        width: 100%;
    }
}

.lp-step.of-column-4 .lp-step-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-column-4 .lp-step-column.of-column-2 {
        width: 100%;
    }
}

.lp-step.of-column-4 .lp-step-column.of-column-3 {
    width: 100%;
}

.lp-step-column {
    display: flex;
    width: 100%;
    min-height: 0%;
    margin-top: 30px;
    padding-left: 134px;
}

@media only screen and (max-width: 1599px) {
    .lp-step-column {
        margin-top: calc((30 * 100vw) / 1600);
        padding-left: calc((134 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-step-column {
        margin-top: 75px;
        padding-left: 0;
    }
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step-column:last-child .lp-media-image::before {
    display: none;
}

.lp-step .lp-media-image {
    position: relative;
}

.lp-step .lp-media-image::before {
    display: block;
    position: absolute;
    right: -89px;
    bottom: 50%;
    width: 44px;
    height: 46px;
    transform: translateY(50%);
    background: url("../../img/landing_page/bt-a500_pr/bt-a500_ws_157122_pr_icon_01.gif") no-repeat center center;
    content: "";
}

@media only screen and (max-width: 1599px) {
    .lp-step .lp-media-image::before {
        right: calc((-88 * 100vw) / 1600);
        width: calc((44 * 100vw) / 1600);
        height: calc((46 * 100vw) / 1600);
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    .lp-step .lp-media-image::before {
        right: 50%;
        bottom: -60px;
        width: 44px;
        height: 46px;
        transform: translateX(50%) rotate(90deg);
    }
}

.lp-step .lp-media-image.of-video::before {
    bottom: 42%;
}

@media only screen and (max-width: 767px) {
    .lp-step .lp-media-image.of-video::before {
        bottom: -60px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 70px;
    font-size: 6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1599px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.5rem + ((1vw - 0.36rem) * (4.43548)));
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (3.06452)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.12903)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.77419)));
    }
}

.lp-headingLevel4 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .lp-headingLevel4 {
        margin-bottom: calc(1rem + ((1vw - 0.36rem) * (1.6129)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.48387)));
    }
}

.lp-iconEmphasis {
    max-width: 100%;
    margin-top: 5px;
    margin-right: 10px;
    padding: 3px 10px;
    border: 1px solid #e60012;
    color: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .lp-iconEmphasis {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.lp-iconEmphasis > span {
    display: inline-block;
}

.lp-listDescription {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -16px;
    margin-bottom: 16px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1599px) {
    .lp-listDescription {
        margin-top: calc(-0.8rem + ((1vw - 0.36rem) * (-0.64516)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.48387)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-listDescription {
        flex-direction: column;
        text-align: center;
    }
}

.lp-listDescription.of-primary {
    flex-direction: column;
    align-items: flex-start;
}

.lp-listDescription.of-primary .lp-listDescription-titleOuter {
    max-width: 100%;
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .lp-listDescription.of-primary .lp-listDescription-titleOuter {
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-listDescription.of-primary {
        align-items: center;
    }
}

.lp-listDescription.of-primary > dd {
    flex: 1 0 auto;
    width: 100%;
}

.lp-listDescription-title {
    display: inline-block;
    padding: 12px 30px;
    background: #ccc;
    font-weight: bold;
}

@media only screen and (max-width: 1599px) {
    .lp-listDescription-title {
        padding: calc(0.5rem + ((1vw - 0.36rem) * (0.56452))) calc(1.5rem + ((1vw - 0.36rem) * (1.20968)));
    }
}

.lp-listDescription-title.of-primary {
    background: #333;
    color: #fff;
}

.lp-listDescription-titleOuter {
    max-width: 180px;
    margin-top: 16px;
    margin-right: 22px;
}

.lp-listDescription-titleOuter > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-listDescription-titleOuter {
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (0.64516)));
        margin-right: calc((22 * 100vw) / 1600);
    }
}

@media only screen and (max-width: 767px) {
    .lp-listDescription-titleOuter {
        max-width: 100%;
        min-height: 0%;
        margin-right: 0;
    }
}

.lp-listDescription > dd {
    flex: 1;
    margin-top: 16px;
}

.lp-listDescription > dd > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
    .lp-listDescription > dd {
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-listDescription > dd {
        flex: none;
        width: 100%;
    }
}

.lp-listProcess {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1599px) {
    .lp-listProcess {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-listProcess {
        justify-content: center;
        margin-right: -24px;
    }
}

.lp-listProcess > li {
    position: relative;
    padding-right: 24px;
}

.lp-listProcess > li::before {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-listProcess > li::before {
        right: 6px;
        width: 8px;
        height: 8px;
    }
}

.lp-listProcess > li:last-child::before {
    display: none;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
}

@media only screen and (max-width: 1599px) {
    .lp-listButton {
        margin: -20px 0 20px calc(-1rem + ((1vw - 0.36rem) * (-0.80645)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 1599px) {
    .lp-listButton > li {
        margin-left: calc(1rem + ((1vw - 0.36rem) * (0.80645)));
    }
}

.lp-listButton.of-row {
    flex-direction: row;
    justify-content: center;
}

.lp-listNote {
    margin-bottom: 24px;
    font-size: 1.1rem;
}

.lp-listNote > *:last-child {
    margin-bottom: 0;
}

.lp-listNote > li {
    margin-bottom: 5px;
}

.lp-textProcess {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1599px) {
    .lp-textProcess {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .lp-extraLargeScreen-text-newLine {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-text-newLine {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-text-newLine {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-text-newLine {
    display: block;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-color-emphasis {
    color: #e60012;
}

.lp-utility-color-primary {
    color: #767676;
}

