@charset "UTF-8";

.lp-layout-container {
    position: relative;
    padding-right: 40%;
    background: #f4f4f4;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-container {
        padding-right: 0;
    }
}

.lp-layout-header {
    height: 88px;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header-content {
    padding: 24px 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: 1.25vw 4.16667vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 24px 20px;
    }
}

.lp-layout-header-logo {
    display: inline-block;
    margin-bottom: 0;
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    min-height: 22px;
}

.lp-layout-main {
    padding-bottom: 32px;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-main {
        padding-bottom: 0;
    }
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-footer-content {
        justify-content: center;
        padding: 0.9375vw 4.16667vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column;
        align-items: center;
        padding: 18px 20px;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #888;
    font-size: 1.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-layout-footer-list {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-list {
        justify-content: center;
        width: 100%;
        margin-bottom: 8px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-right: 16px;
    line-height: 1;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #888;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #888;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-list > li:last-child {
        margin-right: 0;
    }
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.lp-jumbotron {
    display: flex;
    align-items: center;
    height: calc(100vh - 98px);
    background: url("../../img/landing_page/gc_pr/bg_01.jpg") no-repeat left bottom;
    background-size: contain;
}

@media only screen and (max-height: 620px) {
    .lp-jumbotron {
        height: auto;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron {
        height: auto;
        margin-bottom: 3.125vw;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron {
        margin-bottom: 32px;
        background: none;
    }
}

.lp-jumbotron-content {
    width: 100%;
    padding-bottom: 170px;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0 !important;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-size: 4.5rem;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: 2.34375vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-title {
        font-size: 2.34375vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: 16px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 80px;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 4.16667vw;
    }
}

.lp-jumbotron-title > em {
    font-size: 7rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title > em {
        font-size: 3.64583vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-title > em {
        font-size: 3.75vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title > em {
        font-size: 28px;
    }
}

.lp-jumbotron-title > em.of-text-small {
    font-size: 7rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title > em.of-text-small {
        font-size: 3.64583vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-title > em.of-text-small {
        font-size: 3.75vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title > em.of-text-small {
        font-size: 28px;
    }
}

.lp-jumbotron-series {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-series {
        font-size: 1.5625vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 16px;
    }
}

.lp-jumbotron-icon {
    display: block;
    margin-right: 7px;
    padding: 5px 12px;
    background: #f00;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}

.lp-jumbotron-image {
    min-height: 0%;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image.of-primary {
        width: 21.45833vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-image.of-primary {
        width: 32.1875vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image.of-primary {
        width: 60%;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image.of-secondary {
        width: 16.92708vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-image.of-secondary {
        width: 25.39063vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image.of-secondary {
        width: 60%;
    }
}

.lp-jumbotron-imageGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-imageGroup {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-imageGroup {
        flex-direction: column;
        margin: 0 -20px 20px;
        background: url("../../img/landing_page/gc_pr/bg_01.jpg") no-repeat left top;
        background-size: contain;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-section + .lp-section {
        border-top: 1px solid #ddd;
    }
}

.lp-section-content {
    padding: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: 4.16667vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section-content .lp-media:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .lp-section-content .lp-media:last-of-type {
        margin-bottom: 4.6875vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content .lp-media:last-of-type {
        margin-bottom: 40px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0 !important;
}

.lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 4.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        margin-bottom: 3.85417vw;
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-headingLevel2 {
        font-size: 2.8125vw;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        position: relative;
        font-size: 20px;
    }
    .lp-headingLevel2::before {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 40px;
        height: 2px;
        transform: translateX(-50%);
        background: #ffa200;
        content: "";
    }
}

.lp-headingLevel3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel3 {
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-headingLevel3 {
        font-size: 1.875vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel3 {
        font-size: 16px;
        text-align: center;
    }
}

.lp-textScroll {
    position: relative;
    margin-bottom: 0;
    padding-left: 164px;
    font-size: 1.4rem;
}

.lp-textScroll::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 160px;
    height: 2px;
    transform: translateY(-50%);
    background: #333;
    content: "";
}

.lp-textScroll::after {
    display: block;
    position: absolute;
    top: 1px;
    content: "";
}

.lp-textScroll-outer {
    position: fixed;
    bottom: 150px;
    left: calc(60% - 140px);
    transform: rotate(90deg);
}

@media only screen and (max-width: 1280px) {
    .lp-textScroll-outer {
        display: none;
    }
}

[data-script-enabled="true"] .lp-textScroll-outer.is-downward .lp-textScroll::after {
    left: 140px;
    border-width: 10px 0 0 20px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    animation: fadeIn 0.5s linear 0s forwards;
    opacity: 0;
}

[data-script-enabled="true"] .lp-textScroll-outer.is-upward .lp-textScroll::after {
    left: 0;
    border-width: 0 0 10px 20px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    animation: fadeIn02 0.5s linear 0s forwards;
    opacity: 0;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat center center;
    content: "";
}

.lp-buttonConversion.of-primary {
    min-width: 150px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
}

.lp-buttonConversion.of-primary .lp-buttonConversion-body {
    justify-content: center;
    padding: 8px 14px;
}

.lp-buttonConversion.of-primary .lp-buttonConversion-text {
    margin-right: 0;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-manualIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-cadIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-softwareIcon .lp-buttonConversion-body::before {
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 7px;
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/icon_priceinquiry_m.png") no-repeat;
}

.lp-buttonConversion.of-manualIcon .lp-buttonConversion-body::before {
    background: url("../../img/icon_manuals_m.png") no-repeat;
}

.lp-buttonConversion.of-cadIcon .lp-buttonConversion-body::before {
    background: url("../../img/icon_caddata_m.png") no-repeat;
}

.lp-buttonConversion.of-softwareIcon .lp-buttonConversion-body::before {
    background: url("../../img/icon_software_m.png") no-repeat;
}

.lp-buttonConversion:hover, .lp-buttonConversion:focus {
    opacity: 0.8;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px 0 30px -16px;
}

.lp-listButton > li {
    margin-top: 16px;
    margin-left: 16px;
}

.lp-listButton.of-primary {
    margin: -8px 0 30px -8px;
}

.lp-listButton.of-primary > li {
    margin-top: 8px;
    margin-left: 8px;
}

.lp-media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin: 0 32px 0 0;
}

@media only screen and (max-width: 1280px) {
    .lp-media {
        margin-bottom: 4.6875vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-media {
        max-width: 476px;
        margin: 0 auto 40px;
    }
    .lp-media.lp-extraSmallScreen-column {
        flex-direction: column;
        align-items: center;
    }
    .lp-media.lp-extraSmallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-column .lp-media-image {
        margin-top: 24px;
        margin-right: 0;
    }
    .lp-media.lp-extraSmallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-media-body {
    flex: 1;
    padding-top: 35px;
    line-height: 1.87;
}

@media only screen and (max-width: 1919px) {
    .lp-media-body {
        padding-top: 1.82292vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-media-body {
        line-height: 1.5;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 476px;
    min-height: 0%;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: 24.79167vw;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-media-image {
        width: 37.1875vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        width: 100%;
        text-align: center;
    }
}

.lp-media-image.of-border {
    position: relative;
}

.lp-media-image.of-border > img {
    position: relative;
}

.lp-media-image.of-border::before {
    display: block;
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background: #ffd34f;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-media-image.of-border::before {
        content: none;
    }
}

.lp-mediaNavigation {
    display: flex;
    overflow: hidden;
    border: 1px solid #ffdd75;
    color: #f6c721;
}

.lp-mediaNavigation-body {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 26px;
    background: #313131;
}

.lp-mediaNavigation-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaNavigation-body {
        padding: 1.35417vw;
    }
}

.lp-mediaNavigation-text {
    width: 100%;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
}

a:hover .lp-mediaNavigation-text,
a:focus .lp-mediaNavigation-text {
    text-decoration: underline;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaNavigation-text {
        font-size: 1.40625vw;
    }
}

.lp-mediaNavigation-image {
    display: flex;
    position: relative;
    align-items: center;
    width: 330px;
    min-height: 0%;
    padding-right: 123px;
    padding-left: 16px;
}

.lp-mediaNavigation-image > img {
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

a:hover .lp-mediaNavigation-image > img,
a:focus .lp-mediaNavigation-image > img {
    transform: scale(1.1);
}

@media only screen and (max-width: 1919px) {
    .lp-mediaNavigation-image {
        width: 16.14583vw;
        padding-right: 70px;
        padding-left: 10px;
    }
}

.lp-mediaNavigation-image > * {
    position: relative;
    flex-shrink: 0;
}

.lp-mediaNavigation-image::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #313131;
    content: "";
    transition: width 0.7s;
}

.is-current .lp-mediaNavigation-image::before {
    width: 100%;
}

.lp-mediaNavigation-image::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background: #313131;
    content: "";
}

.lp-step {
    display: flex;
    justify-content: center;
}

.lp-step-column {
    position: relative;
    width: 50%;
    margin-left: 46px;
    text-align: left;
}

.lp-step-column::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -31px;
    width: 17px;
    height: 29px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/gc_pr/icon_arrow.png") no-repeat;
    content: "";
}

.lp-step-column:first-child {
    margin-left: 0;
    text-align: right;
}

.lp-step-column:first-child::before {
    content: none;
}

.lp-navigation {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    background: linear-gradient(144deg, #fed400, #ffb310);
}

.lp-navigation > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-height: 620px) {
    .lp-navigation {
        position: absolute;
        justify-content: flex-start;
        padding-top: 50px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-navigation {
        display: none;
    }
}

.lp-navigation-content {
    width: 100%;
    min-height: 0%;
}

.lp-navigation-list {
    margin-bottom: 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation-list {
        margin-bottom: 1.66667vw;
    }
}

.lp-navigation-list > li {
    position: relative;
    margin-bottom: 8px;
}

.lp-navigation-list > li:last-child {
    margin-bottom: 0;
}

.lp-navigation-list > li a {
    display: block;
    position: relative;
    right: -80px;
    text-decoration: none;
    transition: right 0.5s;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation-list > li a {
        right: -46px;
    }
}

.lp-navigation-list > li.is-current > a {
    right: 0;
}

.lp-utility-textColor-primary {
    color: #ffa200;
}

.lp-utility-textColor-secondary {
    color: #f00;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

@media only screen and (max-width: 1280px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1281px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn02 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
