@charset "UTF-8";


:root {
    font-size: 62.5%;
}

* {
    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, "HiraKakuPro-W3", 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: 0;
}

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%;
}

.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;
}

@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-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: #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.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

[data-script-enabled="true"] body {
    overflow: hidden;
}

[data-script-enabled="true"] body.is-animationEnd {
    -webkit-animation: disableScroll 0.1s linear 0.5s both;
    animation: disableScroll 0.1s linear 0.5s both;
}

.lp-layout-container {
    -webkit-animation: displayAnimation 1s ease 4s forwards;
    z-index: -100;
    position: relative;
    overflow: hidden;
    animation: displayAnimation 1s ease 4s forwards;
}

.lp-layout-main {
    z-index: -100;
    position: relative;
}

body.is-animationEnd .lp-layout-main {
    -webkit-animation: displayAnimation 1s ease 0.5s forwards;
    animation: displayAnimation 1s ease 0.5s forwards;
}

.lp-layout-header {
    z-index: 1000;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 26px 40px 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: 24px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: 0;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: calc(8.4rem + ((1vw - 0.36rem) * (5.57229)));
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    -webkit-animation: displayAnimation 1s ease 4s forwards;
    z-index: -100;
    position: relative;
    background: #f2f5f8;
    color: #626d75;
    animation: displayAnimation 1s ease 4s forwards;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px 24px;
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 0 20px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 0 0;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 33px 0 0;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #626d75;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #626d75;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #626d75;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .lp-textPhone {
        flex-direction: column;
    }
}

.lp-textPhone-header {
    margin-right: 8px;
    font-family: source-han-serif-japanese, serif;
    font-size: 1.6rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .lp-textPhone-header {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1.4rem;
    }
}

.lp-textPhone-icon {
    width: 34px;
    min-width: 34px;
    height: 20px;
    min-height: 20px;
    margin: 3px 8px 0 0;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #838070;
}

.lp-textPhoneLink {
    min-width: 224px;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 11px;
    line-height: 1.16;
}

