/* 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: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 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: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 167%;

  -webkit-font-feature-settings: "palt";
  -ms-user-select: none;
}

/* 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: bottom;
}
.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;
}

/* lp_header */
.lp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.lp_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 8px 40px;
  max-width: 1920px;
  width: 100%;
}
.lp_header .inner .logo img {
  width: 124px;
}
.lp_header .header_link {
  font-size: 16px;
  line-height: 1.3em;
}
.lp_header .header_link a {
  color: #06c;
}
.lp_header .tel_box {
  z-index: 15;
  display: flex;
  flex-direction: column;
}
.lp_header .tel_box .tel_no {
  padding: 1px 0 3px 40px;
  background: url("/img/ss/products/microscope/vr-6000/001/bg_2051_01_001.png") no-repeat left center;
  background-size: auto 86%;
  font-weight: bold;
  font-size: 24px;
}
.lp_header .tel_box .tel_lead {
  font-size: 12px;
  line-height: 1.2em;
}

/* lp_footer */
.lp_footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
}
.lp_footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_footer .link li {
  position: relative;
  margin: 0 15px;
  color: #666;
  font-size: 14px;
  line-height: 1em;
}
.lp_footer .link li a {
  color: #666;
  font-size: 14px;
}
.lp_footer .link li + li::before {
  position: absolute;
  left: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #666;
  content: "";
}

/* 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 #ccc;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pager_wrap .pager_arrow:before {
  position: absolute;
  top: 14px;
  left: 12px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0080c5;
  border-right: 2px solid #0080c5;
  content: "";
  transition: top 0.3s;
  transform: rotate(-45deg);
}
.pager_wrap .pager_arrow:hover:before {
  top: 12px;
}
.pager_wrap .pager_arrow.prev {
  top: 35%;
  display: none;
}
.pager_wrap .pager_arrow.next {
  bottom: 35%;
  display: block;
  transform: scale(1, -1);
}
.pager_wrap .scrollicon {
  position: absolute;
  right: 20%;
  bottom: 5%;
  color: #7a8592;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  font-size: 16px;
  font-feature-settings: normal;

  -ms-font-feature-settings: normal;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.pager_wrap .scrollicon .arrow_box {
  margin-top: 8px;
}
.pager_wrap .scrollicon .arrow_box img {
  width: 14px;
}
.pager_wrap .scrollicon .arrow_box .scrollicon_arrow01,
.pager_wrap .scrollicon .arrow_box .scrollicon_arrow02,
.pager_wrap .scrollicon .arrow_box .scrollicon_arrow03 {
  opacity: 0;
}
.pager_wrap .scrollicon .arrow_box .scrollicon_arrow01 {
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 0.5s;
  animation: fade_animation 1s ease-in-out infinite alternate 0.5s;
}
.pager_wrap .scrollicon .arrow_box .scrollicon_arrow02 {
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 0.8s;
  animation: fade_animation 1s ease-in-out infinite alternate 0.8s;
}
.pager_wrap .scrollicon .arrow_box .scrollicon_arrow03 {
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.1s;
  animation: fade_animation 1s ease-in-out infinite alternate 1.1s;
}

/* scroll icon */
.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 {
  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;
  }
}
@-webkit-keyframes border_slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fin_border_slide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fin_border_slide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#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);
  background: #fff;
  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: #0080c5;
}
#fp-nav ul li a.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0080c5;
}
#fp-nav ul li a span {
  display: none;
}
.lp_section_wrap {
  overflow: hidden;
}

/* section */
.sections {
  position: relative;
  vertical-align: middle;
}
.sections img {
  max-width: 100%;
}

