@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: 40px 20px;
    width: fit-content;
}

.lp-jumbotron-body {
    max-width: 970px;
    text-align: center;
    margin-bottom: 35px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 3.4rem;
    line-height: 1.2;
}

.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.6rem;
}

.lp-jumbotron-text.of-text-small {
	font-size:16px;
	margin-bottom:8px;
	}

.lp-jumbotron-product {
    /* width: 300px;
    margin-left: 26px; */
    text-align: center;
}

.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: 3rem;
    }
    .lp-jumbotron-text {
        font-size: 2rem;
    }
    .lp-jumbotron-text.of-text-small {
	font-size:1.6rem;
}
    .lp-jumbotron-novelty {
        width: 15.46392vw;
    }
    .lp-jumbotron-product {
        width: 50vw;
        margin: auto;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-wrap: wrap;
        padding:20px;
    }
    .lp-jumbotron-body {
        width: 100%;
        max-width: inherit;
        margin-bottom: 16px;
        padding: 0;
        text-align: center;
    }
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 3rem;
        line-height: 1.3;
    }
    .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: 260px;
        /* 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;
    }
}

.lp-list {
    margin-bottom: 16px;
}

.lp-list li {
    position: relative;
    margin-bottom: 4px;
    padding: 0 0 0 10px;
    font-size: 1.8rem;
    list-style: none;
}
@media only screen and (max-width: 969px) {
	.lp-list {
        text-align: left;
	}
    .lp-list li {
	font-size: 1.6rem;
    }

}

.lp-list li::before {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    content: "";
}
