@charset "UTF-8";
/* ========== Font ========== */
@font-face {
  font-family: notosans;
  src: url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: notosans;
  src: url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-family: notosans;
  src: url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");

  font-display: swap;
}

/* Rset Css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
embed {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
html {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
input,
button,
textarea,
select {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", notosans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
ol,
ul {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* base */
body {
  overflow: hidden;
  background: #fff;
  color: #282e3a;
  font-size: 88%;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", notosans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 167%;

  -ms-user-select: none;
}

/* lp_header */
.lp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 16px 20px;
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.lp_header .logo a {
  margin-right: 10px;
}

/* lp_section_wrap */
#lp_section_wrap {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#lp_section_wrap.show {
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap {
  position: relative;
  margin-top: 57px;
  width: 100vw;
  height: calc(100vh - 57px);
}
#lp_section_wrap .move_contents_wrap .sections {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: calc(100vh - 57px);
}
#lp_section_wrap .move_contents_wrap .sections.next {
  top: 101vh;
  left: -100vw;
  transform: scale(0.85);
}
#lp_section_wrap .move_contents_wrap .sections.prev {
  top: -101vh;
  left: 100vw;
  transform: scale(0.85);
}
#lp_section_wrap .move_contents_wrap .sections.ac {
  top: 0vh;
  left: 0vw;
  transform: scale(1);
}
#lp_section_wrap .move_contents_wrap .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;
}
#lp_section_wrap .move_contents_wrap .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;
}
#lp_section_wrap .move_contents_wrap .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;
}
#lp_section_wrap .move_contents_wrap .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;
}

/* JS Text Overlay */
#lp_section_wrap .move_contents_wrap .sections .js-txt_overlay {
  position: relative;
  display: flex;
  align-items: flex-end;
}
#lp_section_wrap .move_contents_wrap .sections .js-txt_overlay .chara {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 1px;
  padding: 0.3em 0 0.4em;
  vertical-align: bottom;
  transition: text-indent 0.5s ease-out 0s;
}
#lp_section_wrap.first .move_contents_wrap .sections .js-txt_overlay .chara,
#lp_section_wrap.show .move_contents_wrap .sections .js-txt_overlay .chara {
  text-indent: -2em;
}
#lp_section_wrap.show .move_contents_wrap .sections:not(.move).ac .js-txt_overlay .chara {
  text-indent: 0em;
  transition: text-indent 0.5s ease-out 0.6s;
}

/* Sections */
#lp_section_wrap .move_contents_wrap img {
  max-width: 100%;
}
#lp_section_wrap .move_contents_wrap .section_inner {
  position: relative;
  z-index: 50;
  max-width: 1370px;
  width: 72vw;
}
#lp_section_wrap .move_contents_wrap .fc_01 {
  color: #16b696;
}
#lp_section_wrap .move_contents_wrap .fc_02 {
  color: #fff;
}
#lp_section_wrap .move_contents_wrap .fc_03 {
  color: #f85c08;
}
#lp_section_wrap .move_contents_wrap .fw_b {
  font-weight: bold;
}
#lp_section_wrap .move_contents_wrap .fw_n {
  font-weight: normal;
}
#lp_section_wrap .move_contents_wrap .fz_20 {
  font-size: 20px;
}
#lp_section_wrap .move_contents_wrap .fz_22 {
  font-size: 22px;
}
#lp_section_wrap .move_contents_wrap .fz_28 {
  font-size: 28px;
}
#lp_section_wrap .move_contents_wrap .fz_42 {
  font-size: 42px;
}
#lp_section_wrap .move_contents_wrap .fz_36 {
  font-size: 36px;
}
#lp_section_wrap .move_contents_wrap .fz_50 {
  font-size: 50px;
}
#lp_section_wrap .move_contents_wrap .fz_52 {
  font-size: 52px;
}
#lp_section_wrap .move_contents_wrap .fz_56 {
  font-size: 56px;
}
#lp_section_wrap .move_contents_wrap .fz_68 {
  font-size: 68px;
}
#lp_section_wrap .move_contents_wrap .ml5 {
  margin-left: 5px;
}
#lp_section_wrap .move_contents_wrap .ml10 {
  margin-left: 10px;
}
#lp_section_wrap .move_contents_wrap .ml15 {
  margin-left: 15px;
}
#lp_section_wrap .move_contents_wrap .mr5 {
  margin-right: 5px;
}
#lp_section_wrap .move_contents_wrap .mr10 {
  margin-right: 10px;
}
#lp_section_wrap .move_contents_wrap .mr15 {
  margin-right: 15px;
}
#lp_section_wrap .move_contents_wrap .d_block {
  display: block;
}
#lp_section_wrap .move_contents_wrap .point_list dt {
  margin-bottom: 35px;
  padding-top: 9px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_014.png") no-repeat top left;
  color: #16b696;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#lp_section_wrap.show .move_contents_wrap .sections:not(.move).ac .point_list dt {
  opacity: 1;
  transition: opacity 0.5s ease 0.7s;
}
#lp_section_wrap .move_contents_wrap .point_list dd {
  position: relative;
  padding-left: 15px;
}
#lp_section_wrap .move_contents_wrap .point_list dd + dd {
  margin-top: 15px;
}
#lp_section_wrap .move_contents_wrap .point_list dd:before {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #999;
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#lp_section_wrap.show .move_contents_wrap .sections:not(.move).ac .point_list dd:before {
  opacity: 1;
  transition: opacity 0.5s ease 0.7s;
}

