@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-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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;
}

.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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.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;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

video {
    display: block;
    max-width: 100%;
}

#main p {
    margin-top: 0;
}

a {
    text-decoration: none;
}

.lp-layout-header {
    border-bottom: 1px solid #d0d0d0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: calc(1760px + 40px);
    margin: 0 auto;
    padding: 26px 40px;
}

@media screen and (max-width: 1366px) {
    .lp-layout-header-content {
        max-width: calc(1268px + 40px);
        padding: 26px calc(2rem + ((1vw - 0.971rem) * (5.07614)));
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-header-content {
        max-width: calc(40rem + ((1vw - 0.36rem) * (83.90805)));
        padding: 17px 20px;
    }
}

.lp-layout-header-logo {
    margin: 0 auto 0 0;
    line-height: 1;
    text-align: center;
}

.lp-layout-header-logo img {
    width: 133px;
}

@media screen and (max-width: 768px) {
    .lp-layout-header-logo img {
        width: 100px;
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-header-logo {
        margin: auto;
    }
}

.lp-layout-main {
    overflow: hidden;
}

.lp-jumbotron {
    background: linear-gradient(to bottom, #f5f8fa, #e8eef3);
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: calc(1720px + 40px);
    margin: 0 auto;
    padding: 40px 20px 0;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    flex: 1;
    width: 50%;
    padding: 80px 0;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-body {
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 15px;
    font-size: 6.2rem;
    line-height: 1.25;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-title {
        font-size: calc(3.8rem + ((1vw - 0.97rem) * (3.20427)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-title {
        font-size: calc(2.5rem + ((1vw - 0.36rem) * (2.13465)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 25px;
        font-size: calc(2.5rem + ((1vw - 0.36rem) * (6.72131)));
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 25px;
    font-size: 2.6rem;
    line-height: 1.25;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-series {
        font-size: calc(2.1rem + ((1vw - 0.97rem) * (0.66756)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-series {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.14943)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-series {
        display: inline-block;
    }
}

.lp-jumbotron-seriesGroup {
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-image {
    width: 50%;
    max-width: 790px;
    margin-right: 70px;
}

.lp-jumbotron-image > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-image {
        max-width: calc(24rem + ((1vw - 0.36rem) * (40.47093)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image {
        width: 100%;
        margin: 0 0 15px;
    }
}

.lp-jumbotron-text {
    display: block;
    margin-bottom: 16px;
    color: #bb20ad;
    font-size: 4.8rem;
    line-height: 1.2;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-text {
        font-size: calc(2.4rem + ((1vw - 0.97rem) * (3.20427)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.65681)));
    }
}

.lp-jumbotron-textGroup {
    margin-bottom: 24px;
    font-family: source-han-serif-japanese, serif;
}

.lp-jumbotron-textGroup > *:last-child {
    margin-bottom: 0;
}

.lp-label {
    display: block;
    padding: 3px 15px;
    background-color: #ce0010;
    color: #fff;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.25;
}

@media screen and (max-width: 1720px) {
    .lp-label {
        font-size: calc(1.3rem + ((1vw - 0.36rem) * (0.95659)));
    }
}

@media screen and (max-width: 970px) {
    .lp-label {
        padding: 0 5px 1px;
    }
}

.lp-label-outer {
    display: inline-block;
    margin-bottom: 25px;
}

@media screen and (max-width: 970px) {
    .lp-label-outer {
        margin-bottom: 0;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 32px -24px;
}

@media screen and (max-width: 970px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}

@media screen and (max-width: 1720px) {
    .lp-buttonConversion-body {
        font-size: 1.6rem;
    }
}

a:link,
a:visited {
    color: #fff;
}

.lp-section {
    background: linear-gradient(to bottom, white, #e8eaec);
}

.lp-section-content {
    max-width: calc(1720px + 40px);
    margin: 0 auto;
    padding: 64px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        padding: 28px 20px 40px;
    }
}

.lp-section.of-primary .lp-section-content {
    padding-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section.of-primary .lp-section-content {
        padding: 28px 20px;
        text-align: center;
    }
}

.lp-section.of-primary .lp-section-content.of-primary {
    padding-bottom: 0;
}

.lp-section-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    opacity: 1;
    transition: opacity 1s ease 1.7s;
}

.lp-section-inner > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section-inner {
        display: block;
    }
}

.lp-section.of-secondary {
    overflow: hidden;
    background: #fff;
}

.lp-section.of-secondary .lp-section-content {
    padding: 140px 20px 75px;
}

@media screen and (max-width: 970px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc(3.6rem + ((1vw - 0.36rem) * (6.39344))) 20px;
    }
}

.lp-section-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 24px;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-body.of-primary {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 75px;
    padding: 0 calc(50vw - 50%) 140px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 970px) {
    .lp-section-body.of-primary {
        margin-bottom: calc(3.6rem + ((1vw - 0.36rem) * (6.39344)));
        padding-bottom: calc(3.6rem + ((1vw - 0.36rem) * (6.39344)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 30px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.4rem;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.97rem) * (2.67023)));
    }
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.47783)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        line-height: 1.4;
        text-align: left;
    }
}

.lp-headingLevel2-group {
    margin-bottom: 32px;
    text-align: left;
}

.lp-headingLevel2-group > *:last-child {
    margin-bottom: 0 !important;
}

.lp-headingLevel2-group .lp-label {
    padding: 4px 12px;
    font-size: 2.1rem;
    font-weight: normal;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel2-group .lp-label {
        font-size: calc(1.7rem + ((1vw - 0.36rem) * (0.29433)));
    }
}

.lp-headingLevel2-group .lp-label-outer {
    margin-bottom: 6px;
}

.lp-headingLevel2-group .lp-headingLevel2 {
    display: block;
    margin-bottom: 32px;
    font-feature-settings: "palt";
    text-align: left;
}

.lp-step {
    margin-bottom: 60px;
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-step {
        margin-bottom: 40px;
    }
}

.lp-step-column {
    margin-bottom: 24px;
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step-column.of-primary {
    position: relative;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    margin-bottom: 101px;
}

@media screen and (max-width: 768px) {
    .lp-step-column.of-primary {
        margin-bottom: 67px;
    }
}

.lp-step-column.of-primary::before {
    display: block;
    position: absolute;
    top: auto;
    bottom: -85px;
    left: 50%;
    width: 180px;
    height: 60px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom left, #bb20ad 49%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #bb20ad 49%, transparent 50%) top right/50% 100% no-repeat;
    content: "";
}

@media screen and (max-width: 768px) {
    .lp-step-column.of-primary::before {
        bottom: -53px;
        width: 100px;
        height: 33px;
    }
}

.lp-card {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 16px 30px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-card {
        padding: 16px 20px;
    }
}

.lp-card.of-primary {
    padding: 40px 59px 10px;
    border: 1px solid #999;
}

@media screen and (max-width: 1366px) {
    .lp-card.of-primary {
        padding: 32px 24px 10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-card.of-primary {
        padding: 20px 20px 16px;
    }
}

.lp-headingLevel3 {
    margin-bottom: 18px;
    padding-bottom: 7px;
    font-family: source-han-serif-japanese, serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel3 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.73584)));
    }
}

.lp-headingLevel3.of-border {
    border-bottom: 1px solid #a5a5a5;
}

.lp-headingLevel3.of-primary {
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 4.4rem;
    text-align: center;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel3.of-primary {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.61884)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: 12px;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
    .lp-media {
        flex-direction: column-reverse;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-media-body {
        width: 100%;
    }
}

.lp-media-image {
    width: 100%;
    max-width: 150px;
    margin-right: 30px;
}

@media screen and (max-width: 1720px) {
    .lp-media-image {
        max-width: calc(12rem + ((1vw - 0.36rem) * (2.20751)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-media-image {
        margin: 0 auto 20px;
        padding-bottom: 20px;
    }
}

.lp-media.of-primary {
    align-items: flex-start;
}

.lp-media.of-primary > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
    .lp-media.of-primary {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary {
        display: flex;
        flex-direction: column;
    }
}

.lp-media.of-primary .lp-media-image {
    width: 50%;
    max-width: 700px;
    margin-top: auto;
    margin-right: 60px;
    margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
    .lp-media.of-primary .lp-media-image {
        max-width: calc(28rem + ((1vw - 0.36rem) * (41.79104)));
        margin: auto 0;
    }
}

@media screen and (max-width: 1080px) {
    .lp-media.of-primary .lp-media-image {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-image {
        width: 100%;
        margin: 24px auto 0;
    }
}

.lp-media.of-primary .lp-media-body {
    padding-bottom: 32px;
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-body {
        padding-bottom: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    width: 100%;
    max-width: 640px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 40px;
    font-size: 3.2rem;
    line-height: 1.4;
}

@media screen and (max-width: 1720px) {
    .lp-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.883)));
    }
}

.lp-mediaAsset-image {
    margin-right: 75px;
    margin-bottom: 24px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (5.46282)));
    }
}

.lp-labelFeature {
    display: block;
    padding: 5px 10px;
    border: 1px solid #bb20ad;
    background-color: #f6e8f6;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-labelFeature {
        max-width: 100%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-labelFeature {
        font-size: 1.6rem;
    }
}

.lp-labelFeature.of-primary {
    border: 0;
    background-color: #efefef;
}

.lp-labelFeature.of-secondary {
    margin-bottom: 24px;
    padding: 8px 20px;
    font-size: 2.8rem;
}

@media screen and (max-width: 1720px) {
    .lp-labelFeature.of-secondary {
        max-width: 100%;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.73584)));
    }
}

@media screen and (max-width: 970px) {
    .lp-labelFeature.of-secondary {
        padding: 6px 20px;
    }
}

.lp-list {
    display: flex;
    flex-direction: column;
    margin: -8px 0 8px -8px;
}

.lp-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 8px;
    padding-left: 13px;
    font-size: 1.8rem;
    font-weight: 600;
}

@media screen and (max-width: 970px) {
    .lp-list > li {
        font-size: 1.6rem;
    }
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bb20ad;
    content: "";
}

.lp-list.of-primary > li {
    font-weight: normal;
}

.lp-list.of-primary > li::before {
    background-color: #707070;
}

.lp-listFeature {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -24px 0 24px -40px;
}

@media screen and (max-width: 768px) {
    .lp-listFeature {
        margin: -12px 0 12px -24px;
    }
}

.lp-listFeature > li {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-top: 24px;
    margin-left: 40px;
    padding-left: 45px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: left;
}

@media screen and (max-width: 1720px) {
    .lp-listFeature > li {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.73584)));
    }
}

