: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-COLOR-BASE_BLACK: #2a2a2a;
  --LP-COLOR-BLACK: #000;
  --LP-COLOR-WHITE: #fff;
  --LP-FONT-FAMILY-SERIF: source-han-serif-japanese, serif;
}

.lp-layout-container {
  margin-inline: auto;
}
.lp-layout-container:not(.of-outermost) {
  max-width: 126rem;
}
.lp-layout-container.of-outermost {
  color: var(--LP-COLOR-BASE_BLACK);
}
.lp-layout-container.of-width-small {
  max-width: 100rem;
}
.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 4rem;
  gap: 8rem 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: 1919px) {
  .lp-layout-grid {
    row-gap: max(6.4rem + (1vw - 0.36rem) * (1.0256410256), 6.4rem);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-extraSmallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-extraSmallScreen-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-layout-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: calc(1520px + 8rem);
  margin-inline: auto;
  padding: 1.6rem 4rem;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-header-content {
    grid-template-columns: none;
    padding: 2rem max(2rem + (1vw - 0.36rem) * (3.0120481928), 2rem);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-layout-header-logo {
    text-align: center;
  }
}
.lp-layout-header-logo img {
  width: 13.6rem;
}
@media only screen and (max-width: 1024px) {
  .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-content {
  max-width: calc(1520px + 8rem);
  margin-inline: auto;
  padding: 1.2rem 4rem;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer-content {
    padding: 2.8rem max(2rem + (1vw - 0.36rem) * (3.0120481928), 2rem);
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 3.5rem;
  font-size: 1.3rem;
}
.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: #949494;
  content: "";
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .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 {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  min-height: 100vh;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron {
    min-height: auto;
  }
}
.lp-jumbotron-content {
  width: 100%;
  max-width: calc(1520px + 8rem);
  margin-inline: auto;
  padding: 10rem 4rem;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    padding: 2rem max(2rem + (1vw - 0.36rem) * (21.0843373494), 2rem) 9rem;
  }
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 7.2rem;
  font-family: var(--LP-FONT-FAMILY-SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    margin-bottom: max(1.6rem + (1vw - 0.36rem) * (0.5128205128), 1.6rem);
    font-size: max(3.2rem + (1vw - 0.36rem) * (2.5641025641), 3.2rem);
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 4rem;
  font-weight: normal;
  line-height: 1.2;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 4rem;
  font-size: 4rem;
  font-family: var(--LP-FONT-FAMILY-SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-subtitle {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (1.0256410256), 2.4rem);
    font-size: max(2.2rem + (1vw - 0.36rem) * (1.1538461538), 2.2rem);
  }
}
.lp-jumbotron-series {
  font-weight: bold;
  font-size: 2.2rem;
  font-family: var(--LP-FONT-FAMILY-SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-series {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.2564102564), 1.8rem);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-series {
    display: block;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 0.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-seriesGroup {
    flex-direction: column;
    align-items: center;
  }
}
.lp-jumbotron-seriesGroup > .lp-label {
  margin-bottom: 0;
}

.lp-section {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  .lp-section {
    font-size: max(1.5rem + (1vw - 0.36rem) * (0.1923076923), 1.5rem);
  }
}
.lp-section.of-dark {
  background-color: var(--LP-COLOR-BLACK);
  color: var(--LP-COLOR-WHITE);
}
.lp-section:not(.of-image, .of-video) .lp-section-content {
  max-width: calc(1520px + 8rem);
  margin-inline: auto;
  padding: 12rem 4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-section:not(.of-image, .of-video) .lp-section-content {
    padding-top: max(8rem + (1vw - 0.36rem) * (2.5641025641), 8rem);
    padding-bottom: max(6.4rem + (1vw - 0.36rem) * (3.5897435897), 6.4rem);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-section:not(.of-image, .of-video) .lp-section-content {
    padding-right: max(2rem + (1vw - 0.36rem) * (21.0843373494), 2rem);
    padding-left: max(2rem + (1vw - 0.36rem) * (21.0843373494), 2rem);
  }
}
.lp-section-header {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-section-header {
    margin-bottom: max(6.4rem + (1vw - 0.36rem) * (1.0256410256), 6.4rem);
  }
}
.lp-section-body > *:last-child {
  margin-bottom: 0;
}
.lp-section-text {
  margin-bottom: 2.4rem;
  line-height: 2;
}
.lp-section-textGroup {
  margin-bottom: 6.4rem;
}
.lp-section-textGroup > *:last-child {
  margin-bottom: 0;
}
.lp-section.of-image .lp-section-content {
  display: grid;
  position: relative;
  grid-template: "margin body image" auto/max((100% - 1520px) / 2, 40px) 1fr calc(1248 / 1920 * 100%);
  align-items: center;
  min-height: 100vh;
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-image .lp-section-content {
    min-height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-section.of-image .lp-section-content {
    grid-template: "image" "body" auto/1fr;
    padding-top: 4rem;
  }
}
.lp-section.of-image .lp-section-body {
  display: grid;
  z-index: 6;
  position: relative;
  grid-area: body;
  align-content: center;
  height: 100%;
  margin-right: max(-27.2rem + (1vw - 1.366rem) * (-19.8555956679), -38.2rem);
  padding: 14rem 10rem 14rem 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .lp-section.of-image .lp-section-body {
    margin-right: 0;
    padding: 2rem max(2rem + (1vw - 0.36rem) * (21.0843373494), 2rem) 4rem;
  }
}
.lp-section.of-image .lp-section-body > *:last-child {
  margin-bottom: 0;
}
.lp-section.of-image:has(.is-show) .lp-section-body::before {
  width: 100%;
  transition: width 0.5s linear 5.5s;
}
.lp-section.of-image .lp-section-imageGroup {
  position: relative;
  grid-area: image;
  width: 100%;
  height: 100%;
  text-align: right;
}
.lp-section.of-image .lp-section-imageGroup.is-show .lp-section-image:not(:last-child) {
  animation: slide 0.8s linear both;
}
.lp-section.of-image .lp-section-imageGroup.is-show .lp-section-image:nth-of-type(1) {
  animation-delay: calc(1 * 0.8s + 1 * 0.5s);
}
.lp-section.of-image .lp-section-imageGroup.is-show .lp-section-image:nth-of-type(2) {
  animation-delay: calc(2 * 0.8s + 2 * 0.5s);
}
.lp-section.of-image .lp-section-imageGroup.is-show .lp-section-image:nth-of-type(3) {
  animation-delay: calc(3 * 0.8s + 3 * 0.5s);
}
.lp-section.of-image .lp-section-image {
  position: relative;
  left: 0;
  width: 100%;
}
[data-script-enabled=true] .lp-section.of-image .lp-section-image {
  top: 50%;
  transform: translateY(-50%);
}
[data-script-enabled=true] .lp-section.of-image .lp-section-image:not(:first-child) {
  position: absolute;
}
.lp-section.of-image .lp-section-image:nth-of-type(1) {
  z-index: calc(5 - 1);
}
.lp-section.of-image .lp-section-image:nth-of-type(2) {
  z-index: calc(5 - 2);
}
.lp-section.of-image .lp-section-image:nth-of-type(3) {
  z-index: calc(5 - 3);
}
.lp-section.of-image .lp-section-image:nth-of-type(4) {
  z-index: calc(5 - 4);
}
.lp-section.of-image .lp-section-image > img {
  width: 100%;
}
.lp-section.of-video .lp-section-content {
  display: grid;
  grid-template: "margin2 video gutter body margin" auto/calc(64 / 1920 * 100%) calc(960 / 1920 * 100%) 100px 1fr max((100% - 1520px) / 2, 40px);
  align-items: center;
  min-height: 100vh;
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-video .lp-section-content {
    min-height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-section.of-video .lp-section-content {
    grid-template: "video" "body" auto/1fr;
    padding-top: 4rem;
  }
}
.lp-section.of-video .lp-section-body {
  grid-area: body;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media only screen and (max-width: 1919px) {
  .lp-section.of-video .lp-section-body {
    padding-top: max(10rem + (1vw - 1.024rem) * (4.4642857143), 10rem);
    padding-bottom: max(10rem + (1vw - 1.024rem) * (4.4642857143), 10rem);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-section.of-video .lp-section-body {
    padding: 2rem max(2rem + (1vw - 0.36rem) * (21.0843373494), 2rem) 4rem;
  }
}
.lp-section.of-video .lp-section-video {
  grid-area: video;
}
.lp-section.of-video .lp-section-video > *:last-child {
  margin-bottom: 0;
}

.lp-sectionConversion {
  position: relative;
}
.lp-sectionConversion::before, .lp-sectionConversion::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56rem;
  content: "";
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion::before, .lp-sectionConversion::after {
    height: max(18rem + (1vw - 0.36rem) * (24.358974359), 18rem);
  }
}
.lp-sectionConversion::before {
  z-index: 1;
  background: url(../../../../../img/products/bz-x1000/182852001/182852001_bg_01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.lp-sectionConversion::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}
.lp-sectionConversion-content {
  z-index: 3;
  position: relative;
  padding: 8rem 4rem;
}
@media only screen and (max-width: 1024px) {
  .lp-sectionConversion-content {
    padding: max(4rem + (1vw - 0.36rem) * (6.0240963855), 4rem) max(2rem + (1vw - 0.36rem) * (21.0843373494), 2rem) 2rem;
  }
}
.lp-sectionConversion-body > *:last-child {
  margin-bottom: 0;
}
.lp-sectionConversion-title {
  margin-bottom: 4rem;
  color: var(--LP-COLOR-WHITE);
  font-weight: normal;
  font-size: 5.6rem;
  line-height: 1.2;
  font-family: var(--LP-FONT-FAMILY-SERIF);
  text-shadow: 0px 0px 6px var(--LP-COLOR-BLACK), 0px 0px 6px var(--LP-COLOR-BLACK), 0px 0px 6px var(--LP-COLOR-BLACK);
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion-title {
    font-size: max(2rem + (1vw - 0.36rem) * (2.3076923077), 2rem);
  }
}
.lp-sectionConversion-text {
  margin-bottom: 6.4rem;
  font-size: 4rem;
  line-height: 1.3;
  font-family: var(--LP-FONT-FAMILY-SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion-text {
    margin-bottom: max(4rem + (1vw - 0.36rem) * (1.5384615385), 4rem);
    font-size: max(1.8rem + (1vw - 0.36rem) * (1.4102564103), 1.8rem);
  }
}
.lp-sectionConversion-image {
  margin-bottom: 4rem;
  text-align: center;
}

.lp-headingLevel2 {
  margin-bottom: 4rem;
  font-weight: normal;
  font-size: 4rem;
  line-height: 1.2;
  font-family: var(--LP-FONT-FAMILY-SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    font-size: max(2.6rem + (1vw - 0.36rem) * (0.8974358974), 2.6rem);
  }
}
.lp-headingLevel2 > em {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: normal;
  font-size: 8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2 > em {
    font-size: max(4rem + (1vw - 0.36rem) * (2.5641025641), 4rem);
  }
}

.lp-headingLevel3 {
  margin-bottom: 0.8rem;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.3;
  font-family: var(--LP-FONT-FAMILY-SERIF);
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3 {
    font-size: max(2rem + (1vw - 0.36rem) * (0.7692307692), 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-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  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;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

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

.lp-label {
  display: inline-block;
  min-width: 8.2rem;
  max-width: 12rem;
  margin-bottom: 0.8rem;
  padding: 0.4rem;
  border-radius: 0.4rem;
  background-color: #dc002f;
  color: var(--LP-COLOR-WHITE);
  font-size: 1.5rem;
  text-align: center;
}

.lp-buttonConversion.of-border-radius {
  border-radius: 0.4rem;
}

.lp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 0.8rem 1.6rem;
  font-size: 1.6rem;
}
.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: #288484;
  content: "";
}
.lp-list > li:last-child::before {
  content: none;
}

.lp-listUnordered {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.4rem;
  gap: 1.6rem 0;
}
@media only screen and (max-width: 1919px) {
  .lp-listUnordered {
    row-gap: max(1.2rem + (1vw - 0.36rem) * (0.2564102564), 1.2rem);
  }
}
.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: 4rem;
  gap: 1.6rem;
}
.lp-listButton.of-justifyContent-center {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .lp-listButton {
    gap: 0.8rem;
  }
  .lp-listButton.lp-extraSmallScreen-width-full > li {
    width: 100%;
  }
  .lp-listButton.lp-extraSmallScreen-width-full > li .lp-buttonConversion {
    width: 100%;
  }
  .lp-listButton.lp-extraSmallScreen-width-full > li .lp-buttonConversion-text {
    flex: 1;
    text-align: left;
  }
}

.lp-media {
  display: grid;
  grid-template: "body image" auto/1fr 1fr;
  margin-bottom: 4rem;
  gap: 0 4rem;
}
.lp-media.of-row-reverse {
  grid-template-areas: "image body";
}
@media only screen and (max-width: 1024px) {
  .lp-media.lp-extraSmallScreen-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-figure {
  margin-bottom: 4rem;
}
.lp-figure-caption {
  margin-bottom: 2.4rem;
  padding-left: 0.8rem;
  border-left: 3px solid;
  border-image: linear-gradient(#63b2d5, #63c4b3) 1;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-figure-caption {
    margin-bottom: max(0.8rem + (1vw - 0.36rem) * (1.0256410256), 0.8rem);
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.1282051282), 1.8rem);
  }
}
.lp-figure-body > *:last-child {
  margin-bottom: 0;
}

.lp-figureVideo {
  margin-bottom: 4rem;
}
.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: #e3f1ed;
}
.lp-card.of-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-card-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1919px) {
  .lp-card {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (1.0256410256), 2.4rem);
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .lp-extraSmallScreen-hide {
    display: none;
  }
  .lp-extraSmallScreen-textAlign-center {
    text-align: center;
  }
  .lp-extraSmallScreen-line-break {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .lp-extraSmallScreen-show {
    display: none;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}
@keyframes slide {
  0% {
    clip-path: inset(0px 0px 0px 0%);
  }
  100% {
    clip-path: inset(0px 0px 0px 100%);
  }
}
