@charset "UTF-8";
/* base */
html {
  overflow: auto;
  height: 100%;
}
body {
  overflow: hidden;
  height: 100%;
  background: #fff;
  min-width: auto;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}

/* header */
.lp_header {
  position: fixed;
  z-index: 5;
  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;
  font-weight: bold;
  font-size: 16px;
}

/* loading */
.loading {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  z-index: 5;
  visibility: visible;
  width: 100%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s ease-out 0s,
  visibility 0.5s ease-out 0s;
}
.loading.end {
  visibility: hidden;
  opacity: 0;
}
.loading span {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}
.loading span:nth-of-type(1) {
  -webkit-animation: loading_animation 0.8s ease-out 0s infinite;
  animation: loading_animation 0.8s ease-out 0s infinite;
}
.loading span:nth-of-type(2) {
  -webkit-animation: loading_animation 0.8s ease-out 0.1s infinite;
  animation: loading_animation 0.8s ease-out 0.1s infinite;
}
.loading span:nth-of-type(3) {
  -webkit-animation: loading_animation 0.8s ease-out 0.2s infinite;
  animation: loading_animation 0.8s ease-out 0.2s infinite;
}
.loading span:nth-of-type(4) {
  -webkit-animation: loading_animation 0.8s ease-out 0.3s infinite;
  animation: loading_animation 0.8s ease-out 0.3s infinite;
}
.loading span:nth-of-type(5) {
  -webkit-animation: loading_animation 0.8s ease-out 0.4s infinite;
  animation: loading_animation 0.8s ease-out 0.4s infinite;
}
@-webkit-keyframes loading_animation {
  0%,
  40% {
    background-color: #ccc;
  }
  15% {
    background-color: #ce0010;
  }
}
@keyframes loading_animation {
  0%,
  40% {
    background-color: #ccc;
  }
  15% {
    background-color: #ce0010;
  }
}

/* sections */
.lp_content_wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.lp_section_wrap {
  position: relative;
  top: 0;
  z-index: 0;
  height: 100%;
}
.sections {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

/* section01 */
.section01 {
  position: relative;
  z-index: 5;
  display: none\9;
  overflow: hidden;
  max-width: 1000px;
  width: 93.2vmin;
}
.section01.active {
  opacity: 0;
  transition: opacity 0s ease-out 5s;
}
.section01.end {
  display: none;
}
.section01 .logo_wrap {
  position: relative;
  z-index: 5;
  display: table;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.section01 .logo_inner {
  position: relative;
  display: table-cell;
  overflow: hidden;
  height: 100%;
  vertical-align: middle;
}
.section01 .first_logo {
  position: relative;
  overflow: hidden;
  max-height: 599px;
  width: 100%;
  background: #fff;
}
.section01 .first_logo .ab01 {
  position: relative;
  z-index: 20;
  display: block;
  text-align: center;
}
.section01 .first_logo .ab01 img {
  max-width: 100.1%;
}
.section01 .first_logo .ab02 {
  position: absolute;
  top: 5vmin;
  right: -30vmin;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease-out 0.2s,
  right 3s linear 0.2s,
  top 3s linear 0.2s;
}
.section01.active .first_logo .ab02 {
  top: 10vmin;
  right: 50vmin;
  opacity: 1;
}
.section01 .first_logo .ab03 {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 10;
  width: 200%;
  height: 100%;
  background: #000;
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 75%, rgba(255,255,255,0.5) 99%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 75%, rgba(255,255,255,0.5) 99%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transition: opacity 1s ease-out 1.2s,
  right 1s ease-out 1.2s;
}
.section01.active .first_logo .ab03 {
  right: -50%;
  opacity: 1;
}
.section01 .first_logo .ab04 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 200%;
  background: #fff;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%);
  opacity: 0;
  transition: opacity 1s ease-out 2.2s,
  top 1s ease-out 2.2s;
}
.section01.active .first_logo .ab04 {
  top: -50%;
  opacity: 1;
}
.section01 .end_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(1) translateY(50px);
}
.section01 .end_img span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.section01 .end_img span img {
  max-height: 758px;
  height: 70vmin;
}
.section01.active .end_img {
  -webkit-animation: section01_end_img 0.5s ease-out 3s forwards;
  animation: section01_end_img 0.5s ease-out 3s forwards;
}
.section01 .end_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-out 4.5s;
}
.section01.active .end_img::after {
  opacity: 1;
}
@-webkit-keyframes section01_end_img {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes section01_end_img {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.section01 .end_img img {
  height: 100%;
}

/* section02 */
.section02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block\9;
  visibility: hidden;
  visibility: visible\9;
  max-width: 100%;
  background: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_001.jpg") repeat right center\9;
  opacity: 0;
  transition: opacity 2s ease-out 0s;
}
.section02.active {
  visibility: visible;
  opacity: 1;
}
.section02 .bg_slider {
  display: none\9;
  margin-left: 590px;
  width: calc(100% - 590px);
}
.section02 .bg_slider,
.section02 .bg_slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section02 .bg_slider li {
  width: 100%;
}
.section02 .bg_slider li.old {
  z-index: 5;
}
.section02 .bg_slider li.down {
  z-index: 10;
}
.section02 .bg_slider li.up {
  z-index: 15;
}
.section02 .bg_slider li span {
  position: relative;
  display: block;
  width: calc(100vw - 590px);
  height: 100vh;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.5);
}
.section02.active .bg_slider li span {
  z-index: 0;
  transform: translateY(-100%);
}
.section02 .bg_slider li.old span {
  transform: translateY(0);
}
.section02 .bg_slider li.down span {
  transition: transform 0.8s cubic-bezier(0.94,0.21,0.24,0.89) 0s;
  transform: translateY(0);
}
.section02 .bg_slider li.up span {
  transition: transform 0.8s cubic-bezier(0.94,0.21,0.24,0.89) 0s;
  transform: translateY(-100%);
}

