@charset "UTF-8";
@keyframes fadeIn {
  0% {
  opacity: 0;
}
  100% {
  opacity: 1;
}
}
@-webkit-keyframes fadeIn {
  0% {
  opacity: 0;
}
  100% {
  opacity: 1;
}
}
@keyframes arrow_right {
  0% {
  transform: translateX(-5px);
  opacity: 0;
}
  30% {
  transform: translateX(0);
  opacity: 1;
}
  50% {
  transform: translateX(0);
  opacity: 0;
}
  70% {
  transform: translateX(-5px);
  opacity: 0;
}
  100% {
  transform: translateX(0);
  opacity: 1;
}
}
@-webkit-keyframes arrow_right {
  0% {
  transform: translateX(-5px);
  opacity: 0;
}
  30% {
  transform: translateX(0);
  opacity: 1;
}
  50% {
  transform: translateX(0);
  opacity: 0;
}
  70% {
  transform: translateX(-5px);
  opacity: 0;
}
  100% {
  transform: translateX(0);
  opacity: 1;
}
}
@keyframes arrow_left {
  0% {
  transform: translateX(5px);
  opacity: 0;
}
  30% {
  transform: translateX(0);
  opacity: 1;
}
  50% {
  transform: translateX(0);
  opacity: 0;
}
  70% {
  transform: translateX(5px);
  opacity: 0;
}
  100% {
  transform: translateX(0);
  opacity: 1;
}
}
@-webkit-keyframes arrow_left {
  0% {
  transform: translateX(5px);
  opacity: 0;
}
  30% {
  transform: translateX(0);
  opacity: 1;
}
  50% {
  transform: translateX(0);
  opacity: 0;
}
  70% {
  transform: translateX(5px);
  opacity: 0;
}
  100% {
  transform: translateX(0);
  opacity: 1;
}
}
@keyframes arrow_front {
  0% {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
  30% {
  transform: translate3d(0, 5px, 5px);
  opacity: 1;
}
  50% {
  transform: translate3d(0, 5px, 5px);
  opacity: 0;
}
  70% {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
  100% {
  transform: translate3d(0, 5px, 5px);
  opacity: 1;
}
}
@-webkit-keyframes arrow_front {
  0% {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
  30% {
  transform: translate3d(0, 5px, 5px);
  opacity: 1;
}
  50% {
  transform: translate3d(0, 5px, 5px);
  opacity: 0;
}
  70% {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
  100% {
  transform: translate3d(0, 5px, 5px);
  opacity: 1;
}
}
@keyframes arrow_back {
  0% {
  transform: translate3d(0, 5px, 5px);
  opacity: 0;
}
  30% {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
  50% {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
  70% {
  transform: translate3d(0, 5px, 5px);
  opacity: 0;
}
  100% {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
}
@-webkit-keyframes arrow_back {
  0% {
  transform: translate3d(0, 5px, 5px);
  opacity: 0;
}
  30% {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
  50% {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
  70% {
  transform: translate3d(0, 5px, 5px);
  opacity: 0;
}
  100% {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
}
@keyframes arrow_up {
  0% {
  transform: translateY(5px);
  opacity: 0;
}
  30% {
  transform: translateY(0);
  opacity: 1;
}
  50% {
  transform: translateY(0);
  opacity: 0;
}
  70% {
  transform: translateY(5px);
  opacity: 0;
}
  100% {
  transform: translateY(0);
  opacity: 1;
}
}
@-webkit-keyframes arrow_up {
  0% {
  transform: translateY(5px);
  opacity: 0;
}
  30% {
  transform: translateY(0);
  opacity: 1;
}
  50% {
  transform: translateY(0);
  opacity: 0;
}
  70% {
  transform: translateY(5px);
  opacity: 0;
}
  100% {
  transform: translateY(0);
  opacity: 1;
}
}
@keyframes arrow_down {
  0% {
  transform: translateY(-5px);
  opacity: 0;
}
  30% {
  transform: translateY(0);
  opacity: 1;
}
  50% {
  transform: translateY(0);
  opacity: 0;
}
  70% {
  transform: translateY(-5px);
  opacity: 0;
}
  100% {
  transform: translateY(0);
  opacity: 1;
}
}
@-webkit-keyframes arrow_down {
  0% {
  transform: translateY(-5px);
  opacity: 0;
}
  30% {
  transform: translateY(0);
  opacity: 1;
}
  50% {
  transform: translateY(0);
  opacity: 0;
}
  70% {
  transform: translateY(-5px);
  opacity: 0;
}
  100% {
  transform: translateY(0);
  opacity: 1;
}
}
/* 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;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  height: auto;
}

/* base */
body {
  overflow: hidden;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6em;
}

.lp_content_wrap {
  display: none;
}

/* lp_header */
.lp_content_wrap .lp_header {
  position: relative;
  z-index: 45;
  padding: 0 20px;
  height: 56px;
  border-bottom: 1px solid #dedede;
  background: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp_content_wrap .lp_header .logo {
  flex: 0 0 auto;
}
.lp_content_wrap .lp_header .logo img {
  width: 94px;
}
.lp_content_wrap .lp_header .head_info {
  flex: 0 1 auto;
  padding: 0 10px;
  text-align: left;
  line-height: 1.2em;
}
.lp_content_wrap .lp_header .head_info a {
  text-decoration: underline;
  font-size: 16px;
}

.lp_header .head_contact {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 15px 0;
}
.lp_header .head_contact .lead {
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
.lp_header .head_contact .tel_box {
  display: flex;
  flex-direction: column;
}
.lp_header .head_contact .tel_box .tel_no {
  padding: 1px 0 3px 40px;
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_005.png") no-repeat left center;
  background-size: auto 86%;
  font-weight: bold;
  font-size: 22px;
}
.lp_header .head_contact .tel_box .tel_no a {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.lp_header .head_contact .tel_box .tel_lead {
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}

.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

/* contents */
#contents_area {
  width: 100%;
}
#contents_area #sec01 {
  width: 100%;
  height: 100%;
}
#contents_area #sec01 .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  height: calc(100vh - 48px);
  display: table;
}
#contents_area #sec01 .left {
  width: 60.39%;
  display: table-cell;
  vertical-align: middle;
}
#contents_area #sec01 .left img {
  max-width: 824px;
}
#contents_area #sec01 .right {
  width: 38.9%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 10% 5%;
}
#contents_area #sec01 h1 {
  width: 100%;
  margin: 0 0 12% 0;
  max-width: 463px;
}
#contents_area #sec01 .btn {
  text-align: center;
  width: 100%;
}
#contents_area #sec02 {
  width: 100%;
  height: 100%;
  display: none;
  background: #091127 url("/img/ss/products/microscope/vr/002/bg_1069_01_001.png") no-repeat right top;
  background-size: contain;
}
#contents_area #sec02 .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  height: calc(100vh - 48px);
  display: table;
}
#contents_area #sec02 .left {
  width: 40.8%;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10%;
}
#contents_area #sec02 h2 {
  width: 100%;
  margin: 0 0 12% 0;
  max-width: 557px;
}
#contents_area #sec02 .btn {
  text-align: left;
  width: 100%;
}
#contents_area #sec03 {
  width: 100%;
  background-color: #001c58;
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_002.png") no-repeat center top;
  background-size: cover;
  height: 100%;
  display: none;
}
#contents_area #sec03 .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  height: calc(100vh - 48px);
  display: table;
}
#contents_area #sec03 .left {
  width: 40.5%;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10%;
}
#contents_area #sec03 .right {
  width: 52.1961%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 10% 0;
}
#contents_area #sec03 .right img {
  margin-left: 13%;
}
#contents_area #sec03 h2 {
  width: 100%;
  margin: 0 0 12% 0;
  max-width: 553px;
}
#contents_area #sec03 .btn {
  text-align: left;
  width: 100%;
}
#contents_area #sec04 {
  width: 100%;
  background-color: #091127;
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_003.png") no-repeat center top;
  background-size: cover;
  height: 100%;
  display: none;
  position: relative;
}
#contents_area #sec04 .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  height: calc(100vh - 48px);
  display: table;
}
#contents_area #sec04 .d_table {
  display: table-cell;
  vertical-align: middle;
}
#contents_area #sec04 .left {
  width: 36.457%;
  padding-bottom: 10%;
}
#contents_area #sec04 h2 {
  width: 100%;
  margin: 0 0 12% 0;
}
#contents_area #sec04 .btn {
  text-align: left;
  width: 100%;
}
#contents_area #sec04 .right {
  width: 58%;
  height: calc(100vh - 48px);
  position: absolute;
  top: 50%;
  right: 9%;
  z-index: 0;
  max-width: 48.3333vw;
  margin-top: -18%;
}
#contents_area #sec04 .right .iv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 928px;
}
#contents_area #sec04 .right .txt01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeIn 0.5s 1s forwards ease;
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .txt02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeIn 0.5s 3s forwards ease;
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .arrow_right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: arrow_right 1.2s 1s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .arrow_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: arrow_left 1.2s 1s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .arrow_front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: arrow_front 1.2s 1s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .arrow_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: arrow_back 1.2s 1s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .arrow_up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: arrow_up 1.2s 3s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
  opacity: 0;
  max-width: 928px;
}
#contents_area #sec04 .right .arrow_down {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: arrow_down 1.2s 3s forwards cubic-bezier(0.35, 0.01, 0.04, 1);
  opacity: 0;
  max-width: 928px;
}
#contents_area .lp_catalog_btn {
  position: relative;
  display: inline-block;
  padding: 12px 105px 10px 29px;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%, #ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
