@charset "UTF-8";
/* ========== Font ========== */
@font-face {
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-family: notosans;
  src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");

  font-display: swap;
}

/* 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: Hiragino Sans, "ヒラギノ角ゴシック", notosans, ヒラギノ角ゴ 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: Hiragino Sans, "ヒラギノ角ゴシック", notosans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 167%;
}
/* lp_header */
#lp_wrap .lp_header {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
#lp_wrap .lp_header .logo {
  float: left;
  margin-top: 7px;
}
#lp_wrap .lp_header .logo a {
  margin-right: 10px;
}
#lp_wrap .lp_header .head_contact {
  display: flex;
  float: right;
  align-items: center;
}
#lp_wrap .lp_header .head_contact .lead {
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
#lp_wrap .lp_header .head_contact .tel_box {
  display: flex;
  flex-direction: column;
}
#lp_wrap .lp_header .head_contact .tel_box .tel_no {
  padding: 1px 0 3px 40px;
  background: url("/img/ss/products/microscope/vhx-7000/003/bg_1119_01_002.png") no-repeat left center;
  background-size: auto 86%;
  font-weight: bold;
  font-size: 22px;
}
#lp_wrap .lp_header .head_contact .tel_box .tel_lead {
  font-size: 11px;
  line-height: 1.2em;
}

/* lp_footer */
#lp_wrap .lp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10px 20px 13px;
  width: 100%;
  height: 47px;
  background: #fff;
}
#lp_wrap .lp_footer .link {
  display: flex;
  justify-content: center;
}
#lp_wrap .lp_footer .link li,
#lp_wrap .lp_footer .link li a {
  color: #333;
  font-size: 12px;
}
#lp_wrap .lp_footer .link li:nth-child(2) {
  position: relative;
  margin: 0 15px;
}
#lp_wrap .lp_footer .link li:nth-child(2):before,
#lp_wrap .lp_footer .link li:nth-child(2):after {
  position: absolute;
  top: 30%;
  display: block;
  width: 1px;
  height: 45%;
  background: #333;
  content: "";
}
#lp_wrap .lp_footer .link li:nth-child(2):before {
  left: -7px;
}
#lp_wrap .lp_footer .link li:nth-child(2):after {
  right: -7px;
}
#lp_wrap .lp_footer .link li a:hover {
  text-decoration: underline;
}

/* cv_btn */
#lp_wrap .cv_btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
}
#lp_wrap .cv_btn .txt {
  display: inline-block;
  padding: 18px 100px 20px 65px;
  background: url("/img/landing_page/common/icon03.png") no-repeat 20px center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
}
#lp_wrap .cv_btn .img {
  position: absolute;
  top: -15px;
  right: 12px;
  border: 1px solid #ccc;
}

/* lp_contents */
#lp_wrap .lp_contents {
  position: relative;
  height: calc(100vh - 47px);
}

#lp_wrap .lp_contents img {
  max-width: 100%;
}

