@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 > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header {
    background: #f8fafb;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
        margin-bottom: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1600px + 80px);
    margin: 0 auto;
    padding: 26px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: calc(1.8rem + ((1vw - 0.36rem) * (0.64516))) 20px;
    }
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: 0;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: calc(8.4rem + ((1vw - 0.36rem) * (5.57229)));
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    position: relative;
    background: #f3f3f3;
    color: #333;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 16px 40px;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 20px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 0 0;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 33px 0 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.lp-textPhoneLink-notes {
    flex-shrink: 0;
    max-width: 250px;
    margin-right: 16px;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-notes {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink-number {
    font-size: 2.6rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-number {
        font-size: 2.2rem;
    }
}

.lp-textPhoneLink-number > a,
.lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > a em,
.lp-textPhoneLink-number > .prd-inlineLink[href] em {
    font-weight: 600;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > a,
.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #171e30;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-numberGroup {
    margin-bottom: 0;
    color: #171e30;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-icon {
    fill: #171e30;
}

/* =================================================================================================
contents
================================================================================================= */
html {
    background: #f3f3f3;
}

.lp-layout-container {
    height: 100vh;
    background: #f3f3f3;
}

@media screen and (max-width: 1080px) {
    .lp-layout-container {
        height: auto;
    }
}

.lp-layout-main {
    z-index: 10;
    position: relative;
}

.lp-jumbotron {
    position: relative;
    background: transparent linear-gradient(180deg, #f8fafb 0%, #dbe3eb 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron {
        background: transparent linear-gradient(180deg, #f8fafb 0%, #dbe3eb 50%) 0% 0% no-repeat padding-box;
        background-size: 100% calc(31rem + ((1vw - 0.36rem) * (30)));
    }
}

.lp-jumbotron::before {
    position: absolute;
    bottom: 0;
    height: 0;
    border-width: 260px 100vw 0 0;
    border-style: solid;
    border-color: transparent #f3f3f3 transparent transparent;
    content: "";
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron::before {
        display: none;
        background: transparent linear-gradient(180deg, #f8fafb 0%, #dbe3eb 50%) 0% 0% no-repeat padding-box;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 0 40px 0;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-content {
        min-height: 100%;
        padding: 0;
    }
}

.lp-jumbotron-inner {
    -moz-column-gap: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 535px;
    column-gap: 56px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-inner {
        -moz-column-gap: calc(2.8rem + ((1vw - 1.08rem) * (5.38462)));
        column-gap: calc(2.8rem + ((1vw - 1.08rem) * (5.38462)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-inner {
        -moz-column-gap: 0;
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        min-height: auto;
        column-gap: 0;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 634px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-body {
        max-width: calc(47rem + ((1vw - 1.08rem) * (31.53846)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-body {
        position: relative;
        width: 100%;
        max-width: 100%;
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        position: absolute;
        top: calc(-25.2rem + ((1vw - 1.024rem) * (0)));
        left: 0;
        height: 0;
        border-width: calc(25.2rem + ((1vw - 1.024rem) * (0))) 100vw 0 0;
        border-style: solid;
        border-color: transparent #f3f3f3 transparent transparent;
        content: "";
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 18px 20px 32px;
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        position: absolute;
        top: calc(-17.5rem + ((1vw - 0.767rem) * (-28.79377)));
        left: 0;
        height: 0;
        border-width: calc(17.6rem + ((1vw - 0.767rem) * (28.79377))) 100vw 0 0;
        border-style: solid;
        border-color: transparent #f3f3f3 transparent transparent;
        content: "";
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        position: relative;
        width: 100%;
        max-width: 100%;
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        position: absolute;
        top: calc(-17.6rem + ((1vw - 0.36rem) * (0)));
        left: 0;
        height: 0;
        border-width: calc(17.6rem + ((1vw - 0.36rem) * (0))) 100vw 0 0;
        border-style: solid;
        border-color: transparent #f3f3f3 transparent transparent;
        content: "";
    }
}

.lp-jumbotron-series {
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-series em {
    font-weight: 600;
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
}

.lp-jumbotron-seriesGroup.of-justifyContent-center {
    justify-content: center;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.4rem + ((1vw - 1.024rem) * (2.08333)));
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (3.125)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 4px;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-titleGroup {
        z-index: 1;
        position: relative;
        max-width: 720px;
        margin: 0 auto calc(3.2rem + ((1vw - 1.024rem) * (1.38889)));
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 32px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (1.38889)));
        font-size: calc(3rem + ((1vw - 1.024rem) * (3.47222)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 24px;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-jumbotron-subtitle > em {
    padding-bottom: 4px;
    font-size: 12rem;
    font-weight: 600;
    line-height: 0.9;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle > em {
        font-size: calc(6rem + ((1vw - 1.024rem) * (10.41667)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-subtitle > em {
        padding-bottom: 0;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle > em {
        font-size: calc(4.8rem + ((1vw - 0.36rem) * (1.80723)));
        line-height: 1.2;
    }
}

.lp-jumbotron-image {
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 910px;
    height: auto;
    max-height: 776px;
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-image {
        max-width: calc((535 * 100vh) / 625);
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-image {
        max-width: calc(51rem + ((1vw - 1.024rem) * (69.44444)));
        margin-top: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: calc(26rem + ((1vw - 0.36rem) * (37.6506)));
        margin: 8px auto 0;
    }
}

.lp-jumbotron-image > svg:nth-child(2) {
    display: none;
}

.lp-label {
    color: #e50000;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 0.9;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-label-outer {
    display: inline-flex;
    flex-shrink: 0;
    max-width: 100px;
    margin-right: 16px;
    padding: 6px 8px;
    border: 1px solid #e61000;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-label-outer {
        margin-right: 8px;
        margin-bottom: 0;
    }
}

.lp-text {
    margin-bottom: 0;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 0 -24px;
}

@media screen and (max-width: 1080px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    margin: 16px 0 0 24px;
}

.lp-listButton.of-justifyContent-center {
    justify-content: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-utility-color-primary {
    color: #0075c2;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-largeScreen-hide {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-hide {
        display: block !important;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}