@media screen and (max-width: 970px) {
    .lp-listFeature > li {
        max-width: 360px;
    }
}

@media screen and (max-width: 768px) {
    .lp-listFeature > li {
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        margin-left: 24px;
        padding-left: 28px;
    }
}

.lp-listFeature > li::before, .lp-listFeature > li::after {
    display: block;
    position: absolute;
    content: "";
}

.lp-listFeature > li::before {
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 2px solid #bb20ad;
    border-radius: 50%;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .lp-listFeature > li::before {
        width: 20px;
        height: 20px;
    }
}

.lp-listFeature > li::after {
    top: 50%;
    left: 20px;
    width: 13px;
    height: 8px;
    transform: rotate(-45deg) translateY(-145%) translateX(-30%);
    border-bottom: 2px solid #bb20ad;
    border-left: 2px solid #bb20ad;
}

@media screen and (max-width: 768px) {
    .lp-listFeature > li::after {
        left: 14px;
        width: 9px;
        height: 6px;
    }
}

.lp-mediaFeature {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}

.lp-mediaFeature > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature {
        flex-direction: column;
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature.of-primary {
        width: 100%;
        max-width: 939px;
    }
}

.lp-mediaFeature .lp-mediaFeature-body {
    flex: 1;
    margin: auto 80px;
    padding-bottom: 64px;
    text-align: left;
}

