@charset "UTF-8";

*,
*::after,
*::before {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

p {
    margin-bottom: 0;
}

a,
a:hover,
a:focus,
a:link {
    text-decoration: none;
}

@media screen and (max-width: 849px) {
    body,
    html {
        overflow: auto;
    }
}

#lj-x8000 {
    position: relative;
}

@media screen and (max-width: 849px) {
    #lj-x8000 {
        width: auto;
        height: auto;
    }
}

.lp-layout-container {
    overflow: hidden;
    background: #ffffff;
    color: #1e2634;
}

.lp-layout-header {
    z-index: 100;
    position: relative;
    height: 66px;
    box-shadow: 0 0 5px rgba(47, 47, 47, 0.4);
}

@media screen and (max-width: 849px) {
    .lp-layout-header {
        height: 70px;
    }
}

@media screen and (max-width: 560px) {
    .lp-layout-header {
        height: 60px;
    }
}

.lp-layout-header-content {
    max-width: 1599px;
    height: 100%;
    margin: 0 auto;
}

.lp-layout-header-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 22px;
}

@media screen and (max-width: 1599px) {
    .lp-layout-header-body {
        padding: 0 calc(25vw * 100 / 1599);
    }
}

.lp-layout-header-logo > a {
    display: inline-block;
}

@media screen and (max-width: 849px) {
    .lp-layout-header-logo {
        margin-left: 0;
    }
}

.lp-layout-header-conversionGroup {
    margin-left: auto;
}

.lp-layout-header-conversionGroupBody {
    display: flex;
    align-items: center;
}

.lp-layout-header-seriesName {
    font-size: 26px;
}

@media screen and (max-width: 1599px) {
    .lp-layout-header-seriesName {
        font-size: calc(26vw * 100 / 1599);
    }
}

.lp-layout-header-seriesName + .lp-buttonConversion {
    margin-left: 20px;
}

@media screen and (max-width: 1599px) {
    .lp-layout-header-seriesName + .lp-buttonConversion {
        margin-left: calc(20vw * 100 / 1599);
    }
}

.lp-layout-main {
    overflow: hidden;
}

.lp-layout-main-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 0 100px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: url("../../../../img/landing_page/lj-x8000_pr/bg_01.jpg") repeat-y top center;
    background-size: contain;
}

