@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;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

@keyframes pulsate-hovered {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    80% {
        transform: scale(1.9, 1.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.7, 1.7);
        opacity: 1;
    }
}

.section {
    margin-bottom: 0;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-container {
    overflow: hidden;
    background: #606e7d;
}

.lp-section.of-container > .lp-section-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-container > .lp-section-content {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-container .lp-section-content {
        display: block;
    }
}

.lp-section.of-main {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 508px;
    padding: 20px 0;
}

@media screen and (max-width: 1280px) {
    .lp-section.of-main {
        max-width: calc(508vw * 100 / 1280);
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-main {
        z-index: 10;
        position: relative;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-main > .lp-section-content {
        max-width: 620px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

.lp-section.of-main > .lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    z-index: 1;
    position: relative;
    flex: 1;
    min-height: 755px;
    padding-top: 25px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        min-height: auto;
        padding-top: calc(1.5rem + ((1vw - 0.36rem) * (2.56024)));
        overflow: hidden;
    }
    .lp-jumbotron::before {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: calc(190vw * 100 / 1024);
        background: linear-gradient(to bottom, #606e7d 30%, rgba(96, 110, 125, 0));
        content: "";
    }
}

.lp-jumbotron-content {
    padding-left: 66px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-content {
        padding-left: calc(2rem + ((1vw - 1.024rem) * (7.98611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (1.6129)));
    }
}

.lp-jumbotron-title {
    color: #fff;
    font-size: 5.2rem;
    line-height: 1.15;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        font-size: calc(3.3rem + ((1vw - 1.024rem) * (3.29861)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.71084)));
        text-align: center;
    }
}

.lp-jumbotron-image {
    width: 875px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-image {
        width: calc(875vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        width: 1100px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image {
        width: calc(1100vw * 100 / 970);
    }
}

.lp-jumbotron-image::before, .lp-jumbotron-image::after {
    display: block;
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image::before, .lp-jumbotron-image::after {
        content: none;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-image::before, .lp-jumbotron-image::after {
        content: none;
    }
}

.lp-jumbotron-image::before {
    left: -1px;
    background: linear-gradient(to right, #606e7d, rgba(96, 110, 125, 0));
}

.lp-jumbotron-image::after {
    right: -1px;
    background: linear-gradient(to left, #606e7d, rgba(96, 110, 125, 0));
}

.lp-jumbotron-imageOuter {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-imageOuter {
        margin-left: -27px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-imageOuter {
        margin-left: calc(-18vw * 100 / 970);
    }
}

.lp-jumbotron-imageOuter::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(to top, #606e7d, rgba(96, 110, 125, 0));
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-imageOuter::before {
        content: none;
    }
}

.lp-jumbotron-imageWrapper {
    z-index: -1000;
    position: absolute;
    top: -37px;
    left: 13px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-imageWrapper {
        top: calc(0rem + ((1vw - 1.024rem) * (-9.54861)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-imageWrapper {
        position: relative;
        left: auto;
        height: 1030px;
        margin-top: -265px;
    }
    .lp-jumbotron-imageWrapper::before {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: calc(190vw * 100 / 1024);
        background: linear-gradient(to bottom, #606e7d 30%, transparent);
        content: "";
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-imageWrapper {
        height: calc(44.6rem + ((1vw - 0.36rem) * (95.7377)));
        margin-top: calc(-17.5rem + ((1vw - 0.36rem) * (-14.7541)));
    }
}

.lp-jumbotron-productImage {
    z-index: 0;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImage {
        cursor: pointer;
    }
}

.lp-jumbotron-productImage::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 122px;
    left: 24px;
    width: 68px;
    height: 68px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.4);
    animation: pulsate;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    content: "";
    opacity: 0;
    transition: background 0.3s ease;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImage::after {
        top: calc(122vw * 100 / 1500);
        left: calc(24vw * 100 / 1500);
        width: calc(68vw * 100 / 1500);
        height: calc(68vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImage::after {
        top: 159px;
        left: 31px;
        width: 82px;
        height: 82px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImage::after {
        top: calc(159vw * 100 / 970);
        left: calc(31vw * 100 / 970);
        width: calc(82vw * 100 / 970);
        height: calc(82vw * 100 / 970);
    }
}

.lp-jumbotron-productImageGroup.of-primary .lp-jumbotron-productImage::after {
    top: 109px;
    left: 22px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup.of-primary .lp-jumbotron-productImage::after {
        top: calc(109vw * 100 / 1500);
        left: calc(22vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup.of-primary .lp-jumbotron-productImage::after {
        top: 141.2px;
        left: 31.13px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup.of-primary .lp-jumbotron-productImage::after {
        top: calc(141.2vw * 100 / 970);
        left: calc(31.13vw * 100 / 970);
    }
}

.lp-jumbotron-productImageGroup.of-secondary .lp-jumbotron-productImage::after {
    top: -10px;
    left: -11px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup.of-secondary .lp-jumbotron-productImage::after {
        top: calc(-10vw * 100 / 1500);
        left: calc(-11vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup.of-secondary .lp-jumbotron-productImage::after {
        top: -12px;
        left: -11px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup.of-secondary .lp-jumbotron-productImage::after {
        top: calc(-12vw * 100 / 970);
        left: calc(-11vw * 100 / 970);
    }
}

.lp-jumbotron-productImageGroup.of-tertiary .lp-jumbotron-productImage::after {
    top: 1px;
    left: -3px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup.of-tertiary .lp-jumbotron-productImage::after {
        top: calc(1vw * 100 / 1500);
        left: calc(-3vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup.of-tertiary .lp-jumbotron-productImage::after {
        top: 4.2px;
        left: 0.13px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup.of-tertiary .lp-jumbotron-productImage::after {
        top: calc(4.2vw * 100 / 970);
        left: calc(0.13vw * 100 / 970);
    }
}

.lp-jumbotron-productImage > img {
    display: block;
}

.lp-jumbotron-productImage > img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.lp-jumbotron-productImageGroup.is-active .lp-jumbotron-productImage > img:nth-child(2) {
    opacity: 1;
}

.lp-jumbotron-productImageGroup.is-active .lp-jumbotron-productImage::after {
    background: rgba(255, 229, 0, 0.4);
    animation: pulsate-hovered 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s forwards;
}

.lp-jumbotron-productImageGroup {
    position: absolute;
    top: 44%;
    left: 66px;
    width: 112px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup {
        left: calc(66vw * 100 / 1500);
        width: calc(112vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup {
        left: 80px;
        width: 140px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup {
        left: calc(80vw * 100 / 970);
        width: calc(140vw * 100 / 970);
    }
}

.lp-jumbotron-productImageGroup.of-primary {
    top: 19.5%;
    left: 664px;
    width: 115px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup.of-primary {
        left: calc(664vw * 100 / 1500);
        width: calc(115vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup.of-primary {
        left: 839px;
        width: 143px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup.of-primary {
        left: calc(839vw * 100 / 970);
        width: calc(143vw * 100 / 970);
    }
}

.lp-jumbotron-productImageGroup.of-secondary {
    top: 62.2%;
    left: 378px;
    width: 47px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup.of-secondary {
        left: calc(378vw * 100 / 1500);
        width: calc(47vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup.of-secondary {
        left: 476px;
        width: 58px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup.of-secondary {
        left: calc(476vw * 100 / 970);
        width: calc(58vw * 100 / 970);
    }
}

.lp-jumbotron-productImageGroup.of-tertiary {
    top: 31%;
    left: 539px;
    width: 66px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-productImageGroup.of-tertiary {
        left: calc(539vw * 100 / 1500);
        width: calc(66vw * 100 / 1500);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-productImageGroup.of-tertiary {
        left: 677px;
        width: 83px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-productImageGroup.of-tertiary {
        left: calc(677vw * 100 / 970);
        width: calc(83vw * 100 / 970);
    }
}

.lp-card {
    position: relative;
    left: 0;
    margin-bottom: 10px;
    border: solid 1px #fff;
    background: #fff;
    transition: all 0.3s ease;
}

.lp-card.is-active {
    left: 10px;
    border-color: #ffe563;
    background: #ffe563;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.lp-card-content {
    padding: 12px 17px 20px;
}

@media screen and (max-width: 1280px) {
    .lp-card-content {
        padding: calc(0.8rem + ((1vw - 1.024rem) * (1.85185))) calc(1.2rem + ((1vw - 1.024rem) * (3.7037))) calc(1.6rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        display: flex;
        justify-content: center;
        padding: calc(1.4rem + ((1vw - 0.36rem) * (0.90909))) calc(1.5rem + ((1vw - 0.36rem) * (0.79545))) calc(1.7rem + ((1vw - 0.36rem) * (0.56818)));
    }
}

@media screen and (max-width: 640px) {
    .lp-card-content {
        justify-content: flex-start;
    }
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

.lp-card-inner {
    -ms-grid-columns: 103px 1fr;
    display: -ms-grid;
    display: grid;
    position: relative;
    grid-template-columns: 103px 1fr;
}

@media screen and (max-width: 1024px) {
    .lp-card-inner {
        -ms-grid-columns: calc(6rem + ((1vw - 0.36rem) * (6.4759))) 1fr;
        grid-template-columns: calc(6rem + ((1vw - 0.36rem) * (6.4759))) 1fr;
        min-width: 460px;
    }
}

@media screen and (max-width: 640px) {
    .lp-card-inner {
        min-width: auto;
    }
}

.lp-card-body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 10px;
    margin-left: 20px;
}

@media screen and (max-width: 640px) {
    .lp-card-body {
        margin-bottom: 0;
    }
}

.lp-card-body.of-logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .lp-card-body.of-logo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        margin-top: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-body {
        margin-left: calc(1.8rem + ((1vw - 0.36rem) * (2.71084)));
    }
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    display: flex;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    max-width: 103px;
    height: 100%;
}

.lp-card-imageContent {
    width: 100%;
    text-align: center;
}

.lp-card.of-primary .lp-card-imageContent {
    max-width: 80px;
}

@media screen and (max-width: 640px) {
    .lp-card.of-primary .lp-card-imageContent img {
        max-height: 110px;
    }
}

.lp-card.of-secondary .lp-card-imageContent {
    max-width: 80px;
}

@media screen and (max-width: 640px) {
    .lp-card.of-secondary .lp-card-imageContent img {
        max-height: 110px;
    }
}

@media screen and (max-width: 640px) {
    .lp-card-image {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
        grid-row: 1 / 1;
    }
}

.lp-card-title {
    margin-bottom: 7px;
    font-size: 2rem;
    line-height: 1.2;
}

@media screen and (max-width: 1280px) {
    .lp-card-title {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.60241)));
        line-height: 1.22;
    }
}

.lp-card-title > span {
    display: block;
    margin-top: 4px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.15;
}

@media screen and (max-width: 1280px) {
    .lp-card-title > span {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.22727)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-title > span {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-card > .lp-button {
    display: block;
}

.lp-card > .lp-button::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-card > .lp-button::after {
        content: none;
    }
}

.lp-list {
    margin-bottom: 10px;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
}

@media screen and (max-width: 1280px) {
    .lp-list > li {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-list > li {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-list > li:last-child {
    margin-bottom: 0;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 1px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    content: "";
}

.lp-button {
    display: inline-block;
    padding: 12px;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .lp-button {
        padding: calc(1rem + ((1vw - 1.024rem) * (0.92593)));
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-button {
        padding: 12px 10px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-button-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-button-image {
    min-width: 30px;
    max-width: 30px;
    margin: -8px 0 -8px 22px;
    border: 1px solid #ccc;
}

.lp-button-text {
    display: inline-block;
}

.lp-button.of-download .lp-button-text {
    position: relative;
    padding-left: 32px;
}

.lp-button.of-download .lp-button-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
    content: "";
}

.lp-utility-text-normal {
    font-weight: normal;
}
