@charset "utf-8";

html {
    height: 100%;
}

:root {
    font-size: 62.5%;
}

/* base */
body {
/* overflow: hidden; */
width: 100%;
height: 100%;
min-width: 100%;
}

@media screen and (max-width: 1200px) {
body {
overflow: visible;
}
}

img {
vertical-align: bottom;
max-width: 100%;
}

/* animation */
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.main {
    height: 100%;
}

#suz_registrationForm {
    height: 100%;
}

.section {
    height: 100%;
    margin: 0;
}

@media screen and (min-width: 1201px) {
    .pc_none {
        display: none !important;
    }

}

@media screen and (max-width: 1200px) {
    .sp_none {
        display: none !important;
    }
}

.layout-header {
    height: 73px;
    background-color: #fff;
    border-bottom: 2px solid #d0d0d0;
}

#LpVhx7000 {
    height: calc(100vh - 73px);
    overflow: hidden;
}

#LpVhx7000 .Main {
    height: 100%;
    min-height: 780px;
}

@media screen and (max-width: 1200px) {
    #LpVhx7000 {
        height: auto;
        overflow: auto;
    }
    
    #LpVhx7000 .Main {
        height: auto;
        min-height: auto;
    }
}

#LpVhx7000 .MainCtr {
/* width: calc(1600vw * 100 / 1800); */
margin: 0 auto;
height: 100%;
}

#LpVhx7000 .Footer {
margin-top: auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 10px;
height: 52px;
}

#LpVhx7000 .FooterCtr {
/* width: calc(1600vw * 100 / 1800); */
margin: 0 auto;
}

#LpVhx7000 .FooterGroup {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
/* width: calc(50% - 2vw); */
margin: 0 auto 0 -10px;
}

#LpVhx7000 .FooterGroupItem {
margin-left: 10px;
}

#LpVhx7000 .FooterMenu {
display: -ms-flexbox;
display: flex;
list-style: none;
margin-left: -10px;
}

#LpVhx7000 .FooterMenu li {
position: relative;
border-left: 1px solid #969AA2;
line-height: 1.15;
margin-left: 10px;
padding-left: 10px;
}

#LpVhx7000 .FooterMenu li a {
color: #505764;
white-space: nowrap;
}

#LpVhx7000 .Footer .TxtCopyright {
color: #505764;
}

@media screen and (max-width: 959px) {
    #LpVhx7000 .Footer {
        border-top: 1px solid #B5B5B5;
        font-size: 15px;
        height: auto;
        margin-top: 20px;
        padding: 0;
    }
    #LpVhx7000 .FooterCtr {
        padding: 15px 20px 10px;
    }
    #LpVhx7000 .FooterGroup {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    #LpVhx7000 .FooterGroupItem {
        text-align: center;
    }
    #LpVhx7000 .FooterGroupItem:not(:last-child) {
        margin-top: 10px;
    }
    #LpVhx7000 .FooterMenu li:first-child {
        border-left: none;
    }
}

