@charset "UTF-8";
body {
  min-width: auto;
  min-height: 100vh;
}
*,
::before,
::after {
  box-sizing: border-box;
}
#BZ-X800Research li {
  list-style: none;
}
#BZ-X800Research {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
#BZ-X800Research img {
  max-width: 100%;
  vertical-align: middle;
}

/* LytHeader */
#BZ-X800Research .LytHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  width: 100%;
  height: 73px;
  background: #fff;
}
#BZ-X800Research .LytHeader .Logo {
  width: 127px;
}
#BZ-X800Research .LytHeader .Logo img {
  max-width: 126px;
  width: 100%;
}
.theme-KC #BZ-X800Research .LytHeader .Logo {
  width: initial;
}
.theme-KC #BZ-X800Research .LytHeader .Logo a {
  display: inline-block;
}
.theme-KC #BZ-X800Research .LytHeader .Logo img {
  max-width: 100%;
  width: 230px;
}
#BZ-X800Research .LytHeader .TelBox {
  z-index: 15;
  display: flex;
  flex-direction: column;
}
#BZ-X800Research .LytHeader .TelBox .TelNo {
  padding: 1px 0 3px 27px;
  background: url("../../../../../img/ss/products/microscope/bz-x800_research/tel_icon.png") no-repeat left center;
  background-size: auto 95%;
  font-weight: bold;
  font-size: 22px;
}
#BZ-X800Research .LytHeader .TelBox .TelNo .AutoPhoneCall {
  color: #333;
  text-decoration: none;
  cursor: default;
}
#BZ-X800Research .LytHeader .TelBox .TelLead {
  font-size: 11px;
  line-height: 1.2em;
}

/* BottomTelBox */
#BZ-X800Research .BottomTelBox {
  display: none;
}

/* LytFooter */
#BZ-X800Research .LytFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 13px;
  width: 100%;
  height: 47px;
  background: #fff;
}
#BZ-X800Research .LytFooter .FooterUtilityList .lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#BZ-X800Research .LytFooter .FooterUtilityList .lp-navigationSeries-linkList li {
  position: relative;
}
#BZ-X800Research .LytFooter .FooterUtilityList .lp-navigationSeries-linkList li + li {
  margin-left: 15px;
}
#BZ-X800Research .LytFooter .FooterUtilityList .lp-navigationSeries-linkList li + li::before {
  position: absolute;
  top: 30%;
  left: -7px;
  display: block;
  width: 1px;
  height: 45%;
  background: #333;
  content: "";
}
#BZ-X800Research .LytFooter .FooterUtilityList .lp-navigationSeries-linkList li a {
  color: #333;
}
#BZ-X800Research .LytFooter .Link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#BZ-X800Research .LytFooter .Link li {
  order: 2;
}
#BZ-X800Research .LytFooter .Link li.Copy {
  order: 1;
}
#BZ-X800Research .LytFooter .Link li,
#BZ-X800Research .LytFooter .Link li a {
  color: #333;
  font-size: 12px;
}
#BZ-X800Research .LytFooter .Link li:nth-child(1) {
  position: relative;
  margin: 0 15px;
}
#BZ-X800Research .LytFooter .Link li:nth-child(1)::before,
#BZ-X800Research .LytFooter .Link li:nth-child(1)::after {
  position: absolute;
  top: 30%;
  display: block;
  width: 1px;
  height: 45%;
  background: #333;
  content: "";
}
#BZ-X800Research .LytFooter .Link li:nth-child(1)::before {
  left: -7px;
}
#BZ-X800Research .LytFooter .Link li:nth-child(1)::after {
  right: -7px;
}
#BZ-X800Research .LytFooter .Link li a:hover {
  text-decoration: underline;
}

/* content */
#BZ-X800Research .SectionWrap {
  position: relative;
  left: -50px;
  z-index: 5;
  visibility: hidden;
  overflow: hidden;
  margin: 73px auto 0;
  max-width: 1920px;
  width: 100%;
  opacity: 0;
  transition: transform 0s ease 0s, opacity 1s ease 0s, visibility 1s ease 0s, left 1s ease 0s;
}
#BZ-X800Research .SectionWrap.Show {
  left: 0px;
  visibility: visible;
  opacity: 1;
  transition: transform 1s ease 0s, opacity 1s ease 0s, visibility 1s ease 0s, left 1s ease 0s;
}

