: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-family: source-han-sans-japanese, "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: 16px;
}

ul,
ol {
  list-style: none;
}

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

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

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

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

abbr[title] {
  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;
}

.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_BASE-BLACK: #283350;
  --LP_COLOR_BLACK: #000;
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_RED: #dc002f;
  --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_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));
}

.lp-layout-container.of-outermost {
  background-color: var(--LP_BACKGROUND-COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 4rem;
}
.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 > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1600px;
  margin-inline: auto;
  padding: 2.2rem 4rem;
}
@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;
  font-size: 1.2rem;
  line-height: 1.2;
  gap: 1.6rem 3.3rem;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #d9d9d9;
}
.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-jumbotron {
  position: relative;
}
.lp-jumbotron::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62rem;
  background: url(../../../../../img/products/bz-x1000/203783001/203783001_bg_01.jpg) no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron::before {
    height: calc(32rem + (1vw - 1.024rem) * (33.4821428571));
    background-size: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron::before {
    height: 48rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron::before {
    height: max(24rem + (1vw - 0.36rem) * (19.6078431373), 24rem);
  }
}
.lp-jumbotron-content {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  max-width: 1600px;
  margin-inline: auto;
  padding: 16rem 4rem 4rem;
  gap: 4.8rem 6.4rem;
}
@media only screen and (max-width: 1599px) {
  .lp-jumbotron-content {
    padding-top: calc(12rem + (1vw - 1.024rem) * (6.9444444444));
    column-gap: calc(3.2rem + (1vw - 1.024rem) * (5.5555555556));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    padding-top: 4rem;
    padding-right: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
    padding-left: max(4rem + (1vw - 0.768rem) * (46.875), 4rem);
    row-gap: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    padding-right: max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
    padding-left: max(2rem + (1vw - 0.36rem) * (9.8039215686), 2rem);
  }
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-body.of-area-title {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  padding-top: 4rem;
}
@media only screen and (max-width: 1599px) {
  .lp-jumbotron-body.of-area-title {
    padding-top: max(0.4rem + (1vw - 1.024rem) * (6.25), 0.4rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-body.of-area-title {
    grid-column: 1/-1;
  }
}
.lp-jumbotron-body.of-area-button {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-body.of-area-button {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-image {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.lp-jumbotron-imageGroup {
  display: grid;
  grid-column: 2/3;
  grid-row: 1/3;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  padding-top: 8rem;
  column-gap: 0.8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-imageGroup {
    padding-top: calc(0.8rem + (1vw - 1.024rem) * (8.0357142857));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-imageGroup {
    grid-column: 1/-1;
    grid-row: 2/3;
    max-width: 56rem;
    margin-inline: auto;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-imageGroup {
    grid-template-columns: none;
    max-width: 48rem;
    row-gap: 0.4rem;
  }
}
[data-script-enabled=true] .lp-jumbotron-image.of-animation-primary, [data-script-enabled=true] .lp-jumbotron-image.of-animation-secondary {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron-image.of-animation-primary, [data-script-enabled=true] .lp-jumbotron-image.of-animation-secondary {
    opacity: 1;
  }
}
[data-script-enabled=true] .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] .is-show .lp-jumbotron-image.of-animation-primary {
    animation: none;
  }
}
[data-script-enabled=true] .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] .is-show .lp-jumbotron-image.of-animation-secondary {
    animation: none;
  }
}
.lp-jumbotron-title {
  margin-bottom: 4.8rem;
  font-family: var(--LP-FONT-FAMILY_SERIF);
  font-size: 5.4rem;
  line-height: 1.3;
  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: 1599px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (3.8194444444));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-size: max(2.4rem + (1vw - 0.36rem) * (3.9215686275), 2.4rem);
  }
}
.lp-jumbotron-series {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .lp-jumbotron-series {
    font-size: max(1.4rem + (1vw - 1.024rem) * (0.6944444444), 1.4rem);
  }
}
.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-seriesGroup {
    padding: 0.4rem 0;
  }
}
[data-script-enabled=true] .lp-jumbotron-seriesGroup.of-animation-primary, [data-script-enabled=true] .lp-jumbotron-seriesGroup.of-animation-secondary {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron-seriesGroup.of-animation-primary, [data-script-enabled=true] .lp-jumbotron-seriesGroup.of-animation-secondary {
    opacity: 1;
  }
}
[data-script-enabled=true] .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] .is-show .lp-jumbotron-seriesGroup.of-animation-primary {
    animation: none;
  }
}
[data-script-enabled=true] .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] .is-show .lp-jumbotron-seriesGroup.of-animation-secondary {
    animation: none;
  }
}
.lp-jumbotron-seriesName {
  display: block;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-seriesName {
    display: inline;
  }
}

