@charset "UTF-8";

.lp-jumbotron {
    background: url("../../img/landing_page/pr_pattern-projection-lighting/pr_pattern-projection-lighting_bg01.png") no-repeat center top, linear-gradient(to right, #373b45 0%, #373b45 50%, #171d26 50%, #171d26 100%);
}

@media screen and (max-width: 970px) {
    .lp-jumbotron {
        background-size: contain;
    }
}

.lp-jumbotron-content {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 50px 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        padding: calc(50vw * 100 / 970) calc(20vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-content {
        padding: calc(40vw * 100 / 360) calc(20vw * 100 / 360) calc(24vw * 100 / 360);
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        flex-direction: column;
    }
    .lp-jumbotron-titleGroup .lp-jumbotron-titleImage {
        order: 1;
        margin-bottom: 20px;
    }
    .lp-jumbotron-titleGroup .lp-jumbotron-image {
        order: 2;
        margin-bottom: 28px;
        text-align: center;
    }
    .lp-jumbotron-titleGroup .lp-card {
        order: 3;
    }
}

.lp-jumbotron-titleImage {
    display: block;
    position: relative;
    width: 100%;
    min-height: 0%;
    text-align: center;
}

.lp-jumbotron-titleImage .lp-buttonConversion {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-titleImage .lp-buttonConversion {
        bottom: calc(30vw * 100 / 970);
    }
}

.lp-jumbotron-image {
    position: absolute;
    top: 280px;
    min-height: 0%;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image {
        top: calc(270vw * 100 / 970);
        width: calc(100% - (20vw * 100 / 970) * 2);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-image {
        position: static;
        width: 100%;
    }
}

.lp-card {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin-top: 280px;
    padding: 18px;
    border-top: 3px solid #e60012;
    background: #ffffff;
    box-shadow: 0 0 18px 7px #252a30;
}

@media screen and (max-width: 970px) {
    .lp-card {
        max-width: calc(640vw * 100 / 970);
        margin-top: calc(270vw * 100 / 970);
        padding: calc(18vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-card {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 0;
        padding: 10px 10px 28px;
    }
}

.lp-card.of-primary {
    max-width: 740px;
}

@media screen and (max-width: 970px) {
    .lp-card.of-primary {
        max-width: calc(740vw * 100 / 970);
    }
}

.lp-media {
    display: flex;
}

.lp-media.of-series {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .lp-media.of-series {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.lp-media.of-series.of-primary .lp-media-body {
    max-width: 350px;
}

@media screen and (max-width: 970px) {
    .lp-media.of-series.of-primary .lp-media-body {
        max-width: calc(350vw * 100 / 970);
    }
}

.lp-media.of-series .lp-media-body {
    display: block;
    max-width: calc(100% - 145px);
    font-size: 0;
    line-height: 1.33;
}

@media screen and (max-width: 640px) {
    .lp-media.of-series .lp-media-body {
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
        text-align: center;
    }
}

.lp-media.of-series .lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-series .lp-media-text {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 970px) {
    .lp-media.of-series .lp-media-text {
        font-size: calc(24vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-series .lp-media-text {
        font-size: 18px;
    }
}

.lp-media.of-series .lp-media-image {
    margin-right: 35px;
}

@media screen and (max-width: 970px) {
    .lp-media.of-series .lp-media-image {
        margin-right: calc(35vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-series .lp-media-image {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-media.of-asset .lp-media-body {
    flex: 1;
    align-self: flex-end;
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset .lp-media-body {
        flex: auto;
        align-self: initial;
        width: 100%;
    }
}

.lp-media.of-asset .lp-media-text {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-media.of-asset .lp-media-text {
        font-size: calc(30vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset .lp-media-text {
        font-size: 24px;
    }
}

.lp-media.of-asset .lp-media-text::after {
    display: block;
    bottom: 0;
    left: 50%;
    width: 335px;
    height: 102px;
    margin: 0 auto;
    background: url("../../img/landing_page/pr_pattern-projection-lighting/pr_pattern-projection-lighting_bg05.png") no-repeat top center;
    content: "";
}

@media screen and (max-width: 970px) {
    .lp-media.of-asset .lp-media-text::after {
        width: 100%;
        background-size: contain;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset .lp-media-text::after {
        max-width: 400px;
    }
}

@media screen and (max-width: 450px) {
    .lp-media.of-asset .lp-media-text::after {
        height: calc(102vw * 100 / 450);
    }
}

.lp-media.of-asset .lp-media-imageGroup {
    display: flex;
    align-items: center;
    margin-left: 40px;
    padding-bottom: 30px;
}

@media screen and (max-width: 970px) {
    .lp-media.of-asset .lp-media-imageGroup {
        width: calc(460vw * 100 / 970);
        margin-left: calc(40vw * 100 / 970);
        padding-bottom: calc(30vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset .lp-media-imageGroup {
        display: block;
        width: auto;
        margin-bottom: 5px;
        margin-left: 0;
        padding-bottom: 0;
        text-align: center;
    }
}

.lp-media.of-asset .lp-media-imageGroup .lp-media-image {
    margin-left: 10px;
}

.lp-media.of-asset .lp-media-imageGroup .lp-media-image:first-child {
    margin-left: 0;
}

@media screen and (max-width: 970px) {
    .lp-media.of-asset .lp-media-imageGroup .lp-media-image {
        margin-left: calc(10vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset .lp-media-imageGroup .lp-media-image {
        margin-left: 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-media.of-asset .lp-media-imageGroup .lp-media-image.of-asset {
        flex: 0.6;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-asset .lp-media-imageGroup .lp-media-image.of-asset {
        flex: auto;
    }
}

.lp-media.of-asset .lp-media-imageGroup .lp-media-image.of-product {
    position: relative;
    margin-bottom: -120px;
}

@media screen and (max-width: 970px) {
    .lp-media.of-asset .lp-media-imageGroup .lp-media-image.of-product {
        flex: 0.4;
        margin-bottom: calc(-120vw * 100 / 970);
    }
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 80px 0;
}

@media screen and (min-width: 641px) {
    .lp-section-content .lp-layout-grid {
        margin-bottom: 0;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        padding: calc(80vw * 100 / 970) calc(20vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-section-content {
        padding: calc(35vw * 100 / 360) calc(20vw * 100 / 360) calc(38vw * 100 / 360);
    }
}

.lp-section-textGroup {
    margin-bottom: 30px;
}

.lp-section-textGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section-textGroup {
        margin-bottom: calc(30vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-section-textGroup {
        margin-bottom: 11px;
    }
}

.lp-section.of-primary {
    background: url("../../img/landing_page/pr_pattern-projection-lighting/pr_pattern-projection-lighting_bg02.png") no-repeat center top, #11161d;
    color: #ffffff;
}

@media screen and (max-width: 970px) {
    .lp-section.of-primary {
        background: #11161d;
        background-image: none;
        background-size: auto 130%;
    }
}

.lp-section.of-primary .lp-layout-grid-column.of-image .lp-figure {
    display: flex;
    flex-direction: column-reverse;
}

.lp-section.of-primary .lp-layout-grid-column.of-image .lp-figure-image {
    flex-shrink: 0;
}

.lp-section.of-secondary {
    background: url("../../img/landing_page/pr_pattern-projection-lighting/pr_pattern-projection-lighting_bg03.png") no-repeat center top, linear-gradient(to right, #ffffff 0%, #e6e6e6 10%, #e6e6e6 50%, #e6e6e6 90%, #ffffff 100%);
}

@media screen and (max-width: 970px) {
    .lp-section.of-secondary {
        background: #ffffff;
        background-image: none;
        background-size: auto 130%;
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-secondary .lp-section-image {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-secondary .lp-layout-grid-column:first-child {
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 970px) {
    .lp-section.of-secondary .lp-layout-grid-column.of-image {
        padding-right: calc(40vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-secondary .lp-layout-grid-column.of-image {
        padding-right: 0;
    }
}

.lp-section.of-tertiary {
    background: url("../../img/landing_page/pr_pattern-projection-lighting/pr_pattern-projection-lighting_bg04.png") no-repeat center top, #11161d;
    color: #ffffff;
}

@media screen and (max-width: 970px) {
    .lp-section.of-tertiary {
        background: #11161d;
        background-image: none;
        background-size: auto 130%;
    }
}

.lp-section.of-tertiary .lp-section-content {
    min-height: 474px;
}

@media screen and (max-width: 970px) {
    .lp-section.of-tertiary .lp-section-content {
        min-height: calc(474vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-tertiary .lp-section-content {
        min-height: 0;
        padding-bottom: 20px;
    }
}

.lp-section.of-tertiary .lp-layout-grid-column.of-image {
    position: relative;
}

.lp-section.of-tertiary .lp-layout-grid-column.of-image .lp-section-image {
    position: absolute;
    top: -80px;
    right: 0;
}

@media screen and (max-width: 970px) {
    .lp-section.of-tertiary .lp-layout-grid-column.of-image .lp-section-image {
        top: calc(-80vw * 100 / 970);
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-tertiary .lp-layout-grid-column.of-image .lp-section-image {
        position: static;
    }
}

.lp-headingLevel2 {
    margin-bottom: 35px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.25;
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2 {
        margin-bottom: calc(35vw * 100 / 970);
        font-size: calc(40vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-headingLevel2 {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
    }
}

.lp-text {
    margin-bottom: 10px;
    font-size: 20px;
}

@media screen and (max-width: 970px) {
    .lp-text {
        margin-bottom: calc(10vw * 100 / 970);
        font-size: calc(20vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-text {
        font-size: 18px;
    }
}

.lp-text .of-inch {
    color: #0099ff;
}

.lp-layout-grid {
    display: flex;
    margin-bottom: 13px;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid {
        flex-direction: column;
    }
}

.lp-layout-grid.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-smallScreen-column {
        flex-direction: column;
    }
    .lp-layout-grid.of-smallScreen-column > .lp-layout-grid-column {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-smallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-layout-grid.of-smallScreen-column-reverse > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid-column.of-image {
    min-height: 0%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-figure-caption {
    color: #8e97a5;
    font-size: 13px;
    line-height: 1.5;
}

.lp-buttonConversion {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    text-transform: none;
}

@media screen and (max-width: 970px) {
    .lp-buttonConversion {
        font-size: calc(20vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 20px;
    }
}

.lp-buttonConversion-body {
    display: flex;
    position: relative;
    max-width: 490px;
    padding: 10px 28px 10px 56px;
    background: #e60012;
}

@media screen and (max-width: 970px) {
    .lp-buttonConversion-body {
        max-width: calc(490vw * 100 / 970);
        padding: calc(10vw * 100 / 970) calc(28vw * 100 / 970) calc(10vw * 100 / 970) calc(56vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        max-width: none;
        padding: 10px 28px 10px 56px;
    }
}

.lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 16px;
    height: 14px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    content: "";
}

@media screen and (max-width: 970px) {
    .lp-buttonConversion-body::before {
        left: calc(25vw * 100 / 970);
        width: calc(16vw * 100 / 970);
        height: calc(14vw * 100 / 970);
        background-size: contain;
    }
}

@media screen and (max-width: 640px) {
    .lp-buttonConversion-body::before {
        top: 50%;
        left: 25px;
        width: 16px;
        height: 14px;
    }
}

.lp-icon {
    display: inline-block;
}

.lp-icon.of-new {
    margin: 8px 0 8px;
    padding: 2px 28px;
    background: #e60012;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
}

@media screen and (max-width: 970px) {
    .lp-icon.of-new {
        margin: calc(8vw * 100 / 970) 0 calc(8vw * 100 / 970);
        padding: 2px calc(28vw * 100 / 970);
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .lp-icon.of-new {
        margin: 0 0 8px;
        padding: 2px 28px;
    }
}

.lp-utility-textWeight-normal {
    font-weight: normal;
}

.layout-container.of-asset {
    padding: 20px 20px;
}

@media screen and (max-width: 970px) {
    .layout-container.of-asset {
        padding: calc(20vw * 100 / 970);
    }
}

@media screen and (max-width: 640px) {
    .layout-container.of-asset {
        padding: calc(20vw * 100 / 360);
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}