.sections .inner {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  max-width: 1370px;
  width: 71.354vw;
}
.sections .lp_btn.type05.icon03 {
  padding: 23px 18px 16px 22px;
  white-space: nowrap;
}
.sections .lp_btn.type05.icon03 .txt {
  white-space: nowrap;
  letter-spacing: 0;
}
.flex_box {
  display: flex;
  height: 100vh;
}
.flex_box p {
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.8;
}
.section_inner {
  margin: 0 auto;
  max-width: 1920px;
}
.flex_box.section_inner > .flex_item {
  padding-top: 58px;
  width: 50vw;
}
.flex_box .txt_wrap {
  max-width: 560px;
}
.flex_box .flex_item.lead_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 100px;
  width: 930px;
}
.flex_box.style_01 .img_wrap {
  display: flex;
  align-items: center;
}
.flex_box.style_01 .img_wrap,
.flex_box.style_02 .img_wrap {
  width: 990px;
  background: linear-gradient(to bottom, #12121b 10%, #252830 25%, #252830 30%, #080a0e 60%, #000);
}
.flex_box.style_01::before,
.flex_box.style_02::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc((100vw - 1920px) / 2);
  height: 100%;
  background: linear-gradient(to bottom, #12121b 10%, #252830 25%, #252830 30%, #080a0e 60%, #000);
  content: "";
}
.flex_box.style_02::before {
  background: linear-gradient(to bottom, #323b50, #1a1e29);
}
.ttl_02 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.3;
}
.ttl_02::before,
.ttl_02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  background: #2c96b9;
  content: "";
}
.sections.ac .ttl_02::before {
  -webkit-animation: border_slide 0.5s ease-in-out 0.5s forwards;
  animation: border_slide 0.5s ease-in-out 0.5s forwards;
}

/* section01 */
.section01 {
  z-index: 0;
  background: url("/img/ss/products/microscope/vr-6000/001/bg_2051_01_002.png") #f8f8f8 no-repeat center right;
}
.section01 .flex_box {
  justify-content: center;
  align-items: center;
}
.section01 .flex_box .flex_item:first-child {
  text-align: right;
}
.section01 .new_txt {
  padding: 2px 15px 5px;
  background: #e60012;
  color: #fff;
  font-size: 32px;
}
.section01 h1 {
  margin-top: 35px;
  text-shadow: #f8f8f9 2px 2px 20px, #f8f8f9 -2px 2px 20px,
  #f8f8f9 2px -2px 20px, #f8f8f9 -2px -2px 20px;
  font-weight: bold;
  font-size: 52px;
  line-height: 1.4;
}
.section01 h1 .lead {
  display: block;
  font-weight: bold;
  font-size: 64px;
}
.section01 h1 .series_nane {
  font-weight: bold;
  font-size: 26px;
}
.section01 .flex_box .flex_item:last-child {
  padding-left: 70px;
}
.btn_style {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 15px 80px 17px 23px;
  max-width: 320px;
  background: #e60012;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 1em;
}
.btn_style .text {
  padding-left: 27px;
  background: url("/img/ss/products/microscope/vr-6000/001/icon03.png") no-repeat 0 center;
  background-size: 17px auto;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
}
.btn_style .thumb {
  position: absolute;
  top: -7px;
  right: 10px;
  border: 1px solid #ccc;
}

/* section02 */
.section02 {
  z-index: 1;
}

