@charset "UTF-8";
/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  overflow: hidden;
  background: #fff;
  color: #333;
}

/* LytHeader */
#VL500_3D .LytHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 20px;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #dedede;
  background: #fff;
}
#VL500_3D .LytHeader .LytHeaderInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#VL500_3D .LytHeader .LytHeaderInner .TelBox {
  display: flex;
  align-items: center;
  font-size: 18px;
}
#VL500_3D .LytHeader .LytHeaderInner .TelBox .TelNo {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 0 5px 26px;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/tel_icon.png") no-repeat left center;
  font-weight: bold;
}

/* LpFooter */
#VL500_3D .LytFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 14px 0 2px;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
}
#VL500_3D .LytFooter .LytFooterInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
#VL500_3D .LytFooter .LytFooterUtilityList {
  width: 50%;
  font-size: 10px;
}
#VL500_3D .LytFooter .LytFooterUtilityList .UtilityListTxt {
  color: #a6a6a6;
}
#VL500_3D .LytFooter .LytFooterUtilityList .UtilityListInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
  padding-bottom: 10px;
}
#VL500_3D .LytFooter .LytFooterUtilityList .UtilityListInner > li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #a6a6a6;
  color: #a6a6a6;
  list-style: none;
}
#VL500_3D .LytFooter  .LytFooterUtilityList .UtilityListInner > li:first-child {
  margin-left: 2px;
  padding-left: 0;
  border: none;
}
#VL500_3D .LytFooter .LytFooterUtilityList .UtilityListInner > li > a {
  color: #a6a6a6;
}
#VL500_3D .LytFooter .LytFooterList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList,
#VL500_3D .LytFooter .LytFooterList .LytFooterListInner {
  display: flex;
  justify-content: center;
  padding: 0 20px 10px;
}
#VL500_3D .LytFooter .LytFooterList .LytFooterListInner {
  flex-direction: row-reverse;
}
#VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li,
#VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #a6a6a6;
  color: #a6a6a6;
  list-style: none;
  font-size: 10px;
}
#VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li:last-of-type {
  margin-right: 0;
  border-right: 0;
}
#VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
#VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li > a,
#VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #a6a6a6;
}

/* LpBtn */
#VL500_3D .LpBtn {
  position: relative;
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 12px 9px 14px 45px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: normal;
  font-size: 20px;
  transition: opacity 0.3s ease 0s;
}
#VL500_3D .LpBtn.Type01 {
  background: #dc002f;
}
#VL500_3D .LpBtn.Type02 {
  background: #13778f;
}
#VL500_3D .LpBtn:hover {
  opacity: 0.7;
}
#VL500_3D .LpBtn:last-of-type {
  margin-right: 0;
}
#VL500_3D .LpBtn::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #b2b2b2;
  content: "";
}
#VL500_3D .LpBtn > .Txt {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  line-height: 1;
  white-space: nowrap;
}
#VL500_3D .LpBtn.Type01 > .Txt::before {
  position: absolute;
  top: 50%;
  left: -33px;
  display: inline-block;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/icon_btn_dl.png") no-repeat;
  content: "";
}
#VL500_3D .LpBtn.Type01 > .Img {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  width: 52px;
}
#VL500_3D .LpBtn.Type01 > .Img > img {
  position: absolute;
  top: -32px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
}
#VL500_3D .LpBtn.Type02 > .Txt::before {
  position: absolute;
  top: 50%;
  left: -21px;
  display: inline-block;
  width: auto;
  height: auto;
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
  transform: translateY(-50%);
}

