@charset "UTF-8";
/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  overflow: hidden;
  background: #fff;
  color: #333;
}

/* Mv */
#VL500 .TopMv {
  position: fixed;
  bottom: 40px;
  z-index: 100;
  display: flex;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 151px;
  background: #fff;
  box-shadow: 0 -5px 5px rgba(0,0,0 , 0.2);
  opacity: 1;
  transition: opacity 0.5s ease 0.6s,
  height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  visibility 0.5s ease 0.6s;
}
#VL500 #LpSectionWrap.Open .TopMv {
  visibility: hidden;
  height: 0px;
  opacity: 0;
}
#VL500 .TopMv .Inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  background: #fff;
}
#VL500 .TopMv .Inner .ProductImg {
  width: 143px;
}
#VL500 .TopMv .Inner .ProductImg img {
  max-width: 100%;
}
#VL500 .TopMv .Inner .LeadBox .LeadWrap {
  margin: 0 25px;
  font-weight: bold;
  font-size: 28px;
}
#VL500 .TopMv .Inner .LeadBox .LeadWrap .New {
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 1px 9px 3px;
  background: #d40001;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  font-size: 16px;
}
#VL500 .TopMv.Re {
  min-width: 830px;
}
#VL500 .TopMv.Re .Inner .LeadBox .LeadWrap {
  font-size: 30px;
}
#VL500 .TopMv.Re .Inner .LeadBox .LeadWrap .ProductName {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
}
#VL500 .TopMv.Re .Inner .LeadBox .LeadWrap .ProductName .New {
  padding: 1px 30px 2px;
}

/* LytHeader */
#VL500 .LytHeader {
  position: relative;
  z-index: 5;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
#VL500 .LytHeader .LytHeaderInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#VL500 .LytHeader .LytHeaderInner .TelBox {
  display: flex;
  align-items: center;
  font-size: 18px;
}
#VL500 .LytHeader .LytHeaderInner .TelBox .TelNo {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 0 5px 26px;
  background: url("/img/ss/products/measure-sys/vl-500/tel_icon.png") no-repeat left center;
  font-weight: bold;
}

/* LpFooter */
#VL500 .LytFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 14px 0 2px;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
}
#VL500 .LytFooter .LytFooterInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
#VL500 .LytFooter .LytFooterUtilityList {
  width: 50%;
  font-size: 10px;
}
#VL500 .LytFooter .LytFooterUtilityList .UtilityListTxt {
  color: #666;
}
#VL500 .LytFooter .LytFooterUtilityList .UtilityListInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
  padding-bottom: 10px;
}
#VL500 .LytFooter .LytFooterUtilityList .UtilityListInner > li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #666;
  color: #666;
  list-style: none;
}
#VL500 .LytFooter  .LytFooterUtilityList .UtilityListInner > li:first-child {
  margin-left: 2px;
  padding-left: 0;
  border: none;
}
#VL500 .LytFooter .LytFooterUtilityList .UtilityListInner > li > a {
  color: #666;
}
#VL500 .LytFooter .LytFooterList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#VL500 .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList,
#VL500 .LytFooter .LytFooterList .LytFooterListInner {
  display: flex;
  justify-content: center;
  padding: 0 20px 10px;
}
#VL500 .LytFooter .LytFooterList .LytFooterListInner {
  flex-direction: row-reverse;
}
#VL500 .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li,
#VL500 .LytFooter .LytFooterList .LytFooterListInner > li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #666;
  color: #666;
  list-style: none;
  font-size: 10px;
}
#VL500 .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li:last-of-type {
  margin-right: 0;
  border-right: 0;
}
#VL500 .LytFooter .LytFooterList .LytFooterListInner > li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
#VL500 .LytFooter .LytFooterList .FooterUtilityList .lp-navigationSeries-linkList > li > a,
#VL500 .LytFooter .LytFooterList .LytFooterListInner > li > a {
  display: flex;
  align-items: center;
  color: #666;
}