/* Section01 */
#lp_section_wrap .move_contents_wrap .section01 {
  background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
}
#lp_section_wrap .move_contents_wrap .section02 .section_inner {
  max-width: 1270px;
}
#lp_section_wrap .move_contents_wrap .section01 .bg {
  position: absolute;
  width: 100%;
}
#lp_section_wrap .move_contents_wrap .section01 .bg_01 {
  top: -60px;
  left: 0;
  z-index: 10;
  height: 100%;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_001.png") no-repeat center top;
  background-size: 100% auto;
}
#lp_section_wrap .move_contents_wrap .section01 .bg_02 {
  right: 0;
  bottom: 0;
  z-index: 15;
  max-width: 526px;
  width: 29vw;
  height: 0%;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_002.png") no-repeat left bottom;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s,
  height 0.5s ease 0.1s;
}
#lp_section_wrap .move_contents_wrap .section01 .bg_03 {
  top: 0;
  left: 0;
  z-index: 15;
  max-width: 371px;
  width: 20vw;
  height: 0%;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_003.png") no-repeat right top;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s,
  height 0.5s ease 0.1s;
}
#lp_section_wrap .move_contents_wrap .section01:not(.move).ac .bg_02 {
  height: 100%;
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section01:not(.move).ac .bg_03 {
  height: 100%;
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box {
  max-width: 500px;
  width: 100%;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01 {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 38px;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(149,149,149,1) 0%,rgba(255,255,255,1) 100%);
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section01:not(.move).ac .lead_box .lead01:after {
  opacity: 1;
  transition: opacity 0.5s ease 0.7s;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01 .txt02 {
  margin-top: 10px;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box h1 {
  overflow: hidden;
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.4em;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box h1 .new {
  display: inline-block;
  float: left;
  margin: 5px 13px 2em 0;
  padding: 1px 10px 3px;
  background: #e60012;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
}
#lp_section_wrap .move_contents_wrap .section01 .lead_box .section_btn {
  margin-top: 40px;
}

/* Section02 */
#lp_section_wrap .move_contents_wrap .section02 {
  background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(223,223,223,1) 100%);
}
#lp_section_wrap .move_contents_wrap .section02 .section_inner {
  max-width: 980px;
}
#lp_section_wrap .move_contents_wrap .section02 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#lp_section_wrap .move_contents_wrap .section02 .bg_01 {
  top: 0;
  left: 0;
  z-index: 15;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_004.png") no-repeat center top;
  background-size: 100% auto;
}
#lp_section_wrap .move_contents_wrap .section02 .bg_02 {
  bottom: 0;
  left: -11vw;
  z-index: 10;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_005.png") no-repeat center center;
  background-size: auto 100%;
  opacity: 0;
  transition: opacity 0.6s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section02:not(.move).ac .bg_02 {
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section02 .lead_box {
  max-width: 500px;
  width: 100%;
}
#lp_section_wrap .move_contents_wrap .section02 .lead_box h2 {
  margin-bottom: 35px;
}
#lp_section_wrap .move_contents_wrap .section02 .lead_box .section_btn {
  margin-top: 40px;
}

