<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: #e7e7e7;
}

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

.lp-jumbotron::before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 97px;
    background: #191919;
    content: "";
}

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

.lp-jumbotron-content {
    display: flex;
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 0;
}

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

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

.lp-jumbotron-body {
    flex: 1 0 auto;
    max-width: 490px;
    margin: 39px 0 31px;
}

@media only screen and (max-width: 800px) {
    .lp-jumbotron-body {
        max-width: 100%;
        margin: 0;
        padding: 20px 0 30px;
        color: #191919;
    }
}

.lp-jumbotron-imageGroup {
    position: absolute;
    right: -114px;
    bottom: -8px;
}

@media only screen and (max-width: 1200px) {
    .lp-jumbotron-imageGroup {
        right: 30px;
        bottom: calc((-8 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 800px) {
    .lp-jumbotron-imageGroup {
        position: static;
        width: 100%;
        min-height: 0%;
        margin-left: 0;
        padding: 30px 0 0;
    }
    .lp-jumbotron-imageGroup img {
        position: relative;
    }
}

.lp-jumbotron-image {
    z-index: 10;
    position: relative;
    width: 570px;
}

@media only screen and (max-width: 1200px) {
    .lp-jumbotron-image {
        width: calc((570 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 800px) {
    .lp-jumbotron-image {
        width: 100%;
        text-align: center;
    }
}

.lp-jumbotron .lp-buttonConversion-outer {
    position: absolute;
    bottom: 26px;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .lp-jumbotron .lp-buttonConversion-outer {
        position: static;
        text-align: center;
    }
}

.lp-jumbotron .lp-buttonConversion {
    margin-bottom: 0;
}

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

.lp-jumbotron-slider {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 385px;
    height: 207px;
    overflow: hidden;
}

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

.lp-jumbotron-slider .lp-listImage {
    display: block;
}

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

.lp-jumbotron-titleGroup {
    margin-bottom: 12px;
    padding-bottom: 70px;
}

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

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

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

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

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

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

@media only screen and (max-width: 800px) {
    .lp-jumbotron-subtitle {
        max-width: 100%;
        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 {
        max-width: 350px;
        font-size: calc((25 * 100vw) / 970);
    }
}

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

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

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 34px 0;
}

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

.lp-layout-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 220px;
    text-align: center;
}

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

.lp-media-title {
    order: -2;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

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

.lp-media-body {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.lp-media-body &gt; sup {
    color: #8d8d8d;
    font-size: 1.2rem;
}

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

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

.lp-media-image {
    position: relative;
    order: -1;
    width: 220px;
    /* left: 0; */
    height: 165px;
    min-height: 0%;
    margin-bottom: 10px;
    /* position: relative; */
    /* padding-bottom: 56.25%; */
    /* width: 50%; */
    /* transform: translateX(-50%); */
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.17);
}

@media only screen and (max-width: 900px) {
    .lp-media-image {
        width: calc(197vw * 100 / 640);
        height: calc(148vw * 100 / 640);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-image {
        width: calc(485vw * 100 / 640);
        max-width: 100%;
        height: calc(364vw * 100 / 640);
    }
}

.lp-media-image &gt; .jstream-eqPlayer,
.lp-media-image &gt; iframe {
    left: 0;
}

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

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

.lp-layout-grid-column {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    text-align: center;
}

.lp-layout-grid-column:first-child .lp-media {
    border-top: 0;
}

.lp-listImage {
    display: flex;
    margin-bottom: 20px;
    margin-left: -3px;
}

@media only screen and (max-width: 800px) {
    .lp-listImage {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.lp-listImage-image {
    flex: 1;
    margin-bottom: 3px;
    margin-left: 3px;
}

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

.lp-listNotice li {
    display: flex;
    color: #666;
    font-size: 1.2rem;
}

.lp-listNotice li .lp-listNotice-icon {
    width: 15px;
    margin-right: 3px;
}

.lp-listNotice li .lp-listNotice-body {
    width: 100%;
}

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

@media only screen and (max-width: 640px) {
    .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: 640px) {
    .lp-mediaAsset-content {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-mediaAsset-body {
    position: relative;
    /* flex: 1 0 auto; */
    order: 2;
    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: 640px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        margin-bottom: 20px;
        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;
}

@media only screen and (max-width: 1200px) {
    .lp-mediaAsset-seriesName {
        font-size: calc(28vw * 100 / 1200);
    }
}

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

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

@media only screen and (max-width: 1200px) {
    .lp-mediaAsset-series {
        font-size: calc(20vw * 100 / 1200);
    }
}

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

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

@media only screen and (max-width: 1200px) {
    .lp-mediaAsset-text {
        font-size: calc(28vw * 100 / 1200);
    }
}

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

.lp-mediaAsset-image {
    order: 3;
}

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

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        width: inherit;
    }
}

.lp-mediaAsset-productImage {
    order: 1;
}

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

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

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

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

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

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

@media only screen and (max-width: 800px) {
    .lp-jumbotron .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%;
    }
}

[title="Messenger button"] {
    display: none;
}

.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;
}

.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;
}

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

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

.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: #129e83;
}

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

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 16px -24px;
}

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

.lp-listButton &gt; li {
    margin-top: 24px;
    padding-left: 24px;
}

.lp-jumbotron .lp-listButton {
    margin-bottom: 0;
}
</pre></body></html>