/* LpBtn */
#BZ-X800Research .LpBtn.Type01 {
  position: relative;
  padding: 12px 9px 14px 55px;
  background: #dc002f;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: normal;
  font-size: 20px;
}
#BZ-X800Research .LpBtn.Type01::before {
  position: absolute;
  top: 56%;
  left: 20px;
  display: inline-block;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  background: url("../../../../../img/ss/products/microscope/bz-x800_research/icon_btn_dl.png") no-repeat;
  content: "";
}
#BZ-X800Research .LpBtn.Type01 > .Txt {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  line-height: 1;
}
#BZ-X800Research .LpBtn.Type01 > .Img {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 2px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  vertical-align: middle;
}
#BZ-X800Research .LpBtn .Txt {
  white-space: nowrap;
}

/* Control */
#BZ-X800Research .SectionControl {
  position: fixed;
  top: 0;
  right: -100px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  transition: right 0.7s ease 0s;
}
#BZ-X800Research .SectionWrap.Show + .SectionControl {
  right: 10px;
}
#BZ-X800Research .SectionControl .ControlList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}
#BZ-X800Research .SectionControl .ControlList .List .Txt {
  display: block;
  margin: 6px 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}
#BZ-X800Research .SectionControl .ControlList .List .Txt.Ac {
  background: #4f4db0;
}
#BZ-X800Research .SectionControl .SectionPager {
  position: relative;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  opacity: 1;
  cursor: pointer;
  transition: opacity 1s ease 0s, visibility 1s ease 0s;
}
#BZ-X800Research .SectionControl .SectionPager.Hidden {
  visibility: hidden;
  opacity: 0;
}
#BZ-X800Research .SectionControl .SectionPager .Btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: visible;
  overflow: hidden;
  margin: auto;
  width: 10px;
  height: 14px;
}
#BZ-X800Research .SectionControl .SectionPager.Prev .Btn {
  transform: rotate(90deg);
}
#BZ-X800Research .SectionControl .SectionPager.Next .Btn {
  transform: rotate(-90deg);
}
#BZ-X800Research .SectionControl .SectionPager .Btn::before,
#BZ-X800Research .SectionControl .SectionPager .Btn::after {
  position: absolute;
  right: 4px;
  display: block;
  width: 2px;
  height: 10px;
  background: #4f4db0;
  content: "";
}
#BZ-X800Research .SectionControl .SectionPager .Btn::before {
  top: -2px;
  transform: rotate(40deg);
}
#BZ-X800Research .SectionControl .SectionPager .Btn::after {
  bottom: -2px;
  transform: rotate(-40deg);
}
#BZ-X800Research .SectionControl .ShowTop {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
  width: 55px;
  height: 55px;
  border: 1px solid #ccc;
  cursor: pointer;
}
#BZ-X800Research .SectionControl .ShowTop .Txt {
  color: #4f4db0;
  text-align: center;
  font-size: 14px;
}

/* ScrollIcon */
#BZ-X800Research .ScrollIcon {
  position: fixed;
  right: -100px;
  bottom: 50px;
  z-index: 5;
  display: flex;
  visibility: visible;
  align-items: center;
  opacity: 1;
  transition: right 0.7s ease 0s, opacity 1s ease 0s, visibility 1s ease 0s;
  transform: rotate(90deg);
  transform-origin: right;
}
#BZ-X800Research .ScrollIcon.Hidden {
  visibility: hidden;
  opacity: 0;
}
#BZ-X800Research .SectionWrap.Show + .SectionControl + .ScrollIcon {
  right: 40px;
}
#BZ-X800Research .ScrollIcon .Txt {
  margin: 0 15px 3px auto;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
}
#BZ-X800Research .ScrollIcon .Mark {
  position: relative;
  display: block;
  overflow: hidden;
  width: 10px;
  height: 20px;
}
#BZ-X800Research .ScrollIcon .Mark::before,
#BZ-X800Research .ScrollIcon .Mark::after {
  position: absolute;
  right: 4px;
  display: block;
  width: 2px;
  height: 14px;
  background: #666;
  content: "";
}
#BZ-X800Research .ScrollIcon .Mark::before {
  top: -2px;
  transform: rotate(30deg);
}
#BZ-X800Research .ScrollIcon .Mark::after {
  bottom: -2px;
  transform: rotate(-30deg);
}
#BZ-X800Research .FadeAnimation {
  transform: scale(-1, 1);
  animation: FadeAnimationScroll 0.8s ease-in-out infinite alternate 0s;
}
#BZ-X800Research .FadeAnimation + .FadeAnimation {
  animation: FadeAnimationScroll 0.8s ease-in-out infinite alternate 0.2s;
}
@keyframes FadeAnimationScroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* section */
#BZ-X800Research .SectionWrap .Sections {
  position: relative;
  z-index: 0;
  display: flex;
  visibility: visible;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 calc(100vw / (1920 / 100));
  width: 100%;
  height: calc(100vh - 73px - 47px);
  background: #fff;
  opacity: 1;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, left 0.5s ease 0.8s;
}
#BZ-X800Research .SectionWrap .Sections.Ac {
  left: 0%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 0.8s, visibility 0.5s ease 0.8s, left 0.5s ease 0.8s;
}

