@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-family: source-han-sans-japanese, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  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] {
  -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: middle;
}

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;
  max-width: 100%;
  background: #e60012;
  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);
}

.lp-buttonConversion:hover {
  background-color: #c6002a;
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 12px 8px 12px 24px;
  padding-left: 53px;
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion-body {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

p {
  margin-bottom: 32px;
}

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

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

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

@media screen and (max-width: 1280px) {
  .lp-layout-container {
    height: auto;
    min-height: auto;
  }
}

.lp-layout-header {
  z-index: 1;
  position: relative;
  width: 100%;
}

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

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1560px;
  width: 100%;
  min-height: 66px;
  margin: 0 auto;
  padding: 10px 40px;
}

@media screen and (max-width: 1280px) {
  .lp-layout-header-content {
    flex-direction: column;
    padding: 10px 20px 12px;
    min-height: 48.5px;
  }
}


.lp-layout-header-content>*:last-child {
  margin-bottom: 0;
  margin-left: 20px;
}

.lp-layout-header-logo {
  min-width: 110px;
  margin: 0;
}
.lp-layout-header-logo img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .lp-layout-header-logo {
    min-width: 99px;
    margin: 0;
  }
  .lp-textPhoneLink {
    display: none;
  }
}


.lp-layout-header-utilityList {
  min-width: 50%;
  margin-top: -16px;
  text-align: center;
}

.lp-layout-header-utilityList>* {
  margin-top: 16px;
}


.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-layout-footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #333;
}

.lp-layout-footer-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 16px 143px;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-content {
    max-width: 100%;
    padding: 4.00vw;
  }
}
.lp-layout-footer-content>*:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -8px 0 24px -33px;
  font-size: 14px;
  text-align: center;
}

.lp-layout-footer-list>li {
  position: relative;
  margin: 8px 0 0 33px;
}

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

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

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

  .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
    display: none;
  }
}

.lp-layout-footer-list>li>a {
  color: #333;
  text-decoration: none;
}

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

.lp-layout-main {
  flex: 1;
}


