@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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .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-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;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-jumbotron {
    background: #e6e6e6;
}

.lp-jumbotron-content {
    display: flex;
    justify-content: space-between;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 34px 19px 30px 30px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        padding: 34px 19px 30px 19px;
        background-size: contain;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        padding-top: 0;
    }
}

.lp-jumbotron-body {
    max-width: 580px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        margin-bottom: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 6px;
    font-size: 3.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc((38vw * 100) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: 18px;
        font-size: 2.8rem;
    }
}

.lp-jumbotron-text {
    margin-bottom: 31px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-text {
        margin-bottom: 27px;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: calc(364vw * 100 / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: 182px;
        margin-bottom: 12px;
    }
}

.lp-jumbotron-slider {
    width: 570px;
    height: 160px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-slider {
        width: 100%;
        height: 100%;
        max-height: 160px;
    }
}

@media only screen and (max-width: 340px) {
    .lp-jumbotron-slider {
        height: 80px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 969px) {
    .lp-jumbotron-slider {
        height: 160px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 640px) {
    .lp-jumbotron-body {
        margin-bottom: 20px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 400px) {
    .lp-jumbotron-slider {
        height: 100px;
    }
}

[data-script-enabled="true"] .lp-listImage {
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    max-height: 160px;
    overflow: hidden;
    backface-visibility: hidden;
}

[data-script-enabled="true"] .lp-listImage > li {
    max-width: 100%;
    min-height: 0%;
}

.lp-layout-container {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section {
    background: #3e3e3e;
    color: #fff;
}

.lp-section-content {
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 20px 20px 22px;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column;
        margin-top: 0;
    }
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column {
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-bottom: 20px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 {
    margin-left: -40px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 {
        margin-left: 0;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
    margin-top: 40px;
    padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        align-items: center;
    }
}

.lp-media-body {
    width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.lp-media-text {
    font-size: 1.5rem;
}

.lp-media-image {
    width: 100%;
    max-width: 465px;
    min-height: 0%;
    margin-bottom: 17px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    .lp-media-image {
        margin-bottom: 10px;
    }
}

.lp-figure {
    min-height: 0%;
    text-align: center;
}

.lp-figure-caption {
    max-width: 210px;
    margin: 0 auto 3px;
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
    width: 720px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-content {
        flex-direction: column;
        width: 100%;
        padding: 34px 0;
        padding-bottom: 0;
    }
}

.lp-mediaAsset-content.primary {
    justify-content: center;
}

.lp-mediaAsset-content.primary .lp-mediaAsset-body {
    max-width: 350px;
}

.lp-mediaAsset-body {
    position: relative;
    flex: 1 0 auto;
    width: 100%;
    max-width: 450px;
    margin: 0 20px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        max-width: calc((450vw * 100) / 970);
        margin: 0 calc((20vw * 100) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        flex: none;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 28px;
    font-size: 2.4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        margin-bottom: 0;
    }
}

.lp-mediaAsset-productImage {
    order: -1;
    width: 150px;
    min-height: 0%;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-productImage {
        display: none;
    }
}

.lp-mediaAsset-image {
    width: 124px;
    min-height: 0%;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        margin-bottom: 15px;
    }
}

.lp-utility-fontColor-primary {
    color: #76e759;
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block;
}

@media only screen and (max-width: 768px) {
    .lp-smallScreen-hide {
        display: none;
    }
}
