@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-jumbotron {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: #182637;
    color: #fff;
}

.lp-jumbotron::before {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 508px;
    height: 508px;
    transform: translateX(-50%) translateY(-50%);
    background: transparent radial-gradient(closest-side at 50% 50%, #1a5458 0%, #182637 100%) 0% 0% no-repeat padding-box;
    content: "";
}

@media only screen and (max-width: 1282px) {
    .lp-jumbotron::before {
        width: calc(44rem + ((1vw - 0.97rem) * (21.72524)));
        height: calc(44rem + ((1vw - 0.97rem) * (21.72524)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron::before {
        width: calc(32rem + ((1vw - 0.36rem) * (19.67213)));
        height: calc(32rem + ((1vw - 0.36rem) * (19.67213)));
    }
}

.lp-jumbotron-content {
    max-width: calc(1282px + 40px);
    margin: 0 auto;
    padding: 70px 20px 60px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: calc(4rem + ((1vw - 0.36rem) * (2.29508))) 20px calc(3rem + ((1vw - 0.36rem) * (1.63934)));
    }
}

.lp-jumbotron-title {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 5.6rem;
    line-height: 1.28;
}

@media only screen and (max-width: 1282px) {
    .lp-jumbotron-title {
        margin-top: calc(1.4rem + ((1vw - 0.97rem) * (0.63898)));
        font-size: calc(4.8rem + ((1vw - 0.97rem) * (2.55591)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (0.98361)));
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.63934)));
        line-height: 1.42;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    margin-bottom: 32px;
    text-align: center;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-jumbotron-titleGroup.of-column-reverse .lp-jumbotron-title {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    margin-bottom: 32px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1282px) {
    .lp-jumbotron-series {
        margin-bottom: calc(2.6rem + ((1vw - 0.97rem) * (1.91693)));
        font-size: calc(2rem + ((1vw - 0.97rem) * (1.27796)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.31148)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.98361)));
        line-height: 1.5;
    }
}

.lp-section {
    background: #ebebeb;
    color: #333;
}

.lp-section-content {
    max-width: calc(1060px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1282px) {
    .lp-section-content {
        max-width: calc(100rem + ((1vw - 0.97rem) * (31.94888)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.29508))) 20px calc(3rem + ((1vw - 0.36rem) * (1.96721)));
    }
}

.lp-section.of-primary {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: #182637;
    color: #fff;
}

.lp-section.of-primary::before {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 508px;
    height: 508px;
    transform: translateX(-50%) translateY(-50%);
    background: transparent radial-gradient(closest-side at 50% 50%, #1a5458 0%, #182637 100%) 0% 0% no-repeat padding-box;
    content: "";
}

@media only screen and (max-width: 1282px) {
    .lp-section.of-primary::before {
        width: calc(44rem + ((1vw - 0.97rem) * (21.72524)));
        height: calc(44rem + ((1vw - 0.97rem) * (21.72524)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary::before {
        width: calc(32rem + ((1vw - 0.36rem) * (19.67213)));
        height: calc(32rem + ((1vw - 0.36rem) * (19.67213)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.29508))) 20px calc(2.4rem + ((1vw - 0.36rem) * (1.31148)));
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-media-image {
    width: 620px;
    margin-left: 40px;
}

@media only screen and (max-width: 1282px) {
    .lp-media-image {
        width: calc(54rem + ((1vw - 0.97rem) * (25.55911)));
        margin-left: calc(3.4rem + ((1vw - 0.97rem) * (1.91693)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        width: 100%;
        max-width: 620px;
        min-height: 0%;
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (2.29508)));
        margin-left: 0;
        text-align: center;
    }
}

.lp-media-video {
    width: 620px;
    margin-left: 40px;
}

@media only screen and (max-width: 1282px) {
    .lp-media-video {
        width: calc(54rem + ((1vw - 0.97rem) * (25.55911)));
        margin-left: calc(3.4rem + ((1vw - 0.97rem) * (1.91693)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-video {
        width: 100%;
        max-width: 620px;
        min-height: 0%;
        margin-top: calc(2.4rem + ((1vw - 0.36rem) * (1.31148)));
        margin-left: 0;
        text-align: center;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse {
        flex-direction: column;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 40px;
    margin-left: 0;
}

@media only screen and (max-width: 1282px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc(2.8rem + ((1vw - 0.97rem) * (3.83387)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-primary {
    margin-bottom: 40px;
}

.lp-figureVideo {
    position: relative;
    width: 100%;
    max-width: 620px;
    max-height: 349px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    text-align: left;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 1282px) {
    .lp-listButton {
        margin: -32px 0 24px calc(-2rem + ((1vw - 0.97rem) * (-1.27796)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-listButton {
        justify-content: center;
        margin: -32px 0 24px -20px;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

@media only screen and (max-width: 969px) {
    .lp-listButton > li {
        margin: 32px 0 0 24px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 32px;
    font-size: 3.6rem;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1282px) {
    .lp-headingLevel2 {
        font-size: calc(2.8rem + ((1vw - 0.97rem) * (2.55591)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.81967)));
        line-height: 1.4;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}
