@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-layout-container {
    max-width: 970px;
    margin: 20px auto 0;
}

@media only screen and (max-width: 640px) {
    .lp-layout-container {
        margin-top: 0;
    }
}

.lp-layout-container.of-width-small {
    max-width: 720px;
}

@media only screen and (max-width: 720px) {
    .lp-layout-container.of-width-small {
        padding: 0;
    }
}

.lp-layout-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-bottom: 30px;
    margin-left: -30px;
}

@media only screen and (max-width: 970px) {
    .lp-layout-grid {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
    }
}

.of-column-2 .lp-layout-grid-column {
    display: flex;
    width: calc(100% / 2);
    padding: 30px 0 0 30px;
}

@media only screen and (max-width: 970px) {
    .of-column-2 .lp-layout-grid-column {
        padding: calc(30vw * 100 / 970) 0 0 calc(30vw * 100 / 970);
    }
}

@media only screen and (max-width: 640px) {
    .of-column-2 .lp-layout-grid-column {
        width: 100%;
        padding: 0 20px 20px;
    }
}

.lp-card {
    position: relative;
    width: 100%;
    color: #333;
    text-decoration: none;
}

.lp-card-titleGroup {
    display: flex;
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .lp-card-titleGroup {
        height: auto !important;
    }
}

.lp-card-icon {
    display: flex;
    align-items: center;
    max-width: 160px;
    padding: 12px 10px 10px;
    background: #f45c42;
    color: #fff;
    font-size: 1.7rem;
}

.lp-card-title {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 10px;
    background: #e4d168;
    font-size: 2.2rem;
}

.lp-card::before,
.lp-card::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.lp-card::before {
    z-index: -1;
    background: #ececec;
}

.lp-card:hover::before,
.lp-card:focus::before {
    background: #fff;
}

.lp-card:hover::after,
.lp-card:focus::after {
    border: 4px solid #e4d168;
}

.lp-media {
    display: flex;
    padding: 20px 20px 20px 10px;
}

.lp-media-text {
    margin-right: 20px;
    line-height: 1.5;
}

.lp-media-image > img {
    max-width: 187px;
}

@media only screen and (max-width: 970px) {
    .lp-media-image > img {
        max-width: 130px;
    }
}

