@charset "UTF-8";

.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;
}

@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, .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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@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;
    }
}

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;
}

@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;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@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;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.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: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.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;
}

@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, .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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@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;
    }
}

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;
}

@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;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@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;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.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: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.theme-KC .lp-section.of-animation .lp-textLogo img {
    width: 308px;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-section.of-animation .lp-textLogo img {
        width: calc(23.6rem + ((1vw - 1.24rem) * (10.58824)));
    }
}

@media only screen and (max-width: 1239px) {
    .theme-KC .lp-section.of-animation .lp-textLogo img {
        width: 236px;
    }
}

.theme-KC .lp-layout-header-logo img {
    width: 308px;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-layout-header-logo img {
        width: calc(23.6rem + ((1vw - 1.24rem) * (10.58824)));
    }
}

@media only screen and (max-width: 1239px) {
    .theme-KC .lp-layout-header-logo img {
        width: 236px;
    }
}

.lp-layout-container.of-width-small {
    margin-bottom: 64px;
    padding: 0 80px;
}

.lp-layout-container.of-width-small > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-container.of-width-small {
        margin-bottom: calc(4rem + ((1vw - 1.24rem) * (3.52941)));
        padding: 0 calc((80 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1239px) {
    .lp-layout-container.of-width-small {
        margin-bottom: 40px;
        padding: 0 calc((80 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-width-small {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.03614)));
    }
}

.lp-layout-header {
    border-bottom: 1px solid #d1d1d1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header {
        border-bottom: 0;
    }
}

.lp-layout-header-content {
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 32px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 32px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content.of-primary {
    padding: 16px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content.of-primary {
        padding: 32px 20px;
    }
}

.lp-layout-header-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-body {
        justify-content: center;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    margin-bottom: 0;
    text-align: center;
}

.lp-layout-header-logo img {
    width: 170px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-logo img {
        width: calc(13.6rem + ((1vw - 1.24rem) * (5)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-layout-header-logo img {
        width: 136px;
    }
}

.lp-layout-footer-content {
    padding: 20px;
    background: #333;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 32px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
}

.lp-layout-footer-list > li:first-child {
    margin-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #fff;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px 0 16px -32px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-left: calc(-1.6rem + ((1vw - 0.36rem) * (-3.92157)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-layout-grid {
        margin-left: -16px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 50%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 50%;
    }
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-5 .lp-layout-grid-column {
        width: 50%;
    }
}

.lp-layout-grid-column {
    margin-top: 30px;
    padding-left: 32px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-layout-grid-column {
        padding-left: 16px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: 4.8rem;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 1.24rem) * (2.35294)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (3.7037)));
        font-weight: bold;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 48px;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc(2.4rem + ((1vw - 1.24rem) * (3.52941)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2-outer {
        margin-bottom: 24px;
    }
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

.lp-label {
    margin-bottom: 16px;
    color: #e60012;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1239px) {
    .lp-label {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: calc(1920px + 40px);
    margin: 180px auto;
    padding: 0 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        margin: calc(7rem + ((1vw - 1.24rem) * (16.17647))) auto calc(10.4rem + ((1vw - 1.24rem) * (6.76471)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        margin: calc(5rem + ((1vw - 0.768rem) * (4.23729))) auto calc(6.4rem + ((1vw - 0.768rem) * (8.47458)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        margin: 50px auto 64px;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    font-weight: normal;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 8.4rem;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(6.4rem + ((1vw - 1.24rem) * (2.94118)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.024rem) * (11.11111)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-title.of-fontSize-large {
    font-size: 12rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title.of-fontSize-large {
        font-size: calc(10rem + ((1vw - 1.24rem) * (2.94118)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title.of-fontSize-large {
        font-size: calc(8rem + ((1vw - 1.024rem) * (9.25926)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title.of-fontSize-large {
        font-size: calc(4.8rem + ((1vw - 0.36rem) * (4.81928)));
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesGroup {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.66964)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-jumbotron-seriesGroup .lp-label {
    min-width: 30px;
    max-width: 150px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup .lp-label {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    position: relative;
    max-width: 100%;
    margin: 0 0 10px 20px;
}

.lp-jumbotron-series::before {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 2px;
    height: 70%;
    transform: translateY(-50%);
    background: #b2b2b2;
    content: "";
}

.lp-jumbotron-body {
    width: 100%;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-section-content {
    max-width: 1432px;
    margin: 0 auto 104px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        margin-bottom: 64px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-conversion .lp-section-content {
    max-width: 850px;
    margin-bottom: 150px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-conversion .lp-section-content {
        margin-bottom: calc(13.8rem + ((1vw - 1.24rem) * (1.76471)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-conversion .lp-section-content {
        margin-bottom: calc(9rem + ((1vw - 1.024rem) * (22.22222)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        margin-bottom: calc(6.4rem + ((1vw - 0.36rem) * (3.91566)));
    }
}

.lp-section.of-animation {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.lp-section.of-animation .lp-section-header {
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 32px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-section.of-animation .lp-section-header {
        padding: 32px 20px;
    }
}

.lp-section.of-animation .lp-section-headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-animation .lp-section-headerInner {
        justify-content: center;
    }
}

.lp-section.of-animation .lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-animation .lp-section-header.of-primary {
    padding: 16px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-section.of-animation .lp-section-header.of-primary {
        padding: 32px 20px;
    }
}

.lp-section.of-animation .lp-section-content {
    max-width: 100%;
    margin: 0 auto;
}

.lp-section.of-animation .lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-animation .lp-section-content {
        padding: 0 20px;
    }
}

.lp-section.of-animation .lp-textLogo {
    margin-bottom: 0;
}

.lp-section.of-animation .lp-textLogo img {
    width: 170px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-animation .lp-textLogo img {
        width: calc(13.6rem + ((1vw - 1.24rem) * (5)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-animation .lp-textLogo img {
        width: 136px;
    }
}

.lp-section.of-animation .lp-figureAnimation {
    width: 100%;
    max-width: 919px;
    margin: 20px auto 0;
}

.lp-media {
    display: flex;
    margin-bottom: 16px;
}

.lp-media-body {
    min-height: 0%;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1239px) {
    .lp-media-body {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-body {
        font-size: 1.6rem;
    }
}

.lp-media-body p {
    line-height: 1.8;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1239px) {
    .lp-media-image {
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (-3.7037)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        margin-bottom: 24px;
    }
}

.lp-media.of-primary {
    position: relative;
}

.lp-media.of-primary::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1432px;
    height: 220px;
    background: #eee;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-primary::after {
        content: none;
    }
}

.lp-media.of-primary .lp-media-image {
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-primary .lp-media-image {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (12.04819)));
        background: #eee;
    }
}

@media only screen and (max-width: 359px) {
    .lp-media.of-primary .lp-media-image {
        padding: 0 20px;
    }
}

.lp-media .lp-label {
    line-height: 1.5;
}

.lp-figure {
    width: 100%;
    max-width: 334px;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .lp-figure {
        width: auto;
    }
}

.lp-figure-caption {
    flex: 1 0 auto;
    padding: 8px;
    background: #444;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 1.24rem) * (0.58824)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-figure-caption {
        font-size: 1.6rem;
    }
}

.lp-figure-image {
    max-width: 100%;
    min-height: 0%;
}

.lp-figureAnimation {
    position: relative;
}

.lp-figureAnimation.of-primary .lp-figureAnimation-image:not(:first-child) {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.lp-figureAnimation.of-secondary .lp-figureAnimation-image:not(:first-child) {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    overflow: hidden;
    transform: translateX(-50%);
}

.lp-step {
    display: flex;
    justify-content: center;
    margin: 0 0 64px -88px;
}

@media only screen and (max-width: 1919px) {
    .lp-step {
        margin-bottom: calc(4rem + ((1vw - 1.24rem) * (3.52941)));
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1239px) {
    .lp-step {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-step {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 359px) {
    .lp-step {
        margin-left: -28px;
    }
}

.lp-step-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 334px;
    margin-left: 88px;
}

@media only screen and (max-width: 1023px) {
    .lp-step-column {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 359px) {
    .lp-step-column {
        margin-left: 28px;
    }
}

.lp-step-column.of-primary .lp-step-title {
    background: #49d46e;
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

.lp-step-title {
    flex: 1 0 auto;
    padding: 10px;
    background: #d2d2d2;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-step-title {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-step-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 16px;
}

.lp-step > *:first-child > .lp-step-image {
    position: relative;
}

.lp-step > *:first-child > .lp-step-image::after {
    position: absolute;
    top: 50%;
    right: -59px;
    transform: translateY(-50%);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 26px solid  #e60012;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-step > *:first-child > .lp-step-image::after {
        right: -25px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #e60012;
    }
}

.lp-listNote {
    margin-bottom: 16px;
    color: #979797;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1239px) {
    .lp-listNote {
        font-size: calc(1.4rem + ((1vw - 0.768rem) * (0.42373)));
    }
}

.lp-listNote > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-body {
        width: 100%;
        max-width: 400px;
        padding: 0 20px;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 26px;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 1.24rem) * (1.76471)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
    }
}

.lp-mediaAsset-image {
    width: 100%;
    max-width: 143px;
    min-height: 0%;
    margin-right: 40px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 359px) {
    .lp-mediaAsset-image {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 36px -16px;
}

.lp-listButton > li {
    width: 100%;
    margin: 16px 0 0 16px;
}

.lp-textScroll {
    visibility: visible;
    z-index: 500;
    position: fixed;
    right: 34px;
    bottom: 100px;
    padding-bottom: 33px;
    color: #6d7783;
    font-size: 1.6rem;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media only screen and (max-width: 1919px) {
    .lp-textScroll {
        right: calc(1.8rem + ((1vw - 1.24rem) * (2.35294)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-textScroll {
        right: 18px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textScroll {
        display: none;
    }
}

.lp-textScroll.is-hide {
    visibility: hidden;
    opacity: 0;
}

.lp-textScroll span {
    -ms-writing-mode: tb-rl;
    position: relative;
    writing-mode: vertical-rl;
}

.lp-textScroll span::before {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 11px;
    height: 11px;
    transform: rotate(135deg) translateX(-80%);
    border-top: 2px solid #6d7783;
    border-right: 2px solid #6d7783;
    content: "";
}

.lp-textScroll span::after {
    display: block;
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 11px;
    height: 11px;
    transform: rotate(135deg) translateX(-80%);
    border-top: 2px solid #6d7783;
    border-right: 2px solid #6d7783;
    content: "";
}

.lp-textSkip {
    visibility: visible;
    z-index: 500;
    position: fixed;
    right: 110px;
    bottom: 50px;
    color: #6d7783;
    font-size: 1.6rem;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media only screen and (max-width: 1919px) {
    .lp-textSkip {
        right: calc(5.5rem + ((1vw - 0.768rem) * (4.77431)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-textSkip {
        right: 55px;
    }
}

.lp-textSkip.is-hide {
    visibility: hidden;
    opacity: 0;
}

.lp-textSkip span {
    position: relative;
}

.lp-textSkip span::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 11px;
    height: 11px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #6d7783;
    border-right: 2px solid #6d7783;
    content: "";
}

.lp-textSkip span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -26px;
    width: 11px;
    height: 11px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #6d7783;
    border-right: 2px solid #6d7783;
    content: "";
}

.lp-textSkip.of-primary {
    right: 0;
    left: 40px;
}

.lp-text-group {
    max-width: 944px;
    margin: 0 auto;
    margin-bottom: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-text-group {
        max-width: calc(80.4rem + ((1vw - 1.24rem) * (20.58824)));
        margin-bottom: calc(4rem + ((1vw - 1.24rem) * (3.52941)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-text-group {
        max-width: calc(56.8rem + ((1vw - 1.024rem) * (109.25926)));
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-text-group {
        max-width: calc(32rem + ((1vw - 0.36rem) * (37.3494)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-text-group {
        max-width: 100%;
        padding: 0 20px;
    }
}

.lp-text-group > *:last-child {
    margin-bottom: 0;
}

.lp-text-group.of-primary {
    margin-bottom: 40px;
}

.lp-navigationSeries {
    border: 0;
}

.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.of-flex > * {
    width: 100%;
}

.of-column-reverse {
    flex-direction: column-reverse;
}

.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-utility-color-primary {
    color: #099a39;
}

.lp-utility-color-secondary {
    color: #09f;
}

.lp-utility-line-break {
    display: block;
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-smallScreen-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-textAlign-left {
    text-align: left;
}

[data-script-enabled="true"] .lp-layout-container.is-hide {
    display: none;
    visibility: hidden;
    overflow: hidden;
}

[data-script-enabled="true"] .lp-layout-container.is-show {
    overflow: hidden;
    animation: fadein2 1s linear;
}

[data-script-enabled="true"] .lp-section.of-animation.is-hide {
    opacity: 0;
    transition: opacity 2.2s ease-in-out;
}

[data-script-enabled="true"] .lp-section.of-animation.is-animationEnd {
    display: none;
}

[data-script-enabled="true"]:not(.theme-ios11) .is-active .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-secondary {
    animation: flash 1s linear infinite;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-figureAnimation.of-primary .lp-figureAnimation-image:not(:first-child) {
    opacity: 0;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-secondary {
    height: 0;
    animation: beam1 0.6s ease 0.9s forwards;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-tertiary {
    height: 100%;
    animation: beam2 0.6s ease 1.2s forwards;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-section.of-animation .lp-figureAnimation-image {
    transform-origin: center top;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-section.of-animation .lp-figureAnimation-image.of-primary {
    visibility: visible;
    overflow: hidden;
    animation: shrink 1.5s cubic-bezier(0.55, 0, 0.32, 0.9) 1s forwards;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-section.of-animation .lp-figureAnimation-image:not(:first-child) {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    transform: scale(0.5, 0.5);
    opacity: 0;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-section.of-animation .lp-figureAnimation-image:not(:first-child) > img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-section.of-animation .lp-figureAnimation-image.of-secondary {
    animation: fadein1 0.8s linear 3s normal forwards;
}

[data-script-enabled="true"]:not(.theme-ios11) .lp-section.of-animation .lp-figureAnimation-image.of-tertiary {
    animation: fadein1 1.2s linear 4s normal forwards;
}

[data-script-enabled="true"].theme-ios11 .lp-section.of-animation {
    display: none;
    visibility: hidden;
    overflow: hidden;
}

[data-script-enabled="true"].theme-ios11 .lp-layout-container.is-hide {
    display: block;
    visibility: initial;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-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: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

.lp-textPhoneLink-notes {
    max-width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

/*-----------------------------------------------------
	animation
-----------------------------------------------------*/
@keyframes beam1 {
    0% {
        height: 0;
        opacity: 0;
    }
    50% {
        height: 100%;
        opacity: 0;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

@keyframes beam2 {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }
    50% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes shrink {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.5, 0.5);
    }
}

@keyframes fadein1 {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0;
    }
    44% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
