/* 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;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}

/* section_pager */
.section_pager {
  position: relative;
  top: 50vh;
  z-index: 100;
  margin: -50px auto 0;
  max-width: 1110px;
  width: 100%;
  height: 0;
}
.section_pager .prev,
.section_pager .next {
  position: relative;
  visibility: visible;
  overflow: hidden;
  width: auto;
  height: 57px;
  opacity: 1;
  cursor: pointer;
  transition: visibility 0.3s ease 0s,
  opacity 0.3s ease 0s;
}
.section_pager .prev {
  float: left;
}
.section_pager .next {
  float: right;
  transform: scale(-1, 1);
}
.section_pager .prev span,
.section_pager .next span {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 57px;
  background: url("/img/ss/products/microscope/vr/001/bg_1039_01_002.png") no-repeat center;
  opacity: 0;
}
.section_pager .prev span:nth-child(1),
.section_pager .next span:nth-child(1) {
  z-index: 0;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 0.6s;
  animation: fade_animation 1s ease-in-out infinite alternate 0.6s;
}
.section_pager .prev span:nth-child(2),
.section_pager .next span:nth-child(2) {
  z-index: 5;
  margin-left: -9px;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 0.3s;
  animation: fade_animation 1s ease-in-out infinite alternate 0.3s;
}
.section_pager .prev span:nth-child(3),
.section_pager .next span:nth-child(3) {
  z-index: 5;
  margin-left: -9px;
  -webkit-animation: fade_animation 1s ease-in-out infinite alternate 0s;
  animation: fade_animation 1s ease-in-out infinite alternate 0s;
}
@-webkit-keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* header */
.lp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  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%;
}
.lp_header .hed_btn {
  display: block;
  float: right;
  box-sizing: border-box;
  padding: 9px 30px 8px 52px;
  max-width: 250px;
  width: 50%;
  background: url("/img/landing_page/common/icon03.png") no-repeat 23px center #f43a3a;
  background-size: 16px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.lp_header .tel_img {
  float: right;
  margin: 2px 18px 0 0;
  vertical-align: middle;
}

/* footer */
.lp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  overflow: hidden;
  padding: 15px 20px;
  width: 100%;
  border-top: 1px solid #dedede;
  background: #fff;
}
.lp_footer .copy {
  float: left;
  font-size: 12px;
}
.lp_footer .link {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 300px;
}
.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: #06c;
  font-size: 12px;
}
.lp_footer .link li a:hover {
  color: #f00;
  text-decoration: underline;
}

/* lp_section_wrap */
#lp_section_wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url("/img/ss/products/microscope/vr/001/bg_1039_01_001.jpg") no-repeat center #0c111b;
  background-size: auto 100%;
}
.sp_main {
  display: none;
}
.d_table {
  display: table;
  width: 100%;
  height: 100%;
}
.d_table .d_cell {
  display: table-cell;
  vertical-align: middle;
}
.lp_section_inner {
  position: relative;
  margin: 0 auto;
  max-width: 970px;
  max-height: 680px;
  width: 96%;
  height: 61.818vw;
}
.lp_section_inner img {
  max-width: 100%;
}
.lp_section_inner .sections {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease 0s, visibility 1s ease 0s;
}
.lp_section_inner .sections.show {
  visibility: visible;
  opacity: 1;
}
.sections .ttl_box {
  overflow: hidden;
  max-height: 90px;
  height: 8.182vw;
}
.sections .ttl_box h2,
.sections .ttl_box .lead_txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1em;
}
.sections .ttl_box .lead_txt {
  margin-left: 2%;
}
.sections .section_btn {
  display: none;
}

