@charset "UTF-8";

/* =================================================================================================
contents
================================================================================================= */
.lp-section {
    width: 100%;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto 60px;
}

.lp-jumbotron {
    position: relative;
    min-height: 670px;
    margin: 27px 0 20px;
    padding: 70px 40px 0;
    background: #0a0605;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron {
        min-height: 380px;
        margin: 0;
        padding: 25px 0 0;
    }
}

.lp-jumbotron-body {
    z-index: 1;
    position: relative;
    padding: 0 0 70px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        padding-bottom: 30px;
    }
}

.lp-jumbotron-titleGroup {
    max-width: 650px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        max-width: calc(600vw * 100 / 970);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 21px;
    color: #fff;
    font-size: 4.2rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 0;
        font-size: 2.4rem;
        text-align: center;
    }
}

.lp-jumbotron-series {
    display: block;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        width: 100px;
        margin: 0 auto;
    }
}

.lp-jumbotron-image {
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: calc(970vw * 100 / 970);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        position: relative;
        width: auto;
    }
}

.lp-jumbotron .ss-listButton {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron .ss-listButton {
        position: static;
    }
}

.lp-headingLevel2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 12px 20px 10px;
    background: #161624;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lp-headingLevel2-title {
    font-size: 3.6rem;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2-title {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2-subtitle {
    margin-left: 18px;
    font-size: 1.4rem;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2-subtitle {
        width: 100%;
        margin-left: 0;
    }
}

.lp-figure {
    margin-bottom: 16px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-figure {
        padding: 0 20px;
    }
}

.lp-listDescription {
    margin-bottom: 48px;
    padding: 0 20px;
}

.lp-listDescription > *:last-child {
    margin-bottom: 0;
}

.lp-listDescription dt {
    display: table;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .lp-listDescription dt {
        font-size: 1.8rem;
    }
}

.lp-listDescription dd {
    margin-bottom: 22px;
    font-size: 1.4rem;
}

.ss-buttonConversion {
    display: flex;
    max-width: 100%;
    margin: 0;
    background: #f30b19;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 21px 9px 16px;
}

.ss-buttonConversion-text {
    text-align: center;
}

.ss-buttonConversion.of-anchor .ss-buttonConversion-body::before {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 13px;
    margin-right: 15px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
    background-size: contain;
    content: "";
}

.ss-listButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.ss-listButton > *:last-child {
    margin-bottom: 0;
}

.ss-listButton > li {
    display: flex;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.lp-layout-grid {
    display: flex;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column-reverse;
    }
}

.lp-layout-grid-column {
    width: 100%;
    min-height: 0%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column > *:last-child {
        margin-bottom: 16px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-features {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 9px 2px 7px;
    border: 1px solid #d00;
    color: #d00;
    font-size: 1rem;
    font-weight: bold;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .lp-features {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-features-group {
        display: table-header-group;
    }
}

.lp-navigation {
    display: flex;
    flex-wrap: wrap;
}

.lp-navigation li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-left: 1px solid #fff;
    background: #e9edef;
}

.lp-navigation li:hover, .lp-navigation li:focus {
    background: #53575f;
}

.lp-navigation li:first-child {
    border-left: 0;
}

@media screen and (max-width: 767px) {
    .lp-navigation li {
        width: 50%;
        border-bottom: 1px solid #fff;
    }
}

.lp-navigation li a {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    padding: 21px 30px 21px 10px;
    color: #161624;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.lp-navigation li a:hover, .lp-navigation li a:focus {
    color: #fff;
}

.lp-navigation li a:hover::after, .lp-navigation li a:focus::after {
    border-top: 8px solid #fff;
}

@media screen and (max-width: 767px) {
    .lp-navigation li a {
        padding: 21px 10px;
        font-size: 1.3rem;
    }
}

.lp-navigation li a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border-top: 8px solid #161624;
    border-right: 5px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-navigation li a::after {
        top: auto;
        right: auto;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 8px solid #161624;
        border-bottom: 5px solid transparent;
        border-left: 4px solid transparent;
    }
}
