@charset "UTF-8"; .lp-buttonConversion { display: inline-block; max-width: 100%; background: #e60012; color: #fff; font-size: 2rem; line-height: 1.4; text-align: center; text-decoration: none; } @media only screen and (max-width: 640px) { .lp-buttonConversion { font-size: 1.6rem; } } .lp-buttonConversion-body { display: flex; align-items: center; padding: 12px 8px 12px 24px; } @media only screen and (max-width: 640px) { .lp-buttonConversion-body { padding-top: 14px; padding-bottom: 14px; } } .lp-buttonConversion-text { margin-right: 16px; } .lp-buttonConversion-image { margin: -22px 0; border: 1px solid #ccc; } .lp-buttonConversion-image > img { min-width: 42px; max-width: 60px; } .lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body { position: relative; padding-left: 53px; } .lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before { display: block; position: absolute; top: 50%; left: 24px; width: 19px; height: 18px; transform: translateY(-50%); content: ""; } .lp-buttonConversion.of-download .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center; } .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center; } .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before { left: 26px; height: 12px; border-width: 7px 0 7px 13px; border-style: solid; border-color: transparent transparent transparent #fff; } .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center; } .lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body { position: relative; padding-left: 53px; } .lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before { display: block; position: absolute; top: 50%; left: 24px; width: 19px; height: 18px; transform: translateY(-50%); content: ""; } .lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before { position: absolute; top: 50%; left: 26px; width: 0; height: 0; transform: translateY(-50%); border-top: 6px solid transparent; border-right: 0 solid transparent; border-bottom: 6px solid transparent; border-left: 13px solid #fff; content: ""; } .lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body { position: relative; padding-left: 53px; } .lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before { display: block; position: absolute; top: 50%; left: 24px; width: 19px; height: 18px; transform: translateY(-50%); content: ""; } .lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center; } .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center; } .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center; } .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center; } .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before { background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center; } .lp-buttonConversion.of-primary { background: #129e83; } .lp-buttonConversion.of-secondary { background: #1a90db; } .lp-navigationSeries { display: flex; align-items: center; justify-content: center; max-width: 1240px; margin: 20px auto; padding: 4px 10px; border: 2px solid #e5e5e5; color: #999; } div#MainContent .lp-navigationSeries { word-wrap: break-word; word-break: break-word; overflow-wrap: anywhere; } @media only screen and (max-width: 1279px) { .lp-navigationSeries { margin-right: 20px; margin-left: 20px; } } @media only screen and (max-width: 969px) { .lp-navigationSeries { flex-direction: column; align-items: center; } } .lp-navigationSeries-title { max-width: 600px; font-size: 1.1rem; font-weight: normal; line-height: 1.3; } @media only screen and (max-width: 969px) { .lp-navigationSeries-title { width: 100%; max-width: none; margin-bottom: 3px; text-align: center; } } .lp-navigationSeries-title + .lp-navigationSeries-linkList { margin-left: 10px; } @media only screen and (max-width: 969px) { .lp-navigationSeries-title + .lp-navigationSeries-linkList { margin-left: -10px; } } div#MainContent .lp-navigationSeries-title { margin-bottom: 0; color: #999; font-size: 11px; line-height: 1.3; text-transform: none; } div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList { margin-left: 10px; } @media only screen and (max-width: 969px) { .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText { display: block; } } .lp-navigationSeries-linkList { display: flex; flex-wrap: wrap; margin: -3px 0 0 -10px; color: #999; } div#MainContent .lp-navigationSeries-linkList { margin: -3px 0 0 -10px; } @media only screen and (max-width: 969px) { .lp-navigationSeries-linkList { justify-content: center; width: 100%; } } .lp-navigationSeries-linkList > li { display: flex; position: relative; margin-top: 3px; margin-left: 10px; background: none; font-size: 1.1rem; line-height: 1.3; } div#MainContent .lp-navigationSeries-linkList > li { margin: 3px 0 0 10px; padding: 0; background: none; font-size: 11px; } .lp-navigationSeries-linkList > li > a { display: block; position: relative; width: 100%; padding-left: 9px; color: #999; line-height: 1.3; text-decoration: none; } .lp-navigationSeries-linkList > li > a::before { display: block; position: absolute; top: 4px; left: -2px; width: 5px; height: 5px; transform: rotate(45deg); border-top: 1px solid #999; border-right: 1px solid #999; content: ""; } div#MainContent .lp-navigationSeries-linkList > li > a:link { color: #999; } div#MainContent .lp-navigationSeries-linkList > li > a::before { top: 0.3em; } .lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus { text-decoration: underline; } html, body { margin: 0; } .fs { box-sizing: border-box; position: relative; width: 100%; height: 100%; } .fs *, .fs *::after, .fs *::before { box-sizing: border-box; } .fs-section { box-sizing: border-box; position: relative; width: 100%; height: 100%; overflow: hidden; outline: none; } .fs-section.fs-table { display: table; table-layout: fixed; } .fs-sectionInner { display: flex; width: 100%; height: 100%; padding: 16px; } .fs-tableCell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; } .fs-nav .fs-navList { margin: 0; padding: 0; list-style-image: none; } .fs-arrow.fs-arrowHide { visibility: hidden; opacity: 0; } .fs-arrowBtn { display: block; } .fs-arrowBtn:focus { outline: solid 1px #00f; } .fs-nav { z-index: 10000; position: fixed; top: 50%; right: 6px; width: 50px; padding: 57px 0; transform: translateY(-50%); } .fs-nav * { box-sizing: border-box; } .fs-nav .fs-navList > li { display: block; margin-top: 10px; list-style: none; } .fs-nav .fs-navList > li:first-child { margin-top: 0; } .fs-navBtn { display: block; width: 10px; height: 10px; margin: 0 auto; padding: 0; border: 1px solid #000; border-radius: 50%; background-color: #fff; box-shadow: 1px 1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000, -1px -1px 10px #000; cursor: pointer; transition: border-color 0.5s, background-color 0.5s, box-shadow 0.5s; } .fs-navBtn:hover { background-color: #3aaeff; opacity: 0.7; } .fs-navBtn:focus { outline: none; } .fs-navBtn.is-active { background-color: #3aaeff; } .fs-arrow { visibility: visible; position: absolute; right: 50%; width: 36px; height: 36px; opacity: 1; transition: opacity 0.3s ease, visibility 0.3s ease; } .fs-arrow .fs-arrowBtn { position: relative; width: 100%; height: 100%; transform: translateX(50%) rotate(45deg); border: 1px solid #000; background-color: #fff; box-shadow: 1px 1px 23px #000, -1px 1px 23px #000, 1px -1px 23px #000, -1px -1px 23px #000; cursor: pointer; transition: border-color 0.5s, background-color 0.5s, box-shadow 0.5s; } .fs-arrow .fs-arrowBtn:focus { outline: none; } .fs-arrow .fs-arrowBtn::before { display: inline-block; position: absolute; top: 13px; right: 9px; width: 15px; height: 9px; background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png"); content: ""; transition: transform 0.3s; } .fs-arrowUp { top: 7px; } .fs-arrowUp .fs-arrowBtnUp::before { transform: rotate(135deg); } .fs-arrowUp .fs-arrowBtnUp:hover::before, .fs-arrowUp .fs-arrowBtnUp:focus::before, .fs-arrowUp .fs-arrowBtnUp:active::before { transform: rotate(135deg) scale(0.8); } .fs-arrowDown { bottom: 7px; } .fs-arrowDown .fs-arrowBtnDown::before { transform: rotate(-45deg); } .fs-arrowDown .fs-arrowBtnDown:hover::before, .fs-arrowDown .fs-arrowBtnDown:focus::before, .fs-arrowDown .fs-arrowBtnDown:active::before { transform: rotate(-45deg) scale(0.8); } .fs-nav.AnotherPattern .fs-navBtn { border: 1px solid #475053; background-color: transparent; box-shadow: none; } .fs-nav.AnotherPattern .fs-navBtn:hover { border-color: rgba(0, 0, 0, 0); background-color: #5374c9; } .fs-nav.AnotherPattern .fs-navBtn.is-active { border-color: rgba(0, 0, 0, 0); background-color: #5374c9; } .fs-nav.AnotherPattern .fs-arrow .fs-arrowBtn { border: 1px solid #435688; background-color: transparent; box-shadow: none; } .fs-nav.AnotherPattern .fs-arrow .fs-arrowBtn::before { background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png"); } /** ------------------------------------- contents ------------------------------------- **/ .lp-layout-grid { display: flex; flex-wrap: wrap; margin: -20px 0 25px -34px; } @media screen and (max-width: 767px) { .lp-layout-grid { margin-top: 0; } .lp-layout-grid > * { margin-bottom: 10px; } .lp-layout-grid > *:last-child { margin-bottom: 0; } } @media screen and (max-width: 969px) { .lp-layout-grid.lp-smallScreen-column-2 .lp-layout-grid-column { width: 50%; } } @media screen and (max-width: 969px) and (max-width: 767px) { .lp-layout-grid.lp-smallScreen-column-2 .lp-layout-grid-column { width: 100%; } } .lp-layout-grid.of-column-2 > * { width: 50%; padding-left: 30px; } @media screen and (max-width: 1023px) { .lp-layout-grid.of-column-2 > * { padding-left: 20px; } } @media screen and (max-width: 767px) { .lp-layout-grid.of-column-2 > * { width: 100%; } } .lp-layout-grid.of-column-2.of-margin-large { margin-left: -66px; } @media screen and (max-width: 1023px) { .lp-layout-grid.of-column-2.of-margin-large { margin-left: -30px; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-layout-grid.of-column-2.of-margin-large { margin-left: calc(-3rem + ((1vw - 1.024rem) * (-7.56303))); } } .lp-layout-grid.of-column-2.of-margin-large > * { padding-left: 66px; } @media screen and (max-width: 1023px) { .lp-layout-grid.of-column-2.of-margin-large > * { padding-left: 30px; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-layout-grid.of-column-2.of-margin-large > * { padding-left: calc(3rem + ((1vw - 1.024rem) * (4.63918))); } } .lp-layout-grid.of-column-3 > * { width: 33.333333%; padding-left: 34px; } @media screen and (max-width: 767px) { .lp-layout-grid.of-column-3 > * { width: 100%; margin-bottom: 45px; } .lp-layout-grid.of-column-3 > *:last-child { margin-bottom: 0; } } .lp-layout-grid.of-column-4 > * { width: 25%; padding-left: 20px; } @media screen and (max-width: 767px) { .lp-layout-grid.of-column-4 > * { width: 100%; } } @media screen and (max-width: 767px) { .lp-layout-grid .lp-layout-grid > .lp-layout-grid-column { margin-top: 0; } } .lp-layout-grid-column { margin-top: 20px; padding-left: 34px; } @media screen and (max-width: 767px) { .lp-layout-grid-column { margin-top: 0; } } .lp-layout-grid-column.of-flex { display: flex; } @media screen and (max-width: 767px) { .lp-layout-grid-column.of-flex { justify-content: center; } } .lp-layout-container { width: 100%; max-width: 1320px; min-height: 0%; margin: 0 auto calc(50vw * 100 / 1024); padding: calc(15vw * 100 / 1024) 20px 0; } @media screen and (max-width: 1400px) { .lp-layout-container { padding: calc(15vw * 100 / 1024) 60px 0; } } @media screen and (max-width: 1023px) { .lp-layout-container { margin-bottom: 29px; padding: 0 20px; } } .lp-layout-container > *:last-child { margin-bottom: 0; } .lp-layout-container.of-primary { display: none; max-width: none; height: 100%; margin: 0; padding: 0; } .lp-layout-container.of-secondary { max-width: 1210px; margin-bottom: 0; } @media screen and (max-width: 1023px) { .lp-layout-container.of-secondary { margin-bottom: 35px; } } .lp-layout-container.of-thirdry { padding-top: 0; } .lp-layout-container.of-fourthly { max-width: calc(100% - 140px); margin-bottom: 0; padding: 0; } @media screen and (max-width: 1023px) { .lp-layout-container.of-fourthly { max-width: none; margin-bottom: 45px; } } .lp-layout-container.of-fifthly { margin-bottom: 50px; padding-top: 50px; } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-layout-container.of-fifthly { padding-top: 25px; } } .lp-layout-header { z-index: 2; position: fixed; top: 0; left: 0; width: 100%; min-height: 70px; background-color: #fff; } @media screen and (max-width: 1023px) { .lp-layout-header { position: static; min-height: 47px; border-bottom: 1px solid #d0d0d0; } } .lp-layout-header-content { display: flex; align-items: center; padding: 18px 28px 19px 24px; } @media screen and (max-width: 1023px) { .lp-layout-header-content { justify-content: center; padding: 15px; } } .lp-layout-header-logo { margin-right: 30px; } @media screen and (max-width: 1023px) { .lp-layout-header-logo { margin-right: 0; } } .lp-layout-header-logo > a { display: flex; } .lp-layout-header-logo > a > img { width: 243px; height: 23px; } @media screen and (max-width: 1023px) { .lp-layout-header-logo > a > img { width: 167px; height: 16px; } } .lp-layout-header-body { flex: 1; } .lp-layout-header-list { display: flex; align-items: center; justify-content: flex-end; } .lp-layout-header-list > li { display: flex; align-items: center; } .lp-layout-header-tell { font-size: 20px; } .lp-layout-header-tell > a { display: block; position: relative; min-width: 145px; margin-left: 8px; padding-left: 20px; color: #333; font-size: 2.2rem; font-weight: bold; text-decoration: none; } .lp-layout-header-tell > a::before { display: block; position: absolute; top: 50%; left: 0; width: 14px; height: 22px; transform: translateY(-50%); background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_04.png") no-repeat 0 0; background-size: cover; content: ""; } .lp-section { display: flex; position: relative; flex-direction: column; justify-content: center; height: 100%; padding-top: 70px; overflow: hidden; background: linear-gradient(to bottom, #fff 0%, #f4f4f4 46%, #e8e8e8 100%) no-repeat 0 0; } @media screen and (max-width: 1023px) { .lp-section { height: auto; margin-bottom: 50px; padding-top: 0; border-bottom: 1px solid #dbdbdb; background: #fff; } } .lp-section-content { display: flex; position: relative; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 80px; } .lp-section-content > *:last-child { margin-bottom: 0; } @media screen and (max-width: 1023px) { .lp-section-content { margin-bottom: 30px; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-section-content { margin-bottom: 30px; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section-content { margin-bottom: 25px; } } .lp-section-content.of-primary { padding: 45px 20px 50px; border: 1px solid #e5eef3; background: radial-gradient(circle, #d9e9ef, #bcdeef); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section-content.of-primary { padding: 20px 20px 25px; } } @media screen and (max-width: 1023px) { .lp-section-content.of-primary { padding: 0 20px; border: 0; background: none; box-shadow: none; } } .lp-section-body { width: 100%; min-height: 0%; margin-bottom: 35px; text-align: center; } .lp-section-body > *:last-child { margin-bottom: 0; } .lp-section-body.of-small { max-width: 1052px; margin-left: 228px; } @media screen and (max-width: 1790px) { .lp-section-body.of-small { max-width: calc(80rem + ((1vw - 1.024rem) * (26.63848))); margin-left: calc(20rem + ((1vw - 1.024rem) * (2.95983))); } } @media screen and (max-width: 1200px) { .lp-section-body.of-small { max-width: none; margin-left: 0; } } @media screen and (max-width: 767px) { .lp-section-body.of-small { margin-bottom: 26px; } } @media screen and (max-width: 1023px) { .lp-section-body { margin-bottom: 15px; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-section-body { margin-bottom: 25px; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section-body { margin-bottom: 20px; } } .lp-section-title { margin-bottom: 25px; padding: 0 20px; font-size: 4.6rem; font-weight: normal; line-height: 1.27; } @media screen and (max-width: 1023px) { .lp-section-title { margin-bottom: calc(0.2rem + ((1vw - 0.36rem) * (3.46908))); padding: 0; font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.01659))); } } .lp-section-title > em { color: #1581b6; } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-section-title { margin-bottom: 15px; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section-title { font-size: 3.4rem; } } .lp-section-text { max-width: 960px; margin: 0 auto 46px; font-size: 2rem; line-height: 1.6; } @media screen and (max-width: 1023px) { .lp-section-text { max-width: none; font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60332))); } } @media screen and (max-height: 850px) { .lp-section-text { margin-bottom: 35px; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-section-text { margin-bottom: 20px; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section-text { margin-bottom: 20px; font-size: 1.8rem; } } .lp-section-imageGroup { display: flex; width: 100%; min-height: 0%; } @media screen and (max-width: 767px) { .lp-section-imageGroup { flex-direction: column; } .lp-section-imageGroup > *:last-child { margin-bottom: 0; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section-imageGroup { width: 70%; } } @media screen and (max-width: 1330px) and (max-height: 740px) { .lp-section-imageGroup { width: 900px; } } @media screen and (max-width: 1023px) { .lp-section-imageGroup { width: 100%; } } .lp-section-imageGroup > .lp-section-image { width: 78%; min-height: 0%; } @media screen and (max-width: 767px) { .lp-section-imageGroup > .lp-section-image { width: 100%; } } .lp-section-imageGroup > .lp-section-productImage { flex: 1; min-height: 0%; } @media screen and (max-width: 767px) { .lp-section-imageGroup > .lp-section-productImage { flex: 1 0 auto; width: calc(13.6rem + ((1vw - 0.36rem) * (20.25316))); } } @media screen and (max-width: 767px) { .lp-section-image { margin-bottom: 20px; } } .lp-section-productImage { margin: 8px 0 0 20px; } @media screen and (max-width: 767px) { .lp-section-productImage { width: calc(14rem + ((1vw - 0.36rem) * (18.98734))); margin: 0 auto; } } .lp-section-productImage.of-primary { position: absolute; top: calc(50% + 85px); left: -226px; transform: translateY(-50%); } @media screen and (max-width: 1790px) { .lp-section-productImage.of-primary { left: calc(-11rem + ((1vw - 1.553rem) * (-48.94515))); width: calc(270vw * 100 / 1553); } } @media screen and (max-width: 1553px) { .lp-section-productImage.of-primary { left: calc(-3rem + ((1vw - 1.2rem) * (-22.66289))); width: calc(220vw * 100 / 1200); } } @media screen and (max-width: 1200px) { .lp-section-productImage.of-primary { display: none; } } @media screen and (max-height: 850px) { .lp-section-productImage.of-primary { top: calc(50% + 30px); width: calc(270vw * 100 / 1553); } } .lp-section.of-primary { background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_10.jpg") no-repeat 0 0; background-size: cover; } @media screen and (max-width: 1023px) { .lp-section.of-primary { background: none; } } .lp-section.of-secondary .lp-section-content { margin-bottom: 110px; } @media screen and (max-width: 1200px) { .lp-section.of-secondary .lp-section-content { margin-bottom: 10px; } } @media screen and (max-width: 1200px) and (max-width: 1023px) { .lp-section.of-secondary .lp-section-content { margin-bottom: 0; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-section.of-secondary .lp-section-content { margin-bottom: 20px; } } .lp-section.of-thirdry .lp-section-content { margin-bottom: 60px; } @media screen and (max-width: 1023px) { .lp-section.of-thirdry .lp-section-content { margin-bottom: 30px; } } @media screen and (min-width: 1024px) and (max-height: 880px) { .lp-section.of-thirdry .lp-section-content { margin-bottom: 40px; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-section.of-thirdry .lp-section-content { margin-bottom: 20px; } } .lp-section.of-fourthly .lp-section-body { max-width: 1280px; } @media screen and (max-width: 1023px) { .lp-section.of-fourthly .lp-section-body { max-width: none; } } @media screen and (max-width: 1023px) { .lp-section.of-fourthly { margin-top: 50px; padding-top: 45px; border: 0; background: #bcdeef; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); } .lp-section.of-fourthly .lp-section-title { margin-bottom: calc(1.7rem + ((1vw - 0.36rem) * (1.20664))); } .lp-section.of-fourthly .lp-section-text { margin-bottom: 25px; } } @media screen and (max-width: 1023px) { .lp-section.of-fifthly { margin-bottom: 0; padding-bottom: 0; border: 0; } } .lp-jumbotron { display: flex; align-items: center; justify-content: center; margin-bottom: 34px; } @media screen and (max-width: 1023px) { .lp-jumbotron { flex-direction: column-reverse; margin-bottom: 6px; background: none; } } .lp-jumbotron-body { -webkit-animation: first_animation 1s forwards 1.5s; width: 726px; padding-top: 14px; color: #fff; animation: first_animation 1s forwards 1.5s; opacity: 0; } @media screen and (max-width: 1200px) { .lp-jumbotron-body { width: calc(61rem + ((1vw - 1.024rem) * (51.13636))); } } @media screen and (max-width: 1023px) { .lp-jumbotron-body { -webkit-animation: none; width: 100%; padding-top: 0; color: #333; animation: none; opacity: 1; } } .lp-jumbotron-body > *:last-child { margin-bottom: 0; } .lp-jumbotron-titleGroup { display: flex; flex-direction: column; justify-content: center; margin-bottom: 56px; font-weight: normal; text-align: center; text-shadow: 1px 1px 20px #000, -1px 1px 20px #000, 1px -1px 20px #000, -1px -1px 20px #000; } @media screen and (max-width: 1023px) { .lp-jumbotron-titleGroup { margin-bottom: calc(3rem + ((1vw - 0.36rem) * (3.92157))); text-shadow: none; } } .lp-jumbotron-title { font-size: 6.4rem; font-weight: normal; } @media screen and (max-width: 1200px) { .lp-jumbotron-title { font-size: calc(5rem + ((1vw - 0.969rem) * (6.06061))); } } @media screen and (max-width: 969px) { .lp-jumbotron-title { font-size: calc(2.8rem + ((1vw - 0.36rem) * (3.61248))); } } .lp-jumbotron-subtitle { margin-top: -10px; font-size: 3.2rem; } @media screen and (max-width: 1023px) { .lp-jumbotron-subtitle { margin-top: 8px; font-size: calc(2.8rem + ((1vw - 0.969rem) * (7.40741))); line-height: 1.1; } } @media screen and (max-width: 969px) { .lp-jumbotron-subtitle { font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.64204))); } } .lp-jumbotron-series { display: flex; align-items: center; justify-content: center; order: -1; margin-bottom: 10px; } @media screen and (max-width: 1023px) { .lp-jumbotron-series { flex-direction: column; margin-bottom: 12px; } } .lp-jumbotron-icon { z-index: 1; position: relative; min-width: 73px; margin-right: 40px; padding: 8px 13px 8px 20px; box-shadow: 0 0 19px 10px #050505; font-size: 2rem; text-shadow: none; } @media screen and (max-width: 1023px) { .lp-jumbotron-icon { min-width: 55px; margin: 0 0 5px 0; padding: 4px 10px; box-shadow: none; color: #fff; font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.5083))); } } .lp-jumbotron-icon::before { display: block; z-index: -1; position: absolute; top: 0; right: -14px; width: 100%; height: 100%; transform: skew(-27deg); background-color: #e60012; box-shadow: 0 0 19px 10px #050505; content: ""; } @media screen and (max-width: 1023px) { .lp-jumbotron-icon::before { display: none; box-shadow: none; } } .lp-jumbotron-icon::after { display: block; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #e60012; content: ""; } .lp-jumbotron-seriesName { font-size: 3rem; } @media screen and (max-width: 1023px) { .lp-jumbotron-seriesName { font-size: calc(1.6rem + ((1vw - 0.36rem) * (2.71493))); } } @media screen and (max-width: 969px) { .lp-jumbotron-seriesName { margin-top: 0; } } .lp-jumbotron-image { -webkit-animation: first_animation 1s forwards 1.5s; animation: first_animation 1s forwards 1.5s; opacity: 0; } @media screen and (max-width: 1200px) { .lp-jumbotron-image { flex: 1; min-width: 342px; } } @media screen and (max-width: 1023px) { .lp-jumbotron-image { -webkit-animation: none; position: relative; flex: 1 0 auto; width: 100%; margin-bottom: 20px; padding: 3px 0 13px 4px; text-align: center; animation: none; opacity: 1; } .lp-jumbotron-image::after { display: block; z-index: -1; position: absolute; top: 0; left: -20px; width: calc(100% + 40px); height: 100%; background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_10.jpg") no-repeat 0 0; background-size: cover; content: ""; } .lp-jumbotron-image > img { width: calc(24.6rem + ((1vw - 0.36rem) * (25.28736))); } } @-webkit-keyframes first_animation { 0% { transform: translateX(-10px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes first_animation { 0% { transform: translateX(-10px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } .lp-listButton { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: -30px 0 13px -8px; } @media screen and (max-width: 1023px) { .lp-listButton { margin-top: -13px; margin-left: -11px; } } @media screen and (max-width: 767px) { .lp-listButton { margin-bottom: 13px; } } .lp-listButton > li { padding: 30px 0 0 8px; } @media screen and (max-width: 1023px) { .lp-listButton > li { width: 50%; padding-top: 13px; padding-left: 11px; } } .lp-listButton > li > a.of-shadow-box { position: relative; } .lp-listButton > li > a.of-shadow-box::after { display: block; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 19px 17px black; content: ""; } @media screen and (max-width: 1023px) { .lp-listButton > li > a.of-shadow-box::after { display: none; } } .lp-listButton-outer { z-index: 1; position: relative; } @media screen and (max-width: 767px) { .lp-listButton-outer .lp-listButton.of-primary > li { width: 100%; padding-left: 0; } } @media screen and (max-width: 767px) { .lp-listButton-outer .lp-listButton.of-primary { display: block; margin-left: 0; } } .lp-listButton-outer .lp-listButton:last-child { margin-bottom: 0; } .lp-listButton-outer.of-primary { display: flex; align-items: center; width: calc(100% + 8px); margin: -30px 0 0 -8px; } @media screen and (max-width: 1023px) { .lp-listButton-outer.of-primary { display: block; margin: -13px 0 6px 0; } } @media screen and (max-width: 767px) { .lp-listButton-outer.of-primary { width: 100%; } } .lp-listButton-outer.of-primary .lp-listButton { width: 50%; margin: 0; } @media screen and (max-width: 1023px) { .lp-listButton-outer.of-primary .lp-listButton { width: 100%; margin-left: -11px; } } @media screen and (max-width: 767px) { .lp-listButton-outer.of-primary .lp-listButton { width: calc(100% + 11px); } } .lp-listButton-outer.of-primary .lp-listButton > li { width: 50%; } .lp-listButton-outer.of-primary .lp-listButton > li .lp-buttonConversion { width: 100%; padding: 10px; } @media screen and (max-width: 1023px) { .lp-listButton-outer.of-primary .lp-listButton > li .lp-buttonConversion { padding: 12px 10px; } } @media screen and (max-width: 767px) { .lp-listButton-outer.of-primary .lp-listButton.of-secondary { display: block; width: 100%; margin: 0; } .lp-listButton-outer.of-primary .lp-listButton.of-secondary > li { width: 100%; padding-left: 0; } } .lp-listButton-outer.of-secondary { margin-bottom: 31px; } @media screen and (max-width: 1023px) { .lp-listButton-outer.of-secondary { margin-bottom: 6px; } } .lp-listButton-outer.of-secondary .lp-listButton { margin: -20px 0 20px -20px; } @media screen and (max-width: 767px) { .lp-listButton-outer.of-secondary .lp-listButton { width: calc(100% + 11px); margin: -11px 0 0 -11px; } } .lp-listButton-outer.of-secondary .lp-listButton > li { width: 50%; padding: 20px 0 0 20px; } @media screen and (max-width: 767px) { .lp-listButton-outer.of-secondary .lp-listButton > li { padding: 11px 0 0 11px; } } .lp-listButton-outer.of-secondary .lp-listButton > li > a { padding: 10px; } @media screen and (max-width: 767px) { .lp-listButton-outer.of-secondary .lp-listButton > li > a { padding: 12px 10px; } } @media screen and (max-width: 767px) { .lp-listButton-outer.of-secondary .lp-listButton.of-secondary { display: block; width: 100%; margin: 0; } .lp-listButton-outer.of-secondary .lp-listButton.of-secondary > li { width: 100%; padding-left: 0; } } .lp-listButton-outer.of-secondary > *:last-child { margin-bottom: 0; } .lp-listTel { display: flex; align-items: center; justify-content: center; text-align: center; } .lp-listTel-body { display: inline-block; font-size: 2.6rem; } @media screen and (max-width: 1023px) { .lp-listTel-body { font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.60332))); } } .lp-listTel-body > a { display: block; position: relative; min-width: 145px; margin-left: 8px; padding-left: 20px; color: #333; font-weight: bold; text-decoration: none; } @media screen and (max-width: 1023px) { .lp-listTel-body > a { margin-left: 0; } } .lp-listTel-body > a::before { display: block; position: absolute; top: 50%; left: 0; width: 12px; height: 19px; transform: translateY(-50%); background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_04.png") no-repeat 0 0; background-size: cover; content: ""; } .lp-listTel-body.of-block { display: flex; align-items: center; justify-content: center; line-height: 1.7; } .lp-listTel-body.of-block > a { margin-left: 8px; } .lp-listTel-body.of-block .lp-listTel-text { font-size: 2.3rem; } @media screen and (max-width: 767px) { .lp-listTel-body.of-block .lp-listTel-text { display: none; } } .lp-buttonScroll { position: relative; padding-left: 23px; font-size: 1.3rem; font-weight: bold; } .lp-buttonScroll::before, .lp-buttonScroll::after { display: block; position: absolute; left: 0; width: 15px; height: 9px; background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png") no-repeat 0 0; content: ""; opacity: 0; } .lp-buttonScroll::before { -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.5s; top: calc(50% + 2px); transform: translateY(-120%); animation: fade_animation 1s ease-in-out infinite alternate 1.5s; } .lp-buttonScroll::after { -webkit-animation: fade_animation 1s ease-in-out infinite alternate 1.8s; top: 50%; transform: translateY(-10%); animation: fade_animation 1s ease-in-out infinite alternate 1.8s; } .lp-buttonScroll-wrapper { position: absolute; bottom: 15px; left: calc(50% + 3px); transform: translateX(-50%); } .lp-buttonScroll-wrapper.of-primary { bottom: 7px; } .lp-buttonScroll-wrapper.of-primary .lp-buttonScroll-outer { position: relative; } .lp-buttonScroll-wrapper.of-primary .lp-buttonScroll-outer::before { display: block; z-index: -1; position: absolute; top: calc(-50% - 19px); left: calc(-50% + 32px); width: 92px; height: 92px; transform: rotate(45deg); background-color: #060400; content: ""; } .lp-buttonScroll-wrapper.of-primary .lp-buttonScroll-outer .lp-buttonScroll { color: #fff; } @-webkit-keyframes fade_animation { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade_animation { 0% { opacity: 0; } 100% { opacity: 1; } } .lp-media { display: flex; flex-direction: column; width: 100%; } @media screen and (max-width: 767px) { .lp-media { width: 100%; } } .lp-media-title { flex: 1 0 auto; margin-bottom: 20px; padding: 8px 5px 15px; border-bottom: 2px solid #ccc; font-size: 2.4rem; line-height: 1.3; } @media screen and (max-width: 1023px) { .lp-media-title { margin-bottom: 15px; padding: 15px 0 15px; font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498))); } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-media-title { padding: 4px 0 10px; font-size: 2.2rem; } } .lp-mediaFeature { display: flex; flex: 1; flex-direction: column; width: 100%; } .lp-mediaFeature-body { display: flex; flex: 1 0 auto; flex-direction: column; margin-bottom: 15px; } .lp-mediaFeature-body > *:last-child { margin-bottom: 0; } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-mediaFeature-body { margin-bottom: 10px; } } .lp-mediaFeature-titleGroup { display: flex; flex-direction: column-reverse; line-height: 1.3; } .lp-mediaFeature-title { flex: 1 0 auto; color: #1581b6; font-size: 2.4rem; } @media screen and (max-width: 1023px) { .lp-mediaFeature-title { font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498))); } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-mediaFeature-title { font-size: 2.2rem; } } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-mediaFeature-title { font-size: 2rem; } } .lp-mediaFeature-lead { margin-bottom: 3px; font-size: 1.8rem; } @media screen and (max-width: 1023px) { .lp-mediaFeature-lead { font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.30166))); } } .lp-mediaFeature-image { min-height: 0%; } @media screen and (max-width: 767px) { .lp-mediaFeature-image { padding: 0 20px; } } @media screen and (min-width: 1024px) and (max-height: 850px) { .lp-mediaFeature-image { width: 80%; margin: 0 auto; } } @media screen and (min-width: 1024px) and (max-height: 760px) { .lp-mediaFeature-image { width: 207px; margin: 0 auto; } } .lp-step { min-height: 0%; } .lp-step-content { display: flex; margin-left: -34px; } @media screen and (max-width: 767px) { .lp-step-content { display: block; } .lp-step-content > *:last-child { margin-bottom: 0; } } .lp-step-column { display: flex; flex: 1; flex-direction: column-reverse; margin-left: 34px; } @media screen and (max-width: 767px) { .lp-step-column { margin-bottom: 46px; } } .lp-step-column > .lp-step-image { position: relative; } .lp-step-column > .lp-step-image::before { display: block; position: absolute; top: 50%; left: -25px; width: 16px; height: 28px; transform: translateY(-50%); background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_05.png") no-repeat 0 0; content: ""; } @media screen and (max-width: 767px) { .lp-step-column > .lp-step-image::before { top: -37px; left: 50%; transform: translateX(-50%) rotate(90deg); } } .lp-step-column:first-child .lp-step-image::before { display: none; } .lp-step-caption { font-size: 1.2rem; text-align: left; } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-step-caption { text-align: center; } } @media screen and (max-width: 767px) { .lp-step-caption { font-size: 1.6rem; text-align: center; } } .lp-step-image { min-height: 0%; margin-bottom: 13px; } @media screen and (min-width: 1024px) and (max-height: 740px) { .lp-step-image { margin: 0 auto 13px; padding: 0 10%; } } @media screen and (max-width: 767px) { .lp-step-image { margin-bottom: 6px; } } .lp-step.of-icon-hide .lp-step-content > *:last-child { margin-bottom: 0; } .lp-step.of-icon-hide .lp-step-image::before { display: none; } @media screen and (max-width: 767px) { .lp-step.of-icon-hide .lp-step-column { margin-bottom: 30px; } } .lp-figure { max-width: 1553px; margin-bottom: 20px; } @media screen and (max-width: 1023px) { .lp-figure { -webkit-overflow-scrolling: touch; position: relative; max-width: 100%; overflow-x: scroll; overflow-y: hidden; } } .lp-figure-body { -ms-grid-columns: 320px 320px 214px 212px 214px 274px; -ms-grid-rows: 160px 46px 34px 80px 148px; display: -ms-grid; display: grid; grid-template-columns: 320px 320px 214px 212px 214px 274px; grid-template-rows: 160px 46px 34px 80px 148px; width: 100%; } .lp-figure-body > *:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(3) { -ms-grid-row: 1; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(4) { -ms-grid-row: 1; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(5) { -ms-grid-row: 1; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(6) { -ms-grid-row: 1; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(7) { -ms-grid-row: 2; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(8) { -ms-grid-row: 2; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(9) { -ms-grid-row: 2; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(10) { -ms-grid-row: 2; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(11) { -ms-grid-row: 2; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(12) { -ms-grid-row: 2; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(13) { -ms-grid-row: 3; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(14) { -ms-grid-row: 3; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(15) { -ms-grid-row: 3; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(16) { -ms-grid-row: 3; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(17) { -ms-grid-row: 3; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(18) { -ms-grid-row: 3; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(19) { -ms-grid-row: 4; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(20) { -ms-grid-row: 4; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(21) { -ms-grid-row: 4; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(22) { -ms-grid-row: 4; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(23) { -ms-grid-row: 4; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(24) { -ms-grid-row: 4; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(25) { -ms-grid-row: 5; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(26) { -ms-grid-row: 5; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(27) { -ms-grid-row: 5; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(28) { -ms-grid-row: 5; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(29) { -ms-grid-row: 5; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(30) { -ms-grid-row: 5; -ms-grid-column: 6; } @media screen and (max-width: 1650px) { .lp-figure-body { -ms-grid-columns: calc(320vw * 100 / 1700) calc(320vw * 100 / 1700) calc(214vw * 100 / 1700) calc(212vw * 100 / 1700) calc(214vw * 100 / 1700) calc(274vw * 100 / 1700); -ms-grid-rows: calc(159vw * 100 / 1700) calc(46vw * 100 / 1700) calc(34vw * 100 / 1700) calc(80vw * 100 / 1700) calc(161vw * 100 / 1700); grid-template-columns: calc(320vw * 100 / 1700) calc(320vw * 100 / 1700) calc(214vw * 100 / 1700) calc(212vw * 100 / 1700) calc(214vw * 100 / 1700) calc(274vw * 100 / 1700); grid-template-rows: calc(159vw * 100 / 1700) calc(46vw * 100 / 1700) calc(34vw * 100 / 1700) calc(80vw * 100 / 1700) calc(161vw * 100 / 1700); margin: -2px 0 0 -2px; } .lp-figure-body > *:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(3) { -ms-grid-row: 1; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(4) { -ms-grid-row: 1; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(5) { -ms-grid-row: 1; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(6) { -ms-grid-row: 1; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(7) { -ms-grid-row: 2; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(8) { -ms-grid-row: 2; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(9) { -ms-grid-row: 2; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(10) { -ms-grid-row: 2; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(11) { -ms-grid-row: 2; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(12) { -ms-grid-row: 2; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(13) { -ms-grid-row: 3; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(14) { -ms-grid-row: 3; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(15) { -ms-grid-row: 3; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(16) { -ms-grid-row: 3; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(17) { -ms-grid-row: 3; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(18) { -ms-grid-row: 3; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(19) { -ms-grid-row: 4; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(20) { -ms-grid-row: 4; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(21) { -ms-grid-row: 4; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(22) { -ms-grid-row: 4; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(23) { -ms-grid-row: 4; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(24) { -ms-grid-row: 4; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(25) { -ms-grid-row: 5; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(26) { -ms-grid-row: 5; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(27) { -ms-grid-row: 5; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(28) { -ms-grid-row: 5; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(29) { -ms-grid-row: 5; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(30) { -ms-grid-row: 5; -ms-grid-column: 6; } } @media screen and (min-width: 1400px) and (max-height: 850px) { .lp-figure-body { -ms-grid-columns: calc(320vh * 100 / 1300) calc(320vh * 100 / 1300) calc(214vh * 100 / 1300) calc(212vh * 100 / 1300) calc(214vh * 100 / 1300) calc(274vh * 100 / 1300); -ms-grid-rows: calc(159vh * 100 / 1300) calc(46vh * 100 / 1300) calc(34vh * 100 / 1300) calc(80vh * 100 / 1300) calc(161vh * 100 / 1300); grid-template-columns: calc(320vh * 100 / 1300) calc(320vh * 100 / 1300) calc(214vh * 100 / 1300) calc(212vh * 100 / 1300) calc(214vh * 100 / 1300) calc(274vh * 100 / 1300); grid-template-rows: calc(159vh * 100 / 1300) calc(46vh * 100 / 1300) calc(34vh * 100 / 1300) calc(80vh * 100 / 1300) calc(161vh * 100 / 1300); margin: -2px 0 0 -2px; } .lp-figure-body > *:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(3) { -ms-grid-row: 1; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(4) { -ms-grid-row: 1; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(5) { -ms-grid-row: 1; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(6) { -ms-grid-row: 1; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(7) { -ms-grid-row: 2; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(8) { -ms-grid-row: 2; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(9) { -ms-grid-row: 2; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(10) { -ms-grid-row: 2; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(11) { -ms-grid-row: 2; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(12) { -ms-grid-row: 2; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(13) { -ms-grid-row: 3; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(14) { -ms-grid-row: 3; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(15) { -ms-grid-row: 3; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(16) { -ms-grid-row: 3; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(17) { -ms-grid-row: 3; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(18) { -ms-grid-row: 3; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(19) { -ms-grid-row: 4; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(20) { -ms-grid-row: 4; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(21) { -ms-grid-row: 4; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(22) { -ms-grid-row: 4; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(23) { -ms-grid-row: 4; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(24) { -ms-grid-row: 4; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(25) { -ms-grid-row: 5; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(26) { -ms-grid-row: 5; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(27) { -ms-grid-row: 5; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(28) { -ms-grid-row: 5; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(29) { -ms-grid-row: 5; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(30) { -ms-grid-row: 5; -ms-grid-column: 6; } } @media screen and (max-width: 1400px) { .lp-figure-body { -ms-grid-columns: calc(320vh * 100 / 1600) calc(320vh * 100 / 1600) calc(214vh * 100 / 1600) calc(212vh * 100 / 1600) calc(214vh * 100 / 1600) calc(274vh * 100 / 1600); -ms-grid-rows: calc(159vh * 100 / 1600) calc(46vh * 100 / 1600) calc(34vh * 100 / 1600) calc(80vh * 100 / 1600) calc(161vh * 100 / 1600); grid-template-columns: calc(320vh * 100 / 1600) calc(320vh * 100 / 1600) calc(214vh * 100 / 1600) calc(212vh * 100 / 1600) calc(214vh * 100 / 1600) calc(274vh * 100 / 1600); grid-template-rows: calc(159vh * 100 / 1600) calc(46vh * 100 / 1600) calc(34vh * 100 / 1600) calc(80vh * 100 / 1600) calc(161vh * 100 / 1600); margin: -2px 0 0 -2px; } .lp-figure-body > *:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(3) { -ms-grid-row: 1; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(4) { -ms-grid-row: 1; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(5) { -ms-grid-row: 1; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(6) { -ms-grid-row: 1; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(7) { -ms-grid-row: 2; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(8) { -ms-grid-row: 2; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(9) { -ms-grid-row: 2; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(10) { -ms-grid-row: 2; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(11) { -ms-grid-row: 2; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(12) { -ms-grid-row: 2; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(13) { -ms-grid-row: 3; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(14) { -ms-grid-row: 3; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(15) { -ms-grid-row: 3; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(16) { -ms-grid-row: 3; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(17) { -ms-grid-row: 3; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(18) { -ms-grid-row: 3; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(19) { -ms-grid-row: 4; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(20) { -ms-grid-row: 4; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(21) { -ms-grid-row: 4; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(22) { -ms-grid-row: 4; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(23) { -ms-grid-row: 4; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(24) { -ms-grid-row: 4; -ms-grid-column: 6; } .lp-figure-body > *:nth-child(25) { -ms-grid-row: 5; -ms-grid-column: 1; } .lp-figure-body > *:nth-child(26) { -ms-grid-row: 5; -ms-grid-column: 2; } .lp-figure-body > *:nth-child(27) { -ms-grid-row: 5; -ms-grid-column: 3; } .lp-figure-body > *:nth-child(28) { -ms-grid-row: 5; -ms-grid-column: 4; } .lp-figure-body > *:nth-child(29) { -ms-grid-row: 5; -ms-grid-column: 5; } .lp-figure-body > *:nth-child(30) { -ms-grid-row: 5; -ms-grid-column: 6; } } @media screen and (max-width: 1023px) { .lp-figure-body { display: flex; flex-wrap: nowrap; justify-content: flex-start; height: 240px; margin: 0; } } .lp-figure-body [class^="lp-figure-image"] { padding: 2px 0 0 2px; opacity: 0; } @media screen and (max-width: 1023px) { .lp-figure-body [class^="lp-figure-image"] { display: inline-block; padding: 0; opacity: 1; } .lp-figure-body [class^="lp-figure-image"] > img { width: 100%; height: 100%; } } .is-show .lp-figure-body [class^="lp-figure-image"] { opacity: 1; } .lp-figure-body .lp-figure-image1 { -ms-grid-column: 1; -ms-grid-column-span: 1; -ms-grid-row: 1; -ms-grid-row-span: 3; grid-column: 1 / 2; grid-row: 1 / 4; transition: opacity 1s ease 0.7s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image1 { min-width: calc(635px / 2); } } .lp-figure-body .lp-figure-image2 { -ms-grid-column: 1; -ms-grid-column-span: 1; -ms-grid-row: 4; -ms-grid-row-span: 2; grid-column: 1 / 2; grid-row: 4 / 6; transition: opacity 1s ease 0.5s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image2 { min-width: calc(640px / 2); } } .lp-figure-body .lp-figure-image3 { -ms-grid-column: 2; -ms-grid-column-span: 1; -ms-grid-row: 1; -ms-grid-row-span: 5; grid-column: 2 / 3; grid-row: 1 / 6; transition: opacity 1s ease 0.6s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image3 { min-width: calc(320px / 2); } } .lp-figure-body .lp-figure-image4 { -ms-grid-column: 3; -ms-grid-column-span: 1; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-column: 3 / 4; grid-row: 1 / 2; transition: opacity 1s ease 0.6s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image4 { min-width: calc(642px / 2); } } .lp-figure-body .lp-figure-image5 { -ms-grid-column: 3; -ms-grid-column-span: 1; -ms-grid-row: 2; -ms-grid-row-span: 3; grid-column: 3 / 4; grid-row: 2 / 5; transition: opacity 1s ease 0.7s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image5 { min-width: calc(640px / 2); } } .lp-figure-body .lp-figure-image6 { -ms-grid-column: 3; -ms-grid-column-span: 2; -ms-grid-row: 5; -ms-grid-row-span: 1; grid-column: 3 / 5; grid-row: 5 / 6; transition: opacity 1s ease 0.6s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image6 { min-width: calc(1278px / 2); } } .lp-figure-body .lp-figure-image7 { -ms-grid-column: 4; -ms-grid-column-span: 2; -ms-grid-row: 1; -ms-grid-row-span: 4; grid-column: 4 / 6; grid-row: 1 / 5; transition: opacity 1s ease 0.5s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image7 { min-width: calc(639px / 2); } } .lp-figure-body .lp-figure-image8 { -ms-grid-column: 5; -ms-grid-column-span: 1; -ms-grid-row: 5; -ms-grid-row-span: 1; grid-column: 5 / 6; grid-row: 5 / 6; transition: opacity 1s ease 0.6s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image8 { min-width: calc(642px / 2); } } .lp-figure-body .lp-figure-image9 { -ms-grid-column: 6; -ms-grid-column-span: 1; -ms-grid-row: 1; -ms-grid-row-span: 2; grid-column: 6 / 7; grid-row: 1 / 3; transition: opacity 1s ease 0.7s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image9 { min-width: calc(638px / 2); } } .lp-figure-body .lp-figure-image10 { -ms-grid-column: 6; -ms-grid-column-span: 1; -ms-grid-row: 3; -ms-grid-row-span: 3; grid-column: 6 / 7; grid-row: 3 / 6; transition: opacity 1s ease 0.6s; } @media screen and (max-width: 1023px) { .lp-figure-body .lp-figure-image10 { min-width: calc(480px / 2); } } .lp-mediaConversion { display: flex; flex-direction: row-reverse; align-items: center; margin: 0 35px 0 -80px; padding-top: 34px; } @media screen and (max-width: 1023px) { .lp-mediaConversion { margin-right: 0; margin-left: -30px; } } @media screen and (max-width: 767px) { .lp-mediaConversion { flex-direction: column-reverse; margin-left: 0; padding-top: 0; } } .lp-mediaConversion > * { margin-left: 80px; } @media screen and (max-width: 1023px) { .lp-mediaConversion > * { margin-left: 30px; } } @media screen and (max-width: 767px) { .lp-mediaConversion > * { margin-left: 0; } } .lp-mediaConversion-body { width: 656px; text-align: center; } @media screen and (max-width: 1200px) { .lp-mediaConversion-body { width: calc(45.6rem + ((1vw - 1.024rem) * (56.81818))); } } @media screen and (max-width: 1023px) { .lp-mediaConversion-body { width: 65%; } } @media screen and (max-width: 767px) { .lp-mediaConversion-body { width: 100%; } } .lp-mediaConversion-text { margin-bottom: 51px; font-size: 3.4rem; font-weight: normal; } @media screen and (max-width: 1023px) { .lp-mediaConversion-text { font-size: calc(2rem + ((1vw - 0.36rem) * (2.11161))); } } @media screen and (max-width: 767px) { .lp-mediaConversion-text { margin-bottom: 30px; } } .lp-mediaConversion-image { flex: 1; max-width: 478px; min-height: 0%; } @media screen and (max-width: 1023px) { .lp-mediaConversion-image { flex: 1 0 auto; width: 100%; max-width: 35%; } } @media screen and (max-width: 767px) { .lp-mediaConversion-image { width: calc(22.5rem + ((1vw - 0.36rem) * (33.16953))); max-width: none; margin-bottom: 20px; } } .lp-layout-footer { display: flex; position: absolute; bottom: 0; left: 0; align-items: center; justify-content: space-between; width: 100%; padding: 0 25px; border-top: 1px solid #e6e6e6; background-color: #fff; font-size: 1.1rem; } @media screen and (max-width: 1023px) { .lp-layout-footer { position: static; flex-direction: column; justify-content: center; padding: 0 20px; } } .lp-layout-footer > * { display: inline-block; } @media screen and (max-width: 1023px) { .lp-layout-footer > * { width: 100%; } } .lp-layout-footer-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; } @media screen and (max-width: 1023px) { .lp-layout-footer-list { justify-content: center; margin-bottom: 10px; } } .lp-layout-footer-list > li { margin-left: 10px; } @media screen and (max-width: 1023px) { .lp-layout-footer-list > li { margin-bottom: 5px; } } .lp-layout-footer-list > li > a { position: relative; padding-left: 10px; color: #333; text-decoration: none; } .lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus { text-decoration: underline; } .lp-layout-footer-list > li > a::before { display: block; position: absolute; top: 50%; left: 0; width: 1px; height: 10px; transform: translateY(-50%); background-color: #505764; content: ""; } .lp-layout-footer-list > li.lp-layout-footer-copyright { margin-left: 0; } .lp-layout-footer-list > li:first-child a::before { display: none; } @media screen and (max-width: 1023px) { .lp-layout-footer-copyright { order: 1; width: 100%; margin-bottom: 0; text-align: center; } .lp-layout-footer-copyright + li { margin-left: 0; } .lp-layout-footer-copyright + li > a { padding-left: 0; } .lp-layout-footer-copyright + li > a::before { display: none; } } .lp-smallScreen-show { display: none; } @media screen and (max-width: 1023px) { .lp-smallScreen-show { display: block; } } .lp-smallScreen-hide { display: block; } @media screen and (max-width: 1023px) { .lp-smallScreen-hide { display: none; } } @media screen and (max-width: 1023px) { .lp-smallScreen-fontWeight-bold { font-weight: bold; } } .lp-buttonConversion { display: flex; justify-content: center; min-width: 200px; padding: 12px 8px 12px 24px; font-size: 1.8rem; } @media screen and (max-width: 1023px) { .lp-buttonConversion { padding: 12px 10px; } } @media screen and (max-width: 767px) { .lp-buttonConversion { min-width: auto; } } .lp-buttonConversion-body { padding: 8px 8px 8px 24px; } .lp-buttonConversion.of-download .lp-buttonConversion-body { padding: 0 0 0 30px; } .lp-buttonConversion.of-download .lp-buttonConversion-body::before { left: 0; background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center; } .lp-buttonConversion .lp-buttonConversion-text { color: #fff; } @media screen and (max-width: 1023px) { .lp-buttonConversion .lp-buttonConversion-text { margin-right: 0; } } .lp-buttonConversion.of-secondary { background-color: #254ea7; } .lp-buttonConversion.of-secondary .lp-buttonConversion-image > img { max-width: 65px; } .lp-buttonConversion.of-arrow.of-padding-even { padding: 12px; } .lp-buttonConversion.of-arrow .lp-buttonConversion-body { padding: 0 0 0 30px; } .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before { left: 5px; height: 0; border-width: 6px 0 6px 9px; } .lp-buttonConversion.of-thirdry { background-color: #502da8; } .lp-buttonConversion.of-thirdry .lp-buttonConversion-body::before { background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_12.png") no-repeat 0 0; } .lp-navigationSeries { max-width: 100%; margin: 19px 10px 19px 0; border: 0; } @media screen and (max-width: 1023px) { .lp-navigationSeries { margin: 10px 0; } } .lp-layout-main .lp-navigationSeries-title { margin-bottom: 0; color: #999; font-size: 11px; line-height: 1.3; text-transform: none; } .lp-layout-main .lp-navigationSeries-title + .lp-navigationSeries-linkList { margin-left: 10px; } .lp-layout-main .lp-navigationSeries-linkList > li { margin: 3px 0 0 10px; padding: 0; background: none; font-size: 11px; } .lp-navigationSeries-linkList > li > a { padding-left: 7px; color: #333; } .lp-navigationSeries-linkList > li > a::before { top: 50%; right: 0; width: 1px; height: 10px; transform: translateY(-50%); background-color: #505764; } .lp-layout-main .lp-navigationSeries-linkList > li > a:link { color: #999; } .lp-layout-main .lp-navigationSeries-linkList > li > a::before { top: 0.3em; } .lp-navigationSeries-linkList > li:first-child a::before { display: none; } .lp-navigationSeries-linkList > li:first-child { margin-left: 0; } .lp-navigationSeries-linkList > li:first-child > a { padding-left: 0; } @media screen and (max-width: 767px) { [class*="heightLine-group"] { height: auto !important; } }