/* section03 */
.section03 {
  z-index: 2;
}
.section03 .flex_box.style_01::before {
  background: linear-gradient(to bottom, #12121b 10%, #252830 25%, #252830 30%, #080a0e 60%, #000);
}

/* section04 */
.section04 {
  z-index: 3;
}
.flex_box.style_02 .img_wrap {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #323b50, #1a1e29);
}
.section04 .img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section04 .img_list li:nth-child(3) {
  width: 100%;
  text-align: center;
}
.section04 .img_list li dl dt {
  margin-bottom: 37px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.section04 .img_list li {
  margin-bottom: 50px;
}
.section04 .img_list li:nth-of-type(n+4) {
  margin-top: 0;
}

/* section05 */
.section05 {
  z-index: 4;
}
.section05 .flex_box.style_02 .img_wrap {
  flex-direction: column;
  justify-content: center;
}
.section05 .img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.section05 .img_list li:not(:last-child) {
  margin-right: 37px;
}
.section05 p.lead_txt {
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
}
.section05 .flex_box_02 {
  display: flex;
  margin-top: 40px;
}
.section05 .flex_box_02 p {
  padding-right: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.8;
}

/* section06 */
.section06 {
  z-index: 5;
}
.section06 .flex_box_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section06 .flex_item > .thumb {
  display: block;
  margin-right: 110px;
  border: 1px solid #ccc;
}
.section06 .thumb img {
  display: block;
}
.section06 .flex_item p {
  font-weight: bold;
  font-size: 26px;
}
.section06 .flex_item p:not(:first-child) {
  margin-top: 40px;
  line-height: 1.9;
}
.section06 .flex_item .lead_txt {
  font-size: 32px;
}

/* btn02 */
.btn02 {
  position: relative;
  display: inline-block;
  max-width: 480px;
  width: 100%;
  height: 90px;
  outline: none;
  text-align: left;
  font-size: 43px;
  font-family: source-han-serif-japanese, serif;
  line-height: 80px;
}

.btn02::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 3px;
  background: #2c96b9;
  content: "";
}

.btn02.hide_border::before {
  display: none;
}

.btn02 span {
  position: absolute;
  display: block;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  font-weight: 600;
  transition: 0.5s;
  transform-origin: 0 50% -40px;

  transform-style: preserve-3d;
}

.btn02 span:nth-child(1) {
  border: 3px solid #fff;
}

.btn02 span.isac {
  border: 3px solid #2c96b9;
  border-bottom: 3px solid #2c96b9;
}

.btn02 span:nth-child(2) {
  border: 3px solid #00b4c4;
  background: #00b4c4;
  color: #fff;
}

.rotateback .ac {
  opacity: 1;
  transition: 0.5s;
  transform: rotateX(0deg);
}

.rotateback .fin {
  transform: rotateX(-90deg);
}

.rotateback .next {
  transition: none;
  transform: rotateX(90deg);
}

.btn_wrap {
  position: relative;
  display: inline-block;
  max-width: 440px;
  width: 100%;
  height: 90px;
  outline: none;
  text-align: center;
  font-size: 43px;
  line-height: 90px;
}
.btn_wrap .focus-border:before,
.btn_wrap .focus-border:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #2c96b9;
  content: "";
  transition: 0.4s;
}
.btn_wrap .focus-border:after {
  top: auto;
  bottom: 0;
}
.btn_wrap .focus-border i:before,
.btn_wrap .focus-border i:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  background-color: #2c96b9;
  content: "";
  transition: 0.6s;
}
.btn_wrap .focus-border i:after {
  right: 0;
  left: auto;
}
.btn_wrap.show .focus-border:before,
.btn_wrap.show .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}
.btn_wrap.show .focus-border i:before,
.btn_wrap.show .focus-border i:after {
  top: 0;
  height: 100%;
  transition: 0.6s;
}
.btn_wrap.show .focus-border.hide {
  display: none;
}

.bottom_tel_box {
  display: none;
}