#LpVhx7000 .MV {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.lp-section-background01 {
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lp-section-background02 {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lp-section-background01::before {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/landing_page/lp_vhx-7000_01129222/lp_vhx-7000_01129222_bg_01.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.lp-section-background02::before {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/landing_page/lp_vhx-7000_01129222/lp_vhx-7000_01129222_bg_03.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 53% auto;
    content: "";
}

.MVRight {
    width: 100%;
    height: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    margin-right: calc((100vw/1200)*10);
}

.lp-jumbotron-content {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

@media screen and (min-width: 1301px) {
    .MVRight {
        margin-right: calc((100vw/1200)*50);
    }
}

@media screen and (min-width: 1401px) {
    .MVRight {
        margin-right: calc((100vw/1200)*60);
    }
}

@media screen and (min-width: 1501px) {
    .MVRight {
        margin-right: calc((100vw/1200)*80);
    }
}

@media screen and (min-width: 1501px) {
    .MVRight {
        max-width: 30%;
        margin-right: calc((100vw/1200)*100);
    }
}

@media screen and (min-width: 1601px) {
    .MVRight {
        margin-right: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .lp-section-backgroundGroup {
        display: none;
    }
    .lp-jumbotron-content {
        position: static;
        top: auto;
        transform: none;
    }
    #LpVhx7000 .MV {
        flex-direction: column-reverse;
        max-height: none;
    }
    .MVLeft::before {
        display: block;
        content: "";
        padding-top: 93.3%;
    }
    .MVLeft {
        margin-top: 50px;
        display: block;
        position: relative;
        width: 100%;
        background-image: url(/img/landing_page/lp_vhx-7000_01129222/lp_vhx-7000_01129222_bg_02.png);
        background-position: center;
        background-size: contain;
    }
    
    .MVRight {
        margin-top: 50px;
        width: 100%;
        max-width: none;
    }
    .lp-jumbotron-inner {
        padding: 0 40px;
    }
    .lp-listButton {
        margin: 0 15px;
    }
}

.Ptn01 a[href^="tel:"] {
    display: inline-block;
    color: #0074d4;
    text-decoration: none;
    pointer-events: none;
}


.lp-jumbotron-titleGroup {
    margin-bottom: calc(40vw * 100 / 1920);
}

@media screen and (max-width: 750px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(26vw * 100 / 360);
    }
}


.lp-jumbotron-title {
    display: block;
    margin-bottom: calc(10vw * 100 / 1920);
    font-size: calc(40vw * 100 / 1920);
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: calc(23vw * 100 / 1024);
    }
}

.lp-jumbotron-title.of-primary {
    font-size: calc(30vw * 100 / 1920);
}

.lp-jumbotron-title.of-primary em {
    font-size: calc(48vw * 100 / 1920);
}

.lp-jumbotron-title.of-secondary {
    font-size: calc(38vw * 100 / 1920);
    line-height: 1.3;
}

.lp-jumbotron-titleLead {
    display: block;
    margin-bottom: calc(14vh * 100 / 1150);
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleLead {
        margin-bottom: 10px;
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 750px) {
    .lp-jumbotron-titleLead {
        font-size: calc(34vw * 100 / 750);
    }
}

.lp-jumbotron-title em {
    display: block;
    font-size: calc(58vw * 100 / 1920);
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title em {
        font-size: 5.4rem;
    }

    .lp-jumbotron-title.of-secondary em {
        font-size: 5.2rem;
    }
}

@media screen and (max-width: 750px) {
    .lp-jumbotron-title em {
        font-size: calc(54vw * 100 / 750);
    }

    .lp-jumbotron-title.of-secondary em {
        font-size: calc(48vw * 100 / 750);
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: calc(40vw * 100 / 1920);
}

@media screen and (max-width: 750px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(26vw * 100 / 360);
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: column;
    
}

.lp-jumbotron-inner > img {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: -50px;
}

.lp-jumbotron-series {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* max-width: 40vw; */
    margin-bottom: calc(40vw * 100 / 1920);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-titleGroup {
        order: 1;
    }
    .lp-jumbotron-inner > img {
        order: 2;
    }
    .lp-jumbotron-series {
        order: 3;
        align-items: center;
        max-width: 100%;
    }
    .lp-listButton {
        flex-direction: column-reverse;
        align-items: center;
        order: 4;
    }
    .lp-buttonConversion {
        max-width: 530px;
        width: 100%;
    }
    /* .MVRight {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .MVLeft {
        margin-bottom: 100px;
    } */
}

.lp-jumbotron-seriesText:first-child {
    text-align: center;
}

.lp-jumbotron-seriesText {
    display: flex;
    font-size: calc(25vw * 100 / 1920);
    line-height: 1.3;
    text-align: left;
}

/* @media screen and (max-width: 1200px) {
    .lp-jumbotron-seriesText {
        font-size: 3rem;
    }
} */

@media screen and (max-width: 1200px) {
    .lp-jumbotron-seriesText {
        font-size: calc(30vw * 100 / 750);
    }
}

.lp-jumbotron-seriesName {
    margin-left: 10px;
    display: block;
    font-weight: normal;
}

.lp-jumbotron-icon {
    display: inline-block;
    margin-top: calc(6vw * 100 / 1920);
    padding: 5px 4px 3px;
    background: #d40001;
    color: #fff;
    font-size: calc(12vw * 100 / 1920);
    line-height: 1;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-icon {
        font-size: calc(22vw * 100 / 1024);
    }
}

@media screen and (max-width: 750px) {
    .lp-jumbotron-icon {
        font-size: calc(22vw * 100 / 750);
    }
}

.lp-jumbotron-icon + .lp-jumbotron-seriesText {
    margin-left: 10px;
}

.lp-jumbotron-seriesName {
    display: block;
    font-weight: normal;
}


.lp-listButton {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-top: -18px;
    margin-left: -5px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 750px) {
    .lp-listButton {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 0;
        margin-bottom: 20px;
        /* margin-left: 0; */
    }

    .lp-listButton.of-column {
        flex-direction: column;
    }
}

.lp-listButton.of-content-left {
    justify-content: flex-start;
}

.lp-listButton.of-content-right {
    justify-content: flex-end;
}

.lp-jumbotron .lp-listButton {
    max-width: 40vw;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron .lp-listButton {
        max-width: 100%;
    }
}

.lp-listButton > li {
    max-width: 100%;
    margin-top: 18px;
    padding-left: 5px;
}

.lp-listButton li.of-width-full {
    width: 100%;
}

.lp-listButton > li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 750px) {
    .lp-listButton > li {
        margin-top: 0;
        margin-bottom: 12px;
        margin-left: 0;
        padding-left: 0;
    }
    .lp-listButton > li:first-child {
        margin-bottom: 0;
    }
    
    .lp-listButton.of-column > li:first-child {
        margin-bottom: 12px;
    }
    
    .lp-listButton.of-column > li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        justify-content: center;
        transform: none;
        opacity: 1;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    text-decoration: none !important;
    width: 190px;
}

.lp-jumbotron .lp-buttonConversion {
    max-width: 40vw;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 10px 10px;
}

.lp-buttonConversion-text {
    color: #fff;
    font-size: 1.6rem;
    word-break: keep-all;
}

.lp-buttonConversion-image {
    margin: -22px -22px -22px 10px;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    max-width: 44px;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding-left: 5px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-text {
    position: relative;
    padding-left: 24px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-text::before {
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-right: 16px;
    padding-left: 16px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-text {
    position: relative;
    padding-left: 25px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 12px;
    transform: translateY(-50%);
    border-width: 6px 0 6px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}


@media screen and (max-width: 1200px) {
    .lp-buttonConversion {
        width: 530px;
    }
    .lp-buttonConversion-image {
        margin-left: 6px;
    }
    .lp-buttonConversion-image > img {
        max-width: 44px;
    }
}
.prd-layout-container.of-extraNarrow.prd-utility-marginBottom-6 {
    margin: 0;
}