#BZ-X800Research .SectionWrap .Sections .SectionTtl {
  position: relative;
  margin-bottom: calc(100vw / (1920 / 45));
  padding: 0 0 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  color: #4f4db0;
  font-size: 32px;
}
#BZ-X800Research .SectionWrap .Sections .SectionTtl::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 126px;
  height: 3px;
  background: #4f4db0;
  content: "";
}
#BZ-X800Research .SectionWrap .Sections .SectionInner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionVisual .VisualTxt {
  margin-bottom: 10px;
  font-size: 16px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionVisual .VisualTxt.IconDelta::before {
  display: inline-block;
  margin-right: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #333;
  border-bottom: none;
  content: "";
  vertical-align: 2px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionVisual .VisualCap {
  margin-top: 25px;
  text-align: right;
  font-size: 13px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap {
  width: calc(100vw / (1920 / 815));
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary > *:last-child {
  margin-bottom: 0 !important;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead01 {
  font-size: calc(100vw / (1920 / 28));
  line-height: 1em;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead02 {
  margin: calc(100vw / (1920 / 20)) 0 calc(100vw / (1920 / 30));
  font-weight: 900;
  font-size: calc(100vw / (1920 / 50));
  line-height: 1.3em;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionLead02 {
  margin-bottom: 50px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn {
  text-align: left;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn {
  width: calc((100% - 20px) / 2);
  position: relative;
  display: block;
  padding: 15px 0;
  min-width: 240px;
  text-align: center;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 .LpBtn {
  width: 100%;
  min-width: auto;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 .LpBtn.Type01 {
  padding-left: 12px;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn .Txt {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn.Type02 {
  margin-left: 20px;
  background: #13778f;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 .LpBtn.Type02 {
  margin-left: 0;
  margin-top: 0;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn.Type02::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right: none;
  border-left: 8px solid #fff;
  content: "";
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea {
  margin-top: calc(100vw / (1920 / 25));
  padding: 10px 0 30px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvLead {
  margin-bottom: calc(100vw / (1920 / 10));
  padding-left: calc(100vw / (1920 / 40));
  font-size: 18px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner {
  display: flex;
  justify-content: center;
  padding: 0;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn {
  position: relative;
  display: block;
  padding: 15px 0;
  width: 100%;
  border: 2px solid #13778f;
  text-align: center;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn:hover {
  text-decoration: none;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right: none;
  border-left: 8px solid #13778f;
  content: "";
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn.Type02 {
  background: #eee;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn.Type03 {
  margin-left: calc(100vw / (1920 / 24));
  background: #eee;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn .Img {
  position: absolute;
  top: -12px;
  right: 15px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn .Txt {
  color: #13778f;
  white-space: pre-wrap;
  font-weight: bold;
  font-size: 19px;
}
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn .Img + .Txt {
  padding-right: 50px;
}
#BZ-X800Research .SectionWrap .Sections .ContentShadow {
  box-shadow: 20px 20px 25px rgba(153, 153, 153, 0.3);
}

/* SectionTop */
#BZ-X800Research .SectionTop {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 10;
  display: flex;
  visibility: hidden;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin-top: 73px;
  width: 100vw;
  height: calc(100vh - 73px - 47px);
  background: url("../../../../../img/ss/products/microscope/bz-x800_research/bg_01.png") no-repeat left center #fff;
  background-size: calc(100vw / (1920 / 832)) auto;
  opacity: 0;
  transition: opacity 1s ease 0s, visibility 1s ease 0s, left 1s ease 0s;
}
#BZ-X800Research .SectionTop.Ac {
  left: 0px;
  visibility: visible;
  opacity: 1;
}
#BZ-X800Research .SectionTop::before {
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 1;
  display: block;
  width: 150%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
  content: "";
  transition: right 1s ease 0.7s;
}
#BZ-X800Research .SectionTop.Ac::before {
  right: -150%;
}
#BZ-X800Research .SectionTop .MvImg {
  position: relative;
  z-index: 10;
  margin-top: calc(100vw / (1920 / 130));
  margin-right: calc(100vw / (1920 / 90));
}
#BZ-X800Research .SectionTop .MvImg .ProductImg {
  margin: 0 auto;
  width: calc(100vw / (1920 / 349));
  text-align: center;
}
#BZ-X800Research .SectionTop .MvImg .ProductName {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
#BZ-X800Research .SectionTop .MvImg .ProductName .NewIcon {
  display: inline-block;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #f00;
  background: #fff;
  color: #f00;
  font-size: 16px;
}
#BZ-X800Research .SectionTop .MvImg .ProductName .Name {
  display: inline-block;
  background: #fff;
  font-size: 18px;
}
#BZ-X800Research .SectionTop .MvImg .ProductName .Name span {
  display: inline-block;
  font-size: inherit;
}
#BZ-X800Research .SectionTop .MvImg .MvTextGroup {
  padding: 10px;
  background: #eee;
  margin: 0 0 0 10px;
}
#BZ-X800Research .SectionTop .MvImg .MvTextGroup .MvTitleCopy {
  position: relative;
  left: -20px;
  display: inline-block;
  margin-bottom: 3px;
  padding: 6px 10px;
  background: #f90;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}
#BZ-X800Research .SectionTop .MvImg .MvTextGroup .MvTitleCopy::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #930;
  border-right: 5px solid #930;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  content: "";
}
#BZ-X800Research .SectionTop .MvImg .MvTextGroup .MvTitle {
  font-weight: bold;
  font-size: 20px;
}
#BZ-X800Research .SectionTop .MvLead {
  position: relative;
  z-index: 10;
  margin-right: calc(100vw / (1920 / 100));
}
#BZ-X800Research .SectionTop .MvLead.of-primary > *:last-child {
  margin-bottom: 0 !important;
}
#BZ-X800Research .SectionTop .MvLead .Lead {
  margin: 0 0 calc(100vw / (1920 / 50));
  font-weight: 900;
  font-size: calc(100vw / (1920 / 62));
  line-height: 1.4em;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation {
  margin: 0 0 calc(100vw / (1920 / 50));
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List {
  position: relative;
  z-index: 0;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List + .List {
  margin-top: 12px;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt {
  position: relative;
  display: block;
  padding: 23px 23px 23px 80px;
  background: #5f52a0;
  color: #fff;
  font-weight: 900;
  font-size: calc(100vw / (1920 / 25));
  line-height: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt:hover {
  background: #3c307c;
  opacity: 1;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::before,
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::before {
  left: 23px;
  z-index: 0;
  margin-top: calc(-100vw / (1920 / 15));
  width: calc(100vw / (1920 / 32));
  height: calc(100vw / (1920 / 32));
  background: #fff;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
  left: calc(100vw / (1920 / 12) + 23px);
  z-index: 5;
  margin-top: -5px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-right: none;
  border-left: 10px solid #5f52a0;
  transition: background-color 0.3s ease 0s;
}
#BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt:hover::after {
  border-left: 10px solid #3c307c;
}
#BZ-X800Research .SectionTop .MvLead .MvBtn {
  display: flex;
  justify-content: space-between;
}
#BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn {
  min-width: 500px;
}

#BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn {
  position: relative;
  display: block;
  padding: 15px 0;
  min-width: 240px;
  width: 49%;
  text-align: center;
}

#BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn .LpBtn {
  min-width: auto;
  width: 100%;
}

#BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn.Type02 {
  margin-left: 10px;
  background: #13778f;
}

#BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn .LpBtn.Type02 {
  margin-left: 0;
}

#BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn .Txt {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}
#BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn.Type02::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right: none;
  border-left: 8px solid #fff;
  content: "";
}

/* SectionWellPlate */
#BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual {
  margin-left: calc(-100vw / (1920 / 36));
  width: calc(100vw / (1920 / 890));
}
#BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual .Img {
  position: relative;
  text-align: center;
}
#BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual .Img .ImgDisplayAnimation {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  transition: width 0.5s ease 1.5s;
}
#BZ-X800Research .SectionWrap .Sections.SectionWellPlate.Ac .SectionInner .SectionVisual .Img .ImgDisplayAnimation {
  width: 100%;
}
#BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual .Img .ImgDisplayAnimation img {
  max-width: none;
  width: calc(100vw / (1920 / 890));
}