.lp-mediaFeature .lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature .lp-mediaFeature-body {
        margin: 0 0 32px;
        padding-bottom: 0;
    }
}

.lp-mediaFeature .lp-mediaFeature-body > p {
    font-size: 2rem;
}

.lp-mediaFeature .lp-mediaFeature-body > .lp-headingLevel2 {
    margin-bottom: 32px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature .lp-mediaFeature-body > .lp-headingLevel2 {
        margin-bottom: 25px;
    }
}

.lp-mediaFeature .lp-mediaFeature-body > p {
    margin-bottom: 60px;
}

@media screen and (max-width: 1720px) {
    .lp-mediaFeature .lp-mediaFeature-body > p {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.29433)));
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature .lp-mediaFeature-body > p {
        margin-bottom: 40px;
    }
}

.lp-mediaFeature .lp-mediaFeature-image {
    max-width: 900px;
}

@media screen and (max-width: 1720px) {
    .lp-mediaFeature .lp-mediaFeature-image {
        max-width: calc(45.2rem + ((1vw - 0.97rem) * (59.81308)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature .lp-mediaFeature-image {
        align-self: center;
        max-width: calc(32rem + ((1vw - 0.36rem) * (21.67488)));
    }
}

.lp-mediaFeature-image {
    position: relative;
    align-self: flex-end;
    width: 100%;
    max-width: 862px;
    margin-bottom: 24px;
}

.lp-mediaFeature-image .lp-image {
    width: 100%;
    max-width: 928px;
}

.lp-mediaFeature-image .lp-image.of-backGround {
    z-index: 0;
    position: relative;
}

.lp-mediaFeature-image .lp-image:not(.of-backGround) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.lp-mediaFeature-image .lp-image:nth-child(2) {
    z-index: 10;
}

.lp-mediaFeature.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-mediaFeature.of-row-reverse > *:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature.of-row-reverse {
        flex-direction: column;
    }
}

.lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
    margin-right: 80px;
}

@media screen and (max-width: 1720px) {
    .lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
        max-width: calc(48.5rem + ((1vw - 0.97rem) * (50.33378)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
        max-width: calc(32rem + ((1vw - 0.32rem) * (25.42373)));
        margin: 0 auto 28px;
    }
}

.lp-mediaFeature.of-row-reverse .lp-mediaFeature-body {
    margin: auto 0;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature.of-row-reverse .lp-mediaFeature-body {
        margin: 0 0 32px;
    }
}

.lp-section.section01 .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:not(.of-backGround) {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.lp-section.section01 .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(2),
.lp-section.section01 .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(4),
.lp-section.section01 .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(6) {
    z-index: 10;
}

.lp-section.section01.show .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(2) {
    animation: showAnimation01 1.4s ease 0.5s forwards;
}

.lp-section.section01.show .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(3) {
    animation: showAnimation02 1.4s ease 0.5s forwards;
}

.lp-section.section01.show .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(4) {
    animation: showAnimation01 1.4s ease 1.7s forwards;
}

.lp-section.section01.show .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(5) {
    animation: showAnimation02 1.4s ease 1.7s forwards;
}

.lp-section.section01.show .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(6) {
    animation: showAnimation01 1.4s ease 3s forwards;
}

.lp-section.section01.show .lp-section-content.of-primary .lp-mediaFeature .lp-mediaFeature-image.of-primary .lp-image:nth-child(7) {
    animation: showAnimation01 1.4s ease 4s forwards;
}

@keyframes showAnimation01 {
    0% {
        opacity: 0;
    }
    33%,
    100% {
        opacity: 1;
    }
}

@keyframes showAnimation02 {
    0% {
        opacity: 0;
    }
    33%,
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lp-textGroup {
    width: 50%;
    max-width: 699px;
    padding: 0 48px 32px 80px;
}

.lp-textGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-textGroup {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 24px;
        padding: 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-textGroup {
        margin-bottom: 40px;
        padding: 0;
    }
}

.lp-textGroup > p {
    margin-bottom: 60px;
    font-size: 2rem;
}

@media screen and (max-width: 1720px) {
    .lp-textGroup > p {
        margin-bottom: 32px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.29433)));
    }
}

@media screen and (max-width: 970px) {
    .lp-textGroup > p {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .lp-textGroup > p {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 970px) {
    .lp-textGroup .lp-listButton {
        text-align: center;
    }
}

.lp-figureGroup {
    position: relative;
    width: 50%;
    margin-bottom: 16px;
}

.lp-figureGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-figureGroup {
        width: 100%;
    }
}

.lp-figure {
    width: 50%;
    opacity: 0;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-figure.of-fadeOut {
    position: absolute;
    width: 100%;
    margin-left: auto;
    opacity: 1;
    transition: opacity 0.8s ease 1.2s;
}

.lp-figure.of-fadeOut .figure-image {
    position: relative;
    width: 100%;
    text-align: center;
}

.lp-figure.of-fadeOut .figure-image.of-backGround {
    z-index: 5;
}

.lp-figure.of-fadeOut .figure-image.of-primary {
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: opacity 0.8s ease 1.2s, top 1s ease-in 0s;
}

.lp-figure.of-primary {
    align-self: center;
    width: 100%;
    transition: opacity 1s ease 1.8s;
}

@media screen and (max-width: 970px) {
    .lp-figure.of-primary {
        max-width: 809px;
        margin: 0 auto 16px;
        text-align: center;
    }
}

.lp-figure.of-secondary {
    width: 60%;
    max-width: 920px;
    margin-top: -90px;
    transition: opacity 1s ease 2.4s;
}

.lp-figure.of-secondary > .lp-figure-caption {
    margin-left: 140px;
}

@media screen and (max-width: 970px) {
    .lp-figure.of-secondary > .lp-figure-caption {
        margin-left: 0;
    }
}

.lp-figure.of-secondary .figure-image {
    margin-top: -30px;
}

@media screen and (max-width: 1460px) {
    .lp-figure.of-secondary {
        margin-top: -40px;
    }
}

@media screen and (max-width: 1160px) {
    .lp-figure.of-secondary {
        margin-top: 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-figure.of-secondary {
        width: 100%;
        max-width: 920px;
        margin: 0 auto 32px;
        text-align: center;
    }
}

.lp-figure.of-tertiary {
    width: 40%;
    margin-top: -20px;
    margin-bottom: 24px;
    transition: opacity 1s ease 3s;
}

@media screen and (max-width: 1160px) {
    .lp-figure.of-tertiary {
        margin-top: 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-figure.of-tertiary {
        width: 100%;
        max-width: 673px;
        margin: 0 auto;
        text-align: center;
    }
}

.lp-figure.of-tertiary .figure-image {
    text-align: left;
}

.lp-figure-caption {
    margin-left: 80px;
    color: #bb20ad;
    font-family: source-han-serif-japanese, serif;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1720px) {
    .lp-figure-caption {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.3245)));
    }
}

@media screen and (max-width: 970px) {
    .lp-figure-caption {
        margin-left: 0;
    }
}

.lp-section.section03.show .lp-section-content .lp-section-inner .lp-figureGroup .lp-figure,
.lp-section.section03.show .lp-section-content .lp-section-inner .lp-figure {
    opacity: 1;
}

.figure-image {
    margin-bottom: 24px;
}

.lp-section.section03.show .lp-section-content .lp-section-inner .lp-figureGroup .lp-figure.of-fadeOut {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.lp-section.section03.show .lp-section-content .lp-section-inner .lp-figureGroup .lp-figure.of-fadeOut .figure-image.of-primary {
    top: 6vw;
    opacity: 0;
}

.lp-layout-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8px 0 24px -50px;
}

@media screen and (max-width: 970px) {
    .lp-layout-cluster {
        flex-direction: column;
    }
}

.lp-layout-cluster-column {
    margin-top: 8px;
    padding-left: 50px;
}

.lp-layout-cluster-column > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-textPhone {
        text-align: center;
    }
}

.lp-textPhone-number {
    display: inline-block;
    font-size: 5.4rem;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 1720px) {
    .lp-textPhone-number {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.35467)));
    }
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

