@charset "UTF-8";

.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;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

.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;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.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-size: 1.1rem;
  font-weight: normal;
  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;
}

[data-script-enabled="true"] .lp-layout-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 1365px) {
  [data-script-enabled="true"] .lp-layout-container {
    display: block;
    height: auto;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  [data-script-enabled="true"] .lp-layout-container {
    display: inline;
    height: auto;
  }
}

.lp-layout-header {
  background: #fff;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-header {
    border-bottom: 0;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(1920px + 40px);
  margin: 0 auto;
  padding: 24px 20px;
}

.lp-layout-header-content > * {
  margin-bottom: 0;
}

.lp-layout-header-logo {
  line-height: 1;
}

.lp-layout-header-logo img {
  width: 126px;
  vertical-align: middle;
}

.lp-layout-header-utilityGroup {
  flex: 1;
  margin-left: 24px;
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: -16px;
  margin-right: -24px;
}

.lp-layout-header-utilityList > li {
  margin-top: 16px;
  padding-right: 24px;
}

.lp-layout-header-utilityList > li[data-category] {
  display: none;
}

.lp-layout-header.of-telephone .lp-layout-header-content {
  justify-content: flex-start;
  padding: 24px 80px;
}

[data-category="top"] .lp-layout-header.of-telephone .lp-layout-header-content {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1919px) {
  .lp-layout-header.of-telephone .lp-layout-header-content {
    padding: 24px calc((80 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-layout-header.of-telephone .lp-layout-header-content {
    padding: 24px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-header.of-telephone .lp-layout-header-content {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-header.of-telephone .lp-layout-header-utilityGroup {
    display: none;
  }
}

.lp-layout-header-contact {
  margin-bottom: 0;
}

.lp-layout-header-telephone {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .lp-layout-header-telephone {
    display: none;
  }
}

.lp-layout-header-telephone a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}

.lp-layout-header-telephone a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  background: url("../../../../../img/core/icon_tel_l_trans.png") no-repeat;
  background-size: cover;
  content: "";
}

[data-script-enabled="true"] .lp-layout-main {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (max-width: 1365px) {
  [data-script-enabled="true"] .lp-layout-main {
    flex: none;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  [data-script-enabled="true"] .lp-layout-main {
    display: block;
    flex: none;
  }
}

.lp-layout-footer {
  border-top: 1px solid #ccc;
  background: #fff;
  color: #8f8f8f;
  font-size: 1.3rem;
  font-weight: normal;
}

.lp-layout-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(1920px + 40px);
  margin: 0 auto;
  padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
  .lp-layout-footer-content {
    flex-direction: column;
    padding: 16px 20px;
  }
}

.lp-layout-footer-copyright {
  margin-bottom: 0;
  padding: 0 10px;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-footer-copyright {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    width: 100%;
    padding: 0 22px;
  }
}

.lp-layout-footer-utilityList {
  display: flex;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .lp-layout-footer-utilityList {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}

.lp-layout-footer-utilityList > li {
  position: relative;
  padding: 0 10px;
}

.lp-layout-footer-utilityList > li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
  background: #a6a6a6;
  content: "";
}

@media only screen and (max-width: 1365px) {
  .lp-layout-footer-utilityList > li:last-child::before {
    content: none;
  }
}

.lp-layout-footer-utilityList a {
  display: block;
  color: #8f8f8f;
  text-decoration: none;
}

.lp-navigation {
  display: none;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  background: #484848;
}

.lp-navigation.is-show {
  display: block;
  animation: fadeIn 0.6s linear 0.3s both;
}

.lp-navigation-content {
  max-width: calc(1010px + 40px);
  margin: 0 auto;
}

.lp-navigation-list {
  display: flex;
  justify-content: center;
  height: 80px;
}

.lp-navigation-list > li {
  display: flex;
  position: relative;
}

.lp-navigation-list > li::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #8f8f8f;
  content: "";
}

.lp-navigation-list > li:first-child::before {
  content: none;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]),
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]) {
  min-width: 480px;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]).is-current,