/* LpSectionWrap */
#LpSectionWrap {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#LpSectionWrap.Show {
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap {
  position: relative;
  margin-top: 75px;
  width: 100vw;
  height: calc(100vh - 75px);
}
#LpSectionWrap .MoveContentsWrap .Sections {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 75px);
}
#LpSectionWrap .MoveContentsWrap .Sections.Next {
  top: 101vh;
  left: -100vw;
  transform: scale(0.85);
}
#LpSectionWrap .MoveContentsWrap .Sections.Prev {
  top: -101vh;
  left: 100vw;
  transform: scale(0.85);
}
#LpSectionWrap .MoveContentsWrap .Sections.Ac {
  top: 0vh;
  left: 0vw;
  transform: scale(1);
}
#LpSectionWrap .MoveContentsWrap .Sections:not(.Ac).Prev.Move {
  transition: top 0.8s ease-in 0.5s,
  left 0.9s cubic-bezier(0.5,0,0.8,0.05) 0.45s,
  transform 0.5s ease 0s;
}
#LpSectionWrap .MoveContentsWrap .Sections:not(.Ac).Next.Move {
  transition: top 0.8s cubic-bezier(0.5,0,0.8,0.05) 0.5s,
  left 1s ease-in 0.45s,
  transform 0.5s ease 0s;
}
#LpSectionWrap .MoveContentsWrap .Sections.Ac.Next.Move {
  transition: top 0.8s cubic-bezier(0.22,0.85,0.45,1) 1s,
  left 0.9s ease-out 0.9s,
  transform 0.5s ease 1.4s;
}
#LpSectionWrap .MoveContentsWrap .Sections.Ac.Prev.Move {
  transition: top 0.8s ease-out 1s,
  left 0.9s cubic-bezier(0.13,0.7,0.3,1) 0.9s,
  transform 0.5s ease 1.3s;
}

/* Sections */
#LpSectionWrap .MoveContentsWrap .Sections img {
  max-width: 100%;
  vertical-align: middle;
}
#LpSectionWrap .MoveContentsWrap .Sections figure {
  margin: 0;
}
#LpSectionWrap .MoveContentsWrap .Sections .SectionInner {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 35px;
  max-width: 1340px;
  width: 100%;
}
#LpSectionWrap .MoveContentsWrap .Sections .SectionInner.Reverse {
  flex-direction: row-reverse;
}
#LpSectionWrap .MoveContentsWrap .LeadBox {
  flex: 1 1 650px;
  margin: 0 20px;
}
#LpSectionWrap .MoveContentsWrap .LeadBox .SectionTitle {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 600;
  font-size: 50px;
}
#LpSectionWrap .MoveContentsWrap .LeadBox .SectionTitle::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 80px;
  height: 1px;
  background: #626262;
  content: "";
}
#LpSectionWrap .MoveContentsWrap .LeadBox .Lead01 {
  font-size: 22px;
}
#LpSectionWrap .MoveContentsWrap .LeadBox .Lead01 + .Lead01 {
  margin-top: 15px;
}
#LpSectionWrap .MoveContentsWrap .LeadBox .Lead01 > .Cap {
  font-size: 14px;
  display: block;
}
#LpSectionWrap .MoveContentsWrap .LeadBox .SectionBtn {
  margin-top: 45px;
  text-align: left;
}
#LpSectionWrap .MoveContentsWrap .ProductImg {
  position: relative;
  flex: 1 1 690px;
  margin: 0 20px;
}

/* Section01 */
#LpSectionWrap .MoveContentsWrap .Section01 {
  background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
}
#LpSectionWrap .MoveContentsWrap .Section01 .Bg {
  position: absolute;
  width: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section01 .Bg01 {
  right: 0;
  bottom: 0;
  z-index: 15;
  max-width: 526px;
  width: 29vw;
  height: 100%;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_02.png") no-repeat left bottom;
  background-size: 100% auto;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section01 .Bg02 {
  top: 0;
  left: 0;
  z-index: 15;
  max-width: 371px;
  width: 20vw;
  height: 100%;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_03.png") no-repeat right top;
  background-size: 100% auto;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainLead {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1em;
}
#LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainLead .TextWrap {
  display: block;
}
#LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
  font-weight: 300;
}
#LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .IconNew {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px 4px;
  background: #e60012;
  color: #fff;
  font-size: 17px;
}
#LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .SeriesName {
  display: inline-block;
  font-size: 20px;
}
#LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .SeriesName .Name {
  display: inline-block;
}