@media screen and (max-width: 1599px) {
    .lp-layout-main-content {
        padding-top: calc(30vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-main-content {
        padding-top: calc(30vw * 100 / 849);
        padding-right: 0;
        padding-bottom: calc(100vw * 100 / 849);
        padding-left: 0;
        background: none;
    }
}

@media screen and (max-width: 560px) {
    .lp-layout-main-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.lp-layout-footer {
    background: #000000;
}

.lp-layout-footer-content {
    width: 100%;
    max-width: 1599px;
    height: 100%;
    margin: 0 auto;
}

.lp-layout-footer-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    color: #ffffff;
    font-size: 13px;
}

@media screen and (max-width: 1599px) {
    .lp-layout-footer-body {
        padding: calc(18vw * 100 / 1599) calc(25vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-body {
        flex-direction: column;
        align-content: center;
        padding: 10px 5px;
        text-align: center;
    }
}

.lp-layout-footer-informationList {
    display: flex;
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-informationList {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.lp-layout-footer-informationList > li {
    position: relative;
    margin-right: 9px;
    padding-right: 9px;
}

.lp-layout-footer-informationList > li::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 75%;
    transform: translateY(-50%);
    background: #a6a6a6;
    content: "";
}

.lp-layout-footer-informationList > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.lp-layout-footer-informationList > li:last-child::after {
    content: none;
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-informationList.of-series {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-layout-footer-informationList.of-series > li {
        width: calc(100% / 3 - 9px);
        margin-bottom: 5px;
    }
    .lp-layout-footer-informationList.of-series > li:nth-child(3n) {
        margin-right: 0;
        padding-right: 0;
    }
    .lp-layout-footer-informationList.of-series > li:nth-child(3n)::after {
        content: none;
    }
}

.lp-layout-footer-informationList.of-website {
    margin-left: auto;
}

@media screen and (max-width: 1199px) {
    .lp-layout-footer-informationList.of-website {
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 50%;
        text-align: right;
    }
    .lp-layout-footer-informationList.of-website > li:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .lp-layout-footer-informationList.of-website > li:first-child::after {
        content: none;
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-informationList.of-website {
        align-items: center;
        justify-content: center;
        max-width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .lp-layout-footer-informationList.of-website > li {
        margin-bottom: 5px;
    }
    .lp-layout-footer-informationList.of-website > li:nth-child(3) {
        margin-right: 0;
        padding-right: 0;
    }
    .lp-layout-footer-informationList.of-website > li:nth-child(3)::after {
        content: none;
    }
    .lp-layout-footer-informationList.of-website > li:first-child {
        order: 3;
        margin-bottom: 0;
        text-align: center;
    }
}

.lp-layout-footer-seriesName {
    margin-bottom: 5px;
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-seriesName {
        margin-bottom: 12px;
    }
}

.lp-layout-footer a,
.lp-layout-footer a:hover,
.lp-layout-footer a:link {
    color: #ffffff;
    text-decoration: none;
}

.lp-layout-footer-list {
    display: flex;
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-list {
        flex-direction: column;
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-right: 9px;
    padding-right: 9px;
}

.lp-layout-footer-list > li::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 75%;
    transform: translateY(-50%);
    background: #a6a6a6;
    content: "";
}

.lp-layout-footer-list > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.lp-layout-footer-list > li:last-child::after {
    content: none;
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-list > li {
        margin-right: 0;
        padding-right: 0;
        text-align: center;
    }
    .lp-layout-footer-list > li::after {
        content: none;
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-list.of-series {
        flex-direction: column;
        justify-content: center;
    }
    .lp-layout-footer-list.of-series > li {
        margin-bottom: 5px;
    }
    .lp-layout-footer-list.of-series > li::after {
        content: none;
    }
    .lp-layout-footer-list.of-series > li:nth-child(3n) {
        margin-right: 0;
        padding-right: 0;
    }
    .lp-layout-footer-list.of-series > li:nth-child(3n)::after {
        content: none;
    }
}

.lp-layout-footer-list.of-website {
    margin-left: auto;
}

@media screen and (max-width: 849px) {
    .lp-layout-footer-list.of-website {
        align-items: center;
        justify-content: center;
        max-width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .lp-layout-footer-list.of-website > li {
        margin-bottom: 5px;
    }
    .lp-layout-footer-list.of-website > li:nth-child(3) {
        margin-right: 0;
        padding-right: 0;
    }
    .lp-layout-footer-list.of-website > li:nth-child(3)::after {
        content: none;
    }
}

.lp-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.lp-table tbody {
    display: flex;
}

@media screen and (max-width: 849px) {
    .lp-table tbody {
        flex-direction: column;
    }
}

.lp-table tr {
    display: flex;
    flex-direction: column;
    width: calc(100% / 6);
    border-right: 2px solid #ffffff;
}

.lp-table tr:last-child {
    border-right: 0;
}

@media screen and (max-width: 849px) {
    .lp-table tr {
        flex-direction: row;
        width: 100%;
        border-right: 0;
    }
    .lp-table tr:last-child > th {
        border-bottom: 0;
    }
    .lp-table tr:last-child > td {
        border-bottom: 0;
    }
}

.lp-table th,
.lp-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 57px;
    padding: 10px;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-table th,
    .lp-table td {
        min-height: calc(57vw * 100 / 1599);
        font-size: calc(24vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-table th,
    .lp-table td {
        padding: 5px;
        font-size: calc(20vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-table th,
    .lp-table td {
        font-size: 16px;
    }
}

.lp-table th {
    border-bottom: 2px solid #ffffff;
    background: #1e2634;
    color: #ffffff;
}

@media screen and (max-width: 849px) {
    .lp-table th {
        width: 40%;
        border-right: 2px solid #ffffff;
    }
}

.lp-table td {
    display: block;
    height: 100%;
    background: #cdd7e7;
    text-align: center;
}

@media screen and (max-width: 849px) {
    .lp-table td {
        width: 60%;
        border-bottom: 2px solid #ffffff;
    }
}

.lp-table-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lp-textInch {
    display: block;
    font-weight: bold;
}

.lp-textInch > em {
    color: #0099ff;
}

.lp-buttonConversion {
    display: inline-block;
    z-index: 0;
    position: relative;
    margin: 10px 0;
    padding: 12px 88px 12px 68px;
    border-radius: 4px;
    background: #e60012;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
}

.lp-buttonConversion::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 22px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    content: "";
}

.lp-buttonConversion > .lp-buttonConversion-image {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    border: solid 1px #cdcdcd;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-buttonConversion.of-primary {
    text-align: center;
}

@media screen and (max-width: 849px) {
    .lp-buttonConversion.of-primary {
        padding: 12px 70px 12px 44px;
        font-size: 18px;
    }
    .lp-buttonConversion.of-primary::before {
        left: 12px;
    }
}

@media screen and (max-width: 849px) {
    .lp-buttonConversion.of-secondary {
        padding: 12px 68px 12px 52px;
    }
    .lp-buttonConversion.of-secondary::before {
        left: 18px;
    }
}

.lp-buttonConversion.of-models {
    min-width: 180px;
    margin: 0;
    padding: 12px 18px;
    background: #1a90db;
}

.lp-buttonConversion.of-models.of-primary {
    font-size: 18px;
}

.lp-buttonConversion.of-models::before {
    content: none;
}

.lp-buttonConversion.of-models .lp-buttonConversion-text {
    position: relative;
    padding-left: 16px;
}

.lp-buttonConversion.of-models .lp-buttonConversion-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    content: "";
}

.lp-buttonConversion + .lp-buttonConversion {
    margin-left: 20px;
}

@media screen and (max-width: 849px) {
    .lp-buttonConversion + .lp-buttonConversion {
        margin-top: 16px;
        margin-left: 0;
    }
}

.lp-iconScroll {
    position: fixed;
    right: 16px;
    bottom: 18px;
    transform: scale(0.5);
    transform-origin: bottom;
    animation: bounce-scroll-icon-width-half 3s infinite 0.5s;
    opacity: 0.5;
    transition: all 0.3s;
}

.lp-iconScroll.is-hide {
    visibility: hidden;
    opacity: 0;
}

.lp-section {
    width: 100%;
    margin-bottom: 100px;
}

@media screen and (max-width: 1599px) {
    .lp-section {
        margin-bottom: calc(100vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-section {
        margin-bottom: calc(80vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-section {
        margin-bottom: 35px;
    }
}

.lp-section-content {
    padding: 0 40px;
}

@media screen and (max-width: 1599px) {
    .lp-section-content {
        padding-right: calc(40vw * 100 / 1599);
        padding-left: calc(40vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-section-content {
        padding: 0 calc(45vw * 100 / 849);
    }
}

@media screen and (max-width: 1599px) {
    .lp-section.of-zoom .lp-section-content {
        padding: 0;
    }
}

.lp-section.of-lineup .lp-section-image {
    flex-shrink: 0;
    margin-bottom: 2px;
}

.lp-section.of-application .lp-listMedia:last-child {
    margin-bottom: 0;
}

.lp-section:last-child {
    margin-bottom: 0;
}

.lp-section .lp-listButton-outer.of-primary {
    padding-top: 0;
}

@media screen and (max-width: 849px) {
    .lp-section .lp-listButton-outer.of-primary {
        padding-top: calc(28vw * 100 / 849);
    }
}

.lp-jumbotron {
    width: 100%;
    margin-bottom: 100px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        padding-right: calc(40vw * 100 / 1599);
        padding-left: calc(40vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        padding-right: 0;
        padding-left: 0;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
    flex: 1;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron {
        margin-bottom: calc(100vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron {
        margin-bottom: calc(80vw * 100 / 849);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron {
        margin-bottom: calc(40vw * 100 / 849);
    }
}

.lp-jumbotron-content {
    padding: 0 40px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-content {
        padding-right: calc(100vw * 100 / 1599);
        padding-left: calc(100vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-content {
        padding: 0;
    }
}

.lp-jumbotron-body {
    display: flex;
    align-items: center;
}

.isIE9 .lp-jumbotron-body {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-body {
        display: block;
    }
}

.lp-jumbotron-title {
    width: 685px;
    line-height: 1.1;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-title {
        width: calc(685vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-title {
        width: 100%;
        margin-bottom: calc(48vw * 100 / 849);
        padding: 0 calc(15vw * 100 / 849);
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    text-align: left;
}

@media screen and (max-width: 849px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        text-align: center;
    }
}

.lp-jumbotron-copy {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    font-size: 44px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-copy {
        margin-bottom: calc(40vw * 100 / 1599);
        font-size: calc(44vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-copy {
        margin-bottom: calc(32vw * 100 / 849);
        font-size: calc(47vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-copy {
        font-size: 22px;
    }
}

.lp-jumbotron-copyText {
    display: inline-block;
}

.lp-jumbotron-copyText + .lp-jumbotron-copyText {
    margin-top: 5px;
}

.lp-jumbotron.of-primary .lp-jumbotron-copyText {
    line-height: 1.5;
}

.theme-KT .lp-jumbotron-copyText {
    font-size: 38px;
}

@media screen and (max-width: 1599px) {
    .theme-KT .lp-jumbotron-copyText {
        font-size: calc(38vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KT .lp-jumbotron-copyText {
        font-size: calc(38vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KT .lp-jumbotron-copyText {
        font-size: calc(28vw * 100 / 560);
    }
}

.theme-KT .lp-jumbotron-copyText.of-emphasis {
    font-size: 80px;
}

@media screen and (max-width: 1599px) {
    .theme-KT .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(80vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KT .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(80vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KT .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(60vw * 100 / 560);
    }
}

.theme-KC .lp-jumbotron-copyText {
    display: block;
}

.theme-KC .lp-jumbotron-copyText.of-emphasis {
    font-size: 60px;
}

@media screen and (max-width: 1599px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(60vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(60vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis {
        font-size: 32px;
    }
}

.theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary {
    font-size: 90px;
}

.theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary > span {
    font-size: 60px;
}

@media screen and (max-width: 1599px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary > span {
        font-size: calc(60vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary > span {
        font-size: calc(60vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary > span {
        font-size: 32px;
    }
}

@media screen and (max-width: 1599px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary {
        font-size: calc(90vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary {
        font-size: calc(85vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KC .lp-jumbotron-copyText.of-emphasis.of-primary {
        font-size: 42px;
    }
}

.lp-jumbotron-copyText.of-emphasis {
    font-size: 100px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(100vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(95vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-copyText.of-emphasis {
        font-size: calc(48vw * 100 / 560);
    }
}

.lp-jumbotron-copyText.of-emphasis > em {
    color: #0060ff;
}

.lp-jumbotron-copyText.of-emphasis.of-primary {
    line-height: 1.25;
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-copyText.of-emphasis.of-primary {
        font-size: calc(95vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-copyText.of-emphasis.of-primary {
        font-size: calc(48vw * 100 / 560);
    }
}

.lp-jumbotron-copyText.of-emphasis.of-secondary {
    font-size: 80px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-copyText.of-emphasis.of-secondary {
        font-size: calc(80vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-copyText.of-emphasis.of-secondary {
        font-size: calc(80vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-copyText.of-emphasis.of-secondary {
        font-size: calc(48vw * 100 / 560);
    }
}

.lp-jumbotron-copyText.of-emphasis.of-tertiary {
    font-size: 70px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-copyText.of-emphasis.of-tertiary {
        font-size: calc(70vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-copyText.of-emphasis.of-tertiary {
        font-size: calc(70vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-copyText.of-emphasis.of-tertiary {
        font-size: calc(38vw * 100 / 560);
    }
}

.lp-jumbotron-seriesCopy {
    display: block;
    font-size: 26px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-seriesCopy {
        font-size: calc(26vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-seriesCopy {
        font-size: calc(32vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-seriesCopy {
        font-size: 18px;
    }
}

@media screen and (max-width: 1599px) {
    .theme-KT .lp-jumbotron-seriesCopy {
        font-size: calc(32vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KT .lp-jumbotron-seriesCopy {
        font-size: calc(32vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KT .lp-jumbotron-seriesCopy {
        font-size: calc(25vw * 100 / 560);
    }
}

.lp-jumbotron-label {
    color: #e60012;
}

.lp-jumbotron-seriesName {
    font-weight: normal;
}

.lp-jumbotron.of-primary .lp-jumbotron-seriesName {
    display: inline-block;
}

.lp-jumbotron-seriesName.of-primary {
    margin-top: 10px;
}

.lp-jumbotron-image {
    margin-left: 15px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-image {
        width: calc(900vw * 100 / 1599);
        margin-left: calc(15vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-image {
        width: 100%;
        margin-left: 0;
    }
}

.lp-headingLevel2 {
    margin-bottom: 38px;
    font-size: 40px;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-headingLevel2 {
        margin-bottom: calc(38vw * 100 / 1599);
        font-size: calc(40vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-headingLevel2 {
        margin-bottom: calc(38vw * 100 / 849);
        font-size: calc(40vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-headingLevel2 {
        margin-bottom: 18.5px;
        font-size: 24px;
    }
}

.lp-headingLevel2.of-split {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1599px) {
    .lp-headingLevel2.of-split {
        max-width: 850px;
    }
}

.theme-KC .lp-headingLevel2 {
    max-width: none !important;
}

@media screen and (max-width: 849px) {
    .theme-KT .lp-headingLevel2 {
        font-size: calc(32vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KT .lp-headingLevel2 {
        font-size: calc(24vw * 100 / 560);
    }
}

.lp-headingLevel2.of-primary {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1599px) {
    .lp-headingLevel2.of-primary {
        max-width: 850px;
    }
}

.lp-textConclude {
    margin-bottom: 90px;
    color: #969696;
    font-size: 98px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.35;
    text-align: center;
}

.theme-KT .lp-textConclude {
    font-size: 74px;
}

@media screen and (max-width: 1599px) {
    .theme-KT .lp-textConclude {
        font-size: calc(74vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KT .lp-textConclude {
        font-size: calc(56vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KT .lp-textConclude {
        font-size: calc(38vw * 100 / 560);
    }
}

@media screen and (max-width: 1599px) {
    .lp-textConclude {
        margin-bottom: calc(90vw * 100 / 1599);
        font-size: calc(98vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-textConclude {
        font-size: calc(46vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-textConclude {
        font-size: 44px;
    }
    .theme-KC .lp-textConclude {
        font-size: 36px;
    }
}

.lp-listButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 47px;
}

@media screen and (max-width: 849px) {
    .lp-listButton {
        flex-direction: column;
    }
}

@media screen and (max-width: 1599px) {
    .lp-listButton {
        padding-top: calc(28vw * 100 / 849);
    }
}

.lp-listButton > li + li {
    margin-left: 20px;
}

@media screen and (max-width: 849px) {
    .lp-listButton > li + li {
        margin-top: 8px;
        margin-left: 0;
    }
}

.lp-listButton-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 849px) {
    .lp-listButton-body {
        flex-direction: column;
    }
}

.lp-listButton-outer {
    padding-top: 47px;
}

@media screen and (max-width: 1599px) {
    .lp-listButton-outer {
        padding-top: calc(28vw * 100 / 849);
    }
}

@media screen and (max-width: 849px) {
    .lp-listButton-outer.of-primary {
        padding-right: calc(45vw * 100 / 849);
        padding-left: calc(45vw * 100 / 849);
    }
}

.isIE9 .lp-listButton {
    text-align: center;
}

.lp-listMedia {
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-bottom: 16px;
}

.isIE9 .lp-listMedia {
    max-width: 500px;
    margin: 0 auto;
}

.lp-listMedia.of-primary {
    flex-wrap: nowrap;
}

@media screen and (max-width: 1599px) {
    .lp-listMedia.of-primary > li {
        margin-right: auto;
    }
}

@media screen and (max-width: 1599px) {
    .lp-listMedia {
        margin-top: calc(-50vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-listMedia {
        flex-direction: column;
        margin-top: 0;
    }
}

.lp-listMedia > li {
    margin: 50px 54px 0 0;
}

.lp-listMedia > li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1599px) {
    .lp-listMedia > li {
        margin-top: calc(50vw * 100 / 1599);
        margin-right: calc(53vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-listMedia > li {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: calc(22vw * 100 / 849);
    }
    .lp-listMedia > li:last-child {
        margin-bottom: 0;
    }
}

.lp-listMedia > li .lp-media {
    margin-bottom: 0;
}

.lp-media {
    flex-wrap: wrap;
    width: 100%;
    max-width: 470px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1599px) {
    .lp-media {
        width: calc(469vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-media {
        width: 100%;
        max-width: none;
    }
}

.lp-media-body {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 849px) {
    .lp-media-body {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

.lp-media-image {
    flex-shrink: 0;
}

@media screen and (max-width: 849px) {
    .lp-media-image {
        width: calc(275vw * 100 / 849);
        margin-right: calc(22vw * 100 / 849);
        margin-bottom: calc(12vw * 100 / 849);
    }
}

.lp-media-text {
    font-size: 24px;
    line-height: 1.35;
}

@media screen and (max-width: 1599px) {
    .lp-media-text {
        font-size: calc(24vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-media-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    .lp-media-text {
        font-size: 16px;
    }
}

.lp-media-textGroup {
    flex: 1;
    padding: 16px;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-media-textGroup {
        padding: calc(16vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-media-textGroup {
        padding: 0;
        text-align: left;
    }
}

.lp-mediaAsset-outer {
    padding: 0 45px;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-outer {
        padding-right: calc(45vw * 100 / 1599);
        padding-left: calc(45vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-outer {
        padding: 0;
    }
}

.lp-mediaAsset-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-body {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-conversion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 650px;
}

.theme-KT .lp-mediaAsset-conversion {
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .theme-KT .lp-mediaAsset-conversion .lp-buttonConversion {
        padding: 12px 75px 12px 50px;
    }
    .theme-KT .lp-mediaAsset-conversion .lp-buttonConversion::before {
        left: 17px;
    }
}

.lp-mediaAsset-conversionText {
    width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-conversionText {
        margin-bottom: calc(30vw * 100 / 1599);
        font-size: calc(40vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-conversionText {
        margin-bottom: calc(30vw * 100 / 849);
        font-size: calc(40vw * 100 / 849);
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-conversionText {
        font-size: 28px;
    }
}

.theme-KT .lp-mediaAsset-conversionText {
    font-size: 40px;
}

@media screen and (max-width: 1599px) {
    .theme-KT .lp-mediaAsset-conversionText {
        font-size: calc(36vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .theme-KT .lp-mediaAsset-conversionText {
        font-size: calc(36vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .theme-KT .lp-mediaAsset-conversionText {
        font-size: calc(26vw * 100 / 560);
    }
}

.lp-mediaAsset-image + .lp-mediaAsset-image {
    margin-left: 45px;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-image + .lp-mediaAsset-image {
        margin-left: calc(45vw * 100 / 1599);
    }
}

.lp-mediaAsset-image.of-asset {
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-image.of-asset {
        width: calc(417vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-image.of-asset {
        width: calc(600vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaAsset-image.of-asset {
        width: 95%;
    }
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-image.of-product {
        width: calc(294vw * 100 / 1599);
    }
}

.lp-mediaAsset-imageContent {
    display: flex;
    justify-content: center;
    margin-right: 80px;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-imageContent {
        margin-right: calc(80vw * 100 / 1599);
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-imageContent {
        margin: 0 0 calc(40vw * 100 / 849);
    }
}

.lp-mediaAsset-imageContent.of-primary {
    margin-left: auto;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-imageContent.of-primary {
        margin-left: auto;
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-imageContent.of-primary {
        margin-right: auto;
    }
}

.isIE9 .lp-mediaAsset-imageContent {
    max-width: 500px;
    margin: 0 auto;
}

.isIE9 .lp-mediaAsset {
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .isIE9 .lp-mediaAsset {
        text-align: center;
    }
}

.lp-cardLineup {
    display: flex;
    flex-direction: column-reverse;
}

.lp-cardSplit {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.isIE9 .lp-cardSplit {
    margin: 0 auto;
}

@media screen and (max-width: 1599px) {
    .lp-cardSplit {
        max-width: 850px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardSplit {
        max-width: none;
    }
}

.lp-cardSplit-body {
    position: relative;
}

.lp-cardSplit-outer {
    display: flex;
    position: relative;
    justify-content: center;
}

.lp-cardSplit-outer::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 530px;
    transform: translateX(-50%);
    background: #1e2634;
    content: "";
}

@media screen and (max-width: 1599px) {
    .lp-cardSplit-outer::after {
        height: 450px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardSplit-outer::after {
        content: none;
    }
}

.lp-cardSplit-image {
    z-index: 10;
    position: relative;
}

.lp-cardSplit-image.of-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../../img/landing_page/lj-x8000_pr/bg_02.jpg") no-repeat left top;
    background-size: auto 100%;
}

.lp-cardSplit-image.of-before::after {
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    content: "";
}

.lp-cardSplit-imageBody {
    position: relative;
}

.lp-cardSplit-imageBody > img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lp-cardSplit-imageLabel {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 66px;
    background: rgba(213, 42, 44, 0.9);
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
}

.lp-cardSplit-spimage {
    display: none;
    text-align: center;
}

.lp-cardSplit-partition {
    display: block;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 100%;
    margin-left: -35px;
    cursor: move;
}

.lp-cardSplit-partition::before {
    box-sizing: border-box;
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px;
    transform: scale(1);
    border: 8px solid #000000;
    border-radius: 50%;
    content: "";
    transition: opacity 0.3s ease 0.9s, border 0.2s ease 0s, transform 0.3s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.2s;
}

.lp-cardSplit-partition::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    transform: scale(1);
    border-radius: 50%;
    background: #ffffff no-repeat center center;
    content: "";
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.lp-cardSplit-partition::after, .lp-cardSplit-partition::before {
    opacity: 1;
}

.lp-cardSplit-partitionRight::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    width: 15px;
    height: 9px;
    margin-top: -4px;
    transform: scale(1) rotate(-90deg);
    background-image: url("../../../../img/landing_page/lj-x8000_pr/lj-x8000_ws_sr57351_pr_page_partition_icon_01.png");
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
    content: "";
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.lp-cardSplit-partitionRight::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% + 9px);
    width: 15px;
    height: 9px;
    margin-top: -4px;
    transform: scale(1) rotate(-90deg);
    background-image: url("../../../../img/landing_page/lj-x8000_pr/lj-x8000_ws_sr57351_pr_page_partition_icon_01.png");
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
    content: "";
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.lp-cardSplit-partitionRight::before, .lp-cardSplit-partitionRight::after {
    opacity: 1;
}

.lp-cardSplit-partitionLeft::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% - 24px);
    width: 15px;
    height: 9px;
    margin-top: -4px;
    transform: scale(1) rotate(90deg);
    background-image: url("../../../../img/landing_page/lj-x8000_pr/lj-x8000_ws_sr57351_pr_page_partition_icon_01.png");
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
    content: "";
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.lp-cardSplit-partitionLeft::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: calc(50% - 16px);
    width: 15px;
    height: 9px;
    margin-top: -4px;
    transform: scale(1) rotate(90deg);
    background-image: url("../../../../img/landing_page/lj-x8000_pr/lj-x8000_ws_sr57351_pr_page_partition_icon_01.png");
    animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
    content: "";
    transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.lp-cardSplit-partitionLeft::before, .lp-cardSplit-partitionLeft::after {
    opacity: 1;
}

@keyframes fade_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

[data-fadein="false"] {
    transform: translate(0, 50px);
    opacity: 0;
}

[data-fadein="true"] {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.5s;
}

.lp-cardZoom {
    position: relative;
    width: 100%;
    overflow: hidden;
    outline: none;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoom {
        max-width: 850px;
        margin: 0 auto;
    }
}

.lp-cardZoom-body {
    display: flex;
    position: relative;
    justify-content: center;
    height: 600px;
    background: #d1d4d9;
}

[data-script-enabled="false"] .lp-cardZoom-body {
    height: auto;
    background: transparent;
}

.isIE9 .lp-cardZoom-body {
    height: auto;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoom-body {
        height: auto;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoom-body {
        height: auto;
        background: #ffffff;
    }
}

.lp-cardZoomOverview {
    z-index: 100;
    position: absolute;
    top: 60px;
    right: 58px;
    width: 620px;
    max-height: 480px;
}

.lp-section.of-zoom.of-primary .lp-cardZoomOverview {
    top: 100px;
}

[data-script-enabled="false"] .lp-cardZoomOverview {
    position: static;
    max-height: none;
}

.isIE9 .lp-cardZoomOverview {
    position: static;
    max-height: none;
    margin: 0 auto;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomOverview {
        position: static;
        width: 100%;
        max-height: none;
        padding-top: 370px;
    }
    [data-script-enabled="false"] .lp-cardZoomOverview,
    .isIE9 .lp-cardZoomOverview {
        padding-top: 0;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomOverview {
        padding-top: 0;
    }
}

.lp-cardZoomOverview-content {
    overflow: hidden;
}

.lp-cardZoomOverview-body {
    position: relative;
}

.lp-cardZoomOverview-Image {
    display: none;
    order: -1;
    background: #ffffff;
    text-align: center;
}

.isIE9 .lp-cardZoomOverview-Image {
    display: block;
}

@media screen and (max-width: 849px) {
    .lp-cardZoomOverview-Image {
        height: 100%;
    }
}

.lp-cardZoomOverview .lp-cardZoomScrollIcon > img {
    animation: bounce-scroll-icon 3s infinite 0.5s;
}

.lp-cardZoomPreface, .lp-cardZoomCarousel {
    width: 100%;
    max-height: 480px;
}

[data-script-enabled="false"] .lp-cardZoomPreface, [data-script-enabled="false"] .lp-cardZoomCarousel {
    max-height: none;
}

.isIE9 .lp-cardZoomPreface, .isIE9 .lp-cardZoomCarousel {
    position: relative;
    max-height: none;
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface, .lp-cardZoomCarousel {
        max-height: none;
    }
}

.lp-cardZoomPreface {
    z-index: 100;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    opacity: 1;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .lp-section.of-zoom.of-primary .lp-cardZoomPreface {
        position: static;
    }
    [data-script-enabled="false"] .lp-cardZoomPreface {
        position: static;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface {
        position: static;
        height: auto;
        margin-bottom: calc(35vw * 100 / 849);
    }
}

.lp-cardZoomPreface.of-primary {
    margin-bottom: 0;
}

.lp-cardZoomPreface-content {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-content {
        height: 100%;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface-content {
        padding: 0;
    }
}

.lp-cardZoomPreface-body {
    padding: 35px 60px;
    background: #1e2634;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-body {
        height: 100%;
        padding: 24px 40px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface-body {
        height: auto;
        padding: calc(40vw * 100 / 849) calc(45vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomPreface-body {
        padding: 22px 18.5px;
    }
}

.lp-cardZoomPreface-header {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 22px;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-header {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.lp-cardZoomPreface-header::before {
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 310px;
    height: 1px;
    background: #0060ff;
    content: "";
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-header::before {
        width: 310px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface-header {
        display: flex;
        flex-direction: column-reverse;
    }
}

.lp-cardZoomPreface-title {
    font-size: 40px;
    line-height: 1.1;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface-title {
        font-size: calc(44.5vw * 100 / 849);
        text-align: left;
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomPreface-title {
        font-size: 25px;
    }
}

.lp-cardZoomPreface-titleImage {
    display: none;
    order: 1;
}

.lp-cardZoomPreface-description {
    font-size: 18px;
    line-height: 1.35;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-description {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface-description {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomPreface-description {
        font-size: 18px;
    }
}

.lp-cardZoomPreface-description .lp-cardZoomScrollIcon {
    margin-top: 68px;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-description .lp-cardZoomScrollIcon {
        margin-top: 0;
        margin-left: 25px;
    }
}

.lp-cardZoomPreface-descriptionText + .lp-cardZoomCarousel-descriptionImage {
    margin-top: 15px;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomPreface-descriptionText {
        flex: 1;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomPreface-descriptionText {
        font-size: calc(22vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomPreface-descriptionText {
        font-size: 16px;
    }
}

.lp-cardZoomCarousel {
    position: relative;
    width: 500px;
    color: #000000;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomCarousel {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel {
        position: static;
    }
}

.lp-cardZoomCarousel-outer {
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    padding: 35px 60px;
    background: #ffffff;
}

[data-script-enabled="false"] .lp-cardZoomCarousel-outer {
    position: static;
}

[data-script-enabled="false"] .lp-cardZoomCarousel-outer,
.isIE9 .lp-cardZoomCarousel-outer {
    position: relative;
    max-height: none;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomCarousel-outer {
        position: relative;
        width: 100%;
        padding: 20px 35px;
        background: #e9e9e9;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-outer {
        position: relative;
        width: 100%;
        padding: 0;
        background: #ffffff;
    }
}

.lp-cardZoomCarousel-slideContent {
    display: flex;
    flex-direction: column;
}

[data-script-enabled="false"] .lp-cardZoomCarousel-slide,
.isIE9 .lp-cardZoomCarousel-slide {
    margin-bottom: 50px;
}

[data-script-enabled="false"] .lp-cardZoomCarousel-slide:last-child,
.isIE9 .lp-cardZoomCarousel-slide:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-slide {
        margin-bottom: calc(35vw * 100 / 849);
    }
    .lp-cardZoomCarousel-slide:last-child {
        margin-bottom: 0;
    }
}

.lp-cardZoomCarousel-header {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid #c4c4c4;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomCarousel-header {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-header {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: calc(12vw * 100 / 849);
        padding-bottom: calc(14vw * 100 / 849);
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-slideBody {
        padding: calc(40vw * 100 / 849) calc(45vw * 100 / 849);
        background: #d8dcdf;
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomCarousel-slideBody {
        padding: 22px 18.5px;
    }
}

.lp-cardZoomCarousel-title {
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomCarousel-title {
        text-align: left;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-title {
        font-size: calc(44.5vw * 100 / 849);
        text-align: left;
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomCarousel-title {
        font-size: 25px;
    }
}

.lp-cardZoomCarousel-titleImage {
    display: none;
    order: 1;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomCarousel-description {
        display: flex;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-description {
        display: block;
    }
}

.lp-cardZoomCarousel-descriptionText {
    flex: 1;
}

.lp-cardZoomCarousel-descriptionText + .lp-cardZoomCarousel-descriptionImage {
    margin-top: 15px;
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-descriptionText {
        font-size: calc(22vw * 100 / 849);
    }
}

@media screen and (max-width: 560px) {
    .lp-cardZoomCarousel-descriptionText {
        font-size: 16px;
    }
}

.lp-cardZoomCarousel-descriptionImage {
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoomCarousel-descriptionImage {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoomCarousel-descriptionImage {
        width: auto;
        margin-left: 0;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoom .swiper-wrapper {
        display: block;
    }
    .lp-cardZoom .swiper-button-next, .lp-cardZoom .swiper-button-prev {
        display: none;
    }
}

.lp-cardZoomScrollIcon {
    display: flex;
    justify-content: center;
}

.lp-cardZoomScrollIcon > img {
    position: relative;
    top: -10px;
}

.isIE9 .lp-cardZoomScrollIcon {
    display: none;
}

.lp-cardZoom-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1040px;
    transform: translate(8px, -52px);
}

[data-script-enabled="false"] .lp-cardZoom-image,
.isIE9 .lp-cardZoom-image {
    display: none;
}

@media screen and (max-width: 1599px) {
    .lp-cardZoom-image {
        top: 16px;
        left: 48px;
        width: 696px;
    }
}

@media screen and (max-width: 849px) {
    .lp-cardZoom-image {
        display: none;
    }
}

.js-fadein {
    transform: translate(0, 50px);
    opacity: 0;
    transition: all 500ms;
}

@media screen and (max-width: 849px) {
    .js-fadein {
        transform: none;
        opacity: 1;
    }
}

.js-fadein.is-scrollin {
    transform: translate(0, 0);
    opacity: 1;
}

[data-script-enabled="false"] .swiper-wrapper {
    display: block;
}

.swiper-pagination {
    display: flex;
    z-index: 10000;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

@media screen and (max-width: 1599px) {
    .swiper-pagination {
        top: 314px;
        right: 13px;
        left: auto;
    }
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.swiper-pagination-bullet-active {
    background: #ff0000 !important;
}

@media screen and (max-width: 1599px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination.is-hide {
    visibility: hidden;
    opacity: 0;
}

.swiper-custom-button {
    top: 60px;
    right: 26px;
    width: 15px !important;
    height: 15px !important;
    transform: rotate(45deg);
    border-top: 3px solid #ff0000;
    border-right: 3px solid #ff0000;
    background-image: none !important;
    color: #ff0000;
    font-size: 36px;
    line-height: 64px;
    text-align: center;
    transition: all 0.3s;
}

.swiper-custom-button.of-prev {
    left: 26px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 1599px) {
    .swiper-custom-button.of-prev {
        top: 48px;
        left: 16px;
    }
}

.swiper-custom-button.is-hide {
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1599px) {
    .swiper-custom-button {
        top: 48px;
        right: 16px;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 849px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
    .lp-smallScreen-show {
        display: block !important;
    }
}

.lp-text-normal {
    font-weight: normal;
}

@keyframes bounce-scroll-icon {
    40% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10px);
    }
    70% {
        transform: translate(0, 0);
    }
    80% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes bounce-scroll-icon-width-half {
    40% {
        transform: translate(0, 0) scale(0.5);
    }
    50% {
        transform: translate(0, 10px) scale(0.5);
    }
    70% {
        transform: translate(0, 0) scale(0.5);
    }
    80% {
        transform: translate(0, 10px) scale(0.5);
    }
    100% {
        transform: translate(0, 0) scale(0.5);
    }
}
