@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 40px -15px;
}

@media only screen and (max-width: 1199px) {
    .lp-layout-grid {
        margin: calc((-40 * 100vw) / 1200) 0 calc((40 * 100vw) / 1200) calc((-15 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        justify-content: center;
        margin: -20px 0 25px -15px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 50%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 .lp-layout-grid-column {
        width: 50%;
    }
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-6 {
    margin: -40px 0 40px -12px;
}

@media only screen and (max-width: 1199px) {
    .lp-layout-grid.of-column-6 {
        margin: calc((-40 * 100vw) / 1200) 0 calc((40 * 100vw) / 1200) calc((-12 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-6 {
        justify-content: center;
        margin: -12px 0 25px -12px;
    }
}

.lp-layout-grid.of-column-6 .lp-layout-grid-column {
    width: 16.666%;
    padding-left: 12px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-6 .lp-layout-grid-column {
        width: 50%;
        margin-top: 12px;
    }
}

.lp-layout-grid.of-column-6 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-6 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-6 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid-column {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
    .lp-layout-grid-column {
        margin-top: calc((40 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 20px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.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-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-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-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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 {
    background: #272727;
}

.lp-jumbotron .lp-jumbotron-content {
    max-width: calc(1200px + 40px);
    margin: 0 auto;
    padding: 45px 20px 50px;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron .lp-jumbotron-content {
        padding: calc((45 * 100vw) / 1200) 20px calc((50 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron .lp-jumbotron-content {
        padding: 30px 20px 45px;
    }
}

.lp-jumbotron .lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron .lp-jumbotron-title {
    margin-bottom: 35px;
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron .lp-jumbotron-title {
        margin-bottom: calc((35 * 100vw) / 1200);
        font-size: calc((40 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron .lp-jumbotron-title {
        margin-bottom: 25px;
        font-size: 1.8rem;
        text-shadow: 0 0 10px #272727, 0 0 10px #272727;
    }
}

.lp-jumbotron em {
    display: block;
    margin-bottom: 10px;
    font-size: 7rem;
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron em {
        margin-bottom: calc((10 * 100vw) / 1200);
        font-size: calc((70 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron em {
        margin-bottom: 5px;
        font-size: 3rem;
    }
}

.lp-jumbotron-body {
    margin-bottom: 40px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron-body {
        margin-bottom: calc((40 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        max-width: 470px;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body.of-width-small {
        max-width: 390px;
    }
}

.lp-jumbotron.of-background-pattern1 {
    background: url("../../img/landing_page/lp_vision_cv-x_s01/lp_vision_cv-x_s01_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern1 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern2 {
    background: url("../../img/landing_page/lp_vision_cv-x_s02/lp_vision_cv-x_s02_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern2 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern3 {
    background: url("../../img/landing_page/lp_vision_cv-x_s03/lp_vision_cv-x_s03_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern3 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern4 {
    background: url("../../img/landing_page/lp_vision_cv-x_s04/lp_vision_cv-x_s04_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern4 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern5 {
    background: url("../../img/landing_page/lp_vision_cv-x_s05/lp_vision_cv-x_s05_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern5 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern6 {
    background: url("../../img/landing_page/lp_vision_cv-x_s06/lp_vision_cv-x_s06_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern6 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern7 {
    background: url("../../img/landing_page/lp_vision_cv-x_s07/lp_vision_cv-x_s07_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern7 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern8 {
    background: url("../../img/landing_page/lp_vision_cv-x_s08/lp_vision_cv-x_s08_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern8 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern9 {
    background: url("../../img/landing_page/lp_vision_cv-x_s09/lp_vision_cv-x_s09_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern9 {
        background-size: contain;
    }
}

.lp-jumbotron.of-background-pattern10 {
    background: url("../../img/landing_page/lp_vision_cv-x_s10/lp_vision_cv-x_s10_bg_01.jpg") no-repeat center top #272727;
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron.of-background-pattern10 {
        background-size: contain;
    }
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.lp-mediaApplication-body {
    flex: 1 0 auto;
    width: 100%;
    padding: 6px 4px;
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .lp-mediaApplication-body {
        padding: 4px 12px;
        color: #fff;
    }
}

.lp-mediaApplication-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaApplication-image {
    width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 767px) {
    .lp-mediaApplication-text {
        font-size: 1.4rem;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .lp-mediaAsset-image {
        width: calc((483 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}
