@charset "UTF-8";
.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.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-weight: normal;
  font-size: 1.1rem;
  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: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  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] {
  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%;
}

:root {
  --LP_COLOR_LIGHT: #fff;
  --LP_COLOR_DARK: #333;
  --LP_COLOR_PRIMARY: #dc002f;
  --LP_COLOR_SECONDARY: #13778f;
  --LP_COLOR_TERTIARY: #00dcff;
  --LP_COLOR_QUATERNARY: #9d9d9d;
  --LP_COLOR_QUINARY: #666;
  --LP_COLOR_BACKGROUND_PRIMARY: transparent linear-gradient(180deg, #ebeef1 0%, #d5dde5 100%);
  --LP_COLOR_BACKGROUND_SECONDARY: #f6f6f6;
  --LP_DROP_SHADOW_PRIMARY: -16px 16px 32px var(--LP_COLOR_TERTIARY);
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.3;
  --LP_LINE_HEIGHT_SECONDARY: 1.5;
  --LP_LINE_HEIGHT_TERTIARY: 1.8;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-step-column > *:last-child, .lp-media-image > *:last-child, .lp-media-body > *:last-child, .lp-layout-grid-column > *:last-child, .lp-figure > *:last-child, .lp-cardFeature > *:last-child, .lp-card > *:last-child, .lp-textGroup > *:last-child, .lp-headingLevel3-group > *:last-child, .lp-headingLevel2-group > *:last-child, .lp-sectionConversion-content > *:last-child, .lp-section-content > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container {
  background: #292929;
}

.lp-layout-main {
  height: 100%;
  max-height: 100%;
  color: #fff;
}

.lp-layout-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  backdrop-filter: blur(50px);
}
@media screen and (max-width: 1364px) {
  .lp-layout-header {
    position: static;
  }
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1900px;
  margin: 0 auto;
  padding: 18px 40px;
}
@media screen and (max-width: 1364px) {
  .lp-layout-header-content {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 20px;
  }
}
.lp-layout-header-logo {
  margin-right: 40px;
}
.lp-layout-header-logo > a {
  display: block;
}
.lp-layout-header-logo img {
  width: 138px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  margin-bottom: 16px;
  padding-left: 16px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -8px 0 16px -16px;
}
@media screen and (max-width: 1364px) {
  .lp-layout-header-utilityList {
    display: none;
  }
}
.lp-layout-header-utilityList > li {
  margin-top: 8px;
  padding-left: 16px;
}
.lp-layout-header-utilityList > li.is-activated .lp-buttonLink {
  background: #b10000;
}

.lp-buttonLink {
  display: block;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 24px;
  background: #000000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 1820px) {
  .lp-buttonLink {
    font-size: calc(1.4rem + (1vw - 1.365rem) * (0.4395604396));
  }
}
@media (hover) {
  .lp-buttonLink:hover {
    background: #b10000;
    color: #fff;
  }
  .lp-buttonLink:hover .lp-buttonLink-body::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.lp-buttonLink-body {
  position: relative;
  padding: 12px 32px 12px 48px;
}
.lp-buttonLink-body::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 30px;
  width: 8px;
  height: 8px;
  transform: rotate(132deg) translateX(-50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
}

.lp-layout-footer-content {
  max-width: 1900px;
  margin: 0 auto;
  padding: 34px 40px 24px;
}
@media screen and (max-width: 1820px) {
  .lp-layout-footer-content {
    padding: 16px calc(2rem + (1vw - 1.024rem) * (2.5125628141));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    padding: 56px 16px 20px 16px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0 -24px;
  font-size: 1.2rem;
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin: 12px 0 0 24px;
  color: #d9d9d9;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #d9d9d9;
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: #d9d9d9;
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}

.lp-jumbotron-content {
  max-width: 1900px;
  margin: 0 auto;
  padding: 42px 40px 0;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column;
    margin-bottom: calc(7.2rem + (1vw - 0.361rem) * (8.764940239));
    padding: 0 calc(2rem + (1vw - 0.361rem) * (1.9920318725));
  }
}
.lp-jumbotron-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  padding: 40px 153px;
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #000000 0%, #363636 100%);
  box-shadow: 8px 8px 0px #b10000;
}
@media screen and (max-width: 1820px) {
  .lp-jumbotron-inner {
    padding: 40px calc(6rem + (1vw - 1.024rem) * (11.6834170854));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-inner {
    flex-direction: column;
    margin-bottom: calc(2.4rem + (1vw - 0.361rem) * (2.390438247));
    padding: 40px calc(2rem + (1vw - 0.361rem) * (13.2470119522));
  }
}
.lp-jumbotron-body {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    max-width: 100%;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 8px;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1820px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (3.5175879397));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: calc(2.2rem + (1vw - 0.361rem) * (3.9215686275));
  }
}
@media screen and (max-width: 361px) {
  .lp-jumbotron-title {
    font-size: 2.2rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 24px;
  text-align: center;
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1820px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2.4rem + (1vw - 1.024rem) * (1.5075376884));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    font-size: calc(1.8rem + (1vw - 0.361rem) * (0.9049773756));
  }
}
.lp-jumbotron-series {
  display: block;
  max-width: 560px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width: 1820px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (0.5025125628));
  }
}
.lp-jumbotron-series:has(+ .lp-jumbotron-series) {
  position: relative;
  margin-bottom: 10px;
}
.lp-jumbotron-series:has(+ .lp-jumbotron-series)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #ff0000;
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    flex-direction: column;
  }
}
.lp-jumbotron-image {
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .lp-section {
    margin-bottom: calc(7.2rem + (1vw - 0.361rem) * (8.764940239));
  }
}
.lp-section-content {
  max-width: 1599px;
  margin: 0 auto;
  padding: 160px 40px 0;
}
@media screen and (max-width: 1023px) {
  .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.361rem) * (13.9442231076));
  }
}