.lp-jumbotron {
    position: relative;
    margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: 72px;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-content {
    position: relative;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 43px 40px 0;
    background: url("../../../../../../../img/ss/products/process/gas-flow-meter/001/2033_01_bg_img_01.png") no-repeat center top 10%;
    background-size: contain;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-content {
        padding: 42px calc(3.8rem + ((1vw - 1.025rem) * (0.2454))) 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding: 0;
    }
}

.lp-jumbotron-content::before {
    -webkit-animation: fadeInAnime 3s ease 5s forwards;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: fadeInAnime 3s ease 5s forwards;
    content: "";
}

.lp-jumbotron-body {
    -webkit-animation: jumbotronFadeInAnime 1s ease 4.5s forwards;
    flex: 1;
    transform: translateX(200%);
    animation: jumbotronFadeInAnime 1s ease 4.5s forwards;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        padding: 0 calc(2.7rem + ((1vw - 0.36rem) * (0.75301)));
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: source-han-serif-japanese, serif;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup-outer {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-title.of-font-small {
    font-size: 8rem;
    letter-spacing: -1.4px;
    line-height: 1.1;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-title.of-font-small {
        font-size: calc(4rem + ((1vw - 1.025rem) * (4.90798)));
        letter-spacing: calc(-0.072rem + ((1vw - 1.025rem) * (-0.08344)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title.of-font-small {
        font-size: calc(5rem + ((1vw - 0.768rem) * (7.8125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title.of-font-small {
        font-size: calc(3rem + ((1vw - 0.36rem) * (4.90196)));
        letter-spacing: calc(-0.128rem + ((1vw - 0.36rem) * (-0.02941)));
    }
}

.lp-jumbotron-title.of-font-large {
    font-size: 13.8rem;
    letter-spacing: -12.42px;
    line-height: 1.2;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-title.of-font-large {
        font-size: calc(6.6rem + ((1vw - 1.025rem) * (8.83436)));
        letter-spacing: calc(-0.14rem + ((1vw - 1.025rem) * (-1.35215)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title.of-font-large {
        font-size: calc(5rem + ((1vw - 0.768rem) * (7.8125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title.of-font-large {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (4.41176)));
        letter-spacing: calc(-0.128rem + ((1vw - 0.36rem) * (-0.03774)));
    }
}

.lp-jumbotron-image {
    -webkit-animation: jumbotronFadeInAnime 1s ease 4s forwards;
    margin-right: 42px;
    transform: translateX(-10%);
    animation: jumbotronFadeInAnime 1s ease 4s forwards;
    opacity: 0;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-image {
        flex: 1 0 auto;
        max-width: calc(54.3rem + ((1vw - 1.025rem) * (57.30061)));
        margin-right: calc(2.4rem + ((1vw - 1.025rem) * (2.20859)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: 680px;
        margin-right: 0;
    }
}

.lp-jumbotron .lp-textPhoneLink {
    display: flex;
    align-items: center;
    min-width: 224px;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron .lp-textPhoneLink {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron .lp-textPhoneLink-numberGroup {
        margin-bottom: 8px;
    }
}

.lp-jumbotron .lp-textPhoneLink-notes {
    margin-left: 8px;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron .lp-textPhoneLink-notes {
        margin-left: 0;
    }
}

.lp-media {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (max-width: 1365px) {
    .lp-media {
        flex-direction: column;
        align-items: center;
    }
}

.lp-media-movie {
    z-index: 11;
    position: relative;
    background: #666;
}

.lp-media-movieGroup {
    width: 100%;
    max-width: 864px;
}

.lp-media-body {
    position: relative;
    min-width: 465px;
    max-width: 500px;
    margin-right: 38px;
}

@media screen and (max-width: 1365px) {
    .lp-media-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        min-width: auto;
        max-width: 100%;
        margin-right: 0;
        padding: 24px 0 56px;
    }
}

@media screen and (max-width: 768px) {
    .lp-media-body {
        min-height: 206px;
        padding: 120px 0 16px;
    }
}

.lp-media-image {
    z-index: 0;
    position: absolute;
    top: -515px;
    right: 0;
}

@media screen and (max-width: 1365px) {
    .lp-media-image {
        top: 50%;
        right: auto;
        left: 0;
        max-width: 188px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        max-width: calc(14.8rem + ((1vw - 0.768rem) * (6.75676)));
    }
}

@media screen and (max-width: 768px) {
    .lp-media-image {
        top: -32px;
        left: 50%;
        max-width: 148px;
        transform: translateX(-50%);
    }
}

.lp-media-titleGroup {
    display: flex;
    z-index: 10;
    position: relative;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    text-align: right;
}

@media screen and (max-width: 1365px) {
    .lp-media-titleGroup {
        margin-bottom: 0;
        padding-left: 196px;
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-titleGroup {
        padding-left: calc(15.6rem + ((1vw - 0.768rem) * (6.75676)));
    }
}

@media screen and (max-width: 768px) {
    .lp-media-titleGroup {
        padding-left: 0;
        text-align: center;
    }
}

.lp-media-title {
    color: #333;
    font-family: source-han-serif-japanese, serif;
    font-size: 7.2rem;
    font-weight: normal;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

@media screen and (max-width: 1840px) {
    .lp-media-title {
        font-size: calc(4rem + ((1vw - 1.025rem) * (3.92638)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-media-title br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-media-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.75587)));
        letter-spacing: -1.44px;
    }
}

.lp-media-series {
    margin-bottom: 16px;
    color: #576782;
    font-size: 2rem;
    font-weight: normal;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

@media screen and (max-width: 1840px) {
    .lp-media-series {
        font-size: calc(1.8rem + ((1vw - 1.025rem) * (0.2454)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-media-series {
        margin-bottom: 8px;
    }
    .lp-media-series br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-media-series {
        margin-bottom: 4px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.93897)));
    }
}

.lp-mediaAsset {
    background: #f2f5f8;
}

.lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 80px 0 40px;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-content {
        flex-direction: column-reverse;
        padding: calc(1.7rem + ((1vw - 1.025rem) * (18.80597))) 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (-0.73529))) 20px calc(3rem + ((1vw - 0.36rem) * (2.45098)));
    }
}

.lp-mediaAsset-body {
    width: 100%;
    max-width: 640px;
}

.lp-mediaAsset-text {
    font-family: source-han-serif-japanese, serif;
    font-size: 4rem;
    font-weight: normal;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 1.025rem) * (4.77612)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.47059)));
    }
}

.lp-mediaAsset-image {
    margin-right: 40px;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-image {
        max-width: calc(48rem + ((1vw - 1.025rem) * (68.65672)));
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        max-width: calc(23.4rem + ((1vw - 0.36rem) * (37.04819)));
    }
}

.lp-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #576782;
    font-size: 2rem;
    font-weight: bold;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1840px) {
    .lp-list {
        font-size: calc(1.8rem + ((1vw - 1.365rem) * (0.42105)));
    }
}

@media screen and (max-width: 768px) {
    .lp-list {
        flex-direction: column;
        font-size: 1.4rem;
    }
}

.lp-list > li {
    position: relative;
    width: 33.333333%;
    padding: 0 20px;
    text-align: center;
}

@media screen and (max-width: 1840px) {
    .lp-list > li {
        padding: 0 calc(1rem + ((1vw - 1.365rem) * (2.05128)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-list > li {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-list > li {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
        padding-left: 10px;
        text-align: left;
    }
}

.lp-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #d4d4d4;
    content: "";
}

@media screen and (max-width: 768px) {
    .lp-list > li::before {
        width: 2px;
        background-color: #becfdf;
    }
}

.lp-list > li:first-child::before {
    display: none;
}

@media screen and (max-width: 768px) {
    .lp-list > li:first-child::before {
        display: inline-block;
    }
}

.lp-list-outer {
    margin-bottom: 36px;
    padding: 16px 0;
    background: #fff;
}

@media screen and (max-width: 1365px) {
    .lp-list-outer {
        padding: calc(0.8rem + ((1vw - 0.768rem) * (2.01005))) 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-list-outer {
        margin-bottom: 24px;
        padding: 8px;
    }
}

.lp-listFeature {
    display: flex;
}

.lp-listFeature.of-primary li {
    font-size: 2.8rem;
}

@media screen and (max-width: 1365px) {
    .lp-listFeature.of-primary li {
        padding: 0 calc(2.4rem + ((1vw - 1.025rem) * (7.05882))) 0 0;
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (3.52941)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature.of-primary li {
        padding: 0 calc(2.2rem + ((1vw - 0.36rem) * (1.50602))) 0 0;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-listFeature.of-primary li::after {
    width: 20px;
    height: 29px;
    font-size: 2rem;
}

@media screen and (max-width: 1365px) {
    .lp-listFeature.of-primary li::after {
        left: calc(-2.2rem + ((1vw - 1.025rem) * (-2.94118)));
        width: calc(1.2rem + ((1vw - 1.025rem) * (2.35294)));
        height: calc(2.4rem + ((1vw - 1.025rem) * (1.47059)));
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (1.17647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature.of-primary li::after {
        left: calc(-2rem + ((1vw - 0.36rem) * (-1.20482)));
        width: calc(1.2rem + ((1vw - 0.36rem) * (1.20482)));
        height: calc(2.4rem + ((1vw - 0.36rem) * (0.75301)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-listFeature li {
    position: relative;
    padding: 0 48px 0 0;
    color: #576782;
    font-family: source-han-serif-japanese, serif;
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1365px) {
    .lp-listFeature li {
        font-size: calc(2rem + ((1vw - 1.025rem) * (1.17647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature li {
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-listFeature li {
        padding: 0 24px 0 0;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

.lp-listFeature li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -32px;
    width: 16px;
    height: 23px;
    transform: translateY(-50%);
    font-size: 1.6rem;
    content: "×";
}

@media screen and (max-width: 768px) {
    .lp-listFeature li::after {
        left: -20px;
        width: 14px;
        height: 20px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-listFeature li:first-child::after {
    display: none;
}

.lp-listFeature li:last-child {
    padding-right: 0;
}

.lp-section {
    padding: 228px 0 0;
}

@media screen and (max-width: 1365px) {
    .lp-section {
        padding: 248px 0 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-section {
        padding: 160px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-section {
        margin-bottom: 64px;
        padding: 0;
    }
}

.lp-section.of-primary {
    z-index: 1;
    position: relative;
    padding: 0 0 64px;
}

@media screen and (max-width: 970px) {
    .lp-section.of-primary {
        padding: 0;
    }
}

.lp-section.of-margin-small {
    margin-bottom: 193px;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-margin-small {
        margin-bottom: 64px;
    }
}

.lp-section-content {
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (2)));
    }
}

.lp-headingLevel2 {
    color: #333;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1840px) {
    .lp-headingLevel2 {
        font-size: calc(3.6rem + ((1vw - 1.025rem) * (2.16216)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-headingLevel2 em {
    display: block;
    font-size: 6.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1840px) {
    .lp-headingLevel2 em {
        font-size: calc(4.8rem + ((1vw - 1.025rem) * (2.88288)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 em {
        font-size: calc(3.6rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

.lp-navigationTab {
    position: relative;
}

@media only screen and (max-width: 970px) {
    .lp-navigationTab {
        display: none;
    }
}

.lp-navigationTab-content {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px;
    transform: translateX(-50%);
}

.lp-navigationTab-content .lp-navigationTab-list::before {
    -webkit-backface-visibility: hidden;
    display: block;
    z-index: 0;
    position: absolute;
    left: 8px;
    width: calc(33.333333% - 8px);
    height: calc(100% - 16px);
    border-radius: 8px;
    backface-visibility: hidden;
    background: rgba(100, 119, 135, 0);
    content: "";
    transition: background 0.6s, left 0.3s;
}

.lp-navigationTab-content.is-fixed {
    z-index: 100;
    position: fixed;
    width: 100%;
}

.lp-navigationTab-content.is-fixed .lp-navigationTab-list::before {
    background: #647787;
}

.lp-navigationTab-list {
    display: flex;
    position: relative;
    padding: 8px;
    border-radius: 8px;
    background: transparent linear-gradient(90deg, #f9f9f9 0%, #eff3f8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 16px rgba(55, 68, 101, 0.239);
}

.lp-navigationTab-list[data-hover-index="0"]::before {
    text-decoration: underline;
}

.lp-navigationTab-list[data-hover-index="1"]::before {
    text-decoration: underline;
}

.lp-navigationTab-list[data-hover-index="2"]::before {
    text-decoration: underline;
}

.lp-navigationTab-list[data-current-index="1"]::before {
    left: 33.6% !important;
}

.lp-navigationTab-list[data-current-index="2"]::before {
    left: 66.666666% !important;
}

.lp-navigationTab-list[data-hover-index] a .lp-navigationTab-text,
.lp-navigationTab-list[data-hover-index] a .lp-navigationTab-series {
    color: inherit !important;
}

.lp-navigationTab-list li {
    display: flex;
    z-index: 1;
    align-items: center;
    width: 33.33333%;
    padding: 0 4px;
}

.lp-navigationTab-list li:last-child, .lp-navigationTab-list li:first-child {
    padding: 0;
}

.lp-navigationTab-list li:not(.is-activated) a:hover .lp-navigationTab-text,
.lp-navigationTab-list li:not(.is-activated) a:hover .lp-navigationTab-series {
    text-decoration: underline;
}

.lp-navigationTab-list a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-list a {
        padding: 0 calc(0.8rem + ((1vw - 1.025rem) * (2.88288)));
    }
}

.lp-navigationTab-list .is-activated a .lp-navigationTab-text,
.lp-navigationTab-list .is-activated a .lp-navigationTab-series {
    color: #fff;
}

.lp-navigationTab-textGroup {
    flex: 1;
    padding: 19px 0 14px;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-textGroup {
        padding: calc(0.8rem + ((1vw - 1.025rem) * (1.98198))) 0 calc(0.8rem + ((1vw - 1.025rem) * (1.08108)));
    }
}

.lp-navigationTab-text {
    color: #333;
    font-family: source-han-serif-japanese, serif;
    font-size: 2.4rem;
    font-weight: normal;
    transition: color 0.3s;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-text {
        font-size: calc(1.7rem + ((1vw - 1.025rem) * (1.26126)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-navigationTab-text {
        font-size: 1.7rem;
    }
}

.lp-navigationTab-series {
    color: #576782;
    font-size: 1.4rem;
    transition: color 0.3s;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-series {
        font-size: calc(1.2rem + ((1vw - 1.025rem) * (0.36036)));
    }
}

.lp-navigationTab-image {
    margin-right: 8px;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-image {
        max-width: calc(4.8rem + ((1vw - 1.025rem) * (5.76577)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -16px;
}

@media screen and (max-width: 768px) {
    .lp-listButton {
        margin: -20px 0 0 -8px;
    }
}

.lp-listButton > li {
    margin: 20px 0 0 16px;
}

@media screen and (max-width: 768px) {
    .lp-listButton > li {
        margin: 20px 0 0 8px;
    }
    .lp-listButton > li:first-child {
        width: 100%;
        text-align: center;
    }
}

.lp-card {
    padding: 48px 148px;
    background: #f2f5f8;
}

@media screen and (max-width: 1840px) {
    .lp-card {
        padding: 48px calc(3.5rem + ((1vw - 1.365rem) * (23.78947)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-card {
        max-width: calc(80rem + ((1vw - 1.024rem) * (49.85337)));
        margin: 0 auto;
        padding: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card {
        padding: 32px calc(0.8rem + ((1vw - 0.36rem) * (3.60902))) calc(1.6rem + ((1vw - 0.36rem) * (2.40602)));
    }
}

.lp-cardLead {
    display: inline-flex;
    align-items: center;
    margin-bottom: 104px;
    padding: 21px 34px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 16px #cae5e9;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead {
        margin-bottom: calc(3.2rem + ((1vw - 1.025rem) * (21.17647)));
        padding: calc(1.3rem + ((1vw - 1.025rem) * (2.35294))) calc(1.6rem + ((1vw - 1.025rem) * (5.29412)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead {
        margin-bottom: 32px;
        padding: 8px 16px;
    }
}

.lp-cardLead-title {
    color: #00778a;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead-title {
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (2.35294)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardLead-title {
        font-size: 1.4rem;
    }
}

.lp-cardLead-title > em {
    font-size: 3.6rem;
    font-weight: normal;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead-title > em {
        font-size: calc(2.4rem + ((1vw - 1.025rem) * (3.52941)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead-title > em {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardLead-title > em {
        font-size: 1.4rem;
    }
}

.lp-cardLead-body {
    flex: 1;
}

.lp-cardLead-image {
    margin-left: 18px;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead-image {
        width: calc(6.4rem + ((1vw - 1.025rem) * (8.23529)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead-image {
        width: 64px;
        margin-left: 16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardLead-image {
        width: 40px;
        margin-left: 8px;
    }
}

.lp-cardFeature {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 140px;
    background: transparent linear-gradient(180deg, #f2f5f8 0%, #fff 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1840px) {
    .lp-cardFeature {
        padding: 32px calc(7rem + ((1vw - 1.365rem) * (14.73684)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-cardFeature {
        flex-direction: column-reverse;
        max-width: calc(80rem + ((1vw - 1.024rem) * (49.85337)));
        margin: 0 auto;
        padding: 32px;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardFeature {
        padding: 0 16px;
    }
}

.lp-cardFeature-body {
    flex: 1;
}

@media screen and (max-width: 1365px) {
    .lp-cardFeature-body {
        flex: 1 0 auto;
        width: calc(29rem + ((1vw - 0.36rem) * (50.74627)));
    }
}

.lp-cardFeature-movie {
    z-index: 11;
    position: relative;
}

.lp-cardFeature-movieGroup {
    width: 100%;
    max-width: 800px;
}

.lp-cardFeature-image {
    flex: 1;
    margin-left: 40px;
}

@media screen and (max-width: 1365px) {
    .lp-cardFeature-image {
        flex: 1 0 auto;
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardFeature-image {
        padding: 16px;
    }
}

@media screen and (max-width: 1840px) {
    .lp-buttonConversion {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.35971)));
    }
}

.lp-buttonConversion.of-primary {
    border: 1px solid #aab5c7;
    background: #fff;
    color: #515967;
}

.lp-buttonConversion.of-arrow {
    font-size: 1.6rem;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-right: 4px;
    padding-left: 45px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 6px 0 6px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #515967;
}

.lp-textScroll {
    -webkit-animation: textAnime 1s ease 4s forwards;
    position: relative;
    padding-bottom: 28px;
    color: #596983;
    font-size: 1.8rem;
    animation: textAnime 1s ease 4s forwards;
    opacity: 0;
}

@media screen and (max-width: 1840px) {
    .lp-textScroll {
        margin-top: calc(1.2rem + ((1vw - 1.024rem) * (-2.15827)));
    }
}

.lp-textScroll::after {
    -webkit-animation: textScroll 1.2s infinite;
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border: 2px solid #596983;
    border-top: 0;
    border-right: 0;
    animation: textScroll 1.2s infinite;
    content: "";
}

@-webkit-keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 386px;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 193px;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 36px;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-largeScreen-marginBottom-11 {
        margin-bottom: 386px;
    }
    .lp-largeScreen-marginBottom-12 {
        margin-bottom: 193px;
    }
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 386px;
    }
    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 193px;
    }
    .lp-smallScreen-display-flex {
        display: flex;
    }
    .lp-smallScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: inline;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

.lp-sectionAnimation {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100vw;
    height: calc(100vh);
    overflow: hidden;
}

body.is-animationEnd .lp-sectionAnimation {
    -webkit-animation: fadeAnime 0.5s ease 0s forwards;
    animation: fadeAnime 0.5s ease 0s forwards;
}

.lp-sectionAnimation::before {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.lp-sectionAnimation-content {
    z-index: -100;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vmax;
    height: 120vmax;
    transform: translate3d(-50%, -50%, 0);
    background: linear-gradient(to bottom, #fff, #fff);
}

.lp-sectionAnimation-textOuter {
    display: flex;
    position: absolute;
    top: 50%;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    transform: translateY(-50%);
    font-family: source-han-serif-japanese, serif;
    font-size: 4rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-sectionAnimation-textOuter {
        font-size: calc(2rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-sectionAnimation-text {
    display: inline-block;
    padding: 0 20px;
    overflow: hidden;
}

.lp-sectionAnimation-text span {
    display: inline-block;
    white-space: nowrap;
    opacity: 0;
}

.lp-sectionAnimation.is-rendered::before {
    -webkit-animation: fadeInAnime 3s ease 0s;
    animation: fadeInAnime 3s ease 0s;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span {
    -webkit-animation: textAnime 1s ease 1s forwards;
    animation: textAnime 1s ease 1s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(1) {
    -webkit-animation: textAnime 1s ease 1s forwards;
    animation: textAnime 1s ease 1s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(2) {
    -webkit-animation: textAnime 1s ease 1.1s forwards;
    animation: textAnime 1s ease 1.1s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(3) {
    -webkit-animation: textAnime 1s ease 1.2s forwards;
    animation: textAnime 1s ease 1.2s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(4) {
    -webkit-animation: textAnime 1s ease 1.3s forwards;
    animation: textAnime 1s ease 1.3s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(5) {
    -webkit-animation: textAnime 1s ease 1.4s forwards;
    animation: textAnime 1s ease 1.4s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(6) {
    -webkit-animation: textAnime 1s ease 1.5s forwards;
    animation: textAnime 1s ease 1.5s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(7) {
    -webkit-animation: textAnime 1s ease 1.6s forwards;
    animation: textAnime 1s ease 1.6s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(8) {
    -webkit-animation: textAnime 1s ease 1.7s forwards;
    animation: textAnime 1s ease 1.7s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(9) {
    -webkit-animation: textAnime 1s ease 1.8s forwards;
    animation: textAnime 1s ease 1.8s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(10) {
    -webkit-animation: textAnime 1s ease 1.9s forwards;
    animation: textAnime 1s ease 1.9s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(11) {
    -webkit-animation: textAnime 1s ease 2s forwards;
    animation: textAnime 1s ease 2s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(12) {
    -webkit-animation: textAnime 1s ease 2.1s forwards;
    animation: textAnime 1s ease 2.1s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(13) {
    -webkit-animation: textAnime 1s ease 2.2s forwards;
    animation: textAnime 1s ease 2.2s forwards;
}

.lp-sectionAnimation.is-rendered .lp-sectionAnimation-text span:nth-child(14) {
    -webkit-animation: textAnime 1s ease 2.3s forwards;
    animation: textAnime 1s ease 2.3s forwards;
}

@-webkit-keyframes fadeInAnime {
    0% {
        transform: translateX(0);
        background: #fff;
        box-shadow: 1px 0 80px 200px #fff;
    }
    100% {
        transform: translateX(200%);
        background: #fff;
        box-shadow: 1px 0 80px 200px #fff;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 1s;
    }
}

@keyframes fadeInAnime {
    0% {
        transform: translateX(0);
        background: #fff;
        box-shadow: 1px 0 80px 200px #fff;
    }
    100% {
        transform: translateX(200%);
        background: #fff;
        box-shadow: 1px 0 80px 200px #fff;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 1s;
    }
}

@-webkit-keyframes fadeAnime {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeAnime {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes textAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes textAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes backgroundAnime {
    from {
        background-position-x: -1750%;
    }
    to {
        background-position-x: 100%;
    }
}

@keyframes backgroundAnime {
    from {
        background-position-x: -1750%;
    }
    to {
        background-position-x: 100%;
    }
}

@-webkit-keyframes jumbotronFadeInAnime {
    0% {
        transform: translateX(-5%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes jumbotronFadeInAnime {
    0% {
        transform: translateX(-5%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes displayAnimation {
    0% {
        z-index: -100;
    }
    100% {
        z-index: 100;
    }
}

@keyframes displayAnimation {
    0% {
        z-index: -100;
    }
    100% {
        z-index: 100;
    }
}

@-webkit-keyframes disableScroll {
    0% {
        overflow: hidden;
    }
    100% {
        overflow: auto;
    }
}

@keyframes disableScroll {
    0% {
        overflow: hidden;
    }
    100% {
        overflow: auto;
    }
}

canvas {
    display: block;
}
