@charset "UTF-8";

.lp-jumbotron {
    margin-bottom: 20px;
    background: linear-gradient(#f4f4f4, #e7e7e7);
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 20px;
}

.lp-jumbotron-body {
    max-width: 580px;
    padding: 0 40px;
    text-align: center;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 20px;
    font-size: 5rem;
    line-height: 1.2;
}

.lp-jumbotron-title.of-text-small {
    font-size: 4rem;
}

.lp-jumbotron-title.of-text-extraSmall {
    font-size: 3.4rem;
}

.lp-jumbotron-icon {
    display: block;
    padding: 5px 10px;
    background: #f00000;
    color: #ffffff;
    font-size: 2rem;
    white-space: nowrap;
}

.lp-jumbotron-iconOuter {
    display: flex;
}

.lp-jumbotron-text {
    font-size: 2.8rem;
}

.lp-jumbotron-novelty {
    order: -1;
    width: 150px;
}

.lp-jumbotron-novelty.of-shadow {
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.9);
}

.lp-jumbotron-product {
    width: 240px;
}

.lp-jumbotron-product > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: 51.54639vw;
        padding: 0 4.12371vw;
    }
    .lp-jumbotron-title {
        font-size: 5.15464vw;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 4.12371vw;
    }
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 3.50515vw;
    }
    .lp-jumbotron-text {
        font-size: 2.8866vw;
    }
    .lp-jumbotron-novelty {
        width: 15.46392vw;
    }
    .lp-jumbotron-product {
        width: 24.74227vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-wrap: wrap;
    }
    .lp-jumbotron-body {
        width: 100%;
        max-width: inherit;
        margin-bottom: 13px;
        padding: 0;
    }
    .lp-jumbotron-title {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 1.3;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 2.6rem;
    }
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 2.2rem;
    }
    .lp-jumbotron-icon {
        padding: 0;
        background: none;
        color: #f00000;
    }
    .lp-jumbotron-iconOuter {
        justify-content: center;
    }
    .lp-jumbotron-text {
        font-size: 2rem;
        line-height: 1.4;
    }
    .lp-jumbotron-novelty {
        order: inherit;
        width: 100px;
        margin-right: 10px;
    }
    .lp-jumbotron-product {
        width: 160px;
        margin-left: 10px;
    }
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-textColor-primary {
    color: #f00000;
}

.lp-utility-text-normal {
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 970px) {
    .smallScreen-show {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
}
