@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: #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-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 24px -44px;
}

.lp-layout-grid.of-column-2 > * {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 > * {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 > * {
    width: 33.33333%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 > * {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > * {
    width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 > * {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > * {
    width: calc(100% / 5);
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > * {
        width: 100%;
    }
}

.lp-layout-grid.of-column-6 > * {
    width: 16.666666%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-6 > * {
        width: 100%;
    }
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid {
        margin: -16px 0 40px calc((-44 * 100vw) / 1284);
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-bottom: 24px;
    }
}

.lp-layout-grid-column {
    display: flex;
    padding: 16px 0 0 44px;
}

.lp-layout-grid-column.of-column {
    flex-direction: column;
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid-column {
        padding: 16px 0 0 calc((44 * 100vw) / 1284);
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column {
        padding-top: 24px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .lp-layout-container {
        width: 100%;
        max-width: none;
    }
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-section {
    padding: 53px 0 60px;
}

.lp-section-header {
    margin-bottom: 29px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-section-header {
        margin-bottom: 20px;
    }
}

.lp-section.of-primary {
    padding: 50px 0 52px;
    background-color: #f7fafb;
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary {
        padding: 24px 0 37px;
    }
}

.lp-section.of-secondary {
    padding: 50px 0 60px;
    background-color: #e8f5f9;
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary {
        padding: 23px 0 31px;
    }
}

.lp-section.of-tertiary {
    padding: 60px 0 34px;
}

@media screen and (max-width: 767px) {
    .lp-section.of-tertiary {
        padding: 37px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-section {
        padding: 26px 0 36px;
    }
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    border-bottom: 2px solid #6240c1;
    background: linear-gradient(to top, #adbdcc, #f3f4f6);
}

.lp-jumbotron-content {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: 16px 8.33333% 30px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding-bottom: 7px;
    }
}

.lp-jumbotron-body {
    flex: 0 1 605px;
    padding: 80px 0 75px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: 0 0 auto;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 47px;
    font-size: 3.8rem;
    line-height: 1.263;
}

@media screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
        font-size: 2.2rem;
        line-height: 1.273;
    }
}

.lp-jumbotron-image {
    flex: 1 1 auto;
    align-self: center;
    width: 100%;
    max-width: 51.20968%;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        align-self: center;
        max-width: 100%;
        min-height: 0%;
        margin: 20px 0 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        margin-top: 21px;
    }
}

.lp-figure {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
}

.lp-figure.of-primary .lp-figure-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    color: #556ebe;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1239px) {
    .lp-figure.of-primary .lp-figure-caption {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.45455)));
    }
}

@media screen and (max-width: 767px) {
    .lp-figure.of-primary .lp-figure-caption {
        margin-bottom: 7px;
        font-size: 1.8rem;
    }
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    flex-shrink: 0;
    margin-bottom: 32px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    max-width: 93.10345%;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.8rem;
    line-height: 1.556;
    text-align: center;
}

@media screen and (max-width: 1239px) {
    .lp-media-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.45455)));
    }
}

@media screen and (max-width: 767px) {
    .lp-media-text {
        max-width: 100%;
        font-size: 1.4rem;
        line-height: 1.29;
    }
    .lp-media-text::before {
        bottom: -3px;
    }
}

.lp-media-image {
    flex-shrink: 0;
    margin-bottom: 14px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-media-image {
        margin-bottom: 10px;
    }
}

.lp-headingLevel2 {
    display: inline-block;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    font-size: 3rem;
}

.lp-headingLevel2-outer {
    margin-bottom: 32px;
    text-align: center;
}

.lp-headingLevel2::before {
    position: absolute;
    right: 50%;
    bottom: -5px;
    width: 100%;
    height: 2px;
    transform: translateX(50%);
    background: #556ebe;
    content: "";
}

@media screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        display: block;
        font-size: 2.2rem;
    }
    .lp-headingLevel2::before {
        bottom: -3px;
    }
}

.lp-headingLevel3 {
    z-index: 10;
    position: relative;
    max-width: 600px;
    margin: 0 auto 22px;
    color: #7a64bd;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.lp-headingLevel3::before {
    z-index: -10;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 2px;
    transform: translate(50%, -50%);
    background: #7a64bd;
    content: "";
}

.lp-headingLevel3-body {
    display: inline-block;
    margin: 0 20px;
    padding: 0 10px;
    background-color: #f7fafb;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel3-body {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1239px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel3 {
        margin-bottom: 21px;
        font-size: 1.8rem;
        line-height: 1.22;
    }
}

.lp-headingLevel4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #556ebe;
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 1239px) {
    .lp-headingLevel4 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.22727)));
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel4 {
        margin-bottom: 7px;
        font-size: 1.8rem;
    }
}

.lp-text, .lp-textLead {
    max-width: 810px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-text, .lp-textLead {
        margin-bottom: 20px;
    }
}

.lp-text {
    margin: 0 auto 43px;
    font-size: 1.8rem;
    line-height: 1.56;
}

.lp-textLead {
    margin: 0 auto 20px;
    font-size: 2.2rem;
    line-height: 1.55;
}

@media screen and (max-width: 1239px) {
    .lp-textLead {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.45455)));
    }
}

@media screen and (max-width: 767px) {
    .lp-textLead {
        margin-bottom: 21px;
        padding: 0 10px;
        font-size: 1.8rem;
        line-height: 1.25;
    }
}

.lp-text.of-primary {
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .lp-text.of-primary {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1239px) {
    .lp-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.22727)));
    }
}

@media screen and (max-width: 767px) {
    .lp-text {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

.lp-listButton {
    display: flex;
    justify-content: center;
}

.lp-listButton > li {
    margin-left: 33px;
}

@media screen and (max-width: 767px) {
    .lp-listButton > li {
        margin-bottom: 26px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-listButton {
        display: block;
        text-align: center;
    }
}

.lp-listButton > *:first-child {
    margin-left: 0;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion > li {
        margin-bottom: 30px;
    }
}

.lp-buttonConversion-outer {
    margin-bottom: 24px;
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion-outer {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (min-width: 970px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}
