<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.lp-jumbotron {
    position: relative;
    overflow: hidden;
    background: #2c3034;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron {
        background: #fff;
    }
}

.lp-jumbotron &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron::before {
    display: block;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg) skewX(13deg) translateX(48%);
    outline: 1px solid transparent;
    background: #fff;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron::before {
        content: none;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: flex-start;
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }
}

.lp-jumbotron-body {
    z-index: 3;
    flex: 1;
    padding: 40px 0 30px 60px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-body {
        padding: calc((40 * 100vw) / 1239) 0 calc((30 * 100vw) / 1239) 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-titleGroup {
    z-index: 0;
    margin-bottom: -20px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 0;
        padding: 0 20px 20px;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-size: 6.5rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc((60 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: 20px;
        font-size: 4rem;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 3.1rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        font-size: calc((31 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-series {
        font-size: 2rem;
        font-weight: normal;
    }
}

.lp-jumbotron-imageGroup {
    max-width: 635px;
    height: 480px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-imageGroup {
        max-width: calc((635 * 100vw) / 1239);
        height: calc((480 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-imageGroup {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: #2c3034;
        text-align: center;
    }
}

.lp-jumbotron-imageGroup-image {
    min-height: 0%;
}

[data-script-enabled="true"] .lp-listImage {
    position: relative;
    width: 635px;
    min-height: 580px;
    overflow: hidden;
}

@media only screen and (max-width: 1239px) {
    [data-script-enabled="true"] .lp-listImage {
        width: calc((635 * 100vw) / 1239);
        min-height: calc((580 * 100vw) / 1239);
    }
}

[data-script-enabled="true"] .lp-listImage &gt; li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 3s;
}

[data-script-enabled="true"] .lp-listImage &gt; li.is-active {
    z-index: 1;
    opacity: 1;
}

.lp-mediaSeries {
    display: flex;
    align-items: center;
}

.lp-mediaSeries-body {
    max-width: 300px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-body {
        max-width: calc((300 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaSeries-body {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

.lp-mediaSeries-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-image {
    width: 190px;
    min-height: 0%;
    margin-left: 50px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-image {
        width: calc((190 * 100vw) / 1239);
        margin-left: calc((50 * 100vw) / 1239);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaSeries {
        justify-content: center;
    }
}

.lp-section {
    background: #191919;
    color: #fff;
    line-height: 1.2;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 35px 20px 30px;
}

@media only screen and (max-width: 768px) {
    .lp-section-content {
        padding-top: 0;
    }
}

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-media {
        min-height: 0%;
        padding-top: 30px;
        padding-left: 0;
        border-top: 1px solid #4a4a4a;
    }
}

.lp-media-title {
    order: -2;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-media-title {
        font-size: 2rem;
    }
}

.lp-media-body {
    max-width: 100%;
}

.lp-media-text {
    margin-bottom: 0;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .lp-media-text {
        font-size: 1.6rem;
    }
}

.lp-media-image {
    order: -1;
    width: 100%;
    min-height: 0%;
    margin-bottom: 10px;
}

.lp-media-image &gt; img {
    border: 1px solid #3f3f3f;
}

.lp-media.of-width-small {
    width: 220px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .lp-media.of-width-small {
        width: 100%;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid.of-column-3 {
    margin-left: -30px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-3 {
        margin-left: 0;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
    margin-bottom: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        padding-left: 0;
    }
}

.lp-layout-grid.of-column-5 {
    margin-left: -5px;
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
    padding-left: 5px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-5 .lp-layout-grid-column {
        width: 50%;
        margin-bottom: 20px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-5 {
        justify-content: center;
        margin-left: -10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-column-5:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-grid-column {
    width: 100%;
}

.lp-layout-grid-column &gt; *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid-column:first-child .lp-media {
        border-top: 0;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-figure &gt; img {
    width: 100%;
    min-height: 0%;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .lp-figure &gt; img {
        margin-bottom: 7px;
    }
}

.lp-figure &gt; img &gt; img {
    border: 1px solid #3f3f3f;
}

.lp-figure-caption {
    max-width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.lp-mediaAsset {
    margin: 40px 0;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset {
        margin: 20px 0;
    }
}

.lp-mediaAsset-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaAsset-body {
    position: relative;
    flex: 1 0 auto;
    max-width: 450px;
    padding: 0 20px 45px;
}

.lp-mediaAsset-body::before {
    position: absolute;
    right: 50%;
    bottom: -35px;
    transform: translateX(50%);
    border: 35px solid transparent;
    border-top: 35px solid #ccc;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        padding: 0 0 45px;
    }
}

.lp-mediaAsset-titleGroup {
    margin-bottom: 20px;
}

.lp-mediaAsset-seriesName {
    display: block;
    margin-bottom: 0;
    font-size: 2.8rem;
    font-weight: bold;
}

.lp-mediaAsset-series {
    display: block;
    font-size: 2rem;
    font-weight: normal;
}

.lp-mediaAsset-text {
    margin-bottom: 0;
    font-size: 2.8rem;
}

.lp-mediaAsset-image {
    order: -1;
    width: 100%;
    min-height: 0%;
}

.lp-mediaAsset-productImage {
    width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-productImage {
        display: none;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lp-smallScreen-show {
        display: block;
    }
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

.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: 969px) {
    .lp-buttonConversion {
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .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: 768px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body {
    position: relative;
    padding-right: 15px;
    padding-left: 50px;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion-outer {
        margin-bottom: 30px;
    }
}
</pre></body></html>