@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;
}

.section {
    margin-bottom: -32px;
}

.lp-jumbotron > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-header > *:last-child, .lp-jumbotron-body > *:last-child, .lp-section > *:last-child, .lp-section-header > *:last-child, .lp-section-body > *:last-child, .lp-section-content > *:last-child, .lp-section-footer > *:last-child, .lp-media > *:last-child, .lp-media-title > *:last-child, .lp-media-body > *:last-child, .lp-mediaFeature > *:last-child, .lp-mediaFeature-header > *:last-child, .lp-figure > *:last-child, .lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion-image img {
    min-width: 90px;
    max-width: 90px;
}

@media screen and (max-width: 735px) {
    .lp-buttonConversion-image img {
        min-width: 61px;
        max-width: 61px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-jumbotron {
    width: 100%;
    margin: 0 auto;
    background-color: #e3e9ee;
}

.lp-jumbotron-content {
    max-width: calc(1280px + 40px);
    margin: 0 auto 16px;
    padding: 64px 20px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding: calc(1.6rem + ((1vw - 0.735rem) * (16.609))) 0 calc(3.2rem + ((1vw - 0.735rem) * (11.07266)));
    }
}

@media screen and (max-width: 735px) {
    .lp-jumbotron-content {
        padding: 16px 0 32px;
    }
}

.lp-jumbotron-header {
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-header {
        margin-bottom: calc(1.6rem + ((1vw - 0.735rem) * (2.76817)));
        padding: 0 20px;
    }
}

@media screen and (max-width: 735px) {
    .lp-jumbotron-header {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-title {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.17391)));
    }
}

.lp-jumbotron:not(.of-video) .lp-jumbotron-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron:not(.of-video) .lp-jumbotron-body {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-video .lp-jumbotron-content {
        padding-inline: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-video .lp-media-image {
        margin-inline: auto;
    }
}

.lp-jumbotron.of-video .lp-media.of-jumbotron > .lp-media-body {
    padding: 0;
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    color: #004480;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 0.735rem) * (2.76817)));
        font-size: calc(2.4rem + ((1vw - 0.735rem) * (6.22837)));
    }
}

@media screen and (max-width: 735px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: 2.4rem;
    }
}

.lp-headingLevel2::before {
    display: block;
    width: 70px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 2px solid #004480;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2::before {
        padding-top: calc(2rem + ((1vw - 0.735rem) * (4.15225)));
    }
}

@media screen and (max-width: 735px) {
    .lp-headingLevel2::before {
        width: 50px;
        padding-top: 20px;
    }
}

.lp-headingLevel3 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: calc(2rem + ((1vw - 0.735rem) * (1.38408)));
    }
}

@media screen and (max-width: 735px) {
    .lp-headingLevel3 {
        font-size: 2rem;
    }
}

.lp-headingLevel3::before {
    display: block;
    padding-top: 24px;
    border-top: 1px solid #c9c9c9;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3::before {
        content: none;
    }
}

.lp-text {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
}

.lp-text.of-primary {
    margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
    .lp-text.of-primary {
        margin-bottom: calc(3.2rem + ((1vw - 0.735rem) * (4.49827)));
    }
}

@media screen and (max-width: 735px) {
    .lp-text.of-primary {
        margin-bottom: 32px;
    }
}

.lp-section {
    margin: 0 auto;
    padding: 96px 0;
}

@media screen and (max-width: 1024px) {
    .lp-section {
        padding: calc(4.8rem + ((1vw - 0.735rem) * (16.609))) 0;
    }
}

@media screen and (max-width: 735px) {
    .lp-section {
        padding: 48px 0;
    }
}

.lp-section-header {
    width: 100%;
    max-width: calc(980px + 40px);
    margin: 0 auto 40px;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .lp-section-header {
        margin-bottom: calc(1.6rem + ((1vw - 0.735rem) * (2.76817)));
        padding: 0;
    }
}

@media screen and (max-width: 735px) {
    .lp-section-header {
        margin-bottom: 16px;
    }
}

.lp-section-content {
    max-width: calc(1366px + 40px);
    margin: 0 auto 96px;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        margin: 0 auto calc(4.8rem + ((1vw - 0.735rem) * (16.609)));
    }
}

@media screen and (max-width: 735px) {
    .lp-section-content {
        margin: 0 auto 48px;
    }
}