.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]):hover,
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]).is-current,
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]):hover {
  background: #fff;
  color: #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]).is-current::before,
.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]):hover::before,
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]).is-current::before,
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]):hover::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before,
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before:hover,
.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before:hover {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]) {
  padding-left: 58px;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before {
  left: 24px;
  transform: translateY(-50%) rotate(-135deg);
}

.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]) {
  padding-right: 58px;
}

.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before {
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}

.lp-navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 110px;
  padding: 10px 24px;
  background: #333;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.lp-navigation-button:hover {
  background: #fff;
  color: #333;
}

.lp-navigation-button:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.lp-jumbotron {
  display: flex;
  flex: 1;
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron {
    flex: none;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-jumbotron {
    display: inline;
    flex: none;
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    flex-direction: column;
  }
}

.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    min-height: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    width: 100%;
    margin-bottom: 40px;
  }
}

.lp-jumbotron-conversionGroup {
  display: flex;
  justify-content: center;
  padding: 32px 80px;
}

.lp-jumbotron-conversionGroup > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-jumbotron-conversionGroup {
    padding: 32px calc((80 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron-conversionGroup {
    flex-direction: column;
    height: auto;
    margin-top: auto;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-jumbotron-conversionGroup {
    padding: 24px calc((40 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-jumbotron-conversionGroup {
    padding: 24px 40px;
  }
}

[data-script-enabled="true"] .lp-jumbotron-conversionGroup {
  height: 100px;
}

@media only screen and (max-width: 1365px) {
  [data-script-enabled="true"] .lp-jumbotron-conversionGroup {
    height: auto;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  [data-script-enabled="true"] .lp-jumbotron-conversionGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.33;
}

@media only screen and (max-width: 1919px) {
  .lp-jumbotron-series {
    margin-bottom: calc((16 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron-series {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-jumbotron-series {
    font-size: calc((15 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-jumbotron-series {
    font-size: 1.5rem;
  }
}

.lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 8px;
  font-size: 3rem;
  line-height: 1.33;
}

@media only screen and (max-width: 1919px) {
  .lp-jumbotron-seriesName {
    margin-bottom: calc((8 * 100vw) / 1920);
    font-size: calc((30 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron-seriesName {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-jumbotron-seriesName {
    font-size: calc((24 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-jumbotron-seriesName {
    font-size: 2.4rem;
  }
}

.lp-jumbotron-seriesOuter {
  width: 100%;
  margin-bottom: 40px;
}

.lp-jumbotron-seriesOuter > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-jumbotron-seriesOuter {
    margin-bottom: calc((40 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron-seriesOuter {
    margin-bottom: 40px;
  }
}

.lp-section {
  -webkit-backface-visibility: hidden;
  display: flex;
  flex: 1;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  background: #fff;
}

@media only screen and (max-width: 1365px) {
  .lp-section {
    flex: none;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-section {
    flex: none;
  }
}

.lp-section-content {
  display: flex;
  flex: none;
  flex-direction: column;
  width: 100%;
  max-width: calc(1920px + 40px);
  margin: 0 auto;
  padding: 40px 80px;
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-section-content {
    padding: calc((40 * 100vw) / 1920) calc((80 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-section-content {
    padding: 40px calc((128 * 100vw) / 1365);
  }
}

@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-section-content {
    justify-content: center;
    padding: calc((32 * 100vh) / 655) calc((110 * 100vw) / 1920);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-section-content {
    padding: 32px 110px;
  }
}

.lp-section.of-primary .lp-section-content {
  flex: 1;
  max-width: none;
  margin: 0 -20px;
  padding: 32px 20px;
}

@media only screen and (max-width: 1365px) {
  .lp-section.of-primary .lp-section-content {
    padding: 8px 108px 64px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-section.of-primary .lp-section-content {
    margin: 0;
    padding: 8px 20px 40px;
  }
}

.lp-section.of-secondary {
  position: relative;
  background: transparent linear-gradient(112deg, #ffe8d6 0%, #9f96a4 25%, #5c5e81 68%, #464b75 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

@media only screen and (max-width: 1365px) {
  .lp-section.of-secondary {
    background: #353754;
  }
}

.lp-section.of-secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../../../img/ss/products/microscope/various-applications-3d/various-applications-3d_bg_01.png") no-repeat center right;
  background-size: cover;
  content: "";
}

@media only screen and (max-width: 1365px) {
  .lp-section.of-secondary::before {
    content: none;
  }
}

[data-script-enabled="true"] .lp-section.of-secondary:not(.is-active) {
  left: -100%;
}

@media only screen and (max-width: 1365px) {
  [data-script-enabled="true"] .lp-section.of-secondary:not(.is-active) {
    left: 0;
    opacity: 1;
  }
}

[data-script-enabled="true"] .lp-section.of-secondary.is-active.is-slide {
  animation: 0.4s linear 0.2s slideLeft both;
}

[data-script-enabled="true"] .lp-section.of-secondary.is-slide:not(.is-active) {
  left: 0;
  animation: 0.6s linear 0.2s slideReturnLeft both;
}

.lp-section.of-tertiary {
  position: relative;
  background: transparent linear-gradient(248deg, #e0f1cc 0%, #95aea0 23%, #3d606d 61%, #2f5465 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

@media only screen and (max-width: 1365px) {
  .lp-section.of-tertiary {
    background: #12445a;
  }
}

.lp-section.of-tertiary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../../../img/ss/products/microscope/various-applications-3d/various-applications-3d_bg_02.png") center left;
  background-size: cover;
  content: "";
}

@media only screen and (max-width: 1365px) {
  .lp-section.of-tertiary::before {
    content: none;
  }
}

[data-script-enabled="true"] .lp-section.of-tertiary:not(.is-active) {
  right: -100%;
}

@media only screen and (max-width: 1365px) {
  [data-script-enabled="true"] .lp-section.of-tertiary:not(.is-active) {
    right: 0;
    opacity: 1;
  }
}

[data-script-enabled="true"] .lp-section.of-tertiary.is-active.is-slide {
  animation: 0.4s linear 0.2s slideRight both;
}

[data-script-enabled="true"] .lp-section.of-tertiary.is-slide:not(.is-active) {
  right: 0;
  animation: 0.6s linear 0.2s slideReturnRight both;
  opacity: 1;
}

[data-script-enabled="true"] .lp-section.of-secondary,
[data-script-enabled="true"] .lp-section.of-tertiary {
  display: none;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1365px) {
  [data-script-enabled="true"] .lp-section.of-secondary,
  [data-script-enabled="true"] .lp-section.of-tertiary {
    display: block;
    z-index: 0;
    position: static;
    padding-bottom: 0;
  }
}

[data-script-enabled="true"] .lp-section.is-show {
  display: flex;
  z-index: 1;
  animation: fadeIn 0.6s linear 0.3s both;
}

[data-script-enabled="true"] .lp-section.is-hide {
  animation: fadeOut 0.6s linear both;
}

[data-script-enabled="true"] .lp-section.is-active {
  z-index: 2;
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 40px -24px;
}

@media only screen and (max-width: 1919px) {
  .lp-layout-grid {
    margin: calc((-8 * 100vw) / 1920) 0 calc((40 * 100vw) / 1920) calc((-24 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-layout-grid {
    margin: -16px 0 32px calc((-24 * 100vw) / 1366);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    margin: -24px 0 46px 0;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-layout-grid {
    margin: -8px 0 calc((32 * 100vh) / 655) -24px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-layout-grid {
    margin: -8px 0 24px -24px;
  }
}

.lp-layout-grid-column {
  width: 100%;
  margin-top: 8px;
  padding-left: 24px;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-layout-grid-column {
    margin-top: calc((8 * 100vw) / 1920);
    padding-left: calc((24 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-layout-grid-column {
    margin-top: 16px;
    padding-left: calc((24 * 100vw) / 1366);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 0;
  }
}

.lp-layout-grid-column.of-column-1 {
  width: 8.33333%;
}

.lp-layout-grid-column.of-column-2 {
  width: 16.66667%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-2 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-3 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-3 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-4 {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-4 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-5 {
  width: 41.66667%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-5 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-6 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-6 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-7 {
  width: 58.33333%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-7 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-8 {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-8 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-9 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-9 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-10 {
  width: 83.33333%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-10 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-11 {
  width: 91.66667%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-11 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-column-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column.of-column-12 {
    width: 100%;
  }
}

.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
  width: 100%;
}

.lp-layout-productDetailGrid {
  display: flex;
  z-index: 100;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.lp-layout-productDetailGrid > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid {
    flex: none;
    margin: -24px 0 22px 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-productDetailGrid {
    flex-direction: column;
  }
}

.lp-layout-productDetailGrid-column {
  width: 100%;
}

.lp-layout-productDetailGrid-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column {
    min-height: 0%;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1919px) {
  .lp-layout-productDetailGrid-column {
    margin-top: calc((8 * 100vw) / 1920);
    padding-left: calc((24 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column {
    margin-top: 16px;
    padding-left: calc((24 * 100vw) / 1366);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-productDetailGrid-column {
    margin-top: 24px;
    padding-left: 0;
  }
}

.lp-layout-productDetailGrid-column.of-column-1 {
  width: 8.33333%;
}

.lp-layout-productDetailGrid-column.of-column-2 {
  width: 16.66667%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-2 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-3 {
  width: 25%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-3 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-4 {
  width: 33.33333%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-4 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-5 {
  width: 41.66667%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-5 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-6 {
  width: 50%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-6 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-7 {
  width: 58.33333%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-7 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-8 {
  width: 66.66667%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-8 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-9 {
  width: 75%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-9 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-10 {
  width: 83.33333%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-10 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-11 {
  width: 91.66667%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-11 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-column-12 {
  width: 100%;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid-column.of-column-12 {
    width: 100%;
  }
}

.lp-layout-productDetailGrid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-productDetailGrid-column.of-flex > * {
  width: 100%;
}

.lp-layout-productDetailGrid.of-row-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1365px) {
  .lp-layout-productDetailGrid.lp-smallScreen-column {
    flex-direction: column-reverse;
  }
}

.lp-mediaProduct {
  -webkit-backface-visibility: hidden;
  display: flex;
  z-index: 0;
  position: relative;
  flex: 1;
  justify-content: flex-start;
  backface-visibility: hidden;
  background: #a49cbb;
  color: #fff;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct {
    flex: none;
    width: 100%;
    min-height: 0%;
    margin-bottom: 16px;
    background: none;
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaProduct {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaProduct {
    flex: 1 0 auto;
  }
}

.lp-mediaProduct::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(121deg, #ffe8d6 0%, #908a9c 37%, #464b75 72%, #464b75 100%) 0% 0% no-repeat padding-box;
  content: "";
  opacity: 1;
  transition: opacity 0.3s ease;
}

.lp-jumbotron-body.is-hover .lp-mediaProduct::before {
  opacity: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct::before {
    height: 200px;
    background: linear-gradient(to bottom, #ffe8d6 0%, #464b75 100%);
  }
}

.lp-mediaProduct-inner {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 40px 80px;
}

@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-inner {
    padding: calc((40 * 100vw) / 1920) calc((80 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-inner {
    flex: none;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaProduct-inner {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-mediaProduct-inner {
    padding: calc((20 * 100vh) / 655) calc((40 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaProduct-inner {
    flex: none;
    padding: 20px 40px;
  }
}

.lp-mediaProduct-body {
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 410px;
  text-align: center;
}

.lp-mediaProduct-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-body {
    width: calc((410 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-body {
    flex: none;
    width: 100%;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-mediaProduct-body {
    width: calc((270 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaProduct-body {
    display: inline;
    width: 270px;
  }
}

.lp-mediaProduct-image {
  z-index: 0;
  width: 360px;
  margin-left: 40px;
}

@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-image {
    width: calc((360 * 100vw) / 1920);
    margin-left: calc((40 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-image {
    width: 160px;
    min-height: 0%;
    margin: 24px auto 10px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-mediaProduct-image {
    width: calc((216 * 100vh) / 655);
    margin-left: calc((32 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaProduct-image {
    width: 216px;
    margin-left: 32px;
  }
}

.lp-mediaProduct-textGroup {
  margin-bottom: 40px;
}

.lp-mediaProduct-textGroup > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-textGroup {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-mediaProduct-textGroup {
    margin-bottom: calc((32 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaProduct-textGroup {
    margin-bottom: 32px;
  }
}

.lp-mediaProduct.of-secondary {
  background: #8da593;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct.of-secondary {
    background: none;
  }
}

.lp-mediaProduct.of-secondary::before {
  background: transparent linear-gradient(239deg, #e0f1cc 0%, #99b2a3 37%, #2f5465 72%, #2f5465 100%) 0% 0% no-repeat padding-box;
}

.lp-jumbotron-body.is-hover .lp-mediaProduct.of-secondary::before {
  opacity: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct.of-secondary::before {
    background: linear-gradient(to bottom, #e0f1cc 0%, #2f5465 100%);
  }
}

.lp-mediaProduct.of-row-reverse {
  justify-content: flex-end;
}

.lp-mediaProduct.of-row-reverse .lp-mediaProduct-inner {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct.of-row-reverse .lp-mediaProduct-inner {
    flex-direction: column-reverse;
  }
}

.lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
  margin-right: 40px;
  margin-left: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
    margin-right: calc((40 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
    margin: 24px auto 10px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
    margin-right: calc((32 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
    margin-right: 32px;
  }
}

.lp-mediaProduct .lp-buttonTransition::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.lp-mediaFeature {
  display: flex;
  flex-direction: column;
  margin: 0 auto 16px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature {
    margin: 0 auto 24px;
  }
}

.lp-mediaFeature-body {
  flex: 1 0 auto;
  font-size: 1.8rem;
  line-height: 1.3;
}

.lp-mediaFeature-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaFeature-body {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature-body {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-mediaFeature-body {
    font-size: calc((14 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-mediaFeature-body {
    font-size: 1.4rem;
  }
}

.lp-mediaFeature-image {
  width: 100%;
  min-height: 0%;
  margin: 8px auto 0;
  text-align: center;
}

.lp-mediaFeature-text {
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: center;
}

@media only screen and (max-width: 1365px) {
  .lp-mediaFeature-text {
    font-size: 1.4rem;
  }
}

.lp-figure {
  width: 387px;
  margin: 0 auto 24px;
  text-align: center;
}

.lp-figure > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-figure {
    width: calc((387 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-figure {
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-figure {
    width: calc((250 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-figure {
    width: 250px;
  }
}

.lp-figure-caption {
  width: 100%;
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  text-shadow: 0 2px 4px #3a3a3a;
}

@media only screen and (max-width: 1919px) {
  .lp-figure-caption {
    font-size: calc((24 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-figure-caption {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-figure-caption {
    font-size: calc((20 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-figure-caption {
    font-size: 2rem;
  }
}

.lp-figure-image {
  width: 100%;
  margin: 0 auto;
}

.lp-headingLevel1 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  .lp-headingLevel1 {
    margin-bottom: calc((40 * 100vw) / 1920);
    font-size: calc((40 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-headingLevel1 {
    margin-bottom: 16px;
    font-size: calc(3.2rem + ((1vw - 0.768rem) * (-0.78125)));
    text-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel1 {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-headingLevel1 {
    margin-bottom: calc((32 * 100vh) / 655);
    font-size: calc((32 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-headingLevel1 {
    margin-bottom: 32px;
    font-size: 3.2rem;
  }
}

.lp-headingLevel2 {
  margin-bottom: 8px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    font-size: calc((40 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: calc(2.2rem + ((1vw - 0.768rem) * (3.125)));
    line-height: 1.33;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-headingLevel2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-headingLevel2 {
    font-size: calc((32 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-headingLevel2 {
    font-size: 3.2rem;
  }
}

.lp-headingLevel2-outer {
  margin-bottom: 32px;
}

.lp-headingLevel2-outer > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
  .lp-headingLevel2-outer {
    margin-bottom: calc((32 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer {
    margin-bottom: calc(2.4rem + ((1vw - 0.768rem) * (6.25)));
  }
}

@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2-outer {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-headingLevel2-outer {
    margin-bottom: calc((16 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-headingLevel2-outer {
    margin-bottom: 16px;
  }
}

.lp-jumbotron .lp-headingLevel2 {
  margin-bottom: 40px;
  font-size: 4.8rem;
}

@media only screen and (max-width: 1919px) {
  .lp-jumbotron .lp-headingLevel2 {
    margin-bottom: calc((16 * 100vw) / 1920);
    font-size: calc((40 * 100vw) / 1920);
  }
}

@media only screen and (max-width: 1365px) {
  .lp-jumbotron .lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: calc(1.8rem + ((1vw - 0.768rem) * (2.34375)));
    line-height: 1.25;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron .lp-headingLevel2 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-jumbotron .lp-headingLevel2 {
    font-size: calc((32 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-jumbotron .lp-headingLevel2 {
    font-size: 3.2rem;
  }
}

.lp-buttonTransition {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.26;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.lp-buttonTransition:hover {
  background: #fff;
  color: #333;
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
  .lp-buttonTransition {
    font-size: calc((15 * 100vh) / 655);
  }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
  .lp-buttonTransition {
    font-size: 1.5rem;
  }
}

.lp-buttonTransition-outer {
  width: 202px;
  margin: 0 auto 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-buttonTelephone {
  display: none;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .lp-buttonTelephone {
    display: block;
  }
}

.lp-buttonTelephone > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  color: inherit;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}

.lp-buttonTelephone > a::before {
  display: block;
  width: 29px;
  height: 29px;
  background: url("../../../../../img/core/icon_tel_l_trans.png") no-repeat;
  background-size: cover;
  content: "";
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -40px 0 24px -24px;
}

@media only screen and (max-width: 1365px) {
  .lp-listButton {
    margin: -24px 0 24px -24px;
  }
}

.lp-listButton > li {
  width: 100%;
  max-width: 380px;
  margin-top: 40px;
  margin-left: 24px;
}

.lp-listButton.of-primary > li {
  max-width: 280px;
}

.lp-listButton.of-secondary {
  flex-wrap: nowrap;
}

.lp-listButton.of-secondary > li {
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 1365px) {
  .lp-listButton > li {
    margin-top: 24px;
    margin-left: 24px;
  }

  .lp-listButton.of-secondary {
    flex-wrap: wrap;
  }

  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-lastChild {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-extraSmallScreen-column {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}

@media only screen and (min-width: 1366px) {
  .lp-extraLargeScreen-hide {
    display: none;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-line-break {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideLeft {
  0% {
    z-index: 2;
    left: -100%;
    opacity: 1;
  }
  100% {
    z-index: 2;
    left: 0;
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    z-index: 2;
    left: 100%;
    opacity: 1;
  }
  100% {
    z-index: 2;
    left: 0;
    opacity: 1;
  }
}

@keyframes slideReturnLeft {
  0% {
    z-index: 1;
    left: 0;
    opacity: 1;
  }
  100% {
    z-index: 1;
    left: -100%;
    opacity: 1;
  }
}

@keyframes slideReturnRight {
  0% {
    z-index: 1;
    right: 0;
    opacity: 1;
  }
  100% {
    z-index: 1;
    right: -100%;
    opacity: 1;
  }
}

.split-slider {
  display: inline-block;
  margin-bottom: 4px;
  overflow: hidden;
}

.split-slider .beer-range:focus + .beer-handle {
  background: transparent;
  box-shadow: none;
}

.split-slider .beer-handle {
  width: 48px;
  height: 150%;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.split-slider .beer-handle::after {
  content: none;
}

.split-slider .beer-handle::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  transform: translate3d(-50%, 0, 0);
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  content: "";
}

.split-slider .beer-handle .split-circle::before,
.split-slider .beer-handle .split-circle::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
  opacity: 1;
}

.split-slider .beer-handle .split-circle::before {
  box-sizing: border-box;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 6px solid #000;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle::before {
    width: calc(2.6rem + ((1vw - 1.024rem) * (2.90179)));
    height: calc(2.6rem + ((1vw - 1.024rem) * (2.90179)));
    border: calc(0.1rem + ((1vw - 1.024rem) * (0.55804))) solid #000;
  }
}

@media only screen and (max-width: 1365px) {
  .split-slider .beer-handle .split-circle::before {
    width: calc(2.6rem + ((1vw - 0.768rem) * (2.25694)));
    height: calc(2.6rem + ((1vw - 0.768rem) * (2.25694)));
    border: calc(0.1rem + ((1vw - 0.768rem) * (0.43403))) solid #000;
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle::before {
    width: 52px;
    height: 52px;
    border: 6px solid #000;
  }
}

.split-slider .beer-handle .split-circle::after {
  z-index: 0;
  width: 56px;
  height: 56px;
  background: #fff no-repeat center center;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle::after {
    width: calc(2.8rem + ((1vw - 1.024rem) * (3.125)));
    height: calc(2.8rem + ((1vw - 1.024rem) * (3.125)));
  }
}

@media only screen and (max-width: 1365px) {
  .split-slider .beer-handle .split-circle::after {
    width: calc(2.8rem + ((1vw - 0.768rem) * (2.43056)));
    height: calc(2.8rem + ((1vw - 0.768rem) * (2.43056)));
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle::after {
    width: 56px;
    height: 56px;
  }
}

.split-slider .beer-handle .split-circle .split-circleLeft::before,
.split-slider .beer-handle .split-circle .split-circleLeft::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  transform: scale(1) rotate(90deg);
  background-image: url("../../../../../img/ss/products/microscope/various-applications-3d/various-applications-3d_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle .split-circleLeft::before,
  .split-slider .beer-handle .split-circle .split-circleLeft::after {
    transform: scale(0.5) rotate(90deg);
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle .split-circleLeft::before,
  .split-slider .beer-handle .split-circle .split-circleLeft::after {
    transform: scale(1) rotate(90deg);
  }
}

.split-slider .beer-handle .split-circle .split-circleLeft::before {
  left: calc(50% - 19.5px);
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle .split-circleLeft::before {
    left: calc(50% - 14px);
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle .split-circleLeft::before {
    left: calc(50% - 19.5px);
  }
}

.split-slider .beer-handle .split-circle .split-circleLeft::after {
  left: calc(50% - 12.5px);
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle .split-circleLeft::after {
    left: calc(50% - 9px);
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle .split-circleLeft::after {
    left: calc(50% - 12.5px);
  }
}

.split-slider .beer-handle .split-circle .split-circleRight::before,
.split-slider .beer-handle .split-circle .split-circleRight::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  transform: scale(1) rotate(-90deg);
  background-image: url("../../../../../img/ss/products/microscope/various-applications-3d/various-applications-3d_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle .split-circleRight::before,
  .split-slider .beer-handle .split-circle .split-circleRight::after {
    transform: scale(0.5) rotate(-90deg);
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle .split-circleRight::before,
  .split-slider .beer-handle .split-circle .split-circleRight::after {
    transform: scale(1) rotate(-90deg);
  }
}

.split-slider .beer-handle .split-circle .split-circleRight::before {
  left: calc(50%);
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle .split-circleRight::before {
    left: calc(50% - 2px);
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle .split-circleRight::before {
    left: calc(50%);
  }
}

.split-slider .beer-handle .split-circle .split-circleRight::after {
  left: calc(50% + 8px);
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
}

@media only screen and (max-width: 1919px) {
  .split-slider .beer-handle .split-circle .split-circleRight::after {
    left: calc(50% + 4px);
  }
}

@media only screen and (max-width: 767px) {
  .split-slider .beer-handle .split-circle .split-circleRight::after {
    left: calc(50% + 8px);
  }
}

.split-slider .beer-reveal {
  display: inline-block;
}

.split-slider .beer-reveal > img:first-child {
  height: 100%;
}

.beer-slider {
  margin-bottom: 0;
  vertical-align: bottom;
}

.beer-slider > img {
  width: 100%;
}

@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
