@charset "UTF-8";
/* Rset Css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
embed {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
html {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
input,
button,
textarea,
select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol,
ul {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* base */
body {
  overflow: hidden;
  background: #fff;
  color: #333;
  font-size: 88%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 167%;

  -ms-user-select: none;
}
@-webkit-keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fullpage.js */
html.fp-enabled,
.fp-enabled body {
  overflow: hidden;
  margin: 0;
  padding: 0;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
  position: relative;
  box-sizing: border-box;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.fp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/* header */
.lp_header {
  position: fixed;
  z-index: 15;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 20px;
  width: 100%;
  height: 57px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
}
.lp_header .logo {
  float: left;
  padding-top: 7px;
  max-width: 183px;
  width: 45%;
}
.lp_header .logo a {
  display: inline-block;
  margin-right: 4%;
  width: 73%;
}
.lp_header .logo > a img {
  max-width: 134px;
  width: 100%;
}
.lp_header .logo .country {
  max-width: 39px;
  width: 22%;
}

/* pager */
.pager_wrap {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 15;
  width: 40px;
  height: 100%;
}
.pager_wrap .pager_arrow {
  position: absolute;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border: 1px solid #5374c9;
  cursor: pointer;
  transition: background-color 0.3s;
  transform: rotate(45deg);
}
.pager_wrap .pager_arrow:before {
  position: absolute;
  top: 13px;
  left: 11px;
  width: 15px;
  height: 9px;
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_014.png");
  content: "";
  transition: transform 0.3s;
  transform: rotate(-45deg) scale(1);
}
.pager_wrap .pager_arrow:hover:before {
  transform: rotate(-45deg) scale(0.8);
}
.pager_wrap .pager_arrow.prev {
  top: 35%;
  display: none;
}
.pager_wrap .pager_arrow.next {
  bottom: 35%;
  display: block;
  transform: scale(1, -1) rotate(45deg);
}
#fp-nav {
  position: fixed;
  top: 50%;
  right: 27px;
  z-index: 20;
  margin-top: -50px;
}
#fp-nav ul li {
  margin: auto;
  width: auto;
  height: auto;
}
#fp-nav ul li a {
  display: block;
  margin: 13px 0 13px auto;
  width: 7px;
  height: 7px;
  border: 1px solid #4b5558;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: background-color 0.2s,
  border-color 0.2s;
}
#fp-nav ul li a:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #5374c9;
}
#fp-nav ul li a.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #5374c9;
}
#fp-nav ul li a span {
  display: none;
}

/* section */
.section_inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1020px;
  width: 100%;
}
.section_inner img {
  max-width: 100%;
}
.section_wrap {
  position: relative;
  min-height: 700px;
}
.section_wrap .mouse_wrap {
  position: absolute;
  bottom: 3%;
  left: 0;
  z-index: 15;
  width: 100%;
  text-align: center;
}
.section_wrap .mouse_wrap span {
  display: block;
}
.section_wrap .mouse_wrap .mouse_arrow01 {
  opacity: 0;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.5s;
  animation: fade_animation 1s ease-in-out infinite alternate 1.5s;
}
.section_wrap .mouse_wrap .mouse_arrow02 {
  opacity: 0;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.8s;
  animation: fade_animation 1s ease-in-out infinite alternate 1.8s;
}
.section_wrap .lp_btn.type05.icon03 {
  padding: 23px 18px 16px 22px;
  white-space: nowrap;
}
.section_wrap .lp_btn.type05.icon03 .txt {
  white-space: nowrap;
  letter-spacing: 0;
}
.section_wrap .sections_ttl {
  text-align: center;
}
.section_wrap .sections_ttl img {
  max-width: 100%;
}
.section_wrap .section_inner .point_box {
  text-align: center;
}
.section_wrap .section_inner .point_box span.inner {
  position: relative;
  display: inline-block;
  padding: 7px 38px 5px 112px;
  background: rgba(180,180,180,0.2);
  color: #fff;
  text-align: left;
  font-size: 19px;
  line-height: 1.6em;
}
.section_wrap .section_inner .point_box span.inner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 107px;
  height: 43px;
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_004.png") no-repeat  center;
  content: "POINT";
  text-indent: -9999em;
}
.section_wrap .section_inner .cap {
  margin: 5px;
  color: #666;
  text-align: right;
  font-size: 12px;
}
.section_wrap .section_inner .cap.left {
  text-align: left;
}

