@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.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;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

/* =================================================================================================
contents
================================================================================================= */
.ss-layout-header {
    z-index: 10;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 14px 0;
    box-shadow: 0 3px 10px rgba(157, 175, 191, 0.2);
}

@media screen and (max-width: 969px) {
    .ss-layout-header {
        padding: 0;
    }
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
}

.ss-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .ss-layout-header-content {
        padding: 20px;
    }
}

.ss-layout-header-logo {
    min-width: 120px;
    margin: 0 auto 0 0;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .ss-layout-header-logo {
        margin: auto;
    }
}

.ss-layout-header-logo img {
    width: 120px;
    height: 24px;
}

@media screen and (max-width: 969px) {
    .ss-layout-header-logo img {
        width: 112px;
        height: 20px;
    }
}

.ss-layout-header-utilityGroup {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
}

.ss-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-utilityList {
    display: flex;
    align-items: center;
    margin: -16px 0 16px -16px;
}

.ss-layout-header-utilityList > *:last-child {
    margin-bottom: 0;
}

.ss-layout-header-utilityList > li {
    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
}

.ss-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.ss-layout-footer {
    background: #fff;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
}

.ss-layout-footer-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 18px 40px;
}

.ss-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .ss-layout-footer-content {
        padding: 24px 20px;
    }
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    margin-left: -16px;
}

.ss-layout-footer-list > li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: 16px;
}

.ss-layout-footer-list > li::before {
    display: block;
    width: 1px;
    height: 13px;
    margin-right: 16px;
    background: #333;
    content: "";
}

.ss-layout-footer-list > li a {
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
}

.ss-layout-footer-list > li a:hover, .ss-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.ss-layout-footer-list > li:first-child::before {
    content: none;
}

.ss-layout-footer-list > li.ss-layout-footer-copyright {
    font-size: 1.2rem;
}

@media screen and (max-width: 969px) {
    .ss-layout-footer-list > li.ss-layout-footer-copyright {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 969px) {
    .ss-layout-footer-list > li.ss-layout-footer-copyright::before {
        content: none;
    }
}

.ss-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

.ss-layout-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 700px;
}

@media screen and (max-width: 1280px) {
    .ss-layout-container {
        min-height: calc(66rem + ((1vw - 0.969rem) * (12.86174)));
    }
}

@media screen and (max-width: 969px) {
    .ss-layout-container {
        height: 100%;
    }
}

.ss-textPhoneLink {
    width: 100%;
    text-align: center;
}

.ss-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.ss-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .ss-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.ss-textPhoneLink-number {
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 1280px) {
    .ss-textPhoneLink-number {
        width: 100%;
    }
}

.ss-textPhoneLink-number > a {
    cursor: default;
}

@media screen and (max-width: 1280px) {
    .ss-textPhoneLink .ss-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.AutoPhoneCall {
    color: #333;
    font-size: 2.4rem;
    text-decoration: none;
}

.ss-layout-main {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #fff;
    font-size: 2rem;
    line-height: 1.8;
}

@media screen and (max-width: 1280px) {
    .ss-layout-main {
        font-size: calc(1.6rem + ((1vw - 0.969rem) * (1.28617)));
    }
}

@media screen and (max-width: 969px) {
    .ss-layout-main {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.32841)));
        line-height: 1.5;
    }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.ss-jumbotron {
    height: 100%;
    overflow: hidden;
    background: #eaeaf0;
}

.ss-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 2560px;
    height: 100%;
    margin: 0 auto;
    padding: 200px 240px 144px 365px;
}