#contents_area .lp_catalog_btn .txt {
  display: inline-block;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-left: 60px;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 18px;
}
#contents_area .lp_catalog_btn .img {
  position: absolute;
  top: -11px;
  right: 17px;
  display: inline-block;
  padding-left: 0;
  border: #cecece 1px solid;
}

.nav {
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 0;
  z-index: 50;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #091127;
}
.nav .nav_inner {
  display: table;
  margin: 0 auto;
  max-width: 1370px;
  width: 100%;
}
.nav .nav_inner ul li {
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 19.9853%;
  border-right: 1px solid #999;
  height: 74px;
}
.nav .nav_inner ul li:first-child {
  border-left: 1px solid #999;
}
.nav .nav_inner ul li:first-child img {
  width: 22.7941%;
  height: auto;
  max-width: 62px;
}

.nav .nav_inner ul li:nth-child(2) {
  background-color: #0e1a3d;
}

.nav .nav_inner ul li:nth-child(2) img {
  width: 36.0294%;
  height: auto;
  max-width: 98px;
}
.nav .nav_inner ul li:nth-child(2) .active:before {
  left: 46%;
}

.nav .nav_inner ul li:nth-child(3) {
  background-color: #142555;
}

.nav .nav_inner ul li:nth-child(3) img {
  width: 30.147%;
  height: auto;
  max-width: 82px;
}
.nav .nav_inner ul li:nth-child(3) .active:before {
  left: 46%;
}