/* SectionTimeLapse */
#BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual {
  width: calc(100vw / (1920 / 780));
}
#BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual .MovieWrap {
  position: relative;
  margin: 0 auto 20px;
  max-width: 783px;
  max-height: 440px;
  width: calc(100vw / (1920 / 783));
  height: calc(100vw / (1920 / 440));
}
#BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual .MovieWrap .Movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SectionWideRange */
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual {
  width: calc(100vw / (1920 / 750));
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg {
  position: relative;
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg > img {
  position: relative;
  z-index: 5;
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea,
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomAreaShadow {
  position: absolute;
  bottom: -16%;
  left: 7%;
  overflow: hidden;
  width: calc(100vw / (1920 / 260));
  height: calc(100vw / (1920 / 260));
  border: 3px solid #fff;
  border-radius: 260px;
  background: #000;
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea {
  z-index: 10;
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomAreaShadow {
  z-index: 0;
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea img {
  position: absolute;
  top: -80%;
  left: -89%;
  max-width: none;
  width: calc(100vw / (1920 / 795));
  text-align: left;
  transform: translate(0%, 0%) scale(0.5);
}
#BZ-X800Research .SectionWrap .Sections.SectionWideRange.Ac .SectionInner .SectionVisual .ZoomImg .ZoomArea img {
  animation: zoom_animation 4s ease-in-out forwards 2s;
}
@keyframes zoom_animation {
  0% {
    transform: translate(0%, 0%) scale(0.5);
  }
  80%,
  100% {
    transform: translate(10%, -5%) scale(1);
  }
}

/* SectionOpticalSectioning */
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual {
  width: calc(100vw / (1920 / 780));
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 780px;
  user-select: none;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .AfterBox {
  position: relative;
  z-index: 0;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  width: 0%;
  height: 100%;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning.Ac .SectionInner .SectionVisual .DragImg .BeforeBox {
  width: 50%;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg.First .BeforeBox {
  transition: width 0.8s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.5s;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Img {
  margin: 0;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Img .Cap {
  position: absolute;
  top: 0;
  padding: 8px 35px;
  color: #fff;
  font-size: 14px;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .AfterBox .Img .Cap {
  right: 0;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox .Img .Cap {
  left: 0;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Img .Cap::before {
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  width: 120%;
  height: 100%;
  content: "";
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .AfterBox .Img .Cap::before {
  left: 0;
  background: #5c5abd;
  transform: skew(30deg, 0deg);
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox .Img .Cap::before {
  right: 0;
  background: #000;
  transform: skew(-30deg, 0deg);
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Img .Cap .Txt {
  position: relative;
  z-index: 5;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox .Img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox .Img img {
  max-width: none;
  width: auto;
  height: 100%;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator {
  position: absolute;
  top: 0;
  left: -10%;
  z-index: 10;
  margin-left: -30px;
  width: 60px;
  height: 100%;
  cursor: grab;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning.Ac .SectionInner .SectionVisual .DragImg .Separator {
  left: 50%;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg.First .Separator {
  transition: left 0.8s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.5s;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .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 20px 10px rgba(0, 0, 0, 0.7);
  content: "";
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator .CircleLine {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 60px;
  background: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.7);
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator .CircleArea {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -23px 0 0 -23px;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background: #fff;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator .CircleArea::before,
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator .CircleArea::after {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -4px;
  border: 4px 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;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator .CircleArea::before {
  left: 12px;
  animation: fade_animation_left 0.8s ease-in-out infinite 1.8s;
}
@keyframes fade_animation_left {
  0% {
    left: 12px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 7px;
    opacity: 0;
  }
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator .CircleArea::after {
  right: 12px;
  transform: scale(-1, 1);
  animation: fade_animation_right 0.8s ease-in-out infinite 1.8s;
}
@keyframes fade_animation_right {
  0% {
    right: 12px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 7px;
    opacity: 0;
  }
}

#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator:hover .CircleArea::before {
  left: 12px;
}
#BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator:hover .CircleArea::after {
  right: 12px;
}

/* media */
@media screen and (min-width: 1921px) {
  #BZ-X800Research .SectionWrap .Sections:not(.SectionTop) {
    padding: 0 100px;
  }
  #BZ-X800Research .SectionWrap .Sections:not(.SectionTop) {
    padding: 0 100px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionTtl {
    margin-bottom: 95px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap {
    width: 815px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead01 {
    font-size: 28px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead02 {
    margin: 50px 0;
    font-size: 54px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea {
    margin-top: 45px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvLead {
    margin-bottom: 25px;
    padding-left: 40px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner {
    padding: 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn.Type03 {
    margin-left: 24px;
  }

  /* SectionTop */
  #BZ-X800Research .SectionTop {
    background-size: 832px auto;
  }
  #BZ-X800Research .SectionTop .MvImg {
    margin-top: 130px;
    margin-right: 90px;
  }
  #BZ-X800Research .SectionTop .MvLead {
    margin-right: 100px;
  }
  #BZ-X800Research .SectionTop .MvLead .Lead {
    margin: 0 30px 50px;
    font-size: 62px;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt {
    font-size: 25px;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::before {
    margin-top: -16px;
    width: 32px;
    height: 32px;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
    left: 35px;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation {
    margin-bottom: 50px;
  }

  /* SectionWellPlate */
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual {
    max-width: 883px;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual .Img .ImgDisplayAnimation img {
    width: 883px;
  }
  /* SectionTimeLapse */
  #BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual {
    max-width: 780px;
  }

  /* SectionWideRange */
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual {
    max-width: 750px;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea,
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomAreaShadow {
    width: 260px;
    height: 260px;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea img {
    width: 795px;
  }

  /* SectionOpticalSectioning */
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual {
    max-width: 780px;
  }
}
@media screen and (min-width: 1270px) and (max-height: 712px) {
  #BZ-X800Research .SectionWrap {
    min-height: 700px;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1400px) {
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvLead {
    margin-bottom: calc(100vw / (1400 / 10));
    padding-left: calc(100vw / (1400 / 20));
    font-size: 16px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner {
    padding: 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn .Txt {
    font-size: 16px;
  }

  /* Sections */
  #BZ-X800Research .SectionWrap .Sections .SectionTtl {
    margin-bottom: calc(100vw / (1400 / 15));
    padding: 0 0 10px;
    font-size: 28px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead02 {
    margin: calc(100vw / (1400 / 15)) 0;
    font-size: calc(100vw / (1400 / 35));
    line-height: 1.2em;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea {
    margin-top: calc(100vw / (1400 / 15));
    padding: 20px 0;
  }

  /* SectionTop */
  #BZ-X800Research .SectionTop {
    background-size: calc(100vw / (1400 / 520)) auto;
  }
  #BZ-X800Research .SectionTop .MvImg {
    margin-top: 0;
    margin-right: calc(100vw / (1400 / 80));
  }
  #BZ-X800Research .SectionTop .MvImg .ProductImg {
    margin: 0 auto;
  }
  #BZ-X800Research .SectionTop .MvLead {
    margin-right: calc(100vw / (1400 / 180));
  }
  #BZ-X800Research .SectionTop .MvLead .Lead {
    margin: 0 0 20px;
    font-size: calc(100vw / (1400 / 35));
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation {
    margin-bottom: calc(100vw / (1400 / 20));
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt {
    padding: 16px 23px 16px 60px;
    font-size: calc(100vw / (1400 / 18));
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::before {
    left: 20px;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
    left: calc(100vw / (1920 / 12) + 20px);
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
    margin-top: -0.3vw;
    border: 0.4vw solid rgba(0, 0, 0, 0);
    border-left: 0.7vw solid #5f52a0;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt:hover::after {
    border-left: 0.7vw solid #3c307c;
  }
  #BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1270px), screen and (max-height: 599px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: auto;
  }
  #BZ-X800Research {
    overflow: auto;
    height: auto;
  }
  #BZ-X800Research .LytHeader {
    position: relative;
    margin-bottom: 3vw;
  }
  #BZ-X800Research .LytFooter {
    position: relative;
    flex-direction: column;
    justify-content: center;
    height: auto;
    border-top: 1px solid #c5c5c5;
  }
  #BZ-X800Research .LytFooter .FooterUtilityList {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }
  #BZ-X800Research .SectionTop {
    position: relative;
    left: 0;
    visibility: visible;
    margin-top: 0;
    padding-bottom: 20px;
    height: auto;
    opacity: 1;
    transition: opacity 0s ease 0s, visibility 0s ease 0s, left 0s ease 0s;
  }
  #BZ-X800Research .SectionTop::before {
    display: none;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt {
    font-size: calc(100vw / (1270 / 25));
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
    margin-top: -0.3vw;
    border: 0.4vw solid rgba(0, 0, 0, 0);
    border-left: 0.7vw solid #5f52a0;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt:hover::after {
    border-left: 0.7vw solid #5f52a0;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductName {
    align-items: center;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductName .Name {
    display: flex;
    flex-direction: column;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductName .NewIcon {
    padding: 6px;
    font-size: 14px;
  }
  #BZ-X800Research .SectionWrap {
    left: 0px;
    visibility: visible;
    min-height: auto;
    opacity: 1;
    transition: none;
  }
  #BZ-X800Research .SectionWrap .Sections {
    overflow: hidden;
    padding: 5vw;
    min-height: auto;
    height: auto;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner {
    display: block;
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead01,
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea {
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead02 {
    width: 60%;
    font-size: calc(100vw / (1920 / 62));
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn {
    width: 40%;
    text-align: right;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 {
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 40%;
    margin-top: 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 {
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 40%;
    margin-top: 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 {
    min-width: calc(40% + 20px);
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn {
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 .LpBtn.Type01 {
    padding-left: 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn.Type02 {
    margin-left: 0;
    margin-top: 15px;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual,
  #BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual,
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual,
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual {
    margin: 0 auto 5vw;
    max-width: none;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual {
    margin: 0 auto;
    width: calc(100vw / (1270 / 890));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual .Img .ImgDisplayAnimation img {
    width: calc(100vw / (1270 / 890));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual {
    width: calc(100vw / (1270 / 780));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual .MovieWrap {
    width: 100%;
    height: calc(100vw / (1270 / 440));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual {
    margin-bottom: 10vw;
    width: calc(100vw / (1270 / 750));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea,
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomAreaShadow {
    width: calc(100vw / (1270 / 260));
    height: calc(100vw / (1270 / 260));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea img {
    width: calc(100vw / (1270 / 795));
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual {
    margin: 0 auto 4vw;
    width: calc(100vw / (1270 / 780));
  }
  #BZ-X800Research .SectionControl,
  #BZ-X800Research .ScrollIcon {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .PcView {
    display: none;
  }
  /* LytHeader */
  #BZ-X800Research .LytHeader .TelBox {
    display: none;
  }

  /* LytFooter */
  #BZ-X800Research .LytFooter {
    padding: 2vw 0;
  }
  #BZ-X800Research .LytFooter .Link {
    display: block;
    text-align: center;
  }
  #BZ-X800Research .LytFooter .Link li:nth-child(1) {
    margin: 0 15px 0 0;
  }
  #BZ-X800Research .LytFooter .Link li:nth-child(1)::before {
    display: none;
  }
  #BZ-X800Research .LytFooter .Link li {
    display: inline-block;
  }
  #BZ-X800Research .LytFooter .Link li.Copy {
    display: block;
    font-size: 10px;
  }
  #BZ-X800Research .LytFooter .Link li:nth-child(2)::after {
    display: none;
  }
  #BZ-X800Research .TelBox {
    display: none;
  }

  /* BottomTelBox */
  #BZ-X800Research .BottomTelBox {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vw 0 7vw;
  }
  #BZ-X800Research .BottomTelBox .TelNo a {
    display: inline-block;
    padding: 1vw 0 1vw 10vw;
    background: url("../../../../../img/ss/products/microscope/bz-x800_research/tel_icon.png") no-repeat left center;
    background-size: auto 100%;
    color: #333;
    font-weight: bold;
    font-size: 9vw;
    line-height: 1em;
  }
  #BZ-X800Research .BottomTelBox .TelLead {
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 1.2em;
  }

  /* Sections */
  #BZ-X800Research .SectionWrap {
    margin-top: 0;
    min-height: 100vh;
  }
  #BZ-X800Research .SectionWrap .Sections.Ac {
    padding-bottom: 10vw;
  }
  #BZ-X800Research .SectionWrap .Sections.Ac:not(.SectionTop) {
    padding: 5vw 5vw 3vw;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionTtl {
    margin-bottom: 8vw;
    padding: 0 0 4vw;
    font-size: 7vw;
    line-height: 1.3em;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap {
    display: block;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead01 {
    font-size: 5vw;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionLead02 {
    margin: 3vw 0 7vw;
    width: 100%;
    font-size: 7vw;
    line-height: 1.4em;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionLead02 {
    margin: 3vw 0 7vw;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 {
    min-width: auto;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea {
    margin-top: 7vw;
    padding: 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner {
    flex-direction: column;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn.Type02 {
    margin: 0 auto;
    max-width: 400px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvAreaInner .LpBtn.Type03 {
    margin: 3vw auto 0;
    max-width: 400px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionCvArea .CvLead {
    margin-bottom: 4vw;
    padding-left: 2vw;
    font-size: 18px;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn {
    display: block;
    width: 100%;
    text-align: center;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 {
    padding: 0 5vw;
    max-width: none;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap .SectionBtn02 .LpBtn.Type02 {
    margin: 3vw auto 0;
  }
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 .LpBtn.Type02 {
    margin: 0 auto;
  }

  /* SectionTop */
  #BZ-X800Research .SectionTop {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    background-position: 0 2vw;
    background-size: 63vw auto;
  }
  #BZ-X800Research .SectionTop .MvImg {
    margin: 0 0 3vw;
    padding: 0 5vw;
    width: 100%;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductImg {
    margin: 7vw 0 -8vw 45vw;
    width: 38vw;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductName {
    margin-top: 8vw;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductName .NewIcon {
    padding: 2vw;
    font-size: 4vw;
  }
  #BZ-X800Research .SectionTop .MvImg .ProductName .Name {
    display: inline-block;
    font-size: 5vw;
    line-height: 1em;
  }
  #BZ-X800Research .SectionTop .MvImg .MvTextGroup {
    margin: 8vw 0 0 0;
  }
  #BZ-X800Research .SectionTop .MvLead {
    margin-right: 0;
    width: 100%;
  }
  #BZ-X800Research .SectionTop .MvLead .Lead {
    margin: 0 5vw 5vw;
    font-size: 9vw;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation {
    margin: 0 5vw 5vw;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt {
    padding: 5vw 0 5vw 10vw;
    font-size: 4.6vw;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::before {
    left: 4vw;
    margin-top: -2vw;
    width: 4vw;
    height: 4vw;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt::after {
    left: 5.5vw;
    margin-top: -1vw;
    border: 1vw solid rgba(0, 0, 0, 0);
    border-left: 1.5vw solid #5f52a0;
  }
  #BZ-X800Research .SectionTop .MvLead .MvNavigation .List .Txt:hover::after {
    border-left: 1.5vw solid #3c307c;
  }
  #BZ-X800Research .SectionTop .MvLead .MvBtn {
    padding: 0 5vw;
  }
  #BZ-X800Research .SectionTop .MvLead .MvBtn {
    flex-direction: column;
  }
  #BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  #BZ-X800Research .SectionTop .MvLead .MvBtn .LpBtn.Type02 {
    margin: 3vw auto 0;
  }

  #BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn .LpBtn.Type02 {
    margin: 0 auto;
  }

  /* SectionWellPlate */
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual {
    margin-bottom: 5vw;
    margin-left: 0;
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWellPlate .SectionInner .SectionVisual .Img .ImgDisplayAnimation img {
    width: 90vw;
  }

  /* SectionTimeLapse */
  #BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual {
    width: 100%;
    margin-bottom: 7vw;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionTimeLapse .SectionInner .SectionVisual .MovieWrap {
    width: 100%;
    height: calc(100vw / (750 / 379));
  }

  /* SectionWideRange */
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual {
    margin-bottom: 14vw;
    max-width: none;
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea,
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomAreaShadow {
    width: 31vw;
    height: 31vw;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionWideRange .SectionInner .SectionVisual .ZoomImg .ZoomArea img {
    width: 100vw;
  }

  /* SectionOpticalSectioning */
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual {
    margin-bottom: 7vw;
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .VisualTxt {
    display: none;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg.First .BeforeBox {
    transition: none;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning.Ac .SectionInner .SectionVisual .DragImg .BeforeBox {
    width: 100%;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox .Img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .BeforeBox .Img img {
    max-width: 100%;
    height: auto;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .AfterBox .Img .Cap {
    right: auto;
    left: 0;
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .AfterBox .Img .Cap::before {
    right: 0;
    left: auto;
    transform: skew(-30deg, 0deg);
  }
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg .Separator,
  #BZ-X800Research .SectionWrap .Sections.SectionOpticalSectioning .SectionInner .SectionVisual .DragImg.First .Separator {
    display: none;
  }
}

/*
for header text
*/
.ss-layout-header-textGroup > * {
  margin-bottom: 0;
}

.ss-layout-header-text {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .ss-largeScreen-hide {
    display: none !important;
  }
  #BZ-X800Research .ss-smallScreen-justifyContent-center {
    justify-content: center;
  }
}

#BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn {
  flex-wrap: wrap;
  margin: -10px 0 16px -10px;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 {
  margin: -15px 0 16px -20px;
}

#BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn > li,
#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 > li {
  margin-top: 10px;
  padding-left: 10px;
  flex: 1 0 auto;
}

#BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 > li {
  margin-top: 15px;
  padding-left: 20px;
}

@media screen and (max-width: 1400px) {
  .ss-extraLarge-width-full {
    width: 100%;
  }
}

@media screen and (max-width: 1270px), screen and (max-height: 599px) {
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 > li {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn,
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 {
    margin-top: -3vw;
  }

  #BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn {
    min-width: auto;
  }

  #BZ-X800Research .SectionTop .MvLead.of-primary .MvBtn > li,
  #BZ-X800Research .SectionWrap .Sections .SectionInner .SectionLeadWrap.of-primary .SectionBtn02 > li {
    margin-top: 3vw;
    width: 100%;
  }
}