@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;
}

body {
    background: linear-gradient(#1e1f26, #08090d);
}

.lp-layout-header {
    border-bottom: 1px solid #40414d;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-header {
        margin-bottom: 24px;
    }
}

.lp-layout-header-content {
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 24px 20px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-header-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    line-height: 1;
    text-align: center;
}

.lp-layout-header-logo img {
    width: 125px;
}

.lp-layout-container {
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 10px 20px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-content {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-body {
        width: 100%;
        margin-bottom: 10px;
    }
}

.lp-layout-footer-body.of-primary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-body.of-primary {
        display: block;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-layout-footer-list {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-list {
        justify-content: center;
        margin-bottom: 5px;
        margin-left: -16px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 16px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #888;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-jumbotron {
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron {
        margin-bottom: 56px;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 24px 0;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 30px;
    font-size: 6.5rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.2rem + ((1vw - 0.768rem) * (2.16346)));
        font-size: calc(2.6rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 12px;
        font-size: 2.6rem;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.768rem) * (1.92308)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    display: block;
    font-size: 3rem;
    font-weight: normal;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.20192)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2;
}

.lp-jumbotron-icon {
    margin-right: 10px;
    padding: 8px 10px;
    background: #d52627;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-icon {
        padding-top: calc(0.4rem + ((1vw - 0.768rem) * (0.24038)));
        padding-bottom: calc(0.4rem + ((1vw - 0.768rem) * (0.24038)));
        font-size: calc(1.4rem + ((1vw - 0.768rem) * (0.48077)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-icon {
        padding: 4px 10px;
        font-size: 1.4rem;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-image.of-primary {
        width: calc(32.1rem + ((1vw - 0.768rem) * (24.03846)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image.of-primary {
        width: calc(14.4rem + ((1vw - 0.32rem) * (39.50893)));
    }
}

.lp-jumbotron-image.of-secondary {
    width: 269px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-image.of-secondary {
        width: calc(19.9rem + ((1vw - 0.768rem) * (8.41346)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image.of-secondary {
        width: calc(9.4rem + ((1vw - 0.32rem) * (23.4375)));
    }
}

.lp-jumbotron-imageGroup {
    display: flex;
    align-items: center;
    min-height: 0%;
    margin-right: 108px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-imageGroup {
        margin-right: 6.75vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-imageGroup {
        margin-right: 0;
    }
}

.lp-section-content {
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section-group {
    margin-bottom: 42px;
}

[data-script-enabled="true"] .lp-section-group > * {
    display: none;
}

[data-script-enabled="true"] .lp-section-group > *.is-active {
    display: block;
}

@media only screen and (max-width: 1279px) {
    [data-script-enabled="true"] .lp-section-group > * {
        display: block;
        margin-bottom: 30px;
    }
}

.lp-section-group > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-conversion {
    background: linear-gradient(to right, #219800, #067243);
    color: #fff;
}

.lp-section.of-conversion .lp-section-content {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: 40px;
    }
}

.lp-figure-caption {
    display: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-figure-caption {
        display: block;
    }
}

.lp-figure-caption > em {
    display: block;
    margin-bottom: 8px;
    color: #00b723;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1279px) {
    .lp-figure-caption > em {
        font-size: calc(2.5rem + ((1vw - 0.768rem) * (1.36719)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption > em {
        font-size: 2.5rem;
    }
}

.lp-figure-movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

@media only screen and (max-width: 1279px) {
    .lp-figure-movie {
        border: 1px solid #333;
    }
}

.lp-figure-movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-figure-movie.of-primary {
    height: 100%;
    padding-top: 0;
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    max-width: calc(54.5rem + ((1vw - 0.768rem) * (84.85577)));
}

@media only screen and (max-width: 1600px) {
    .lp-mediaAsset-body {
        max-width: 1251px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        width: 100%;
        max-width: none;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 28px;
    font-size: 6rem;
    font-weight: 300;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (4.32692)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-left: 42px;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .lp-mediaAsset-image {
        width: calc(19.9rem + ((1vw - 0.768rem) * (12.98077)));
        margin-left: calc(2.4rem + ((1vw - 0.768rem) * (2.16346)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        width: 199px;
        margin-left: 0;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -24px;
    margin-left: -20px;
}

.lp-listButton > li {
    margin-top: 24px;
    margin-left: 20px;
}

.lp-listButton.of-column {
    flex-direction: column;
    width: 100%;
}

.lp-listButton.of-column > li {
    width: 100%;
}

.lp-listLink {
    display: flex;
    flex-direction: column;
    margin-top: -8px;
    margin-bottom: 12px;
}

.lp-listLink.of-align-end {
    align-items: flex-end;
}

.lp-listLink > li {
    max-width: 100%;
    margin-top: 8px;
    color: #fff;
    font-size: 1.8rem;
}

.lp-listLink > li a {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

.lp-listLink > li a::before {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    border-width: 6.5px 0 6.5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lp-listLink > li a:hover, .lp-listLink > li a:focus {
    text-decoration: underline;
}

.lp-buttonConversion {
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion-image > img {
        width: 46px;
    }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding-right: 20px;
    padding-left: 72px;
}

@media only screen and (max-width: 1600px) {
    .lp-buttonConversion.of-download .lp-buttonConversion-body {
        padding-right: calc(0.8rem + ((1vw - 0.768rem) * (1.44231)));
        padding-left: calc(5.3rem + ((1vw - 0.768rem) * (2.28365)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion.of-download .lp-buttonConversion-body {
        padding-right: 8px;
        padding-left: 53px;
    }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    left: 40px;
}

@media only screen and (max-width: 1600px) {
    .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
        left: calc(2.4rem + ((1vw - 0.768rem) * (1.92308)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
        left: 24px;
    }
}

@media only screen and (max-width: 1600px) {
    .lp-buttonConversion {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.96154)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-navigationTab {
    display: flex;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationTab {
        display: none;
    }
}

.lp-navigationTab-list {
    display: flex;
    width: 100%;
}

.lp-navigationTab-list > li {
    display: flex;
    width: 33.3333333333%;
    border-left: 2px solid #00b723;
}

.lp-navigationTab-list > li:first-child {
    border-left: 0;
}

.lp-navigationTab-button {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 22px 32px 30px;
    background: linear-gradient(#08090d 0%, #2a2c35 100%);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationTab-buttonBody {
    display: block;
    z-index: 1;
    position: relative;
}

.lp-navigationTab-button::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 147px;
    height: 81px;
    background: url("../../img/landing_page/sr-5000_pr/icon_01.png") no-repeat;
    content: "";
}

.lp-navigationTab-button em {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 2.4rem;
    line-height: 1.4;
    transition: color 0.3s;
}

@media only screen and (max-width: 1600px) {
    .lp-navigationTab-button em {
        font-size: calc(1.4rem + ((1vw - 0.768rem) * (1.20192)));
    }
}

.lp-navigationTab-button em::before {
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    border-width: 6.5px 0 6.5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    transition: border-left-color 0.3s;
}

.is-active .lp-navigationTab-button {
    background: linear-gradient(#2a2c35 0%, #08090d 100%);
}

.is-active .lp-navigationTab-button em {
    color: #00c425;
}

.is-active .lp-navigationTab-button em::before {
    border-left-color: #00c424;
}

.is-active .lp-navigationTab-button::before {
    content: none;
}

.lp-navigationSeries {
    margin: 0;
    padding: 0;
    border: 0;
}

.lp-navigationSeries-linkList {
    margin-left: -15px;
}

.lp-navigationSeries-linkList > li {
    margin-left: 15px;
    font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li > a {
    color: #fff;
    line-height: 1;
}

.lp-navigationSeries-linkList > li > a::before {
    border-top-color: #fff;
    border-right-color: #fff;
}