.lp-mediaLead {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.lp-mediaLead-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaLead-image {
    min-width: 80px;
    max-width: 80px;
}

.lp-mediaLead-text {
    padding-left: 20px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 640px) {
    .lp-mediaLead {
        padding: 0 20px;
    }
    .lp-mediaLead-image {
        min-width: 48px;
        max-width: 48px;
    }
    .lp-mediaLead-text {
        padding-left: 12px;
        font-size: 1.3rem;
    }
}

.lp-utility-textColor-primary {
    color: #e53631;
}

.lp-utility-textColor-secondary {
    color: #0070c0;
}

.lp-utility-text-extraLarge {
    font-size: 8rem;
}

@media only screen and (max-width: 969px) {
    .lp-utility-text-extraLarge {
        font-size: calc(80vw * 100 / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-utility-text-extraLarge {
        font-size: calc(80vw * 100 / 640);
    }
}

.lp-utility-text-large {
    font-size: 2.4rem;
}

@media only screen and (max-width: 640px) {
    .lp-utility-text-large {
        font-size: calc(24vw * 100 / 640);
    }
}

.lp-listTandC {
    font-size: 1.4rem;
}

.lp-listTandC li {
    position: relative;
    margin-left: 5px;
    padding-left: 8px;
}

.lp-listTandC li::before {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 2px;
    height: 2px;
    transform: translateY(-50%);
    background: #333;
    content: "";
}

.lp-listTandC-heading {
    font-size: 1.4rem;
}

.lp-listTandC-outer {
    width: 100%;
    padding: 8px;
    background: #fff;
}

@media only screen and (max-width: 720px) {
    .lp-listTandC-outer {
        padding: 10px 20px;
    }
}

.lp-listTandC-outer.of-primary {
    background: #e1f0ff;
}

.lp-listTandC-outer.of-primary li {
    color: #175282;
}

.lp-listTandC-outer.of-primary li::before {
    background: #175282;
}

.lp-listTandC-outer.of-primary .lp-listTandC-heading {
    color: #175282;
}

.lp-textLead {
    margin-bottom: 30px;
    font-size: 2.4rem;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-textLead {
        font-size: calc(24vw * 100 / 640);
    }
}

.lp-utility-marginSmall {
    margin-bottom: 40px;
}

.lp-jumbotron {
    margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron {
        margin-bottom: 30px;
    }
}

.lp-jumbotron-title {
    color: #494343;
    font-size: 4rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 4.12371vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-top: 20px;
        font-size: calc(40vw * 100 / 640);
    }
}

.lp-jumbotron-title br {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title br {
        display: block;
    }
}

.lp-jumbotron-text {
    margin-bottom: 55px;
    font-size: 2.4rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-text {
        font-size: 2.47423vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-text {
        margin-bottom: 20px;
        font-size: calc(24vw * 100 / 640);
    }
}

.lp-cardNovelty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
    padding: 20px;
    background: #e50011;
}

@media only screen and (max-width: 640px) {
    .lp-cardNovelty {
        flex-direction: column;
        margin-top: 0;
    }
}

.lp-cardNovelty-title {
    width: 485px;
    margin-bottom: 0;
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-cardNovelty-title {
        font-size: 3.09278vw;
    }
}

.lp-cardNovelty-title > em {
    display: block;
    font-size: 4.6rem;
    font-weight: bold;
}

@media only screen and (max-width: 969px) {
    .lp-cardNovelty-title > em {
        font-size: 4.74227vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardNovelty-title {
        width: 100%;
        margin-bottom: 20px;
        font-size: calc(46vw * 100 / 640);
    }
}

.lp-listNovelty {
    display: flex;
    margin: -40px 30px -40px 0;
}

@media only screen and (max-width: 640px) {
    .lp-listNovelty {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
}

.lp-listNovelty li {
    min-width: 146px;
    padding: 10px 0;
}

@media only screen and (max-width: 969px) {
    .lp-listNovelty li {
        min-width: calc(146vw * 100 / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listNovelty li {
        min-width: 100%;
        padding: 0;
    }
}

.lp-listNovelty li .lp-mediaNovelty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .lp-listNovelty li .lp-mediaNovelty {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
    }
    .lp-listNovelty li .lp-mediaNovelty.lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-listNovelty li .lp-mediaNovelty-icon {
    order: 1;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 32px;
    font-weight: bold;
}

@media only screen and (max-width: 969px) {
    .lp-listNovelty li .lp-mediaNovelty-icon {
        width: calc(45vw * 100 / 970);
        height: calc(46vw * 100 / 970);
        padding: 0 calc(10vw * 100 / 970);
        font-size: calc(32vw * 100 / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listNovelty li .lp-mediaNovelty-icon {
        width: calc(66vw * 100 / 640);
        height: calc(66vw * 100 / 640);
        padding: 0 calc(16vw * 100 / 640);
        font-size: calc(46vw * 100 / 640);
    }
}

.lp-listNovelty li .lp-mediaNovelty-text {
    order: 3;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-listNovelty li .lp-mediaNovelty-text {
        font-size: calc(16vw * 100 / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listNovelty li .lp-mediaNovelty-text {
        width: calc(300vw * 100 / 640);
        padding-left: 20px;
        font-size: calc(32vw * 100 / 640);
        text-align: left;
    }
}

.lp-listNovelty li .lp-mediaNovelty-image {
    order: 2;
    width: 100%;
    min-height: 0%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .lp-listNovelty li .lp-mediaNovelty-image {
        width: auto;
    }
}

.lp-listNovelty li:nth-of-type(1) {
    background: #f7941e;
}

.lp-listNovelty li:nth-of-type(1) .lp-mediaNovelty-icon {
    color: #f7941e;
}

.lp-listNovelty li:nth-of-type(2) {
    background: #f15a29;
}

.lp-listNovelty li:nth-of-type(2) .lp-mediaNovelty-icon {
    color: #f15a29;
}

.lp-listNovelty li:nth-of-type(3) {
    background: #bb000f;
}

.lp-listNovelty li:nth-of-type(3) .lp-mediaNovelty-icon {
    color: #bb000f;
}

.lp-jumbotron.of-primary {
    margin-bottom: 30px;
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    color: #494343;
    font-size: 7rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        font-size: calc(3.6rem + ((1vw - 0.64rem) * (10.33435)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        margin-top: 20px;
        font-size: 3.6rem;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title.of-primary {
    margin-bottom: 8px;
    font-size: 4.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title.of-primary {
        margin-bottom: 0;
        font-size: calc(2.8rem + ((1vw - 0.64rem) * (2.43161)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title.of-primary {
        margin-bottom: 0;
        font-size: 2.8rem;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-text {
    margin-bottom: 15px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-text {
        font-size: calc(1.3rem + ((1vw - 0.64rem) * (3.34347)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-text {
        font-size: 1.3rem;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty {
    flex-direction: row-reverse;
    margin: 0 10px 15px;
    padding: 20px 10px 20px 40px;
    border-top: 4px solid #ffc61a;
    border-bottom: 4px solid #ffc61a;
    background-color: #fff7d6;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-cardNovelty {
        margin: 0 30px 20px 20px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty {
        flex-direction: column;
        margin: 0 20px 15px;
        padding: 10px 20px 25px;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-title {
    width: 100%;
    margin-left: 100px;
    color: #333;
    font-size: 3.4rem;
    text-align: left;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-title {
        margin-left: 50px;
        font-size: calc(1.8rem + ((1vw - 0.64rem) * (4.86322)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-title {
        margin-left: 0;
        font-size: 2rem;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    padding: 5px 0;
    color: #fff;
    font-size: 3.6rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text {
        font-size: calc(1.8rem + ((1vw - 0.64rem) * (5.47112)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text {
        display: block;
        padding: 0;
        font-size: 2.4rem;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: -20px;
    width: calc(100% + 70px);
    height: 100%;
    background-color: #e53631;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text::before {
        width: calc(100% + 55px);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text::before {
        right: -20px;
        width: calc(100% + 40px);
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text::after {
    display: block;
    position: absolute;
    right: -20px;
    bottom: -10px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #aa0500;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-cardNovelty-text::after {
        display: none;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty {
    height: 100%;
    margin: 0 0 0 -15px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty {
        flex-direction: row;
        justify-content: center;
        margin-left: -8px;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li {
    margin-left: 15px;
    padding: 0;
    border: 1px solid #ffc61a;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li {
        width: 100%;
        min-width: auto;
        margin-left: 8px;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li:nth-of-type(1) {
    background: #f7941d;
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li:nth-of-type(1) .lp-mediaNovelty-icon {
    color: #f7941d;
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li:nth-of-type(2) {
    background: #f25a29;
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li:nth-of-type(2) .lp-mediaNovelty-icon {
    color: #f25a29;
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li:nth-of-type(3) {
    background: #e50011;
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li:nth-of-type(3) .lp-mediaNovelty-icon {
    color: #e50011;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty > li {
        min-width: initial;
        margin-left: 10px;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 5px;
    border-radius: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon {
        font-size: calc(1.6rem + ((1vw - 0.64rem) * (1.21581)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon {
        flex-direction: column;
        justify-content: flex-start;
        font-size: 1.6rem;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
    padding-right: 3px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
        padding-right: 0;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
    padding-top: 5px;
    padding-bottom: 2px;
    color: #333;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
        font-size: calc(1.3rem + ((1vw - 0.64rem) * (0.6079)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
        padding-top: 0;
        font-size: 1.3rem;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-mediaNovelty {
    flex-direction: column-reverse;
    height: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-mediaNovelty {
        padding: 0;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-mediaNovelty > li {
    margin-left: 10px;
    padding: 0;
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-mediaNovelty-image {
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-mediaNovelty-image {
        width: 100%;
        padding: 3px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-mediaNovelty-image > img {
        min-height: 100%;
    }
}

.lp-jumbotron.of-primary .lp-cardNovelty .lp-lp-smallScreen-hide {
    display: block;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-cardNovelty .lp-lp-smallScreen-hide {
        display: none;
    }
}