/* mouse scroll */
.sections .mouse_wrap {
  position: absolute;
  bottom: 3%;
  left: 0;
  z-index: 15;
  width: 100%;
  text-align: center;
}
.sections .mouse_wrap span {
  display: block;
}
.sections .mouse_wrap .mouse_arrow01 {
  margin-top: 10px;
  opacity: 0;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.5s;
  animation: fade_animation 1s ease-in-out infinite alternate 1.5s;
}
.sections .mouse_wrap .mouse_arrow02 {
  margin-top: 5px;
  opacity: 0;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.8s;
  animation: fade_animation 1s ease-in-out infinite alternate 1.8s;
}
@-webkit-keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* btn_area */
.section_wrap .btn_area_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.section_wrap .btn_area_wrap .btn_area {
  margin: 0 auto;
  padding: 30px 0 20px;
  max-width: 970px;
  width: 100%;
}
.section_wrap .btn_area_wrap .btn_area:after {
  display: block;
  clear: both;
  width: 0;
  height: 1px;
  content: "";
}
.section_wrap .btn_area_wrap .btn_area > .btn_style {
  position: relative;
  display: block;
  float: left;
  width: calc((100% - 40px) / 3);
}
.section_wrap .btn_area_wrap .btn_area > .btn_style:nth-of-type(2) {
  margin: 0 20px;
}
.section_wrap .btn_area_wrap .btn_area > .btn_style.style_01 {
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
}
.section_wrap .btn_area_wrap .btn_area > .btn_style.style_02 {
  background: -webkit-linear-gradient(top, rgba(46,86,181,1) 0%,rgba(28,69,151,1) 100%);
  background: linear-gradient(to bottom, rgba(46,86,181,1) 0%,rgba(28,69,151,1) 100%);
}
.section_wrap .btn_area_wrap .btn_area > .btn_style.style_03 {
  background: -webkit-linear-gradient(top, rgba(95,61,181,1) 0%,rgba(71,35,161,1) 100%);
  background: linear-gradient(to bottom, rgba(95,61,181,1) 0%,rgba(71,35,161,1) 100%);
}
.section_wrap .btn_area_wrap .btn_area > .btn_style > .img_wrap {
  position: absolute;
  top: -16px;
  left: 100%;
  display: table;
  margin-left: -32%;
  max-width: 92px;
  width: 29%;
  height: 92px;
}
.section_wrap .btn_area_wrap .btn_area > .btn_style > .img_wrap > .img {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.section_wrap .btn_area_wrap .btn_area > .btn_style > .img_wrap > .img img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.section_wrap .btn_area_wrap .btn_area > .btn_style > .txt {
  display: inline-block;
  box-sizing: border-box;
  padding: 19px 0 18px;
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.section_wrap .btn_area_wrap .btn_area > .btn_style > .img_wrap + .txt {
  margin-left: 4%;
  padding-left: 15%;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  text-align: left;
}

/* section_mv */
.section_mv {
  position: relative;
}
.section_mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
}
.section_mv .bg .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_mv .bg .bg_img:after {
  position: absolute;
  width: 120vw;
  height: 100vh;
  content: "";
}
.section_mv .bg .bg_01 {
  z-index: 15;
  background-image: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_001.png");
}
.section_mv .bg .bg_01:after {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
  transition: width 0.9s cubic-bezier(0.4,0.9,0.7,1.3) 0s,
  opacity 0.8s ease 0s;
}
.section_mv .bg .bg_02 {
  z-index: 10;
  background-image: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_002.png");
}
.section_mv .bg .bg_02:after {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
  transition: width 0.9s cubic-bezier(0.4,0.9,0.7,1.3) 0.3s,
  opacity 0.8s ease 0.3s;
}
.section_mv .bg .bg_03 {
  z-index: 5;
  background-image: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_003.png");
}
.section_mv .bg .bg_03:after {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
  transition: width 0.9s cubic-bezier(0.4,0.9,0.7,1.3) 0.6s,
  opacity 0.8s ease 0.6s;
}
.section_mv.show .bg .bg_01:after,
.section_mv.show .bg .bg_02:after,
.section_mv.show .bg .bg_03:after {
  width: 0vw;
}
.section_mv .section_wrap {
  position: relative;
  z-index: 10;
  min-height: 350px;
}
.section_mv .section_wrap .section_inner {
  overflow: hidden;
  margin: 0 auto;
  max-width: 970px;
}
.section_mv .section_wrap .section_inner .right_box {
  float: right;
  box-sizing: border-box;
  padding: 30px 0 0 50px;
  width: 50%;
  opacity: 0;
  transition: opacity 2s ease 1s;
}
.section_mv.show .section_wrap .section_inner .right_box {
  opacity: 1;
}
.section_mv .section_wrap .section_inner .right_box .product_name {
  margin: 40px 0 30px;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 20px rgba(0,0,0,1);
  font-size: 20px;
  line-height: 1.6em;
}
.section_mv .section_wrap .section_inner .left_box {
  float: left;
  box-sizing: border-box;
  margin-left: -20px;
  width: 50%;
  opacity: 0;
  transition: opacity 2s ease 1s,
  margin 1s ease-out 1s;
}
.section_mv.show .section_wrap .section_inner .left_box {
  margin-left: 0;
  opacity: 1;
}
.section_mv .offer_txt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  color: #666;
  text-align: right;
  text-shadow: 0 0 20px rgba(0,0,0,1);
  font-size: 12px;
  opacity: 0;
  transition: opacity 2s ease 1s;
}
.section_mv.show .offer_txt {
  opacity: 1;
}
.section_mv .new_release_wrap {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transition: opacity 2s ease 1s;
}
.section_mv.show .new_release_wrap {
  opacity: 1;
}
.section_mv .new_release_wrap .new_release_inner {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}
.section_mv .mouse_wrap {
  opacity: 0;
  transition: opacity 2s ease 1s;
}
.section_mv.show .mouse_wrap {
  opacity: 1;
}

