/* 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;
}
.lp_content_wrap img {
  vertical-align: middle;
}

/* header */
.lp_header {
  position: fixed;
  z-index: 15;
  overflow: hidden;
  overflow: hidden;
  box-sizing: border-box;
  padding: 35px 0 0 50px;
  width: 100%;
}
.lp_header .logo {
  float: left;
  max-width: 157px;
}
.lp_header .logo a {
  display: inline-block;
}
.lp_header .tel_img {
  float: right;
  max-width: 392px;
}

/* btn */
.section .lp_btn.type05.icon03 {
  padding: 23px 18px 16px 22px;
  white-space: nowrap;
}
.section .lp_btn.type05.icon03 .txt {
  white-space: nowrap;
  letter-spacing: 0;
}

/* content */
#lp_section_wrap.d_table {
  display: table;
  width: 100vw;
  height: 100vh;
}
#lp_section_wrap img {
  max-width: 100%;
}
#lp_section_wrap .section .grad_animation {
  overflow: hidden;
  position: relative;
}
#lp_section_wrap .section .grad_animation:after {
  position: absolute;
  top: -10%;
  right: 0;
  display: block;
  width: 200%;
  height: 120%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  content: "";
  opacity: 1;
}
@-webkit-keyframes fade_grad_01 {
  0% {
    right: 0%;
    opacity: 1;
  }
  70% {
    right: -200%;
  }
  100% {
    right: -200%;
    opacity: 0;
  }
}
@keyframes fade_grad_01 {
  0% {
    right: 0%;
    opacity: 1;
  }
  70% {
    right: -200%;
  }
  100% {
    right: -200%;
    opacity: 0;
  }
}

#lp_section_wrap .d_table_cell {
  position: relative;
  display: table-cell;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}
#lp_section_wrap .section {
  position: relative;
  z-index: 5;
  width: 50vw;
  text-align: right;
}
#lp_section_wrap .section .inner {
  display: inline-block;
}
#lp_section_wrap .section .img01 {
  position: relative;
  width: 39.375vw;
}
#lp_section_wrap .section .img01.grad_animation:after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 2s forwards;
}
#lp_section_wrap .section .img02 {
  margin-bottom: 2.083vw;
  width: 39.375vw;
}
#lp_section_wrap .section .img02.grad_animation:after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 3s forwards;
}
#lp_section_wrap .section .img_list {
  overflow: hidden;
  margin: 0 -0.885vw 1vw auto;
  max-width: 756px;
  width: 39.375vw;
}
#lp_section_wrap .section .img_list li {
  float: left;
  margin-bottom: 1.302vw;
  max-width: 363px;
  width: 18.906vw;
}
#lp_section_wrap .section .img_list li:nth-child(1):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 4s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(2):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 4.3s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(3):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 4.6s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(4):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 4.9s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(5):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 5.2s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(6):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 5.5s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(7):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 5.8s forwards;
}
#lp_section_wrap .section .img_list li:nth-child(8):after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 6.1s forwards;
}
#lp_section_wrap .section .main_cv {
  text-align: center;
}
#lp_section_wrap .section .main_cv.grad_animation:after {
  animation: fade_grad_01 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 6.6s forwards;
}

/* background */
#lp_section_wrap .background_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  width: 50vw;
  height: 0vh;
  height: 100vh \9;
  opacity: 0;
  opacity: 1 \9;
  animation: fade_bg_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 0.3s forwards;
}
@-webkit-keyframes fade_bg_01 {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100vh;
    opacity: 1;
  }
}
@keyframes fade_bg_01 {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100vh;
    opacity: 1;
  }
}
#lp_section_wrap .background_img .bg_01,
#lp_section_wrap .background_img .bg_02 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}
#lp_section_wrap .background_img .bg_01 {
  left: 0;
  z-index: 0;
  background: url("/img/ss/products/microscope/vhx-7000/002/bg_1099_01_001.png") no-repeat left top;
  background-size: cover;
}
#lp_section_wrap .background_img .bg_02 {
  left: -2vw;
  left: 0vw \9;
  z-index: 5;
  background: url("/img/ss/products/microscope/vhx-7000/002/bg_1099_01_002.png") no-repeat center;
  background-size: 100% auto;
  opacity: 0;
  opacity: 1 \9;
  animation: fade_bg_02 1s cubic-bezier(0.71,0.03,0.27,0.79) 1.3s forwards;
}
@-webkit-keyframes fade_bg_02 {
  0% {
    left: -2vw;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 0vw;
    opacity: 1;
  }
}
@keyframes fade_bg_02 {
  0% {
    left: -2vw;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 0vw;
    opacity: 1;
  }
}