/* Section02 */
#LpSectionWrap .MoveContentsWrap .Section02 {
  background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(223,223,223,1) 100%);
}
#LpSectionWrap .MoveContentsWrap .Section02 .Bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section02 .Bg01 {
  bottom: 0;
  left: -11vw;
  z-index: 10;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_04.png") no-repeat center center;
  background-size: auto 100%;
  opacity: 1;
}

/* Section03 */
#LpSectionWrap .MoveContentsWrap .Section03 {
  background: #1b1b1b;
  background-size: auto 100%;
}
#LpSectionWrap .MoveContentsWrap .Section03 .Bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section03 .Bg01 {
  right: 0;
  z-index: 10;
  height: 100%;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_05.png") no-repeat right top;
  background-size: 65vw 100%;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section03 .Bg02 {
  bottom: 0;
  left: 50%;
  z-index: 5;
  margin-left: -850px;
  width: 100vh ;
  height: 100vh;
  background: radial-gradient(ellipse at center, rgba(81,81,81,1) 0%,rgba(28,28,28,1) 70%);
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .LineAnimation {
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img02 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img03 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img04 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease 1.8s,
  width 0.5s ease 1.8s;
}
#LpSectionWrap .MoveContentsWrap .Section03 .Img04 img {
  max-width: none;
  max-height: 100%;
}

/* Section04 */
#LpSectionWrap .MoveContentsWrap .Section04 {
  background: linear-gradient(to bottom, rgba(195,195,195,0) 0%,rgba(195,195,195,0) 75%,rgba(195,195,195,1) 100%);
}
#LpSectionWrap .MoveContentsWrap .Section04 .Bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section04 .Bg01 {
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_06.png") no-repeat center center;
  background-size: cover;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section04 .ImgList {
  display: flex;
  justify-content: flex-start;
}
#LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item {
  width: calc((100% - 8px) / 3);
  list-style: none;
}
#LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item:nth-of-type(2) {
  margin: 0 4px;
}
#LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item > .ImgWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item > .ImgWrap .Img {
  display: block;
  margin-bottom: 1px;
  min-height: 0%;
  border: 1px solid #282828;
  background: #000;
  text-align: center;
}
#LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item > .ImgWrap .Cap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #04a488;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}

/* Section05 */
#LpSectionWrap .MoveContentsWrap .Section05 {
  background: linear-gradient(to bottom, rgba(195,195,195,0) 0%,rgba(195,195,195,0) 75%,rgba(195,195,195,1) 100%);
}
#LpSectionWrap .MoveContentsWrap .Section05 .Bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#LpSectionWrap .MoveContentsWrap .Section05 .Bg01 {
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_07.png") no-repeat 80% center;
  background-size: auto 100%;
  opacity: 1;
}
#LpSectionWrap .MoveContentsWrap .Section05 .DescriptionList .ListTitle {
  margin-bottom: 5px;
  font-size: 22px;
}
#LpSectionWrap .MoveContentsWrap .Section05 .DescriptionList .Listdata {
  margin-left: 0.5em;
  text-indent: -0.5em;
  font-size: 22px;
}
#LpSectionWrap .MoveContentsWrap .Section05 .DescriptionList .Listdata + .Listdata {
  margin-top: 5px;
}

/* Section06 */
#LpSectionWrap .MoveContentsWrap .Section06 {
  background: linear-gradient(to bottom, rgba(195,195,195,0) 0%,rgba(195,195,195,0) 75%,rgba(195,195,195,1) 100%);
}
#LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .DownloadLead {
  font-weight: 600;
  font-size: 35px;
}
#LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .TelBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
}
#LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .SectionBtn {
  margin-top: 20px;
}
#LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .TelBox .TelNo {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 0 5px 26px;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/tel_icon.png") no-repeat left center;
  color: #333;
  font-weight: 600;
  font-size: 25px;
  pointer-events: none;
}