/* section01 */
.section01 {
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_007.jpg") no-repeat center #000;
  background-size: auto 100%;
}
.section01 .section_inner .point_box {
  margin: 20px 0 25px;
}
.section01 .drag_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section01 .drag_wrap > .bg {
  position: relative;
  z-index: 0;
}
.section01 .drag_wrap .drag_left {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 0;
  height: 100%;
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_005.jpg") no-repeat left top;
  background-size: auto 100%;
}
.section01 .drag_wrap .drag_left:after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  content: "";
}
.section01 .drag_wrap:not(.drag) .drag_left {
  transition: width 0.7s cubic-bezier(0.37,0.63,0.21,1.25) 1s;
}
.section01.show .drag_left {
  width: 39%;
}
.section01 .drag_elements {
  position: absolute;
  top: 0;
  left: 39%;
  z-index: 1000;
  display: block;
  margin-left: -35px;
  width: 70px;
  height: 100%;
  cursor: move;
}
.section01 .drag_elements:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  box-sizing: border-box;
  margin-top: -33px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  border: 8px solid #000;
  border-radius: 70px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 1.5s,
  border 0.2s ease 0s,
  transform 0.3s cubic-bezier(0.37,0.63,0.21,1.25) 1.8s;
  transform: scale(0);
}
.section01.show .drag_elements:hover:before {
  border: 12px solid #000;
}
.section01 .drag_elements:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_006.png") no-repeat center #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease 1.5s,
  background-color 0.3s ease 0s,
  transform 0.4s cubic-bezier(0.30,1.30,0.70,1.30) 1.7s;
  transform: scale(0);
}
.section01.show .drag_elements:before,
.section01.show .drag_elements:after {
  opacity: 1;
  transform: scale(1);
}
.section01 .drag_wrap.drag .drag_elements {
  z-index: 1001;
}