@media screen and (max-width: 2560px) {
    .ss-jumbotron-content {
        max-width: calc(192rem + ((1vw - 1.92rem) * (100)));
        padding: calc(0rem + ((1vw - 1.92rem) * (31.25))) calc(0rem + ((1vw - 1.92rem) * (37.5))) calc(0rem + ((1vw - 1.92rem) * (22.5))) calc(0rem + ((1vw - 1.92rem) * (57.03125)));
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-content {
        flex-direction: column-reverse;
        max-width: 969px;
    }
}

.ss-jumbotron-body {
    width: 100%;
    max-width: 670px;
    margin: 0;
}

@media screen and (max-width: 2560px) {
    .ss-jumbotron-body {
        margin: calc(15.4rem + ((1vw - 1.92rem) * (-24.0625))) 0 calc(15.4rem + ((1vw - 1.92rem) * (-24.0625))) calc(18rem + ((1vw - 1.92rem) * (-28.125)));
    }
}

@media screen and (max-width: 1920px) {
    .ss-jumbotron-body {
        max-width: 670px;
        margin: 0 0 0 calc(2rem + ((1vw - 1.28rem) * (25)));
        padding: calc(4rem + ((1vw - 1.28rem) * (17.8125))) 0;
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-body {
        max-width: calc(29rem + ((1vw - 0.969rem) * (100.32154)));
        margin: 0 0 0 20px;
        padding: 45px 0;
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-body {
        max-width: 570px;
        margin: 0 auto 50px;
        padding: 0 20px;
    }
}

.ss-jumbotron-image {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

@media screen and (max-width: 2560px) {
    .ss-jumbotron-image {
        flex: inherit;
        max-width: 100%;
        margin-top: calc(-2rem + ((1vw - 1.92rem) * (3.125)));
        margin-right: calc(-8rem + ((1vw - 1.92rem) * (12.5)));
        margin-bottom: calc(-5rem + ((1vw - 1.92rem) * (7.8125)));
        padding-left: calc(4.8rem + ((1vw - 1.92rem) * (-7.5)));
    }
}

@media screen and (max-width: 1920px) {
    .ss-jumbotron-image {
        flex: 1;
        max-width: calc(1150vh * 100 / 930);
        margin-top: calc(-5rem + ((1vw - 1.28rem) * (-1.5625)));
        margin-right: calc(-9rem + ((1vw - 1.28rem) * (1.5625)));
        margin-bottom: calc(0rem + ((1vw - 1.28rem) * (-7.8125)));
        padding-left: calc(2.4rem + ((1vw - 1.28rem) * (3.75)));
    }
}

@media screen and (max-width: 1920x) and (max-height: 930px) {
    .ss-jumbotron-image {
        max-width: calc(1150vh * 100 / 930);
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-image {
        max-width: calc(800vh * 100 / 700);
        margin-top: -40px;
        margin-right: calc(-5rem + ((1vw - 0.969rem) * (-3.21543)));
        margin-bottom: 0;
        padding-left: calc(2rem + ((1vw - 0.969rem) * (1.28617)));
    }
}

@media screen and (max-width: 1280x) and (max-height: 700px) {
    .ss-jumbotron-image {
        max-width: calc(800vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .ss-jumbotron-image {
        max-width: 830px;
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-image {
        width: 830px;
        min-width: inherit;
        margin-top: 0;
        margin-right: calc(-6rem + ((1vw - 0.767rem) * (29.70297)));
        padding-bottom: 32px;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-image {
        width: calc(39rem + ((1vw - 0.36rem) * (108.10811)));
        margin-right: calc(-3rem + ((1vw - 0.36rem) * (-9.09091)));
        padding-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.9656)));
    }
}

.ss-jumbotron-textGroup {
    margin-bottom: 54px;
}

@media screen and (max-width: 1920px) {
    .ss-jumbotron-textGroup {
        margin-bottom: calc(4rem + ((1vw - 0.969rem) * (1.47213)));
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-textGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.969rem) * (5.14469)));
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-textGroup {
        margin-bottom: 49px;
    }
}

.ss-jumbotron-textGroup > *:last-child {
    margin-bottom: 0;
}

.ss-jumbotron-series {
    display: block;
    margin-bottom: 24px;
    color: #666;
    font-size: 14rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

@media screen and (max-height: 900px) {
    .ss-jumbotron-series {
        font-size: calc((140 * 100vh) / 900);
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-series {
        margin-bottom: calc(1.6rem + ((1vw - 0.969rem) * (0.64309)));
        font-size: calc(6rem + ((1vw - 0.969rem) * (19.2926)));
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-series {
        margin-bottom: 16px;
        font-size: calc(6.8rem + ((1vw - 0.36rem) * (7.22496)));
    }
}

.ss-jumbotron-titleGroup.of-primary .ss-jumbotron-series {
    color: inherit;
    font-size: 5rem;
    text-align: left;
}

@media screen and (max-height: 900px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-series {
        font-size: calc((50 * 100vh) / 900);
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-series {
        font-size: calc(2.2rem + ((1vw - 0.969rem) * (9.00322)));
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-series {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.29885)));
    }
}

.ss-jumbotron-title {
    display: block;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.3;
}

.ss-jumbotron-title > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .ss-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.28rem) * (0.9375)));
    }
}

@media screen and (max-height: 900px) {
    .ss-jumbotron-title {
        font-size: calc((46 * 100vh) / 900);
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-title {
        font-size: calc(2rem + ((1vw - 0.969rem) * (6.43087)));
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.29885)));
    }
}

