@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 > 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 > 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-layout-grid {
    display: flex;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: auto;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: auto;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    margin-left: 22px;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column:first-child {
    margin-left: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: auto;
    }
    .lp-layout-grid.of-column-4 .lp-layout-grid-column:first-child {
        margin: 0 auto;
    }
}

.lp-layout-grid.of-primary {
    padding-bottom: 45px;
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    flex: 1 0 0%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        flex: 0 1 auto;
        margin-bottom: 35px;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) {
    margin: 0 20px;
    padding: 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) {
        margin: 0 0 35px 0;
        padding: 0;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::before,
.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::after {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::before,
    .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::after {
        content: none;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::before {
    left: -20px;
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::after {
    right: -20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-secondary .lp-layout-grid-column {
        max-width: 317px;
        margin: 20px auto;
        padding-bottom: 24px;
        border-bottom: 2px #ffc703 solid;
    }
    .lp-layout-grid.of-secondary .lp-layout-grid-column:last-child {
        padding-right: 0;
        border-bottom: 0;
    }
}

.lp-layout-grid.of-secondary > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.lp-layout-grid.of-secondary .lp-layout-grid-column:nth-child(2n) {
    margin: 0 20px;
}

.lp-section {
    background-color: #fff;
}

.lp-section.of-secondary {
    background: #fff7cc;
}

.lp-section .lp-headingLevel2 {
    display: block;
    max-width: 970px;
    margin: 0 auto 36px;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-section .lp-headingLevel2 {
        margin-bottom: 10px;
    }
}

.lp-section .lp-headingLevel2 > span {
    display: inline-block;
    position: relative;
    padding: 0 40px 10px;
}

.lp-section .lp-headingLevel2 > span::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e60012;
    content: "";
}

.lp-section-content {
    max-width: calc(970px + (20px * 2));
    margin: 0 auto;
    padding: 38px 20px 46px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: 35px 30px 40px;
    }
}

.lp-section-content.of-secondary {
    padding: 36px 20px 42px;
}

@media screen and (max-width: 969px) {
    .lp-section-content.of-secondary {
        padding: 40px 20px 32px;
    }
}

.lp-jumbotron {
    background: #000;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    max-width: 973px;
    min-height: 292px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: auto;
        padding-bottom: 25px;
    }
}

.lp-jumbotron-body {
    align-self: center;
    width: 485px;
    margin-bottom: 25px;
    padding: 20px;
    color: #fff;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: auto;
        margin-bottom: 0;
        padding: 0 30px;
    }
}

.lp-jumbotron-image {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        position: static;
        width: 310px;
        min-height: 100%;
        margin-bottom: 10px;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 22px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-title {
    font-size: 52px;
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 6px;
        font-size: 40px;
    }
}

.lp-jumbotron-seriesName {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.lp-jumbotron-seriesName > em {
    margin-right: 10px;
    color: #e60012;
    font-weight: bold;
}

.lp-media.of-primary .lp-media-body > *:last-child, .lp-media.of-secondary .lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-header {
    position: relative;
    max-width: 297px;
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-header {
        height: auto !important;
        margin-bottom: 6px;
    }
}

.lp-media.of-primary .lp-media-indexIcon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px 0 7px;
    background: #ffc703;
    font-size: 18px;
}

.lp-media.of-primary .lp-media-body {
    position: relative;
    min-height: 0%;
}

@media screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-body {
        position: static;
    }
}

.lp-media.of-secondary {
    display: flex;
    flex-direction: column;
}

.lp-media.of-secondary .lp-media-body {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0%;
}

.lp-media.of-secondary .lp-media-header {
    width: 100%;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-header {
        height: auto !important;
        margin-bottom: 12px;
        font-size: 20px;
    }
}

.lp-media.of-secondary .lp-media-title {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-title {
        height: auto !important;
    }
}

.lp-media.of-secondary .lp-media-textGroup {
    display: flex;
    flex-direction: column;
}

.lp-media.of-secondary .lp-media-textGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-textGroup {
        margin-bottom: 16px;
    }
}

.lp-media.of-secondary .lp-media-image {
    min-height: 0%;
    margin-bottom: 15px;
    padding: 0;
    border-right: 0;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-image > img {
        width: 100%;
    }
}

.lp-listButton {
    display: flex;
    justify-content: center;
}

.lp-mediaAsset {
    padding: 50px 30px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        padding: 30px 30px 38px;
    }
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-content {
        flex-direction: column;
    }
}

.lp-mediaAsset-text {
    max-width: 370px;
    padding: 0 50px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        max-width: 270px;
        margin: 0;
        padding: 0 calc(50 * 100vw / 969);
        font-size: 20px;
    }
}

.lp-mediaAsset-assetImage {
    order: -1;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-assetImage {
        max-width: 100%;
        min-height: 0%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-productImage {
        display: none;
    }
}

.lp-figure.of-flex {
    display: flex;
    margin-top: -20px;
    margin-left: -22px;
}

@media screen and (max-width: 969px) {
    .lp-figure.of-flex {
        flex-direction: column;
    }
}

.lp-figure.of-flex .lp-figure-column {
    margin-top: 20px;
    padding-left: 22px;
}

.lp-figure.of-column-2 .lp-figure-column {
    width: 50%;
}

@media screen and (max-width: 969px) {
    .lp-figure.of-column-2 .lp-figure-column {
        width: 100%;
    }
}