.section02 .bg_slider li:nth-of-type(1) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_001.jpg");
}
.section02 .bg_slider li:nth-of-type(2) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_002.jpg");
}
.section02 .bg_slider li:nth-of-type(3) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_003.jpg");
}
.section02 .bg_slider li:nth-of-type(4) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_004.jpg");
}
.section02 .bg_slider li:nth-of-type(5) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_005.jpg");
}
.section02 .bg_slider li:nth-of-type(6) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_006.jpg");
}
.section02 .bg_slider li:nth-of-type(7) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_007.jpg");
}
.section02 .bg_slider li:nth-of-type(8) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_008.jpg");
}
.section02 .bg_slider li:nth-of-type(9) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_009.jpg");
}
.section02 .bg_slider li:nth-of-type(10) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_010.jpg");
}
.section02 .bg_slider li:nth-of-type(11) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_011.jpg");
}
.section02 .bg_slider li:nth-of-type(12) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_012.jpg");
}
.section02 .bg_slider li:nth-of-type(13) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_013.jpg");
}
.section02 .bg_slider li:nth-of-type(14) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_014.jpg");
}
.section02 .bg_slider li:nth-of-type(15) span {
  background-image: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_015.jpg");
}
.section02 .center_main {
  position: relative;
  z-index: 10;
  display: table;
  margin: 0;
  max-width: 590px;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 75px;
  box-sizing: border-box;
}
.section02 .center_main .inner {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.section02 .center_main .inner .pc_view {
  margin: 0 auto;
}
.section02 .center_main .inner h1 img {
  max-height: 121px;
  height: 11.2vmin;
}
.section02 .center_main .inner .center_slider {
  position: relative;
}
.section02 .center_main .inner .center_slider img {
  position: relative;
  max-height: 333px;
  height: 31vmin;
}
.section02 .center_main .inner .center_slider ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section02 .center_main .inner .center_slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-out 0s;
}
.section02 .center_main .inner .center_slider ul li.slide_active {
  opacity: 1;
}
.section02 .center_main .inner .txt img {
  max-height: 121px;
  height: 11.2vmin;
}
.section02 .center_main .inner .btn {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out 0s;
  display: inline-block;
}
.section02 .center_main .inner .btn:hover {
  opacity: 0.8;
}
.section02 .center_main .inner .btn img {
  max-height: 60px;
  height: 8vmin;
}
.section02 .center_main .inner a.btn {
  margin-bottom: 1vmin;
}
.section02 .center_main .inner .slide_btn {
  position: absolute;
  left: calc(50% - 23px);
  display: none\9;
  cursor: pointer;
  transition: transform 0.2s ease-out 0s;
}
.section02 .center_main .inner .prev {
  top: 9vh;
}
.section02 .center_main .inner .slide_btn img {
  transition: transform 0.2s ease-out 0s;
  transform: translateY(0);
}
.section02 .center_main .inner .prev:hover img {
  transform: translateY(-5px);
}
.section02 .center_main .inner .next {
  bottom: 9vh;
}
.section02 .center_main .inner .next:hover img {
  transform: translateY(5px);
}