/* section02 */
.section02 {
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_008.jpg") no-repeat center #000;
  background-size: auto 100%;
}
.section02 > * {
  font-size: 0;
}
.section02 .section_inner {
  padding-top: 40px;
}
.section02 .point_box {
  display: inline-block;
  margin: 0 2%;
  width: 37%;
  vertical-align: middle;
}
.section02 .right_box {
  display: inline-block;
  max-width: 540px;
  width: 59%;
  vertical-align: middle;
}
.section02 .tile_img {
  position: relative;
  border: 1px solid #222;
}
.section02 .tile_img > .hidden_img {
  opacity: 0;
}
.section02 .tile_img .tile_list {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.section02 .tile_img .tile_list > ul > li {
  opacity: 0;
  position: relative;
  border: 1px solid rgba(255, 219, 10, 0.5);
}
.section02.show .tile_img .tile_list > ul > li {
  opacity: 1;
  border: 1px solid rgba(255, 219, 10, 0);
}

/* section03 */
.section03 {
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_010.jpg") no-repeat center #000;
  background-size: auto 100%;
}
.section03 .section_inner {
  padding-top: 60px;
}
.section03 .box_img_wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.section03 .box_img_wrap .box_img {
  position: relative;
  float: left;
  width: calc((100% - 70px) / 3);
  opacity: 0;
}
.section03 .box_img_wrap .box_img:nth-of-type(1) {
  transition: opacity 0.8s ease 1s;
}
.section03 .box_img_wrap .box_img:nth-of-type(2) {
  margin: 0 35px;
  transition: opacity 0.8s ease 1.6s;
}
.section03 .box_img_wrap .box_img:nth-of-type(3) {
  transition: opacity 0.8s ease 2.2s;
}
.section03.show .box_img_wrap .box_img {
  opacity: 1;
}
.section03 .box_img_wrap .box_img:nth-of-type(2):before,
.section03 .box_img_wrap .box_img:nth-of-type(3):before {
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 35px;
  height: 100%;
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_009.png") no-repeat center;
  content: "";
}

.section03 .point_box span.inner {
  width: 65%;
}

/* section04 */
.section04 {
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_012.jpg") no-repeat center #000;
  background-size: auto 100%;
}
.section04 .section_inner {
  padding-top: 20px;
}
.section04 .new_box {
  text-align: center;
}
.section04 .new_box span.inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 38px 4px 112px;
  max-width: 635px;
  width: 100%;
  background: #544b8f;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}
.section04 .new_box span.inner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 122px;
  height: 40px;
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_011.png") no-repeat  center;
  content: "新機能";
  text-indent: -9999em;
}
.section04 .movie_wrap {
  position: relative;
  margin: 0 auto 20px;
  max-width: 635px;
  width: 100%;
  border: 1px solid #222;
}
.section04 .movie_wrap .dummy_img {
  position: relative;
  z-index: 0;
}
.section04 .movie_wrap .dummy_img img {
  vertical-align: middle;
}
.section04 .movie_wrap .movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.section04 .point_box span.inner {
  max-width: 635px;
  width: 100%;
}