/* bottom_cv_area */
.lp_section_inner .bottom_cv_area {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.lp_section_inner .bottom_cv_area .page_control {
  padding: 20px 0;
  text-align: center;
  font-size: 0;
}
.lp_section_inner .bottom_cv_area .page_control > span {
  display: inline-block;
  margin: 0 4px;
  width: 32px;
  height: 3px;
  background: #21262f;
  cursor: pointer;
  transition: opacity 0.2s ease 0s,
  background-color 0.2s ease 0s;
}
.lp_section_inner .bottom_cv_area .page_control > span:not(.ac):hover {
  background: #1c7cbe;
  opacity: 0.5;
}
.lp_section_inner .bottom_cv_area .page_control > span.ac {
  background: #1c7cbe;
}
.lp_section_inner .bottom_cv_area .bottom_cv_area_inner {
  overflow: hidden;
  padding: 10px;
  width: 100%;
  background: rgba(25,58,86,0.35); ;
}
.lp_section_inner .bottom_cv_area h1 {
  float: left;
  max-width: 554px;
  width: 50.364vw;
}
.lp_section_inner .bottom_cv_area .bottom_btn {
  float: right;
  max-width: 367px;
}

/* section01 */
.section01 .ttl_box h2 {
  max-width: 474px;
  width: 43.091vw;
}
.section01 .ttl_box .lead_txt {
  max-width: 345px;
  width: 31.364vw;
}

/* section02 */
.section02 .ttl_box h2 {
  max-width: 479px;
  width: 43.545vw;
}
.section02 .ttl_box .lead_txt {
  max-width: 438px;
  width: 39.818vw;
}

/* section03 */
.section03 .ttl_box h2 {
  max-width: 625px;
  width: 56.818vw;
}
.section03 .ttl_box .lead_txt {
  max-width: 317px;
  width: 28.818vw;
}

/* section04 */
.section04 .ttl_box h2 {
  max-width: 348px;
  width: 31.636vw;
}
.section04 .ttl_box .lead_txt {
  max-width: 298px;
  width: 27.091vw;
}

/* section05 */
.section05 .ttl_box h2 {
  max-width: 530px;
  width: 48.182vw;
}
.section05 .ttl_box .lead_txt {
  max-width: 317px;
  width: 28.818vw;
}
.sp_bottom_btn {
  display: none;
}
/* btn */
.bottom_cv_area .lp_btn.type05.icon03 {
  padding: 23px 13px 16px 12px;
  white-space: nowrap;
}
.bottom_cv_area .lp_btn.type05.icon03 .txt {
  padding-left: 31px;
  white-space: nowrap;
  letter-spacing: 0;
}


@media screen and (max-height: 850px) {
  body {
    overflow-y: scroll;
  }
  .lp_header,
  .lp_footer {
    position: relative;
  }
  #lp_section_wrap {
    height: auto;
  }
}
@media screen and (max-width: 970px) {
  .bottom_cv_area .lp_btn.type05.icon03 {
    padding: 2.3vw 1.7vw 1.7vw 1.9vw;
    white-space: nowrap;
  }
  .bottom_cv_area .lp_btn.type05.icon03 .txt {
    padding: 0.4vw 1.3vw 0.5vw 3.7vw;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 2.3vw;
  }
  .bottom_cv_area .lp_btn.type05.icon03 .img {
    max-width: 63px;
    width: 5.5vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow: scroll;
  }
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }

  /* lp_header */
  .lp_header {
    position: relative;
  }
  .lp_header .hed_btn {
    padding: 1.2% 0.6% 0.5% 10%;
    background: url("/img/landing_page/common/icon03.png") no-repeat 10% center #f43a3a;
    background-size: 7%;
    font-size: 11px;
  }

  /* sections */
  #lp_section_wrap {
    height: auto;
    background: #151515;
  }
  #lp_section_wrap {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: none;
    background: #0d121c;
  }
  .sp_main {
    display: block;
    height: 142vw;
    border-bottom: 1px solid #273144;
    background: url("/img/ss/products/microscope/vr/001/bg_1039_01_001.jpg") no-repeat center top #0d121c;
    background-size: 255% auto;
  }
  .sp_main:before {
    position: absolute;
    top: 30vw;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 78vw;
    background: rgba(25,58,86,0.35);
    content: "";
  }
  .sp_main .inner {
    position: relative;
    z-index: 5;
    margin-bottom: 13vw;
    padding: 18vw 3vw 0;
  }
  .sp_main .inner .sp_main_img {
    text-indent: -3vw;
  }
  .sp_main .inner h1 {
    margin-top: 4vw;
  }
  .d_table {
    display: block;
    width: auto;
    height: auto;
  }
  .d_table .d_cell {
    display: block;
  }
  .lp_section_inner {
    position: relative;
    margin: 0 auto;
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
  }
  .lp_section_inner .bottom_cv_area {
    display: none;
  }
  .lp_section_inner .sections {
    position: relative;
    z-index: 0;
    visibility: visible;
    overflow: hidden;
    padding: 14vw 3vw 13vw;
    border-bottom: 1px solid #273144;
    opacity: 1;
  }
  .lp_section_inner .sections:before,
  .lp_section_inner .sections:after {
    position: absolute;
    z-index: 0;
    display: block;
    box-sizing: content-box;
    width: 25vw;
    height: 25vw;
    border: 9vw solid #111a2d;
    background: #122f47;
    content: "";
    opacity: 0.6;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .lp_section_inner .sections:before {
    top: -22vw;
    left: -22vw;
  }
  .lp_section_inner .sections:after {
    right: -22vw;
    bottom: -22vw;
  }
  .sections .ttl_box {
    position: relative;
    z-index: 5;
    max-height: none;
    height: auto;
  }
  .sections .ttl_box h2,
  .sections .ttl_box .lead_txt {
    display: block;
    max-width: none;
    width: auto;
    text-align: left;
  }
  .sections .ttl_box h2 {
    margin-bottom: 4vw;
    height: 9.8vw;
    text-indent: -1.1vw;
  }
  .sections .ttl_box .lead_txt {
    margin-bottom: 7vw;
    margin-left: 0;
    height: 8.8vw;
  }
  .sections .ttl_box h2 img,
  .sections .ttl_box .lead_txt img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .sections .section_main_img {
    position: relative;
    z-index: 5;
  }
  .sections .section_btn {
    position: relative;
    z-index: 5;
    display: block;
  }

  /* section02 */
  .section02 .ttl_box .lead_txt {
    height: 4vw;
  }
  
  .sp_bottom_btn {
    padding: 8vw 0 5vw;
    display: block;
  }

  /* btn */
  .section_btn {
    text-align: center;
  }
  .section_btn .lp_btn.type05.icon03 {
    padding: 5.2vw 10.7vw 3.9vw 10.7vw;
    white-space: nowrap;
  }
  .section_btn .lp_btn.type05.icon03 .txt {
    padding: 2.4vw 4.3vw 0.5vw 8.7vw;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 4.3vw;
  }
  .section_btn .lp_btn.type05.icon03 .img {
    max-width: 63px;
    width: 15.5vw;
  }

  /* footer */
  .lp_footer {
    position: relative;
  }
  .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 {
    font-size: 10px;
  }
}
