@charset "UTF-8";

.lp-layout-container {
    max-width: 890px;
    margin: 0 auto;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 40px -30px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        margin: calc((-40 * 100vw) / 970) 0 calc((40 * 100vw) / 970) calc((-30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin: -20px 0 20px -20px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid-column {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-left: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-column {
        margin-top: calc((40 * 100vw) / 970);
        padding-left: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid-column {
        margin-top: 20px;
        padding-left: 20px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    background: url("../../img/landing_page//3d_vision_pr/3d_vision_ws_sr57343_pr_bg_01.png") no-repeat top #1b1b1b;
    color: #fff;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron {
        background-size: contain;
    }
}

.lp-jumbotron-content {
    display: flex;
    max-width: calc(1040px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 20px 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 75px 0;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-body {
        padding: calc((75 * 100vw) / 1039) 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        padding: calc((68 * 100vw) / 970) 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        flex: none;
        padding: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-textGroup {
    margin-bottom: 40px;
    line-height: 1.2;
    text-shadow: 4px 3px 2px #141414;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc((40 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc((36 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-textGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-title {
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 27px;
    font-size: 5.2rem;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-title {
        margin-bottom: calc((35 * 100vw) / 1039);
        padding-bottom: calc((27 * 100vw) / 1039);
        font-size: calc((52 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: calc((31 * 100vw) / 970);
        padding-bottom: calc((24 * 100vw) / 970);
        font-size: calc((47 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-bottom: 15px;
        padding-bottom: 12px;
        font-size: 3rem;
    }
}

.lp-jumbotron-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #a09cf5 50%, rgba(160, 156, 245, 0) 80%, transparent 100%);
    content: "";
}

.lp-jumbotron-title::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #a09cf5 50%, rgba(160, 156, 245, 0) 80%, transparent 100%);
    content: "";
}

.lp-jumbotron-title.of-textSize-primary {
    letter-spacing: 3px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title.of-textSize-primary {
        letter-spacing: 1px;
    }
}

.lp-jumbotron-title.of-textSize-secondary {
    font-size: 4.5rem;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-title.of-textSize-secondary {
        font-size: calc((45 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title.of-textSize-secondary {
        font-size: calc((41 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title.of-textSize-secondary {
        font-size: 2.8rem;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-top: 5px;
    font-size: 3.5rem;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-subtitle {
        margin-top: calc((5 * 100vw) / 1039);
        font-size: calc((35 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        margin-top: calc((5 * 100vw) / 970);
        font-size: calc((35 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-subtitle {
        margin-top: 5px;
        font-size: 2.2rem;
    }
}

.lp-jumbotron-subtitle > span {
    display: block;
}

.lp-jumbotron-series {
    word-wrap: normal;
    display: block;
    max-width: 460px;
    font-size: 2rem;
    font-weight: normal;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-series {
        font-size: calc((20 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        max-width: 414px;
        font-size: calc((18 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series {
        max-width: 100%;
        font-size: 1.6rem;
    }
}

.lp-jumbotron-series > b {
    display: block;
    margin-bottom: 5px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-series > b {
        font-size: calc((24 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series > b {
        font-size: calc((22 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series > b {
        margin-bottom: 3px;
        font-size: 1.6rem;
    }
}

.lp-jumbotron-icon {
    display: inline-block;
    padding: 1px 7px;
    border: 1px solid #e00113;
    color: #e00113;
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: middle;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-icon {
        font-size: calc((16 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-icon {
        font-size: calc((14 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-icon {
        padding: 2px 5px;
        font-size: 1.4rem;
    }
}

.lp-jumbotron-iconOuter {
    display: block;
}

.lp-jumbotron-image {
    align-self: flex-start;
    width: 480px;
}

@media only screen and (max-width: 1039px) {
    .lp-jumbotron-image {
        width: calc((480 * 100vw) / 1039);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: calc((432 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-image {
        width: calc((216 * 100vw) / 360);
        min-height: 0%;
        margin: 0 auto;
        text-align: center;
    }
}

.lp-section {
    background: #fff;
    color: #333;
}

.lp-section.of-primary {
    position: relative;
    background: #bcc1c9;
}

.lp-section.of-secondary {
    background: #15131a;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .lp-section.of-secondary {
        background-size: contain;
    }
}

.lp-section.of-asset .lp-section-content {
    padding-bottom: 0;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 35px 20px 50px;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc((35 * 100vw) / 970) 20px calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 20px 20px 30px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    margin-bottom: 35px;
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin-bottom: calc((35 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-header {
        margin-bottom: 20px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-card {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 28px;
    border: 1px solid #d1d1d1;
    background: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-card {
        margin-bottom: calc((20 * 100vw) / 970);
        padding: calc((5 * 100vw) / 970) calc((28 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card {
        width: calc((255 * 100vw) / 360);
        margin: 0 auto 5px;
        padding: 3px 28px;
    }
}

.lp-card > dd {
    font-size: 1.6rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-card > dd {
        font-size: calc((16 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card > dd {
        font-size: 1.4rem;
    }
}

.lp-card-title {
    display: block;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .lp-card-title {
        font-size: 1.4rem;
    }
}

.lp-cardFeature {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 80px;
    background: #eeedf9;
}

@media only screen and (max-width: 969px) {
    .lp-cardFeature {
        margin-bottom: calc((40 * 100vw) / 970);
        padding: calc((20 * 100vw) / 970) calc((80 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardFeature {
        width: calc((280 * 100vw) / 360);
        min-width: 280px;
        margin: 0 auto 15px;
        padding: 5px 20px;
    }
}

.lp-cardFeature::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: url("../../img/landing_page//3d_vision_pr/3d_vision_ws_sr57343_pr_bg_02.png") repeat-y center;
    background-size: 100% 100%;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-cardFeature::before {
        content: none;
    }
}

.lp-cardFeature::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: url("../../img/landing_page//3d_vision_pr/3d_vision_ws_sr57343_pr_bg_03.png") repeat-y center;
    background-size: 100% 100%;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-cardFeature::after {
        content: none;
    }
}

.lp-cardFunction {
    position: relative;
    margin-bottom: 25px;
    padding: 20px 30px 20px 40px;
    border-top: 3px solid #716ddb;
    background: #fff;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 969px) {
    .lp-cardFunction {
        margin-bottom: calc((25 * 100vw) / 970);
        padding: calc((20 * 100vw) / 970) calc((30 * 100vw) / 970) calc((20 * 100vw) / 970) calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardFunction {
        margin-bottom: 10px;
        padding: 20px 30px;
    }
}

.lp-cardFunction > dd {
    font-size: 2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 969px) {
    .lp-cardFunction > dd {
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardFunction > dd {
        font-size: 1.6rem;
    }
}

.lp-card-symbol {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 4px;
    background: #784cdf;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
}

@media only screen and (max-width: 969px) {
    .lp-card-symbol {
        padding: 1px calc((4 * 100vw) / 970);
        font-size: calc((17 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card-symbol {
        padding: 1px 4px;
        font-size: 1.6rem;
    }
}

.lp-card-symbol.of-position-primary {
    top: 5px;
    left: 5px;
}

.lp-media {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lp-media-body {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #552eae;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        margin-bottom: calc((10 * 100vw) / 970);
        padding: calc((10 * 100vw) / 970) calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-body {
        flex: none;
        margin-bottom: 5px;
        padding: 5px 20px;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    font-size: 2.4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        font-size: calc((24 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-text {
        font-size: 1.8rem;
    }
}

.lp-media-image {
    width: 100%;
    min-height: 0%;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 15px 0;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        padding: calc((15 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: 10px 0;
        text-align: center;
    }
}

.lp-mediaAsset-body {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    align-items: center;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc((36 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    width: 288px;
    margin: 0 50px 0 35px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        width: calc((288 * 100vw) / 970);
        margin: 0 calc((50 * 100vw) / 970) 0 calc((35 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        width: 288px;
        min-height: 0%;
        margin: 0 -20px 20px;
    }
}

.lp-figure {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .lp-figure {
        flex-direction: column-reverse;
    }
}

.lp-figure-body {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .lp-figure-body {
        flex: none;
        width: 100%;
    }
}

.lp-figure-image {
    width: 650px;
    margin-right: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-figure-image {
        width: calc((650 * 100vw) / 970);
        margin-right: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure-image {
        width: 100%;
        min-height: 0%;
        margin: 0 auto 10px;
    }
}

.lp-figure-image.of-primary {
    width: 470px;
}

@media only screen and (max-width: 969px) {
    .lp-figure-image.of-primary {
        width: calc((470 * 100vw) / 970);
        margin-right: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure-image.of-primary {
        width: calc((224 * 100vw) / 360);
        margin-right: auto;
    }
}

@media only screen and (max-width: 640px) {
    .lp-listFunction {
        margin-bottom: 30px;
    }
}

.lp-listFunction > *:last-child {
    margin-bottom: 0;
}

.lp-listFeature {
    display: flex;
    justify-content: center;
    margin-left: -50px;
}

@media only screen and (max-width: 640px) {
    .lp-listFeature {
        flex-direction: column;
        align-items: center;
        max-width: 280px;
        margin: 0 auto;
    }
    .lp-listFeature > *:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.lp-listFeature-item {
    display: flex;
    flex-direction: column;
    width: 180px;
    margin-left: 50px;
    color: #4533b2;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-listFeature-item {
        width: calc((180 * 100vw) / 970);
        margin-left: calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listFeature-item {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin: 0 0 5px 0;
        padding: 0 5px 4px;
        border-bottom: 1px solid #ccc;
    }
}

.lp-listFeature-item > dt {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 25px 6px;
    border-bottom: 1px solid #ccc;
    font-size: 2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-listFeature-item > dt {
        padding: 0 calc((25 * 100vw) / 970) calc((6 * 100vw) / 970);
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listFeature-item > dt {
        justify-content: flex-end;
        width: 50%;
        margin-bottom: 0;
        padding: 0 10px 0 0;
        border-bottom: 0;
        font-size: 1.4rem;
        text-align: right;
    }
}

.lp-listFeature-item > dd {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-listFeature-item > dd {
        font-size: calc((24 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listFeature-item > dd {
        width: 50%;
        font-size: 1.6rem;
        text-align: left;
    }
}

.lp-listFeature-item > dd > em {
    position: relative;
    bottom: -1px;
    font-size: 4.6rem;
}

@media only screen and (max-width: 969px) {
    .lp-listFeature-item > dd > em {
        font-size: calc((46 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listFeature-item > dd > em {
        font-size: 3rem;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 30px;
    padding: 0 40px;
    font-size: 4.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: calc((30 * 100vw) / 970);
        padding-left: calc((40 * 100vw) / 970);
        font-size: calc((46 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        padding: 0 20px;
        font-size: 2.4rem;
    }
}

.lp-headingLevel2::before {
    position: absolute;
    top: -35px;
    left: 0;
    width: 4px;
    height: 100px;
    background: linear-gradient(to bottom, #924de8, #5f4bd6);
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2::before {
        top: calc((-35 * 100vw) / 970);
        height: calc((100 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2::before {
        top: -20px;
        height: 50px;
    }
}

.lp-headingLevel2.of-textSize-primary {
    letter-spacing: 1px;
}

.lp-headingLevel2.of-textSize-secondary {
    font-size: 4.2rem;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2.of-textSize-secondary {
        font-size: calc((42 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2.of-textSize-secondary {
        font-size: 2.2rem;
    }
}

.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;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-outer {
        text-align: center;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-smallScreen-show {
        display: block;
    }
}

.lp-utility-textColor-primary {
    color: #53be07;
}

.lp-utility-textColor-secondary {
    color: #ff0014;
}

.lp-utility-textColor-tertiary {
    color: #09f;
}

@media only screen and (min-width: 641px) {
    .lp-largeScreen-text-newLine {
        display: block;
    }
}