@media screen and (max-width: 1919px) {
  /* common */
  .flex_box .flex_item.img_wrap {
    width: calc((100vw/1920)*990);
  }
  .flex_box .flex_item.lead_txt {
    padding-right: calc((100vw/1920)*100);
    width: calc((100vw/1920)*930);
  }
  .flex_box p {
    margin-top: calc((100vw/1920)*25);
    font-size: calc((100vw/1920)*24);
  }
  .ttl_02 {
    padding-bottom: calc((100vw/1920)*20);
    font-size: calc((100vw/1920)*48);
  }
  .flex_box .txt_wrap {
    max-width: calc((100vw/1920)*560);
  }

  /* btn02 */
  .btn_wrap,
  .btn02 {
    max-width: calc((100vw/1920)*434);
    height: calc((100vw/1920)*90);
    font-size: calc((100vw/1920)*43);
    line-height: calc((100vw/1920)*80);
  }
  .btn02 span {
    padding: 0 calc((100vw/1920)*20);
    transform-origin: 0 50% calc((100vw/1920)*40*-1);
  }

  /* section01 */
  .section01 {
    background-size: calc((100vw/1920)*1010) auto;
  }
  .section01 .flex_box .flex_item:first-child {
    width: calc((100vw/1920)*654);
  }
  .section01 .new_txt {
    font-size: calc((100vw/1920)*32);
  }
  .section01 h1 {
    font-size: calc((100vw/1920)*52);
  }
  .section01 h1 .lead {
    font-size: calc((100vw/1920)*64);
  }
  .section01 h1 .series_nane {
    font-size: calc((100vw/1920)*26);
  }

  .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 80%;
  }

  /* section04 */
  .section04 .img_list li {
    width: calc((100vw/1920)*335);
  }
  .section04 .img_list li:nth-child(3) img {
    width: calc((100vw/1920)*390);
  }
  .section04 .img_list li dl dt {
    margin-bottom: calc((100vw/1920)*37);
    font-size: calc((100vw/1920)*24);
  }

  /* section05 */
  .section05 p.lead_txt {
    margin-bottom: calc((100vw/1920)*40);
    font-size: calc((100vw/1920)*24);
  }
  .section05 .img_list {
    margin-bottom: calc((100vw/1920)*50);
  }
  .section05 .img_list li {
    width: calc((100vw/1920)*200);
  }
  .section05 .img_list li:not(:last-child) {
    margin-right: calc((100vw/1920)*37);
  }
  .section05 .img img {
    width: calc((100vw/1920)*160);
  }
  .section05 .flex_box_02 {
    margin-top: calc((100vw/1920)*40);
  }
  .section05 .flex_box_02 p {
    padding-right: calc((100vw/1920)*20);
    font-size: calc((100vw/1920)*22);
  }
  .section05 .flex_box_02 img {
    width: calc((100vw/1920)*419);
  }

  /* section06 */
  .section06 .flex_item > .thumb {
    margin-right: calc((100vw/1920)*110);
  }
  .section06 .flex_item .lead_txt {
    font-size: calc((100vw/1920)*32);
  }
  .section06 .flex_item p {
    font-size: calc((100vw/1920)*26);
  }
  .section06 .flex_item p:not(:first-child) {
    margin-top: calc((100vw/1920)*40);
  }
}

@media screen and (max-height: 950px) {
  .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 80%;
  }
}

@media screen and (max-height: 850px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 70%;
  }
}

@media screen and (max-height: 640px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 60%;
  }
  .section03 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 70%;
  }
}

@media screen and (min-width: 1780px) and (max-height: 850px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 50%;
  }
}

@media screen and (min-width: 1550px) and (max-height: 940px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 60%;
  }
  .section03 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 70%;
  }
}

@media screen and (min-width: 1550px) and (max-height: 760px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 50%;
  }
  .section03 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 60%;
  }
}

@media screen and (min-width: 1740px) and (max-height: 730px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 50%;
  }
}

@media screen and (max-height: 750px) {
  .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 50%;
  }
  .section03 .flex_box.style_01 .img_wrap .img {
    max-width: 60%;
  }
}

@media screen and (min-width: 1370px) and (max-height: 660px) {
  .section02 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 60%;
  }
  .section03 .flex_box.style_01 .img_wrap .img {
    margin: 0 auto;
    max-width: 70%;
  }
}

@media screen and (max-width: 1366px) and (max-height: 660px) {
  .flex_box.style_01 .img_wrap img {
    max-width: 90%;
  }
  .flex_box.style_01 .img_wrap .img {
    max-width: 75%;
  }
  .section03 .flex_box.style_01 .img_wrap .img {
    max-width: 85%;
  }
  .sections {
    border-bottom: 1px solid #ccc;
  }
  .section04 .img_list li {
    margin-bottom: 25px;
  }
}

@media screen and (max-height: 600px) {
  .fp-auto-height-responsive,
  .fp-tableCell {
    height: auto !important;
  }
  .pager_wrap {
    display: none;
  }
  .flex_box {
    height: auto;
  }
  .flex_box.style_02 .img_wrap {
    padding: 20px;
  }
  .section06 .fp-tableCell {
    vertical-align: middle;
  }
  .lp_footer {
    position: absolute;
    bottom: 0;
  }
  .sections {
    border-bottom: 1px solid #ccc;
  }
  .section06 .flex_box_02 {
    padding: 40px 20px 20px;
  }
  .lp_footer {
    position: relative;
    bottom: 0;
  }
}