/* nav_content */
#lp_wrap .lp_contents .nav_content {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 600px;
  width: 37vw;
  height: 100%;
}
#lp_wrap .lp_contents .nav_content .nav_wrap {
  margin-top: -100px;
  width: 100%;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn {
  position: relative;
  overflow: hidden;
  padding: 60px 90px 60px 0;
  background: #4b5c92;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: padding 0.5s ease 0s,
  background-color 0.5s ease 0s,
  color 0.5s ease 0s;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec01:not(.off_hover):hover,
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn.sec01.ac {
  background: #262626;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02:not(.off_hover):hover,
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn.sec02.ac {
  background: #fff;
  color: #333;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn + .nav_btn {
  margin-top: 1px;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .txt {
  position: relative;
  z-index: 5;
  color: inherit;
  font-weight: 600;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .txt.fz_s {
  font-size: 30px;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .txt.fz_l {
  margin-left: 10px;
  font-size: 46px;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .icon {
  position: absolute;
  top: 50%;
  right: 12%;
  display: inline-block;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background: #fff;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02:not(.off_hover):hover .icon,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02.ac .icon {
  background: #262626;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .icon:before,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .icon:after {
  position: absolute;
  display: block;
  width: 2px;
  height: 10px;
  background: #4b5c92;
  content: "";
  transition: background-color 0.5s ease 0s;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec01:not(.off_hover):hover .icon:before,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec01:not(.off_hover):hover .icon:after,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec01.ac .icon:before,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec01.ac .icon:after {
  background: #262626;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02:not(.off_hover):hover .icon:before,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02:not(.off_hover):hover .icon:after,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02.ac .icon:before,
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn.sec02.ac .icon:after {
  background: #fff;
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .icon:before {
  top: 11px;
  left: 18px;
  transform: rotate(-45deg);
}
#lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .icon:after {
  top: 17px;
  left: 18px;
  transform: rotate(45deg);
}
#lp_wrap .lp_contents .nav_content .cv_btn_wrap {
  margin: 60px 0 0;
  width: 100%;
  text-align: center;
}
#lp_wrap .lp_contents .nav_content .bnr_wrap {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  padding: 0 5%;
  transition: padding 0.5s ease 0s;
}
#lp_wrap .lp_contents .nav_content .bnr_wrap a {
  display: inline-block;
  max-width: 100%;
}

/* section */
#lp_wrap .lp_contents .section_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: calc(100% - 47px);
}
#lp_wrap .lp_contents .section_wrap .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 600px;
  width: 100vw;
  height: 100%;
  background: url("/img/ss/products/microscope/vhx-7000/003/bg_1119_01_001.jpg") no-repeat center;
  background-size: cover;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  height: 100%;
  text-align: center;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 85%;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl > .txt_01 {
  max-width: 494px;
  width: 51.4%;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl > .txt_02 {
  max-width: 460px;
  width: 48.6%;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner .main_img {
  margin: 0 auto;
  width: 45%;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner .product_name {
  position: absolute;
  bottom: calc(50% - 17vw);
  left: calc(50% - 24vw);
  font-weight: 600;
  font-size: 19px;
  line-height: 1em;
}
#lp_wrap .lp_contents .section_wrap .top .top_inner .product_name .icon_new {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 11px 8px;
  border: 1px solid #f00;
  background: #fff;
  color: #f00;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
}
#lp_wrap .lp_contents .section_wrap .sections {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  padding-left: 23vw;
  width: 0vw;
  height: 100%;
  transition: width 0.2s ease 0.8s;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner {
  overflow-y: scroll;
  width: 77vw;
  height: 100%;
}
#lp_wrap .lp_contents .section_wrap .sections.section01 .section_inner {
  background: #262626;
}
#lp_wrap .lp_contents .section_wrap .sections.section02 .section_inner {
  background: #fff;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap {
  margin: 0 auto;
  padding: 100px 110px 100px 60px;
  max-width: 1260px;
  width: 100%;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items + .items {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #464646;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box {
  display: flex;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .img {
  max-width: 500px;
  width: 50%;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .img.movie {
  position: relative;
  max-height: 320px;
  width: 32.4vw;
  height: 20vw;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap {
  margin-left: 50px;
  max-width: 540px;
  width: 50%;
}
#lp_wrap .lp_contents .section_wrap .sections.section01 .section_inner .item_wrap .items .col_box .lead_wrap {
  color: #fff;
}
#lp_wrap .lp_contents .section_wrap .sections.section02 .section_inner .item_wrap .items .col_box .lead_wrap {
  color: #333;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .item_ttl {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.3em;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap .tags {
  display: inline-block;
  padding: 7px 13px;
  font-size: 16px;
  line-height: 1em;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap .tags + .tags {
  margin-left: 10px;
}
#lp_wrap .lp_contents .section_wrap .sections.section01 .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap .tags {
  border: 1px solid #7d7d7d;
}
#lp_wrap .lp_contents .section_wrap .sections.section02 .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap .tags {
  border: 1px solid #adadad;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap .cap {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .lead {
  font-size: 18px;
  line-height: 1.6em;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .lead + .lead {
  margin-top: 15px;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .cv_btn_wrap {
  margin-top: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
}
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .cv_btn_wrap a.bnr {
  margin-left: 45px;
}

#lp_wrap .lp_contents .section_wrap .sections .close_btn {
  position: fixed;
  top: 80px;
  right: -100px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}
#lp_wrap .lp_contents .section_wrap .sections .close_btn:hover {
  opacity: 0.8;
}
#lp_wrap .lp_contents .section_wrap .sections.section01 .close_btn {
  background: #fff;
  color: #494949;
}
#lp_wrap .lp_contents .section_wrap .sections.section02 .close_btn {
  background: #333;
  color: #e5e5e5;
}
#lp_wrap .lp_contents .section_wrap .sections .close_btn:before {
  display: block;
  margin-bottom: 5px;
  width: 12px;
  height: 12px;
  content: "";
  transform: rotate(-45deg);
}
#lp_wrap .lp_contents .section_wrap .sections.section01 .close_btn:before {
  border-top: 3px solid #494949;
  border-left: 3px solid #494949;
}
#lp_wrap .lp_contents .section_wrap .sections.section02 .close_btn:before {
  border-top: 3px solid #e5e5e5;
  border-left: 3px solid #e5e5e5;
}

