<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-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    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-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

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

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

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

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.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-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

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

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

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

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

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

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

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

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

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList &gt; li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList &gt; li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList &gt; li &gt; a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList &gt; li &gt; a:hover, .lp-navigationSeries-linkList &gt; li &gt; a:focus {
    text-decoration: underline;
}

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

.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(50%);
    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: 33px 0 30px 90px;
}

@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%;
        padding: 20px 0 30px 0;
        background-color: #fff;
    }
}

.lp-jumbotron-body.of-primary {
    padding-left: 0;
}

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

@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: 25px;
    font-size: 6.5rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc(3.6rem + ((1vw - 0.36rem) * (3.2992)));
    }
}

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

.lp-jumbotron-title.of-fontSize-small {
    font-size: 5rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title.of-fontSize-small {
        font-size: calc(3.6rem + ((1vw - 0.36rem) * (1.59091)));
    }
}

.lp-jumbotron-title.of-fontSize-extraSmall {
    font-size: 4.8rem;
}

@media screen and (max-width: 1239px) {
    .lp-jumbotron-title.of-fontSize-extraSmall {
        font-size: calc(3.5rem + ((1vw - 0.36rem) * (1.47727)));
    }
}

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

.lp-jumbotron-subtitleGroup {
    display: block;
    margin-bottom: 15px;
}

.lp-jumbotron-subtitleGroup .lp-jumbotron-subtitle {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 2.5rem;
}

.lp-jumbotron-subtitleGroup .lp-jumbotron-subtitle::before {
    position: absolute;
    left: 0;
    width: 1em;
    content: "•";
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.68259)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 20px;
    }
    .lp-jumbotron-subtitleGroup {
        display: inline-block;
        max-width: 470px;
        text-align: left;
    }
    .lp-jumbotron-subtitleGroup .lp-jumbotron-subtitle {
        margin-bottom: 5px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.68259)));
        text-align: left;
    }
}

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

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.56883)));
    }
}

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

.lp-jumbotron-imageGroup {
    max-width: 100%;
    min-height: 100%;
}

.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(28rem + ((1vw - 0.36rem) * (40.3868)));
        min-height: calc(26.4rem + ((1vw - 0.36rem) * (35.94994)));
    }
}

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

[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.of-width-small {
    max-width: 300px;
}

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

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

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

.lp-mediaSeries-image {
    width: 251px;
    min-height: 0%;
    margin-top: 12px;
    margin-left: 17px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-image {
        width: calc((251 * 100vw) / 1239);
        margin-top: calc((12 * 100vw) / 1239);
        margin-left: calc((17 * 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;
}

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

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

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

.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;
    margin-bottom: -30px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid {
        margin-bottom: 30px;
    }
}

.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-3 .lp-layout-grid-column:last-child {
        margin-bottom: 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-layout-grid-column &gt; *:last-child {
        margin-bottom: 0;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.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-caption {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 1.5rem;
    text-align: center;
}

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

.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-title {
    display: block;
    color: #dc002f;
    font-size: 2.8rem;
    font-weight: bold;
}

.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: #dc002f;
    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_03.png") no-repeat;
    content: "";
}

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