.nav .nav_inner ul li:nth-child(4) {
  background-color: #142b6d;
}

.nav .nav_inner ul li:nth-child(4) img {
  width: 29.304%;
  height: auto;
  max-width: 80px;
}
.nav .nav_inner ul li:nth-child(4) .active:before {
  left: 46%;
}
.nav .nav_inner ul li:nth-child(5) {
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%, #ce1a1b 100%);
}
.nav .nav_inner ul li:nth-child(5) a {
  padding: 8px 12.8676% 0 12.8676%;
}
.nav .nav_inner ul li:nth-child(5) span {
  display: block;
  background: url("/img/landing_page/common/icon03.png") no-repeat left 50%;
  background-size: 18px 25px;
  padding-left: 10%;
}
.nav .nav_inner ul li:nth-child(5) img {
  width: 59%;
  height: auto;
  vertical-align: middle;
  max-width: 108px;
}
.nav .nav_inner ul li a {
  width: 100%;
  display: block;
  height: 74px;
  padding-top: 26px;
}

.nav .nav_inner ul li a:hover {
  background-color: #196fe1;
}

.nav .nav_inner ul li:nth-child(5) a:hover {
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%, #ce1a1b 100%);
}

.nav .nav_inner ul li a .catalog_img {
  width: 22.4% !important;
  height: auto;
  margin-left: 6%;
  max-width: none;
}
.nav .nav_inner ul li a.active {
  background-color: #196fe1;
  animation: fadeIn 2s ease;
  position: relative;
}
.nav .nav_inner ul li a.active:before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 46%;
  display: block;
  width: 20px;
  height: 10px;
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_004.png") no-repeat center top;
  background-size: 20px 10px;
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* footer */
.lp_content_wrap .lp_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 45;
  overflow: hidden;
  padding: 7px 20px;
  width: 100%;
  border-top: 1px solid #dedede;
  background: #fff;
}

