@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;
}

.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: #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-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

.section {
    margin-bottom: 0 !important;
}

.lp-layout-grid {
    display: flex;
    margin: -16px 0 40px -16px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
        margin-top: -24px;
        margin-left: 0;
    }
}

.lp-layout-grid-column {
    min-height: 0%;
    margin-top: 16px;
    padding-left: 16px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-column {
        margin-top: 32px;
        padding-left: 0;
    }
}

.lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

.lp-jumbotron {
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(0deg, #314a73 0%, #030406 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    line-height: 1.2;
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: flex-start;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 48px 20px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: calc((48 * 100vw) / 1239) 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
}

.lp-jumbotron-body {
    z-index: 3;
    flex: 1;
    width: 100%;
    max-width: 510px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 10px 20px 24px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    font-size: 5.8rem;
    font-weight: 600;
    line-height: 1.34;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc((65 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 3rem;
    }
}

.lp-jumbotron-image {
    flex: 1;
}

.lp-section {
    line-height: 1.2;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 48px 20px 96px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: 24px 20px 48px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 96px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-bottom: 48px;
    }
}

.lp-layout-grid.of-column-3 {
    margin-top: -48px;
    margin-left: -40px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        margin-top: -24px;
        margin-left: 0;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
    margin-top: 48px;
    padding-left: 40px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-grid-column {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid-column:first-child .lp-media {
        border-top: 0;
    }
}

.lp-mediaSeries {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSeries {
        align-items: flex-start;
    }
}

.lp-mediaSeries-body {
    max-width: 510px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-body {
        max-width: calc((495 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaSeries-body {
        width: 100%;
        max-width: 510px;
        text-align: center;
    }
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-image {
    width: 242px;
    min-height: 0%;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-image {
        width: calc((242 * 100vw) / 1239);
        margin-left: calc((40 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaSeries {
        justify-content: center;
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        min-height: 0%;
        padding-bottom: 40px;
        border-bottom: 1px solid #b5b5b5;
    }
    .lp-layout-grid-column:last-child .lp-media {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.lp-media-body {
    margin-bottom: 16px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    order: -2;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-media-title {
        height: auto !important;
        font-size: 2rem;
    }
}

.lp-media-image {
    order: -1;
    width: 100%;
    min-height: 0%;
    margin-bottom: 16px;
}

.lp-mediaFeature {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature {
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaFeature-body {
    position: relative;
    flex: 1;
    max-width: 540px;
    margin: 0 40px;
    padding-bottom: 84px;
}

.lp-mediaFeature-body::before {
    position: absolute;
    right: 50%;
    bottom: -60px;
    transform: translateX(50%);
    border: 60px solid transparent;
    border-top: 60px solid #ccc;
    content: "";
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature-body {
        margin: 0 calc((40 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-body {
        flex: none;
        width: 100%;
        margin: 0;
        padding-bottom: 51px;
    }
    .lp-mediaFeature-body::before {
        bottom: -35px;
        border: 35px solid transparent;
        border-top: 35px solid #ccc;
    }
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-textGroup {
    margin-bottom: 24px;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-textGroup {
        margin-bottom: 16px;
    }
}

.lp-mediaFeature-textGroup > em > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-series {
    display: block;
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature-series {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

.lp-mediaFeature-seriesName {
    display: block;
    margin-bottom: 16px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-seriesName {
        margin-bottom: 8px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
    }
}

.lp-mediaFeature-image {
    width: 310px;
    min-height: 0%;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature-image {
        width: calc((260 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image {
        width: 100%;
        text-align: center;
    }
}

.lp-mediaFeature-image.of-primary {
    order: -1;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image.of-primary {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image.of-secondary {
        margin-bottom: 32px;
    }
}

.lp-mediaFeature > *:last-child {
    margin-bottom: 0;
}

.lp-lp-listButton {
    margin-bottom: 16px;
}

.lp-lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: -16px 0 16px -16px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin-top: 16px;
    margin-left: 16px;
}

@media only screen and (max-width: 1239px) {
    .lp-buttonConversion-text {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-smallScreen-hide {
    display: block;
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-textLead {
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-textLead {
        margin-bottom: 38px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
    }
}

.lp-list {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.2;
}

@media screen and (max-width: 969px) {
    .lp-list {
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.99502)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-list {
        margin-bottom: calc((24 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 969px) {
    .lp-list {
        margin-bottom: 24px;
        font-size: 1.8rem;
        text-align: left;
    }
}

.lp-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
}

.lp-list li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-list li::before {
        width: 4px;
        height: 4px;
    }
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-jumbotron-content {
    flex-wrap: wrap;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: 0 0 24px;
    }
}

.lp-jumbotron-header {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-header {
        margin-bottom: 24px;
        padding: 24px 20px 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        padding: 0 20px;
    }
}

.lp-jumbotron-image {
    width: 100%;
    padding-left: 80px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image {
        padding-left: calc(4rem + ((1vw - 0.969rem) * (12.86174)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        flex: 1;
        order: -1;
        max-width: 100%;
        padding-left: 0;
    }
}

.lp-video {
    width: 100%;
    max-width: 640px;
}

@media screen and (max-width: 969px) {
    .lp-video {
        max-width: 100%;
    }
}