.lp-sectionConversion {
  margin-bottom: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .lp-sectionConversion {
    padding: 0 calc(2rem + (1vw - 0.361rem) * (1.9920318725));
  }
}
.lp-sectionConversion-content {
  max-width: 1820px;
  margin: 0 auto;
  padding: 50px 50px 80px;
  border-bottom: 2px solid #ff0000;
}
@media screen and (max-width: 1023px) {
  .lp-sectionConversion-content {
    padding: calc(2rem + (1vw - 0.361rem) * (2.9880478088));
  }
}
.lp-sectionConversion .lp-listButton {
  margin-bottom: 16px;
}
.lp-sectionConversion .lp-textPhoneLink {
  color: #fff;
}
.lp-sectionConversion .lp-textPhoneLink-number {
  color: #fff;
}

.lp-headingLevel2 {
  display: block;
  margin-bottom: 40px;
  font-size: 5.6rem;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + (1vw - 0.361rem) * (2.4132730015));
    font-size: calc(1.8rem + (1vw - 0.361rem) * (5.7315233786));
  }
}
@media screen and (max-width: 361px) {
  .lp-headingLevel2 {
    font-size: 18px;
  }
}
.lp-headingLevel2-group {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.lp-headingLevel2-group::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 749px;
  height: 2px;
  background-image: linear-gradient(to right, #ff0000 50%, #ff0000 50%, transparent);
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2-group::after {
    width: calc(33rem + (1vw - 0.361rem) * (63.197586727));
  }
}

.lp-headingLevel3 {
  margin-bottom: 16px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3 {
    font-size: calc(2rem + (1vw - 0.361rem) * (1.2066365008));
  }
}
.lp-headingLevel3-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.3;
}
.lp-headingLevel3-label {
  margin-right: 10px;
  padding: 4px 11px;
  border-radius: 4px;
  background: #b10000;
  font-size: 1.6rem;
}

.lp-headingLevel4 {
  margin-bottom: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.lp-text {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.lp-textGroup {
  margin-bottom: 40px;
}
.lp-textEmphasis {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .lp-textEmphasis {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3984063745));
  }
}
@media screen and (max-width: 1023px) {
  .lp-text {
    margin-bottom: calc(1.6rem + (1vw - 0.361rem) * (2.390438247));
  }
}

.lp-label {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .lp-label {
    font-size: calc(1.5rem + (1vw - 0.361rem) * (1.6932270916));
  }
}
@media screen and (max-width: 361px) {
  .lp-label {
    font-size: 15px;
  }
}
.lp-label.of-jumbotron {
  display: inline-block;
  min-width: 86px;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 4px 24px;
  border-radius: 4px;
  background: #dc002f;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .lp-label.of-jumbotron {
    margin-right: 0;
    margin-bottom: 8px;
    padding: 4px calc(1.6rem + (1vw - 0.361rem) * (0.796812749));
    font-size: calc(1.3rem + (1vw - 0.361rem) * (0.2988047809));
  }
}

.lp-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-radius: 8px;
  background: #000000;
  box-shadow: 0px 4px 4px #232323;
}
@media screen and (max-width: 1023px) {
  .lp-card {
    margin-bottom: calc(2.4rem + (1vw - 0.361rem) * (1.593625498));
  }
}
.lp-card.of-primary {
  overflow: hidden;
  border: 1px solid #484848;
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #343434 0%, #06090d 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.lp-card.of-secondary {
  height: 100%;
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #343434 0%, #06090d 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1518px) {
  .lp-card.of-secondary {
    min-height: auto;
  }
}
.lp-cardFeature {
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 2px;
  background: #000;
}

.lp-figure {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .lp-figure {
    margin-bottom: calc(2.4rem + (1vw - 0.361rem) * (1.593625498));
  }
}
.lp-figure-image {
  margin-bottom: 24px;
  text-align: center;
}
.lp-figure-caption {
  margin-top: 8px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .lp-figure-caption {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3984063745));
  }
}
.lp-figure.of-primary .lp-figure-image {
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #343434 0%, #06090d 100%);
}