.lp_content_wrap .lp_footer .link {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 200px;
}

.lp_content_wrap .lp_footer .link li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #dedede;
  line-height: 1em;
}

.lp_content_wrap .lp_footer .link li:first-child {
  border: none;
}

.lp_content_wrap .lp_footer .link li a {
  color: #06c;
  font-size: 12px;
}

.lp_content_wrap .lp_footer .link li a:hover {
  color: #f00;
  text-decoration: underline;
}

.lp_content_wrap .lp_footer .copy {
  float: left;
  font-size: 12px;
}

@media screen and (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (min-width: 750px) {
  #contents_area {
    margin-top: 76px;
  }
}

@media screen and (max-width: 1370px) {
#contents_area #sec01 .inner {
  max-width: 1100px;
}
#contents_area #sec01 .left {
  width: 51%;
}
#contents_area #sec01 .right {
  width: 39%;
}
#contents_area #sec01 h1 {
  margin: 0 0 12% 0;
}
#contents_area #sec02 .inner {
  background-size: 53%;
  max-width: 1100px;
}
#contents_area #sec02 h2 {
  margin: 0 0 12% 0;
}
#contents_area #sec03 {
  background-size: cover;
}
#contents_area #sec03 .inner {
  max-width: 1100px;
}
#contents_area #sec03 .left {
  width: 40.7759%;
}
#contents_area #sec03 .right {
  width: 45%;
  margin-top: 2%;
}
#contents_area #sec03 h2 {
  margin: 0 0 12% 0;
}
#contents_area #sec04 .inner {
  max-width: 1100px;
}
#contents_area #sec04 .left {
  width: 37%;
}
#contents_area #sec04 h2 {
  margin: 0 0 12% 0;
}
#contents_area #sec04 .right {
  width: 48%;
}
}

@media screen and (max-width: 750px) {
body {
  overflow-y: scroll;
  display: block;
}

.pc_view {
  display: none;
}

.sp_view {
  display: block;
}

.lp_content_wrap {
  display: block;
}

  /* contents */
#contents_area {
  width: 100%;
  max-height: inherit;
}
#contents_area #sec01 {
  width: 100%;
  height: 100%;
}
#contents_area #sec01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: inherit;
  padding-bottom: 12%;
  height: auto;
}
#contents_area #sec01 .left {
  width: 90%;
  padding-top: 20%;
  margin: 0 auto;
  display: block;
}
#contents_area #sec01 .left img {
  max-width: 100%;
}
#contents_area #sec01 .right {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
#contents_area #sec01 h1 {
  width: 100%;
  margin: 12% 0 15% 0;
  max-width: 100%;
}
#contents_area #sec01 .btn {
  text-align: center;
  width: 100%;
}
#contents_area #sec02 {
  height: 100%;
  display: block;
  background: none;
  background-color: #091127;
}
#contents_area #sec02 .sp_ttl {
  display: block;
  padding: 4vw 2vw 3vw 5vw;
  width: 100%;
  background-color: #196fe1;
  color: #fff;
  font-size: 6vw;
  margin: 0;
}
#contents_area #sec02 .inner {
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_001.png") no-repeat center 60%;
  background-size: contain;
  width: 90%;
  margin: 0 auto;
  max-width: inherit;
  padding-bottom: 12%;
  height: auto;
}
#contents_area #sec02 .left {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
}
#contents_area #sec02 .left h2 {
  width: 100%;
  margin: 12% 0 95% 0;
}
#contents_area #sec02 .btn {
  text-align: center;
  width: 100%;
}
#contents_area #sec03 {
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_002.png") no-repeat center top;
  background-size: cover;
  height: 100%;
  display: block;
}
#contents_area #sec03 .sp_ttl {
  display: block;
  padding: 4vw 2vw 3vw 5vw;
  width: 100%;
  background-color: #196fe1;
  color: #fff;
  font-size: 6vw;
  margin: 0;
}
#contents_area #sec03 .inner {
  width: 90%;
  max-width: inherit;
  margin: 0 auto;
  padding-bottom: 12%;
  height: auto;
}
#contents_area #sec03 .left {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
#contents_area #sec03 .left h2 {
  width: 100%;
  margin: 12% 0 5% 0;
}
#contents_area #sec03 .right {
  width: 90%;
  margin: 5% auto 0 auto;
  display: block;
  padding: 0;
}
#contents_area #sec03 .right img {
  margin-left: 0;
}
#contents_area #sec03 .btn {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#contents_area #sec04 {
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_003.png") no-repeat center top;
  background-size: cover;
  height: 100%;
  display: block;
}
#contents_area #sec04 .sp_ttl {
  display: block;
  padding: 4vw 2vw 3vw 5vw;
  width: 100%;
  background-color: #196fe1;
  color: #fff;
  font-size: 6vw;
  margin: 0;
}
#contents_area #sec04 .inner {
  width: 90%;
  max-width: inherit;
  margin: 0 auto;
  padding-bottom: 12%;
  height: auto;
}
#contents_area #sec04 .d_table {
  display: block;
}
#contents_area #sec04 .left {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
#contents_area #sec04 .left h2 {
  width: 100%;
  margin: 12% 0 5% 0;
}
#contents_area #sec04 .btn {
  text-align: center;
  width: 90%;
  margin: 5% auto 0 auto;
}
#contents_area #sec04 .right {
  width: 90%;
  position: relative;
  min-height: 31vh;
  margin: 10% auto;
  height: auto;
  display: block;
  padding: 0;
  right: 0;
  max-width: 100%;
}
#contents_area #sec04 .right .txt01 {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .txt02 {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .arrow_right {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .arrow_left {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .arrow_front {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .arrow_back {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .arrow_up {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area #sec04 .right .arrow_down {
  animation-play-state: paused;
  opacity: 1;
}
#contents_area .lp_catalog_btn {
  position: relative;
  display: inline-block;
  padding: 3.314vw 16.058vw 3.168vw 4.117vw;
  background: #df3939;
  background: -webkit-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%, #ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
  margin-bottom: 2vw;
}
#contents_area .lp_catalog_btn .txt {
  padding-top: 0.438vw;
  padding-right: 2.095vw;
  padding-bottom: 0.438vw;
  padding-left: 7.774vw;
  background-size: auto 80%;
  letter-spacing: 1px;
  font-size: 17px;
}
#contents_area .lp_catalog_btn .img {
  top: -2.303vw;
  right: 3.241vw;
  width: 11.599vw;
}

