@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 {
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(109deg, #0d2c47 0%, #537895 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    line-height: 1.2;
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron {
        background: #537895;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 64px 20px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: calc((40 * 100vw) / 1239) 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }
}

.lp-jumbotron-body {
    z-index: 3;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 24px 20px;
        background: transparent linear-gradient(180deg, #537895 0%, #0d2c47 100%) 0% 0% no-repeat padding-box;
    }
}

.lp-jumbotron-titleGroup {
    z-index: 0;
    margin-bottom: 32px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 16px;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    font-size: 5.8rem;
    font-weight: 600;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc((58 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 3.2rem;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 24px;
    font-size: 3.2rem;
    font-weight: normal;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc((24 * 100vw) / 1239);
        font-size: calc((32 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 24px;
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

.lp-jumbotron-series {
    margin-bottom: 16px;
    font-size: 3.2rem;
    font-weight: 600;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-series {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.lp-jumbotron-imageGroup {
    width: 620px;
    min-height: 440px;
    margin-left: 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-imageGroup {
        width: calc((620 * 100vw) / 1239);
        min-height: calc((440 * 100vw) / 1239);
        margin-left: calc((40 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-imageGroup {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
}

.lp-mediaSeries {
    display: flex;
    align-items: center;
}

.lp-mediaSeries-body {
    max-width: 300px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-body {
        max-width: calc((300 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaSeries-body {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-image {
    width: 250px;
    min-height: 0%;
    margin-left: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-image {
        width: calc((250 * 100vw) / 1239);
        margin-left: calc((32 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaSeries {
        justify-content: center;
    }
}

.lp-section-content {
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-section-content {
        padding-top: 0;
        padding-bottom: 32px;
    }
}

.lp-section {
    background-color: #f1f3f5;
}

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-media {
        min-height: 0%;
        padding-top: 35px;
        padding-left: 0;
        border-top: 1px solid #b5b5b5;
    }
}

.lp-media-title {
    order: -2;
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-media-title {
        margin-bottom: 16px;
        font-size: 2rem;
        line-height: 1.3;
    }
}

.lp-media-body {
    max-width: 100%;
}

.lp-media-text {
    margin-bottom: 0;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .lp-media-text {
        line-height: 1.2;
    }
}

.lp-media-image {
    order: -1;
    width: 100%;
    min-height: 0%;
    margin-bottom: 16px;
}

.lp-media.of-width-small {
    width: 220px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .lp-media.of-width-small {
        width: 100%;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin-bottom: 32px;
    }
}

.lp-layout-grid.of-column-3 {
    margin-top: -24px;
    margin-left: -40px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-3 {
        margin-top: -32px;
        margin-left: 0;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
    margin-top: 24px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        margin-top: 32px;
        padding-left: 0;
    }
}

.lp-layout-grid.of-column-5 {
    margin-top: -20px;
    margin-left: -20px;
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
    margin-top: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-5 .lp-layout-grid-column {
        width: 50%;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-5 {
        justify-content: center;
        margin-left: -10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-5:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-grid-column {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid-column:first-child .lp-media {
        border-top: 0;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-figure > img {
    width: 100%;
    min-height: 0%;
    margin-bottom: 8px;
}

.lp-figure > img > img {
    border: 1px solid #3f3f3f;
}

.lp-figure-caption {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-figure-caption {
        font-size: 16px;
        font-weight: normal;
    }
}

.lp-mediaAsset {
    margin: 32px 0 40px;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset {
        margin: 32px 0 20px;
    }
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaAsset-body {
    position: relative;
    flex: 1 0 auto;
    max-width: calc(400px + 80px);
    padding: 0 40px 48px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-body::before {
    position: absolute;
    right: 50%;
    bottom: -35px;
    transform: translateX(50%);
    border: 35px solid transparent;
    border-top: 35px solid #ccc;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        padding: 0 0 45px;
    }
}

.lp-mediaAsset-titleGroup {
    margin-bottom: 32px;
    font-size: 2.8rem;
    line-height: 1.28;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-titleGroup {
        margin-bottom: 16px;
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

.lp-mediaAsset-seriesName {
    display: block;
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-seriesName {
        margin-bottom: 8px;
    }
}

.lp-mediaAsset-series {
    display: block;
    font-weight: normal;
}

.lp-mediaAsset-text {
    font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    order: -1;
    width: 100%;
    max-width: 250px;
    min-height: 0%;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        margin-bottom: 32px;
    }
}

.lp-mediaAsset-image > img {
    max-width: 140px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-image > img {
        max-width: calc((140 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image > img {
        max-width: 140px;
    }
}

.lp-mediaAsset-productImage {
    width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-productImage {
        display: none;
    }
}

.lp-buttonConversion-outer {
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion-outer {
        margin-bottom: 40px;
    }
}

.lp-buttonConversion-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-buttonConversion {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lp-smallScreen-show {
        display: block;
    }
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .lp-list-outer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.lp-list-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}