/* Section03 */
#lp_section_wrap .move_contents_wrap .section03 {
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_006.jpg") no-repeat center top #1b1b1b;
  background-size: auto 100%;
}
#lp_section_wrap .move_contents_wrap .section03 .section_inner {
  max-width: 1140px;
}
#lp_section_wrap .move_contents_wrap .section03 .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#lp_section_wrap .move_contents_wrap .section03 .bg_01 {
  left: 50%;
  z-index: 15;
  margin-left: -50%;
  max-width: 1920px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_016.png") no-repeat center top;
  background-size: 100% auto;
}
#lp_section_wrap .move_contents_wrap .section03 .bg_02 {
  left: 13vw;
  z-index: 10;
  height: 0%;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_007.png") no-repeat center top;
  background-size: auto 100vh;
  opacity: 0;
  transition: opacity 0.6s ease 0s,
  height 0.6s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section03 .bg_02 {
  left: 15vw;
}
#lp_section_wrap .move_contents_wrap .section03:not(.move).ac .bg_02 {
  height: 100%;
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section03 .img_01 {
  position: absolute;
  top: 14vw;
  left: 50%;
  z-index: 15;
  overflow: hidden;
  margin-left: -29.8vw;
  max-width: 521px;
  width: 27vw;
  height: 0px;
  opacity: 0;
  transition: opacity 0.5s ease 1.2s,
  height 1s ease 1.2s;
}
#lp_section_wrap .move_contents_wrap .section03:not(.move).ac .img_01 {
  height: 511px;
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section03 .lead_box {
  margin: 0 0 0 auto;
  max-width: 500px;
  width: 100%;
}
#lp_section_wrap .move_contents_wrap .section03 .lead_box h2 {
  margin-bottom: 35px;
}
#lp_section_wrap .move_contents_wrap .section03 .lead_box .section_btn {
  margin-top: 40px;
}

