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

/* =================================================================================================
contents
================================================================================================= */
.lp-jumbotron {
    position: relative;
    overflow: hidden;
    background: #404040;
}

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

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

.lp-jumbotron::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skewX(-36deg) translateX(60%);
    background: #fff;
    content: "";
}

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

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1090px + 40px);
    margin: 0 auto;
    padding: 35px 20px;
}

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

.lp-jumbotron-body {
    flex: 1;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        flex: 1 0 auto;
        width: 100%;
        padding: 0 0 40px;
        color: #191919;
    }
    .lp-jumbotron-body &gt; *:last-child {
        margin-bottom: 0;
    }
}

.lp-jumbotron-imageGroup {
    position: relative;
    max-width: 548px;
    margin-right: -23px;
    margin-bottom: -68px;
    margin-left: 45px;
}

@media only screen and (max-width: 1200px) {
    .lp-jumbotron-imageGroup {
        width: calc((500 * 100vw) / 1200);
        margin-right: 0;
        margin-left: calc((45 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-imageGroup {
        position: relative;
        width: 100%;
        min-height: 0%;
        margin-bottom: -5px;
        margin-left: 0;
        padding: 20px 40px 0;
    }
    .lp-jumbotron-imageGroup img {
        position: relative;
    }
}

.lp-jumbotron-slider {
    position: absolute;
    top: 89px;
    left: 16px;
    width: 329px;
    height: 184px;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .lp-jumbotron-slider {
        top: calc((78 * 100vw) / 1200);
        left: calc((8 * 100vw) / 1200);
        width: calc((310 * 100vw) / 1200);
        height: calc((174 * 100vw) / 1200);
    }
}

.lp-jumbotron-slider-body li {
    margin: 0;
    padding: 0;
    background: none;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 35px;
}

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

.lp-jumbotron-title {
    display: block;
    margin-bottom: 25px;
    font-size: 5.6rem;
    line-height: 1.25;
}

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

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

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.3;
}

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

@media only screen and (max-width: 640px) {
    .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: 640px) {
    .lp-jumbotron-series {
        font-size: 2rem;
        font-weight: normal;
    }
}

.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 &gt; 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, .lp-buttonConversion.of-tryangle .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, .lp-buttonConversion.of-tryangle .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-tryangle .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-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_02.png") no-repeat center center;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_03.png") no-repeat center center;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_04.png") no-repeat center center;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_05.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-section {
    background: #282828;
    color: #fff;
}

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

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

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 20px 20px 40px;
    }
}

.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: 640px) {
    .lp-media {
        min-height: 0%;
        padding-top: 20px;
        padding-left: 0;
        border-top: 1px solid #4a4a4a;
    }
    .lp-media:first-child {
        border-top: 0;
    }
}

.lp-media-title {
    display: flex;
    align-items: center;
    justify-content: center;
    order: -2;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .lp-media-title {
        height: auto !important;
        font-size: 2rem;
    }
}

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

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

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

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

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

.lp-layout-grid {
    display: flex;
    justify-content: space-around;
    margin-left: -20px;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        margin-left: 0;
    }
}

.lp-layout-grid-column {
    min-height: 0%;
}

.lp-listImage {
    display: flex;
}

.lp-listImage li {
    min-height: 0%;
}

@media only screen and (max-width: 640px) {
    .lp-listImage {
        flex-wrap: wrap;
        margin: 0 -20px;
    }
}

.lp-listImage-image {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .lp-listImage-image {
        flex: none;
        width: 33.333333%;
    }
    .lp-listImage-image img {
        width: 100%;
    }
}

.lp-cardZoom {
    position: relative;
    width: 300px;
    height: 175px;
    margin: auto;
    overflow: hidden;
    transform: translateX(0);
    background: #fff;
    vertical-align: top;
    opacity: 1;
    transition: opacity 0.6s ease 0.35s, transform 0.6s ease-out 0.35s;
}

@media only screen and (max-width: 969px) {
    .lp-cardZoom {
        width: calc((280 * 100vw) / 970);
        height: calc((163 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardZoom {
        width: calc((560 * 100vw) / 640);
        height: calc((326 * 100vw) / 640);
    }
}

.lp-cardZoom-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    opacity: 0;
}

.lp-cardZoom-image img {
    width: 110%;
}

.lp-cardZoom-image:first-child {
    -ms-transform: scale(1);
    -ms-transform-origin: 9vw 4vw;
    z-index: 0;
    transform: scale(1);
    transform-origin: 9vw 4vw;
    opacity: 1;
}

.lp-cardZoom-image:nth-child(2) {
    -ms-transform-origin: 9vw 4vw;
    z-index: 0;
    transform-origin: 9vw 4vw;
    animation: zoomAnimation01 14s ease-in-out infinite 1.5s;
    opacity: 0;
}

.lp-cardZoom-image:nth-child(3) {
    z-index: 5;
    animation: zoomAnimation02 14s ease-in-out infinite 1.5s;
}

.lp-cardZoom-image:nth-child(4) {
    z-index: 10;
    animation: zoomAnimation03 14s ease-in-out infinite 1.5s;
}

.lp-cardZoom-image:nth-child(5) {
    z-index: 15;
    animation: zoomAnimation04 14s ease-in-out infinite 1.5s;
}

.lp-cardZoom-image:last-child {
    z-index: 20;
    animation: zoomAnimationEnd 14s ease-in-out infinite 1.5s;
}

@keyframes zoomAnimation01 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.7);
        opacity: 1;
    }
    90%,
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimation02 {
    0%,
    20% {
        transform: scale(1);
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    45% {
        transform: scale(1.7);
        opacity: 1;
    }
    90%,
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimation03 {
    0%,
    40% {
        transform: scale(1);
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
    65% {
        transform: scale(1.7);
        opacity: 1;
    }
    90%,
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimation04 {
    0%,
    60% {
        transform: scale(1);
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    85%,
    95% {
        transform: scale(1.7);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes zoomAnimationEnd {
    0%,
    80% {
        opacity: 0;
    }
    86%,
    96% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

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

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

.lp-mediaAsset-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    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;
    width: 100%;
    max-width: 430px;
    padding: 10px 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: 10px;
}

@media only screen and (max-width: 768px) {
    .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: 260;
    padding-left: 105px;
}

.lp-mediaAsset-image &gt; img {
    border: 1px solid #e9e9e9;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        width: calc((240 * 100vw) / 970);
        padding-left: calc((85 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        width: inherit;
        margin-bottom: 18px;
        padding-left: 0;
    }
}

.lp-mediaAsset-productImage {
    width: 260px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-productImage {
        width: calc((260 * 100vw) / 970);
    }
}

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

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

@media only screen and (min-width: 640px) {
    .lp-largeScreen-hide {
        display: none;
    }
    .lp-smallScreen-hide {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

.utility-width-large {
    width: 300px;
}

@media only screen and (max-width: 969px) {
    .utility-width-large {
        width: calc((280 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .utility-width-large {
        width: 100%;
    }
}

.of-column {
    flex-direction: column;
}

.of-column-3 {
    width: 33.333333%;
    padding-left: 20px;
}

@media only screen and (max-width: 640px) {
    .of-column-3 {
        width: 100%;
        padding-left: 0;
    }
}

.of-width-small {
    max-width: 235px;
}

@media only screen and (max-width: 640px) {
    .of-width-small {
        max-width: 100%;
    }
}
</pre></body></html>