/* Navigation */
#LpSectionWrap .Nav {
  position: fixed;
  right: 50px;
  z-index: 50;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  width: 55px;
  height: calc(100vh - 75px);
}
#LpSectionWrap .Nav .Pager {
  position: relative;
  display: block;
  visibility: visible;
  width: 55px;
  height: 55px;
  border: 1px solid #16b696;
  border-radius: 60px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.5s ease 0s,
  visibility 0s ease 0s,
  border 0.2s ease 0s;
}
#LpSectionWrap .Nav .Pager:hover {
  border: 3px solid #16b696;
}
#LpSectionWrap .Nav .Pager.Hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0s ease 0.5s,
  border 0.2s ease 0s;
}
#LpSectionWrap .Nav .Pager.Next {
  transform: scale(1,-1);
}
#LpSectionWrap .Nav .Pager:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  margin-top: 4px;
  margin-left: -14px;
  width: 30px;
  height: 8px;
  background: #fff;
  content: "";
}
#LpSectionWrap .Nav .Pager:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  margin-top: -3px;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #16b696;
  border-right: 3px solid #16b696;
  content: "";
  transform: rotate(-45deg);
}
#LpSectionWrap .Nav .ControlWrap {
  margin: 20px 0;
  width: 100%;
}
#LpSectionWrap .Nav .ControlWrap .Control {
  display: block;
  margin: 10px auto;
  width: 10px;
  height: 10px;
  border: 1px solid #16b696;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}
#LpSectionWrap .Nav .ControlWrap .Control.Ac {
  background: #16b696;
}

/* Animation */
.ScrollAnimation {
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  transition: opacity 0.5s ease 0s;
  pointer-events: none;
}
.Ac + .ScrollAnimation {
  opacity: 0;
}
.ScrollAnimation .Txt {
  display: block;
  margin-bottom: 12px;
  color: #16b696;
  font-size: 16px;
}
.ScrollAnimation .Icons {
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 12px;
  background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_08.png") no-repeat center;
  background-size: 100% auto;
  opacity: 0;
}
.ScrollAnimation .Arrow01 {
  animation: FadeAnimation 1s ease-in-out infinite alternate 1.5s;
}
.ScrollAnimation .Arrow02 {
  margin-top: 5px;
  animation: FadeAnimation 1s ease-in-out infinite alternate 1.8s;
}
@keyframes FadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* media screen */
@media screen and (min-width: 751px) {
  .SpView {
    display: none;
  }
}