/* section open */
#lp_wrap .lp_contents.open .nav_content {
  width: 23vw;
  transition: width 0.3s ease 0s;
}
#lp_wrap .lp_contents.open .nav_content .nav_wrap {
  width: 100%;
  transition: width 0.3s ease 0s;
}
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn {
  padding: 45px 50px 45px 0;
}
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn .txt {
  transition: font-size 0.5s ease 0s;
}
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn .txt.fz_s {
  font-size: 22px;
}
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn .txt.fz_l {
  font-size: 32px;
}
#lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn .icon {
  right: 8%;
  transition: background-color 0.5s ease 0s,
  right 0.5s ease 0s,
  transform 0.5s ease 0s;
  transform: scale(0.8);
}
#lp_wrap .lp_contents.open .nav_content .cv_btn_wrap {
  margin: 30px 0 0;
  width: 100%;
  transition: margin 0.5s ease 0s;
}
#lp_wrap .lp_contents.open .nav_content .cv_btn_wrap .cv_btn .txt {
  padding: 18px 30px 18px 59px;
  font-size: 20px;
  transition: padding 0.5s ease 0s,
  font-size 0.5s ease 0s;
}
#lp_wrap .lp_contents.open .nav_content .cv_btn_wrap .cv_btn .img {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#lp_wrap .lp_contents.open .section_wrap .sections {
  z-index: 5;
  overflow: hidden;
  box-sizing: border-box;
  width: 100vw;
  transition: width 0.5s ease 0.3s;
}
#lp_wrap .lp_contents.open .section_wrap .sections.ac {
  z-index: 10;
}
#lp_wrap .lp_contents.open .section_wrap .sections.ac .close_btn {
  right: 40px;
  transition: right 0.3s ease 0.8s,
  opacity 0.2s ease 0s;
}

/* section Move */
#lp_wrap .lp_contents.open.move .nav_content .nav_wrap .nav_btn {
  transition: background-color 0.5s ease 0s,
  color 0.5s ease 0s;
}
#lp_wrap .lp_contents.open.move .section_wrap .sections {
  transition: width 0s ease 0s;
}
#lp_wrap .lp_contents.open.move .section_wrap .sections.ac.move_ac {
  right: 0;
  left: auto;
  z-index: 15;
  padding-left: 0px;
  width: 0vw;
  transition: width 0.5s ease 0s,
  padding 0.5s ease 0s;
}
#lp_wrap .lp_contents.open.move .section_wrap .sections.ac.move_ac .section_inner {
  position: absolute;
  right: 0;
}
#lp_wrap .lp_contents.open.move .section_wrap .sections.ac.move_ac .close_btn {
  right: -100px;
  transition: right 0.3s ease 0s,
  opacity 0.2s ease 0s;
}
#lp_wrap .lp_contents.open.move .section_wrap .sections.ac .close_btn {
  transition: right 0.3s ease 0s,
  opacity 0.2s ease 0s;
}

