@charset "UTF-8";

:root {
  font-size: 62.5%;
}

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

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

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

.lp-buttonConversion {
  display: inline-block;
  padding: 15px 60px;
  border-radius: 42px;
  background-color: rgba(10,10,10,0.93);
  border: 1px solid #F0E816;
  color: #F0E816;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: 4px 4px 6px rgba(234, 226, 21, 0.6);
  position: relative;
}

.lp-buttonConversion::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #F0E816;
  border-right: solid 2px #F0E816;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s linear;
}

.lp-buttonConversion--white {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 4px 4px 6px rgba(255, 255, 255, 0.6);
}

.lp-buttonConversion--white::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.lp-buttonConversion:hover::before {
  right: 20px;
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
}

.lp-buttonConversion-text {
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textAlign-right {
  text-align: right;
}

.lp-utility-weight-normal {
  font-weight: normal;
}

.lp-layout-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-layout-header {
  flex: 0;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  padding: 15px 80px;
}

@media screen and (max-width: 1079px) {
  .lp-layout-header-content {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.lp-layout-header-utilityGroup {
  flex: 1;
  padding-left: 40px;
}

@media screen and (max-width: 1079px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
}

.lp-layout-header-logo {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1079px) {
  .lp-layout-header-logo {
    min-height: 0%;
    text-align: center;
  }
}

.lp-layout-header-logo a {
  text-decoration: none;
}

.lp-layout-header-logo {
  min-width: 110px;
  margin: 0;
}

.lp-layout-header-logo img {
  width: auto;
  max-width: 100%;
  height: 20px;
}

@media screen and (max-width: 1080px) {
  .lp-layout-header-logo {
    min-width: 99px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-textPhoneLink {
    display: none;
  }
}

.lp-layout-header-link {
  color: #333;
  font-weight: bold;
  line-height: 1.31;
  text-decoration: underline;
}

.lp-layout-header-link:hover,
.lp-layout-header-link:active,
.lp-layout-header-link:focus {
  text-decoration: none;
}

.lp-textPhoneLink {
  display: flex;
  flex-direction: column;
}

.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  cursor: text;
}

.lp-textPhoneLink-number {
  line-height: 1;
}

.lp-textPhoneLink-numberGroupOuter {
  display: inline-block;
}

.lp-textPhoneLink-icon {
  display: flex;
  width: 40px;
  margin: 0px 8px 0 0;
}

.lp-textPhoneLink-notes {
  font-size: 12px;
  line-height: 1.2;
}

.lp-textPhone-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 5vw 65px;
  border-top: 1px solid #ccc;
}

.lp-textPhone-outer .lp-text.of-primary {
  font-size: 20px;
  font-weight: bold;
}

.lp-textPhone-outer .lp-textPhone {
  margin-left: 28px;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
}

.lp-textPhone-icon {
  width: 36px;
  height: 38px;
  margin-right: 8px;
  vertical-align: middle;
}

.lp-textPhone-outer .lp-textPhone-icon {
  width: 66px;
  height: 38px;
  margin: 3px 8px 0 0;
}

.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

.lp-textPhone-number {
  display: flex;
  font-size: 24px;
}

.lp-textPhone-outer .lp-textPhone-number {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
}

.lp-textPhone-number a[href] {
  color: #171e30;
  font-weight: 600;
}

.lp-textPhone-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.lp-textPhone-outer .lp-textPhone-note {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .lp-textPhone-outer {
    display: block;
  }

  .lp-textPhone-outer .lp-textPhone {
    margin: 15px 0 0;
  }

  .lp-textPhone-outer .lp-textPhone-number {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .lp-bottom_phone .lp-textPhone-numberGroup {
    justify-content: center;
    font-size: 14px;
  }

  .lp-bottom_phone .lp-textPhone-number {
    font-size: 26px;
  }

  .lp-bottom_phone .lp-textPhone-note {
    font-size: 14px;
    text-align: center;
  }
}

.lp-layout-footer {
  flex: 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

.lp-layout-footer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 80px 10px;
}

@media screen and (max-width: 1079px) {
  .lp-layout-footer-content {
    display: block;
    padding: 20px;
  }
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -32px;
}

.lp-layout-footer-list>li {
  position: relative;
  margin-top: 8px;
  margin-left: 32px;
  line-height: 1;
}

@media screen and (max-width: 1079px) {
  .lp-layout-footer-list>li {
    line-height: 1.2;
  }
}

.lp-layout-footer-list>li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}

.lp-layout-footer-list>li a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.lp-layout-footer-list>li a:hover,
.lp-layout-footer-list>li a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list>li:first-child::before {
  content: none;
}

@media screen and (max-width: 1079px) {
  .lp-layout-footer-list>li.lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1079px) {
  .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
    content: none;
  }
}

.lp-navigationSeries {
  margin: 8px auto;
  border: 0;
  color: #676767;
}

@media screen and (max-width: 1079px) {
  .lp-navigationSeries {
    margin-bottom: 18px;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4px;
  margin-left: -16px;
}

.lp-navigationSeries-linkList>li {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-left: 16px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.lp-navigationSeries-linkList>li>a {
  padding-left: 0;
  color: #fff;
}

.lp-navigationSeries-linkList>li>a::before {
  display: none;
}

.lp-navigationSeries-linkList>li::before {
  display: block;
  width: 1px;
  height: 16px;
  margin-right: 16px;
  border-left: 1px solid #fff;
  content: "";
}

.lp-navigationSeries-linkList>li:first-child::before {
  display: none;
}

.lp-layout-main {
  background-color: #15171a;
  max-height: none;
  flex: 1;
}
@media screen and (max-width: 1920px) {
  .lp-layout-main {
    position: relative;
  }
}
@media screen and (max-width: 1280px) {
  .lp-layout-main {
    max-height: none;
  }
}

.lp-jumbotron {
  height: 100%;
}

.lp-jumbotron-content {
  display: flex;
  height: 100%;
  min-height: calc(100vh - 115px);
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  position: relative;
  background-image: url(https://www.keyence.com.cn/img/ss/products/microscope/pr_vhx-x1/bg_index01_001_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .lp-jumbotron-content {
    background-image: url(https://www.keyence.com.cn/img/ss/products/microscope/pr_vhx-x1/bg_index01_001_sp.png);
    background-position: center;
    background-size: contain;
    align-items: center;
    background-position: top 20% center;
  }
}
@media screen and (max-width: 1079px) {
  .lp-jumbotron-content {
    min-height: calc(100vh - 181.19px);
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-content {
    min-height: calc(100vh - 196.78px);
  }
}

.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 520px 0 125px 0;
  position: relative;
  z-index: 1;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 38px;
  font-weight: normal;
}

.lp-jumbotron-label {
  display: block;
  font-size: 36px;
  color: #F0E816;
  margin-bottom: 4px;
  text-shadow: 0 3px 6px #000;
}

.lp-jumbotron-line {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #F0E816;
  box-shadow: 0 3px 6px #000;
}
.lp-jumbotron-title {
  display: flex;
  margin: 23px 0 10px;
  color: #F0E816;
  font-size: 58px;
  line-height: 1.4;
  text-shadow: 0 3px 6px #000;
}
.lp-jumbotron-title--center {
  justify-content: center;
}

.lp-jumbotron-title .lp-utility-line-break {
  margin-left: 12px;
}

.lp-jumbotron-seriesGroup {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.lp-jumbotron-series {
  display: flex;
  font-size: 26px;
  line-height: 1.42;
  color: #fff;
  text-shadow: 0 3px 6px #000;
  letter-spacing: -0.5px;
}

.lp-jumbotron-series .lp-utility-line-break {
  margin-left: 32px;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-body {
    padding: 21vw 0 3vw;
  }
  .lp-jumbotron-titleGroup {
    margin-bottom: 1.98vw;
  }
  .lp-jumbotron-label {
    font-size: 1.88vw;
    line-height: 1;
    margin-bottom: 0.78vw;
  }
  .lp-jumbotron-title {
    font-size: 3.02vw;
    margin: 0.52vw 0;
  }
  .lp-jumbotron-title .lp-utility-line-break {
    margin-left: 0.63vw;
  }
   .lp-jumbotron-series {
    font-size: 1.35vw;
  }
  .lp-jumbotron-series .lp-utility-line-break {
    margin-left: 1.56vw;
    letter-spacing: 0px;
  }
  .lp-buttonConversion {
    padding: 1.04vw 3.13vw;
    font-size: 1.04vw;
  }
}

@media screen and (max-width: 1280px) {
  .lp-jumbotron-body {
    padding: 58vw 0 11.72vw 0;
  }
  .lp-jumbotron-titleGroup {
    margin-bottom: 5.86vw;
  }
  .lp-jumbotron-label {
    font-size: 4.69vw;
    margin-bottom: 2.60vw;
  }
  .lp-jumbotron-line {
    width: 53.65vw;
  }
  .lp-jumbotron-title {
    font-size: 7.55vw;
    margin: 3.13vw 0 1.30vw;
    flex-direction: column;
    letter-spacing: 3px;
    line-height: 1.2;
  }
  .lp-jumbotron-title .lp-utility-line-break {
    margin-left: 0;
  }
   .lp-jumbotron-series {
    font-size: 3.91vw;
  }
  .lp-jumbotron-series .lp-utility-line-break {
    margin-left: 15px;
  }
  .lp-buttonConversion{
    padding: 1.95vw 9.11vw;
    font-size: 2.60vw;
  }
  .lp-buttonConversion::before {
    width: 1.56vw;
    height: 1.56vw;
    right: 3.13vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-body {
    padding: 77.67vw 0 17.33vw 0;
  }
  .lp-jumbotron-titleGroup {
    margin-bottom: 9.33vw;
  }
  .lp-jumbotron-label {
    font-size: 5.87vw;
    margin-bottom: 2.13vw;
    line-height: 1;
    letter-spacing: 0px;
  }
  .lp-jumbotron-line {
    width: 65.07vw;
  }
  .lp-jumbotron-title {
    font-size: 9vw;
    margin: 5.33vw 0 2.67vw;
    flex-direction: column;
    letter-spacing: 0;
    line-height: 1.2;
  }
   .lp-jumbotron-series {
    flex-direction: column;
    font-size: 4.80vw;
  }
  .lp-jumbotron-series .lp-utility-line-break {
    margin-left: 0;
  }
  .lp-buttonConversion {
    padding: 3.20vw 10.67vw;
    font-size: 4.27vw;
  }
  .lp-buttonConversion::before {
    width: 3.20vw;
    height: 3.20vw;
    right: 6.40vw;
  }
}

.lp-textPhoneLink {
  min-width: 224px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .lp-textPhoneLink {
    text-align: center;
  }
}

.lp-textPhoneLink>*:last-child {
  margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  cursor: text;
}
.lp-textPhoneLink-number{
  line-height:1;
}
.lp-textPhoneLink-numberGroupOuter {
  display: inline-block;
}

.lp-textPhoneLink-icon {
  display: flex;
  width: 40px;
  margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
  font-size: 12px;
  line-height: 1.16;
}

.lp-buttonConversion {
  flex-shrink: 0;
}

.lp-buttonConversion-body {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .lp-jumbotron-body--narrow {
    padding: 58vw 0 11.72vw 0;
  }

  .lp-jumbotron-content--narrow {
    background-position: top 20% center;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-body--narrow {
    padding: 77.67vw 0 17.33vw 0;
  }
}

.lp-listButton--grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
}

.lp-listButton--grid .lp-buttonConversion {
  min-width: 325px;
}

@media screen and (max-width: 1280px) {
  .lp-listButton--grid {
    grid-template-columns: none;
  }

  .lp-listButton--grid .lp-buttonConversion {
    min-width: auto;
    width: 100%;
  }
}

.lp-listButton--grid .lp-buttonConversion-body {
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .lp-listButton--grid {
    flex-direction: column;
  }
}

/* theme-KD
====================================================*/
.theme-KD .lp-buttonConversion--price,
.theme-KD .lp-buttonConversion--demo {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 4px 4px 6px rgba(255, 255, 255, 0.6);
}
.theme-KD .lp-buttonConversion--price::before,
.theme-KD .lp-buttonConversion--demo::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.theme-KD .lp-jumbotron-label {
  color: #fff;
}
.theme-KD .lp-jumbotron-line {
  border-top: 2px solid #fff;
}
.theme-KD .lp-jumbotron-title {
  color: #fff;
}