@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;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-jumbotron {
    position: relative;
    background: #e7e8eb;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 0 36px 0;
    }
}

.lp-jumbotron-body {
    flex: 1;
    max-width: 610px;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-body {
        max-width: calc(612vw * 100 / 1320);
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: 1 0 auto;
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 32px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 25px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.25)));
    }
}

.lp-jumbotron-series b {
    display: block;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 8px;
    font-size: 5.4rem;
    font-weight: bold;
    line-height: 1.2;
}

.lp-jumbotron-title.of-primary {
    font-size: 6.4rem;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-title.of-primary {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (3.33333)));
    }
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.70833)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 10px;
    }
    .lp-jumbotron-title > br {
        display: none;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    font-size: 3.8rem;
    line-height: 1.2;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.45833)));
    }
}

.lp-jumbotron-image {
    z-index: 1;
    position: relative;
    width: 498px;
    margin: 64px 0 64px 26px;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-image {
        width: calc(450vw * 100 / 1320);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        width: 100%;
        margin: 0;
        padding: 24px;
        text-align: center;
    }
}

.lp-jumbotron-image::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -64px;
    right: -106px;
    width: 498px;
    height: 608px;
    background: transparent linear-gradient(219deg, #ff3b3b 0%, #ffc72d 100%) 0% 0% no-repeat padding-box;
    content: "";
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-image::before {
        top: calc(-64vw * 100 / 1320);
        right: calc(-106vw * 100 / 1320);
        width: calc(450vw * 100 / 1320);
        height: calc(560vw * 100 / 1320);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image::before {
        top: 0;
        right: 0;
        width: 100%;
        height: 55%;
    }
}

.lp-jumbotron-image > img {
    border: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image > img {
        width: calc(23.4rem + ((1vw - 0.36rem) * (20.03012)));
        height: calc(22.5rem + ((1vw - 0.36rem) * (19.27711)));
    }
}

.lp-section-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
    .lp-section-content {
        padding: 40px 80px;
    }
}

@media screen and (max-width: 639px) {
    .lp-section-content {
        padding: 30px 20px;
    }
}

.lp-label {
    display: block;
    margin-bottom: 8px;
}

.lp-label-body {
    display: inline-block;
    padding: 1px 8px;
    border: 1px solid #ff0909;
    background: #fff;
    color: #ff0909;
    font-size: 1.6rem;
    font-weight: bold;
}

.lp-label.of-primary .lp-label-body {
    padding: 4px 24px;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .lp-label.of-primary .lp-label-body {
        margin-bottom: 5px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.45455)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1320px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.5)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
    }
}

.lp-headingLevel3 {
    margin-bottom: 22px;
    padding-left: 9px;
    border-left: 4px solid #ff0909;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.45455)));
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.52273)));
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        flex: 1 0 auto;
    }
}

.lp-media-image {
    margin-right: 33px;
}

@media screen and (max-width: 1320px) {
    .lp-media-image {
        width: calc(710vw * 100 / 1320);
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        width: 100%;
        min-height: 0%;
        margin: 20px 0 0 0;
        text-align: center;
    }
}

.lp-media-text {
    font-size: 1.8rem;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .lp-media-text {
        margin-bottom: 23px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.22727)));
    }
}

.lp-media.of-border {
    padding-top: 55px;
    border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-border {
        padding-top: calc(2.4rem + ((1vw - 0.36rem) * (3.52273)));
    }
}

.lp-listButton {
    margin-bottom: 65px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        margin-bottom: 32px;
    }
}

.lp-card {
    margin-bottom: 80px;
    padding: 32px 40px 36px;
    border: 1px solid #fff;
    background: #e7e8eb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-card {
        margin-bottom: 30px;
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.81818))) calc(2rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

.lp-card-title {
    margin-bottom: 32px;
    font-size: 4.8rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-card-title {
        margin-bottom: 19px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.72727)));
    }
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaApplication {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }
    .lp-mediaApplication > *:last-child {
        margin-bottom: 0;
    }
}

.lp-mediaApplication-text {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaApplication-text {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.34091)));
        font-weight: normal;
        text-align: left;
    }
}

.lp-mediaApplication-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaApplication-body {
        flex: 1;
    }
}

.lp-mediaApplication-image {
    min-height: 0%;
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaApplication-image {
        width: calc(140vw * 100 / 360);
        margin-right: 16px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 50px -16px;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid {
        margin: calc(-3rem + ((1vw - 0.36rem) * (-1.13636))) 0 40px calc(-2rem + ((1vw - 0.36rem) * (-2.27273)));
    }
}

.lp-layout-grid-column {
    min-height: 0%;
    padding-top: 16px;
    padding-left: 16px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1320px) {
    .lp-layout-grid-column {
        padding-left: calc(24vw * 100 / 970);
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column {
        padding-top: calc(3rem + ((1vw - 0.36rem) * (1.13636)));
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.33333%;
    padding-left: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        padding-left: calc(2rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

.lp-mediaAsset {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset {
        margin-bottom: 16px;
    }
}

.lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-content {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
}

.lp-mediaAsset-body {
    line-height: 1.2;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        width: 100%;
    }
}

.lp-mediaAsset-lead {
    max-width: 735px;
    margin-bottom: 40px;
    color: #c1c1c1;
    font-size: 7.2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1320px) {
    .lp-mediaAsset-lead {
        font-size: calc(4rem + ((1vw - 0.36rem) * (3.33333)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-lead {
        max-width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }
}

.lp-mediaAsset-image {
    min-width: 350px;
    margin-right: 54px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        min-width: auto;
        margin-top: 16px;
        margin-right: 0;
    }
}

.lp-textConversion {
    margin-bottom: 39px;
    font-size: 3.6rem;
}

@media screen and (max-width: 1024px) {
    .lp-textConversion {
        margin-bottom: 25px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.36364)));
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media screen and (max-width: 1024px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

.lp-extraSmallScreen-hide {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}