.lp-section-footer {
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    .lp-section-footer {
        padding-top: 24px;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

.lp-media.of-jumbotron {
    align-items: center;
}

.lp-media.of-jumbotron > .lp-media-body {
    width: 100%;
    max-width: 620px;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-jumbotron > .lp-media-body {
        padding: 0 20px;
    }
}

.lp-media.of-jumbotron > .lp-media-body > .lp-listButton {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -22px;
    margin-left: -16px;
}

.lp-media.of-jumbotron > .lp-media-body > .lp-listButton > li {
    margin-top: 22px;
    margin-left: 16px;
}

@media screen and (max-width: 735px) {
    .lp-media.of-jumbotron > .lp-media-body > .lp-listButton {
        flex-direction: column;
        align-items: center;
        margin-top: -16px;
        margin-left: -16px;
    }
    .lp-media.of-jumbotron > .lp-media-body > .lp-listButton > li {
        margin-top: 16px;
        margin-left: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-jumbotron > .lp-media-body > .lp-listButton {
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (max-width: 735px) {
    .lp-media.of-jumbotron > .lp-media-body > .lp-listButton {
        flex-direction: column;
        align-items: center;
    }
}

.lp-media-title {
    margin-bottom: 44px;
}

@media screen and (max-width: 1024px) {
    .lp-media-title {
        margin-bottom: 20px;
    }
}

.lp-media-body {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 735px) {
    .lp-media-body {
        max-width: calc(30rem + ((1vw - 0.36rem) * (100.8)));
    }
}

.lp-media-image {
    width: 100%;
    max-width: 640px;
    margin-right: 48px;
}

@media screen and (max-width: 1420px) {
    .lp-media-image {
        max-width: calc(48rem + ((1vw - 0.735rem) * (55.36332)));
        margin-right: calc(2.4rem + ((1vw - 1.024rem) * (6.06061)));
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (3.53535)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        max-width: 640px;
        margin: 0;
    }
}

.lp-media-image.of-jumbotron {
    width: 100%;
    max-width: 620px;
    margin-right: 38px;
}

@media screen and (max-width: 1420px) {
    .lp-media-image.of-jumbotron {
        margin-right: calc(2rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image.of-jumbotron {
        margin-right: 0;
        margin-bottom: calc(2rem + ((1vw - 0.735rem) * (6.22837)));
    }
}

@media screen and (max-width: 735px) {
    .lp-media-image.of-jumbotron {
        margin-bottom: 16px;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 678px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1420px) {
    .lp-mediaFeature {
        width: calc(46.3rem + ((1vw - 1.024rem) * (54.29293)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature {
        align-items: center;
        width: 100%;
        margin-top: 24px;
    }
}

.lp-mediaFeature-header {
    margin-bottom: 20px;
}

.lp-mediaFeature-body {
    -moz-column-gap: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 18px;
}

@media screen and (max-width: 1280px) {
    .lp-mediaFeature-body {
        -moz-column-gap: calc(1.6rem + ((1vw - 0.735rem) * (0.36697)));
        justify-content: center;
        column-gap: calc(1.6rem + ((1vw - 0.735rem) * (0.36697)));
    }
}

@media screen and (max-width: 735px) {
    .lp-mediaFeature-body {
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaFeature-body.of-primary {
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.lp-mediaFeature-body.of-primary > .lp-figure {
    max-width: 314px;
}

@media screen and (max-width: 1420px) {
    .lp-mediaFeature-body.of-primary > .lp-figure {
        max-width: calc(20.5rem + ((1vw - 1.024rem) * (27.52525)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-body.of-primary > .lp-figure {
        max-width: 314px;
    }
}

@media screen and (max-width: 735px) {
    .lp-mediaFeature-body.of-primary > .lp-figure {
        margin-top: 0;
    }
}

.lp-mediaFeature-body.of-primary > .lp-figure:last-child .lp-figure-image {
    position: relative;
}

.lp-mediaFeature-body.of-primary > .lp-figure:last-child .lp-figure-image::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -34px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #0096d5;
    content: "";
}

@media screen and (max-width: 735px) {
    .lp-mediaFeature-body.of-primary > .lp-figure:last-child .lp-figure-image::after {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 18px solid #0096d5;
        border-right: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid transparent;
        content: "";
    }
}

@media screen and (max-width: 1280px) {
    .lp-mediaFeature-body.of-primary {
        -moz-column-gap: calc(4.6rem + ((1vw - 0.735rem) * (0.73394)));
        column-gap: calc(4.6rem + ((1vw - 0.735rem) * (0.73394)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-body.of-primary {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
}

@media screen and (max-width: 735px) {
    .lp-mediaFeature-body.of-primary {
        row-gap: 46px;
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaFeature-text {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    max-width: 330px;
}

@media screen and (max-width: 1420px) {
    .lp-figure {
        max-width: calc(22rem + ((1vw - 1.024rem) * (27.77778)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure {
        max-width: 330px;
    }
}

.lp-figure-image {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.161);
}

.lp-figure-caption {
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}

.lp-figure-caption > .lp-text {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px 0 16px -16px;
}

@media screen and (max-width: 735px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
    }
}

.lp-listButton > li {
    margin-top: 16px;
    margin-left: 16px;
}

.lp-largeScreen-textAlign-center {
    text-align: center;
}

@media screen and (max-width: 735px) {
    .lp-largeScreen-textAlign-center {
        text-align: initial;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #004480;
}

.lp-utility-fontSize-large {
    font-size: 1.8rem;
}

@media screen and (max-width: 735px) {
    .lp-utility-fontSize-large {
        font-size: 1.6rem;
    }
}

.lp-utility-fontWeight-normal {
    font-weight: normal;
}

.lp-utility-textAlign-center {
    text-align: center;
}