.lp_content_wrap .lp_header {
  display: block;
  height: auto;
  padding: 10px 15px;
}
.lp_content_wrap .lp_header .head_contact {
  display: none;
}
.lp_content_wrap .lp_header .logo {
  margin-top: 6px;
}
.lp_content_wrap .lp_header .head_info {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.lp_content_wrap .lp_header .head_info a {
  font-size: 14px;
}
.contact_box {
  overflow: hidden;
  margin: 10vw auto;
  max-width: 800px;
  width: 96%;
  border-radius: 3px;
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_006.png") repeat;
}
.contact_box .lead {
  text-align: center;
}
.contact_box .lead .inner {
  display: inline-block;
  padding: 10px;
  color: #fff;
  text-align: left;
  font-size: 4vw;
  line-height: 1.4em;
}
.contact_box .tel_box {
  margin: 0 5px 5px 5px;
  background: #fff;
  text-align: center;
}
.contact_box .tel_box .tel {
  display: inline-block;
  margin: 24px 0 5px;
  padding: 0vw 1vw 1vw 12vw;
  background: url("/img/ss/products/microscope/vr/002/bg_1069_01_005.png") no-repeat left center;
  background-size: 11vw auto;
  color: #282e3a;
  text-align: center;
  font-weight: bold;
  font-size: 9vw;
}
.contact_box .tel_box .tel a {
  color: #282e3a;
  font-weight: bold;
  font-size: 9vw;
}
.contact_box .tel_box .time {
  padding-bottom: 5vw;
  font-size: 4vw;
}

  /* lp_footer */
.lp_content_wrap .lp_footer {
  position: relative;
  padding: 2vw 0;
}

.lp_content_wrap .lp_footer .link {
  float: none;
  padding-top: 5px;
  width: 100%;
  text-align: center;
}

.lp_content_wrap .lp_footer .link li {
  display: inline-block;
  float: none;
  padding: 0 10px;
  border-left: 1px solid #dedede;
  line-height: 1em;
}

.lp_content_wrap .lp_footer .copy {
  float: none;
  text-align: center;
  font-size: 10px;
}
}

@media screen and (max-width: 750px) and (orientation: landscape) {
.right {
  min-height: 100vh !important;
}
}