/* LpSectionWrap */
#VL500 #LpSectionWrap {
  position: relative;
  padding-bottom: 180px;
  height: calc(100vh - 86px);
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  padding 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap.Open {
  padding-bottom: 0px;
}
#VL500 #LpSectionWrap .MoveContentsWrap {
  position: relative;
  width: 100vw;
  height: 100%;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections {
  position: relative;
  display: flex;
  justify-content: center;
  align-Items: center;
  overflow: hidden;
  background: -webkit-linear-gradient(top, rgba(195,195,195,0) 0%,rgba(195,195,195,0) 75%,rgba(195,195,195,1) 100%);
  background: linear-gradient(to bottom, rgba(195,195,195,0) 0%,rgba(195,195,195,0) 75%,rgba(195,195,195,1) 100%);
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .Bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  height: 100%;
  transition: width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  top 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  margin 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  transform 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .Bg img {
  max-width: 100%;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  display: flex;
  visibility: visible;
  flex-direction: column;
  justify-content: center;
  align-Items: center;
  margin-top: -50px;
  margin-left: -220px;
  width: 440px;
  height: 100px;
  opacity: 1;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s,
  width 0.5s ease 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl::after,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl::before {
  position: absolute;
  display: block;
  background: #04a488;
  content: "";
  opacity: 0.95;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl::before {
  top: 0;
  left: 0;
  z-index: 0;
  width: 440px;
  height: 100px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl::after {
  top: 10px;
  left: 10px;
  z-index: 5;
  width: 420px;
  height: 80px;
  border: 1px solid #3cbea8;
  background: rgba(0,0,0,0);
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Ttl {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 1.2em;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection1 .Section01 .SectionTtl .Ttl::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection2 .Section02 .SectionTtl .Ttl::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection3 .Section03 .SectionTtl .Ttl::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection4 .Section04 .SectionTtl .Ttl::before {
  width: 110px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Ttl::after {
  z-index: 0;
  width: 110px;
  background: #b7dad4;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Icon {
  position: absolute;
  left: 25px;
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid
  #fff;
  border-radius: 30px;
  background: #54a799;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  z-index: 0;
  display: block;
  margin-top: -5px;
  margin-left: -6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  z-index: 5;
  display: block;
  margin-top: -8px;
  margin-left: -6px;
  width: 5px;
  height: 20px;
  background: #54a799;
  content: "";
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner {
  position: relative;
  z-index: 50;
  visibility: hidden;
  margin-bottom: 70px;
  width: 0vw;
  opacity: 0;
  transition: opacity 0s ease 1.6s,
  visibility 0s ease 1.6s,
  width 0s ease 1.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox {
  width: 40%;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner img {
  max-width: 100%;
}

/* Section01 */
#VL500 #LpSectionWrap .MoveContentsWrap .Section01 .Bg01 {
  max-width: 1331px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section01 .Bg02 {
  right: 0;
  left: auto;
  z-index: 0;
  max-width: 1331px;
  width: 100vw;
  height: 100%;
  background: url("/img/ss/products/measure-sys/vl-500/bg_05.png") no-repeat center top;
  background-size: 100% auto;
}

/* Section02 */
#VL500 #LpSectionWrap .MoveContentsWrap .Section02 .Bg01 {
  z-index: 5;
  max-width: 1034px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section02 .Bg02 {
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/img/ss/products/measure-sys/vl-500/bg_01.png") no-repeat left top;
  background-size: auto 100%;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section02 .Bg03 {
  top: 0;
  z-index: 10;
  visibility: hidden;
  margin-left: -11vw;
  max-width: 1034px;
  width: 51vw;
  opacity: 0;
}

/* Section03 */
#VL500 #LpSectionWrap .MoveContentsWrap .Section03 .Bg01 {
  max-width: 858px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section03 .Bg02 {
  left: 44%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/img/ss/products/measure-sys/vl-500/bg_02.png") no-repeat left top;
  background-size: auto 100%;
}

/* Section04 */
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .Bg01 {
  max-width: 819px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .Bg02 {
  right: 0;
  left: auto;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background: url("/img/ss/products/measure-sys/vl-500/bg_03.png") no-repeat center top;
  background-size: 100% auto;
}

#VL500 #LpSectionWrap .MoveContentsWrap .Sections::before,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections::after {
  position: absolute;
  z-index: 10;
  display: block;
  background: #87b5be;
  content: "";
  opacity: 0;
  transition: opacity 0.6s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections::before {
  top: 0;
  width: 1px;
  height: 100%;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections::after {
  left: 0;
  width: 100%;
  height: 1px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section02::before,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section04::before {
  left: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section01::after,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section02::after {
  bottom: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section01::before,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section03::before,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section03::after,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections.Section04::after {
  display: none;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox {
  position: relative;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox > * {
  position: relative;
  z-index: 5;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .InnerTitle {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1.4em;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .InnerTitle::before,
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .InnerTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .InnerTitle::before {
  z-index: 0;
  background: #d5d5d5;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .InnerTitle::after {
  z-index: 5;
  background: #4f4f4f;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .SectionBtn {
  visibility: hidden;
  margin-top: 35px;
  opacity: 0;
}
#VL500 .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 .LpBtn:hover {
  opacity: 0.7;
}
#VL500 .LpBtn:last-of-type {
  margin-right: 0;
}
#VL500 .LpBtn::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #b2b2b2;
  content: "";
}
#VL500 .LpBtn > .Txt {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  line-height: 1;
}
#VL500 .LpBtn.Type01 {
  background: #e60012;
}
#VL500 .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/icon_btn_dl.png) no-repeat;
  content: "";
}
#VL500 .LpBtn.Type01 > .Img {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  width: 52px;
}
#VL500 .LpBtn.Type01 > .Img > img {
  position: absolute;
  top: -32px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
}
#VL500 .LpBtn.Type02 {
  background: #13778f;
}
#VL500 .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%);
}
#VL500 .LpBtn .Txt {
  white-space: nowrap;
}

/* Top */
#VL500 #LpSectionWrap .MoveContentsWrap.Top {
  position: relative;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections {
  position: absolute;
  overflow: hidden;
  width: 50vw;
  height: 50%;
  cursor: pointer;
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s,
  height 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s,
  left 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections::after {
  opacity: 1;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection1 .Section01 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection2 .Section02 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection3 .Section03 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.OnSection4 .Section04 .Bg01 {
  transform: scale(1.1);
}

/* Section01 */
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section01 {
  top: 0;
  left: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section01 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section01 .Bg01 {
  top: -45%;
  margin-left: -25.4vw;
  width: 48vw;
}

/* Section02 */
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section02,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 {
  top: 0;
  right: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section02 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 .Bg01 {
  top: -44%;
  margin-left: -22.2vw;
  width: 37vw;
}

/* Section03 */
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section03,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section03 {
  bottom: 0;
  left: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section03 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section03 .Bg01 {
  top: -3%;
  margin-left: -26vw;
  width: 45vw;
}

/* Section04 */
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section04,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 {
  right: 0;
  bottom: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section04 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .Bg01 {
  top: 16%;
  left: 100%;
  margin-left: -45vw;
  width: 43vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  visibility: hidden;
  justify-content: flex-end;
  margin-top: 2vw;
  max-width: 794px;
  width: 60%;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox .Item {
  display: flex;
  flex-direction: column;
  width: 32%;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox .Item:nth-child(2) {
  margin: 0 25px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox .Item .Img {
  min-height: 0%;
  border: 1px solid #282828;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox .Item .Txt {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-Items: center;
  padding: 10px 0 12px;
  background: #008375;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

/* Top → Details */
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details {
  width: 100vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Sections.Show {
  width: 100vw;
  height: 100%;
  transition: width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Sections:not(.Show) {
  width: 0vw;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease 0s,
  width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Sections::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Sections::after {
  opacity: 0;
  transition: opacity 0.6s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details.Top.OnSection1 .Section01 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details.Top.OnSection2 .Section02 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details.Top.OnSection3 .Section03 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details.Top.OnSection4 .Section04 .Bg01 {
  transform: scale(1);
}

/* Details */
#VL500 #LpSectionWrap .MoveContentsWrap.Details {
  z-index: 4;
  display: flex;
  width: 100vw;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show {
  width: 100vw;
  height: 100%;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show .SectionInner .LeadBox .InnerTitle::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show .SectionInner .LeadBox .InnerTitle::after {
  transition: width 0.5s ease 2.2s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show .SectionInner .LeadBox .InnerTitle::before {
  width: 100px;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show .SectionInner .LeadBox .InnerTitle::after {
  width: 50px;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show .SectionInner .LeadBox .SectionBtn {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 1.6s,
  visibility 0.5s ease 1.6s;
}

/* Section01 */
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Section01 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Section01 .Bg01 {
  top: 0;
  margin-left: -14vw;
  width: 65vw;
}
/* Section02 */
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Section02 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Section02 .Bg01 {
  top: 0;
  margin-left: -11vw;
  width: 51vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Section02.Show .Bg03 {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 2.6s,
  visibility 0.5s ease 2.6s;
}

/* Section03 */
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Section03 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Section03 .Bg01 {
  top: 10%;
  margin-left: 0vw;
  width: 45vw;
}
/* Section04 */
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Section04 .Bg01,
#VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Section04 .Bg01 {
  top: 20%;
  left: 100%;
  margin-left: -50vw;
  width: 38vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Section04.Show .SectionInner .FeatureBox {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 1.6s,
  visibility 0.5s ease 1.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section04.Show .SectionInner .FeatureBox {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}

#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections:not(.Show) {
  width: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections .SectionTtl {
  visibility: hidden;
  opacity: 0;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections .SectionInner {
  visibility: visible;
  max-width: 1370px;
  width: 80%;
  opacity: 1;
}

/* Details → Move → Details */
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details {
  width: 400vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.MoveGo.Details {
  transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details.OnSection1 {
  left: 0vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details.OnSection2 {
  left: -100vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details.OnSection3 {
  left: -200vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details.OnSection4 {
  left: -300vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections {
  width: 100vw;
  height: 100%;
  transition: width 0s ease 0s,
  transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transform: scale(0.9);
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections:not(.Show)::after {
  visibility: visible;
  opacity: 0.2;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.MoveEnd.Details {
  left: 0vw;
  width: 100vw;
  transition: left 0s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.MoveEnd.Details .Sections:not(.Show) {
  width: 0vw;
  transition: width 0s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.MoveEnd.Details .Sections.Show {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transform: scale(1);
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections .SectionInner .LeadBox .InnerTitle::before,
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections .SectionInner .LeadBox .InnerTitle::after {
  transition: width 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections.Show .SectionInner .LeadBox .InnerTitle::before,
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections.Show .SectionInner .LeadBox .InnerTitle::after {
  transition: width 0.5s ease 2.2s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections .SectionInner .LeadBox .SectionBtn {
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Sections.Show .SectionInner .LeadBox .SectionBtn {
  transition: opacity 0.5s ease 1.6s,
  visibility 0.5s ease 1.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Section02 .Bg03 {
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.MoveSet.Details .Section02.Show .Bg03 {
  transition: opacity 0.5s ease 2.6s,
  visibility 0.5s ease 2.6s;
}

/* Close */
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close {
  position: relative;
  width: 100vw;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections {
  position: absolute;
  width: 50vw;
  height: 50%;
  opacity: 1;
  transition: opacity 0.4s ease 0.6s,
  width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s,
  height 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections .SectionTtl {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 1.6s,
  visibility 0.5s ease 1.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections .SectionInner {
  width: 0;
  transition: width 0s ease 1s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections.Show .SectionInner .LeadBox .InnerTitle::before,
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections.Show .SectionInner .LeadBox .InnerTitle::after {
  width: 0;
  transition: width 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections.Show .SectionInner .LeadBox .SectionBtn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section02.Show .Bg03 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}

/* JS Text Overlay */
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .JsTxtOverlayWrap:not(.NoFloat) {
  overflow: hidden;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .JsTxtOverlay {
  position: relative;
  display: block;
  margin-bottom: 0.8em;
  white-space: pre-wrap;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .JsTxtOverlayWrap:not(.NoFloat) .JsTxtOverlay {
  display: flex;
  float: left;
  align-items: center;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Sections .JsTxtOverlay .Chara {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 1px;
  padding-bottom: 2px;
  min-width: 0.2em;
  vertical-align: bottom;
  text-indent: -2em;
  white-space: pre-wrap;
  line-height: 1.1em;
  transition: text-indent 0.5s ease-out 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Sections.Show .JsTxtOverlay .Chara {
  text-indent: -2em;
  transition: text-indent 0.5s ease-out 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details .Sections.Show .JsTxtOverlay .Chara {
  text-indent: 0;
  transition: text-indent 0.5s ease-out 2s;
}

/* Nav */
#VL500 #LpSectionWrap .Nav {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  visibility: hidden;
  width: 100vw;
  height: 0;
  opacity: 0;
  transition: opacity 1s ease 0s,
  visibility 1s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details + .Nav {
  visibility: visible;
  opacity: 1;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close + .Nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease 0.6s,
  visibility 1s ease 0.6s;
}
#VL500 #LpSectionWrap .Nav .Pager {
  position: absolute;
  top: -10vh;
  display: block;
  visibility: visible;
  width: 48px;
  height: 195px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s,
  left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 1.6s,
  right 0.5s cubic-bezier(0.23, 1, 0.32, 1) 1.6s;
}
#VL500 #LpSectionWrap .Nav .Pager:hover {
  opacity: 0.8;
}
#VL500 #LpSectionWrap .Nav .Pager::before,
#VL500 #LpSectionWrap .Nav .Pager::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
}
#VL500 #LpSectionWrap .Nav .Pager::before {
  margin-top: -4px;
  margin-left: -10px;
  width: 22px;
  height: 2px;
  background: #fff;
}
#VL500 #LpSectionWrap .Nav .Pager::after {
  margin-top: -10px;
  margin-left: -10px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close + .Nav .Pager {
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s,
  right 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#VL500 #LpSectionWrap .Nav .Pager.Prev,
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close + .Nav .Pager.Prev {
  left: -5vw;
}
#VL500 #LpSectionWrap .Nav .Pager.Next,
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close + .Nav .Pager.Next {
  right: -5vw;
  transform: scale(-1,1);
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details + .Nav .Pager.Prev {
  left: 0vw;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details + .Nav .Pager.Next {
  right: 0vw;
}
#VL500 #LpSectionWrap .Nav .Pager.Hidden {
  visibility: hidden;
  opacity: 0;
}
#VL500 #LpSectionWrap .Nav .ControlWrap {
  position: absolute;
  bottom: calc(-50vh + 90px);
  overflow: hidden;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 0;
  transition: height 0.5s ease 1.6s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close + .Nav .ControlWrap {
  height: 0;
  transition: height 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details + .Nav .ControlWrap {
  height: 10px;
}
#VL500 #LpSectionWrap .Nav .ControlWrap .Control {
  display: inline-block;
  margin: auto 5px;
  width: 45px;
  height: 8px;
  border: 1px solid #19b89c;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}
#VL500 #LpSectionWrap .Nav .ControlWrap .Control.Ac {
  background: #19b89c;
}
#VL500 #LpSectionWrap .Nav .CloseBtn {
  position: fixed;
  top: 80px;
  right: -110px;
  display: block;
  padding: 56px 0 0;
  width: 85px;
  height: 85px;
  background: #fff;
  background: rgba(25, 184, 156, 0.8);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  transition: right 0.5s ease 1.5s,
  opacity 0.5s ease 0s;
}
#VL500 #LpSectionWrap .Nav .CloseBtn:hover {
  opacity: 0.7;
}
#VL500 #LpSectionWrap .Nav .CloseBtn::before,
#VL500 #LpSectionWrap .Nav .CloseBtn::after {
  position: absolute;
  top: 30px;
  left: 50%;
  display: block;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
#VL500 #LpSectionWrap .Nav .CloseBtn::after {
  transform: rotate(-45deg);
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details.Close + .Nav .CloseBtn {
  right: -110px;
  transition: right 0.5s ease 0s;
}
#VL500 #LpSectionWrap .MoveContentsWrap.Details + .Nav .CloseBtn {
  right: 30px;
}

/* Utility */
#VL500 #LpSectionWrap .Fc01 {
  color: #f9653b;
}
#VL500 #LpSectionWrap .Fc02 {
  color: #16b696;
}
#VL500 #LpSectionWrap .FwB {
  font-weight: bold;
}
#VL500 #LpSectionWrap .FwN {
  font-weight: normal;
}
#VL500 #LpSectionWrap .Fz18 {
  font-size: 18px;
}
#VL500 #LpSectionWrap .Fz22 {
  font-size: 22px;
}
#VL500 #LpSectionWrap .Fz22 {
  font-size: 22px;
}
#VL500 #LpSectionWrap .Fz24 {
  font-size: 24px;
}
#VL500 #LpSectionWrap .Fz42 {
  font-size: 42px;
}
#VL500 #LpSectionWrap .Fz36 {
  font-size: 36px;
}
#VL500 #LpSectionWrap .Fz50 {
  font-size: 50px;
}
#VL500 #LpSectionWrap .Fz52 {
  font-size: 52px;
}
#VL500 #LpSectionWrap .Fz56 {
  font-size: 56px;
}
#VL500 #LpSectionWrap .Fz68 {
  font-size: 68px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Ml5 {
  margin-left: 5px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Ml10 {
  margin-left: 10px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Ml15 {
  margin-left: 15px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Mr5 {
  margin-right: 5px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Mr10 {
  margin-right: 10px;
}
#VL500 #LpSectionWrap .MoveContentsWrap .Mr15 {
  margin-right: 15px;
}

@media all and (-ms-high-contrast:none) and (min-width: 2300px) {
  #VL500 #LpSectionWrap .MoveContentsWrap.Details.Close .Section02 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 .Bg01 {
    margin-left: -634px;
  }
}
@media screen and (min-width: 2300px) {
  #VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Section02 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Details .Section02 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap .Section02 .Bg03 {
    margin-left: -255px;
  }
}
@media screen and (min-width: 751px) {
  #VL500 .SpView {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  #VL500 #LpSectionWrap .Fz18 {
    font-size: 16px;
  }
  #VL500 #LpSectionWrap .Fz22 {
    font-size: 18px;
  }
  #VL500 #LpSectionWrap .Fz36 {
    font-size: 27px;
  }
  #VL500 #LpSectionWrap .Fz42 {
    font-size: 30px;
  }
  #VL500 #LpSectionWrap .Fz50 {
    font-size: 34px;
  }
  #VL500 #LpSectionWrap .Fz52 {
    font-size: 35px;
  }
  #VL500 #LpSectionWrap .Fz68 {
    font-size: 58px;
  }

  /* LpSectionWrap */
  #VL500 #LpSectionWrap {
    padding-bottom: 110px;
  }
  /* LytHeader */
  #VL500 .LytHeader {
    padding: 8px 15px;
  }
  /* LpSectionWrap */
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner {
    margin-bottom: 4vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .InnerTitle {
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .SectionBtn {
    margin-top: 1.5vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .SectionBtn #VL500 .LpBtn.type01 {
    padding: 16px 16px 14px 13px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .SectionBtn #VL500 .LpBtn.type01 .Txt {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 38px;
    font-size: 18px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox .SectionBtn #VL500 .LpBtn.type01 .img {
    width: 50px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Details .Section04 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top.Details .Section04 .Bg01 {
    top: 10%;
    margin-left: -46vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox {
    top: 50%;
    margin-top: 0;
  }
  /* Nav */
  #VL500 #LpSectionWrap .Nav .ControlWrap {
    bottom: calc(-50vh + 75px);
  }
  #VL500 #LpSectionWrap .Nav .CloseBtn {
    padding: 47px 0 0;
    width: 75px;
    height: 75px;
  }
  #VL500 #LpSectionWrap .Nav .CloseBtn::before,
  #VL500 #LpSectionWrap .Nav .CloseBtn::after {
    top: 27px;
  }
  #VL500 #LpSectionWrap .Nav .Pager {
    top: -19vh;
    width: 40px;
    height: 150px;
  }

  /* MoveContentsWrap */
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl {
    margin-top: -30px;
    margin-left: -200px;
    width: 400px;
    height: 70px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl::before {
    width: 400px;
    height: 70px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl::after {
    width: 380px;
    height: 50px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Ttl {
    font-size: 22px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Icon {
    width: 20px;
    height: 20px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Icon::after {
    margin-top: -7px;
    margin-left: -6px;
    width: 5px;
    height: 13px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionTtl .Icon::before {
    margin-top: -4px;
    margin-left: -6px;
    width: 8px;
    height: 8px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Section04 .SectionInner .FeatureBox .Item .Txt {
    font-size: 14px;
  }
  /* TopMv */
  #VL500 .TopMv {
    height: 110px;
  }
  #VL500 .TopMv .Inner {
    padding: 10px;
  }
  #VL500 .TopMv .Inner > .ProductImg {
    width: 125px;
  }
  #VL500 .TopMv .Inner > .ProductImg img {
    width: 100%;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .LeadWrap {
    padding-top: 0;
  }
  #VL500 .TopMv .Inner .LeadBox .Lead {
    font-size: 24px;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .Lead {
    font-size: 32px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1040px) {
  #VL500 .TopMv.Re {
    overflow-x: scroll;
  }
  #VL500 .TopMv .Inner {
    min-width: 1040px;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow: auto;
  }
  #VL500 .PcView {
    display: none;
  }
  /* Mv */
  #VL500 .TopMv {
    position: relative;
    bottom: auto;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
    box-shadow: none;
  }
  #VL500 .TopMv.Re {
    min-width: auto;
  }
  #VL500 .TopMv .Inner {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #VL500 .TopMv .Inner .ProductImg {
    min-height: 0%;
    width: 100%;
  }
  #VL500 .TopMv.Re .Inner .LeadBox {
    width: 100%;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .LeadWrap {
    margin: 0;
    padding-top: 0;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .LeadWrap .Lead {
    margin-bottom: 6vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #b6b6b6;
    color: #16b696;
    font-size: 43px;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .LeadWrap .Lead .BrPoint {
    display: block;
    text-align: center;
    line-height: 1.2em;
  }
  #VL500 .TopMv .Inner .Btn {
    padding: 5vw 5vw 0;
    width: 100%;
    text-align: center;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .LeadWrap .ProductName {
    font-size: 18px;
  }
  #VL500 .TopMv.Re .Inner .LeadBox .LeadWrap .ProductName .New {
    margin: 0vw 3.2vw 1vw;
    padding: 0.4vw 2.9vw 0.9vw;
  }
  /* header */
  #VL500 .LytHeader {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  #VL500 .LytHeader .LytHeaderInner .TelBox {
    display: none;
  }

  /* footer */
  #VL500 .LytFooter .LytFooterList {
    flex-direction: column;
  }
  #VL500 .LytFooter .LytFooterList .LytFooterListInner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #VL500 .LytFooter .LytFooterList .LytFooterListInner > li {
    margin: 0;
    padding: 0;
    border-right: none;
    font-size: 12px;
    line-height: 1.4em;
  }
  #VL500 .LytFooter .LytFooterList .LytFooterListInner > li:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #666;
  }
  #VL500 .LytFooter .LytFooterList .LytFooterListInner > li.Copy {
    margin: 5px 0 0;
    width: 100%;
    text-align: center;
  }
  /* MoveContentsWrap */
  #VL500 #LpSectionWrap {
    margin-top: 0;
    padding: 0;
    height: auto;
    opacity: 1;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top {
    display: block;
    width: 100vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections {
    width: 100%;
    cursor: auto;
  }
  #VL500 #LpSectionWrap .Fz36 {
    font-size: 20px;
  }
  #VL500 #LpSectionWrap .Fz42 {
    font-size: 24px;
  }
  #VL500 #LpSectionWrap .Fz50 {
    font-size: 29px;
  }
  #VL500 #LpSectionWrap .Fz52 {
    font-size: 32px;
  }
  #VL500 #LpSectionWrap .Fz56 {
    font-size: 34px;
  }
  #VL500 #LpSectionWrap .Fz68 {
    font-size: 43px;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections .SectionTtl,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections .SectionTtl {
    display: none;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections .JsTxtOverlay,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections .JsTxtOverlay {
    display: inline-block;
    line-height: 2.4em;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections .JsTxtOverlay,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections .JsTxtOverlay {
    margin-bottom: 0;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections .SectionInner .LeadBox .SectionBtn,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections .SectionInner .LeadBox .SectionBtn,
  #VL500 #LpSectionWrap .SectionBtn {
    visibility: visible;
    margin-top: 3vw;
    text-align: center;
    opacity: 1;
    padding: 0 5vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections .SectionInner,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections .SectionInner {
    position: relative;
    z-index: 50;
    visibility: visible;
    margin-bottom: 8vw;
    padding: 0 3vw;
    width: 100%;
    opacity: 1;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap .Sections .SectionInner .LeadBox {
    width: 100%;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Sections .SectionInner .Lead .JsTxtOverlay,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Sections .SectionInner .Lead .JsTxtOverlay {
    margin-bottom: 0;
  }
  /* Section01 */
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section01 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section01 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section01 .Bg02,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section01 .Bg02 {
    top: 0;
    margin-left: -53vw;
    width: 100vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section01 .SectionInner,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section01 .SectionInner {
    padding-top: 78vw;
  }

  /* Section02 */
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section02 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 .Bg01 {
    top: 0;
    margin-left: -40vw;
    width: 68%;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section02 .Bg02,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 .Bg02 {
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vw;
    background: url("/img/ss/products/measure-sys/vl-500/bg_01.png") no-repeat;
    background-position: 23vw 0vw;
    background-size: auto 120%;
    transform: rotate(-78deg);
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section02 .Bg03,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 .Bg03 {
    top: 0;
    z-index: 10;
    visibility: visible;
    margin-left: -40vw;
    max-width: 1034px;
    width: 68%;
    opacity: 1;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section02 .SectionInner,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section02 .SectionInner {
    padding-top: 72vw;
  }

  /* Section03 */
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section03 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section03 .Bg01 {
    top: 7vw;
    margin-left: -40vw;
    width: 85%;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section03 .Bg02,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section03 .Bg02 {
    left: 24%;
    height: 80vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section03 .SectionInner,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section03 .SectionInner {
    padding-top: 80vw;
  }

  /* Section04 */
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .Bg01,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .Bg01 {
    top: 1%;
    left: 16%;
    margin-left: -12vw;
    width: 97vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .Bg02,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .Bg02 {
    left: 24%;
    height: 80vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .SectionInner,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .SectionInner {
    padding-top: 52vw;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .SectionInner .FeatureBox,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .SectionInner .FeatureBox {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    visibility: visible;
    margin: 5vw 0 0;
    width: 100%;
    opacity: 1;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .SectionInner .FeatureBox .Img,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .SectionInner .FeatureBox .Img {
    background: #000;
    text-align: center;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .SectionInner .FeatureBox .Item,
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .SectionInner .FeatureBox .Item {
    width: 100%;
  }
  #VL500 #LpSectionWrap .MoveContentsWrap.Sp .Section04 .SectionInner .FeatureBox .Item:nth-child(2),
  #VL500 #LpSectionWrap .MoveContentsWrap.Top .Section04 .SectionInner .FeatureBox .Item:nth-child(2) {
    margin: 5vw 0;
  }
  #VL500 .ContactBox {
    overflow: hidden;
    margin: 10vw auto;
    max-width: 800px;
    width: 96%;
    border-radius: 3px;
    background: url("/img/ss/products/measure-sys/vl-500/bg_07.png") repeat;
  }
  #VL500 .ContactBox .Lead {
    text-align: center;
  }
  #VL500 .ContactBox .Lead .Inner {
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-align: left;
    font-size: 7vw;
    line-height: 1.4em;
  }
  #VL500 .ContactBox .TelBox {
    margin: 0 5px 5px 5px;
    background: #fff;
    text-align: center;
  }
  #VL500 .ContactBox .TelBox .Tel {
    display: inline-block;
    margin: 15px 0;
    padding: 1vw 1vw 1vw 8vw;
    background: url("/img/ss/products/measure-sys/vl-500/tel_icon.png") no-repeat left center;
    background-size: 5vw auto;
    color: #282e3a;
    text-align: center;
    font-weight: bold;
    font-size: 7vw;
  }
  #VL500 .ContactBox .TelBox .Time {
    padding-bottom: 5vw;
    font-size: 4vw;
  }

  /* Navigation */
  #VL500 #LpSectionWrap .Nav {
    display: none;
  }
  /* Btn */
  #VL500 .LpBtn {
    display: block;
    margin: 0;
  }
  #VL500 .LpBtn + .LpBtn {
    margin-top: 10px;
  }
  #VL500 .LpBtn.type01 {
    position: relative;
    margin-bottom: 2vw;
    padding: 3.314vw 3.058vw 3.168vw 4.117vw;
    background: #dc002f;
    background: -webkit-linear-gradient(top, #dc002f 0%,#ce1a1b 100%);
    background: linear-gradient(to bottom, #dc002f 0%,#ce1a1b 100%);
    box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
    line-height: 1.4em;
  }
  #VL500 .LpBtn.type01 .Txt {
    padding-top: 0.438vw;
    padding-right: 2.095vw;
    padding-bottom: 0.438vw;
    padding-left: 7.774vw;
    background-size: auto 80%;
    letter-spacing: 1px;
    font-size: 17px;
  }
  #VL500 .LpBtn.Type01 > .Img {
    display: none;
  }


  /* LytFooter */
  #VL500 .LytFooter {
    position: relative;
    bottom: auto;
    left: 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;
  }
}