@media screen and (max-height: 940px) {
  .section04 .img_list li dl dt {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1367px) and (max-height: 600px) {
  .fp-auto-height-responsive,
  .fp-tableCell {
    height: auto !important;
  }
  .pager_wrap {
    display: none;
  }
  .flex_box {
    height: auto;
  }
  .flex_box.style_02 .img_wrap {
    padding: 20px;
  }
  .section06 .fp-tableCell {
    vertical-align: middle;
  }
  .section06 .flex_box_02 {
    padding: 40px 20px 20px;
  }
  .lp_footer {
    position: relative;
    bottom: 0;
  }
  .section05 .fp-tableCell {
    vertical-align: middle;
  }
  .sections {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 1000px) and (max-height: 600px) {
  /* common */
  body {
    overflow: visible;
  }
  .lp_content_wrap {
    overflow: hidden;
    padding-top: 0;
  }
  .lp_header {
    position: relative;
  }
  .pc_view {
    display: none;
  }
  .fp-auto-height-responsive,
  .fp-tableCell {
    height: auto !important;
  }
  .sections {
    border-bottom: none;
  }
  .flex_box {
    flex-direction: column;
    height: auto;
  }
  .section_inner {
    padding: 40px 20px;
  }
  .flex_box.section_inner > .flex_item {
    width: 100%;
  }
  .flex_box .flex_item.img_wrap {
    min-height: 0%;
    width: 100%;
  }
  .flex_box .flex_item.lead_txt {
    padding-right: 0;
    width: 100%;
  }
  .flex_box p {
    margin-top: 20px;
    font-size: 16px;
  }
  .ttl_02 {
    padding-bottom: 20px;
    font-size: 48px;
  }
  .flex_box .txt_wrap {
    max-width: 100%;
    width: 100%;
  }
  .ttl_02 {
    display: block;
    padding-bottom: 15px;
    font-size: 24px;
  }
  #fp-nav {
    display: none;
  }
  .section02 .flex_box.style_01 .img_wrap .img,
  .section03 .flex_box.style_01 .img_wrap .img {
    max-width: 50%;
  }

  /* btn02 */
  .btn_style {
    margin-top: 30px;
  }
  .btn_wrap,
  .btn02 {
    max-width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
  .btn02 span {
    padding: 0 10px;
    transform-origin: 0 50% -30px;
  }

  /* section01 */
  .section01 {
    background: url(/img/ss/products/microscope/vr-6000/001/bg_2051_01_002.png) no-repeat center bottom;
  }
  .section01 {
    background-size: 100% auto;
  }
  .section01 .section_inner {
    padding: 40px 20px 60px;
  }
  .section01 .flex_box .flex_item:first-child {
    min-height: 0%;
    width: 100%;
    text-align: center;
  }
  .section01 .new_txt {
    font-size: 18px;
  }
  .section01 h1 {
    margin-top: 20px;
    font-size: 24px;
  }
  .section01 h1 .lead {
    font-size: 32px;
  }
  .section01 h1 .series_nane {
    font-size: 18px;
  }
  .section01 .flex_box .flex_item:last-child {
    padding-left: 0;
  }

  .flex_box.section_inner.style_01,
  .flex_box.section_inner.style_02 {
    flex-direction: column-reverse;
    padding: 0 0 40px;
  }
  .flex_box.section_inner.style_01 .flex_item.lead_txt,
  .flex_box.section_inner.style_02 .flex_item.lead_txt {
    align-items: flex-start;
    padding: 40px 20px 20px;
  }

  .flex_box.style_01 .img_wrap img {
    max-width: 100%;
  }

  /* section04 */
  .section04 .img_list {
    padding: 20px;
  }
  .section04 .img_list li {
    width: calc((100vw/1000)*335);
    text-align: center;
  }
  .section04 .img_list li:nth-child(3) img {
    width: auto;
  }
  .section04 .img_list li dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }

  /* section05 */
  .section05 p.lead_txt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section05 .img_list {
    margin-bottom: 20px;
    text-align: center;
  }
  .section05 .img_list li {
    width: calc((100vw/1000)*200);
  }
  .section05 .img_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section05 .img img {
    width: auto;
  }
  .section05 .flex_box_02 {
    justify-content: center;
    margin-top: 20px;
  }
  .section05 .flex_box_02 p {
    padding-right: 0;
    font-size: 18px;
  }
  .section05 .flex_box_02 img {
    width: auto;
  }
  .section05 .flex_box.style_02 .img_wrap {
    display: block;
    padding: 20px;
  }
  .section05 .flex_box.style_02 .img {
    text-align: center;
  }

  /* section06 */
  .section06 .flex_box_02 {
    display: block;
    flex-direction: column;
    padding-top: 0;
  }
  .section06 .flex_box_02 > .flex_item:first-child {
    text-align: center;
  }
  .section06 .flex_item > .thumb {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section06 .flex_item .lead_txt {
    font-size: 24px;
    line-height: 1.4;
  }
  .section06 .flex_item p {
    font-size: 18px;
  }
  .section06 .flex_item p:not(:first-child) {
    margin-top: 20px;
  }

  /* lp_footer */
  .lp_footer {
    position: relative;
    bottom: 0;
  }
  .lp_footer .link {
    flex-wrap: wrap;
  }
  .lp_footer .link .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .lp_footer .link .copy::before {
    display: none;
  }

  /* bottom_tel_box */
  .bottom_tel_box {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7vw;
  }
  .bottom_tel_box .tel_no a {
    display: inline-block;
    padding: 1vw 0 1vw 18vw;
    background: url("/img/ss/products/microscope/vr-6000/001/bg_2051_01_001.png") no-repeat left center;
    background-size: auto 100%;
    color: #333;
    font-weight: bold;
    font-size: 9vw;
    line-height: 1em;
  }
  .bottom_tel_box .tel_lead {
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .btn_style {
    display: block;
  }
  .btn_style .text {
    font-size: 18px;
  }

  /* lp_header */
  .lp_header .inner {
    justify-content: center;
    padding: 15px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }
  .lp_header .header_link {
    margin-left: 5vw;
  }
  .lp_header .tel_box {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  /* common */
  body {
    overflow: visible;
  }
  .lp_content_wrap {
    overflow: hidden;
    padding-top: 0;
  }
  .lp_header {
    position: relative;
  }
  .pc_view {
    display: none;
  }
  .scrollicon {
    display: none;
  }
  .fp-auto-height-responsive,
  .fp-tableCell {
    height: auto !important;
  }
  .sections {
    border-bottom: none;
  }
  .flex_box {
    flex-direction: column;
    height: auto;
  }
  .section_inner {
    padding: 40px 20px;
  }
  .flex_box.section_inner > .flex_item {
    padding-top: 0;
    width: 100%;
  }
  .flex_box .flex_item.img_wrap {
    min-height: 0%;
    width: 100%;
  }
  .flex_box .flex_item.lead_txt {
    padding-right: 0;
    width: 100%;
  }
  .flex_box p {
    margin-top: 10px;
    font-size: 16px;
  }
  .ttl_02 {
    padding-bottom: 20px;
    font-size: 48px;
  }
  .flex_box .txt_wrap {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
  }
  .ttl_02 {
    display: block;
    padding-bottom: 15px;
    font-size: 32px;
  }
  .sections.ac .ttl_02::before {
    display: none;
  }
  .txt_wrap.ac .ttl_02::after {
    -webkit-animation: border_slide 0.5s ease-in-out 0.5s forwards;
    animation: border_slide 0.5s ease-in-out 0.5s forwards;
  }
  #fp-nav {
    display: none;
  }
  .section02 .flex_box.style_01 .img_wrap .img,
  .section03 .flex_box.style_01 .img_wrap .img {
    padding: 0 20px 20px;
    max-width: 70%;
  }

  /* btn02 */
  .main_btn {
    text-align: center;
  }
  .btn_style {
    margin-top: 30px;
  }
  .btn_wrap,
  .btn02 {
    max-width: 100%;
    height: 80px;
    font-size: 32px;
    line-height: 70px;
  }
  .btn02 span {
    padding: 0 10px;
    transform-origin: 0 50% -40px;
  }

  /* section01 */
  .section01 {
    background: url(/img/ss/products/microscope/vr-6000/001/bg_2051_01_002.png) no-repeat center bottom;
  }
  .section01 {
    background-size: 100% auto;
  }
  .section01 .section_inner {
    padding: 40px 20px 60px;
  }
  .section01 .flex_box .flex_item:first-child {
    min-height: 0%;
    max-width: 65%;
    width: 100%;
    text-align: center;
  }
  .section01 .new_txt {
    font-size: 18px;
  }
  .section01 h1 {
    margin-top: 20px;
    font-size: 40px;
  }
  .section01 h1 .lead {
    font-size: 55px;
  }
  .section01 h1 .series_nane {
    font-size: 32px;
  }
  .section01 .flex_box .flex_item:last-child {
    padding-left: 0;
    width: auto;
  }

  .flex_box.section_inner.style_01,
  .flex_box.section_inner.style_02 {
    flex-direction: column-reverse;
    padding: 0 0 40px;
  }
  .flex_box.section_inner.style_01 .flex_item.lead_txt,
  .flex_box.section_inner.style_02 .flex_item.lead_txt {
    align-items: flex-start;
    padding: 40px 20px 20px;
  }

  .flex_box.style_01 .img_wrap img {
    max-width: 100%;
  }

  /* section04 */
  .section04 .img_list {
    padding: 20px;
  }
  .section04 .img_list li {
    width: auto;
    text-align: center;
  }
  .section04 .img_list li:nth-child(3) img {
    width: auto;
  }
  .section04 .img_list li dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }

  /* section05 */
  .section05 p.lead_txt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
  }
  .section05 .img_list {
    margin-bottom: 20px;
    text-align: center;
  }
  .section05 .img_list li {
    width: auto;
  }
  .section05 .img_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section05 .img img {
    width: auto;
  }
  .section05 .flex_box_02 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
  }
  .section05 .flex_box_02 p {
    padding-right: 0;
    font-size: 18px;
  }
  .section05 .flex_box_02 img {
    width: auto;
  }
  .section05 .flex_box.style_02 .img_wrap {
    display: block;
    padding: 20px;
  }
  .section05 .flex_box.style_02 .img {
    text-align: center;
  }

  /* section06 */
  .section06 .flex_box_02 {
    display: block;
    flex-direction: column;
    padding-top: 0;
  }
  .section06 .flex_box_02 > .flex_item {
    text-align: center;
  }
  .section06 .flex_item > .thumb {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section06 .flex_item .lead_txt {
    font-size: 24px;
    line-height: 1.4;
  }
  .section06 .flex_item p {
    font-size: 18px;
  }
  .section06 .flex_item p:not(:first-child) {
    margin-top: 20px;
  }

  /* lp_footer */
  .lp_footer {
    position: relative;
    bottom: 0;
  }
  .lp_footer .link {
    flex-wrap: wrap;
  }
  .lp_footer .link .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .lp_footer .link .copy::before {
    display: none;
  }

  /* bottom_tel_box */
  .bottom_tel_box {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7vw;
  }
  .bottom_tel_box .tel_no a {
    display: inline-block;
    padding: 1vw 0 1vw 18vw;
    background: url("/img/ss/products/microscope/vr-6000/001/bg_2051_01_001.png") no-repeat left center;
    background-size: auto 100%;
    color: #333;
    font-weight: bold;
    font-size: 9vw;
    line-height: 1em;
  }
  .bottom_tel_box .tel_lead {
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .btn_style .text {
    font-size: 18px;
  }

  /* lp_header */
  .lp_header .inner {
    justify-content: center;
    padding: 15px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }
  .lp_header .header_link {
    margin-left: 5vw;
  }
  .lp_header .tel_box {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .section01 .flex_box .flex_item:first-child {
    max-width: 100%;
  }
  .section01 h1 {
    font-size: 24px;
  }
  .section01 h1 .lead {
    font-size: 32px;
  }
  .section01 h1 .series_nane {
    font-size: 16px;
  }
  .flex_box.style_01 .img_wrap .img,
  .section03 .flex_box.style_01 .img_wrap .img {
    max-width: 80%;
  }
  .btn_wrap,
  .btn02 {
    height: 60px;
    font-size: 28px;
    line-height: 50px;
  }
  .btn02 span {
    transform-origin: 0 50% -30px;
  }
  .ttl_02 {
    font-size: 28px;
  }
  .flex_box .txt_wrap {
    padding: 0;
  }
  .txt_wrap p {
    padding: 0;
  }
}