/* footer */
.lp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 15px 20px;
  width: 100%;
}
.lp_footer .copy {
  float: left;
  font-size: 12px;
}
.lp_footer .link {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 200px;
}
.lp_footer .link li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #dedede;
  line-height: 1em;
}
.lp_footer .link li:first-child {
  border: none;
}
.lp_footer .link li a {
  color: #fff;
  font-size: 12px;
}
.lp_footer .link li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .sp_view {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow: scroll;
  }
  #lp_section_wrap.d_table {
    display: block;
    overflow: hidden;
    margin-bottom: 10vw;
    height: auto;
  }
  #lp_section_wrap .d_table_cell {
    display: block;
    height: auto;
  }
  .pc_view {
    display: none;
  }

  /* header */
  .lp_header {
    position: relative;
    padding: 15px 20px;
    border-bottom: 2px solid #e5e5e5;
  }
  .lp_header .logo {
    max-width: 183px;
    width: 34%;
  }
  .lp_header .logo img {
    max-width: 134px;
    width: 100%;
  }

  /* btn */
  .section .lp_btn.type05.icon03 .txt {
    font-size: 16px;
  }

  /* content */

  #lp_section_wrap .section .grad_animation:after {
    display: none;
  }
  @-webkit-keyframes fade_grad_01 {
    0%,100% {
      display: none;
    }
  }
  @keyframes fade_grad_01 {
    0%,100% {
      display: none;
    }
  }
  #lp_section_wrap .section {
    width: 100vw;
    text-align: center;
  }
  #lp_section_wrap .section .inner {
    display: block;
    padding: 8vw 5vw 0;
  }
  #lp_section_wrap .section .img01 {
    margin-bottom: 77vw;
    width: 100%;
    text-align: center;
  }
  #lp_section_wrap .section .img03 {
    margin: 0 auto;
    margin: 0 auto 10vw;
    width: 65.733vw;
    text-align: center;
  }
  #lp_section_wrap .section .sp_cv {
    margin-bottom: 15vw;
  }
  #lp_section_wrap .section .img_list {
    overflow: hidden;
    margin: 0 0 5vw;
    padding: 0 2vw;
    max-width: none;
    width: 100%;
  }
  #lp_section_wrap .section .img_list li {
    float: none;
    margin-bottom: 7vw;
    padding-bottom: 7vw;
    max-width: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #lp_section_wrap .section .bottom_tel {
    padding: 0 2vw;
    width: 100%;
  }

  /* background */
  #lp_section_wrap .background_img {
    overflow: hidden;
    width: 100vw;
    height: 170vw;
    opacity: 1;
  }
  @-webkit-keyframes fade_bg_01 {
    0%, 100% {
      height: 170vw;
      opacity: 1;
    }
  }
  @keyframes fade_bg_01 {
    0%, 100% {
      height: 170vw;
      opacity: 1;
    }
  }

  #lp_section_wrap .background_img .bg_01 {
    top: 63vw;
    left: -50vw;
    width: 200vw;
    height: 100vw;
    background-position: 0vw 0vw;
    transform: scale(-1,1) rotate(90deg);
  }
  #lp_section_wrap .background_img .bg_02 {
    background-position: 14vw 8vw;
    background-size: 88vw auto;
    left: 0vw;
    opacity: 1;
  }
  @-webkit-keyframes fade_bg_02 {
    0%, 100% {
      left: 0vw;
      opacity: 1;
    }
  }
  @keyframes fade_bg_02 {
    0%, 100% {
      left: 0vw;
      opacity: 1;
    }
  }

  /* footer */
  .lp_footer {
    position: relative;
    border-top: 2px solid #e5e5e5;
  }
  .lp_footer {
    padding: 1% 0;
  }
  .lp_footer .copy {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .lp_footer .link {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .lp_footer .link li {
    float: none;
    margin: 0 auto;
  }
  .lp_footer .link li a {
    color: #06c;
    font-size: 10px;
  }
  .lp_footer .link li a:hover {
    color: #f00;
  }
}
