:root {
  font-size: 10px;
}

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

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

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  -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: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          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-size: 1em;
  font-family: monospace;
}

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-size: 100%;
  line-height: inherit;
  font-family: 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;
}

.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;
}

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

:root {
  --LP_BACKGROUND-COLOR_BLACK: #000;
  --LP_BACKGROUND-COLOR_WHITE: #fff;
  --LP_COLOR_BLACK: #000;
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_RED: #dc002f;
  --LP_COLOR_BASE-BLACK: #283350;
  --LP_FONT-WEIGHT_REGULAR: 400;
  --LP_FONT-WEIGHT_SEMIBOLD: 600;
  --LP_FONT-WEIGHT_BOLD: 700;
  --LP_FONT-FAMILY_SERIF: source-han-serif-japanese, serif;
  --LP_ANIMATION_JUMBOTRON_DURATION: 0.5s;
  --LP_ANIMATION_JUMBOTRON_PRIMARY_DELAY: 0.5s;
  --LP_ANIMATION_JUMBOTRON_SECONDARY_DELAY: calc(var(--LP_ANIMATION_JUMBOTRON_DURATION) + var(--LP_ANIMATION_JUMBOTRON_PRIMARY_DELAY) + 0.5s);
  --LP_ANIMATION_SLIDE_DURATION: 0.8s;
  --LP_ANIMATION_SLIDE_DELAY: 0.5s;
  --LP_BAR-COLOR: linear-gradient(270deg, #4a2ca3 0%, #1d1b57 100%);
  --LP_ANIMATION_WIPE-IN_DURATION: 0.5s;
  --LP_ANIMATION_WIPE-OUT_DURATION: 0.5s;
  --LP_ANIMATION_IMAGE_FADE-IN_DURATION: 0.1s;
  --LP_ANIMATION_WIPE-IN_EASING: cubic-bezier(0.22, 0.8, 0.2, 1);
  --LP_ANIMATION_WIPE-OUT_EASING: cubic-bezier(0.2, 0.7, 0.2, 1);
  --LP_ANIMATION_IMAGE_FADE-IN_EASING: ease-out;
  --LP_ANIMATION_WIPE-IN_PRIMARY_DELAY: 0s;
  --LP_ANIMATION_WIPE-IN_SECONDARY_DELAY: var(--LP_ANIMATION_WIPE-IN_DURATION);
  --LP_ANIMATION_IMAGE_FADE-IN_DELAY: calc(var(--LP_ANIMATION_WIPE-IN_SECONDARY_DELAY) + var(--LP_ANIMATION_WIPE-IN_DURATION));
  --LP_ANIMATION_WIPE-OUT_PRIMARY_DELAY: calc(var(--LP_ANIMATION_WIPE-IN_DURATION) + var(--LP_ANIMATION_WIPE-IN_PRIMARY_DELAY) + var(--LP_ANIMATION_WIPE-IN_DURATION));
  --LP_ANIMATION_WIPE-OUT_SECONDARY_DELAY: calc(var(--LP_ANIMATION_WIPE-OUT_PRIMARY_DELAY) + var(--LP_ANIMATION_WIPE-OUT_DURATION));
}

[data-script-enabled=true] .lp-layout-container.of-grid {
  display: grid;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-layout-container.of-grid {
    display: block;
  }
}

.lp-layout-header {
  background-color: var(--LP_BACKGROUND-COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-layout-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: 1600px;
  margin-inline: auto;
  padding: 2.2rem 4rem;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-header-content {
    padding-right: max(2rem + (1vw - 0.36rem) * (4.9019607843), 2rem);
    padding-left: max(2rem + (1vw - 0.36rem) * (4.9019607843), 2rem);
  }
}
.lp-layout-header-logo {
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo {
    text-align: center;
  }
}
.lp-layout-header-logo img {
  width: 11.4rem;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 9rem;
  }
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem;
}
.lp-layout-header-utilityList > li > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer {
  background-color: var(--LP_BACKGROUND-COLOR_WHITE);
  color: var(--LP_COLOR_BASE-BLACK);
}
.lp-layout-footer-content {
  max-width: 1600px;
  margin-inline: auto;
  padding: 2rem 4rem 6rem;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 3.3rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #d9d9d9;
  content: "";
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
  .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
    content: none;
  }
}
.lp-layout-footer-list > li a {
  color: currentColor;
  text-decoration: none;
}
.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 4rem;
  gap: 8rem 4rem;
}
.lp-layout-grid.of-gap-none {
  gap: 0;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-layout-grid.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.lp-layout-grid.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
.lp-layout-grid.of-column-7 {
  grid-template-columns: repeat(7, 1fr);
}
.lp-layout-grid.of-column-8 {
  grid-template-columns: repeat(8, 1fr);
}
.lp-layout-grid.of-column-9 {
  grid-template-columns: repeat(9, 1fr);
}
.lp-layout-grid.of-column-10 {
  grid-template-columns: repeat(10, 1fr);
}
.lp-layout-grid.of-column-11 {
  grid-template-columns: repeat(11, 1fr);
}
.lp-layout-grid.of-column-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-smallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-smallScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-layout-grid-column.of-subgrid {
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0;
  grid-row: span 3;
}
.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron {
  z-index: 1;
  position: relative;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron.of-top {
  background-color: var(--LP_BACKGROUND-COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-jumbotron.of-top::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62rem;
  background: url(../../../../../img/products/bz-x1000/182852001/182852001_bg_02.jpg) no-repeat;
  background-position: center;
  content: "";
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron.of-top::before {
    height: calc(32rem + (1vw - 1.024rem) * (33.4821428571));
    background-size: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron.of-top::before {
    height: 48rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-top::before {
    height: max(24rem + (1vw - 0.36rem) * (19.6078431373), 24rem);
  }
}
.lp-jumbotron.of-top .lp-jumbotron-content {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1600px;
  margin-inline: auto;
  padding: 16rem 4rem 4rem;
  gap: 4.8rem 6.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron.of-top .lp-jumbotron-content {
    column-gap: calc(3.2rem + (1vw - 1.024rem) * (3.5714285714));
    padding-top: calc(12rem + (1vw - 1.024rem) * (4.4642857143));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron.of-top .lp-jumbotron-content {
    row-gap: 6.4rem;
    padding: 4rem max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-top .lp-jumbotron-content {
    row-gap: max(3.2rem + (1vw - 0.768rem) * (12.5), 3.2rem);
    padding-right: max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
    padding-left: max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
  }
}
.lp-jumbotron.of-top .lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron.of-top .lp-jumbotron-body.of-area-title {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-end;
  padding-top: 4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron.of-top .lp-jumbotron-body.of-area-title {
    padding-top: max(0.4rem + (1vw - 1.024rem) * (4.0178571429), 0.4rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron.of-top .lp-jumbotron-body.of-area-title {
    grid-column: 1/-1;
  }
}
.lp-jumbotron.of-top .lp-jumbotron-body.of-area-button {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron.of-top .lp-jumbotron-body.of-area-button {
    grid-row: 3/4;
    grid-column: 1/-1;
  }
}
.lp-jumbotron.of-top .lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron.of-top .lp-jumbotron-image {
  grid-row: 1/2;
  grid-column: 1/-1;
}
.lp-jumbotron.of-top .lp-jumbotron-imageGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.8rem;
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: center;
  padding-top: 8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron.of-top .lp-jumbotron-imageGroup {
    padding-top: calc(0.8rem + (1vw - 1.024rem) * (8.0357142857));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron.of-top .lp-jumbotron-imageGroup {
    grid-row: 2/3;
    grid-column: 1/-1;
    max-width: 56rem;
    margin-inline: auto;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-top .lp-jumbotron-imageGroup {
    grid-template-columns: none;
    row-gap: 0.4rem;
    max-width: 48rem;
  }
}
.lp-jumbotron.of-top .lp-jumbotron-title {
  margin-bottom: 4.8rem;
  font-size: 5.4rem;
  line-height: 1.3;
  font-family: var(--LP_FONT-FAMILY_SERIF);
  text-shadow: 0 0 24px var(--LP_COLOR_BLACK), 0 0 24px var(--LP_COLOR_BLACK), 0 0 16px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK);
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron.of-top .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (2.4553571429));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron.of-top .lp-jumbotron-title {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-top .lp-jumbotron-title {
    font-size: max(2.4rem + (1vw - 0.36rem) * (3.9215686275), 2.4rem);
  }
}
.lp-jumbotron.of-top .lp-jumbotron-series {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron.of-top .lp-jumbotron-series {
    font-size: max(1.4rem + (1vw - 1.024rem) * (0.4464285714), 1.4rem);
  }
}
.lp-jumbotron.of-top .lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-top .lp-jumbotron-seriesGroup {
    padding: 0.4rem 0;
  }
}
.lp-jumbotron.of-top .lp-jumbotron-seriesName {
  display: block;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-top .lp-jumbotron-seriesName {
    display: inline;
  }
}
.lp-jumbotron:not(.of-top) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron:not(.of-top) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron:not(.of-top) .lp-jumbotron-content {
    padding-top: 4rem;
  }
}
.lp-jumbotron:not(.of-top) .lp-jumbotron-image {
  background-image: radial-gradient(100% 100% at 50% 0%, #3d4a56 0%, #171420 100%);
  text-align: center;
}
.lp-jumbotron:not(.of-top) .lp-jumbotron-image.of-background-primary {
  background-image: radial-gradient(100% 100% at 50% 0%, #fff 0%, #dbdfe9 100%);
}

.lp-section {
  position: relative;
  font-size: 2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-section {
    font-size: max(1.8rem + (1vw - 1.024rem) * (0.2232142857), 1.8rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-section {
    font-size: 1.5rem;
  }
}
.lp-section::before {
  position: absolute;
  top: 6.4rem;
  left: 50%;
  width: 48rem;
  height: 48rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: rgba(170, 185, 255, 0.3019607843);
  content: "";
  filter: blur(150px);
}
.lp-section-group.of-dark .lp-section::before {
  background-color: #4c3199;
}
@media only screen and (max-width: 767px) {
  .lp-section::before {
    width: 24rem;
    height: 24rem;
    filter: blur(100px);
  }
}
[data-script-enabled=true] .lp-section-group {
  grid-row: 1/2;
  grid-column: 1/-1;
}
[data-script-enabled=true] .lp-section-group:where(:not(.is-default)) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
  opacity: 0;
}
[data-script-enabled=true] .lp-section-group.is-fading {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  animation: fadeOut 0.5s forwards;
  clip-path: none;
}
[data-script-enabled=true] .lp-section-group.is-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
[data-script-enabled=true] .lp-section-group.is-active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  animation: fadeIn 0.5s forwards;
  clip-path: none;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section-group {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
    opacity: 1;
  }
}
[data-script-enabled=true] .is-initial .lp-section-group.is-active {
  animation: none;
}
[data-script-enabled=true] .is-initial .lp-section-group:where(:not(.is-default)).is-active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
  opacity: 1;
}
.lp-section-group.of-dark {
  background-color: var(--LP_BACKGROUND-COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-section-content {
  position: relative;
  max-width: calc(1280px + 30rem);
  margin-inline: auto;
  padding: 8rem 4rem 8rem 26rem;
}
@media only screen and (max-width: 1023px) {
  .lp-section-content {
    padding-right: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
    padding-left: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: max(4rem + (1vw - 0.36rem) * (9.8039215686), 4rem) max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
  }
}
.lp-section-content > *:last-child {
  margin-bottom: 0;
}
.lp-section-header {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .lp-section-header {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (3.9215686275), 2.4rem);
  }
}
.lp-section-header > *:last-child {
  margin-bottom: 0;
}
.lp-section-body > *:last-child {
  margin-bottom: 0;
}
.lp-section.of-primary::before {
  content: none;
}
.lp-section.of-primary .lp-section-content {
  max-width: 1920px;
  padding: 4rem 0;
}
.lp-section.of-secondary .lp-section-content {
  max-width: 1920px;
  padding: 10rem 26rem;
}
@media only screen and (max-width: 1919px) {
  .lp-section.of-secondary .lp-section-content {
    padding-top: max(8rem + (1vw - 1.024rem) * (2.2321428571), 8rem);
    padding-right: max(4rem + (1vw - 1.024rem) * (24.5535714286), 4rem);
    padding-bottom: max(8rem + (1vw - 1.024rem) * (2.2321428571), 8rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section.of-secondary .lp-section-content {
    padding-right: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
    padding-left: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-section.of-secondary .lp-section-content {
    padding: max(4rem + (1vw - 0.36rem) * (9.8039215686), 4rem) max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
  }
}

[data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-image.of-animation-primary, [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-image.of-animation-secondary {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-image.of-animation-primary, [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-image.of-animation-secondary {
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-seriesGroup.of-animation-primary, [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-seriesGroup.of-animation-secondary {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-seriesGroup.of-animation-primary, [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup .lp-jumbotron-seriesGroup.of-animation-secondary {
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-image.of-animation-primary {
  animation: fadeIn var(--LP_ANIMATION_JUMBOTRON_DURATION) var(--LP_ANIMATION_JUMBOTRON_PRIMARY_DELAY) forwards;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-image.of-animation-primary {
    animation: none;
  }
}
[data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-image.of-animation-secondary {
  animation: fadeIn var(--LP_ANIMATION_JUMBOTRON_DURATION) var(--LP_ANIMATION_JUMBOTRON_SECONDARY_DELAY) forwards;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-image.of-animation-secondary {
    animation: none;
  }
}
[data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-seriesGroup.of-animation-primary {
  animation: fadeIn var(--LP_ANIMATION_JUMBOTRON_DURATION) var(--LP_ANIMATION_JUMBOTRON_PRIMARY_DELAY) forwards;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-seriesGroup.of-animation-primary {
    animation: none;
  }
}
[data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-seriesGroup.of-animation-secondary {
  animation: fadeIn var(--LP_ANIMATION_JUMBOTRON_DURATION) var(--LP_ANIMATION_JUMBOTRON_SECONDARY_DELAY) forwards;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.of-top .lp-jumbotron-imageGroup.is-show .lp-jumbotron-seriesGroup.of-animation-secondary {
    animation: none;
  }
}

.lp-sectionConversion {
  position: relative;
  background-color: var(--LP_BACKGROUND-COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-sectionConversion::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56rem;
  background: url(../../../../../img/products/bz-x1000/182852001/182852001_bg_05.jpg) no-repeat;
  background-position: center;
  content: "";
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion::before {
    height: max(18.7rem + (1vw - 0.36rem) * (23.9102564103), 18.7rem);
    background-size: cover;
  }
}
.lp-sectionConversion-content {
  position: relative;
  max-width: calc(1280px + 8rem);
  margin-inline: auto;
  padding: 8rem 4rem;
}
@media only screen and (max-width: 1023px) {
  .lp-sectionConversion-content {
    padding-right: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
    padding-left: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-sectionConversion-content {
    padding: max(4rem + (1vw - 0.36rem) * (9.8039215686), 4rem) max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
  }
}
.lp-sectionConversion-body > *:last-child {
  margin-bottom: 0;
}
.lp-sectionConversion-title {
  margin-bottom: 4rem;
  color: var(--LP_COLOR_WHITE);
  font-weight: var(--LP_FONT-WEIGHT_BOLD);
  font-size: 5.6rem;
  line-height: 1.2;
  font-family: var(--LP_FONT-FAMILY_SERIF);
  text-shadow: 0 0 24px var(--LP_COLOR_BLACK), 0 0 24px var(--LP_COLOR_BLACK), 0 0 16px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK);
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion-title {
    font-size: max(2.4rem + (1vw - 1.024rem) * (3.5714285714), 2.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-sectionConversion-title {
    font-size: max(2.2rem + (1vw - 0.36rem) * (0.4901960784), 2.2rem);
  }
}
.lp-sectionConversion-text {
  margin-bottom: 6.4rem;
  font-size: 4rem;
  font-family: var(--LP_FONT-FAMILY_SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion-text {
    font-size: max(2rem + (1vw - 1.024rem) * (2.2321428571), 2rem);
  }
}
.lp-sectionConversion-image {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion-image {
    max-width: max(40rem + (1vw - 1.024rem) * (22.3214285714), 40rem);
  }
}
html:has(#section-02.is-active) .lp-sectionConversion::before {
  background-image: url(../../../../../img/products/bz-x1000/182852001/182852001_bg_01.jpg);
}
html:has(#section-03.is-active) .lp-sectionConversion {
  background-color: var(--LP_BACKGROUND-COLOR_WHITE);
  color: var(--LP_COLOR_BASE-BLACK);
}

.lp-navigation {
  z-index: 5;
  position: sticky;
  top: 20.5rem;
  grid-row: 1/-1;
  grid-column: 1/-1;
  align-self: start;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 22rem;
  margin-bottom: 8rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 0 0.4rem 0.4rem 0;
  background: radial-gradient(100% 100% at 50% 0%, #485663 0%, #292833 100%);
}
[data-script-enabled=true] .lp-navigation {
  display: none;
}
html:has(.lp-section-group.is-active:not(#section-01)) .lp-navigation {
  display: block;
}
.lp-navigation-list {
  display: grid;
  gap: 0.8rem;
}
.lp-navigation-link {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  padding: 0.8rem 1.6rem;
  gap: 0.4rem;
  color: var(--LP_COLOR_WHITE);
  font-size: 1.4rem;
  text-decoration: none;
}
.lp-navigation-link::before {
  display: block;
  width: 1.4rem;
  height: 1rem;
  margin-top: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E  %3Cpath d='M8.10179 0.198766C8.3871 -0.0663228 8.84974 -0.0661881 9.13515 0.198766L13.786 4.51994C14.0713 4.7851 14.0713 5.2149 13.786 5.48006L9.13515 9.80123C8.84974 10.0662 8.3871 10.0663 8.10179 9.80123C7.81648 9.53614 7.81662 9.10629 8.10179 8.84112L11.5052 5.67898H0.730771C0.327177 5.67898 0 5.37499 0 5C0 4.62501 0.327177 4.32102 0.730771 4.32102H11.5052L8.10179 1.15888C7.81662 0.893708 7.81648 0.463856 8.10179 0.198766Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}
.lp-navigation-link[aria-current=page] {
  background-image: linear-gradient(90deg, #af99ff 0%, #2d77ff 100%);
  pointer-events: none;
}
@media (hover: hover) {
  .lp-navigation-link:hover {
    text-decoration: underline;
  }
}

.lp-headingLevel2 {
  margin-bottom: 8rem;
  font-size: 3.2rem;
  font-family: var(--LP_FONT-FAMILY_SERIF);
}
@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    font-size: max(2.6rem + (1vw - 0.36rem) * (1.4705882353), 2.6rem);
  }
}

.lp-headingLevel3 {
  display: block;
  margin-bottom: 2.4rem;
  font-weight: var(--LP_FONT-WEIGHT_REGULAR);
  font-size: 4rem;
  line-height: 1.3;
  font-family: var(--LP_FONT-FAMILY_SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3 {
    font-size: max(2.4rem + (1vw - 1.024rem) * (1.7857142857), 2.4rem);
  }
}
.lp-headingLevel3-group {
  margin-bottom: 2.4rem;
}
.lp-headingLevel3-group > *:last-child {
  margin-bottom: 0;
}
.lp-headingLevel3-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3.2rem;
  border: 1px solid #697fed;
  border-radius: 0.4rem;
  background-image: linear-gradient(90deg, #af99ff 0%, #2d77ff 100%);
  color: var(--LP_COLOR_WHITE);
  font-weight: var(--LP_FONT-WEIGHT_REGULAR);
  font-size: 2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3-label {
    font-size: max(1.8rem + (1vw - 1.024rem) * (0.2232142857), 1.8rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3-label {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-headingLevel3-label {
    font-size: 1.5rem;
  }
}

.lp-headingLevel4 {
  margin-bottom: 0.8rem;
  font-weight: var(--LP_FONT-WEIGHT_REGULAR);
  font-size: 3.2rem;
  font-family: var(--LP_FONT-FAMILY_SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel4 {
    font-size: max(1.8rem + (1vw - 1.024rem) * (1.5625), 1.8rem);
  }
}

.lp-text {
  margin-bottom: 2.4rem;
}

.lp-textPhone {
  display: block;
  margin-bottom: 2.4rem;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-number {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0 !important;
  margin-bottom: 0.8rem;
}
.lp-textPhone-numberGroup.of-justifyContent-center {
  justify-content: center;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
.lp-textPhone.of-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  a.lp-textPhone-body.lp-largeScreen-horizontal,
  a:hover.lp-textPhone-body.lp-largeScreen-horizontal {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
  a.lp-textPhone-body.lp-largeScreen-horizontal > *,
  a:hover.lp-textPhone-body.lp-largeScreen-horizontal > * {
    margin-bottom: 0;
  }
}

.lp-label {
  display: inline-grid;
  align-items: center;
  aspect-ratio: 1/1;
  min-height: 6.4rem;
  max-height: 7.2rem;
  padding: 0.6rem;
  background-color: var(--LP_BACKGROUND-COLOR_WHITE);
  color: var(--LP_COLOR_RED);
  font-weight: var(--LP_FONT-WEIGHT_BOLD);
  font-size: 1.2rem;
  text-align: center;
  clip-path: circle(50%);
}
@media only screen and (max-width: 1919px) {
  .lp-label {
    min-height: max(4rem + (1vw - 1.024rem) * (2.6785714286), 4rem);
    max-height: max(6.6rem + (1vw - 1.024rem) * (0.6696428571), 6.6rem);
  }
}

.lp-buttonConversion {
  font-size: 1.8rem;
}
.lp-buttonConversion.of-border-radius {
  border-radius: 0.4rem;
}
.lp-buttonConversion.of-shadow {
  box-shadow: 0 0 16px var(--LP_COLOR_BLACK);
}

.lp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 0.8rem 1.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1919px) {
  .lp-list {
    font-size: max(1.4rem + (1vw - 1.024rem) * (0.2232142857), 1.4rem);
  }
}
.lp-list > li {
  position: relative;
}
.lp-list > li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #b4b4b4;
  content: "";
}
.lp-list > li:last-child::before {
  content: none;
}

.lp-listUnordered {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  gap: 1.6rem 0;
}
.lp-listUnordered > li {
  position: relative;
  padding-left: 1.2rem;
}
.lp-listUnordered > li::before {
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
  gap: 1.6rem;
}
.lp-listButton[class*=of-column-] {
  display: grid;
  column-gap: 0.8rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.lp-listButton[class*=of-column-] > li.of-width-full {
  grid-column: 1/-1;
}
.lp-listButton[class*=of-column-] > li .lp-buttonConversion {
  display: flex;
  justify-content: center;
  height: 100%;
}
.lp-listButton.of-column-2 {
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 1023px) {
  .lp-listButton[class*=lp-smallScreen-column-] {
    display: grid;
    column-gap: 0.8rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
  .lp-listButton[class*=lp-smallScreen-column-] > li.lp-smallScreen-width-full {
    grid-column: 1/-1;
  }
  .lp-listButton[class*=lp-smallScreen-column-] > li .lp-buttonConversion {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .lp-listButton.lp-smallScreen-column-2 {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .lp-listButton.lp-extraSmallScreen-width-full {
    grid-template-columns: none;
    justify-content: normal;
    max-width: none;
  }
  .lp-listButton.lp-extraSmallScreen-width-full > li {
    width: 100%;
  }
  .lp-listButton.lp-extraSmallScreen-width-full > li .lp-buttonConversion {
    display: flex;
    justify-content: center;
  }
}

.lp-figure {
  margin-bottom: 4rem;
}
.lp-figure-caption {
  margin-bottom: 2.4rem;
  padding-left: 0.8rem;
  border-left: 3px solid;
  border-left: 2px solid #b4b4b4;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-figure-caption {
    font-size: max(1.8rem + (1vw - 0.768rem) * (0.1736111111), 1.8rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-figure-caption {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-figure-caption {
    font-size: 1.5rem;
  }
}
.lp-figure-image {
  margin-bottom: 0;
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image {
  position: relative;
  top: 0;
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image:not(:first-child) {
  position: absolute;
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image:nth-of-type(1) {
  z-index: calc(5 - 1);
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image:nth-of-type(2) {
  z-index: calc(5 - 2);
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image:nth-of-type(3) {
  z-index: calc(5 - 3);
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image:nth-of-type(4) {
  z-index: calc(5 - 4);
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-imageGroup {
  position: relative;
}
[data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image, [data-script-enabled=true] .lp-figure.of-animation-tertiary .lp-figure-image {
  position: relative;
}
[data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image::before, [data-script-enabled=true] .lp-figure.of-animation-tertiary .lp-figure-image::before {
  z-index: 2;
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left center;
  background-image: var(--LP_BAR-COLOR);
  content: "";
  animation: none;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image::before, [data-script-enabled=true] .lp-figure.of-animation-tertiary .lp-figure-image::before {
    content: none;
  }
}
[data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image img, [data-script-enabled=true] .lp-figure.of-animation-tertiary .lp-figure-image img {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image img, [data-script-enabled=true] .lp-figure.of-animation-tertiary .lp-figure-image img {
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-primary .lp-figure-image:not(:last-child) {
  animation: slide var(--LP_ANIMATION_SLIDE_DURATION) linear both;
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-primary .lp-figure-image:nth-of-type(1) {
  animation-delay: calc(1 * var(--LP_ANIMATION_SLIDE_DURATION) + 1 * var(--LP_ANIMATION_SLIDE_DELAY));
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-primary .lp-figure-image:nth-of-type(2) {
  animation-delay: calc(2 * var(--LP_ANIMATION_SLIDE_DURATION) + 2 * var(--LP_ANIMATION_SLIDE_DELAY));
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-primary .lp-figure-image:nth-of-type(3) {
  animation-delay: calc(3 * var(--LP_ANIMATION_SLIDE_DURATION) + 3 * var(--LP_ANIMATION_SLIDE_DELAY));
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-secondary img, [data-script-enabled=true] .lp-figure.is-show.of-animation-tertiary img {
  animation: fadeIn var(--LP_ANIMATION_IMAGE_FADE-IN_DURATION) var(--LP_ANIMATION_IMAGE_FADE-IN_EASING) var(--LP_ANIMATION_IMAGE_FADE-IN_DELAY) forwards;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.is-show.of-animation-secondary img, [data-script-enabled=true] .lp-figure.is-show.of-animation-tertiary img {
    animation: none;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-secondary .lp-figure-image::before {
  animation: wipeIn var(--LP_ANIMATION_WIPE-IN_DURATION) var(--LP_ANIMATION_WIPE-IN_EASING) forwards var(--LP_ANIMATION_WIPE-IN_PRIMARY_DELAY), wipeOut var(--LP_ANIMATION_WIPE-OUT_DURATION) var(--LP_ANIMATION_WIPE-OUT_EASING) forwards var(--LP_ANIMATION_WIPE-OUT_PRIMARY_DELAY);
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.is-show.of-animation-secondary .lp-figure-image::before {
    content: none;
    animation: none;
  }
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-tertiary .lp-figure-image::before {
  animation: wipeIn var(--LP_ANIMATION_WIPE-IN_DURATION) var(--LP_ANIMATION_WIPE-IN_EASING) forwards var(--LP_ANIMATION_WIPE-IN_SECONDARY_DELAY), wipeOut var(--LP_ANIMATION_WIPE-OUT_DURATION) var(--LP_ANIMATION_WIPE-OUT_EASING) forwards var(--LP_ANIMATION_WIPE-OUT_SECONDARY_DELAY);
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.is-show.of-animation-tertiary .lp-figure-image::before {
    content: none;
    animation: none;
  }
}

.lp-figureVideo {
  max-width: 102.4rem;
  margin-bottom: 4rem;
  margin-inline: auto;
}
.lp-figureVideo-video {
  aspect-ratio: 16/9;
  width: 100%;
  vertical-align: top;
}

.lp-card {
  margin-bottom: 4rem;
  padding: 1.6rem;
  border-radius: 0.4rem;
  background-color: #e0e0e0;
  color: var(--LP_COLOR_BASE-BLACK);
}
.lp-card.of-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-card-content > *:last-child {
  margin-bottom: 0;
}

.lp-cardLink {
  display: grid;
  position: relative;
  align-items: flex-end;
  aspect-ratio: 3/2;
  padding: 5.4rem 4rem 5.4rem 8rem;
  overflow: hidden;
  background-image: radial-gradient(100% 100% at 50% 0%, #3d4a56 0%, #171420 100%);
  color: var(--LP_COLOR_WHITE);
  font-weight: var(--LP_FONT-WEIGHT_BOLD);
  line-height: 1.3;
  text-decoration: none;
}
.lp-cardLink::before {
  position: absolute;
  inset: 0;
  background: url(../../../../img/products/bz-x1000/182852001/182852001_bg_03.png) center/cover no-repeat;
  content: "";
  transition: transform 1s;
}
.lp-cardLink::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%, #000 100%);
  content: "";
}
.lp-cardLink-content {
  display: grid;
  z-index: 1;
  position: relative;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
.lp-cardLink-content::after {
  display: block;
  align-self: flex-end;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='9' viewBox='0 0 26 9' fill='none'%3E%3Cpath d='M20.3572 0.175647C20.5915 -0.0586084 20.9713 -0.0584894 21.2057 0.175647L25.0242 3.9942C25.2585 4.22852 25.2585 4.60832 25.0242 4.84264L21.2057 8.66119C20.9713 8.89533 20.5915 8.89545 20.3572 8.66119C20.123 8.42694 20.1231 8.04709 20.3572 7.81276L23.1516 5.01842H0.6C0.268629 5.01842 0 4.74979 0 4.41842C0 4.08705 0.268629 3.81842 0.6 3.81842H23.1516L20.3572 1.02408C20.1231 0.789755 20.123 0.409902 20.3572 0.175647Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(27, 26, 38, 0.4);
  content: "";
}
.lp-cardLink-body > *:last-child {
  margin-bottom: 0;
}
.lp-cardLink-text {
  margin-bottom: 0.8rem;
  font-size: 4rem;
  font-family: var(--LP_FONT-FAMILY_SERIF);
  text-shadow: 0 0 4px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK);
}
@media only screen and (max-width: 1919px) {
  .lp-cardLink-text {
    font-size: max(2.4rem + (1vw - 1.024rem) * (1.7857142857), 2.4rem);
  }
}
.lp-cardLink-text em {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #af99ff 0%, #2d77ff 100%);
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0px 0px 4px rgb(0, 0, 0)) drop-shadow(0px 0px 8px rgb(0, 0, 0));
}
.lp-cardLink-text em.of-primary {
  background-image: linear-gradient(90deg, #e0e6ff 0%, #a6ff00 100%);
}
.lp-cardLink-subtext {
  font-size: 2.4rem;
  text-shadow: 0 0 4px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK), 0 0 8px var(--LP_COLOR_BLACK);
}
@media only screen and (max-width: 1919px) {
  .lp-cardLink-subtext {
    font-size: max(1.6rem + (1vw - 1.024rem) * (0.8928571429), 1.6rem);
  }
}
.lp-cardLink.of-primary {
  background-image: radial-gradient(100% 100% at 50% 0%, #fff 0%, #dbdfe9 100%);
}
.lp-cardLink.of-primary::before {
  background-image: url(../../../../img/products/bz-x1000/182852001/182852001_bg_04.png);
}
.lp-cardLink.of-primary::after {
  background: linear-gradient(180deg, rgba(133, 140, 164, 0) 0%, rgba(133, 140, 164, 0.2) 70%, #858ca4 100%);
}
@media (hover: hover) {
  .lp-cardLink:hover::before {
    transform: scale(1.25);
  }
}

.lp-media {
  display: grid;
  grid-template: "body image" auto/1fr 1fr;
  margin-bottom: 4rem;
  gap: 4rem;
}
.lp-media.of-row-reverse {
  grid-template-areas: "image body";
}
.lp-media.of-alignItems-center {
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .lp-media.lp-smallScreen-column-reverse {
    grid-template: "image" "body" auto/1fr;
  }
}
.lp-media-body {
  grid-area: body;
}
.lp-media-body > *:last-child {
  margin-bottom: 0;
}
.lp-media-image {
  grid-area: image;
}
.lp-media-image.of-width-primary {
  width: 89.6rem;
}
@media only screen and (max-width: 1919px) {
  .lp-media-image.of-width-primary {
    width: calc(32.4rem + (1vw - 1.024rem) * (63.8392857143));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media-image.of-width-primary {
    width: auto;
  }
}
.lp-media-image > *:last-child {
  margin-bottom: 0;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP_FONT-WEIGHT_BOLD);
}

@media only screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-justifyContent-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-smallScreen-show {
    display: none;
  }
  .lp-extraLargeScreen-lastChild {
    margin-bottom: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    clip-path: inset(0px 0px 0px 0%);
  }
  100% {
    clip-path: inset(0px 0px 0px 100%);
  }
}
@keyframes wipeIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes wipeOut {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
    opacity: 1;
  }
}
