@charset "UTF-8";

.theme-KC .ss-layout-header-logo > img {
    width: 229px;
}

.ss-layout-header {
    width: 100%;
}

.ss-layout-header-content {
    margin: 0 auto;
    padding: 22px 0;
}

@media screen and (max-width: 640px) {
    .ss-layout-header-content {
        padding: 25px 0;
    }
}

.ss-layout-header-logo > img {
    width: 125px;
}

.ss-layout-header-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 22px;
    padding: 16px 0 16px 22px;
    border-left: 1px solid #e5e5e5;
}

.ss-layout-header-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.35;
}

.ss-layout-header-text span {
    display: block;
}

.ss-layout-grid {
    display: flex;
    justify-content: center;
}

.ss-layout-grid-column {
    min-height: 0%;
}

.ss-layout-grid.of-compare {
    min-height: 0%;
    padding: 30px 60px;
}

@media screen and (max-width: 1240px) {
    .ss-layout-grid.of-compare {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-compare {
        padding: 0;
    }
}

.ss-layout-grid.of-compare > .ss-layout-grid-column {
    flex: 1 1 auto;
    min-width: 0%;
}

.ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow {
    position: relative;
    flex: 1 0 auto;
    width: 200px;
}

@media screen and (max-width: 1240px) {
    .ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow {
        width: 100%;
        height: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow {
        height: 150px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow {
        height: 92px;
        margin-bottom: 0;
    }
}

.ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow > img {
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1240px) {
    .ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow > img {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-compare > .ss-layout-grid-column.of-arrow > img {
        width: 48px;
        height: 90px;
    }
}

.ss-layout-grid.of-conversionGroup {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-conversionGroup {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 23px;
    }
}

.ss-layout-grid.of-wrap {
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-smallScreen-direction-column {
        flex-direction: column;
    }
}

.ss-layout-grid.of-column-12 {
    position: relative;
    margin-left: -32px;
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-column-12 {
        margin-bottom: -40px;
        margin-left: calc(-32vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-column-12 {
        align-items: center;
        margin-bottom: 0;
    }
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column {
    padding-left: 32px;
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-column-12 > .ss-layout-grid-column {
        margin-bottom: 40px;
        padding-left: calc(32vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-column-12 > .ss-layout-grid-column {
        margin-bottom: 14px;
    }
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-3 {
    width: calc((100% / 12) * 3 - 0.5px);
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-6 {
    width: calc((100% / 12) * 6 - 0.5px);
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-mediumScreen-column-6 {
        width: calc((100% / 12) * 6 - 0.5px);
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-mediumScreen-column-12 {
        width: calc((100% / 12) * 12 - 0.5px);
    }
}

@media screen and (max-width: 640px) {
    .ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-smallScreen-column-12 {
        width: calc((100% / 12) * 12 - 0.5px);
        min-height: 0%;
    }
}

.ss-layout-footer {
    background: #fff;
}

.ss-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-content {
        flex-direction: column;
    }
}

.ss-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.ss-layout-footer-list {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list {
        margin-bottom: 5px;
        margin-left: -16px;
    }
}

.ss-layout-footer-list > li {
    display: flex;
    position: relative;
    margin-right: 16px;
    line-height: 1.2;
}

.ss-layout-footer-list > li::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #333;
    content: "";
}

.ss-layout-footer-list > li a {
    color: #333;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.ss-layout-footer-list > li a:hover,
.ss-layout-footer-list > li a :focus {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list > li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .ss-layout-footer-list > li:last-child::after {
        content: none;
    }
}

.ss-section {
    padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .ss-section {
        padding-bottom: 90px;
    }
}

.ss-section.of-primary {
    padding-top: 120px;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .ss-section.of-primary {
        padding-top: 65px;
        padding-bottom: 105px;
    }
}

@media screen and (max-width: 640px) {
    .ss-section.of-primary {
        padding: 20px 0 65px;
    }
    .ss-section.of-primary:last-child {
        margin-bottom: 0;
    }
}

.ss-section.of-secondary {
    padding: 40px 0 50px;
    background: #f0f6f9;
}

@media screen and (max-width: 1024px) {
    .ss-section.of-secondary {
        padding: 62px 0 82px;
    }
}

@media screen and (max-width: 640px) {
    .ss-section.of-secondary {
        padding: 20px 0;
    }
}

.ss-section.of-secondary .ss-section-content {
    padding: 0 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-section.of-secondary .ss-section-content {
        padding: 0 120px;
    }
}

@media screen and (max-width: 768px) {
    .ss-section.of-secondary .ss-section-content {
        padding: 0 20px;
    }
}

.ss-section.of-asset {
    padding: 88px 0 55px;
}

@media screen and (max-width: 1024px) {
    .ss-section.of-asset {
        padding: 82px 20px 70px;
    }
}

.ss-section-content {
    max-width: 1640px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .ss-section-content {
        padding: 0 20px;
    }
}

.ss-section-content > *:last-child {
    margin-bottom: 0;
}

.ss-section-header {
    padding-bottom: 22px;
}

@media screen and (max-width: 1024px) {
    .ss-section-header {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .ss-section-header {
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 1024px) {
    .ss-section.of-phone {
        padding: 82px 20px 30px;
    }
}

.ss-jumbotron {
    max-width: 100%;
    overflow: hidden;
    background-image: linear-gradient(to left top, #a8c7d4 0%, #deeaef 100%);
}

.ss-jumbotron.of-smallWidth .ss-jumbotron-body {
    max-width: 820px;
    padding: 85px 25px 0 136px;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron.of-smallWidth .ss-jumbotron-body {
        max-width: calc(820vw * 100 / 1600);
        padding-left: calc(50vw * 100 / 1600);
    }
}

@media screen and (max-width: 1240px) {
    .ss-jumbotron.of-smallWidth .ss-jumbotron-body {
        max-width: 100%;
        padding: 20px 0 0 0;
    }
}

.ss-jumbotron-content {
    max-width: 1640px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px 30px;
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-content {
        padding: 0 20px 80px;
    }
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-content {
        padding: 0 20px 40px;
    }
}

.ss-jumbotron-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 1240px) {
    .ss-jumbotron-inner {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-inner {
        padding: 0;
    }
}

.ss-jumbotron-body {
    flex: 1 1 auto;
    width: 100%;
    max-width: 775px;
    padding-top: 53px;
    padding-right: 10px;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-body {
        max-width: calc(775vw * 100 / 1600);
    }
}

@media screen and (max-width: 1240px) {
    .ss-jumbotron-body {
        max-width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }
}

.ss-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-imageGroup {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 100%;
    height: 730px;
    min-height: 0%;
    margin-top: -68px;
    margin-left: -94px;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-imageGroup {
        height: calc(745vw * 100 / 1600);
        margin-top: calc(-68vw * 100 / 1600);
        margin-left: 0;
    }
}

@media screen and (max-width: 1240px) {
    .ss-jumbotron-imageGroup {
        flex: 0 1 auto;
        justify-content: center;
        height: calc(595vw * 100 / 1240);
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-imageGroup {
        position: static;
        width: 100%;
        max-width: 440px;
        height: auto;
        padding: 0 30px;
    }
}

.ss-jumbotron-productImage {
    position: absolute;
    left: 50%;
    width: 645px;
    overflow: hidden;
    transform: translateX(-50%);
    opacity: 0;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-productImage {
        width: calc(658vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-productImage {
        width: calc(410vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-productImage {
        display: none;
        width: 100%;
        padding: 0;
    }
}

.ss-jumbotron-productImage.of-primary {
    opacity: 1;
}

.ss-jumbotron-productImage.of-secondary {
    top: 225px;
    animation: beam 1s 0.8s 1 forwards;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-productImage.of-secondary {
        top: calc(229vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-productImage.of-secondary {
        top: calc(144vw * 100 / 1024);
    }
}

.ss-jumbotron-productImage.of-thirdly {
    top: 196px;
    animation: beam 1s 1.4s 1 forwards;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-productImage.of-thirdly {
        top: calc(199vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-productImage.of-thirdly {
        top: calc(124vw * 100 / 1024);
    }
}

.ss-jumbotron-productImage.of-quaternary {
    top: 93px;
    animation: show 0.3s 2.2s 1 forwards;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-productImage.of-quaternary {
        top: calc(95vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-productImage.of-quaternary {
        top: calc(59vw * 100 / 1024);
    }
}

.ss-jumbotron-productImage.of-fifthly {
    top: 532px;
    animation: show-up 0.3s 2.2s 1 forwards;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-productImage.of-fifthly {
        top: calc(544vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-productImage.of-fifthly {
        top: calc(341vw * 100 / 1024);
    }
}

.ss-jumbotron-productImage.of-secondary, .ss-jumbotron-productImage.of-thirdly {
    height: 0;
}

.ss-jumbotron-productImage.of-smallScreen-show {
    display: none;
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-productImage.of-smallScreen-show {
        display: block;
        position: static;
        transform: none;
        opacity: 1;
    }
}

.ss-jumbotron-productImage > img {
    width: 100%;
}

.ss-jumbotron-textGroup {
    padding-bottom: 38px;
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-textGroup {
        padding-bottom: 20px;
    }
}

.ss-jumbotron-title {
    display: block;
    margin-bottom: 18px;
    font-size: 6.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-title {
        font-size: calc(64vw * 100 / 1600);
    }
}

@media screen and (max-width: 1240px) {
    .ss-jumbotron-title {
        font-size: calc(64vw * 100 / 1240);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-title {
        font-size: calc(64vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-title {
        font-size: 3.2rem;
        line-height: 1.3;
    }
}

.ss-jumbotron-title.of-primary {
    font-size: 6rem;
    line-height: 1.4;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-title.of-primary {
        font-size: calc(60vw * 100 / 1600);
    }
}

@media screen and (max-width: 1240px) {
    .ss-jumbotron-title.of-primary {
        font-size: calc(60vw * 100 / 1240);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-title.of-primary {
        font-size: calc(60vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-title.of-primary {
        font-size: 3.2rem;
        line-height: 1.3;
    }
}

.ss-jumbotron-series {
    display: block;
    font-size: 0;
}

.ss-jumbotron-seriesText {
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1600px) {
    .ss-jumbotron-seriesText {
        font-size: calc(24vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-seriesText {
        font-size: 1.6rem;
    }
}

.ss-jumbotron-card {
    max-width: 650px;
    padding: 22px 50px;
    background-color: #dde9ee;
}

@media screen and (max-width: 640px) {
    .ss-jumbotron-card {
        padding: 12px 20px;
    }
}

.ss-jumbotron-card.of-primary {
    max-width: 500px;
}

@media screen and (max-width: 1024px) {
    .ss-jumbotron-card.lp-smallScreen-maxWidth-full {
        max-width: 100%;
    }
}

.ss-icon {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid #f00;
    background: #fff;
    color: #f00;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .ss-icon {
        font-size: 1.6rem;
    }
}

.ss-icon-outer {
    display: block;
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .ss-listButton {
        flex-direction: column;
        align-items: center;
    }
}

.ss-listButton.of-primary > li {
    margin-right: 40px;
}

@media screen and (max-width: 640px) {
    .ss-listButton.of-primary > li {
        margin-right: 0;
        margin-bottom: 23px;
    }
}

.ss-listButton.of-primary > li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .ss-listButton.of-primary > li:last-child {
        margin-bottom: 23px;
    }
}

.ss-listButton > li {
    display: flex;
    max-width: 100%;
    margin-right: 24px;
    margin-bottom: 23px;
}

@media screen and (max-width: 640px) {
    .ss-listButton > li {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.ss-listButton.of-justifyContent-center {
    justify-content: center;
}

.ss-buttonConversion {
    display: inline-block;
    min-width: 5px;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.ss-buttonConversion.of-primary {
    background: #1a90db;
}

.ss-buttonConversion.of-primary .ss-buttonConversion-body {
    padding: 12px 8px 13px 24px;
}

.ss-buttonConversion.of-flex {
    display: flex;
}

.ss-buttonConversion.of-model {
    position: relative;
    padding: 0 2px 0 21px;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #06c;
    font-size: 2rem;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .ss-buttonConversion.of-model {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion.of-model::before {
    display: inline-block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 7px 10px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #06c;
    vertical-align: middle;
    content: "";
}

.ss-buttonConversion.of-model:hover {
    border-bottom: 1px solid #06c;
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 11px 8px 12px 24px;
}

.ss-buttonConversion-text {
    min-width: 5px;
    margin-right: 16px;
}

@media screen and (max-width: 1600px) {
    .ss-buttonConversion-text {
        font-size: calc(20vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.ss-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

@media screen and (max-width: 640px) {
    .ss-buttonConversion-image > img {
        width: 46px;
    }
}

.ss-buttonConversion.of-download .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
    content: "";
}

.ss-conversionLink {
    margin-bottom: 50px;
    font-size: 2rem;
}

@media screen and (max-width: 640px) {
    .ss-conversionLink {
        margin-bottom: 23px;
        font-size: 1.6rem;
        text-align: center;
    }
}

.ss-seriesMedia {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 52px;
}

.ss-seriesMedia-text {
    margin-bottom: 0;
    font-size: 2rem;
}

@media screen and (max-width: 1600px) {
    .ss-seriesMedia-text {
        font-size: calc(20vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-seriesMedia-text {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .ss-seriesMedia-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1600px) {
    .ss-seriesMedia-text.of-primary {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .ss-seriesMedia-text.of-primary {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .ss-seriesMedia-text.of-primary {
        font-size: 1.5rem;
    }
}

.ss-seriesMedia-image {
    flex-shrink: 0;
    order: -1;
    max-width: 114px;
    margin-right: 46px;
}

@media screen and (max-width: 640px) {
    .ss-seriesMedia-image {
        justify-content: center;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1240px) {
    .ss-seriesMedia.lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

.ss-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .ss-card {
        margin: 0 auto;
        padding: 24px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ss-card {
        margin: 0 auto;
        padding: 24px 0;
    }
}

@media screen and (max-width: 640px) {
    .ss-card {
        max-width: 514px;
        padding: 0;
    }
}

.ss-cardFloating {
    display: none;
}

.ss-cardFloating-content {
    padding: 0 24px;
}

@media screen and (max-width: 1600px) {
    .ss-cardFloating-content {
        padding: 10px calc(40vw * 100 / 1600);
    }
}

.ss-cardFloating-body {
    display: flex;
    flex: 1;
    align-items: center;
    max-width: 1600px;
    min-height: 72px;
    margin: 0 auto;
}

.ss-cardFloating-body .ss-layout-header-body {
    display: flex;
    width: 100%;
}

.ss-media {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0%;
}

.ss-media.of-reverse {
    flex-direction: column-reverse;
}

.ss-media-textGroup {
    width: 100%;
}

.ss-media-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 4.5rem;
    line-height: 1.25;
}

@media screen and (max-width: 1600px) {
    .ss-media-title {
        font-size: calc(45vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-media-title {
        margin-bottom: 12px;
        font-size: calc(45vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-media-title {
        margin-bottom: 8px;
        font-size: 2.2rem;
    }
}

.ss-media-title.of-primary {
    font-size: 4rem;
}

@media screen and (max-width: 1600px) {
    .ss-media-title.of-primary {
        font-size: calc(40vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-media-title.of-primary {
        font-size: calc(40vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-media-title.of-primary {
        font-size: 2.2rem;
    }
}

.ss-media-description {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0 30px;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .ss-media-description {
        padding: 0;
        font-size: 1.6rem;
    }
}

.ss-media-text {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-media-text {
        font-size: calc(20vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-media-text {
        font-size: 1.6rem;
    }
}

.ss-media-image {
    min-height: 0%;
    padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
    .ss-media-image {
        padding-bottom: 7px;
    }
}

.ss-media-image.of-tag {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 0%;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ss-media-image.of-tag {
        margin-bottom: 15px;
    }
}

.ss-media-image.of-tag > img {
    width: 100%;
}

.ss-media-tag {
    position: absolute;
    top: -24px;
    left: 0;
    margin-bottom: 0;
    padding: 7px 32px;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .ss-media-tag {
        top: -14px;
        padding: 4px 16px;
    }
}

.ss-media-tag.of-primary {
    background: #37a1bd;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 640px) {
    .ss-media-tag.of-primary {
        font-size: 1.6rem;
    }
}

.ss-media-tag.of-secondary {
    background: #727272;
    font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
    .ss-media-tag.of-secondary {
        font-size: 1.6rem;
    }
}

.ss-media-tag.of-secondary.of-type-01 {
    padding: 7px 20px;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .ss-media-tag.of-secondary.of-type-01 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 380px) {
    .ss-media-tag.of-fontSize-small {
        font-size: calc(15vw * 100 / 380);
    }
}

.ss-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .ss-mediaAsset {
        flex-direction: column-reverse;
        text-align: center;
    }
}

.ss-mediaAsset-body {
    flex: 0 1 auto;
    max-width: 670px;
}

@media screen and (max-width: 640px) {
    .ss-mediaAsset-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.ss-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.ss-mediaAsset-text {
    margin-bottom: 34px;
    font-size: 4.8rem;
}

@media screen and (max-width: 1024px) {
    .ss-mediaAsset-text {
        font-size: calc(48vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-mediaAsset-text {
        margin-bottom: 16px;
        padding: 0 20px;
        font-size: 2.2rem;
    }
}

.ss-mediaAsset-image {
    flex: 0 1 auto;
    margin: 0 62px 0 38px;
}

@media screen and (max-width: 1024px) {
    .ss-mediaAsset-image {
        margin: 0 64px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .ss-mediaAsset-image {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 640px) {
    .ss-mediaAsset-image {
        min-height: 0%;
        padding: 0 20px;
    }
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

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;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.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;
}

@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;
    }
}

@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;
}

@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;
}

.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: "";
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.ss-headingLevel2 {
    font-size: 4.8rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .ss-headingLevel2 {
        padding: 0 calc(85vw * 100 / 1600);
    }
}

@media screen and (max-width: 1024px) {
    .ss-headingLevel2 {
        font-size: calc(48vw * 100 / 1024);
    }
}

@media screen and (max-width: 640px) {
    .ss-headingLevel2 {
        padding: 0;
        font-size: 2.2rem;
    }
}

.ss-headingLevel2.of-primary {
    padding-bottom: 48px;
}

@media screen and (max-width: 1024px) {
    .ss-headingLevel2.of-primary {
        padding: 0 0 48px;
    }
}

@media screen and (max-width: 640px) {
    .ss-headingLevel2.of-primary {
        padding-bottom: 22px;
    }
}

.ss-headingLevel2.of-fontSize-small {
    font-size: 4.5rem;
}

@media screen and (max-width: 1024px) {
    .ss-headingLevel2.of-fontSize-small {
        font-size: calc(45vw * 100 / 1024);
    }
}

@media screen and (max-width: 1024px) {
    .ss-headingLevel2.of-lineHeight-large {
        line-height: 1.8;
    }
}

.ss-headingLevel3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 4px 5px;
    color: #fff;
    font-size: 2rem;
}

.ss-headingLevel3.of-primary {
    background: #67b224;
}

.ss-headingLevel3.of-secondary {
    background: #0c85a5;
}

.ss-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.ss-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .ss-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.ss-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.ss-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .ss-textPhoneLink-number {
        width: 100%;
    }
}

.ss-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.ss-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='get-color(default-black)'/%3E%3C/svg%3E");
    content: "";
}

.ss-textPhoneLink-number > .TelSlsh {
    display: none;
}

.ss-textPhoneLink-notes {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .ss-textPhoneLink-notes {
        width: 100%;
    }
}

.ss-textPhoneLink.of-primary {
    max-width: 680px;
    margin: 0 auto;
}

.ss-textPhoneLink.of-primary .ss-textPhoneLink-notes {
    width: 100%;
    max-width: 320px;
    padding-right: 30px;
    font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
    .ss-textPhoneLink.of-primary .ss-textPhoneLink-notes {
        display: none;
        padding-right: 0;
    }
}

.ss-textPhoneLink.of-primary .ss-textPhoneLink-number {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
    .ss-textPhoneLink.of-primary .ss-textPhoneLink-number {
        font-size: 2.4rem;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .ss-textPhoneLink.of-primary .ss-textPhoneLink-numberGroup {
        flex-direction: column-reverse;
    }
}

.ss-section.of-asset .ss-textPhoneLink {
    margin-top: 64px;
}

.ss-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

.ss-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.ss-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.ss-utility-background-primary {
    padding: 5px 12px;
    background: #727272;
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .ss-utility-background-primary {
        padding: 5px;
    }
}

.ss-utility-width-full {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .ss-utility-width-full {
        justify-content: center;
    }
}

.ss-utility-textColor-primary {
    color: #09f;
}

.ss-utility-fontWeight-100 {
    font-weight: 100;
}

.ss-utility-fontWeight-normal {
    font-weight: normal;
}

.ss-utility-whiteSpace-nowrap {
    white-space: nowrap;
}

.ss-utility-marginBottom-primary {
    margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
    .ss-utility-marginBottom-primary {
        margin-bottom: 60px;
    }
}

.ss-utility-line-break {
    display: block;
}

@media screen and (max-width: 640px) {
    .ss-smallScreen-paddingBottom-small {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1240px) {
    .ss-middleScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 1600px) {
    .ss-largeScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .ss-smallScreen-whiteSpace-normal {
        white-space: normal;
    }
}

.ss-utility-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 1024px) {
    .ss-utility-largeScreen-hide {
        display: block;
    }
}

[data-script-enabled="true"] .ss-cardFloating {
    display: block;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: -15%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.5s;
}

[data-script-enabled="true"] .ss-cardFloating.is-active {
    visibility: visible;
    top: 0;
    opacity: 1;
}

[data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid {
    transform: translateY(15px);
    opacity: 0;
}

[data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid.is-show {
    opacity: 1;
}

@media screen and (min-width: 1240px) {
    [data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid.is-show .ss-layout-grid-column.is-show {
        transform: translateY(0);
        opacity: 1;
    }
    [data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid.is-show .ss-layout-grid-column.is-show:first-child {
        transition: transform 0.3s ease-in 0s, opacity 0.3s ease-in 0s;
    }
    [data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid.is-show .ss-layout-grid-column.is-show:nth-child(2) {
        transition: transform 0.5s ease-in 0.4s, opacity 0.5s ease-in 0.4s;
    }
    [data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid.is-show .ss-layout-grid-column.is-show:nth-child(3) {
        transition: transform 0.5s ease-in 0.8s, opacity 0.5s ease-in 0.8s;
    }
}

[data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid-column {
    transform: translateY(15px);
    opacity: 0;
}

@media screen and (max-width: 1240px) {
    [data-script-enabled="true"] .js-fadeAnimation.ss-layout-grid-column.is-show {
        opacity: 1;
        transition: transform 0.2s ease-in 0s, opacity 0.2s ease-in 0s;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show-up {
    0% {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes beam {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}