/* section Close */
#lp_wrap .lp_contents.close .nav_content {
  transition: width 0.3s ease 0.3s;
}
#lp_wrap .lp_contents.close .nav_content .cv_btn_wrap {
  transition: margin 0.3s ease 0.3s;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap {
  transition: width 0.3s ease 0.3s;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn {
  transition: padding 0.3s ease 0.3s,
  color 0.3s ease 0s,
  background-color 0.3s ease 0s;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn.ac {
  background: #4b5c92;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn .txt {
  transition: font-size 0.3s ease 0.3s;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn.ac .txt {
  color: #fff;
}
#lp_wrap .lp_contents.close .nav_content .cv_btn_wrap .cv_btn .txt {
  transition: padding 0.3s ease 0.3s,
  font-size 0.3s ease 0.3s;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn .icon {
  transition: background-color 0.5s ease 0s,
  right 0.5s ease 0.3s,
  transform 0.5s ease 0.3s;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn.ac .icon {
  background: #fff;
}
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn.ac .icon:before,
#lp_wrap .lp_contents.close .nav_content .nav_wrap .nav_btn.ac .icon:after {
  background: #4b5c92;
}
#lp_wrap .lp_contents.close .nav_content .cv_btn_wrap .cv_btn .img {
  transition: opacity 0.3s ease 0.3s,
  visibility 0.3s ease 0.3s;
}
#lp_wrap .lp_contents.close .section_wrap .sections {
  transition: width 0.5s ease 0s;
}
#lp_wrap .lp_contents.close .section_wrap .sections.ac {
  z-index: 10;
}
#lp_wrap .lp_contents.close .section_wrap .sections.ac .close_btn {
  transition: right 0.3s ease 0s,
  opacity 0.2s ease 0s;
}
#lp_wrap .sp_telbox,
#lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .sp_section_ttl {
  display: none;
}

