<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: #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-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-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-layout-container {
    margin: 0 auto 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-container {
        margin-bottom: calc(1.6rem + ((1vw - 0.768rem) * (5.08475)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-container {
        margin-bottom: 16px;
    }
}

.lp-layout-container.of-width-small {
    max-width: 1028px;
}

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

.lp-section {
    overflow: hidden;
    background: #ebeff3;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1239px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

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

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

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

.lp-jumbotron {
    margin: 0 0 40px;
    padding: 0 68px;
    background: linear-gradient(118deg, #0576a8 0%, #07a5ce 100%);
    color: #fff;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        margin-bottom: calc(1.6rem + ((1vw - 0.768rem) * (5.08475)));
        padding: 0 calc(2.4rem + ((1vw - 0.768rem) * (9.32203)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 16px;
        padding: 0 calc(50vw - 50%);
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
    }
}

.lp-jumbotron-body {
    max-width: 696px;
    padding: 24px 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-body {
        max-width: 56.12903vw;
    }
}

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

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

.lp-jumbotron-title {
    font-size: 4rem;
    line-height: 1.35;
}

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

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        text-align: center;
    }
}

.lp-jumbotron-title.of-text-small {
    font-size: 3.5rem;
}

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

.lp-jumbotron-image {
    width: 376px;
    min-height: 0%;
    margin-left: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        width: calc(22rem + ((1vw - 0.36rem) * (17.72727)));
        margin-left: calc(1rem + ((1vw - 0.768rem) * (4.66102)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        margin-left: 0;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    max-width: 840px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        max-width: 67.74194vw;
    }
}

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

.lp-jumbotron.of-primary .lp-jumbotron-image {
    width: 232px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        width: calc(22rem + ((1vw - 0.36rem) * (1.36364)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

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

.lp-listCheck {
    margin-bottom: 24px;
}

.lp-listCheck &gt; li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 32px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .lp-listCheck &gt; li {
        margin-bottom: 18px;
        padding-left: 24px;
    }
}

.lp-listCheck &gt; li::before {
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url("../../img/landing_page/ed_gt2_same-day-shipping/ico_01.png") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-listCheck &gt; li::before {
        width: 16px;
        min-width: 16px;
        height: 16px;
    }
}

.lp-listCheck &gt; li:last-child {
    margin-bottom: 0;
}

.lp-card {
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
    .lp-card {
        border: 1px solid #707070;
        box-shadow: none;
    }
}

.lp-card-content {
    padding: 24px 106px;
}

@media only screen and (max-width: 1239px) {
    .lp-card-content {
        padding: 24px calc(2.4rem + ((1vw - 0.768rem) * (17.37288)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card-content {
        padding: 16px 16px 20px;
    }
}

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

.lp-card.of-width-full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

.lp-card.of-primary {
    background: #1099ab;
    box-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .lp-card.of-primary {
        border: 0;
    }
}

.lp-card.of-primary .lp-card-content {
    background: url("../../img/landing_page/ed_gt2_same-day-shipping/bg_01.png") no-repeat right bottom;
}

@media only screen and (max-width: 767px) {
    .lp-card.of-primary .lp-card-content {
        padding: 24px 0;
        background: none;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column;
    }
}

.lp-media-body {
    flex: 1;
}

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

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

.lp-media-text {
    font-size: 3.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-media-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.59091)));
    }
}

.lp-media-text.of-text-large {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1239px) {
    .lp-media-text.of-text-large {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.04545)));
    }
}

.lp-media-image {
    min-height: 0%;
    margin-right: 32px;
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        max-width: calc(16.5rem + ((1vw - 0.36rem) * (29.72973)));
        margin: 16px 0 0;
    }
}

.lp-step {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .lp-step {
        margin-bottom: 24px;
    }
}

.lp-step-body {
    position: relative;
    margin-bottom: 102px;
}

@media only screen and (max-width: 767px) {
    .lp-step-body {
        margin-bottom: 64px;
    }
}

.lp-step-body::before {
    position: absolute;
    bottom: -78px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 54px 143px 0 143px;
    border-style: solid;
    border-color: #1099ab transparent transparent transparent;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-step-body::before {
        bottom: -48px;
        border-width: 32px 78px 0 78px;
    }
}

.lp-step-body:last-child {
    margin-bottom: 0;
}

.lp-step-body:last-child::before {
    content: none;
}

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

.lp-utility-color-primary {
    color: #09f;
}

.lp-utility-color-secondary {
    color: #fc0;
}

.lp-utility-fontWeight-normal {
    font-weight: normal;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-fontWeight-normal {
        font-weight: normal;
    }
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-hide {
        display: none;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-fontWeight-bold {
        font-weight: bold;
    }
}
</pre></body></html>