.lp-section {
  position: relative;
  font-size: 2rem;
}
@media only screen and (max-width: 1279px) {
  .lp-section {
    font-size: max(1.6rem + (1vw - 1.024rem) * (1.5625), 1.6rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-section {
    font-size: 1.5rem;
  }
}
.lp-section::before {
  content: "";
  position: absolute;
  top: 6.4rem;
  left: 50%;
  width: 48rem;
  height: 48rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #4c3199;
  filter: blur(150px);
}
@media only screen and (max-width: 767px) {
  .lp-section::before {
    width: 24rem;
    height: 24rem;
    filter: blur(100px);
  }
}
.lp-section-content {
  position: relative;
  max-width: calc(1280px + 8rem);
  margin-inline: auto;
  padding: 8rem 4rem;
}
@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-header {
  margin-bottom: 4rem;
}
.lp-section-header > *:last-child {
  margin-bottom: 0;
}
.lp-section-body > *:last-child {
  margin-bottom: 0;
}

.lp-sectionConversion {
  position: relative;
}
.lp-sectionConversion::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56rem;
  background: url(../../../../../img/products/bz-x1000/203783001/203783001_bg_02.jpg) no-repeat;
  background-position: center;
}
@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;
  font-family: var(--LP-FONT-FAMILY_SERIF);
  font-size: 5.6rem;
  font-weight: var(--LP_FONT-WEIGHT_BOLD);
  line-height: 1.2;
  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: 1279px) {
  .lp-sectionConversion-title {
    font-size: max(2.2rem + (1vw - 1.024rem) * (13.28125), 2.2rem);
  }
}
.lp-sectionConversion-text {
  margin-bottom: 6.4rem;
  font-family: var(--LP-FONT-FAMILY_SERIF);
  font-size: 4rem;
}
@media only screen and (max-width: 1279px) {
  .lp-sectionConversion-text {
    font-size: max(2rem + (1vw - 1.024rem) * (7.8125), 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-sectionConversion-text {
    margin-bottom: max(4rem + (1vw - 0.36rem) * (5.8823529412), 4rem);
  }
}
.lp-sectionConversion-image {
  max-width: fit-content;
  margin-bottom: 4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 1279px) {
  .lp-sectionConversion-image {
    max-width: max(40rem + (1vw - 1.024rem) * (78.125), 40rem);
  }
}

.lp-headingLevel2 {
  margin-bottom: 2.4rem;
  font-family: var(--LP-FONT-FAMILY_SERIF);
  font-size: 4.8rem;
  font-weight: var(--LP_FONT-WEIGHT_REGULAR);
  line-height: 1.3;
}
@media only screen and (max-width: 1279px) {
  .lp-headingLevel2 {
    font-size: max(2.6rem + (1vw - 1.024rem) * (8.59375), 2.6rem);
  }
}
@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    font-size: max(2rem + (1vw - 0.36rem) * (1.4705882353), 2rem);
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-number {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.lp-textPhone-numberGroup.of-justifyContent-center {
  justify-content: center;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}
.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;
  opacity: 1;
  color: var(--LP_COLOR_WHITE);
  text-decoration: none;
  cursor: default;
}
@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;
  }
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
  display: inline-block;
  opacity: 1;
  color: var(--COLOR_LIGHT);
  text-decoration: none;
  cursor: default;
}

.lp-label {
  display: inline-grid;
  align-items: center;
  min-height: 6.4rem;
  max-height: 7.2rem;
  padding: 0.6rem;
  background-color: var(--LP_BACKGROUND-COLOR_WHITE);
  color: var(--LP_COLOR_RED);
  font-size: 1.2rem;
  font-weight: var(--LP_FONT-WEIGHT_BOLD);
  text-align: center;
  clip-path: circle(50%);
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1599px) {
  .lp-label {
    min-height: max(4rem + (1vw - 1.024rem) * (4.1666666667), 4rem);
    max-height: max(6.6rem + (1vw - 1.024rem) * (1.0416666667), 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-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.lp-listButton[class*=of-column-] {
  display: grid;
  max-width: fit-content;
  margin-inline: auto;
  column-gap: 0.8rem;
}
.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;
    max-width: fit-content;
    margin-inline: auto;
    column-gap: 0.8rem;
  }
  .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-image {
  margin-bottom: 0;
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image, [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image {
  position: relative;
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image::before, [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left center;
  animation: none;
  opacity: 1;
  background-image: var(--LP_BAR-COLOR);
  inset: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image::before, [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image::before {
    content: none;
  }
}
[data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image img, [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image img {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-figure.of-animation-primary .lp-figure-image img, [data-script-enabled=true] .lp-figure.of-animation-secondary .lp-figure-image img {
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-primary img, [data-script-enabled=true] .lp-figure.is-show.of-animation-secondary 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-primary img, [data-script-enabled=true] .lp-figure.is-show.of-animation-secondary img {
    animation: none;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-figure.is-show.of-animation-primary .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-primary .lp-figure-image::before {
    content: none;
    animation: none;
  }
}
[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_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-secondary .lp-figure-image::before {
    content: none;
    animation: none;
  }
}

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

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

@media only screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-smallScreen-show {
    display: none;
  }
  .lp-extraLargeScreen-lastChild {
    margin-bottom: 0;
  }
}
@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;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