/* Section04 */
#lp_section_wrap .move_contents_wrap .section04 {
  background: -webkit-linear-gradient(rgba(204,204,204,1) 0%, rgba(224,224,224,0) 15%, rgba(255,255,255,0) 100%);
  background: linear-gradient(rgba(204,204,204,1) 0%, rgba(224,224,224,0) 15%, rgba(255,255,255,0) 100%);
}
#lp_section_wrap .move_contents_wrap .sections.section04:not(.move).ac .js-txt_overlay .over .chara .o {
  transition: text-indent 0.5s ease-out 0s;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box {
  display: flex;
  justify-content: space-between;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item {
  width: calc((100% - 10px) / 2);
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item + .item {
  margin-left: 10px;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item .ttl {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  margin-left: -2px;
  padding: 0 19% 30px 0;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item .ttl:before {
  position: absolute;
  top: 2px;
  left: 85%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transform: skew(-45deg, 0deg);
}
#lp_section_wrap .move_contents_wrap .sections.section04 .img_box .item .ttl .js-txt_overlay {
  justify-content: center;
  text-align: center;
}
#lp_section_wrap .move_contents_wrap .sections.section04:not(.move).ac .js-txt_overlay .chara,
#lp_section_wrap .move_contents_wrap .sections.section04:not(.move).ac .js-txt_overlay .chara {
  transition: text-indent 0.5s ease-out 0s;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item .img {
  padding: 0 3vw;
  background: #000;
  text-align: center;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item .point_list {
  padding: 0 0 30px 50px;
  background: #000;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item .point_list dt {
  margin-bottom: 20px;
}
#lp_section_wrap.show .move_contents_wrap .section04:not(.move).ac .img_box .item .point_list dt,
#lp_section_wrap.show .move_contents_wrap .section04:not(.move).ac .img_box .item .point_list dd:before {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section04 .img_box .item .point_list dd + dd {
  margin-top: 5px;
}
#lp_section_wrap .move_contents_wrap .section04 .section_btn {
  margin-top: 15px;
  text-align: center;
}

/* Section05 */
#lp_section_wrap .move_contents_wrap .section05 {
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_008.jpg") no-repeat center top #131313;
  background-size: auto 100%;
}
#lp_section_wrap .move_contents_wrap .section05 .img_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  margin-top: -19vw;
  margin-left: -7.2vw;
  max-width: 864px;
}
#lp_section_wrap .move_contents_wrap .section05 .section_inner {
  max-width: 1380px;
}
#lp_section_wrap .move_contents_wrap .section05 .bg_01 {
  position: absolute;
  top: 0;
  left: -21vw;
  z-index: 10;
  width: 100%;
  height: 0%;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_009.png") no-repeat center top;
  opacity: 0;
  transition: opacity 0.6s ease 0s,
  height 0.6s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section05:not(.move).ac .bg_01 {
  height: 100%;
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section05 .bg_02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  width: 319px;
  height: 0%;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_015.png") no-repeat center top;
  opacity: 0;
  transition: opacity 0.6s ease 0s,
  height 0.6s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section05:not(.move).ac .bg_02 {
  height: 100%;
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section05 .lead_box {
  max-width: 500px;
  width: 100%;
}
#lp_section_wrap .move_contents_wrap .section05 .lead_box h2 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
#lp_section_wrap .move_contents_wrap .section05 .lead_box h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(149,149,149,1) 0%,rgba(255,255,255,1) 100%);
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
#lp_section_wrap .move_contents_wrap .section05:not(.move).ac .lead_box h2::after {
  opacity: 1;
  transition: opacity 0.5s ease 0.7s;
}
#lp_section_wrap .move_contents_wrap .section05 .lead_box .section_btn {
  margin-top: 40px;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box {
  position: relative;
  display: flex;
  margin-top: 50px;
  padding-right: 126px;
  max-width: 1310px;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box::after {
  position: absolute;
  top: -80px;
  right: 6px;
  z-index: 0;
  display: block;
  width: 20px;
  height: 0px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_010.png") no-repeat right top;
  content: "";
  transition: height 0.3s ease 0.6s,
  width 0.3s ease 0.8s;
}
#lp_section_wrap .move_contents_wrap .section05:not(.move).ac .img_box::after {
  width: 120px;
  height: 227px;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box .item {
  position: relative;
  z-index: 5;
  width: 33%;
  border: 1px solid #434343;
  background: #000;
  opacity: 0;
}
#lp_section_wrap .move_contents_wrap .section05:not(.move).ac .img_box .item {
  opacity: 1;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box .item:nth-child(1) {
  transition: opacity 0.8s ease 1.4s;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box .item:nth-child(2) {
  margin: 0 15px;
  transition: opacity 0.8s ease 1.2s;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box .item:nth-child(3) {
  transition: opacity 0.8s ease 1s;
}
#lp_section_wrap .move_contents_wrap .section05 .img_box .item .ttl {
  padding: 6px 0;
  background: #fff;
  text-align: center;
  font-size: 20px;
}


/* Section06 */
#lp_section_wrap .move_contents_wrap .section06 {
  background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
  background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
}
#lp_section_wrap .move_contents_wrap .section06 .thum_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
#lp_section_wrap .move_contents_wrap .section06 .thum_box .thum img {
  border: 1px solid #ccc;
}
#lp_section_wrap .move_contents_wrap .section06 .thum_box .lead_box {
  width: 600px;
}
#lp_section_wrap .move_contents_wrap .section06 .thum_box .lead_box > p {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.6em;
}
#lp_section_wrap .move_contents_wrap .section06 .contact_box {
  overflow: hidden;
  margin: 40px auto 0;
  max-width: 800px;
  width: 100%;
  border-radius: 3px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_013.png") repeat;
}
#lp_section_wrap .move_contents_wrap .section06 .contact_box .lead {
  text-align: center;
}
#lp_section_wrap .move_contents_wrap .section06 .contact_box .lead .inner {
  display: inline-block;
  padding: 9px 0 10px 67px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_011.png") no-repeat left bottom;
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 1.4em;
}
#lp_section_wrap .move_contents_wrap .section06 .contact_box .tel_box {
  margin: 0 5px 5px 5px;
  background: #fff;
  text-align: center;
}
#lp_section_wrap .move_contents_wrap .section06 .contact_box .tel_box .tel {
  display: inline-block;
  margin: 24px 0 5px;
  padding: 10px 0 13px 70px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_012.png") no-repeat left center;
  color: #282e3a;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
}
#lp_section_wrap .move_contents_wrap .section06 .contact_box .tel_box .time {
  padding-bottom: 25px;
  font-size: 16px;
}
/* footer */
#lp_section_wrap .move_contents_wrap .section06 .lp_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 45;
  overflow: hidden;
  padding: 7px 20px;
  width: 100%;
  border-top: 1px solid #c5c5c5;
  background: #fff;
}
#lp_section_wrap .move_contents_wrap .section06 .lp_footer .link {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 200px;
}
#lp_section_wrap .move_contents_wrap .section06 .lp_footer .link li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #dedede;
  line-height: 1em;
}
#lp_section_wrap .move_contents_wrap .section06 .lp_footer .link li:first-child {
  border: none;
}
#lp_section_wrap .move_contents_wrap .section06 .lp_footer .link li a {
  color: #06c;
  font-size: 12px;
}
#lp_section_wrap .move_contents_wrap .section06 .lp_footer .link li a:hover {
  color: #f00;
  text-decoration: underline;
}
#lp_section_wrap .move_contents_wrap .section06 .lp_footer .copy {
  float: left;
  font-size: 12px;
}