@media screen and (max-width: 970px) {
    .lp-textPhone-numberGroup {
        justify-content: center;
    }
}

@media screen and (max-width: 970px) {
    .lp-textPhone-number {
        text-align: center;
    }
}

.lp-textPhone-icon {
    min-width: 77px;
    min-height: 44px;
    margin-right: 10px;
}

@media screen and (max-width: 970px) {
    .lp-textPhone-icon {
        min-width: calc(4.4rem + ((1vw - 0.36rem) * (5.40984)));
        min-height: calc(2.5rem + ((1vw - 0.36rem) * (3.11475)));
    }
}

.lp-textPhone-note {
    display: block;
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 970px) {
    .lp-textPhone-note {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.51745)));
    }
}

.lp-textLead {
    margin-right: 50px;
    margin-bottom: 16px;
    font-size: 2.6rem;
    font-weight: bold;
}

@media screen and (max-width: 970px) {
    .lp-textLead {
        margin-right: 0;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.91047)));
    }
}

.lp-textPhone-numberGroup,
.lp-textPhone-numberGroup:hover {
    color: #333 !important;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-layout-footer {
    overflow: hidden;
    background-color: #000;
    color: #fff;
    font-size: 1.3rem;
}

.lp-layout-footer-content {
    max-width: calc(1720px + 40px);
    margin: 0 auto;
    padding: 16px 81px;
}

@media screen and (max-width: 1366px) {
    .lp-layout-footer-content {
        max-width: calc(1206px + (80px * 2));
        padding: 16px calc(4rem + ((1vw - 0.768rem) * (6.70017)));
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -8px;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

.lp-layout-footer-list > li a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-fontSize-primary {
    font-size: 2.8rem;
}

@media screen and (max-width: 1720px) {
    .lp-utility-fontSize-primary {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.883)));
    }
}

@media screen and (min-width: 970px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 24px -30px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin: -20px 0 16px -20px;
    }
    .lp-layout-grid.of-primary {
        margin: -16px 0 16px -16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 20px;
        padding-left: 20px;
    }
    .lp-layout-grid > .lp-layout-grid-column.of-primary {
        margin-top: 16px;
        padding-left: 16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}