.lp-jumbotron {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.lp-jumbotron-content {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 960px;
  margin: 0 auto;
}

.lp-jumbotron-body {
  width: 36.45%;
  position: relative;
  padding: 100px 70px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.lp-jumbotron-body-image {
  max-width: 432px;
}

.lp-jumbotron-body-bg {
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.lp-jumbotron-body-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  background-image: url(/img/landing_page/products/microscope/bg-vhx-x1_ws_157155_pr_page_002.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.lp-jumbotron-body-bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, #E2E4E6, #fff);
}

.lp-jumbotron-titleGroup {
  margin: 0 0 0.83vw;
  text-align: center;
  width: 100%;
}

.lp-jumbotron-title-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lp-jumbotron-catch-copy {
  font-size: 28px;
  color: #A27E27;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 4px;
}

.lp-jumbotron-title {
  display: block;
  margin-bottom: 30px;
  color: #1D1D1D;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
}

.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: start;
  justify-content: center;
  max-width: 100%;
  text-align: left;
}

.lp-label {
  display: inline-block;
  line-height: 1;
  padding: 6px 10px 3px;
  border: 1px solid #1D1D1D;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.lp-label-outer {
  display: contents;
}

.lp-jumbotron-series {
  flex: 0 1 auto;
  font-size: 22px;
  line-height: 1.4;
  margin-left: 16px;
  color: #1D1D1D;
  letter-spacing: 3.5px;
}

.lp-jumbotron-image {
  width: 63.55%;
}

/* pc幅 */
@media screen and (max-width: 1920px) {

  .lp-jumbotron-content {
    max-height: 50.00vw;
  }
  .lp-jumbotron-body {
    padding: 5.21vw 3.65vw;
  }

  .lp-jumbotron-body-image {
    max-width: 22.50vw;
  }
    
  .lp-jumbotron-catch-copy {
    font-size: 1.46vw;
    margin-bottom: 0.63vw;
    line-height: 1.2;
    letter-spacing: 3px;
  }
  
  .lp-jumbotron-title {
    font-size: 2.29vw;
    margin-bottom: 1.46vw;
  }

  .lp-label {
    font-size: 0.83vw;
    padding: 0.31vw 0.52vw 0.16vw;
  }
  .lp-jumbotron-series {
    font-size: 1.15vw;
    margin-left: 16px;
  }
}


@media screen and (max-width: 1280px) {
  .lp-jumbotron {
    overflow: hidden;
    height: auto;
  }

  .lp-jumbotron-content {
    flex-direction: column;
    max-height: none;
  }

  .lp-jumbotron-body {
    width: 100%;
    padding: 60px 40px 0;
    margin-bottom: 56px;
    overflow: visible;
  }
  .lp-jumbotron-body-image{
    max-width: 515px;
  }

  .lp-jumbotron-image {
    width: 100%;
    padding: 0 40px;
  }

  .lp-jumbotron-titleGroup {
    width: 686px;
    margin: 0 0 26px;
  }
  
  .lp-jumbotron-catch-copy {
    font-size: 34px;
    margin-bottom: 22px;
    letter-spacing: 6px;
  }
  
  .lp-jumbotron-title {
    margin-bottom: 34px;
    font-size: 56px;
    line-height: 1.2;
  }

  .lp-label {
    font-size: 24px;
    padding: 8px 16px 9px;
  }
  
  .lp-jumbotron-series {
    font-size: 28px;
    margin-left: 28px;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px 0 0;
}


.lp-listButton>li {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  /* width: 100%; */
  max-width: 100%;
}

.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-buttonConversion {
  flex-shrink: 0;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
  background: url(/img/landing_page/common/icon_btn_dl.png) no-repeat center center;
}

.lp-buttonConversion-image {
  margin: -32px 0;
  border: 1px solid #ccc;
}


.drag_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
}


@media screen and (max-width: 1280px) {
  .drag_img {
    display: none;
  }
}

.drag_img .after_box {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.drag_img .before_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.drag_img.first .before_box {
  transition: width 0.8s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.5s;
}

.drag_img .before_box .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.drag_img .before_box .img img{
  
}

.drag_img .img {
  height: 100%;
}

.drag_img .img img {
  margin: 0;
  max-width: none;
  width: auto;
  height: auto;
}

.drag_img .img_title {
  position: absolute;
  top: 20px;
  height: 50px;
  padding: 10px 20px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.before_box .img_title {
  left: 20px;
  background-color: rgb(23, 23, 23, 0.8);
}

.after_box .img_title {
  right: 20px;
  letter-spacing: 2px;
  font-size: 22px;
  background: rgb(196,155,56);
  background: linear-gradient(235deg, rgba(196,155,56,0.8) 0%, rgba(162,123,39,0.8) 100%);
}

@media screen and (max-width: 1920px) {
  .drag_img .img img {
    width: 63.55vw;
  }
  .drag_img .img_title {
    font-size: 1.04vw;
    top: 1.04vw;
    height: 2.60vw;
    padding: 0.52vw 1.04vw;
  }
  .before_box .img_title {
    left: 1.04vw;
  }
  
  .after_box .img_title {
    right: 1.04vw;
    font-size: 1.04vw;
  }
}

.drag_img .separator {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 300px;
  height: 100%;
  cursor: grab;
}

.drag_img.first .separator {
  transition: left 0.8s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.5s;
}

.drag_img .separator::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  content: "";
}

.drag_img .separator .circle_line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.drag_img .separator .circle_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
}

.drag_img .separator .circle_area::before,
.drag_img .separator .circle_area::after {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -7px;
  border: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid #000;
  border-left: none;
  content: "";
  transition: left 0.3s ease 0s,
    right 0.3s ease 0s;
}

.drag_img .separator .circle_area::before {
  left: 30px;
  animation: fade_animation_left 0.8s ease-in-out infinite 1.8s;
  margin-left: 10px;
}

.drag_img .separator .circle_area::after {
  right: 30px;
  transform: scale(-1, 1);
  animation: fade_animation_right 0.8s ease-in-out infinite 1.8s;
  margin-right: 10px;
}

@media screen and (max-width: 1920px) {
  .drag_img .separator .circle_line {
    width: 4.17vw;
    height: 4.17vw;
  }
  .drag_img .separator .circle_area {
    width: 3.65vw;
    height: 3.65vw;
  }
  .drag_img .separator .circle_area::before,
  .drag_img .separator .circle_area::after {
    margin-top: -0.31vw;
    border: 0.36vw solid rgba(0, 0, 0, 0);
  }
  .drag_img .separator .circle_area::before {
    margin-left: 0.52vw;
    left: 0.56vw;
    border-right: 0.36vw solid #000;
    border-left: none;
  }
  .drag_img .separator .circle_area::after {
    margin-right: 0.52vw;
    right: 0.56vw;
    border-right: 0.36vw solid #000;
    border-left: none;
  }
}

@keyframes fade_animation_left {
  0% {
    left: 12px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: 7px;
    opacity: 0;
  }
}
@keyframes fade_animation_right {
  0% {
    right: 12px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    right: 7px;
    opacity: 0;
  }
}

.drag_img .separator:hover .circle_area::before {
  left: 5px;
}

.drag_img .separator:hover .circle_area::after {
  right: 12px;
}

.image-comparison {
  display: flex;
}

@media screen and (min-width: 1281px) {
  .image-comparison {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .image-comparison {
    width: 686px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .image-comparison {
    width: 100%;
    margin: 0 0 12.80vw;
  }
}
.comparison-item {
  position: relative;
  width: 100%;
}

.comparison-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0 12px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.before-image {
  margin-right: 4px;
}

.before-image .comparison-title {
  background-color: rgb(23, 23, 23, 0.8);
}

.after-image .comparison-title {
  background: rgb(196,155,56);
  background: linear-gradient(235deg, rgba(196,155,56,0.8) 0%, rgba(162,123,39,0.8) 100%);
}


@media only screen and (max-width: 767px) {
  .lp-layout-header-content {
    padding: 2.67vw 5.33vw;
    min-height: 48px;
  }
  .lp-layout-header-logo {
    min-width: 26.40vw;
    margin: 0;
  }
  .lp-jumbotron-body {
    padding: 10.67vw 4.00vw 0;
  }
  .lp-jumbotron-body-image{
    max-width: 78.67vw;
  }

  .lp-jumbotron-image {
    padding: 0 4.00vw;
  }

  .lp-jumbotron-titleGroup {
    width: 100%;
    margin: 0 0 3.73vw;
  }
  
  .lp-jumbotron-catch-copy {
    font-size: 5.33vw;
    letter-spacing: 3px;
    margin-bottom: 2.67vw;
  }
  
  .lp-jumbotron-title {
    margin-bottom: 3.20vw;
    font-size: 7.47vw;
    line-height: 1.4;
  }

  .lp-label {
    font-size: 3.47vw;
    padding: 0.8vw 2.67vw 1.33vw;
  }
  
  .lp-jumbotron-series {
    font-size: 4.27vw;
    letter-spacing: 3px;
    margin-left: 2.67vw;
  }
  .lp-listButton {
    margin: 3.20vw 0 0;
    width: 100%;
  }
  .lp-listButton>li {
    width: 100%;
  }
  .comparison-title {
    letter-spacing: 2px;
    padding: 3.20vw 0;
    font-size: 4.27vw;
    line-height: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
}