/* section05 */
.section05 {
  background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_013.jpg") no-repeat center #000;
  background-size: auto 100%;
}
.section05 .section_inner {
  padding-top: 30px;
}
.section05 .movie_wrap {
  position: relative;
  margin: 0 auto 20px;
  max-width: 635px;
  width: 100%;
  border: 1px solid #222;
}
.section05 .movie_wrap .dummy_img {
  position: relative;
  z-index: 0;
}
.section05 .movie_wrap .dummy_img img {
  vertical-align: middle;
}
.section05 .movie_wrap .movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.section05 .point_box span.inner {
  max-width: 635px;
  width: 100%;
}
/* section06 */
.section06 {
  position: relative;
}
.section06 .lead_01 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 28px;
  line-height: 1.6em;
}
.section06 .cv_wrap {
  position: relative;
  margin: 0 auto 50px;
  padding-bottom: 30px;
  max-width: 720px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.section06 .cv_wrap:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  content: "";
}
.section06 .cv_wrap .col {
  display: inline-block;
  box-sizing: border-box;
  width: calc((100% - 100px) / 2);
  vertical-align: top;
}
.section06 .cv_wrap .col:nth-of-type(1) {
  margin-right: 50px;
}
.section06 .cv_wrap .col:nth-of-type(2) {
  margin-left: 50px;
}
.section06 .cv_wrap .col .thumb_wrap {
  display: table;
  margin: 0 auto 40px;
  max-width: 202px;
  height: 202px;
}
.section06 .cv_wrap .col .thumb_wrap .thumb {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.section06 .cv_wrap .col .thumb_wrap .thumb > img {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.section06 .cv_wrap .col .bottom_btn > .btn_style {
  position: relative;
  display: block;
}
.section06 .cv_wrap .col .bottom_btn > .btn_style.style_01 {
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
}
.section06 .cv_wrap .col .bottom_btn > .btn_style.style_02 {
  background: -webkit-linear-gradient(top, rgba(46,86,181,1) 0%,rgba(28,69,151,1) 100%);
  background: linear-gradient(to bottom, rgba(46,86,181,1) 0%,rgba(28,69,151,1) 100%);
}
.section06 .cv_wrap .col .bottom_btn > .btn_style > .img_wrap {
  position: absolute;
  top: -16px;
  right: 10px;
  display: table;
  max-width: 92px;
  width: 29%;
  height: 92px;
}
.section06 .cv_wrap .col .bottom_btn > .btn_style > .img_wrap > .img {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.section06 .cv_wrap .col .bottom_btn > .btn_style > .img_wrap > .img img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.section06 .cv_wrap .col .bottom_btn > .btn_style > .txt {
  display: inline-block;
  box-sizing: border-box;
  padding: 19px 0 18px;
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.section06 .cv_wrap .col .bottom_btn > .btn_style > .img_wrap + .txt {
  margin-left: 4%;
  padding-left: 15%;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  text-align: left;
}
.section06 .bottom_bnr .bnr {
  text-align: center;
}
.section06 .bottom_bnr .bnr + .bnr {
  margin-top: 20px;
}
.section06 .lp_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 15px 20px;
  width: 100%;
  border-top: 1px solid #dedede;
  background: #fff;
}
.section06 .lp_footer .copy {
  float: left;
  font-size: 12px;
}
.section06 .lp_footer .link {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 300px;
}
.section06 .lp_footer .link li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #dedede;
  line-height: 1em;
}
.section06 .lp_footer .link li:first-child {
  border: none;
}
.section06 .lp_footer .link li a {
  color: #06c;
  font-size: 12px;
}
.section06 .lp_footer .link li a:hover {
  color: #f00;
  text-decoration: underline;
}

/* SP */
@media (min-width:751px) {
  .sp_view {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow: scroll;
  }
  .pc_view {
    display: none;
  }
  .lp_header {
    position: relative;
  }
  .section_wrap .lp_btn.type05.icon03 .txt {
    font-size: 16px;
  }
  .section_inner {
    box-sizing: border-box;
    padding: 0;
  }

  /* section_mv */
  .section_mv .section_wrap {
    height: 100vh;
  }
  .section_mv .section_wrap .section_inner .left_box {
    float: none;
    margin: 6vw 0 0;
    padding: 0 10vw;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: opacity 0s ease 0s, margin 0s ease-out 0s;
  }
  .section_mv .section_wrap .section_inner .right_box {
    float: none;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    opacity: 1;
    transition: opacity 0s ease 0s;
  }
  .section_mv .section_wrap .section_inner .right_box h1,
  .section_mv .section_wrap .section_inner .right_box .product_name {
    padding: 0 7vw;
  }
  .section_mv .section_wrap .section_inner .right_box .btn_mv {
    text-align: center;
  }
  .section_mv .section_wrap .lp_btn.type05.icon03 {
    padding: 5vw 3vw 5vw 4vw;
    white-space: nowrap;
  }
  .section_mv .lp_btn .img {
    width: 17vw;
  }
  .section_mv .bg .bg_01:after,
  .section_mv .bg .bg_02:after,
  .section_mv .bg .bg_03:after {
    display: none;
  }

  /* sections */
  .sections + .sections {
    border-top: 1px solid #ccc;
  }
  .section_wrap {
    min-height: auto;
  }
  .section01 .section_wrap,
  .section02 .section_wrap,
  .section03 .section_wrap,
  .section04 .section_wrap,
  .section05 .section_wrap,
  .section06 .section_wrap {
    padding: 7vw 5vw;
  }
  .section_wrap .section_inner .point_box span.inner {
    padding: 10vw 5vw 3vw;
    font-size: 16px;
  }
  .section_wrap .section_inner .point_box span.inner::before {
    width: 21vw;
    height: auto;
    background-size: 100% auto;
  }

  /* btn_area */
  .section_wrap .btn_area_wrap {
    display: none;
  }
  .section_wrap .btn_area_wrap .btn_area {
    padding: 6vw 0;
  }
  .section_wrap .btn_area_wrap .btn_area > .btn_style {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
  .section_wrap .btn_area_wrap .btn_area > .btn_style:nth-of-type(2) {
    margin: 5vw 0;
  }
  .section_wrap .btn_area_wrap .btn_area > .btn_style > .img_wrap {
    margin-left: -21%;
    width: 19%;
  }

  /* section01 */
  .section01 .drag_wrap {
    display: none;
  }

  /* section02 */
  .section02 .section_inner {
    padding-top: 7vw;
  }
  .section02 .point_box {
    display: block;
    margin: 0 0 5vw;
    width: 100%;
  }
  .section02 .right_box {
    display: block;
    max-width: none;
    width: 100%;
  }
  .section02 .tile_img > .hidden_img {
    opacity: 1;
  }

  /* section03 */
  .section03 .section_inner {
    margin-bottom: 5vw;
    padding-top: 7vw;
  }
  .section03 .box_img_wrap .box_img {
    float: none;
    width: 100%;
    text-align: center;
    opacity: 1;
  }
  .section03 .box_img_wrap .box_img:nth-of-type(2) {
    margin: 13vw 0;
    transition: opacity 0.8s ease 1.6s;
  }
  .section03 .box_img_wrap .box_img:nth-of-type(2):before,
  .section03 .box_img_wrap .box_img:nth-of-type(3):before {
    position: absolute;
    top: -56vw;
    left: 40vw;
    display: block;
    width: 35px;
    height: 100vw;
    background: url("/img/ss/products/microscope/bz-x/001/bg_1039_01_009.png") no-repeat center;
    content: "";
    transform: rotate(90deg);
  }
  .section03 .section_inner .point_box span.inner {
    width: 100%;
  }

  /* section04 */
  .section04 .new_box span.inner::before {
    width: 25vw;
    height: auto;
    background-size: 100% auto;
  }
  .section04 .new_box span.inner {
    padding: 9vw 5vw 3vw;
    max-width: none;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  /* section06 */
  .section06 .lead_01 {
    margin-bottom: 7vw;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
  }
  .section06 .cv_wrap {
    margin: 0 auto 10vw;
    padding-bottom: 0;
  }
  .section06 .cv_wrap:after {
    display: none;
  }
  .section06 .cv_wrap .col {
    display: block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
  }
  .section06 .cv_wrap .col + .col {
    margin-top: 10vw;
  }
  .section06 .cv_wrap .col:nth-of-type(1) {
    margin-right: 0;
  }
  .section06 .cv_wrap .col:nth-of-type(2) {
    margin-left: 0;
  }
  .section06 .cv_wrap .col .thumb_wrap {
    margin: 0 auto 5vw;
  }
  .section06 .lp_footer {
    position: relative;
  }
  .section06 .lp_footer {
    padding: 1% 0;
  }
  .section06 .lp_footer .copy {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .section06 .lp_footer .link {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .section06 .lp_footer .link li {
    float: none;
    margin: 0 auto;
  }
  .section06 .lp_footer .link li a {
    font-size: 10px;
  }
}