/* section03 */
.section03 {
  position: relative;
  z-index: 15;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-out 0s,
  visibility 1s ease-out 0s;
}
.section03.active {
  visibility: visible;
  opacity: 1;
}
.section03 .modal_wrap {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: url("/img/ss/products/microscope/vhx-6000/bg_en_1038_01_ie.png") \9;
}
.section03 .modal_wrap .modal_inner {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 13vmax;
  vertical-align: middle;
  text-align: center;
}
.section03 .modal_wrap .modal_inner .img {
  text-align: center;
}
.section03 .modal_wrap .modal_inner .img img.pc_view {
  margin: 0 auto;
  max-width: 100%;
}
.section03 .modal_wrap .modal_inner .modal_close {
  position: fixed;
  top: 85px;
  right: 30px;
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.section03 .modal_wrap .modal_inner .modal_close::before,
.section03 .modal_wrap .modal_inner .modal_close::after {
  position: absolute;
  top: 28px;
  left: 10px;
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  content: "";
  transition: transform 0.2s ease-out 0s;
}
.section03 .modal_wrap .modal_inner .modal_close::before {
  transform: rotate(45deg);
}
.section03 .modal_wrap .modal_inner .modal_close::after {
  transform: rotate(-45deg);
}
.section03 .modal_wrap .modal_inner .modal_close:hover::before {
  transform: rotate(45deg) scale(0.8);
}
.section03 .modal_wrap .modal_inner .modal_close:hover::after {
  transform: rotate(-45deg) scale(0.8);
}

/* footer */
.lp_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  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;
}

@media screen and (max-width: 750px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }

  /* header */
  .lp_header {
    padding: 1% 2%;
    height: auto;
  }
  .lp_header .logo {
    width: 30%;
  }
  .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;
  }

  /* section01 */
  .section01 .first_logo .ab02 img {
    width: 100vmin;
  }

  /* section02 */
  .section02 .bg_slider {
    float: left;
    margin-left: 0;
    width: auto;
  }
  .section02 .bg_slider li span {
    width: 100vw;
  }
  .section02 .center_main {
    max-width: none;
    background: none;
    padding: 0;
  }
  .section02 .center_main .inner .vmiddle {
    padding: 5vmin 0;
    background: rgba(250, 250, 250, 0.8);
  }
  .section02 .center_main .inner h1,
  .section02 .center_main .inner .center_slider {
    text-align: center;
  }
  .section02 .center_main .inner h1 img {
    margin: 0 auto;
    max-height: 162px;
    height: 18vmin;
  }
  .section02 .center_main .inner .center_slider .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section02 .center_main .inner .center_slider img {
    max-height: 297px;
    height: 38vmin;
  }
  .section02 .center_main .inner .center_slider ul {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
  .section02 .center_main .inner a.btn {
    margin-bottom: 0;
    margin-right: 2vmin;
  }

  /* section03 */
  .section03 .modal_wrap {
    background: rgba(0, 0, 0, 0.9);
  }
  .section03 .modal_wrap .modal_inner {
    padding: 0;
  }
  .section03 .modal_wrap .modal_inner .img img.sp_view {
    margin: 0 auto;
    max-width: none;
    max-height: 295px;
    height: 30vmin;
  }
  .section03 .modal_wrap .modal_inner .modal_close {
    top: 70px;
    right: 15px;
    width: 33px;
    height: 33px;
  }
  .section03 .modal_wrap .modal_inner .modal_close::before,
  .section03 .modal_wrap .modal_inner .modal_close::after {
    top: 13px;
    left: 1px;
    width: 29px;
    height: 3px;
    background: #fff;
  }
  .section03 .modal_wrap .modal_inner .btn img {
    height: 8vmin;
  }

  /* footer */
  .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;
  }
}