.ss-jumbotron-titleGroup.of-primary .ss-jumbotron-title {
    margin-bottom: 24px;
    color: #666;
    font-size: 6.7rem;
    font-weight: 700;
}

@media screen and (max-width: 1920px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-title {
        font-size: 6.7rem;
    }
}

@media screen and (max-height: 900px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-title {
        font-size: calc((67 * 100vh) / 900);
    }
}

@media screen and (max-width: 1280px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.969rem) * (0.64309)));
        font-size: calc(2.7rem + ((1vw - 0.969rem) * (10.61093)));
    }
}

@media screen and (max-width: 969px) {
    .ss-jumbotron-titleGroup.of-primary .ss-jumbotron-title {
        margin-bottom: 16px;
        font-size: calc(2.7rem + ((1vw - 0.36rem) * (4.7619)));
    }
}

.ss-jumbotron-title-group {
    margin-bottom: 18px;
}

.ss-jumbotron-title-group > *:last-child {
    margin-bottom: 0;
}

.ss-divider {
    display: block;
    height: 2px;
    border-bottom: 1px solid #fff;
    background-color: #b4b4c7;
}

.ss-dividerGroup {
    display: block;
    margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
    .ss-dividerGroup {
        margin-bottom: calc(3.2rem + ((1vw - 0.969rem) * (2.57235)));
    }
}

@media screen and (max-width: 767px) {
    .ss-dividerGroup {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

@media screen and (max-width: 360px) {
    .ss-dividerGroup {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-titleGroup.of-primary .ss-dividerGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.9656)));
    }
}

@media screen and (max-width: 360px) {
    .ss-jumbotron-titleGroup.of-primary .ss-dividerGroup {
        margin-bottom: 24px;
    }
}

.ss-text {
    font-size: 2.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 1280px) {
    .ss-text {
        font-size: calc(1.4rem + ((1vw - 0.969rem) * (2.57235)));
    }
}

@media screen and (max-width: 969px) {
    .ss-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.98522)));
    }
}

@media screen and (max-width: 360px) {
    .ss-text {
        font-size: 14px;
    }
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -32px 0 32px -32px;
}

@media screen and (max-width: 969px) {
    .ss-listButton {
        flex-direction: column;
        margin-top: -24px;
    }
}

.ss-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 32px 0 0 32px;
}

@media screen and (max-width: 969px) {
    .ss-listButton > li {
        padding-top: 24px;
    }
}

.ss-utility-line-break {
    display: block;
}

.ss-utility-textAlign-center {
    text-align: center;
}

.ss-utility-textAlign-right {
    text-align: right;
}

.ss-utility-weight-normal {
    font-weight: normal;
}

@media screen and (max-width: 1280px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 969px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 969px) {
    .ss-smallScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 969px) {
    .ss-largeScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 969px) {
    .ss-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}