/* Navigation */
#lp_section_wrap .nav {
  position: fixed;
  right: 50px;
  z-index: 50;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  width: 55px;
  height: calc(100vh - 57px);
}
#lp_section_wrap .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 0.5s ease 0s,
  border 0.2s ease 0s;
}
#lp_section_wrap .nav .pager:hover {
  border: 3px solid #16b696;
}
#lp_section_wrap .nav .pager.hidden {
  visibility: hidden;
  opacity: 0;
}
#lp_section_wrap .nav .pager.next {
  transform: scale(1,-1);
}
#lp_section_wrap .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: "";
}
#lp_section_wrap .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);
}
#lp_section_wrap .nav .control_wrap {
  margin: 20px 0;
  width: 100%;
}
#lp_section_wrap .nav .control_wrap .control {
  display: block;
  margin: 10px auto;
  width: 10px;
  height: 10px;
  border: 1px solid #16b696;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}
#lp_section_wrap .nav .control_wrap .control.ac {
  background: #16b696;
}

/* media screen */
.scroll_animation {
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  transition: opacity 0.5s ease 0s;
  pointer-events: none;
}
.ac + .scroll_animation {
  opacity: 0;
}
.scroll_animation .txt {
  display: block;
  margin-bottom: 12px;
  color: #16b696;
  font-size: 16px;
}
.scroll_animation .icons {
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 12px;
  background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_017.png") no-repeat center;
  opacity: 0;
}
.scroll_animation .arrow01 {
  animation: fade_animation 1s ease-in-out infinite alternate 1.5s;
}
.scroll_animation .arrow02 {
  margin-top: 5px;
  animation: fade_animation 1s ease-in-out infinite alternate 1.8s;
}
@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* media screen */
@media screen and (min-width: 751px) {
  .sp_view {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  #lp_section_wrap .move_contents_wrap .section03 .bg_01 {
    margin-left: -960px;
  }
  #lp_section_wrap .move_contents_wrap .section03 .img_01 {
    top: 263px;
    margin-left: -564px;
  }
}
@media screen and (max-width: 1400px) {
  #lp_section_wrap .move_contents_wrap .fz_22 {
    font-size: 18px;
  }
  #lp_section_wrap .move_contents_wrap .fz_36 {
    font-size: 27px;
  }
  #lp_section_wrap .move_contents_wrap .fz_42 {
    font-size: 30px;
  }
  #lp_section_wrap .move_contents_wrap .fz_50 {
    font-size: 34px;
  }
  #lp_section_wrap .move_contents_wrap .fz_52 {
    font-size: 35px;
  }
  #lp_section_wrap .move_contents_wrap .fz_68 {
    font-size: 58px;
  }
  #lp_section_wrap .move_contents_wrap .point_list dt {
    margin-bottom: 15px;
  }
  #lp_section_wrap .move_contents_wrap .point_list dd + dd {
    margin-top: 0;
  }
  /* Navigation */
  #lp_section_wrap .nav {
    right: 15px;
    width: 45px;
  }
  #lp_section_wrap .nav .pager {
    width: 45px;
    height: 45px;
  }
  #lp_section_wrap .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: "";
  }
  #lp_section_wrap .nav .pager:after {
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #16b696;
    border-right: 2px solid #16b696;
  }

  /* Section01 */
  #lp_section_wrap .move_contents_wrap .section01 .bg_01 {
    background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_001.png") no-repeat 10vw center;
    background-size: 90% auto;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01 {
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box h1 {
    margin-top: 30px;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box .section_btn {
    margin-top: 20px;
  }

  /* Section02 */
  #lp_section_wrap .move_contents_wrap .section02 .bg_02 {
    left: -21vw;
    background-size: auto 120%;
  }
  #lp_section_wrap .move_contents_wrap .section02 .lead_box h2 {
    margin-bottom: 15px;
  }

  /* Section03 */
  #lp_section_wrap .move_contents_wrap .section03 .lead_box {
    padding-left: 60px;
  }
  #lp_section_wrap .move_contents_wrap .section03 .lead_box h2 {
    margin-bottom: 25px;
  }
  #lp_section_wrap .move_contents_wrap .section03 .bg_01 {
    margin-left: -55%;
  }
  #lp_section_wrap .move_contents_wrap .section03 .img_01 {
    margin-left: -34.2vw;
  }
  #lp_section_wrap .move_contents_wrap .section03 .lead_box .section_btn {
    margin-top: 30px;
  }

  /* Section04 */
  #lp_section_wrap .move_contents_wrap .section04 {
    background: #fff;
  }
  #lp_section_wrap .move_contents_wrap .section04 .section_inner {
    margin-bottom: 45px;
    max-width: 920px;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item .ttl {
    padding: 0 7% 1vw 0;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item .ttl::before {
    left: 95%;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item .point_list {
    padding: 0 0 2vw 2vw;
  }

  /* Section05 */
  #lp_section_wrap .move_contents_wrap .section05 .section_inner {
    margin-bottom: 50px;
  }
  #lp_section_wrap .move_contents_wrap .section05 .lead_box h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_01 {
    margin-top: -16vw;
    margin-left: 3.8vw;
    width: 36vw;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box .item .ttl {
    font-size: 15px;
  }
  #lp_section_wrap .move_contents_wrap .section05 .lead_box .section_btn {
    margin-top: 20px;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow: auto;
  }
  .pc_view {
    display: none;
  }
  /* header */
  .lp_header {
    position: relative;
    top: auto;
    left: auto;
  }
  #lp_section_wrap {
    opacity: 1;
  }
  /* move_contents_wrap */
  #lp_section_wrap .move_contents_wrap {
    position: relative;
    margin-top: 0;
    height: auto;
  }
  #lp_section_wrap .move_contents_wrap .fz_36 {
    font-size: 20px;
  }
  #lp_section_wrap .move_contents_wrap .fz_42 {
    font-size: 24px;
  }
  #lp_section_wrap .move_contents_wrap .fz_50 {
    font-size: 30px;
  }
  #lp_section_wrap .move_contents_wrap .fz_52 {
    font-size: 32px;
  }
  #lp_section_wrap .move_contents_wrap .fz_56 {
    font-size: 34px;
  }
  #lp_section_wrap .move_contents_wrap .fz_68 {
    font-size: 43px;
  }
  /* Navigation */
  #lp_section_wrap .nav {
    display: none;
  }
  /* Btn */
  .lp_btn.type05 {
    position: relative;
    margin-bottom: 2vw;
    padding: 3.314vw 3.058vw 3.168vw 4.117vw;
    background: #df3939;
    background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
    background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
    box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
    line-height: 1.4em;
  }
  .lp_btn.type05 .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;
  }
  .lp_btn.type05 .img {
    top: -2.303vw;
    right: 3.241vw;
    width: 11.599vw;
  }

  /* point_list */
  #lp_section_wrap .move_contents_wrap .point_list dt,
  #lp_section_wrap .move_contents_wrap .point_list dd:before {
    opacity: 1;
  }
  #lp_section_wrap .move_contents_wrap .point_list .js-txt_overlay {
    display: block;
  }
  #lp_section_wrap .move_contents_wrap .point_list .js-txt_overlay + .js-txt_overlay {
    margin-top: 2vw;
  }
  #lp_section_wrap .move_contents_wrap .point_list dd::before {
    top: 2vw;
    bottom: auto;
  }

  /* sections */
  #lp_section_wrap .move_contents_wrap .sections {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: auto;
  }
  #lp_section_wrap .move_contents_wrap .sections .section_inner {
    position: relative;
    z-index: 50;
    padding: 0 3vw;
    max-width: none;
    width: 100vw;
  }
  #lp_section_wrap .move_contents_wrap .sections .lead_box .section_btn {
    text-align: center;
  }

  /* Section01 */
  #lp_section_wrap .move_contents_wrap .sections.section01 {
    padding: 80vw 0 10vw;
  }
  #lp_section_wrap .move_contents_wrap .section01 .bg_01 {
    top: -6vw;
    background-position: -59vw -2vw;
    background-size: 170% auto;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box {
    max-width: none;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01 {
    margin-bottom: 5vw;
    padding-bottom: 9vw;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01::after {
    background: #b6b6b6;
    opacity: 1;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box .lead01 .txt02 {
    margin-top: 7vw;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box .lead02 + .lead02 {
    margin-top: 3vw;
  }
  #lp_section_wrap .move_contents_wrap .sections.section01 .lead_box .js-txt_overlay {
    justify-content: center;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box h1 {
    margin-top: 5vw;
    text-align: left;
    font-size: 18px;
  }
  #lp_section_wrap .move_contents_wrap .section01 .lead_box h1 .new {
    display: block;
    margin: 0 4vw 2vw 0;
    padding: 0.4vw 0.5vw 1vw;
    width: 16vw;
    text-align: center;
    font-size: 16px;
  }

  /* Section02 */
  #lp_section_wrap .move_contents_wrap .sections.section02 {
    padding: 64vw 0 10vw;
  }
  #lp_section_wrap .move_contents_wrap .section02 .bg_01 {
    background-position: -43vw 0;
    background-size: 130% auto;
  }
  #lp_section_wrap .move_contents_wrap .section02 .bg_02 {
    top: 17vw;
    left: -1vw;
    background-size: auto 76%;
    opacity: 1;
  }
  #lp_section_wrap .move_contents_wrap .section02 .lead_box {
    max-width: none;
  }
  #lp_section_wrap .move_contents_wrap .section02 .lead_box h2 {
    margin-bottom: 7vw;
  }
  #lp_section_wrap .move_contents_wrap .section02 .lead_box h2 .txt02,
  #lp_section_wrap .move_contents_wrap .section02 .lead_box h2 .txt03 {
    margin-top: 4vw;
  }

  /* Section03 */
  #lp_section_wrap .move_contents_wrap .sections.section03 {
    padding: 94vw 0 10vw;
  }
  #lp_section_wrap .move_contents_wrap .section03 .bg_01 {
    background-position: -1vw 0;
    background-size: 160% auto;
  }
  #lp_section_wrap .move_contents_wrap .section03 .img_01 {
    top: 21vw;
    margin-left: -34.2vw;
    width: 66vw;
    height: auto;
    opacity: 1;
  }
  #lp_section_wrap .move_contents_wrap .section03 .lead_box {
    margin: 0 auto;
    padding-left: 0;
    max-width: none;
  }
  #lp_section_wrap .move_contents_wrap .section03 .lead_box h2 .txt02 {
    margin-top: 4vw;
  }
  #lp_section_wrap .move_contents_wrap .section03 .bg_02 {
    top: 87vw;
    left: 0;
    height: 100vw;
    background-size: 118vw auto;
    background-repeat: repeat-y;
    opacity: 1;
    transform: rotate(90deg);
  }

  /* Section04 */
  #lp_section_wrap .move_contents_wrap .sections.section04 {
    padding: 8vw 0 10vw;
  }
  #lp_section_wrap .move_contents_wrap .section04 .section_inner {
    margin-bottom: 0;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box {
    display: block;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item {
    padding-bottom: 4vw;
    width: 100%;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item + .item {
    margin-top: 8vw;
    margin-left: 0;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item .point_list {
    padding: 0 0 4vw 2vw;
  }
  #lp_section_wrap .move_contents_wrap .section04 .img_box .item .ttl {
    min-height: 12vw;
  }
  #lp_section_wrap .move_contents_wrap .sections.section04 .img_box .item .ttl .js-txt_overlay > span {
    line-height: 1em;
  }

  /* Section05 */
  #lp_section_wrap .move_contents_wrap .sections.section05 {
    padding: 10vw 0;
  }
  #lp_section_wrap .move_contents_wrap .section05 .section_inner {
    margin-bottom: 0;
  }
  #lp_section_wrap .move_contents_wrap .section05 .bg_01 {
    top: 0;
    left: -87vw;
    width: 238vw;
    height: 100%;
    background-size: 100% 100%;
    opacity: 1;
    transform: rotate(0deg);
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_01 {
    top: 60vw;
    left: 9vw;
    margin-left: 0;
    width: 87vw;
  }
  #lp_section_wrap .move_contents_wrap .section05 .lead_box h2 {
    margin-bottom: 56vw;
    padding-bottom: 6vw;
  }
  #lp_section_wrap .move_contents_wrap .section05 .lead_box h2::after {
    opacity: 1;
  }
  #lp_section_wrap .move_contents_wrap .sections.section05 .lead01 .txt02 {
    margin-top: 4vw;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box {
    display: block;
    padding: 0;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box::after {
    top: -14vw;
    right: 46vw;
    height: 50vw;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box .item {
    width: 100%;
    opacity: 1;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box .item:nth-child(2) {
    margin: 5vw 0;
  }
  #lp_section_wrap .move_contents_wrap .section05 .img_box .item .img {
    text-align: center;
  }
  #lp_section_wrap .move_contents_wrap .section05 .section_btn.sp_view {
    margin: 5vw 0;
    text-align: center;
  }

  /* Section06 */
  #lp_section_wrap .move_contents_wrap .section06 .thum_box {
    display: block;
    margin: 11vw auto;
    text-align: center;
  }
  #lp_section_wrap .move_contents_wrap .section06 .thum_box .lead_box {
    margin: 5vw 0;
    width: 100%;
    text-align: center;
  }
  #lp_section_wrap .move_contents_wrap .section06 .thum_box .lead_box > p {
    margin-bottom: 5vw;
    font-size: 20px;
    line-height: 1.6em;
  }
  #lp_section_wrap .move_contents_wrap .section06 .thum_box .lead_box > p > br {
    display: none;
  }
  #lp_section_wrap .move_contents_wrap .section06 .contact_box .lead .inner {
    display: inline-block;
    padding: 10px;
    background: none;
    color: #fff;
    text-align: left;
    font-size: 4vw;
    line-height: 1.4em;
  }
  #lp_section_wrap .move_contents_wrap .section06 .contact_box .tel_box .tel {
    padding: 0vw 1vw 1vw 12vw;
    background: url("/img/ss/products/measure-sys/vl/003/bg_1099_03_012.png") no-repeat left center;
    background-size: auto;
    background-size: 11vw auto;
    font-size: 9vw;
  }
  #lp_section_wrap .move_contents_wrap .section06 .contact_box .tel_box .time {
    padding-bottom: 5vw;
    font-size: 4vw;
  }
  #lp_section_wrap .move_contents_wrap .section06 .lp_footer {
    position: relative;
    margin-top: 8vw;
    padding: 2vw 0;
  }
  #lp_section_wrap .move_contents_wrap .section06 .lp_footer .link {
    float: none;
    padding-top: 5px;
    width: 100%;
    text-align: center;
  }
  #lp_section_wrap .move_contents_wrap .section06 .lp_footer .link li {
    display: inline-block;
    float: none;
    padding: 0 10px;
    border-left: 1px solid #dedede;
    line-height: 1em;
  }
  #lp_section_wrap .move_contents_wrap .section06 .lp_footer .copy {
    float: none;
    text-align: center;
    font-size: 10px;
  }
}