@media screen and (min-width: 751px) and (min-height: 601px) {
  /* Section01 */
  #LpSectionWrap .MoveContentsWrap .Section01 .Bg01 {
    height: 0%;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s,
    height 0.5s ease 0.1s;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .Bg02 {
    height: 0%;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s,
    height 0.5s ease 0.1s;
  }
  #LpSectionWrap .MoveContentsWrap .Section01:not(.Move).Ac .Bg01,
  #LpSectionWrap .MoveContentsWrap .Section01:not(.Move).Ac .Bg02 {
    height: 100%;
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .ShowAnimation01 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 1.4s,
    transform 0.8s ease 0.6s;
    transform: translateX(-10px);
  }
  #LpSectionWrap .MoveContentsWrap .Section01:not(.Move).Ac .ShowAnimation01 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 0s,
    transform 0.8s ease 0.6s;
    transform: translateX(0px);
  }

  /* Section02 */
  #LpSectionWrap .MoveContentsWrap .Section02 .Bg01 {
    opacity: 0;
    transition: opacity 0.6s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section02:not(.Move).Ac .Bg01 {
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section02 .ShowAnimation01 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 1.4s,
    transform 0.8s ease 0.6s;
    transform: translateX(-10px);
  }
  #LpSectionWrap .MoveContentsWrap .Section02:not(.Move).Ac .ShowAnimation01 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 0s,
    transform 0.8s ease 0.6s;
    transform: translateX(0px);
  }

  /* Section03 */
  #LpSectionWrap .MoveContentsWrap .Section03 .Bg01 {
    height: 0%;
    opacity: 0;
    transition: opacity 0.6s ease 0s,
    height 0.6s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section03:not(.Move).Ac .Bg01 {
    height: 100%;
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .Bg02 {
    opacity: 0;
    transition: opacity 0.6s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section03:not(.Move).Ac .Bg02 {
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img02 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease 2s,
    visibility 0s ease 2.5s;
  }
  #LpSectionWrap .MoveContentsWrap .Section03:not(.Move).Ac .Img02 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease 2s,
    visibility 0s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img03 {
    height: 0%;
    opacity: 0;
    transition: opacity 0.5s ease 1.6s,
    height 0.5s ease 1.6s;
  }
  #LpSectionWrap .MoveContentsWrap .Section03:not(.Move).Ac .Img03 {
    height: 100%;
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img04 {
    width: 0%;
    opacity: 0;
    transition: opacity 0.5s ease 1.8s,
    width 0.5s ease 1.8s;
  }
  #LpSectionWrap .MoveContentsWrap .Section03:not(.Move).Ac .Img04 {
    width: 100%;
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ShowAnimation01 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease 0.9s,
    visibility 0.8s ease 1.7s,
    transform 0.8s ease 0.9s;
    transform: translateX(-10px);
  }
  #LpSectionWrap .MoveContentsWrap .Section03:not(.Move).Ac .ShowAnimation01 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease 0.9s,
    visibility 0s ease 0s,
    transform 0.8s ease 0.9s;
    transform: translateX(0px);
  }

  /* Section04 */
  #LpSectionWrap .MoveContentsWrap .Section04 .Bg01 {
    opacity: 0;
    transition: opacity 0.6s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .Bg01 {
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section04 .ShowAnimation01 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 1.4s,
    transform 0.8s ease 0.6s;
    transform: translateX(-10px);
  }
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation01 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 0s,
    transform 0.8s ease 0.6s;
    transform: translateX(0px);
  }
  #LpSectionWrap .MoveContentsWrap .Section04 .ShowAnimation02,
  #LpSectionWrap .MoveContentsWrap .Section04 .ShowAnimation03,
  #LpSectionWrap .MoveContentsWrap .Section04 .ShowAnimation04 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease 1.2s,
    visibility 0s ease 2s;
  }
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation02 {
    transition: opacity 0.8s ease 1.2s,
    visibility 0s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation03 {
    transition: opacity 0.8s ease 1.3s,
    visibility 0s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation04 {
    transition: opacity 0.8s ease 1.4s,
    visibility 0s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation02,
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation03,
  #LpSectionWrap .MoveContentsWrap .Section04:not(.Move).Ac .ShowAnimation04 {
    visibility: visible;
    opacity: 1;
  }

  /* Section05 */
  #LpSectionWrap .MoveContentsWrap .Section05 .Bg01 {
    opacity: 0;
    transition: opacity 0.6s ease 0s;
  }
  #LpSectionWrap .MoveContentsWrap .Section05:not(.Move).Ac .Bg01 {
    opacity: 1;
  }
  #LpSectionWrap .MoveContentsWrap .Section05 .ShowAnimation01 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 1.4s,
    transform 0.8s ease 0.6s;
    transform: translateX(-10px);
  }
  #LpSectionWrap .MoveContentsWrap .Section05:not(.Move).Ac .ShowAnimation01 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease 0.6s,
    visibility 0s ease 0s,
    transform 0.8s ease 0.6s;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 1400px) {
  #LpSectionWrap .MoveContentsWrap {
    margin-top: 50px;
    height: calc(100vh - 50px);
  }

  /* header */
  #VL500_3D .LytHeader {
    padding: 8px 15px;
    height: 50px;
  }

  /* Sections */
  #LpSectionWrap .MoveContentsWrap .Sections {
    height: calc(100vh - 50px);
  }
  #LpSectionWrap .MoveContentsWrap .Sections .SectionInner {
    max-width: 1000px;
  }
  #LpSectionWrap .MoveContentsWrap .LeadBox .SectionTitle {
    font-size: 2.8vw;
  }
  #LpSectionWrap .MoveContentsWrap .LeadBox .Lead01 {
    font-size: 18px;
  }
  #LpSectionWrap .MoveContentsWrap .LeadBox .SectionBtn {
    margin-top: 2vw;
  }

  /* Section01 */
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainLead {
    font-size: 3.6vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .IconNew {
    padding: 3px 6px 2px;
    font-size: 16px;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .SeriesName {
    font-size: 18px;
  }

  /* Section02 */
  #LpSectionWrap .MoveContentsWrap .Section02 .Bg01 {
    left: -18vw;
  }

  /* Section05 */
  #LpSectionWrap .MoveContentsWrap .Section05 .DescriptionList .ListTitle,
  #LpSectionWrap .MoveContentsWrap .Section05 .DescriptionList .Listdata {
    font-size: 18px;
  }

  /* Section06 */
  #LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .DownloadLead {
    font-size: 2.4vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .TelBox {
    font-size: 20px;
  }
  #LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .TelBox .TelNo {
    font-size: 20px;
  }

  /* Navigation */
  #LpSectionWrap .Nav {
    right: 15px;
    width: 45px;
  }
  #LpSectionWrap .Nav .Pager {
    width: 45px;
    height: 45px;
  }
  #LpSectionWrap .Nav .Pager:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    margin-top: 4px;
    margin-left: -14px;
    width: 30px;
    height: 8px;
    background: #fff;
    content: "";
  }
  #LpSectionWrap .Nav .Pager:after {
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #16b696;
    border-right: 2px solid #16b696;
  }
  /* Animation */
  .ScrollAnimation {
    bottom: 0;
  }
  .ScrollAnimation .Txt {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .ScrollAnimation .Icons {
    width: 20px;
  }
  .ScrollAnimation .Arrow02 {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) and (max-height: 600px) {
  body {
    overflow-y: auto;
  }
  #LpSectionWrap .MoveContentsWrap .Sections {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    width: 100vw;
    height: auto;
  }
  #LpSectionWrap .MoveContentsWrap .Sections.Ac,
  #LpSectionWrap .MoveContentsWrap .Sections.Prev,
  #LpSectionWrap .MoveContentsWrap .Sections.Next {
    top: auto;
    left: auto;
    transform: none;
  }
  .ScrollAnimation,
  #LpSectionWrap .Nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  /* footer */
  #VL500_3D .LytFooter .LytFooterList {
    flex-direction: column;
  }
  #VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList {
    flex-wrap: wrap;
  }
  #VL500_3D .LytFooter .LytFooterList .LytFooterListInner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li,
  #VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li {
    margin: 0;
    padding: 0;
    border-right: none;
    line-height: 1.4em;
  }
  #VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li a,
  #VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li a {
    color: #a6a6a6;
  }
  #VL500_3D .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li:not(:last-of-type),
  #VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li:first-child {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #a6a6a6;
  }
  #VL500_3D .LytFooter .LytFooterList .LytFooterListInner > li.Copy {
    margin: 5px 0 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow-y: auto;
  }
  #VL500_3D .PcView {
    display: none;
  }

  #LpSectionWrap .MoveContentsWrap {
    margin-top: 0;
  }

  /* header */
  #VL500_3D .LytHeader {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  #VL500_3D .LytHeader .LytHeaderInner .TelBox {
    display: none;
  }

  #VL500_3D .LytFooter {
    position: relative;
    bottom: auto;
    left: auto;
  }

  /* Navigation */
  #LpSectionWrap .Nav {
    display: none;
  }

  /* Btn */
  #LpSectionWrap .MoveContentsWrap .LeadBox .SectionBtn {
    padding: 0 5vw;
  }
  #VL500_3D .LpBtn {
    display: block;
    margin: 0;
  }
  #VL500_3D .LpBtn + .LpBtn {
    margin-top: 10px;
  }
  #VL500_3D .LpBtn.Type01 > .Img {
    display: none;
  }

  /* Section */
  #LpSectionWrap .MoveContentsWrap .Sections {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100vw;
    height: auto;
  }
  #LpSectionWrap .MoveContentsWrap .Sections.Ac,
  #LpSectionWrap .MoveContentsWrap .Sections.Prev,
  #LpSectionWrap .MoveContentsWrap .Sections.Next {
    top: auto;
    left: auto;
    transform: none;
  }
  #LpSectionWrap .MoveContentsWrap .Sections .SectionInner.Reverse,
  #LpSectionWrap .MoveContentsWrap .Sections .SectionInner {
    flex-direction: column;
    margin: 0;
    padding: 8vw 2vw;
    min-height: 0%;
  }
  #LpSectionWrap .MoveContentsWrap .ProductImg,
  #LpSectionWrap .MoveContentsWrap .LeadBox {
    flex: auto;
  }
  #LpSectionWrap .MoveContentsWrap .ProductImg {
    margin: 0;
    min-height: 0%;
    max-width: 100%;
    text-align: center;
  }
  #LpSectionWrap .MoveContentsWrap .LeadBox {
    margin: 8vw 0 0;
    width: 100%;
  }
  #LpSectionWrap .MoveContentsWrap .LeadBox .SectionBtn {
    margin-top: 8vw;
    text-align: center;
  }
  #LpSectionWrap .MoveContentsWrap .LeadBox .SectionTitle {
    margin-bottom: 5vw;
    padding-bottom: 4vw;
    font-size: 8vw;
  }

  /* Section01 */
  #LpSectionWrap .MoveContentsWrap .Section01 .ProductImg {
    padding-left: 10vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainLead {
    text-align: center;
    font-size: 10vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle {
    justify-content: center;
    margin-top: 5vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .IconNew {
    font-size: 4vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section01 .LeadBox .MainTitle .SeriesName {
    font-size: 5vw;
  }

  /* Section02 */
  #LpSectionWrap .MoveContentsWrap .Section02 .Bg01 {
    left: 0;
    background-position: center top;
    background-size: 223% auto;
  }
  #LpSectionWrap .MoveContentsWrap .Section02 .ProductImg {
    position: relative;
    overflow: hidden;
    height: 80vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section02 .ProductImg .Img01 {
    position: relative;
    top: -46vw;
    padding: 8vw;
  }

  /* Section03 */
  #LpSectionWrap .MoveContentsWrap .Section03 {
    background: linear-gradient(to bottom, rgba(195,195,195,0) 0%,rgba(195,195,195,0) 75%,rgba(195,195,195,1) 100%);
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ProductImg {
    position: relative;
    overflow: hidden;
    height: 80vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .Img01 {
    position: relative;
    top: -58vw;
    padding: 8vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .Bg01,
  #LpSectionWrap .MoveContentsWrap .Section03 .Bg02 {
    display: none;
  }
  #LpSectionWrap .MoveContentsWrap .Section03 .ProductImg .LineAnimation {
    top: 56%;
  }


  /* Section04 */
  #LpSectionWrap .MoveContentsWrap .Section04 .Bg01 {
    background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_06.png") no-repeat center top;
    background-size: 100% auto;
  }
  #LpSectionWrap .MoveContentsWrap  .Section04 .LeadBox {
    margin: 0 0 8vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section04 .ImgList {
    flex-direction: column;
  }
  #LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item {
    width: 100%;
  }
  #LpSectionWrap .MoveContentsWrap .Section04 .ImgList .Item:nth-of-type(2) {
    margin: 5vw 0;
  }


  /* Section05 */
  #LpSectionWrap .MoveContentsWrap .Section05 .Bg01 {
    background: url("../../../../../img/ss/products/measure-sys/vl-500_3d/bg_07.png") no-repeat center top;
    background-size: 90% auto;
  }

  #LpSectionWrap .MoveContentsWrap .Section05 .ShowAnimation01 .LeadBox {
    margin: 0;
  }

  /* Section06 */
  #LpSectionWrap .MoveContentsWrap .Section06 {
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
  }
  #LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .DownloadLead {
    text-align: center;
    font-size: 8vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .TelBox {
    flex-direction: column;
    font-size: 7vw;
  }
  #LpSectionWrap .MoveContentsWrap .Section06 .LeadBox .TelBox .TelNo {
    margin-left: 0;
    font-size: 7vw;
    pointer-events: auto;
  }
}

/*
for header text
*/
.ss-layout-header-textGroup > * {
  margin-bottom: 0;
}

.ss-layout-header-text {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .ss-largeScreen-hide {
      display: none !important;
  }
}