.lp-listUnordered {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .lp-listUnordered {
    grid-template-columns: none;
  }
}
.lp-listUnordered:has(+ .lp-headingLevel3) {
  margin-bottom: 64px;
}
.lp-listUnordered > li {
  padding: 8px 16px;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 32px -16px;
}
.lp-listButton > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-listButton > li {
    width: 100%;
  }
}

.lp-layout-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}
.lp-layout-grid.of-primary {
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    margin-bottom: calc(2.4rem + (1vw - 0.361rem) * (1.593625498));
    gap: 40px;
  }
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: none;
  }
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: none;
  }
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-4 {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-smallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.lp-media {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1518px) {
  .lp-media {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.lp-media.of-primary {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1518px) {
  .lp-media.of-primary {
    flex-direction: column-reverse;
  }
}
.lp-media.of-primary .lp-media-image {
  margin-right: 20px;
  margin-left: 0;
}
@media screen and (max-width: 1518px) {
  .lp-media.of-primary .lp-media-image {
    margin-right: 0;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-text {
  margin-bottom: 40px;
  line-height: 1.5;
}
.lp-media-image {
  margin-left: 16px;
}
@media screen and (max-width: 1518px) {
  .lp-media-image {
    margin-bottom: 8px;
    margin-left: 0;
  }
}

.lp-step {
  display: grid;
  grid-template-columns: 1fr 137px 1fr;
  align-items: center;
  margin-bottom: 40px;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-step {
    grid-template-columns: none;
  }
}
.lp-step-text {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .lp-step-text {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3984063745));
  }
}
.lp-step-label {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 4px 11px;
  border-radius: 4px;
  background: #b10000;
}
@media screen and (max-width: 1023px) {
  .lp-step-label {
    margin-right: 8px;
    padding: 3px 9px;
    font-size: calc(1.3rem + (1vw - 0.361rem) * (0.2988047809));
  }
}
.lp-step-labelGroup {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 22px;
}
@media screen and (max-width: 1023px) {
  .lp-step-labelGroup {
    flex-direction: row;
  }
}
.lp-step-labelGroup.of-arrow::before {
  content: "";
  display: block;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 30px;
  background: #b10000;
  clip-path: polygon(0 22.7%, 88.6% 22.7%, 88.6% 0, 100% 50%, 88.6% 100%, 88.6% 77.3%, 0 77.3%);
}
@media screen and (max-width: 1023px) {
  .lp-step-labelGroup.of-arrow::before {
    bottom: 0;
    left: 50%;
    width: 124px;
    height: 16px;
    transform: translateX(-50%);
    border-width: 16px 64px 0 64px;
    border-style: solid;
    border-color: #b10000 transparent transparent transparent;
    clip-path: none;
    background: none;
  }
}

.lp-buttonConversion {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 377px;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
}
.lp-buttonConversion.of-download {
  background: #b40000;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  padding: 12px 32px 12px 52px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: none !important;
}
.lp-buttonConversion.of-download .lp-buttonConversion-text {
  display: block;
  margin-right: 0;
}
.lp-buttonConversion.of-download .lp-buttonConversion-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}
@media (hover) {
  .lp-buttonConversion.of-download:hover {
    background: #fff;
    color: #dc002f;
  }
  .lp-buttonConversion.of-download:hover .lp-buttonConversion-text::before {
    background: url("../../../../img/products/kv-x/182844001/bg_icon_dl_red_001.png") no-repeat center center !important;
  }
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
  padding: 12px 32px 12px 41px;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateX(-50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body .lp-buttonConversion-text {
  margin-right: 0;
}
@media (hover) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body:hover::before {
    border-top: 2px solid #dc002f;
    border-right: 2px solid #dc002f;
  }
}
.lp-buttonConversion.of-tertiary {
  background: #000000;
}
@media (hover) {
  .lp-buttonConversion.of-tertiary:hover {
    background: #fff;
    color: #dc002f;
  }
}

.lp-textPhoneLink {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.4rem;
  color: #000;
  gap: 0.4rem 0.8rem;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink {
    flex-direction: column-reverse;
  }
}
.lp-textPhoneLink-notes {
  display: block;
  font-size: 1.2rem;
}
.lp-textPhoneLink-number {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.lp-textPhoneLink-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 2rem;
}
.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhoneLink-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhoneLink-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhoneLink-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhoneLink-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

@media screen and (min-width: 1024px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .lp-largeScreen-line-break {
    display: inline;
  }
}
@media 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-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .lp-smallScreen-hide {
    display: none !important;
  }
}
.lp-smallScreen-show {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-show {
    display: flex !important;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-textAlign-right {
  text-align: right;
}
.lp-utility-alignItems-center {
  align-items: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-fontSize-large {
  font-size: 4rem;
}
@media screen and (max-width: 1820px) {
  .lp-utility-fontSize-large {
    font-size: calc(3rem + (1vw - 1.365rem) * (2.1978021978));
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-fontSize-large {
    font-size: 4rem;
  }
}