@media screen and (min-width: 1401px) {
  .sp_viwe {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  #lp_wrap .lp_contents .nav_content {
    width: 480px;
  }
  #lp_wrap .lp_contents.open .nav_content {
    width: 340px;
  }
  #lp_wrap .lp_contents .nav_content .nav_wrap {
    margin-top: -10px;
  }
  #lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn {
    padding: 45px 50px 45px 0;
  }
  #lp_wrap .lp_contents.open .nav_content .nav_wrap .nav_btn .icon {
    right: 30px;
  }
  #lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .txt.fz_s {
    font-size: 26px;
  }
  #lp_wrap .lp_contents .nav_content .nav_wrap .nav_btn .txt.fz_l {
    font-size: 36px;
  }
  #lp_wrap .lp_contents .nav_content .cv_btn_wrap {
    margin: 30px 0 0;
  }
  #lp_wrap .lp_contents .nav_content .cv_btn_wrap .cv_btn .txt {
    padding: 13px 79px 15px 65px;
  }
  #lp_wrap .lp_contents .nav_content .cv_btn_wrap .cv_btn .img {
    width: 50px;
    top: -10px;
  }
  #lp_wrap .lp_contents .nav_content .bnr_wrap {
    padding: 0 7%;
  }
  #lp_wrap .lp_contents .nav_content .bnr_wrap a {
    max-width: 364px;
  }
  #lp_wrap .lp_contents.open .section_wrap .sections.ac .close_btn {
    right: 25px;
  }
  #lp_wrap .lp_contents .section_wrap .top {
    padding-left: 480px;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .product_name {
    bottom: calc(50% - 18vw);
    left: calc(50% - 29vw);
  }
  #lp_wrap .lp_contents .section_wrap .sections {
    padding-left: 340px;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner {
    width: calc(100vw - 340px);
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap {
    padding: 60px 110px 60px 60px;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items + .items {
    margin-top: 50px;
    padding-top: 50px;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .cv_btn_wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  body {
    overflow: auto;
  }
  /* cv_btn */
  #lp_wrap .cv_btn .txt {
    padding: 5vw 25vw 5vw 14vw;
    background-position: 4vw center;
    background-size: 5vw;
    font-size: 4.8vw;
  }
  #lp_wrap .cv_btn .img {
    top: -4vw;
    right: 3vw;
    width: 15vw;
  }
  /* lp_header */
  #lp_wrap .lp_header .head_contact {
    display: none;
  }

  /* lp_footer */
  #lp_wrap .lp_footer {
    position: relative;
    padding: 10px 0;
    height: auto;
    border-top: 1px solid #333;
  }
  #lp_wrap .lp_footer .link {
    display: block;
    text-align: center;
    font-size: 0;
  }
  #lp_wrap .lp_footer .link li {
    display: inline-block;
  }
  #lp_wrap .lp_footer .link li:nth-child(2)::after {
    display: none;
  }
  #lp_wrap .lp_footer .link li.copy {
    display: block;
    font-size: 12px;
  }

  /* lp_contents */
  #lp_wrap .lp_contents {
    height: auto;
  }
  #lp_wrap .lp_contents .nav_content {
    display: none;
  }
  #lp_wrap .lp_contents .section_wrap {
    position: relative;
    top: auto;
    left: auto;
    overflow: auto;
    height: auto;
  }
  #lp_wrap .lp_contents .section_wrap .top {
    position: relative;
    top: auto;
    left: auto;
    overflow: auto;
    padding-left: 0;
    width: 100vw;
    height: auto;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner {
    position: relative;
    display: block;
    padding: 12vw 5vw 15vw;
    height: auto;
    text-align: center;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl {
    display: block;
    margin-bottom: 6vw;
    width: 100%;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl > span {
    display: block;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl > span.txt_01 {
    margin-bottom: 4vw;
    width: auto;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .main_ttl > span.txt_02 {
    width: auto;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .main_img {
    margin: 0 auto;
    width: 85%;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .product_name {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: flex-start;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
  }
  #lp_wrap .lp_contents .section_wrap .top .top_inner .product_name .icon_new {
    width: 100px;
  }
  #lp_wrap .lp_contents .section_wrap .sections {
    position: relative;
    top: auto;
    left: auto;
    overflow: auto;
    padding-left: 0;
    width: 100vw;
    height: auto;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner {
    overflow-y: auto;
    padding: 8vw 5vw;
    width: auto;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1260px;
    width: 100%;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .sp_section_ttl {
    position: relative;
    display: block;
    margin: 0 0 10vw;
    padding: 1vw 4vw 2vw;
    text-align: left;
    line-height: 1em;
  }
  #lp_wrap .lp_contents .section_wrap .sections.section01 .section_inner .item_wrap .sp_section_ttl {
    border-left: 6px solid #fff;
    color: #fff;
  }
  #lp_wrap .lp_contents .section_wrap .sections.section02 .section_inner .item_wrap .sp_section_ttl {
    border-left: 6px solid #333;
    color: #333;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .sp_section_ttl::after {
    position: absolute;
    bottom: -3vw;
    left: -6px;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
  }
  #lp_wrap .lp_contents .section_wrap .sections.section01 .section_inner .item_wrap .sp_section_ttl::after {
    background: #fff;
  }
  #lp_wrap .lp_contents .section_wrap .sections.section02 .section_inner .item_wrap .sp_section_ttl::after {
    background: #333;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .sp_section_ttl .txt.fz_s {
    font-size: 7vw;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .sp_section_ttl .txt.fz_l {
    margin-left: 3vw;
    font-size: 10vw;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box {
    display: block;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .img {
    margin-bottom: 5vw;
    width: 100%;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .img.movie {
    width: 100%;
    height: 59vw;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap {
    margin-left: 0;
    width: 100%;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .item_ttl {
    margin-bottom: 5vw;
    font-size: 28px;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .items .col_box .lead_wrap .tag_wrap {
    margin-bottom: 5vw;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .cv_btn_wrap {
    margin-top: 13vw;
    text-align: center;
    flex-direction: column;
  }
  #lp_wrap .lp_contents .section_wrap .sections .section_inner .item_wrap .cv_btn_wrap a.bnr {
    margin: 7vw 0 0;
  }

  /* sp_telbox */
  #lp_wrap .sp_telbox {
    display: block;
    overflow: hidden;
    margin: 40px auto 0;
    width: 90%;
  }
  #lp_wrap .sp_telbox .tel_box {
    margin-bottom: 5vw;
    text-align: center;
  }
  #lp_wrap .sp_telbox .tel_box .tel {
    display: inline-block;
    padding: 2vw 0 3vw 15vw;
    background: url("/img/ss/products/microscope/vhx-7000/003/bg_1119_01_002.png") no-repeat left center;
    background-size: 14vw;
    text-align: center;
  }
  #lp_wrap .sp_telbox .tel_box .tel a {
    color: #282e3a;
    font-weight: bold;
    font-size: 28px;
  }
  #lp_wrap .sp_telbox .tel_box .time {
    padding-bottom: 25px;
    font-size: 16px;
  }
}
