.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("https://www.keyence.com.cn/css/products/img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("https://www.keyence.com.cn/css/products/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("https://www.keyence.com.cn/css/products/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("https://www.keyence.com.cn/css/products/img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("https://www.keyence.com.cn/css/products/img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("https://www.keyence.com.cn/css/products/img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("https://www.keyence.com.cn/css/products/img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("https://www.keyence.com.cn/css/products/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("https://www.keyence.com.cn/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-COLOR-GRAY: #757575;
}

.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 {
    padding: 2rem max(2rem + (1vw - 0.36rem) * (3.0120481928), 2rem);
  }
  .lp-layout-header:not(.of-primary) .lp-layout-header-content {
    grid-template-columns: none;
  }
  .lp-layout-header.of-primary .lp-layout-header-content {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.lp-layout-header-logo {
  line-height: 1;
}
@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;
  }
}
.theme-KC .lp-layout-header-logo img {
  width: 25rem;
}
@media only screen and (max-width: 1024px) {
  .theme-KC .lp-layout-header-logo img {
    width: 16.5rem;
  }
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 3.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-navigationSeries {
  max-width: none;
  margin: 0 0 3rem;
  padding: 0;
  border: none;
  color: var(--LP-COLOR-BASE_BLACK);
}
.lp-navigationSeries-linkList {
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 1.2rem 3.5rem;
  color: inherit;
  font-size: 1.3rem;
}
.lp-navigationSeries-linkList > li {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.lp-navigationSeries-linkList > li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #949494;
  content: "";
}
.lp-navigationSeries-linkList > li:first-child::before {
  content: none;
}
.lp-navigationSeries-linkList > li a {
  padding-left: 0;
  color: currentColor;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li a::before {
  content: none;
}
.lp-navigationSeries-linkList > 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;
}
@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-title.of-fontSize-small {
  font-size: 6.8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title.of-fontSize-small {
    font-size: max(2.8rem + (1vw - 0.36rem) * (2.5641025641), 2.8rem);
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 2rem;
  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;
}
@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-subtitle.of-marginBottom-primary {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-subtitle.of-marginBottom-primary {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (2.5641025641), 2.4rem);
  }
}
.lp-jumbotron-subtitle.of-fontSize-small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-subtitle.of-fontSize-small {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.3846153846), 1.8rem);
  }
}
.lp-jumbotron-series {
  font-weight: 600;
  font-size: 2.2rem;
}
@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-direction: column;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 0.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-seriesGroup {
    align-items: center;
  }
}
.lp-jumbotron-seriesGroup.of-center {
  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-fontSize-large {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-section.of-fontSize-large {
    font-size: max(1.7rem + (1vw - 0.36rem) * (0.3205128205), 1.7rem);
  }
}
.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-text.of-primary {
  line-height: 1.5;
}
.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(https://www.keyence.com.cn/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;
  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;
}
@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-text.of-fontSize-large {
  font-size: 4.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-sectionConversion-text.of-fontSize-large {
    font-size: max(1.8rem + (1vw - 0.36rem) * (1.6666666667), 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;
}
@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-headingLevel2.of-fontSize-large {
  font-size: 4.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2.of-fontSize-large {
    font-size: max(2.6rem + (1vw - 0.36rem) * (1.1538461538), 2.6rem);
  }
}
.lp-headingLevel2.of-fontSize-small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2.of-fontSize-small {
    font-size: max(2rem + (1vw - 0.36rem) * (0.2564102564), 2rem);
  }
}
.lp-headingLevel2.of-fontSize-small > em {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2.of-fontSize-small > em {
    font-size: max(2.8rem + (1vw - 0.36rem) * (1.7948717949), 2.8rem);
  }
}
.lp-headingLevel2:has(+ .lp-textLead) {
  margin-bottom: 1.6rem;
}

.lp-headingLevel3 {
  margin-bottom: 0.8rem;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3 {
    font-size: max(2rem + (1vw - 0.36rem) * (0.7692307692), 2rem);
  }
}

.lp-textLead {
  margin-bottom: 1.6rem;
  font-weight: normal;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-textLead {
    font-size: max(2rem + (1vw - 0.36rem) * (0.2564102564), 2rem);
  }
}

.lp-textPhone {
  margin-bottom: 2.4rem;
}
.lp-textPhone-number {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 2.4rem;
}
.lp-textPhone-numberGroup {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.lp-textPhone-number > a {
  text-decoration: none;
  cursor: default;
}
.lp-textPhone-number > .AutoPhoneCall {
  color: inherit;
}
.lp-textPhone-icon {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}

.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-listNote {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  gap: 0.8rem 0;
  color: var(--LP-COLOR-GRAY);
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .lp-listNote.lp-extraSmallScreen-alignItems-end {
    align-items: end;
  }
}
.lp-listNote-body {
  display: flex;
  gap: 0 0.4rem;
}
.lp-listNote-text {
  flex: 1;
}

.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";
}
.lp-media.of-center {
  align-items: center;
}
@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-caption.of-fontSize-large {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-figure-caption.of-fontSize-large {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.2564102564), 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-cardLanguage {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0.8rem 1.6rem;
  gap: 0 0.8rem;
  border-radius: 3.2rem;
  background-color: #f2f2f2;
  color: #6e6e6e;
  font-size: 1.6rem;
  line-height: 1;
}
.lp-cardLanguage-body {
  flex: 1;
}
.lp-cardLanguage-image {
  display: flex;
  gap: 0 0.8rem;
}
.lp-cardLanguage-image::after {
  margin-top: -0.2rem;
  content: ":";
}
.lp-cardLanguage-list {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
}
.lp-cardLanguage-list > li {
  position: relative;
}
.lp-cardLanguage-list > li.is-current {
  color: #a20011;
  font-weight: 600;
  text-decoration: underline;
}
.lp-cardLanguage-list > li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -0.9rem;
  width: 1px;
  height: 1.4rem;
  transform: translateY(-50%);
  background-color: var(--LP-COLOR-BASE_BLACK);
  content: "";
}
.lp-cardLanguage-list > li:first-child::before {
  content: none;
}
.lp-cardLanguage-list > li a {
  color: #6e6e6e;
  text-decoration: none;
}
@media (hover: hover) {
  .lp-cardLanguage-list > li a:hover {
    text-decoration: underline;
  }
}
.lp-cardLanguage-icon {
  width: 1.6rem;
  height: 1.6rem;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-fontWeight-semiBold {
  font-weight: 600;
}
.lp-utility-fontWeight-normal {
  font-weight: normal;
}

@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;
  }
  .lp-extraSmallScreen-fontWeight-semiBold {
    font-weight: 600;
  }
}
@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%);
  }
}
