@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 > 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 > 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 > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > 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 > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-jumbotron {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron {
        margin-top: 0;
    }
}

.lp-jumbotron-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 216px;
    background: transparent linear-gradient(0deg, #181a1b 0%, #202223 51%, #9d9d9d 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-content {
        padding: 20px calc(2.4rem + ((1vw - 0.768rem) * (37.5)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 0;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-inner {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (2.17391)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        margin-bottom: 0;
        padding: 20px;
        text-align: center;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        margin-top: 8px;
    }
}

.lp-jumbotron-image {
    width: 308px;
    margin-right: 16px;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        width: calc(23.6rem + ((1vw - 0.36rem) * (7.82609)));
        margin-right: calc(0rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: 100%;
        max-width: 236px;
        min-height: 0%;
        margin-right: 0;
        text-align: center;
    }
}

.lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 3.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.86957)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 1.3;
        text-align: center;
    }
}

.lp-section {
    margin-bottom: 30px;
}

.lp-section-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 216px;
    background: #f0f0f0;
    color: #333;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-section-content {
        padding: 20px calc(2.4rem + ((1vw - 0.768rem) * (37.5)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 20px;
    }
}

.lp-card {
    margin-bottom: 24px;
    border: 3px solid #eee467;
    background: transparent linear-gradient(90deg, #eee467 0%, #efcb69 100%) 0% 0% no-repeat padding-box;
    color: #333;
}

@media only screen and (max-width: 1279px) {
    .lp-card {
        margin-bottom: calc(2rem + ((1vw - 1.024rem) * (0.44643)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card {
        margin-bottom: 20px;
    }
}

.lp-card-content {
    max-width: 848px;
    margin: 0 auto;
    padding: 0 108px;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-card-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.56522)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card-content {
        padding: 20px;
    }
}

.lp-card.of-novelty {
    margin-top: 25px;
}

@media only screen and (max-width: 1279px) {
    .lp-card.of-novelty {
        margin-top: calc(0rem + ((1vw - 0.36rem) * (2.71739)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card.of-novelty {
        margin-top: 0;
    }
}

.lp-card.of-novelty .lp-media-image {
    margin-top: -25px;
}

@media only screen and (max-width: 1279px) {
    .lp-card.of-novelty .lp-media-image {
        margin-top: calc(0rem + ((1vw - 0.36rem) * (-2.71739)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card.of-novelty .lp-media-image {
        margin-top: 8px;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.33;
}

@media only screen and (max-width: 1279px) {
    .lp-media {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.21739)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
}

.lp-media .lp-utility-textSize-large {
    font-size: 2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1279px) {
    .lp-media .lp-utility-textSize-large {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media .lp-utility-textSize-large {
        font-size: 2rem;
    }
}

.lp-media-body {
    flex: 1;
    padding: 16px 0;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-media-body {
        flex: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

.lp-media-image {
    width: 528px;
    margin-left: 16px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-image {
        width: calc(32rem + ((1vw - 0.36rem) * (22.6087)));
        margin-left: calc(0rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        width: 100%;
        max-width: 320px;
        min-height: 0%;
        margin-top: 16px;
        margin-left: 0;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 16px;
    margin-left: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc(0rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-primary .lp-media-image {
    width: 308px;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-primary .lp-media-image {
        width: calc(23.6rem + ((1vw - 0.36rem) * (7.82609)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-image {
        width: 100%;
        max-width: 236px;
        margin-top: 8px;
    }
}

.lp-label {
    display: inline-block;
    max-width: 308px;
    margin-bottom: 8px;
    padding: 8px 16px;
    border: 1px solid #eb0000;
    color: #eb0000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-label {
        padding: calc(0.6rem + ((1vw - 0.36rem) * (0.21739))) calc(0.8rem + ((1vw - 0.36rem) * (0.86957)));
        font-size: calc(1.3rem + ((1vw - 0.36rem) * (0.32609)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-label {
        margin-bottom: 10px;
        padding: 6px 16px;
        font-size: 1.6rem;
    }
}

.lp-label-outer {
    margin-bottom: 4px;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 767px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 24px -20px;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

.lp-listButton > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-buttonConversion.of-backgroundColor-primary {
    background: #14acd8;
}

.lp-buttonConversion.of-textSize-small {
    font-size: 1.6rem;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textColor-primary {
    color: #eb0000;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}
